朋友圈一部分UI temp
This commit is contained in:
16
xplan-ios/Main/Monents/View/SubViews/XPMonentsContentView.h
Normal file
16
xplan-ios/Main/Monents/View/SubViews/XPMonentsContentView.h
Normal file
@@ -0,0 +1,16 @@
|
||||
//
|
||||
// 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
|
Reference in New Issue
Block a user