package com.mcxtzhang.commonadapter.databinding.rv.mul; /** * 介绍:多种类型viewType的ViewModel需要实现的接口 * 根据不同的itemType返回不同的ItemLayoutId * 作者:zhangxutong * 邮箱:mcxtzhang@163.com * 主页:http://blog.csdn.net/zxt0601 * 时间: 16/09/25. */ public interface IBaseMulInterface { public int getItemLayoutId(); }