Initial commit
This commit is contained in:
10
sources/com/ubtrobot/jimu/bluetooth/proxy/Callback.java
Normal file
10
sources/com/ubtrobot/jimu/bluetooth/proxy/Callback.java
Normal file
@@ -0,0 +1,10 @@
|
||||
package com.ubtrobot.jimu.bluetooth.proxy;
|
||||
|
||||
/* loaded from: classes2.dex */
|
||||
public abstract class Callback {
|
||||
public abstract void a(boolean z, String str);
|
||||
|
||||
public abstract void b(String str);
|
||||
|
||||
public abstract void b(String str, byte b, byte[] bArr, int i);
|
||||
}
|
||||
Reference in New Issue
Block a user