Skip to content

Commit 13ebdba

Browse files
committed
Minor cleanup
1 parent 70278f5 commit 13ebdba

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Pod/Classes/MapViewController.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ open class MapViewController: UIViewController {
3737
open weak var delegate: MapViewControllerDelegate?
3838

3939
@IBOutlet open weak var mapLoadingIndicator: UIActivityIndicatorView!
40-
@IBOutlet open weak var mapView: MKMapView!
40+
@IBOutlet open var mapView: MKMapView!
4141

4242
open fileprivate(set) var locationManager: CLLocationManager!
4343
open fileprivate(set) var searchController: UISearchController!

0 commit comments

Comments
 (0)