// // QMFileCollectionCell.h // IMSDK-OC // // Created by HCF on 16/8/11. // Copyright © 2016年 HCF. All rights reserved. // #import #import @interface QMFileCollectionCell : UICollectionViewCell @property (nonatomic, strong)PHAsset *imageAsset; @property (nonatomic, strong)PHImageManager *imageManager; @property (nonatomic, strong)UIImageView *pickedItemImageView; @end