9 lines
82 B
PHP
9 lines
82 B
PHP
<?php
|
|
|
|
declare(strict_types=1);
|
|
|
|
namespace OCP\Calendar;
|
|
|
|
interface IManager {
|
|
}
|
|
|