Kaneki
Results
1
comments of
Kaneki
好的,比如我有一个组件(Module)A,里边的类分别是`AModule`、`AViewController`,`AModule`可以实现`BHModuleProtocol`协议来获取一系列的APP生命周期或事件,假设`AViewController`需要在收到PUSH的时候做一下处理,`AModule`可以实现`modDidReceiveRemoteNotification`方法来收取PUSH,但是这个PUSH内容实际是需要在`AViewController`做处理,怎么把这个事件通过`AModule`给到`AViewController`呢?