lib/ProMotion/map/map_screen.rb in ProMotion-1.1.2 vs lib/ProMotion/map/map_screen.rb in ProMotion-1.2.0

- old
+ new

@@ -1,4 +1,8 @@ +motion_require '../cocoatouch/view_controller' +motion_require '../screen/screen_module' +motion_require 'map_screen_module' + module ProMotion class MapScreen < ViewController include ProMotion::ScreenModule include ProMotion::MapScreenModule end