20 lines
288 B
Objective-C
20 lines
288 B
Objective-C
//
|
|
// 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
|