| 12345678910111213141516 |
- //
- // CalendarHeadView.h
- // shiku_im
- //
- // Created by huangyp-pc on 2017/6/20.
- //
- //
- #import <UIKit/UIKit.h>
- @interface CalendarHeadView : UIView
- @property (nonatomic,strong) UILabel *yearMonth;
- @property (nonatomic,strong) UILabel *dayLabel2;
- @property (nonatomic,strong) UILabel *dayLabel3;
- @end
|