lib/ProMotion/table/table_screen.rb in ProMotion-1.1.2 vs lib/ProMotion/table/table_screen.rb in ProMotion-1.2.0
- old
+ new
@@ -1,4 +1,8 @@
+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