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