Skip to content

Commit

Permalink
[add] implemented viewModel class
Browse files Browse the repository at this point in the history
  • Loading branch information
mhinojosa24 committed Mar 17, 2020
1 parent 1815ebe commit e427651
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ class MySpotsCollectionViewController: UICollectionViewController, UpdateSpotsDe
collectionView.register(MySpotCollectionViewCell.self, forCellWithReuseIdentifier: MySpotCollectionViewCell.cellId)
setUpNavigationUI()
fetchAllSpots()

}


Expand Down

0 comments on commit e427651

Please sign in to comment.