2 * Generated by class-dump 3.1.2.
4 * class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2007 by Steve Nygard.
7 #import <Foundation/NSObject.h>
9 #import "NSCoding-Protocol.h"
13 @interface UIProxyObject
: NSObject
<NSCoding
>
15 NSString
*proxiedObjectIdentifier
;
18 + (struct __CFDictionary
*)proxyDecodingMap
;
19 + (void)addMappingFromIdentifier
:(id
)fp8 toObject
:(id
)fp12 forCoder
:(id
)fp16
;
20 + (void)addMappings
:(id
)fp8 forCoder
:(id
)fp12
;
21 + (id
)mappedObjectForCoder
:(id
)fp8 withIdentifier
:(id
)fp12
;
22 + (void)removeMappingsForCoder
:(id
)fp8
;
23 - (id
)initWithCoder
:(id
)fp8
;
24 - (void)encodeWithCoder
:(id
)fp8
;
26 - (void)setProxiedObjectIdentifier
:(id
)fp8
;
27 - (id
)proxiedObjectIdentifier
;