// Copyright (c) Microsoft Corporation. // Licensed under the MIT License. namespace Microsoft.ReactNative.Managed { public delegate void ReactNotificationHandler(object sender, ReactNotificationArgs args); }