修复bug

This commit is contained in:
liyuhua
2023-09-22 12:20:43 +08:00
parent e4deece7b4
commit 10c0e5c182
25 changed files with 513 additions and 105 deletions

View File

@@ -8,6 +8,7 @@
#import "MvpViewController.h"
#import <JXCategoryView/JXCategoryListContainerView.h>
#import "YUMINNNN.h"
#import <JXPagingView/JXPagerView.h>
NS_ASSUME_NONNULL_BEGIN
@class XPMineFriendViewController, UserInfoModel;
@protocol XPMineFriendViewControllerDelegate <NSObject>
@@ -15,9 +16,11 @@ NS_ASSUME_NONNULL_BEGIN
- (void)xPMineFriendViewController:(XPMineFriendViewController *)viewController didSelectItem:(UserInfoModel *)userInfo;
@end
@interface XPMineFriendViewController : MvpViewController<JXCategoryListContentViewDelegate>
@interface XPMineFriendViewController : MvpViewController<JXPagerViewListViewDelegate,JXCategoryListContentViewDelegate>
///类型
@property (nonatomic,assign) ContactUseingType type;
///背景色是否为透明
@property (nonatomic,assign) BOOL isClearColor;
///代理
@property (nonatomic,weak) id<XPMineFriendViewControllerDelegate> delegate;
/** 控制器 因为房间内聊天没有控制器去push 或者做其他的操作*/