视频通话插件 - iOS
v2601.0
Toggle main menu visibility
载入中...
搜索中...
未找到
JCCGuestPlugin
JCCGuestPlugin
Public
Customize
JCCCommonCustomConfig.h
1
//
2
// JCCCommonCustomConfig.h
3
// JCCGuestPlugin
4
//
5
// Created by mirror on 2022/5/24.
6
// Copyright © 2022 juphoon. All rights reserved.
7
//
8
9
#import <Foundation/Foundation.h>
10
#import <JCCGuestPlugin/JCCTalkingConfig.h>
11
12
NS_ASSUME_NONNULL_BEGIN
13
16
18
@interface
JCCCommonCustomConfig
: NSObject
19
21
@property
(nonatomic, strong)
JCCTalkingConfig
*
talkingConfig
;
22
23
@end
24
26
27
NS_ASSUME_NONNULL_END
JCCCommonCustomConfig
通用定制化配置
定义
JCCCommonCustomConfig.h:19
JCCCommonCustomConfig::talkingConfig
JCCTalkingConfig * talkingConfig
通话页面配置
定义
JCCCommonCustomConfig.h:21
JCCTalkingConfig
通话页面配置
定义
JCCTalkingConfig.h:33
制作者
1.17.0