ThumbImageCollectionViewCell.h 412 B

12345678910111213141516
  1. //
  2. // CollectionViewCell.h
  3. // photosFramework
  4. //
  5. // Created by HuminiOS on 15/11/11.
  6. // Copyright © 2015年 HuminiOS. All rights reserved.
  7. //
  8. #import <UIKit/UIKit.h>
  9. #import <Photos/Photos.h>
  10. #import "JCHATPhotoSelectViewController.h"
  11. #import "JCHATPhotoModel.h"
  12. @interface ThumbImageCollectionViewCell : UICollectionViewCell
  13. - (void)setDataWithModel:(HMPhotoModel *)model withDelegate:(id)delegate;
  14. @end