package com.yidianling.tests;
import androidx.annotation.Keep;
/** * Created by hgw on 2018/3/8. */ //最近聊天专家 @Keep public class Recent { public int uid; public String name; public String head; }