]> git.saurik.com Git - iphone-api.git/blob - Celestial/AVObjectRegistry.h
Add support for new WinterBoard Settings features.
[iphone-api.git] / Celestial / AVObjectRegistry.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 "NSObject.h"
8
9 @class NSLock, NSMutableDictionary;
10
11 @interface AVObjectRegistry : NSObject
12 {
13 NSMutableDictionary *_perThreadObjSet;
14 NSLock *_lock;
15 }
16
17 + (id)defaultObjectRegistry;
18 - (id)init;
19 - (void)dealloc;
20 - (void)registerObject:(id)fp8;
21 - (void)unregisterObject:(id)fp8;
22 - (BOOL)isObjectValueRegistered:(id)fp8;
23 - (BOOL)isObjectRegistered:(id)fp8;
24 - (void)registerObject:(id)fp8 forThread:(id)fp12;
25 - (void)unregisterObject:(id)fp8 forThread:(id)fp12;
26 - (void)safeInvokeWithDescription:(id)fp8;
27 - (void)safeInvokeWithDescriptionDelayed:(id)fp8;
28 - (void)safePerformOnMainThreadTarget:(id)fp8 selector:(SEL)fp12 object:(id)fp16 delay:(double)fp20;
29 - (void)safePerformOnMainThreadTarget:(id)fp8 selector:(SEL)fp12 object:(id)fp16;
30 - (void)safePostDelayedNotificationFromMainThreadTarget:(id)fp8 name:(id)fp12 userInfo:(id)fp16;
31 - (void)safePostNotificationFromMainThreadTarget:(id)fp8 name:(id)fp12 userInfo:(id)fp16;
32 - (void)safePerformOnThread:(id)fp8 target:(id)fp12 selector:(SEL)fp16 object:(id)fp20;
33 - (void)safePostNotificationFromThread:(id)fp8 target:(id)fp12 name:(id)fp16 userInfo:(id)fp20;
34 - (void)safePostDelayedNotificationFromThread:(id)fp8 target:(id)fp12 name:(id)fp16 userInfo:(id)fp20;
35
36 @end
37