XYBlacklistCellModel.h 328 B

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