package com.anyun.exam.lib; public interface DownloadManagerCallback { void DownloadComplete(String title, String path); }