Sha256: bdde97ee3ee89842e97bc72375a6520c1bc4a2b36df1d69af3de29437fb127f3

Contents?: true

Size: 349 Bytes

Versions: 2

Compression:

Stored size: 349 Bytes

Contents

motion_require '../cocoatouch/view_controller'
motion_require 'screen_module'

module ProMotion
  class Screen < ViewController
    # You can inherit a screen from any UIViewController if you include the ScreenModule
    # Just make sure to implement the Obj-C methods in cocoatouch/view_controller.rb.
    include ProMotion::ScreenModule
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
ProMotion-1.2.1 lib/ProMotion/screen/screen.rb
ProMotion-1.2.0 lib/ProMotion/screen/screen.rb