]> git.saurik.com Git - iphone-api.git/blame - UIKit/UIRuntimeConnection.h
Add MobileSMS for NickP.
[iphone-api.git] / UIKit / UIRuntimeConnection.h
CommitLineData
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 <Foundation/NSObject.h>
8
9#import "NSCoding-Protocol.h"
10
11@class NSString;
12
13@interface UIRuntimeConnection : NSObject <NSCoding>
14{
15 id source;
16 id destination;
17 NSString *label;
18}
19
20- (id)initWithCoder:(id)fp8;
21- (void)encodeWithCoder:(id)fp8;
22- (void)dealloc;
23- (id)source;
24- (void)setSource:(id)fp8;
25- (id)destination;
26- (void)setDestination:(id)fp8;
27- (id)label;
28- (void)setLabel:(id)fp8;
29- (void)connect;
30- (void)connectForSimulator;
31
32@end
33