package com.qboxus.tictic.activitesfragments.livestreaming;

public interface CallBack {
    void getResponse(String requestType, String response);
}
