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