diff options
Diffstat (limited to 'lib/public/ipreview.php')
-rw-r--r-- | lib/public/ipreview.php | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/lib/public/ipreview.php b/lib/public/ipreview.php index beebd7bd2fa..4d0405c6990 100644 --- a/lib/public/ipreview.php +++ b/lib/public/ipreview.php @@ -6,6 +6,15 @@ * later. * See the COPYING-README file. */ + +/** + * Public interface of ownCloud for apps to use. + * Preview interface + * + */ + +// use OCP namespace for all classes that are considered public. +// This means that they should be used by apps instead of the internal ownCloud classes namespace OCP; /** |