]> git.saurik.com Git - iphone-api.git/blob - UIKit/UIProxyObject.h
Minor commit for Optimo.
[iphone-api.git] / UIKit / UIProxyObject.h
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 <Foundation/NSObject.h>
8
9 #import "NSCoding-Protocol.h"
10
11 @class NSString;
12
13 @interface UIProxyObject : NSObject <NSCoding>
14 {
15 NSString *proxiedObjectIdentifier;
16 }
17
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;
25 - (void)dealloc;
26 - (void)setProxiedObjectIdentifier:(id)fp8;
27 - (id)proxiedObjectIdentifier;
28
29 @end
30