ios: remove needless method

We just call the parent class' method, so just get rid of it.
This commit is contained in:
Saúl Ibarra Corretgé
2017-12-12 11:57:18 +01:00
parent e0e2104723
commit 63d661ad5e
-4
View File
@@ -22,10 +22,6 @@
@implementation ViewController
- (void)didReceiveMemoryWarning {
[super didReceiveMemoryWarning];
}
- (void)viewDidLoad {
[super viewDidLoad];