Fix warnings (#3194)

This commit is contained in:
Michael Schneider
2017-03-17 07:15:31 -07:00
committed by GitHub
parent 39a2d7eebb
commit 0e73f4ad5e
6 changed files with 4 additions and 38 deletions

View File

@@ -223,11 +223,11 @@ const CGFloat kSoldOutGBHeight = 50.0;
- (void)displayWillStart {
[super displayWillStart];
[self fetchData];
[self didEnterPreloadState];
}
- (void)fetchData {
[super fetchData];
- (void)didEnterPreloadState {
[super didEnterPreloadState];
if (self.viewModel) {
[self loadImage];
}