Init
This commit is contained in:
8
Shared/Models/Properties/IRelativePaths.cs
Normal file
8
Shared/Models/Properties/IRelativePaths.cs
Normal file
@ -0,0 +1,8 @@
|
||||
namespace View_by_Distance.Shared.Models.Properties;
|
||||
|
||||
public interface IRelativePaths // : IRelativePaths
|
||||
{
|
||||
|
||||
public string Value { get; }
|
||||
|
||||
}
|
Reference in New Issue
Block a user