cdts/xdts-ios 3/TreeHole/Code/Features/Profile/ViewController/EditNameViewController.h

22 lines
378 B
C
Raw Normal View History

2023-07-27 09:20:00 +08:00
//
// EditNameViewController.h
// Youth
//
// Created by mambaxie on 2022/1/2.
//
#import "PYBaseViewController.h"
#import "GroupInfo.h"
NS_ASSUME_NONNULL_BEGIN
@interface EditNameViewController : PYBaseViewController
@property (nonatomic, assign) BOOL isFromGroupChat; // 设置群名称
@property (nonatomic, strong) GroupInfo *groupInfo;
@end
NS_ASSUME_NONNULL_END