class App {
    static var app: ViewController!

    static func getApp() -> ViewController {
        return app
    }

}
