Closed huakucha closed 7 years ago
CHDeclareClass(NewSettingViewController) CHDeclareMethod0(void, NewSettingViewController, reloadTableData) { CHSuper0(NewSettingViewController, reloadTableData); MMTableViewInfo *tableInfo = [self valueForKeyPath:@"m_tableViewInfo"];
} 新建项目 编译不通过提示:Receiver type 'NewSettingViewController' for instance message is a forward declaration 好像只要使用self就无法编译成功
@huakucha 请使用 mrc
CHDeclareClass(NewSettingViewController) CHDeclareMethod0(void, NewSettingViewController, reloadTableData) { CHSuper0(NewSettingViewController, reloadTableData); MMTableViewInfo *tableInfo = [self valueForKeyPath:@"m_tableViewInfo"];
} 新建项目 编译不通过提示:Receiver type 'NewSettingViewController' for instance message is a forward declaration 好像只要使用self就无法编译成功