Files
peko-ios/YuMi/Modules/YMMonents/View/XPMomentsLatestViewController.h
eggmanQQQ c7aea082be 1. 优化动态名字部分的显示效果
2. 修正部分错误的单词
2024-07-17 18:06:24 +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 XPMomentsLatestViewController : MvpViewController<JXCategoryListContentViewDelegate>
@end
NS_ASSUME_NONNULL_END