Files
MAG160C/analysis/jadx_magcx/cn/com/magnity/magnitycx/sdk/DelegateDeviceConnected.java
T

9 lines
212 B
Java

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