Recent.java 230 Bytes
Newer Older
konghaorui committed
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
package com.yidianling.tests;

import android.support.annotation.Keep;

/**
 * Created by hgw on 2018/3/8.
 */

//最近聊天专家
@Keep
public class Recent {
    public int uid;
    public String name;
    public String head;
}