Files
yinmeng-ios/xplan-ios/Main/Home/View/XPHomeRecommendViewController.h
2022-03-04 19:54:17 +08:00

17 lines
331 B
Objective-C

//
// XPHomeRecommendViewController.h
// xplan-ios
//
// Created by 冯硕 on 2022/2/21.
//
#import "MvpViewController.h"
#import <JXCategoryView/JXCategoryListContainerView.h>
NS_ASSUME_NONNULL_BEGIN
@interface XPHomeRecommendViewController : MvpViewController<JXCategoryListContentViewDelegate>
@end
NS_ASSUME_NONNULL_END