朋友圈一部分UI temp

This commit is contained in:
fengshuo
2022-05-13 11:32:35 +08:00
parent a515e53357
commit e639d5d552
35 changed files with 830 additions and 104 deletions

View 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