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, 0 insertions, 9 deletions
diff --git a/Tests/Objective-C++/simple-build-test/foo.h b/Tests/Objective-C++/simple-build-test/foo.h deleted file mode 100644 index b3fb084..0000000 --- a/Tests/Objective-C++/simple-build-test/foo.h +++ /dev/null @@ -1,9 +0,0 @@ -#import <Foundation/Foundation.h> - -@interface Foo : NSObject { - NSNumber* age; -} - -@property (nonatomic, retain) NSNumber* age; - -@end |