17 lines
290 B
Objective-C
17 lines
290 B
Objective-C
//
|
|
// XPMonentsContentView.h
|
|
// xplan-ios
|
|
//
|
|
// Created by 冯硕 on 2022/5/13.
|
|
//
|
|
|
|
#import <UIKit/UIKit.h>
|
|
|
|
NS_ASSUME_NONNULL_BEGIN
|
|
@class MonentsInfoModel;
|
|
@interface XPMonentsContentView : UIView
|
|
@property (nonatomic,strong) MonentsInfoModel *monentsInfo;
|
|
@end
|
|
|
|
NS_ASSUME_NONNULL_END
|