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