@interface Root +(Class)class; @end __attribute__((objc_runtime_visible)) __attribute__((objc_runtime_name("MyRuntimeVisibleClass"))) @interface A : Root @end