17 lines
240 B
C
17 lines
240 B
C
|
|
//
|
||
|
|
// TUISystemMessageCellData+TUIPatch.h
|
||
|
|
// TreeHole
|
||
|
|
//
|
||
|
|
// Created by mambaxie on 2022/7/17.
|
||
|
|
//
|
||
|
|
|
||
|
|
#import "TUISystemMessageCellData.h"
|
||
|
|
|
||
|
|
NS_ASSUME_NONNULL_BEGIN
|
||
|
|
|
||
|
|
@interface TUISystemMessageCellData (TUIPatch)
|
||
|
|
|
||
|
|
@end
|
||
|
|
|
||
|
|
NS_ASSUME_NONNULL_END
|