Files
RubyMotion/lib/motion/template/gem/app/app_delegate.rb
2013-04-19 23:02:49 +09:00

6 lines
113 B
Ruby

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