mirror of
https://github.com/zhigang1992/ProMotion.git
synced 2026-06-02 06:49:45 +08:00
11 lines
178 B
Ruby
11 lines
178 B
Ruby
class TableScreenRefreshable < TestTableScreen
|
|
attr_accessor :on_refresh_called
|
|
|
|
refreshable
|
|
|
|
def on_refresh
|
|
self.on_refresh_called = true
|
|
end_refreshing
|
|
end
|
|
|
|
end |