package com.juick; /** * Created by vt on 03/02/16. */ public interface JuickNotificator { void push (com.juick.xmpp.Message msg); }