// // symbolCollectionCell.h // jiaPei // // Created by apple on 16/1/5. // Copyright © 2016年 JCZ. All rights reserved. // #import @interface symbolCollectionCell : UICollectionViewCell @property (nonatomic, retain) UIImageView *image; @property (nonatomic, retain) UILabel *nameLabel; -(instancetype)initWithFrame:(CGRect)frame; @end