增加换肤功能
This commit is contained in:
17
TUIKit/TUIChat/UI_Classic/Cell/Base/TUIGroupCreatedCell.m
Normal file
17
TUIKit/TUIChat/UI_Classic/Cell/Base/TUIGroupCreatedCell.m
Normal file
@@ -0,0 +1,17 @@
|
||||
//
|
||||
// MyCustomCell.m
|
||||
// TUIKitDemo
|
||||
//
|
||||
// Created by annidyfeng on 2019/6/10.
|
||||
// Copyright © 2019 Tencent. All rights reserved.
|
||||
//
|
||||
|
||||
#import "TUIGroupCreatedCell.h"
|
||||
|
||||
@implementation TUIGroupCreatedCell
|
||||
|
||||
- (void)fillWithData:(TUIGroupCreatedCellData *)data {
|
||||
[super fillWithData:data];
|
||||
}
|
||||
|
||||
@end
|
||||
Reference in New Issue
Block a user