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