android: add missing file

This commit is contained in:
Kesha Antonov
2024-01-01 21:35:09 +03:00
parent f9a335e5cb
commit 27dece4760
@@ -0,0 +1,5 @@
package com.eko;
public interface ProgressCallback {
void onProgress(String configId, int bytesDownloaded, int bytesTotal);
}