AppDelegate.swift 406 B

1234567891011121314151617181920
  1. //
  2. // AppDelegate.swift
  3. // SheeeeeeeeetExample
  4. //
  5. // Created by Daniel Saidi on 2017-11-18.
  6. // Copyright © 2017 Daniel Saidi. All rights reserved.
  7. //
  8. import UIKit
  9. import Sheeeeeeeeet
  10. @UIApplicationMain
  11. class AppDelegate: UIResponder, UIApplicationDelegate {
  12. var window: UIWindow?
  13. func applicationDidFinishLaunching(_ application: UIApplication) {
  14. applyAppearance()
  15. }
  16. }