AmitM30/react-native-typescript-boilerplate

View on GitHub
ios/FridayApp/AppDelegate.h

Summary

Maintainability
Test Coverage
#import <UIKit/UIKit.h>

@interface AppDelegate : UIResponder <UIApplicationDelegate>

@property (nonatomic, strong) UIWindow *window;

@end