Sha256: 6a28dee123ad5e38674f876196b7572ff76fddf4f1fba13db9574e357bd6ee56
Contents?: true
Size: 306 Bytes
Versions: 5
Compression:
Stored size: 306 Bytes
Contents
class TestSuiteDelegate attr_accessor :window def application(application, didFinishLaunchingWithOptions:launchOptions) @window = UIWindow.alloc.initWithFrame(UIScreen.mainScreen.bounds) @window.rootViewController = UIViewController.alloc.init @window.makeKeyAndVisible true end end
Version data entries
5 entries across 5 versions & 1 rubygems