Sha256: a245ce96c9ec32f362cfe727361cefccde250ca8f0667ab87135b0c0ab3982dc

Contents?: true

Size: 364 Bytes

Versions: 1

Compression:

Stored size: 364 Bytes

Contents

##
# Dummy class used for tests
#
class TestSuiteDelegate
  ##
  # Attribute accessor
  #
  attr_accessor :window

  ##
  # Init App
  #
  def application(application, didFinishLaunchingWithOptions: launchOptions)
    @window = UIWindow.alloc.initWithFrame(UIScreen.mainScreen.bounds)
    @window.rootViewController = UIViewController.alloc.init
    true
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
map-kit-wrapper-0.0.5 lib/map-kit-wrapper/test_suite_delegate.rb