线上所有马甲包模板,与《猎豆》同UI。域名zhuadd

HSQDetailImgModel.h 410B

123456789101112131415161718192021
  1. //
  2. // HSQDetailImgModel.h
  3. // YouHuiProject
  4. //
  5. // Created by 小花 on 2018/11/13.
  6. // Copyright © 2018年 kuxuan. All rights reserved.
  7. //
  8. #import <Foundation/Foundation.h>
  9. NS_ASSUME_NONNULL_BEGIN
  10. @interface HSQDetailImgModel : 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