Blame view
sources/apps/files_sharing/lib/isharedstorage.php
254 Bytes
|
31b7f2792
|
1 2 |
<?php /** |
|
6d9380f96
|
3 |
* Copyright (c) 2014 Robin Appelman <icewind@owncloud.com> |
|
31b7f2792
|
4 5 6 7 |
* This file is licensed under the Affero General Public License version 3 or * later. * See the COPYING-README file. */ |
|
6d9380f96
|
8 9 10 11 12 |
namespace OCA\Files_Sharing;
interface ISharedStorage{
}
|