lib/ProMotion/screen/screen.rb in ProMotion-1.1.2 vs lib/ProMotion/screen/screen.rb in ProMotion-1.2.0

- old
+ new

@@ -1,4 +1,7 @@ +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