blob: 90bd3215bf75b77588192319d507041b9a0a2d6d [file] [log] [blame]
@interface Root
+(Class)class;
@end
__attribute__((objc_runtime_visible))
__attribute__((objc_runtime_name("MyRuntimeVisibleClass")))
@interface A : Root
@end