PhotoCollectionViewCell.h 293 B

123456789101112131415
  1. //
  2. // PhotoCollectionViewCell.h
  3. // model
  4. //
  5. // Created by liufei on 2018/7/25.
  6. // Copyright © 2018年 Mine. All rights reserved.
  7. //
  8. #import <UIKit/UIKit.h>
  9. @interface PhotoCollectionViewCell : UICollectionViewCell
  10. @property (weak, nonatomic) IBOutlet UIImageView *userImageView;
  11. @end