Files
yinmeng-ios/xplan-ios/Main/Message/View/Session/Content/MessageContentApplicationShareView.h
2022-05-13 16:12:18 +08:00

17 lines
266 B
Objective-C

//
// MessageContentApplicationShareView.h
// xplan-ios
//
// Created by 冯硕 on 2022/4/19.
//
#import "MessageContentCustomView.h"
NS_ASSUME_NONNULL_BEGIN
@interface MessageContentApplicationShareView : MessageContentCustomView
@end
NS_ASSUME_NONNULL_END