"use strict";
define(['app'], function () {
    NzbDrone.Settings.Notifications.Model = Backbone.DeepModel.extend({
    });
});