FunnelChartSliderButton.h 402 B

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