14 lines
220 B
Objective-C
14 lines
220 B
Objective-C
//
|
|
// TUIGroupNoticeCellData.m
|
|
// TUIGroup
|
|
//
|
|
// Created by harvy on 2022/1/11.
|
|
// Copyright © 2023 Tencent. All rights reserved.
|
|
//
|
|
|
|
#import "TUIGroupNoticeCellData.h"
|
|
|
|
@implementation TUIGroupNoticeCellData
|
|
|
|
@end
|