AlbumPhotoCollectionViewCell.h 513 B

1234567891011121314151617
  1. //
  2. // XHAlbumPhotoCollectionViewCell.h
  3. // MessageDisplayExample
  4. //
  5. // Created by 曾 宪华 on 14-5-20.
  6. // Copyright (c) 2014年 曾宪华 开发团队(http://iyilunba.com ) 本人QQ:543413507 本人QQ群(142557668). All rights reserved.
  7. //
  8. #import "XHBaseCollectionViewCell.h"
  9. #import "UIImageView+AsyncDownload.h"
  10. @interface AlbumPhotoCollectionViewCell : XHBaseCollectionViewCell
  11. @property (nonatomic, strong) UIImageView *photoImageView;
  12. @property (nonatomic, strong) NSIndexPath *indexPath;
  13. @end