package com.pandocloud.freeiot.jsbridge; import org.json.JSONObject; public interface CallBackFunction { public void onCallBack(JSONObject data); }