- Preview of the RecordTransactionActivity buying UI - MarketCapManager.java and CoinmarketCapAPIManager are now merged
10 lines
157 B
Java
10 lines
157 B
Java
package com.herbron.moodl.DataNotifiers;
|
|
|
|
public interface CryptocompareNotifierInterface {
|
|
|
|
void onDetailsUpdated();
|
|
|
|
void onExchangesUpdated();
|
|
|
|
}
|