Files
featherVoice/QXLive/Message(音信)/Controller/群聊/QXIMGroupSettingVC.h
2026-01-04 14:01:30 +08:00

17 lines
268 B
Objective-C

//
// QXIMGroupSettingVC.h
// QXLive
//
// Created by 启星 on 2026/1/2.
//
#import "QXBaseViewController.h"
NS_ASSUME_NONNULL_BEGIN
@interface QXIMGroupSettingVC : QXBaseViewController
@property (nonatomic,strong)NSString *groupId;
@end
NS_ASSUME_NONNULL_END