aboutsummaryrefslogtreecommitdiffhomepage
path: root/Example/Core/App/macOS/FIRViewController.m
diff options
context:
space:
mode:
Diffstat (limited to 'Example/Core/App/macOS/FIRViewController.m')
-rw-r--r--Example/Core/App/macOS/FIRViewController.m10
1 files changed, 4 insertions, 6 deletions
diff --git a/Example/Core/App/macOS/FIRViewController.m b/Example/Core/App/macOS/FIRViewController.m
index 08c5bb5..616257f 100644
--- a/Example/Core/App/macOS/FIRViewController.m
+++ b/Example/Core/App/macOS/FIRViewController.m
@@ -19,17 +19,15 @@
@implementation FIRViewController
- (void)viewDidLoad {
- [super viewDidLoad];
+ [super viewDidLoad];
- // Do any additional setup after loading the view.
+ // Do any additional setup after loading the view.
}
-
- (void)setRepresentedObject:(id)representedObject {
- [super setRepresentedObject:representedObject];
+ [super setRepresentedObject:representedObject];
- // Update the view, if already loaded.
+ // Update the view, if already loaded.
}
-
@end