17 lines
277 B
Objective-C
17 lines
277 B
Objective-C
//
|
|
// MSSessionContextHeadlinesView.h
|
|
// YuMi
|
|
//
|
|
// Created by duoban on 2024/5/9.
|
|
//
|
|
|
|
#import <UIKit/UIKit.h>
|
|
#import "MessageContentProtocol.h"
|
|
NS_ASSUME_NONNULL_BEGIN
|
|
|
|
@interface MSSessionContextHeadlinesView : UIView<MessageContentProtocol>
|
|
|
|
@end
|
|
|
|
NS_ASSUME_NONNULL_END
|