CNLiveCommuntyUserEditViewController.h
412 Bytes
//
// CNLiveCommuntyUserEditViewController.h
// CNLiveCommunitModule
//
// Created by open on 2022/2/8.
//
#import <CNLiveBusinessBaseModule/CNLiveBusinessBaseModule.h>
NS_ASSUME_NONNULL_BEGIN
@interface CNLiveCommuntyUserEditViewController : CNCommonTableViewController
/// 添加人员
/// @param userDict 用户信息
- (instancetype)initWithUser:(NSDictionary *)userDict;
@end
NS_ASSUME_NONNULL_END