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