aboutsummaryrefslogtreecommitdiff
path: root/test/Modules/Inputs/category_left_sub.h
blob: d92a873e1fb81cd4fae6309371f8ad9a31559862 (plain)
1
2
3
4
5
6
7
8
9
10
11
@interface Foo(LeftSub) <P1>
- (void)left_sub;
@end

@protocol P3 
- (void)p3_method;
@property (retain) id p3_prop;
@end

@interface Foo(LeftP3) <P3>
@end