Skip to content

Commit 39dfdae

Browse files
Fix AppCheck provider factory return type
1 parent c5f0967 commit 39dfdae

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

source/Firebase/AppCheck/ApiDefinition.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ interface AppCheckProviderFactory {
8080
[Abstract]
8181
[Export ("createProviderWithApp:")]
8282
[return: NullAllowed]
83-
NSObject CreateProviderWithApp (App app);
83+
IAppCheckProvider CreateProviderWithApp (App app);
8484
}
8585

8686
// @interface FIRAppCheckToken : NSObject

0 commit comments

Comments
 (0)