package com.juick.components; /** * Created by vital on 29.03.2017. */ public interface NotificationClientListener { void invalidToken(String type, String token); }