C++程序  |  7行  |  91 B


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