diff options
Diffstat (limited to 'Firebase/Core')
-rw-r--r-- | Firebase/Core/Private/FIRAppInternal.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Firebase/Core/Private/FIRAppInternal.h b/Firebase/Core/Private/FIRAppInternal.h index aa73d8d..73f44ea 100644 --- a/Firebase/Core/Private/FIRAppInternal.h +++ b/Firebase/Core/Private/FIRAppInternal.h @@ -99,7 +99,7 @@ typedef void (^FIRAppGetTokenImplementation)(BOOL forceRefresh, FIRTokenCallback /** @typedef FIRAppGetUID @brief The type of block which can provide an implementation for the @c getUID method. */ -typedef NSString *_Nullable (^FIRAppGetUIDImplementation)(); +typedef NSString *_Nullable (^FIRAppGetUIDImplementation)(void); @interface FIRApp () |