summaryrefslogtreecommitdiff
path: root/CocoaSharp/UIKit/Additions/NSValue.cs
diff options
context:
space:
mode:
Diffstat (limited to 'CocoaSharp/UIKit/Additions/NSValue.cs')
-rw-r--r--CocoaSharp/UIKit/Additions/NSValue.cs3
1 files changed, 2 insertions, 1 deletions
diff --git a/CocoaSharp/UIKit/Additions/NSValue.cs b/CocoaSharp/UIKit/Additions/NSValue.cs
index b5821e3e..988c70be 100644
--- a/CocoaSharp/UIKit/Additions/NSValue.cs
+++ b/CocoaSharp/UIKit/Additions/NSValue.cs
@@ -1 +1,2 @@
-using ObjectiveC; using System; using SharpSwift.Attributes; using System.Collections.Generic; using Foundation; using CoreGraphics; namespace UIKit //TODO: double check this { /// <summary> /// This category adds methods to the Foundation framework’s NSValue class. The methods in this category let you represent geometry-based data using an NSValue object. /// </summary> /// <see cref="https://developer.apple.com/library/prerelease/ios/documentation/UIKit/Reference/NSValue_UIKit_Additions/index.html#//apple_ref/doc/uid/TP40007293"/> [iOSVersion(2)] public class NSValue//: { } } \ No newline at end of file
+using ObjectiveC; using System; using SharpSwift.Attributes; using System.Collections.Generic; using Foundation; using CoreGraphics; namespace UIKit //TODO: check this
+{ /// <summary> /// This category adds methods to the Foundation framework’s NSValue class. The methods in this category let you represent geometry-based data using an NSValue object. /// </summary> /// <see cref="https://developer.apple.com/library/prerelease/ios/documentation/UIKit/Reference/NSValue_UIKit_Additions/index.html#//apple_ref/doc/uid/TP40007293"/> [iOSVersion(2)] public class NSValue//: { public NSValue() { } } } \ No newline at end of file
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback