diff options
Diffstat (limited to 'Tests/Objective-C/simple-build-test/foo.h')
-rw-r--r-- | Tests/Objective-C/simple-build-test/foo.h | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/Tests/Objective-C/simple-build-test/foo.h b/Tests/Objective-C/simple-build-test/foo.h new file mode 100644 index 0000000000..b3fb084c18 --- /dev/null +++ b/Tests/Objective-C/simple-build-test/foo.h @@ -0,0 +1,9 @@ +#import <Foundation/Foundation.h> + +@interface Foo : NSObject { + NSNumber* age; +} + +@property (nonatomic, retain) NSNumber* age; + +@end |