mirror of
https://github.com/zhigang1992/ProMotion.git
synced 2026-05-24 17:22:49 +08:00
8 lines
98 B
Ruby
8 lines
98 B
Ruby
class AppDelegate
|
|
|
|
def on_load(app, options)
|
|
open BasicScreen.new(nav_bar: true)
|
|
end
|
|
|
|
end
|