ios: remove needless method
We just call the parent class' method, so just get rid of it.
This commit is contained in:
parent
e0e2104723
commit
63d661ad5e
|
@ -22,10 +22,6 @@
|
||||||
|
|
||||||
@implementation ViewController
|
@implementation ViewController
|
||||||
|
|
||||||
- (void)didReceiveMemoryWarning {
|
|
||||||
[super didReceiveMemoryWarning];
|
|
||||||
}
|
|
||||||
|
|
||||||
- (void)viewDidLoad {
|
- (void)viewDidLoad {
|
||||||
[super viewDidLoad];
|
[super viewDidLoad];
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue