chore
parent
5b61c73916
commit
7f29ee2cbf
|
@ -13,7 +13,6 @@ namespace LeanCloud {
|
||||||
public class AVFile : IJsonConvertible {
|
public class AVFile : IJsonConvertible {
|
||||||
private FileState state;
|
private FileState state;
|
||||||
private readonly Stream dataStream;
|
private readonly Stream dataStream;
|
||||||
private readonly TaskQueue taskQueue = new TaskQueue();
|
|
||||||
|
|
||||||
#region Constructor
|
#region Constructor
|
||||||
/// <summary>
|
/// <summary>
|
||||||
|
|
Loading…
Reference in New Issue