Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save mischa-hildebrand/58ce316ec88bb7cfd9eb7f548e942789 to your computer and use it in GitHub Desktop.
Save mischa-hildebrand/58ce316ec88bb7cfd9eb7f548e942789 to your computer and use it in GitHub Desktop.
Data Store Delegate
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