NIMSDK-iOS
载入中...
搜索中...
未找到
NIMQChatChannelCategoryRole_private.h
浏览该文件的文档.
1//
2// NIMQChatChannelCategoryRole_private.h
3// NIMLib
4//
5// Created by Evang on 2022/2/10.
6// Copyright © 2022 Netease. All rights reserved.
7//
8
9#import <Foundation/Foundation.h>
11#include "biz/protocol/property.h"
12
14
15- (instancetype)initWithProperty:(const nimbiz::Property&)role;
16
17@end
Definition: NIMQChatChannelCategoryRole.h:15