lib/ProMotion/table/table_screen.rb in ProMotion-1.2.1 vs lib/ProMotion/table/table_screen.rb in ProMotion-2.0.0.rc1

- old
+ new

@@ -1,8 +1,4 @@ -motion_require '../cocoatouch/table_view_controller' -motion_require '../screen/screen_module' -motion_require 'table' - module ProMotion class TableScreen < TableViewController include ProMotion::ScreenModule include ProMotion::Table end