1234567891011121314 |
- //
- // DayCollectionViewCell.h
- // BJTResearch
- //
- // Created by yunlong on 17/5/11.
- // Copyright © 2017年 yunlong. All rights reserved.
- //
- #import <UIKit/UIKit.h>
- //#import UIView+rounded
- @class DayModel;
- @interface DayCollectionViewCell : UICollectionViewCell
- @property(nonatomic,strong) DayModel *model;
- @end
|