package com.pandocloud.freeiot.jsbridge; public interface BridgeHandler { void handler(String data, CallBackFunction function); }