We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 65a3814 commit 67980b5Copy full SHA for 67980b5
src/Files.App.Storage/Storables/Native/INativeStorable.cs
@@ -6,7 +6,7 @@ namespace Files.App.Storage.Storables
6
/// <summary>
7
/// Represents a file object that is natively supported by Windows Shell API.
8
/// </summary>
9
- public class INativeStorable
+ public interface INativeStorable
10
{
11
public string GetPropertyAsync(string id);
12
}
0 commit comments