Files
yinmeng-ios/xplan-ios/Main/Monents/View/XPMonentsRecommendViewController.h
2022-08-26 21:38:47 +08:00

17 lines
337 B
Objective-C

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