8 lines
168 B
C#
8 lines
168 B
C#
|
|
using System;
|
|||
|
|
namespace LeanCloud.Storage.Internal.Operation {
|
|||
|
|
public class LCAddRelationOperation {
|
|||
|
|
public LCAddRelationOperation() {
|
|||
|
|
}
|
|||
|
|
}
|
|||
|
|
}
|