RePod-Nextcloud-App/stubs/OCA/GPodderSync/Core/SubscriptionChange/SubscriptionChange.php

23 lines
241 B
PHP

<?php
declare(strict_types=1);
namespace OCA\GPodderSync\Core\SubscriptionChange;
class SubscriptionChange
{
/**
* @return bool
*/
public function isSubscribed()
{
}
/**
* @return string
*/
public function getUrl()
{
}
}