MonthViewHolder

fun MonthViewHolder(    itemView: View,     adapter: CalendarAdapter,     headerViewBinder: MonthHeaderViewBinder<View>?,     monthViewBinder: MonthViewBinder<BaseMonthView>,     footerViewBinder: MonthFooterViewBinder<View>?)