Remotely/Shared/Models/DeviceAlert.cs
2021-07-29 07:55:58 -07:00

11 lines
149 B
C#

using System;
using System.Collections.Generic;
using System.Text;
namespace Remotely.Shared.Models
{
public class DeviceAlert
{
}
}