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