Files
CMake/Tests/RunCMake/target_link_libraries-LINK_LIBRARY/foo.h

10 lines
134 B
Objective-C

#import <Foundation/Foundation.h>
@interface Foo : NSObject {
NSNumber* age;
}
@property (nonatomic, retain) NSNumber* age;
@end