2012-03-02 06:07:04 +08:00
|
|
|
@__experimental_modules_import category_top;
|
2011-11-16 23:22:03 +08:00
|
|
|
|
|
|
|
@interface Foo(Right1)
|
|
|
|
-(void)right1;
|
|
|
|
@end
|
|
|
|
|
|
|
|
@interface Foo(Right2)
|
|
|
|
-(void)right2;
|
|
|
|
@end
|
|
|
|
|
2012-08-10 09:06:16 +08:00
|
|
|
@interface Foo(Duplicate)
|
2011-11-16 23:22:03 +08:00
|
|
|
@end
|