Update JSIUtils.mm

This commit is contained in:
Marc Rousavy 2021-09-29 12:54:51 +02:00 committed by GitHub
parent de0549de44
commit 5dc8ded62a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,19 +2,17 @@
// JSIUtils.mm // JSIUtils.mm
// VisionCamera // VisionCamera
// //
// Created by Marc Rousavy on 02.05.21. // Forked and Adjusted by Marc Rousavy on 02.05.21.
// Copyright © 2021 mrousavy. All rights reserved. // Copyright © 2021 mrousavy & Facebook. All rights reserved.
//
// Forked and adjusted from: https://github.com/facebook/react-native/blob/900210cacc4abca0079e3903781bc223c80c8ac7/ReactCommon/react/nativemodule/core/platform/ios/RCTTurboModule.mm
// Original Copyright Notice:
//
// Copyright (c) Facebook, Inc. and its affiliates.
//
// This source code is licensed under the MIT license found in the
// LICENSE file in the root directory of this source tree.
// //
// Forked and Adjusted from
// https://github.com/facebook/react-native/blob/900210cacc4abca0079e3903781bc223c80c8ac7/ReactCommon/react/nativemodule/core/platform/ios
// Original Copyright Notice:
/*
* Copyright (c) Facebook, Inc. and its affiliates.
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*/
#import "JSIUtils.h" #import "JSIUtils.h"
#import <Foundation/Foundation.h> #import <Foundation/Foundation.h>