mirror of
https://github.com/zhigang1992/ProMotion.git
synced 2026-06-02 14:58:31 +08:00
6 lines
77 B
Ruby
6 lines
77 B
Ruby
class AppDelegate
|
|
def on_load(app, options)
|
|
open BasicScreen
|
|
end
|
|
end
|