Closed Gabriel-Lewis closed 5 years ago
Using Codable would be an improvement over parsing through all of the dictionaries in ADZPlacement, ADZPlacementContent, ADZPlacementEvent, etc.
ADZPlacement
ADZPlacementContent
ADZPlacementEvent
This would be a great addition, however the project also supports Objective-C. At some point we’ll probably make a Swift only version of this, but that’s not currently planned.
Using Codable would be an improvement over parsing through all of the dictionaries in
ADZPlacement
,ADZPlacementContent
,ADZPlacementEvent
, etc.