12345678910111213141516171819 |
- //
- // XYBlacklistCellModel.h
- // Starbuds
- //
- // Created by 翟玉磊 on 2020/1/15.
- // Copyright © 2020 翟玉磊. All rights reserved.
- //
- #import "BaseObject.h"
- NS_ASSUME_NONNULL_BEGIN
- @interface XYBlacklistCellModel : XYUserModel
- @property (nonatomic, readwrite, copy) NSString *blackTime;
- @end
- NS_ASSUME_NONNULL_END
|