口袋优选

KBDetailImgModel.h 409B

12345678910111213141516171819202122
  1. //
  2. // KBDetailImgModel.h
  3. // YouHuiProject
  4. //
  5. // Created by 小花 on 2018/10/11.
  6. // Copyright © 2018年 kuxuan. All rights reserved.
  7. //
  8. #import <Foundation/Foundation.h>
  9. NS_ASSUME_NONNULL_BEGIN
  10. @interface KBDetailImgModel : NSObject
  11. @property (nonatomic, copy) NSString *url;
  12. @property (nonatomic, strong) NSNumber *width;
  13. @property (nonatomic, strong) NSNumber *height;
  14. @end
  15. NS_ASSUME_NONNULL_END