oc 可执行文件结构探查--machOView

zzfx / 2023-08-16 / 原文

@interface BaseClass : NSObject

@property(nonatomic,strong) NSString *one;

- (void)hello;
- (void)func1;
+ (void)helloC;

@end