CalenderCollectionCell.h 306 B

1234567891011121314151617
  1. //
  2. // CalenderCollectionCell.h
  3. // YZCCalender
  4. //
  5. // Created by Jason on 2018/1/17.
  6. // Copyright © 2018年 jason. All rights reserved.
  7. //
  8. #import <UIKit/UIKit.h>
  9. @class CalenderModel;
  10. @interface CalenderCollectionCell : UICollectionViewCell
  11. @property (nonatomic, strong) CalenderModel *model;
  12. @end