Skip to content

Commit f2fc902

Browse files
fix(firebase_app_check, ios): Replace angles with quotes in import statement (#12929)
* fix: Replace angles with quotes in import * chore: format file --------- Co-authored-by: russellwheatley <russellwheatley85@gmail.com>
1 parent ced1168 commit f2fc902

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/firebase_app_check/firebase_app_check/ios/Classes/FLTFirebaseAppCheckPlugin.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@
88
#import <Flutter/Flutter.h>
99
#endif
1010

11-
#import <FLTAppCheckProviderFactory.h>
1211
#import <Foundation/Foundation.h>
1312
#import <firebase_core/FLTFirebasePlugin.h>
13+
#import "FLTAppCheckProviderFactory.h"
1414

1515
@interface FLTFirebaseAppCheckPlugin : FLTFirebasePlugin <FlutterPlugin, FLTFirebasePlugin>
1616
@end

0 commit comments

Comments
 (0)