2022-05-11 16:32:10 +08:00
|
|
|
//
|
|
|
|
// XPMonentsAttentionViewController.h
|
|
|
|
// xplan-ios
|
|
|
|
//
|
2022-05-19 10:39:04 +08:00
|
|
|
// Created by 冯硕 on 2022/5/18.
|
2022-05-11 16:32:10 +08:00
|
|
|
//
|
|
|
|
|
|
|
|
#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 XPMonentsAttentionViewController : MvpViewController<JXCategoryListContentViewDelegate>
|
2022-05-11 16:32:10 +08:00
|
|
|
|
|
|
|
@end
|
|
|
|
|
|
|
|
NS_ASSUME_NONNULL_END
|