礼物的自定义消息
This commit is contained in:
@@ -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
|
Reference in New Issue
Block a user