cdts/xdts-ios 3/Pods/TUIChat/MyVipCarDatas.h

23 lines
356 B
C
Raw Normal View History

2023-07-27 09:20:00 +08:00
//
// MyVipCarDatas.h
// TUICore
//
// Created by 末班车 on 2022/11/30.
//
#import <Foundation/Foundation.h>
#import "TUIChat/Cell/CellData/Base/TUIMessageCellData.h"
NS_ASSUME_NONNULL_BEGIN
@interface MyVipCarDatas : TUIMessageCellData
@property NSString *text;
@property NSString *icon;
@property NSString *detal;
@end
NS_ASSUME_NONNULL_END