This commit is contained in:
2026-01-02 15:33:26 +01:00
commit 655c38ef45
93 changed files with 7348 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
package com.omixlab.mosis;
import com.omixlab.mosis.IMosisListener;
interface IMosisService {
boolean initOS(IMosisListener listener);
int getNumber();
}