. * */ /** * Public interface of ownCloud for apps to use. * Group Class. * */ namespace OCP; interface GroupInterface extends \OC_Group_Interface {}