Add project files.
This commit is contained in:
8
MauiApp2/MauiApp2.Shared/Services/IFormFactor.cs
Normal file
8
MauiApp2/MauiApp2.Shared/Services/IFormFactor.cs
Normal file
@@ -0,0 +1,8 @@
|
||||
namespace MauiApp2.Shared.Services
|
||||
{
|
||||
public interface IFormFactor
|
||||
{
|
||||
public string GetFormFactor();
|
||||
public string GetPlatform();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user