// // TUIPatch.h // Youth // // Created by mambaxie on 2022/1/2. // #import #import "TUIBaseChatViewController.h" NS_ASSUME_NONNULL_BEGIN @interface TUIPatch : NSObject + (void)patchChatVC:(TUIBaseChatViewController *)chatVC; @end NS_ASSUME_NONNULL_END