mirror of
https://github.com/bitwarden/mobile
synced 2025-12-15 07:43:37 +00:00
add type to deviceinfo to avoid using XF
This commit is contained in:
@@ -2,6 +2,7 @@
|
||||
{
|
||||
public interface IDeviceInfoService
|
||||
{
|
||||
string Type { get; }
|
||||
string Model { get; }
|
||||
int Version { get; }
|
||||
float Scale { get; }
|
||||
|
||||
Reference in New Issue
Block a user