Files
cally/ios/Cally/AppDelegate.h
Milan Paunovic ffb0df6bac IOS updates
2024-12-08 18:07:28 +01:00

8 lines
126 B
Objective-C

#import <RCTAppDelegate.h>
#import <UIKit/UIKit.h>
#import <Expo/Expo.h>
@interface AppDelegate : EXAppDelegateWrapper
@end