mirror of
https://github.com/zhigang1992/RubyMotion.git
synced 2026-04-12 22:40:29 +08:00
6 lines
107 B
Ruby
6 lines
107 B
Ruby
class HelloViewController < UIViewController
|
|
def loadView
|
|
self.view = HelloView.alloc.init
|
|
end
|
|
end
|