open fun withTargets(vararg targetModelClasses: Class<out EpoxyModel<Any!>!>!): EpoxyTouchHelper.SwipeBuilder3<EpoxyModel<Any!>!>!
Specify which Epoxy model types are swipable. Use this if you have more than one type that is swipable.
If you only have one swipable type you should use #withTarget(Class)