lib/ProMotion/table/grouped_table_screen.rb in ProMotion-1.0.1 vs lib/ProMotion/table/grouped_table_screen.rb in ProMotion-1.0.2

- old
+ new

@@ -1,6 +1,7 @@ module ProMotion class GroupedTableScreen < TableViewController include ProMotion::ScreenModule + include ProMotion::Table include ProMotion::GroupedTable end end