Files
peko-ios/YuMi/Modules/YMMonents/View/XPMonentsTopicRecommondViewController.h
2023-07-14 18:50:55 +08:00

19 lines
441 B
Objective-C

//
// YMMonentsTopicRecommondViewController.h
// YUMI
//
// Created by YUMI on 2022/8/18.
//
#import "MvpViewController.h"
#import <JXPagingView/JXPagerView.h>
NS_ASSUME_NONNULL_BEGIN
@interface XPMonentsTopicRecommondViewController : MvpViewController<JXPagerViewListViewDelegate>
@property (nonatomic,strong) NSString *worldId;
@property (nonatomic, copy) void(^scrollCallback)(UIScrollView *scrollView);
@end
NS_ASSUME_NONNULL_END