Skip to content

Commit 67980b5

Browse files
committed
Update
1 parent 65a3814 commit 67980b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Files.App.Storage/Storables/Native/INativeStorable.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ namespace Files.App.Storage.Storables
66
/// <summary>
77
/// Represents a file object that is natively supported by Windows Shell API.
88
/// </summary>
9-
public class INativeStorable
9+
public interface INativeStorable
1010
{
1111
public string GetPropertyAsync(string id);
1212
}

0 commit comments

Comments
 (0)