using System; namespace LeanCloud.Realtime { public class LCIMServiceConversation : LCIMConversation { public LCIMServiceConversation(LCIMClient client) : base(client) { } } }