Files
GiGaMaskTime/GIGA/Common/Views/LYSDatePickerController/LYSDateIndicatorViewController.h
T
2018-09-16 13:42:55 +08:00

19 lines
503 B
Objective-C

//
// LYSDateIndicatorViewController.h
// LYSDatePickerController
//
// Created by HENAN on 2018/5/5.
// Copyright © 2018年 liyangshuai. All rights reserved.
//
#import "LYSDateHeaderViewController.h"
@interface LYSDateIndicatorViewController : LYSDateHeaderViewController
// 是否显示分割线
@property (nonatomic,assign)BOOL showIndicator;
// 分割线颜色
@property (nonatomic,strong)UIColor *indicatorColor;
// 分割线高度
@property(nonatomic, assign)CGFloat indicatorHeight;
@end