Files
Pilz/Pilz.Networking.CloudProviders.Nextcloud/OCS/Responses/IOcsResponse.cs
2023-10-02 15:40:26 +02:00

13 lines
235 B
C#

using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace Pilz.Networking.CloudProviders.Nextcloud.Ocs.Responses
{
public interface IOcsResponse
{
}
}