android_mt6572_jiabo/external/clang/test/ARCMT/GC.h
2025-09-05 16:56:03 +08:00

6 lines
91 B
Objective-C

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