Commit a3de7b82 by Demid Merzlyakov

IOS-106: Forecast screen correct MREC ad placement.

parent 484f8c1d
......@@ -11,18 +11,18 @@ private enum DailyForecastCellType:Int, CaseIterable {
case forecast = 0
case forecastInfo
case adBanner
case adMREC
case sun
case moon
case adMREC
}
private enum HourlyForecastCellType: Int, CaseIterable {
case day
case forecastHourly
case adBanner
case adMREC
case precipitation
case wind
case adMREC
}
private struct CellsToUpdate:OptionSet {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment