Sha256: 6c04e6eb73c920c2694d2a67e015df7e4df04791625254ae3e7f24cea5e2002d
Contents?: true
Size: 244 Bytes
Versions: 17
Compression:
Stored size: 244 Bytes
Contents
class AppDelegate def application(application, didFinishLaunchingWithOptions:launchOptions) @window = UIWindow.alloc.initWithFrame(UIScreen.mainScreen.bounds) @window.rootViewController = UIViewController.alloc.init true end end
Version data entries
17 entries across 17 versions & 4 rubygems