Skip to content

Commit 9482fb4

Browse files
authored
Add missing protocol to fix Xcode 12.5 warning (#7943)
1 parent d28e342 commit 9482fb4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

FirebaseDatabase/Sources/Login/FIRDatabaseConnectionContextProvider.h

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,8 @@ NS_ASSUME_NONNULL_BEGIN
5656

5757
@end
5858

59-
@interface FIRDatabaseConnectionContextProvider : NSObject
59+
@interface FIRDatabaseConnectionContextProvider
60+
: NSObject <FIRDatabaseConnectionContextProvider>
6061

6162
+ (id<FIRDatabaseConnectionContextProvider>)
6263
contextProviderWithAuth:(nullable id<FIRAuthInterop>)auth

0 commit comments

Comments
 (0)