mirror of
https://github.com/zhigang1992/redpotion.git
synced 2026-06-14 18:19:03 +08:00
10 lines
187 B
Ruby
10 lines
187 B
Ruby
module RubyMotionQuery
|
|
class App
|
|
class << self
|
|
def current_screen(root_view_controller = nil)
|
|
current_view_controller root_view_controller
|
|
end
|
|
end
|
|
end
|
|
end
|