Sha256: b9641cc058b946649a822fd99c5a7f808d74b69a873445da627093a854586c28

Contents?: true

Size: 268 Bytes

Versions: 2

Compression:

Stored size: 268 Bytes

Contents

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/ViewController.rb.
    include ProMotion::ScreenModule
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
ProMotion-0.5.2 lib/ProMotion/screens/screen.rb
ProMotion-0.5.0 lib/ProMotion/screens/screen.rb