2 * Generated by class-dump 3.1.2.
4 * class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2007 by Steve Nygard.
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
;