20 lines
263 B
Mathematica
20 lines
263 B
Mathematica
|
|
//
|
||
|
|
// TUIChatConfig.m
|
||
|
|
// TUIChat
|
||
|
|
//
|
||
|
|
// Created by wyl on 2022/6/10.
|
||
|
|
// Copyright © 2023 Tencent. All rights reserved.
|
||
|
|
//
|
||
|
|
|
||
|
|
#import "TUIMessageItem.h"
|
||
|
|
|
||
|
|
@implementation TUIImageItem
|
||
|
|
|
||
|
|
@end
|
||
|
|
|
||
|
|
@implementation TUIVideoItem
|
||
|
|
@end
|
||
|
|
|
||
|
|
@implementation TUISnapshotItem
|
||
|
|
@end
|