package studio.uphie.one.interfaces; /** * Created by Uphie on 2015/10/30. * Email: uphie7@gmail.com */ public interface IShare { void share(int channel,Object data); }