AnthonyWhitakerJr / TapList_iOS

Sample mobile conversion of Kroger's ClickList website.
1 stars 1 forks source link

Reduce offer fields #35

Open AnthonyWhitakerJr opened 7 years ago

AnthonyWhitakerJr commented 7 years ago

Some fields in the Offer class may be unnecessary. Especially stringDivider & currency.

var stringDivider: String? // Is this needed? Hard-code? var currency: String? // Should this be determined by localization?