mirror of
https://github.com/zhigang1992/redpotion.git
synced 2026-06-14 18:19:03 +08:00
10 lines
160 B
Ruby
10 lines
160 B
Ruby
module RubyMotionQuery
|
|
class RMQ
|
|
# TODO Why doesn't this work?
|
|
#alias :screen :view_controller
|
|
def screen
|
|
view_controller
|
|
end
|
|
end
|
|
end
|