Fixes from henrry code

feat_androidx_migration
dtvv 2018-10-25 11:01:05 -05:00
parent 10cc88c8d3
commit 7ae875e208
1 changed files with 6 additions and 0 deletions

View File

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