9 lines
204 B
C#
9 lines
204 B
C#
|
using System;
|
|||
|
|
|||
|
namespace LeanCloud.Realtime {
|
|||
|
public class LCIMServiceConversation : LCIMConversation {
|
|||
|
public LCIMServiceConversation(LCIMClient client) : base(client) {
|
|||
|
}
|
|||
|
}
|
|||
|
}
|