Fixes from henrry code
This commit is contained in:
parent
10cc88c8d3
commit
7ae875e208
1 changed files with 6 additions and 0 deletions
|
@ -0,0 +1,6 @@
|
|||
package cy.agorise.crystalwallet.interfaces;
|
||||
|
||||
public interface OnResponse {
|
||||
void onSuccess();
|
||||
void onFailed();
|
||||
}
|
Loading…
Reference in a new issue