14 lines
262 B
C
Raw Normal View History

2021-02-19 16:07:53 +01:00
/**
* Copyright (c) mrousavy
2021-02-19 16:07:53 +01: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 16:07:53 +01:00
#import <UIKit/UIKit.h>
@interface AppDelegate : RCTAppDelegate
2021-02-19 16:07:53 +01:00
@end