21 lines
396 B
Objective-C
21 lines
396 B
Objective-C
//
|
|
// XPMomentUserDataViewController.h
|
|
// YuMi
|
|
//
|
|
// Created by P on 2024/6/24.
|
|
//
|
|
|
|
#import "MvpViewController.h"
|
|
#import <JXPagingView/JXPagerView.h>
|
|
@class MomentsInfoModel;
|
|
|
|
NS_ASSUME_NONNULL_BEGIN
|
|
|
|
@interface XPMomentUserDataViewController : MvpViewController<JXPagerViewListViewDelegate>
|
|
|
|
@property (nonatomic,strong) NSArray<MomentsInfoModel *>*dynamicInfo;
|
|
|
|
@end
|
|
|
|
NS_ASSUME_NONNULL_END
|