Sha256: 448d0f1738c7fe68a4b4d76e03632cc63c437b88d55a84bb9a2e8691d37da8e1

Contents?: true

Size: 326 Bytes

Versions: 2

Compression:

Stored size: 326 Bytes

Contents

motion_require '../cocoatouch/table_view_controller'
motion_require '../screen/screen_module'
motion_require 'table'
motion_require 'grouped_table'

module ProMotion
  class GroupedTableScreen < TableViewController
    include ProMotion::ScreenModule
    include ProMotion::Table
    include ProMotion::GroupedTable
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
ProMotion-1.2.1 lib/ProMotion/table/grouped_table_screen.rb
ProMotion-1.2.0 lib/ProMotion/table/grouped_table_screen.rb