// // PicSymbolTableViewCell.h // jiaPei // // Created by apple on 16/1/4. // Copyright © 2016年 JCZ. All rights reserved. // #import @interface PicSymbolTableViewCell : UITableViewCell @property(nonatomic, retain) UILabel *titleLable; @property(nonatomic, retain) UIImageView *img1; @property(nonatomic, retain) UIImageView *img2; @property(nonatomic, retain) UIImageView *img3; @property(nonatomic, retain) UIImageView *img4; @property(nonatomic, retain) UILabel *countLabel; -(instancetype)initWithStyle:(UITableViewCellStyle)style reuseIdentifier:(NSString *)reuseIdentifier; @end