yy1717
2020-08-18 efc508204e781a1ce1d3f55c2b986198c9e32509
1
2
3
4
5
package com.anyun.exam.lib;
 
public interface DownloadManagerCallback {
    void DownloadComplete(String title, String path);
}