mirror of
https://github.com/love2d/love-android.git
synced 2026-08-16 08:11:44 +02:00
7 lines
107 B
Java
7 lines
107 B
Java
package SevenZip;
|
|
|
|
public interface ICodeProgress
|
|
{
|
|
public void SetProgress(long inSize, long outSize);
|
|
}
|