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