2014-01-15 10:53:42 +01:00

7 lines
91 B
Objective-C

@interface ExtInterface {
__strong ExtInterface *myivar;
__strong void *gcVar;
}
@end