2020-03-19 15:12:50 +08:00
|
|
|
|
using System;
|
2020-03-24 17:42:04 +08:00
|
|
|
|
using System.Threading.Tasks;
|
2020-03-19 15:12:50 +08:00
|
|
|
|
|
|
|
|
|
namespace LeanCloud.Realtime {
|
|
|
|
|
public class LCIMServiceConversation : LCIMConversation {
|
|
|
|
|
public LCIMServiceConversation(LCIMClient client) : base(client) {
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|