blob: 32043ec2498f83caa7ae28c9fd73dd6cf82ee68d [file] [log] [blame]
@protocol NSObject
@end
@protocol AProto <NSObject>
@property (nonatomic, readwrite, assign) int p0;
@property (nonatomic, readwrite, assign) int p1;
@end