Commit a3de7b82 by Demid Merzlyakov

IOS-106: Forecast screen correct MREC ad placement.

parent 484f8c1d
...@@ -11,18 +11,18 @@ private enum DailyForecastCellType:Int, CaseIterable { ...@@ -11,18 +11,18 @@ private enum DailyForecastCellType:Int, CaseIterable {
case forecast = 0 case forecast = 0
case forecastInfo case forecastInfo
case adBanner case adBanner
case adMREC
case sun case sun
case moon case moon
case adMREC
} }
private enum HourlyForecastCellType: Int, CaseIterable { private enum HourlyForecastCellType: Int, CaseIterable {
case day case day
case forecastHourly case forecastHourly
case adBanner case adBanner
case adMREC
case precipitation case precipitation
case wind case wind
case adMREC
} }
private struct CellsToUpdate:OptionSet { 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