mirror of
https://github.com/zhigang1992/rmq.git
synced 2026-04-30 05:35:42 +08:00
10 lines
142 B
Ruby
10 lines
142 B
Ruby
module RubyMotionQuery
|
|
module Stylers
|
|
class UITabBarStyler < UIViewStyler
|
|
|
|
# Your custom styler methods here
|
|
|
|
end
|
|
end
|
|
end
|