summaryrefslogtreecommitdiff
path: root/Xamarin.Forms.Platform.Tizen/Native/IBatchable.cs
diff options
context:
space:
mode:
Diffstat (limited to 'Xamarin.Forms.Platform.Tizen/Native/IBatchable.cs')
-rw-r--r--Xamarin.Forms.Platform.Tizen/Native/IBatchable.cs7
1 files changed, 7 insertions, 0 deletions
diff --git a/Xamarin.Forms.Platform.Tizen/Native/IBatchable.cs b/Xamarin.Forms.Platform.Tizen/Native/IBatchable.cs
new file mode 100644
index 00000000..37835961
--- /dev/null
+++ b/Xamarin.Forms.Platform.Tizen/Native/IBatchable.cs
@@ -0,0 +1,7 @@
+namespace Xamarin.Forms.Platform.Tizen.Native
+{
+ internal interface IBatchable
+ {
+ void OnBatchCommitted();
+ }
+}