package com.qboxus.tictic.activitesfragments.argear.network;

public interface DownloadAsyncResponse {
    void processFinish(boolean result);
}
