diff options
Diffstat (limited to 'lib/utility/Notification.cs')
| -rw-r--r-- | lib/utility/Notification.cs | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/lib/utility/Notification.cs b/lib/utility/Notification.cs index 1e13e03..79e4012 100644 --- a/lib/utility/Notification.cs +++ b/lib/utility/Notification.cs @@ -1,7 +1,7 @@ -namespace gorilla.utility
-{
- public interface Notification
- {
- void notify(params NotificationMessage[] messages);
- }
-}
\ No newline at end of file +namespace jive.utility +{ + public interface Notification + { + void notify(params NotificationMessage[] messages); + } +} |
