package com.netease.im.group;

/**
 * Created by dowin on 2017/8/16.
 */

public interface IData {

    /**
     * get contact's display name to show to user
     *
     * @return
     */
    String getDisplayName();
}
