diff options
Diffstat (limited to 'apps/files_sharing/lib/ISharedMountPoint.php')
-rw-r--r-- | apps/files_sharing/lib/ISharedMountPoint.php | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/apps/files_sharing/lib/ISharedMountPoint.php b/apps/files_sharing/lib/ISharedMountPoint.php new file mode 100644 index 00000000000..bfce830035d --- /dev/null +++ b/apps/files_sharing/lib/ISharedMountPoint.php @@ -0,0 +1,13 @@ +<?php + +declare(strict_types=1); +/** + * SPDX-FileCopyrightText: 2023 Nextcloud GmbH and Nextcloud contributors + * SPDX-License-Identifier: AGPL-3.0-or-later + */ + +namespace OCA\Files_Sharing; + +interface ISharedMountPoint { + +} |