Files
xPushService/Interfaces/IXPushProvider.cs
T
2024-01-25 04:47:14 +03:30

12 lines
192 B
C#

using System;
using System.Collections.Generic;
using System.Linq;
using System.Threading.Tasks;
namespace xPushService.Interfaces
{
public interface IXPushProvider
{
}
}