mancala/apps/mobile/ios/mancala_mobile/AppDelegate.h

7 lines
98 B
C
Raw Permalink Normal View History

2024-03-24 03:47:18 +03:00
#import <RCTAppDelegate.h>
#import <UIKit/UIKit.h>
@interface AppDelegate : RCTAppDelegate
@end