Sha256: 2e5100fec293a3517fd19322b9105ce39561c84b97f1ca1fb792b6a31bf8acaa

Contents?: true

Size: 328 Bytes

Versions: 2

Compression:

Stored size: 328 Bytes

Contents

module ProMotion
  # Instance methods
  class TableScreen < TableViewController
    include ProMotion::TableScreenModule
  end

  class GroupedTableScreen < TableScreen
    include ProMotion::MotionTable::GroupedTable
  end

  class SectionedTableScreen < TableScreen
    include ProMotion::MotionTable::SectionedTable
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
ProMotion-0.4.1 lib/ProMotion/screen/table_screen.rb
ProMotion-0.4.0 lib/ProMotion/screen/table_screen.rb