消息模块-用户升级消息

This commit is contained in:
fengshuo
2022-04-20 11:32:22 +08:00
parent ad769aa28d
commit 1f85a06293
16 changed files with 371 additions and 155 deletions

View File

@@ -21,6 +21,7 @@ NS_ASSUME_NONNULL_BEGIN
- (void)initSubViews;
- (void)initSubViewConstraints;
@property (nonatomic,strong, readonly) UIView * backView;
///代理
@property (nonatomic,weak) id<MessageContentCustomViewDelegate> delegate;
@end