14 lines
235 B
Mathematica
14 lines
235 B
Mathematica
|
|
//
|
||
|
|
// TUIGroupMemberCellData.m
|
||
|
|
// TXIMSDK_TUIKit_iOS
|
||
|
|
//
|
||
|
|
// Created by xiangzhang on 2021/6/25.
|
||
|
|
// Copyright © 2023 Tencent. All rights reserved.
|
||
|
|
//
|
||
|
|
|
||
|
|
#import "TUIGroupMemberCellData.h"
|
||
|
|
|
||
|
|
@implementation TUIGroupMemberCellData
|
||
|
|
|
||
|
|
@end
|