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
1 changed files with 0 additions and 4 deletions

View File

@ -22,10 +22,6 @@
@implementation ViewController @implementation ViewController
- (void)didReceiveMemoryWarning {
[super didReceiveMemoryWarning];
}
- (void)viewDidLoad { - (void)viewDidLoad {
[super viewDidLoad]; [super viewDidLoad];