]> git.saurik.com Git - iphone-api.git/blame - MobileSMS/SMSMessageAddress.h
Adding the WebKit headers (for Cydget).
[iphone-api.git] / MobileSMS / SMSMessageAddress.h
CommitLineData
73c9549b
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 "NSObject.h"
8
9@interface SMSMessageAddress : NSObject
10{
11 void *_address;
12 int _hash;
13 BOOL _hashComputed;
14}
15
16+ (id)addressessForCTMessageAddresses:(id)fp8;
17- (id)initWithCTMessageAddress:(void *)fp8;
18- (void)dealloc;
19- (id)phoneNumber;
20- (unsigned int)hash;
21- (BOOL)isEqual:(id)fp8;
22
23@end
24