cdts/xdts-ios 3/TreeHole/Code/Features/Chat/UIPatch/TUIPatch.h

20 lines
288 B
C
Raw Normal View History

2023-07-27 09:20:00 +08:00
//
// TUIPatch.h
// Youth
//
// Created by mambaxie on 2022/1/2.
//
#import <Foundation/Foundation.h>
#import "TUIBaseChatViewController.h"
NS_ASSUME_NONNULL_BEGIN
@interface TUIPatch : NSObject
+ (void)patchChatVC:(TUIBaseChatViewController *)chatVC;
@end
NS_ASSUME_NONNULL_END