Created
October 25, 2018 11:59
-
-
Save mischa-hildebrand/58ce316ec88bb7cfd9eb7f548e942789 to your computer and use it in GitHub Desktop.
Data Store Delegate
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
extension MessagingDataSource: DataStoreDelegate { | |
func dataStoreDidReceiveNewMessage(forConversationWith user: UserID) { | |
delegate?.dataSourceDidUpdate() | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment