diff options
Diffstat (limited to 'win/CS/HandBrakeWPF/Services/Interfaces/INotificationService.cs')
-rw-r--r-- | win/CS/HandBrakeWPF/Services/Interfaces/INotificationService.cs | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/win/CS/HandBrakeWPF/Services/Interfaces/INotificationService.cs b/win/CS/HandBrakeWPF/Services/Interfaces/INotificationService.cs new file mode 100644 index 000000000..d955bb55c --- /dev/null +++ b/win/CS/HandBrakeWPF/Services/Interfaces/INotificationService.cs @@ -0,0 +1,6 @@ +namespace HandBrakeWPF.Services.Interfaces
+{
+ public interface INotificationService
+ {
+ }
+}
\ No newline at end of file |