lib/ProMotion/screen/screen.rb in ProMotion-1.2.1 vs lib/ProMotion/screen/screen.rb in ProMotion-2.0.0.rc1
- old
+ new
@@ -1,7 +1,4 @@
-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