Makes drip work on iOS

This commit is contained in:
Sofiya Tepikin
2020-02-02 21:09:36 +01:00
parent e52736f8a1
commit cb13222780
7 changed files with 165 additions and 258 deletions
+1 -1
View File
@@ -7,7 +7,7 @@
#import <UIKit/UIKit.h>
@interface AppDelegate : UIResponder <UIApplicationDelegate, RCTBridgeDelegate>
@interface AppDelegate : UIResponder <UIApplicationDelegate>
@property (nonatomic, strong) UIWindow *window;