2022-02-25 21:18:01 +08:00
|
|
|
//
|
|
|
|
// XPHomeHappyViewController.h
|
|
|
|
// xplan-ios
|
|
|
|
//
|
|
|
|
// Created by 冯硕 on 2022/2/25.
|
|
|
|
//
|
|
|
|
|
|
|
|
#import "MvpViewController.h"
|
|
|
|
#import <JXPagingView/JXPagerView.h>
|
2023-03-09 21:44:59 +08:00
|
|
|
|
2022-02-25 21:18:01 +08:00
|
|
|
NS_ASSUME_NONNULL_BEGIN
|
2023-03-09 21:44:59 +08:00
|
|
|
|
2022-02-25 21:18:01 +08:00
|
|
|
@interface XPHomeHappyViewController : MvpViewController<JXPagerViewListViewDelegate>
|
2023-03-09 21:44:59 +08:00
|
|
|
|
|
|
|
/// 给首页调用定时刷新数据
|
|
|
|
- (void)refreshData;
|
|
|
|
|
2022-02-25 21:18:01 +08:00
|
|
|
@end
|
|
|
|
|
|
|
|
NS_ASSUME_NONNULL_END
|