Skip to content

Commit abafda4

Browse files
authored
Update RNCAsyncStorage.h
1 parent 00240ee commit abafda4

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)