diff options
Diffstat (limited to 'src/react-native-app/ios/reactnativeapp/AppDelegate.h')
| -rw-r--r-- | src/react-native-app/ios/reactnativeapp/AppDelegate.h | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/src/react-native-app/ios/reactnativeapp/AppDelegate.h b/src/react-native-app/ios/reactnativeapp/AppDelegate.h new file mode 100644 index 0000000..99b0e89 --- /dev/null +++ b/src/react-native-app/ios/reactnativeapp/AppDelegate.h @@ -0,0 +1,9 @@ +// 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 |
