| 12345678 |
- #import <UIKit/UIKit.h>
- @interface KBDatePickerView: UIView <UITableViewDelegate, UITableViewDataSource>
- @property NSDate * _Nonnull date;
- @property BOOL showDateLabel;
- @property (nonatomic, copy, nullable) void (^itemSelectedBlock)(NSDate * _Nullable date);
- @end
|