@import Foundation; @interface Base : NSObject - (void)objCBaseMethod; @property (nonatomic, strong) NSString *prop; @end