aboutsummaryrefslogtreecommitdiffhomepage
path: root/Functions/Example/FirebaseFunctions/FIRAppDelegate.h
diff options
context:
space:
mode:
Diffstat (limited to 'Functions/Example/FirebaseFunctions/FIRAppDelegate.h')
-rw-r--r--Functions/Example/FirebaseFunctions/FIRAppDelegate.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Functions/Example/FirebaseFunctions/FIRAppDelegate.h b/Functions/Example/FirebaseFunctions/FIRAppDelegate.h
index 1d6d40b..8349c18 100644
--- a/Functions/Example/FirebaseFunctions/FIRAppDelegate.h
+++ b/Functions/Example/FirebaseFunctions/FIRAppDelegate.h
@@ -14,7 +14,7 @@
@import UIKit;
-@interface FIRAppDelegate : UIResponder<UIApplicationDelegate>
+@interface FIRAppDelegate : UIResponder <UIApplicationDelegate>
@property(strong, nonatomic) UIWindow *window;