EventSubscribable

@available(iOS 9.0, *)
public protocol EventSubscribable : AnyObject

Classes which adopt EventSubscribable can be subscribed to. Subscribers can then receive events.