Class: AppDelegate
Overview
Just an app delegate to kick the things in
Instance Method Summary collapse
Instance Method Details
#application(application, didFinishLaunchingWithOptions: launchOptions) ⇒ Object
5 6 7 8 9 |
# File 'lib/under_os/delegate.rb', line 5 def application(application, didFinishLaunchingWithOptions:launchOptions) UnderOs::App.setup(application, launchOptions) true end |