DayCollectionViewCell.h 316 B

1234567891011121314
  1. //
  2. // DayCollectionViewCell.h
  3. // BJTResearch
  4. //
  5. // Created by yunlong on 17/5/11.
  6. // Copyright © 2017年 yunlong. All rights reserved.
  7. //
  8. #import <UIKit/UIKit.h>
  9. //#import UIView+rounded
  10. @class DayModel;
  11. @interface DayCollectionViewCell : UICollectionViewCell
  12. @property(nonatomic,strong) DayModel *model;
  13. @end