brintos

brintos / llvm-project-archived public Read only

0
0
Text · 147 B · 243443c Raw
8 lines · c
1#import <TestExt/Foo.h>2#import <Test/Test.h>3struct CMTimeRange;4 5@interface Test (Stuff)6- (void)doSomethingElse: (CMTimeRange *)range_ptr;7@end8