Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Tags: Wuchiwei/LKBroadcaster

Tags

1.1.0

Toggle 1.1.0's commit message
Update README.md for usage and design explaination.

1.0.0

Toggle 1.0.0's commit message
[Update] Establish LKBroadcaster

1. LKNotification protocol for modeling interface for a simple notification
2. LKAnyNotification as concrete type for LKNotification protocol
3. LKObserver for internal usage: Modeling the observer with callback and which operation queue should the callback be executed.
4. LKAnyNotificationCancellable as return type after broadcaster is observed. It can manager the observer should keep receiving notification and not.
5. LKBroadcaster response for post and receive observer for specific notification.