package com.example.melloncoffeeapp.mellon;

public interface VASResponseListener {
    void responseReceived();
}
