XYLiveNobleListCellModel.h 410 B

123456789101112131415161718192021
  1. //
  2. // XYLiveNobleListCellModel.h
  3. // Starbuds
  4. //
  5. // Created by 翟玉磊 on 2020/1/11.
  6. // Copyright © 2020 翟玉磊. All rights reserved.
  7. //
  8. #import "XYLiveUserModel.h"
  9. NS_ASSUME_NONNULL_BEGIN
  10. @interface XYLiveNobleListCellModel : XYLiveUserModel
  11. @property (nonatomic, readwrite, copy) NSString *expirationTime;
  12. @property (nonatomic, readwrite, copy) NSString *fansName;
  13. @end
  14. NS_ASSUME_NONNULL_END