mirror of
https://github.com/zhigang1992/ProMotion.git
synced 2026-01-12 22:49:55 +08:00
8 lines
120 B
Ruby
8 lines
120 B
Ruby
class AppDelegate < ProMotion::Delegate
|
|
|
|
def on_load(app, options)
|
|
open BasicScreen.new(nav_bar: true)
|
|
end
|
|
|
|
end
|