mirror of
https://github.com/WuKongIM/WuKongIMiOSSDK-Framework
synced 2025-06-01 05:57:40 +00:00
19 lines
295 B
Objective-C
19 lines
295 B
Objective-C
//
|
|
// WKMediaMessageContent.h
|
|
// WuKongIMSDK
|
|
//
|
|
// Created by tt on 2020/1/13.
|
|
//
|
|
|
|
#import <Foundation/Foundation.h>
|
|
#import "WKMessageContent.h"
|
|
#import "WKMediaProto.h"
|
|
NS_ASSUME_NONNULL_BEGIN
|
|
|
|
@interface WKMediaMessageContent : WKMessageContent<WKMediaProto>
|
|
|
|
|
|
@end
|
|
|
|
NS_ASSUME_NONNULL_END
|