Fixes from henrry code

This commit is contained in:
dtvv 2018-10-25 11:01:05 -05:00
parent 10cc88c8d3
commit 7ae875e208

View file

@ -0,0 +1,6 @@
package cy.agorise.crystalwallet.interfaces;
public interface OnResponse {
void onSuccess();
void onFailed();
}