Skip to content

Instantly share code, notes, and snippets.

@serhiybutz
Last active July 13, 2020 03:12
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