mirror of
https://github.com/Stichting-MINIX-Research-Foundation/netbsd.git
synced 2025-08-15 00:49:53 -04:00
7 lines
91 B
Objective-C
7 lines
91 B
Objective-C
|
|
@interface ExtInterface {
|
|
__strong ExtInterface *myivar;
|
|
__strong void *gcVar;
|
|
}
|
|
@end
|