VDCountry¶
Class that represents an available country.
It just encapsulates the enum VDContryEnum. It also implements
Properties¶
- (NSString*) countryName
Property with the country name.
read
write
nonatomic
assign
- (VDCountryEnum) documentCountry
DEPRECATED Property with the country value. VDCountryEnum is deprecated and no longer in use. Use countryName property instead.
read
write
nonatomic
assign