Recent.java 223 Bytes
Newer Older
konghaorui committed
1 2
package com.yidianling.tests;

YKai committed
3
import androidx.annotation.Keep;
konghaorui committed
4 5 6 7 8 9 10 11 12 13 14 15

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

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