Files
peko-ios/YuMi/Modules/YMMonents/View/XPMonentsLatestViewController.h
2023-07-14 18:50:55 +08:00

17 lines
324 B
Objective-C

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