blob: 31ceb53dc688567b5f82e51540a1513f5203401f [file] [log] [blame]
#import <Foundation/Foundation.h>
@interface Foo : NSObject
@property int fooProp;
- (id)init;
@end