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

6 lines
113 B
Ruby

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