You've already forked ChameleonBLEAPI
mirror of
https://github.com/RfidResearchGroup/ChameleonBLEAPI.git
synced 2026-05-12 11:20:47 -07:00
9 lines
204 B
Java
9 lines
204 B
Java
package com.proxgrind.chameleon.defined;
|
|
|
|
import com.proxgrind.chameleon.detection.ResultBean;
|
|
|
|
public interface DecryptCallback {
|
|
void onMsg(String msg);
|
|
|
|
void onKey(ResultBean result);
|
|
} |