]> git.saurik.com Git - iphone-api.git/blame - UIKit/NSValue-NSValueUIGeometryExtensions.h
Minor commit for Optimo.
[iphone-api.git] / UIKit / NSValue-NSValueUIGeometryExtensions.h
CommitLineData
2cd8f71b
JF
1/*
2 * Generated by class-dump 3.1.2.
3 *
4 * class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2007 by Steve Nygard.
5 */
6
7#import "NSValue.h"
8
9@interface NSValue (NSValueUIGeometryExtensions)
10+ (id)valueWithCGPoint:(struct CGPoint)fp8;
11+ (id)valueWithCGSize:(struct CGSize)fp8;
12+ (id)valueWithCGRect:(struct CGRect)fp8;
13+ (id)valueWithCGAffineTransform:(struct CGAffineTransform)fp8;
14+ (id)valueWithUIEdgeInsets:(CDAnonymousStruct2)fp8;
15- (struct CGPoint)CGPointValue;
16- (struct CGSize)CGSizeValue;
17- (struct CGRect)CGRectValue;
18- (struct CGAffineTransform)CGAffineTransformValue;
19- (CDAnonymousStruct2)UIEdgeInsetsValue;
20@end
21