个人资料动态

This commit is contained in:
fengshuo
2022-08-18 17:14:35 +08:00
parent 0ac8ac5b51
commit 694f876acb
4 changed files with 21 additions and 5 deletions

View File

@@ -13,6 +13,7 @@
#import "UserPhoto.h"
#import "UserGiftWallInfoModel.h"
#import "XPEnum.h"
#import "MonentsInfoModel.h"
NS_ASSUME_NONNULL_BEGIN
@@ -129,6 +130,8 @@ NS_ASSUME_NONNULL_BEGIN
@property (nonatomic,assign) BOOL fromSayHelloChannel;
///是否是封号用户
@property (nonatomic,assign) BOOL banAccount;
///用户的动态
@property (nonatomic,strong) NSArray<MonentsInfoModel *> *dynamicInfo;
@end
NS_ASSUME_NONNULL_END