]> git.saurik.com Git - iphone-api.git/blob - UIKit/UIClassSwapper.h
Add MobileSMS for NickP.
[iphone-api.git] / UIKit / UIClassSwapper.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 @class NSString;
10
11 @interface UIClassSwapper : NSObject
12 {
13 NSString *className;
14 id object;
15 }
16
17 + (id)swapperForObject:(id)fp8 withClassName:(id)fp12;
18 - (id)initWithObject:(id)fp8 andClassName:(id)fp12;
19 - (void)dealloc;
20 - (id)initWithCoder:(id)fp8;
21 - (void)encodeWithCoder:(id)fp8;
22
23 @end
24