first commit
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
package wxface
|
||||
|
||||
type IWXUserMsgMgr interface {
|
||||
Start()
|
||||
Stop()
|
||||
AddNewTextMsg(newMsg, toUSerName string)
|
||||
AddImageMsg(imgData []byte, toUSerName string)
|
||||
}
|
||||
Reference in New Issue
Block a user