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