[ios] Adjusted code for consistency

Signed-off-by: Yannik Bloscheck <git@yannikbloscheck.com>
This commit is contained in:
Yannik Bloscheck
2025-07-16 10:47:11 +02:00
committed by Yannik Bloscheck
parent 4fd617684b
commit 93415fe952
8 changed files with 109 additions and 109 deletions

View File

@@ -25,7 +25,7 @@ class DownloadMapsViewController: MWMViewController {
@IBOutlet var noMapsContainer: UIView!
@IBOutlet var downloadAllViewContainer: UIView!
// MARK: - Properties
// MARK: Properties
private var searchController = UISearchController(searchResultsController: nil)
var dataSource: IDownloaderDataSource!