InformationIconSet
data class InformationIconSet(@DrawableRes val building: Int, @DrawableRes val pay: Int, @DrawableRes val phone: Int, @DrawableRes val pin: Int) : IconSet
Constructors
Link copied to clipboard
constructor(@DrawableRes building: Int, @DrawableRes pay: Int, @DrawableRes phone: Int, @DrawableRes pin: Int)