delete unuse code of AIDL

This commit is contained in:
zhongchao
2021-02-23 15:17:37 +08:00
parent 6891d97505
commit 7fb6eb5f86
2 changed files with 0 additions and 17 deletions

View File

@@ -1,3 +0,0 @@
// ShapshotSetData.aidl
package com.mogo.realtime.entity;
parcelable MogoSnapshotSetData;

View File

@@ -1,14 +0,0 @@
// IMachineVisionInterface.aidl
package com.mogo.module.common.machinevision;
import com.mogo.realtime.entity.MogoSnapshotSetData;
// Declare any non-default types here with import statements
interface IMachineVisionInterface {
oneway void postData(in MogoSnapshotSetData data);
oneway void hideViewIfExist();
oneway void showViewIfExist();
}