Protocols
The following protocols are available globally.
- 
                  
                  
Undocumented
See moreDeclaration
Objective-C
@protocol ViewControllerEventPresenter <NSObject> -(BOOL)isResponsible:(NSObject*)event view:(UIView*)view controller:(UIViewController*)controller; -(void)receivedEvent:(NSObject*)event view:(UIView*)view controller:(UIViewController*)controller; @endSwift
protocol ViewControllerEventPresenter : NSObjectProtocol 
View on GitHub
        Protocols  Reference