]> git.saurik.com Git - iphone-api.git/blobdiff - UIKit/NSValue-NSValueUIGeometryExtensions.h
Adding numerous class dumps.
[iphone-api.git] / UIKit / NSValue-NSValueUIGeometryExtensions.h
diff --git a/UIKit/NSValue-NSValueUIGeometryExtensions.h b/UIKit/NSValue-NSValueUIGeometryExtensions.h
new file mode 100644 (file)
index 0000000..dfe0fe2
--- /dev/null
@@ -0,0 +1,21 @@
+/*
+ *     Generated by class-dump 3.1.2.
+ *
+ *     class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2007 by Steve Nygard.
+ */
+
+#import "NSValue.h"
+
+@interface NSValue (NSValueUIGeometryExtensions)
++ (id)valueWithCGPoint:(struct CGPoint)fp8;
++ (id)valueWithCGSize:(struct CGSize)fp8;
++ (id)valueWithCGRect:(struct CGRect)fp8;
++ (id)valueWithCGAffineTransform:(struct CGAffineTransform)fp8;
++ (id)valueWithUIEdgeInsets:(CDAnonymousStruct2)fp8;
+- (struct CGPoint)CGPointValue;
+- (struct CGSize)CGSizeValue;
+- (struct CGRect)CGRectValue;
+- (struct CGAffineTransform)CGAffineTransformValue;
+- (CDAnonymousStruct2)UIEdgeInsetsValue;
+@end
+