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

19 lines
381 B
Objective-C

//
// QXGroupMemberViewController.h
// QXLive
//
// Created by 启星 on 2026/1/2.
//
#import "QXBaseViewController.h"
NS_ASSUME_NONNULL_BEGIN
@interface QXGroupMemberViewController : QXBaseViewController
@property (nonatomic,strong)NSString *groupId;
/// 是否为群主 1 是群主 2不是群主
@property (nonatomic,strong)NSString*isOwner;
@end
NS_ASSUME_NONNULL_END