Sign in
apache
/
doris-opentelemetry-demo
/
refs/heads/dev
/
.
/
src
/
react-native-app
/
ios
/
reactnativeapp
/
AppDelegate.h
blob: 99b0e8968b406d24dfccd251f317a41584354389 [
file
]
// Copyright The OpenTelemetry Authors
// SPDX-License-Identifier: Apache-2.0
#import <RCTAppDelegate.h>
#import <UIKit/UIKit.h>
#import <Expo/Expo.h>
@interface
AppDelegate
:
EXAppDelegateWrapper
@end