YBSegControl.h 252 B

123456789101112131415
  1. //
  2. // YBSegControl.h
  3. // YBmyth
  4. //
  5. // Created by YunBao on 2018/1/16.
  6. // Copyright © 2018年 Rookie. All rights reserved.
  7. //
  8. #import <UIKit/UIKit.h>
  9. @interface YBSegControl : UISegmentedControl
  10. @property (nonatomic,strong) UIColor *lineC;
  11. @end