个人资料动态

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

@@ -6,10 +6,10 @@
//
#import "MvpViewController.h"
#import <JXPagingView/JXPagerView.h>
NS_ASSUME_NONNULL_BEGIN
@class MonentsInfoModel;
@interface XPMonentsMineViewController : MvpViewController
@interface XPMonentsMineViewController : MvpViewController<JXPagerViewListViewDelegate>
@property (nonatomic,strong) NSArray<MonentsInfoModel *>*dynamicInfo;
@property (nonatomic, copy) void(^scrollCallback)(UIScrollView *scrollView);
@end