summaryrefslogtreecommitdiff
path: root/Xamarin.Forms.Platform.iOS/Renderers/ExportImageSourceHandlerAttribute.cs
diff options
context:
space:
mode:
Diffstat (limited to 'Xamarin.Forms.Platform.iOS/Renderers/ExportImageSourceHandlerAttribute.cs')
-rw-r--r--Xamarin.Forms.Platform.iOS/Renderers/ExportImageSourceHandlerAttribute.cs11
1 files changed, 11 insertions, 0 deletions
diff --git a/Xamarin.Forms.Platform.iOS/Renderers/ExportImageSourceHandlerAttribute.cs b/Xamarin.Forms.Platform.iOS/Renderers/ExportImageSourceHandlerAttribute.cs
new file mode 100644
index 00000000..59e96e1f
--- /dev/null
+++ b/Xamarin.Forms.Platform.iOS/Renderers/ExportImageSourceHandlerAttribute.cs
@@ -0,0 +1,11 @@
+using System;
+
+namespace Xamarin.Forms
+{
+ [AttributeUsage (AttributeTargets.Assembly, AllowMultiple = true)]
+ public sealed class ExportImageSourceHandlerAttribute : HandlerAttribute {
+ public ExportImageSourceHandlerAttribute (Type handler, Type target)
+ : base (handler, target) {
+ }
+ }
+} \ No newline at end of file