amanda.hinchman-dominguez
// Another attempt to cast but no override again override fun onBindViewHolder(holder: RecyclerView.ViewHolder, position: Int) { (holder as ImageViewHolder).bindView(position) }