brintos

brintos / llvm-project-archived public Read only

0
0
Text · 156 B · 32043ec Raw
8 lines · c
1@protocol NSObject2@end3 4@protocol AProto <NSObject>5@property (nonatomic, readwrite, assign) int p0;6@property (nonatomic, readwrite, assign) int p1;7@end8