17 lines
232 B
Objective-C
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
|