动态详情

This commit is contained in:
fengshuo
2022-06-22 20:38:57 +08:00
parent fe8747ce5e
commit 365b8aa2da
27 changed files with 1237 additions and 77 deletions

View File

@@ -0,0 +1,16 @@
//
// 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