brintos

brintos / llvm-project-archived public Read only

0
0
Text · 156 B · d92a873 Raw
12 lines · c
1@interface Foo(LeftSub) <P1>2- (void)left_sub;3@end4 5@protocol P3 6- (void)p3_method;7@property (retain) id p3_prop;8@end9 10@interface Foo(LeftP3) <P3>11@end12