package com.juick.ws.components; /** * Created by vitalyster on 08.08.2016. */ public interface JuickComponent { void init(); }