个人信息增加所属公会,更换跟随和私信图标

This commit is contained in:
启星
2025-08-18 11:22:10 +08:00
parent 9a6659045d
commit affed1af58
5 changed files with 34 additions and 11 deletions

View File

@@ -92,6 +92,9 @@ NS_ASSUME_NONNULL_BEGIN
/// 打赏价值
@property (nonatomic,strong)NSString *total_price;
/// 公会
@property (nonatomic,strong)NSString *guild;
/// 是否使用靓号 0未使用 1 已使用
@property (nonatomic,strong)NSString *is_use_code;
@end