summaryrefslogtreecommitdiff
path: root/Xamarin.Forms.Platform.Tizen/Native/IBatchable.cs
blob: 3783596143ff9b6729f1be173ccf750e8bea5bde (plain)
1
2
3
4
5
6
7
namespace Xamarin.Forms.Platform.Tizen.Native
{
	internal interface IBatchable
	{
		void OnBatchCommitted();
	}
}