Files
yinmeng-ios/xplan-ios/Main/Monents/View/XPMonentsTopicLatestViewController.h
2022-08-26 21:45:18 +08:00

18 lines
439 B
Objective-C

//
// XPMonentsTopicLatestViewController.h
// xplan-ios
//
// Created by 冯硕 on 2022/8/18.
//
#import "MvpViewController.h"
#import <JXPagingView/JXPagerView.h>
NS_ASSUME_NONNULL_BEGIN
@interface XPMonentsTopicLatestViewController : MvpViewController<JXPagerViewListViewDelegate>
@property (nonatomic,copy) NSString *worldId;
@property (nonatomic, copy) void(^scrollCallback)(UIScrollView *scrollView);
@end
NS_ASSUME_NONNULL_END