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

20 lines
323 B
Objective-C

//
// TUIGroupManageController.h
// TUIGroup
//
// Created by harvy on 2021/12/24.
// Copyright © 2023 Tencent. All rights reserved.
//
#import <UIKit/UIKit.h>
NS_ASSUME_NONNULL_BEGIN
@interface TUIGroupManageController : UIViewController
@property(nonatomic, copy) NSString *groupID;
@end
NS_ASSUME_NONNULL_END