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

17 lines
325 B
Objective-C

//
// XPMonentsDetailViewController.h
// xplan-ios
//
// Created by 冯硕 on 2022/6/22.
//
#import "MvpViewController.h"
NS_ASSUME_NONNULL_BEGIN
@class MonentsInfoModel;
@interface XPMonentsDetailViewController : MvpViewController
@property (nonatomic,strong) MonentsInfoModel *monentsInfo;
@end
NS_ASSUME_NONNULL_END