7 lines
97 B
C
7 lines
97 B
C
|
@interface A
|
||
|
-(void)method1;
|
||
|
@end
|
||
|
@interface B
|
||
|
-(void)method1 __attribute__((unavailable));
|
||
|
@end
|