Files
featherVoice/QXLive/Message(音信)/Controller/群聊/QXGuildGroupSettingVC.h

17 lines
274 B
C
Raw Normal View History

2025-08-08 10:49:36 +08:00
//
// QXGuildGroupSettingVC.h
// QXLive
//
// Created by 启星 on 2025/6/7.
//
#import "QXBaseViewController.h"
NS_ASSUME_NONNULL_BEGIN
@interface QXGuildGroupSettingVC : QXBaseViewController
@property (nonatomic,strong)NSString *groupId;
@end
NS_ASSUME_NONNULL_END