diff options
Diffstat (limited to 'MediaBrowser.Common/ScheduledTasks/IHasKey.cs')
| -rw-r--r-- | MediaBrowser.Common/ScheduledTasks/IHasKey.cs | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/MediaBrowser.Common/ScheduledTasks/IHasKey.cs b/MediaBrowser.Common/ScheduledTasks/IHasKey.cs new file mode 100644 index 000000000..5736cb616 --- /dev/null +++ b/MediaBrowser.Common/ScheduledTasks/IHasKey.cs @@ -0,0 +1,7 @@ +namespace MediaBrowser.Common.ScheduledTasks +{ + public interface IHasKey + { + string Key { get; } + } +}
\ No newline at end of file |
