mirror of
https://github.com/LANCommander/photino.NET.git
synced 2026-08-01 02:41:37 -04:00
13 lines
243 B
C#
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; }
|
|
}
|
|
}
|