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