mirror of
https://github.com/zhigang1992/ProMotion.git
synced 2026-06-03 14:56:05 +08:00
8 lines
102 B
Ruby
8 lines
102 B
Ruby
class AppDelegate
|
|
|
|
def on_load(app, options)
|
|
open BasicScreen.new(nav_bar: true)
|
|
end
|
|
|
|
end
|