chore: 简化

oneRain 2019-08-06 18:45:45 +08:00
parent 572bf3d060
commit 7d88d92a80
2 changed files with 1 additions and 1101 deletions

View File

@ -27,7 +27,7 @@ namespace LeanCloud
/// to specify which existing data to retrieve. /// to specify which existing data to retrieve.
/// </para> /// </para>
/// </remarks> /// </remarks>
public class AVObject : IEnumerable<KeyValuePair<string, object>>, INotifyPropertyChanged, INotifyPropertyUpdated, INotifyCollectionPropertyUpdated, IAVObject public class AVObject : IEnumerable<KeyValuePair<string, object>>, INotifyPropertyChanged, INotifyPropertyUpdated, INotifyCollectionPropertyUpdated
{ {
private static readonly string AutoClassName = "_Automatic"; private static readonly string AutoClassName = "_Automatic";

File diff suppressed because it is too large Load Diff