Skip to content

Commit 495b3d4

Browse files
committed
Added IFolderSettings
1 parent 7787427 commit 495b3d4

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
using System;
2+
using System.Collections.Generic;
3+
using System.Linq;
4+
using System.Text;
5+
using System.Threading.Tasks;
6+
7+
namespace Files.App.Storage
8+
{
9+
public interface IFolderSettings
10+
{
11+
}
12+
}

0 commit comments

Comments
 (0)