Fixed build

This commit is contained in:
M66B
2022-09-30 13:20:19 +02:00
parent 6eb128ab81
commit 0708f80eb5

View File

@@ -15,5 +15,7 @@ public class Send {
public interface IProgress {
void onProgress(int percentage);
boolean isRunning();
}
}