FWViewDelegate
@protocol FWViewDelegate <NSObject>
通用视图事件代理
-
通用事件代理方法,通知名称即为事件名称
Declaration
Objective-C
- (void)eventReceived:(nonnull __kindof UIView *)view withNotification:(nonnull NSNotification *)notification;