口袋优选

KBSignDetailModel.h 664B

1234567891011121314151617181920212223242526
  1. //
  2. // KBSignDetailModel.h
  3. // YouHuiProject
  4. //
  5. // Created by jcymac on 2018/10/15.
  6. // Copyright © 2018年 kuxuan. All rights reserved.
  7. //
  8. #import <Foundation/Foundation.h>
  9. NS_ASSUME_NONNULL_BEGIN
  10. @interface KBSignDetailModel : NSObject
  11. @property (nonatomic, strong) NSString* img;
  12. @property (nonatomic, strong) NSString* content;
  13. @property (nonatomic, assign) NSInteger type;
  14. @property (nonatomic, strong) NSString* time_describe;
  15. @property (nonatomic, strong) NSString* red_url;
  16. @property (nonatomic, strong) NSDictionary* postion;
  17. @property (nonatomic, copy) NSString *btn;
  18. @property (nonatomic, copy) NSString *ot_url;
  19. //
  20. @end
  21. NS_ASSUME_NONNULL_END