iOS/macOS(Objective-C)[v1.7.5.0]
api
objc
PanoRtc.h
1
//
2
// PanoRtc.h
3
// PanoRtc
4
//
5
// Copyright © 2020 Pano. All rights reserved.
6
//
7
8
#ifdef __OBJC__
9
#if TARGET_OS_IPHONE
10
#import <UIKit/UIKit.h>
11
#endif
12
#if TARGET_OS_OSX
13
#import <AppKit/AppKit.h>
14
#endif
15
#else
16
#ifndef FOUNDATION_EXPORT
17
#if defined(__cplusplus)
18
#define FOUNDATION_EXPORT extern "C"
19
#else
20
#define FOUNDATION_EXPORT extern
21
#endif
22
#endif
23
#endif
24
25
#import "
PanoRtcEngineKit.h
"
26
27
PanoRtcEngineKit.h
制作者
1.9.2