Skip to content

Instantly share code, notes, and snippets.

@cardoso
Last active February 22, 2021 21:30
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save cardoso/4ae9453eac775da09c6920b0e4ca8bb0 to your computer and use it in GitHub Desktop.
Save cardoso/4ae9453eac775da09c6920b0e4ca8bb0 to your computer and use it in GitHub Desktop.
import SwiftUI
import StreamChat
struct ChatView: View {
@StateObject var channel: ChatChannelController.ObservableObject
...
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment