endian11
2020-09-29 f5c123f6e78b25fb325c391a3c2ffeccf930f316
1
2
3
4
5
package com.anyun.exam.lib;
 
public interface DownloadManagerCallback {
    void DownloadComplete(String title, String path);
}