Files
featherVoice/TUIKit/TUIContact/UI_Classic/UI/TUIGroupCreateController.h
2025-08-08 10:49:36 +08:00

22 lines
586 B
Objective-C

//
// TUIGroupCreateController.h
// TUIContact
//
// Created by wyl on 2022/8/22.
// Copyright © 2023 Tencent. All rights reserved.
//
#import <TIMCommon/TIMCommonModel.h>
#import <TIMCommon/TIMDefine.h>
#import <UIKit/UIKit.h>
NS_ASSUME_NONNULL_BEGIN
@interface TUIGroupCreateController : UIViewController
@property(nonatomic, strong) V2TIMGroupInfo *createGroupInfo;
@property(nonatomic, strong) NSArray<TUICommonContactSelectCellData *> *createContactArray;
@property(nonatomic, copy) void (^submitCallback)(BOOL isSuccess, V2TIMGroupInfo *info);
@end
NS_ASSUME_NONNULL_END