Files
peko-ios/YuMi/Modules/YMNewHome/View/XPHomePagingViewController.h
eggmanQQQ 9e156c223f #916
优化代码结构
2024-06-18 14:17:06 +08:00

17 lines
226 B
Objective-C

//
// XPHomePagingViewController.h
// YuMi
//
// Created by P on 2024/6/16.
//
#import "MvpViewController.h"
NS_ASSUME_NONNULL_BEGIN
@interface XPHomePagingViewController : MvpViewController
@end
NS_ASSUME_NONNULL_END