From 2b10595823f76e759b092101ec0cd95f5634125e Mon Sep 17 00:00:00 2001 From: Dejan Date: Fri, 12 Apr 2019 22:22:42 +0200 Subject: [PATCH] Fix #73 --- ios/RNCAsyncStorage.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ios/RNCAsyncStorage.h b/ios/RNCAsyncStorage.h index 36c4b7d9..355da79e 100644 --- a/ios/RNCAsyncStorage.h +++ b/ios/RNCAsyncStorage.h @@ -7,7 +7,7 @@ #import #import -#import +#import /** * A simple, asynchronous, persistent, key-value storage system designed as a