Skip to content

Instantly share code, notes, and snippets.

@serhiybutz
Last active July 13, 2020 03:12
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 serhiybutz/35f4d0f3429e6cb3359b60f81e37c733 to your computer and use it in GitHub Desktop.
Save serhiybutz/35f4d0f3429e6cb3359b60f81e37c733 to your computer and use it in GitHub Desktop.
public protocol ThemeModelProtocol {}
public protocol ThemeProtocol: Equatable {
    associatedtype Model: ThemeModelProtocol
    var settings: Model { get }
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment