package it.gotoandplay.smartfoxclient.handlers;

public interface IMessageHandler
{
    void handleMessage(Object msgObj, String type);
}
