aboutsummaryrefslogtreecommitdiff
path: root/test/ARCMT/whitelisted/header1.h
blob: a3014eb5b653f7f40ac76f3af313636769a06d2a (plain) (blame)
1
2
3
4
5

@interface I1 : NSObject
-(int)prop;
-(void)setProp:(int)p;
@end