7 lines
136 B
C#
7 lines
136 B
C#
namespace LoopFit.Shared.Services;
|
|
|
|
public interface IFormFactor
|
|
{
|
|
public string GetFormFactor();
|
|
public string GetPlatform();
|
|
} |