react-native-vision-camera/example/ios/VisionCameraExample/AppDelegate.h

14 lines
262 B
C
Raw Normal View History

2021-02-19 08:07:53 -07:00
/**
* Copyright (c) mrousavy
2021-02-19 08:07:53 -07:00
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*/
#import <RCTAppDelegate.h>
2021-02-19 08:07:53 -07:00
#import <UIKit/UIKit.h>
@interface AppDelegate : RCTAppDelegate
2021-02-19 08:07:53 -07:00
@end