package com.mcxtzhang.databindingdemo.recyclerview; /** * 介绍: * 作者:zhangxutong * 邮箱:mcxtzhang@163.com * CSDN:http://blog.csdn.net/zxt0601 * 时间: 16/09/25. */ public class FirstPresenter { public void onAddClick(){ } public void onDelClick(){ } }