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.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/Functions/Example/FirebaseFunctions/FIRAppDelegate.h b/Functions/Example/FirebaseFunctions/FIRAppDelegate.h
index 500ee08..1d6d40b 100644
--- a/Functions/Example/FirebaseFunctions/FIRAppDelegate.h
+++ b/Functions/Example/FirebaseFunctions/FIRAppDelegate.h
@@ -14,8 +14,8 @@
@import UIKit;
-@interface FIRAppDelegate : UIResponder <UIApplicationDelegate>
+@interface FIRAppDelegate : UIResponder<UIApplicationDelegate>
-@property (strong, nonatomic) UIWindow *window;
+@property(strong, nonatomic) UIWindow *window;
@end