blob: 32043ec2498f83caa7ae28c9fd73dd6cf82ee68d [file] [log] [blame]
Bruno Cardoso Lopesfbff2fa2018-04-27 18:01:23 +00001@protocol NSObject
2@end
3
4@protocol AProto <NSObject>
5@property (nonatomic, readwrite, assign) int p0;
6@property (nonatomic, readwrite, assign) int p1;
7@end