summaryrefslogtreecommitdiff
path: root/CocoaSharp/ObjectiveC/AnyClass.cs
diff options
context:
space:
mode:
Diffstat (limited to 'CocoaSharp/ObjectiveC/AnyClass.cs')
-rw-r--r--CocoaSharp/ObjectiveC/AnyClass.cs11
1 files changed, 11 insertions, 0 deletions
diff --git a/CocoaSharp/ObjectiveC/AnyClass.cs b/CocoaSharp/ObjectiveC/AnyClass.cs
new file mode 100644
index 00000000..f75b8af8
--- /dev/null
+++ b/CocoaSharp/ObjectiveC/AnyClass.cs
@@ -0,0 +1,11 @@
+using System;
+using System.Collections.Generic;
+using System.Linq;
+using System.Text;
+
+namespace ObjectiveC
+{
+ public class AnyClass
+ {
+ }
+}
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback