delete unuse code of AIDL
This commit is contained in:
@@ -1,3 +0,0 @@
|
||||
// ShapshotSetData.aidl
|
||||
package com.mogo.realtime.entity;
|
||||
parcelable MogoSnapshotSetData;
|
||||
@@ -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();
|
||||
}
|
||||
Reference in New Issue
Block a user