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