Adjust layout for popup for windows

This commit is contained in:
Manfred Karrer 2016-04-14 10:57:54 +02:00
parent 0d3a3cd63a
commit 0e53e6f5a3
2 changed files with 3 additions and 0 deletions

View file

@ -7,6 +7,7 @@ import java.io.IOException;
import java.io.Serializable;
import java.util.Map;
// https://api.bitfinex.com/v1/pubticker/BTCUSD
public interface PriceProvider extends Serializable {
Map<String, MarketPrice> getAllPrices() throws IOException, HttpException;