19 lines
276 B
C
19 lines
276 B
C
|
|
//
|
||
|
|
// 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
|