This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
class ServicesViewController: ViewController { | |
//MARK: - IBOutlets | |
@IBOutlet weak var tableView: UITableView! | |
//MARK: - Variables | |
var presenter: ServicePresenter = ServicePresenter() | |
var search: SearchController! | |
var locationManager: CLLocationManager = CLLocationManager() | |
var services: [Service] = []{ |