Base.h 131 Bytes
@class NSString;
@interface Base
- (id)initWithNibName:(NSString *)nibNameOrNil __attribute__((objc_designated_initializer));
@end