Files
rmq/app/stylers/ui_tab_bar_styler.rb
2013-07-29 15:37:44 -07:00

10 lines
142 B
Ruby

module RubyMotionQuery
module Stylers
class UITabBarStyler < UIViewStyler
# Your custom styler methods here
end
end
end