CalendarHeadView.h 304 B

12345678910111213141516
  1. //
  2. // CalendarHeadView.h
  3. // shiku_im
  4. //
  5. // Created by huangyp-pc on 2017/6/20.
  6. //
  7. //
  8. #import <UIKit/UIKit.h>
  9. @interface CalendarHeadView : UIView
  10. @property (nonatomic,strong) UILabel *yearMonth;
  11. @property (nonatomic,strong) UILabel *dayLabel2;
  12. @property (nonatomic,strong) UILabel *dayLabel3;
  13. @end