// // PlanCollectionViewCell.h // jiaPeiC // // Created by apple on 16/6/14. // Copyright © 2016年 JCZ. All rights reserved. // #import @interface PlanCollectionViewCell : UICollectionViewCell @property (nonatomic, retain) UILabel *timeLabel; @property (nonatomic, retain) UILabel *kemuLabel; @property (nonatomic, retain) UILabel *countLabel; @end