提交
This commit is contained in:
22
TUIKit/TUIChat/BaseCellData/Chat/TUIGroupNoticeCellData.h
Normal file
22
TUIKit/TUIChat/BaseCellData/Chat/TUIGroupNoticeCellData.h
Normal file
@@ -0,0 +1,22 @@
|
||||
//
|
||||
// TUIGroupNoticeCellData.h
|
||||
// TUIGroup
|
||||
//
|
||||
// Created by harvy on 2022/1/11.
|
||||
// Copyright © 2023 Tencent. All rights reserved.
|
||||
//
|
||||
|
||||
#import <Foundation/Foundation.h>
|
||||
|
||||
NS_ASSUME_NONNULL_BEGIN
|
||||
|
||||
@interface TUIGroupNoticeCellData : NSObject
|
||||
|
||||
@property(nonatomic, copy) NSString *name;
|
||||
@property(nonatomic, copy) NSString *desc;
|
||||
@property(nonatomic, weak) id target;
|
||||
@property(nonatomic, assign) SEL selector;
|
||||
|
||||
@end
|
||||
|
||||
NS_ASSUME_NONNULL_END
|
||||
Reference in New Issue
Block a user