summaryrefslogtreecommitdiffstats
path: root/lib/Db/IAPI.php
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Db/IAPI.php')
-rw-r--r--lib/Db/IAPI.php18
1 files changed, 18 insertions, 0 deletions
diff --git a/lib/Db/IAPI.php b/lib/Db/IAPI.php
new file mode 100644
index 000000000..ff9791753
--- /dev/null
+++ b/lib/Db/IAPI.php
@@ -0,0 +1,18 @@
+<?php
+/**
+ * ownCloud - News
+ *
+ * This file is licensed under the Affero General Public License version 3 or
+ * later. See the COPYING file.
+ *
+ * @author Alessandro Cosentino <cosenal@gmail.com>
+ * @author Bernhard Posselt <dev@bernhard-posselt.com>
+ * @copyright Alessandro Cosentino 2012
+ * @copyright Bernhard Posselt 2012, 2014
+ */
+
+namespace OCA\News\Db;
+
+interface IAPI {
+ public function toAPI();
+}