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

17 lines
275 B
Objective-C

//
// MessageContentUnSupport.h
// xplan-ios
//
// Created by 冯硕 on 2022/4/19.
//
#import <UIKit/UIKit.h>
#import "MessageContentProtocol.h"
NS_ASSUME_NONNULL_BEGIN
@interface MessageContentUnSupportView : UIView<MessageContentProtocol>
@end
NS_ASSUME_NONNULL_END