QMFileCollectionCell.h 418 B

12345678910111213141516171819
  1. //
  2. // QMFileCollectionCell.h
  3. // IMSDK-OC
  4. //
  5. // Created by HCF on 16/8/11.
  6. // Copyright © 2016年 HCF. All rights reserved.
  7. //
  8. #import <UIKit/UIKit.h>
  9. #import <Photos/Photos.h>
  10. @interface QMFileCollectionCell : UICollectionViewCell
  11. @property (nonatomic, strong)PHAsset *imageAsset;
  12. @property (nonatomic, strong)PHImageManager *imageManager;
  13. @property (nonatomic, strong)UIImageView *pickedItemImageView;
  14. @end