Files
peko-ios/YuMi/Modules/YMMonents/View/XPMomentsMineViewController.h

18 lines
466 B
C
Raw Normal View History

2023-07-06 16:54:13 +08:00
//
// YMMonentsMineViewController.h
// YUMI
//
// Created by YUMI on 2022/8/18.
//
2023-07-14 18:50:55 +08:00
#import "MvpViewController.h"
2023-07-06 16:54:13 +08:00
#import <JXPagingView/JXPagerView.h>
NS_ASSUME_NONNULL_BEGIN
2024-07-17 17:49:33 +08:00
@class MomentsInfoModel;
@interface XPMomentsMineViewController : MvpViewController<JXPagerViewListViewDelegate>
@property (nonatomic,strong) NSArray<MomentsInfoModel *>*dynamicInfo;
2023-07-06 16:54:13 +08:00
@property (nonatomic, copy) void(^scrollCallback)(UIScrollView *scrollView);
@end
NS_ASSUME_NONNULL_END