// // KBMorePicCollectionViewCell.h // YouHuiProject // // Created by jcymac on 2018/4/24. // Copyright © 2018年 kuxuan. All rights reserved. // #import @interface KBMorePicCollectionViewCell : UICollectionViewCell @property (weak, nonatomic) IBOutlet UIImageView *picImageView; @property (weak, nonatomic) IBOutlet UILabel *titleLabel; @end