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

- old
+ new

@@ -1,8 +1,6 @@ module ProMotion module GroupedTable - include ProMotion::Table - def table_style UITableViewStyleGrouped end end end