Files
RubyMotion/test/Benchmark/app/app_delegate.rb
2013-11-16 09:16:58 +09:00

6 lines
113 B
Ruby

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