]> git.saurik.com Git - iphone-api.git/blame - MobileSMS/NSObject-Protocol.h
Commit these numerous sequestered UIKit updates.
[iphone-api.git] / MobileSMS / NSObject-Protocol.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@protocol NSObject
8- (BOOL)isEqual:(id)fp8;
9- (unsigned int)hash;
10- (Class)superclass;
11- (Class)class;
12- (id)self;
13- (struct _NSZone *)zone;
14- (id)performSelector:(SEL)fp8;
15- (id)performSelector:(SEL)fp8 withObject:(id)fp12;
16- (id)performSelector:(SEL)fp8 withObject:(id)fp12 withObject:(id)fp16;
17- (BOOL)isProxy;
18- (BOOL)isKindOfClass:(Class)fp8;
19- (BOOL)isMemberOfClass:(Class)fp8;
20- (BOOL)conformsToProtocol:(id)fp8;
21- (BOOL)respondsToSelector:(SEL)fp8;
22- (id)retain;
23- (oneway void)release;
24- (id)autorelease;
25- (unsigned int)retainCount;
26- (id)description;
27@end
28