1. 同步Android 我的 tag UI

2. 其他优化
This commit is contained in:
eggmanQQQ
2024-07-22 19:29:12 +08:00
parent 5e00713960
commit 59db4366a6
61 changed files with 571 additions and 532 deletions

View File

@@ -11,7 +11,7 @@ NS_ASSUME_NONNULL_BEGIN
@class MomentsListInfoModel;
@protocol XPMonentsLatestProtocol <NSObject>
///获取最新列表从成功
- (void)getMonentsLatestListSuccess:(MomentsListInfoModel *)listInfo state:(int)state;
- (void)getMomentsLatestListSuccess:(MomentsListInfoModel *)listInfo state:(int)state;
///获取最新列表从失败
- (void)getMonentsLatestListFail:(NSString *)msg state:(int)state;