package Util; /** * Created by previousdeveloper on 14.09.2015. */ public interface ITimeProvider { Long getCurrentTime(); }