Moodl/app/src/main/java/com/herbron/moodl/DataNotifiers/CryptocompareNotifierInterface.java
Tanguy Herbron 92f08e00ed Update code with new interfaces for a clearer code (I hope so...)
- Preview of the RecordTransactionActivity buying UI
- MarketCapManager.java and CoinmarketCapAPIManager are now merged
2018-08-03 03:22:20 +02:00

10 lines
157 B
Java

package com.herbron.moodl.DataNotifiers;
public interface CryptocompareNotifierInterface {
void onDetailsUpdated();
void onExchangesUpdated();
}