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