addType

inline fun <M> addType(@LayoutRes() layout: Int)

添加多类型

inline fun <M> addType(noinline block: M.(Int) -> Int)

通过回调函数添加多类型, 一对多多类型