Skip to content

Instantly share code, notes, and snippets.

@serhiybutz
Created January 17, 2020 19:51
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/e2ac4e360c408f92b6d6d04610bd3559 to your computer and use it in GitHub Desktop.
Save serhiybutz/e2ac4e360c408f92b6d6d04610bd3559 to your computer and use it in GitHub Desktop.
@objc protocol Themable {
func applyTheme(_ theme: MyTheme)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment