summaryrefslogtreecommitdiff
path: root/CocoaSharp/SharpSwift.Attributes/InheritOptional.cs
diff options
context:
space:
mode:
Diffstat (limited to 'CocoaSharp/SharpSwift.Attributes/InheritOptional.cs')
-rw-r--r--CocoaSharp/SharpSwift.Attributes/InheritOptional.cs12
1 files changed, 12 insertions, 0 deletions
diff --git a/CocoaSharp/SharpSwift.Attributes/InheritOptional.cs b/CocoaSharp/SharpSwift.Attributes/InheritOptional.cs
new file mode 100644
index 00000000..517abe42
--- /dev/null
+++ b/CocoaSharp/SharpSwift.Attributes/InheritOptional.cs
@@ -0,0 +1,12 @@
+using System;
+using System.Collections.Generic;
+using System.Linq;
+using System.Text;
+
+namespace SharpSwift.Attributes
+{
+ [AttributeUsage(AttributeTargets.All)]
+ public class InheritOptionalAttribute : Attribute
+ {
+ }
+}
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback