礼物的自定义消息

This commit is contained in:
fengshuo
2022-04-15 20:57:49 +08:00
parent 66aaf5114a
commit e060f55c72
8 changed files with 262 additions and 17 deletions

View File

@@ -0,0 +1,20 @@
//
// MessageContentCustomView.h
// xplan-ios
//
// Created by 冯硕 on 2022/4/15.
//
#import <UIKit/UIKit.h>
#import <NIMSDK/NIMSDK.h>
#import "AttachmentModel.h"
#import "MessageContentProtocol.h"
NS_ASSUME_NONNULL_BEGIN
@interface MessageContentCustomView : UIView <MessageContentProtocol>
- (void)initSubViews;
- (void)initSubViewConstraints;
@end
NS_ASSUME_NONNULL_END