增加换肤功能
This commit is contained in:
19
TUIKit/TUIChat/UI_Classic/Service/TUIChatObjectFactory.h
Normal file
19
TUIKit/TUIChat/UI_Classic/Service/TUIChatObjectFactory.h
Normal file
@@ -0,0 +1,19 @@
|
||||
//
|
||||
// TUIChatObjectFactory.h
|
||||
// TUIChat
|
||||
//
|
||||
// Created by wyl on 2023/3/20.
|
||||
// Copyright © 2023 Tencent. All rights reserved.
|
||||
//
|
||||
|
||||
#import <Foundation/Foundation.h>
|
||||
#import <TIMCommon/TIMDefine.h>
|
||||
#import <TUICore/TUICore.h>
|
||||
|
||||
NS_ASSUME_NONNULL_BEGIN
|
||||
|
||||
@interface TUIChatObjectFactory : NSObject
|
||||
+ (TUIChatObjectFactory *)shareInstance;
|
||||
@end
|
||||
|
||||
NS_ASSUME_NONNULL_END
|
||||
Reference in New Issue
Block a user