]>
Commit | Line | Data |
---|---|---|
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 "NSCoder.h" | |
8 | ||
9 | @interface NSCoder (UIGeometryKeyedCoding) | |
10 | - (void)encodeCGPoint:(struct CGPoint)fp8 forKey:(id)fp16; | |
11 | - (void)encodeCGSize:(struct CGSize)fp8 forKey:(id)fp16; | |
12 | - (void)encodeCGRect:(struct CGRect)fp8 forKey:(id)fp24; | |
13 | - (void)encodeCGAffineTransform:(struct CGAffineTransform)fp8 forKey:(id)fp32; | |
14 | - (void)encodeUIEdgeInsets:(CDAnonymousStruct2)fp8 forKey:(id)fp24; | |
15 | - (struct CGPoint)decodeCGPointForKey:(id)fp8; | |
16 | - (struct CGSize)decodeCGSizeForKey:(id)fp8; | |
17 | - (struct CGRect)decodeCGRectForKey:(id)fp8; | |
18 | - (struct CGAffineTransform)decodeCGAffineTransformForKey:(id)fp8; | |
19 | - (CDAnonymousStruct2)decodeUIEdgeInsetsForKey:(id)fp8; | |
20 | @end | |
21 |