RAEditPhotoModel.h 323 B

12345678910111213141516
  1. //
  2. // RAEditPhotoModel.h
  3. // Apex And Drivers
  4. //
  5. // Created by Jack on 2018/6/4.
  6. // Copyright © 2018年 USAI. All rights reserved.
  7. //
  8. #import "RAEditBaseModel.h"
  9. @interface RAEditPhotoModel : RAEditBaseModel
  10. @property (nonatomic,strong) UIImage *photo;
  11. @property (nonatomic,copy,readonly) NSString *photoName;
  12. @end