This commit is contained in:
wangcongtao
2020-06-11 14:51:04 +08:00
parent 7408cb93b1
commit c2c67756b0
16 changed files with 124 additions and 45 deletions

View File

@@ -44,4 +44,6 @@ public interface IMogoADASController extends IProvider {
* @param open
*/
void setUseAlgorithm( boolean open );
void release();
}