diff --git a/ios/RNCAsyncStorage.h b/ios/RNCAsyncStorage.h index 36c4b7d9..bbbc0655 100644 --- a/ios/RNCAsyncStorage.h +++ b/ios/RNCAsyncStorage.h @@ -7,7 +7,7 @@ #import #import -#import +#import "RNCAsyncStorageDelegate.h" /** * A simple, asynchronous, persistent, key-value storage system designed as a