mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2024-12-05 21:12:31 +00:00
f233dac67c
llvm-svn: 143887
7 lines
91 B
Objective-C
7 lines
91 B
Objective-C
|
|
@interface ExtInterface {
|
|
__strong ExtInterface *myivar;
|
|
__strong void *gcVar;
|
|
}
|
|
@end
|