Skip to content

Instantly share code, notes, and snippets.

@mizutori
Created October 21, 2014 07:45
Show Gist options
  • Save mizutori/1948f4f2ae21dd5bd842 to your computer and use it in GitHub Desktop.
Save mizutori/1948f4f2ae21dd5bd842 to your computer and use it in GitHub Desktop.
Example: Call MyFramework's public method
func application(application: UIApplication, didFinishLaunchingWithOptions launchOptions: [NSObject: AnyObject]?) -> Bool {
MyFramework.start()
return true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment