-
Notifications
You must be signed in to change notification settings - Fork 69
Open
Labels
Description
I think it's a good idea to make Notifier subclass of NSObject.
this way, developers can retain Notifier object with protocol extensions too. (using objc_setAssociatedObject) .
I've described it here: http://stackoverflow.com/questions/38190702/how-to-use-objc-protocol-with-optional-and-extensions-at-the-same-time/42212943#42212943
Reactions are currently unavailable