1 2 3 4 5 6 7 8
package com.juick; /** * Created by vt on 03/02/16. */ public interface JuickNotificator { void push (com.juick.xmpp.Message msg); }