Files
yinmeng-ios/xplan-ios/Main/Monents/View/XPMonentsTopicRecommondViewController.h

19 lines
448 B
C
Raw Normal View History

2022-08-18 16:39:14 +08:00
//
// XPMonentsTopicRecommondViewController.h
// xplan-ios
//
// Created by 冯硕 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