Files
RubyMotion/test/app/app_delegate.rb
2012-09-10 15:36:37 +02:00

6 lines
113 B
Ruby

class AppDelegate
def application(application, didFinishLaunchingWithOptions:launchOptions)
true
end
end