智慧保安互联网APP
.
shuishen
2021-11-25 75218179fa1b50e9a700f4e1c167c1c4ccd8bdb4
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
//
//  ARtcKit.h
//  ARtcKit
//
//  Created by zjq on 2020/3/18.
//  Copyright © 2020 zjq. All rights reserved.
//
 
#import <Foundation/Foundation.h>
 
//! Project version number for ARtcKit.
FOUNDATION_EXPORT double ARtcKitVersionNumber;
 
//! Project version string for ARtcKit.
FOUNDATION_EXPORT const unsigned char ARtcKitVersionString[];
 
// In this header, you should import all the public headers of your framework using statements like #import <ARtcKit/PublicHeader.h>
 
#import <ARtcKit/ARObjects.h>
#import <ARtcKit/ARtcEngineDelegate.h>
#import <ARtcKit/AREnumerates.h>
#import <ARtcKit/ARtcEngineKit.h>
#import <ARtcKit/ARtcChannel.h>
#import <ARtcKit/ARtcChannelDelegate.h>
#import <ARtcKit/ARMediaPlayerKit.h>
#import <ARtcKit/ARStreamingKit.h>