- //
- // RADetailPhotoCell.h
- // Apex And Drivers
- //
- // Created by Jack on 2018/9/4.
- // Copyright © 2018年 USAI. All rights reserved.
- //
- #import <UIKit/UIKit.h>
- @class RADetailPhotoModel;
- @interface RADetailPhotoCell : UITableViewCell
- @property (nonatomic,strong) RADetailPhotoModel *model;
- @end
|