Files
yinmeng-ios/xplan-ios/Main/Monents/View/XPMonentsViewController.h
2022-08-26 21:38:47 +08:00

17 lines
232 B
Objective-C

//
// XPMonentsViewController.h
// xplan-ios
//
// Created by 冯硕 on 2022/5/11.
//
#import "BaseViewController.h"
NS_ASSUME_NONNULL_BEGIN
@interface XPMonentsViewController : BaseViewController
@end
NS_ASSUME_NONNULL_END