blob: 2dfa3dd07e3e72c23378d616f3d15dbc444b55a4 [file] [log] [blame]
#import <objc/NSObject.h>
@interface MyClass : NSObject
{}
- (id)init;
@end