1370b324cSopenharmony_cipackage SevenZip; 2370b324cSopenharmony_ci 3370b324cSopenharmony_cipublic interface ICodeProgress 4370b324cSopenharmony_ci{ 5370b324cSopenharmony_ci public void SetProgress(long inSize, long outSize); 6370b324cSopenharmony_ci} 7