// // YBSegControl.h // YBmyth // // Created by YunBao on 2018/1/16. // Copyright © 2018年 Rookie. All rights reserved. // #import <UIKit/UIKit.h> @interface YBSegControl : UISegmentedControl @property (nonatomic,strong) UIColor *lineC; @end