Files
yinmeng-ios/xplan-ios/Main/Monents/View/XPMonentsViewController.h

17 lines
232 B
C
Raw Normal View History

2022-05-11 16:32:10 +08:00
//
// 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