Skip to content

Commit b0d402d

Browse files
committed
Merge branch 'fixes' of github.com:Saadnajmi/async-storage into fixes
2 parents 9422361 + abafda4 commit b0d402d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: packages/default-storage/ios/RNCAsyncStorage.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ NS_ASSUME_NONNULL_BEGIN
6060
callback:(RCTResponseSenderBlock)callback;
6161

6262
// Interface for natively fetching all the keys from the storage data.
63-
- (void)getAllKeys:(RCTResponseSenderBlock )callback;
63+
- (void)getAllKeys:(RCTResponseSenderBlock)callback;
6464

6565
@end
6666

0 commit comments

Comments
 (0)