package com.hdl.sdk.link.common.event; /** * Created by Tong on 2021/9/22. */ public interface EventListener { void onMessage(Object msg); }