From 7b66a6de088f85e706a8cfacd49e92200fab006b Mon Sep 17 00:00:00 2001 From: liuyg <376836862@qq.com> Date: Thu, 23 Dec 2021 16:46:04 +0800 Subject: [PATCH] +保安证改成大弹窗 --- nativePlugins/AR-RtcModule/ios/ARtcKit.framework/Headers/ARtcKit.h | 29 +++++++++++++++++++++++++++++ 1 files changed, 29 insertions(+), 0 deletions(-) diff --git a/nativePlugins/AR-RtcModule/ios/ARtcKit.framework/Headers/ARtcKit.h b/nativePlugins/AR-RtcModule/ios/ARtcKit.framework/Headers/ARtcKit.h new file mode 100644 index 0000000..055c437 --- /dev/null +++ b/nativePlugins/AR-RtcModule/ios/ARtcKit.framework/Headers/ARtcKit.h @@ -0,0 +1,29 @@ +// +// 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> + + + -- Gitblit v1.9.3