mirror of
https://github.com/zhigang1992/ProMotion.git
synced 2026-06-05 07:00:21 +08:00
9 lines
100 B
Ruby
9 lines
100 B
Ruby
class TableScreenRefreshable < TableScreen
|
|
|
|
refreshable
|
|
|
|
def on_refresh
|
|
#do stuff
|
|
end
|
|
|
|
end |