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