17 lines
234 B
Objective-C
17 lines
234 B
Objective-C
//
|
|
// TUIImageMessageCellData+TUIPatch.h
|
|
// Youth
|
|
//
|
|
// Created by mambaxie on 2022/2/20.
|
|
//
|
|
|
|
#import "TUIImageMessageCellData.h"
|
|
|
|
NS_ASSUME_NONNULL_BEGIN
|
|
|
|
@interface TUIImageMessageCellData (TUIPatch)
|
|
|
|
@end
|
|
|
|
NS_ASSUME_NONNULL_END
|