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

17 lines
337 B
C
Raw Normal View History

2022-05-11 16:32:10 +08:00
//
// XPMonentsRecommendViewController.h
// xplan-ios
//
// Created by 冯硕 on 2022/5/11.
//
#import "MvpViewController.h"
2022-05-19 10:39:04 +08:00
#import <JXCategoryView/JXCategoryListContainerView.h>
2022-05-11 16:32:10 +08:00
NS_ASSUME_NONNULL_BEGIN
2022-05-19 10:39:04 +08:00
@interface XPMonentsRecommendViewController : MvpViewController<JXCategoryListContentViewDelegate>
2022-05-11 16:32:10 +08:00
@end
NS_ASSUME_NONNULL_END