Sha256: 097dcc5fa53ae55999e61c8971ef7a157fdcf3d7330f223089cbb6bc64378911
Contents?: true
Size: 277 Bytes
Versions: 49
Compression:
Stored size: 277 Bytes
Contents
class AppDelegate def application(application, didFinishLaunchingWithOptions:launchOptions) @window = UIWindow.alloc.initWithFrame(UIScreen.mainScreen.bounds) @window.rootViewController = HaiViewController.alloc.init @window.makeKeyAndVisible true end end
Version data entries
49 entries across 49 versions & 1 rubygems