Skip to content

Commit

Permalink
test1
Browse files Browse the repository at this point in the history
  • Loading branch information
Anatoli Shmanai committed Aug 15, 2024
1 parent ca4fd54 commit 8145a2f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions WeatherPlus/Model/WeatherManager.swift
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ struct WeatherManager {

let weatherURL = "https://api.openweathermap.org/data/2.5/onecall?exclude=minutely&appid=0aa5886e3a2c2ad1cb6debedc3c9e28d&lang=ru&units=metric"



var delegate: WeatherManagerDelegate?

func fetchWeather(latitude: CLLocationDegrees, longitude: CLLocationDegrees) {
Expand Down

0 comments on commit 8145a2f

Please sign in to comment.