Files
yinmeng-ios/xplan-ios/Main/Message/View/Session/Content/MessageContentCustomView.h
2022-04-22 15:11:03 +08:00

21 lines
382 B
Objective-C

//
// 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