Files
yinmeng-ios/xplan-ios/Main/Home/View/XPNewHomeViewController.h
chenshuanglin 40456d270d 首页UI
2023-03-03 19:31:22 +08:00

17 lines
225 B
Objective-C

//
// XPNewHomeViewController.h
// xplan-ios
//
// Created by XY on 2023/3/3.
//
#import "MvpViewController.h"
NS_ASSUME_NONNULL_BEGIN
@interface XPNewHomeViewController : MvpViewController
@end
NS_ASSUME_NONNULL_END