9 lines
212 B
Java
9 lines
212 B
Java
package cn.com.magnity.magnitycx.sdk;
|
|
|
|
/* loaded from: classes.dex */
|
|
public interface DelegateDeviceConnected {
|
|
void onDeviceConnected(UsbCommunication usbCommunication);
|
|
|
|
void onDeviceDisconnected();
|
|
}
|