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

19 lines
276 B
C
Raw Normal View History

2023-07-27 09:20:00 +08:00
//
// TUIMessageDataProvider+TUIPatch.h
// TreeHole
//
// Created by wujiangwei on 2022/5/25.
//
#import <TUIMessageDataProvider.h>
#define NewC2CMessage @"NewC2CMessage"
NS_ASSUME_NONNULL_BEGIN
@interface TUIMessageDataProvider (TUIPatch)
@end
NS_ASSUME_NONNULL_END