YOUPAILZLiveRankModel.h 413 B

12345678910111213141516171819
  1. //
  2. // YOUPAILZLiveRankModel.h
  3. // VQU
  4. //
  5. // Created by CY on 2021/7/22.
  6. // Copyright © 2021 leo. All rights reserved.
  7. //
  8. #import <Foundation/Foundation.h>
  9. NS_ASSUME_NONNULL_BEGIN
  10. @interface YOUPAILZLiveRankModel : NSObject
  11. @property (nonatomic,strong) NSString *youpaiptype;
  12. @property (nonatomic,assign) NSInteger youpaipsort;
  13. @property (nonatomic,strong) NSString *youpaipimg;
  14. @end
  15. NS_ASSUME_NONNULL_END