Created
November 5, 2017 16:46
-
-
Save olbrichj/2fddb0aae31cce222d0a3898b8bd1dab to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
var paws: MonkeyPaws? | |
func application(_ application: UIApplication, didFinishLaunchingWithOptions launchOptions: [UIApplicationLaunchOptionsKey: Any]?) -> Bool { | |
if CommandLine.arguments.contains("--MonkeyPaws") { | |
paws = MonkeyPaws(view: window!) | |
} | |
return true | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment