using System; using System.Collections.Generic; using System.Text; namespace Seenginx.Models { public class NotificationSettings { public string Text { get; set; } public PopupType PopupType { get; set; } } }