package com.shareable.beacon;

import com.facebook.react.bridge.Promise;

public interface BeaconStates {
    void onAdvertised();
    void onFailure();
}
