| 12345678910111213141516171819 |
- //
- // FunnelChartSliderButton.h
- // FunnelChartViewDemo
- //
- // Created by Qin Yuxiang on 2/28/16.
- // Copyright © 2016 YuxiangQ. All rights reserved.
- //
- #import <UIKit/UIKit.h>
- /**
- * 滑块上的按钮
- */
- @interface FunnelChartSliderButton : UIView
- @end
- // 版权属于原作者
- // http://code4app.com (cn) http://code4app.net (en)
- // 发布代码于最专业的源码分享网站: Code4App.com
|