diff --git a/src/foundation-desktop.cs b/src/foundation-desktop.cs index 40301f808..50838cebb 100644 --- a/src/foundation-desktop.cs +++ b/src/foundation-desktop.cs @@ -555,6 +555,9 @@ public interface NSUserNotification [Export ("actionButtonTitle", ArgumentSemantic.Copy)] string ActionButtonTitle { get; set; } + [Export ("contentImage", ArgumentSemantic.Copy)] + NSImage ContentImage { get; set; } + [Export ("userInfo", ArgumentSemantic.Copy)] NSDictionary UserInfo { get; set; }