From e0f9010ec2a558f6cf7d16fb96a2c4cdb34e3f37 Mon Sep 17 00:00:00 2001 From: Thomas Citharel Date: Thu, 15 Jun 2017 09:43:48 +0200 Subject: Notifications Signed-off-by: Thomas Citharel --- .../Notifications/NotificationInterface.php | 103 +++++++++++++++++++++ 1 file changed, 103 insertions(+) create mode 100644 src/Wallabag/CoreBundle/Notifications/NotificationInterface.php (limited to 'src/Wallabag/CoreBundle/Notifications/NotificationInterface.php') diff --git a/src/Wallabag/CoreBundle/Notifications/NotificationInterface.php b/src/Wallabag/CoreBundle/Notifications/NotificationInterface.php new file mode 100644 index 00000000..4a3c2759 --- /dev/null +++ b/src/Wallabag/CoreBundle/Notifications/NotificationInterface.php @@ -0,0 +1,103 @@ +