1 <?php
 2 /**
 3  * @package     Joomla.Libraries
 4  * @subpackage  UCM
 5  *
 6  * @copyright   Copyright (C) 2005 - 2017 Open Source Matters, Inc. All rights reserved.
 7  * @license     GNU General Public License version 2 or later; see LICENSE.txt
 8  */
 9 
10 defined('JPATH_PLATFORM') or die;
11 
12 /**
13  * Interface to handle UCM
14  *
15  * @since  3.1
16  */
17 interface JUcm
18 {
19 }
20