photino.NET/Photino.NET/PhotinoNotificationButton.cs
2025-09-06 22:16:59 -05:00

13 lines
243 B
C#

using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace Photino.NET
{
public class PhotinoNotificationButton
{
public string Label { get; set; }
}
}