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