summaryrefslogtreecommitdiff
path: root/Xamarin.Forms.Platform.WinRT/IWrapperAware.cs
blob: aff90133ff5153bc0d86d4b0293d5da9c630d7f5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14

#if WINDOWS_UWP

namespace Xamarin.Forms.Platform.UWP
#else

namespace Xamarin.Forms.Platform.WinRT
#endif
{
	internal interface IWrapperAware
	{
		void NotifyWrapped();
	}
}