9 lines
176 B
C#
9 lines
176 B
C#
|
using System;
|
|||
|
|
|||
|
namespace LeanCloud.Realtime {
|
|||
|
public class LCIMTemporaryConversation : LCIMConversation {
|
|||
|
public LCIMTemporaryConversation() {
|
|||
|
}
|
|||
|
}
|
|||
|
}
|