package br.com.masfe.rnbluetoothdatecsprinter;

import java.util.Map;

public interface BluetoothServiceStateObserver {
    void onBluetoothServiceStateChanged(int state, Map<String,Object> boundle);
}
