17 lines
331 B
Objective-C
17 lines
331 B
Objective-C
//
|
|
// XPMonentsLatestViewController.h
|
|
// xplan-ios
|
|
//
|
|
// Created by 冯硕 on 2022/5/18.
|
|
//
|
|
|
|
#import "MvpViewController.h"
|
|
#import <JXCategoryView/JXCategoryListContainerView.h>
|
|
NS_ASSUME_NONNULL_BEGIN
|
|
|
|
@interface XPMonentsLatestViewController : MvpViewController<JXCategoryListContentViewDelegate>
|
|
|
|
@end
|
|
|
|
NS_ASSUME_NONNULL_END
|