mac
2024-10-21 8c04e8e9e28f7fdf1df36f2630bd998d0acc746c
1
2
3
4
5
6
7
8
package com.hdl.photovoltaic.ui.test;
 
/**
 * Created by hxb on 2022/1/18.
 */
public interface MqttCallBack {
    void onResult(Object data);
}