aboutsummaryrefslogtreecommitdiffhomepage
path: root/Example/Core/App/macOS/FIRAppDelegate.m
diff options
context:
space:
mode:
Diffstat (limited to 'Example/Core/App/macOS/FIRAppDelegate.m')
-rw-r--r--Example/Core/App/macOS/FIRAppDelegate.m6
1 files changed, 2 insertions, 4 deletions
diff --git a/Example/Core/App/macOS/FIRAppDelegate.m b/Example/Core/App/macOS/FIRAppDelegate.m
index 9a363a6..1eb675e 100644
--- a/Example/Core/App/macOS/FIRAppDelegate.m
+++ b/Example/Core/App/macOS/FIRAppDelegate.m
@@ -23,13 +23,11 @@
@implementation FIRAppDelegate
- (void)applicationDidFinishLaunching:(NSNotification *)aNotification {
- // Insert code here to initialize your application
+ // Insert code here to initialize your application
}
-
- (void)applicationWillTerminate:(NSNotification *)aNotification {
- // Insert code here to tear down your application
+ // Insert code here to tear down your application
}
-
@end