Update Plik.cs

This commit is contained in:
Jaex 2020-12-26 12:41:31 +03:00
parent 0ec19aa8e1
commit 1c1246818d

View file

@ -24,6 +24,7 @@ You should have received a copy of the GNU General Public License
#endregion License Information (GPL v3)
using Newtonsoft.Json;
using ShareX.HelpersLib;
using ShareX.UploadersLib.Properties;
using System;
using System.Collections.Generic;
@ -240,4 +241,4 @@ public class UploadMetadataResponse
public bool protectedByPassword { get; set; }
public bool protectedByYubikey { get; set; }
}
}
}