Blame view

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