NotificationCenterProtocol

public protocol NotificationCenterProtocol

Undocumented

  • Undocumented

    Declaration

    Swift

    func addObserver(_ observer: Any, selector aSelector: Selector, name aName: NSNotification.Name?, object anObject: Any?)
  • Undocumented

    Declaration

    Swift

    func post(name aName: NSNotification.Name, object anObject: Any?)
  • Undocumented

    Declaration

    Swift

    func removeObserver(_ observer: Any)