Skip to content

Instantly share code, notes, and snippets.

@tiagomartinho
Created June 13, 2018 09:57
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 tiagomartinho/bc9743dcfed927d2f39d575e75d2bc84 to your computer and use it in GitHub Desktop.
Save tiagomartinho/bc9743dcfed927d2f39d575e75d2bc84 to your computer and use it in GitHub Desktop.
ThemeManagerAPI
import UIKit
class ThemeManager {
private let themeRepository: ThemeRepository
var current: Theme { get }
func apply(theme: Theme)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment