14 lines
249 B
Objective-C
14 lines
249 B
Objective-C
//
|
|
// LYSDatePickerLabel.h
|
|
// LYSDatePickerController
|
|
//
|
|
// Created by HENAN on 2018/5/7.
|
|
// Copyright © 2018年 liyangshuai. All rights reserved.
|
|
//
|
|
|
|
#import <UIKit/UIKit.h>
|
|
|
|
@interface LYSDatePickerLabel : UILabel
|
|
+ (instancetype)Label;
|
|
@end
|