mirror of
https://github.com/zhigang1992/rmq.git
synced 2026-01-12 17:52:17 +08:00
10 lines
145 B
Ruby
10 lines
145 B
Ruby
module RubyMotionQuery
|
|
module Stylers
|
|
class UIScrollViewStyler < UIViewStyler
|
|
|
|
# Your custom styler methods here
|
|
|
|
end
|
|
end
|
|
end
|