| 1234567891011121314 |
- //
- // LYYCalYYYYMM.h
- // shiku_im
- //
- // Created by liyangyang-pc on 2017/6/12.
- // Copyright © 2017年 LYY. All rights reserved.
- //
- #import <UIKit/UIKit.h>
- @interface LYYCalYYYYMM : UIView
- @property (nonatomic, assign) NSString * selectedDate;
- @property (nonatomic, strong) void (^selectedBlock) (NSString * selectedDate);
- @end
|