xxx
yy1717
2020-11-25 8c69444d8129193511eca990b6d97be5c36232ea
1
2
3
4
5
package com.anyun.exam.lib;
 
public interface DownloadManagerCallback {
    void DownloadComplete(String title, String path);
}