MBISubview
@interface MBISubview : UIView
Base class for all overlay subviews
-
Delegate which is notified on Overlay events
Declaration
Objective-C
@property (nonatomic, weak, nullable) id<MBISubviewDelegate> delegate;
Swift
weak var delegate: MBISubviewDelegate? { get set }