brintos

brintos / llvm-project-archived public Read only

0
0
Text · 134 B · ff50ddb Raw
11 lines · c
1#import <Test/Foo.h>2#import <objc/NSObject.h>3 4@interface Test : NSObject {5@public6    CMTimeRange _range;7}8- (void) doTest;9@end10 11