mirror of
https://github.com/zhigang1992/redpotion.git
synced 2026-06-15 02:29:06 +08:00
8 lines
215 B
Ruby
8 lines
215 B
Ruby
module ProMotion
|
|
class TableScreen < TableViewController
|
|
# For some reason, this empty class definition is required
|
|
# or we get a NoMethodError with the `searchable`
|
|
# class method call. O_o
|
|
end
|
|
end
|