lib/ProMotion/table/table_screen.rb in ProMotion-2.3.1 vs lib/ProMotion/table/table_screen.rb in ProMotion-2.4.0

- old
+ new

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