17 lines
252 B
Objective-C
17 lines
252 B
Objective-C
//
|
|
// XPMonentsInteractiveViewController.h
|
|
// xplan-ios
|
|
//
|
|
// Created by 冯硕 on 2022/5/18.
|
|
//
|
|
|
|
#import "MvpViewController.h"
|
|
|
|
NS_ASSUME_NONNULL_BEGIN
|
|
|
|
@interface XPMonentsInteractiveViewController : MvpViewController
|
|
|
|
@end
|
|
|
|
NS_ASSUME_NONNULL_END
|