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

10 lines
145 B
Ruby

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