Skip to content

Instantly share code, notes, and snippets.

@groue
Last active March 29, 2016 19:03
Show Gist options
  • Save groue/79730719af202e8f05a9611786563ebb to your computer and use it in GitHub Desktop.
Save groue/79730719af202e8f05a9611786563ebb to your computer and use it in GitHub Desktop.
import UIKit
@UIApplicationMain
class AppDelegate: UIResponder, UIApplicationDelegate {
var window: UIWindow?
func application(application: UIApplication, didFinishLaunchingWithOptions launchOptions: [NSObject: AnyObject]?) -> Bool {
setupDatabase()
return true
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment