WindChat/openzaly-message/src/main/java/com/windchat/im/message/api/IMessageService.java

8 lines
160 B
Java
Raw Normal View History

2019-07-31 23:14:26 +08:00
package com.windchat.im.message.api;
2019-07-29 23:42:16 +08:00
import com.akaxin.common.command.Command;
public interface IMessageService {
public boolean execute(Command command);
}