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

Version Path
map-kit-wrapper-0.0.4 lib/map-kit-wrapper/test_suite_delegate.rb
map-kit-wrapper-0.0.3 lib/map-kit-wrapper/test_suite_delegate.rb
map-kit-wrapper-0.0.2 lib/map-kit-wrapper/test_suite_delegate.rb
map-kit-wrapper-0.0.1 motion/test_suite_delegate.rb