// // NSBundle+NGA.m // P4Menu // // Created by Michael Bishop on 6/17/11. // Copyright 2011 __MyCompanyName__. All rights reserved. // #import "NSBundle+NGAAdditions.h" @implementation NSBundle (NGAAdditions) +(BOOL)loadNibForOwner:(id)owner { return [NSBundle loadNibNamed:[owner className] owner:owner]; } @end