Files
peko-ios/YuMi/Modules/YMMonents/View/XPMomentsRecommendViewController.h
2024-07-17 17:49:33 +08:00

17 lines
330 B
Objective-C

//
// YMMonentsRecommendViewController.h
// YUMI
//
// Created by YUMI on 2022/5/11.
//
#import "MvpViewController.h"
#import <JXCategoryView/JXCategoryListContainerView.h>
NS_ASSUME_NONNULL_BEGIN
@interface XPMomentsRecommendViewController : MvpViewController<JXCategoryListContentViewDelegate>
@end
NS_ASSUME_NONNULL_END