7 lines
91 B
Objective-C
7 lines
91 B
Objective-C
|
|
@interface ExtInterface {
|
|
__strong ExtInterface *myivar;
|
|
__strong void *gcVar;
|
|
}
|
|
@end
|