Sha256: eef559c177d9f260f4e9caed1249bae1cf0661ba030258e761336c8a3f8fd9ee
Contents?: true
Size: 276 Bytes
Versions: 9
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
9 entries across 9 versions & 1 rubygems