package com.cappielloantonio.tempo.interfaces; public interface SystemCallback { void onError(Exception exception); void onSuccess(String password, String token, String salt); }