修复bug
This commit is contained in:
@@ -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 或者做其他的操作*/
|
||||
|
Reference in New Issue
Block a user