- //
- // PhotoCollectionViewCell.h
- // model
- //
- // Created by liufei on 2018/7/25.
- // Copyright © 2018年 Mine. All rights reserved.
- //
- #import <UIKit/UIKit.h>
- @interface PhotoCollectionViewCell : UICollectionViewCell
- @property (weak, nonatomic) IBOutlet UIImageView *userImageView;
- @end
|