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