Skip to content
alirezat775 edited this page Jul 16, 2019 · 1 revision

Model

create child class from CarouselModel

   class SampleModel constructor(private var id: Int) : CarouselModel() {
   }
Clone this wiki locally