package com.io.yutian.livemutually.liveroom; public interface User { String nickName(); String avatar(); }