import UIKit

class CustomApp {
    init(app: GameViewController) {
//        app.client.addCustomFunction("hello") { (args) -> Void in
//            print("Native hello function; args = \(args)")
//            app.client.pushEvent("hello", args: [nil, true, CGFloat(2.4), "abc"])
//        }
    }
}
