using System; namespace Wizard; public interface IChatActionUI { void Init(IChatSettings chatSettings, ChatConnectController chatConnectCtr, ChatLogUI _chatLogUI, Action actionAddNewChatLogAfterSendChat); }