package com.qboxus.tictic.interfaces;

public interface InternetCheckCallback {
    void GetResponse(String requestType, String response);
}
