14 lines
241 B
Objective-C
14 lines
241 B
Objective-C
//
|
|
// TUIContactActionCellData.m
|
|
// TXIMSDK_TUIKit_iOS
|
|
//
|
|
// Created by annidyfeng on 2019/6/21.
|
|
// Copyright © 2023 Tencent. All rights reserved.
|
|
//
|
|
|
|
#import "TUIContactActionCellData.h"
|
|
|
|
@implementation TUIContactActionCellData
|
|
|
|
@end
|