2 * Generated by class-dump 3.1.2.
4 * class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2007 by Steve Nygard.
9 @
class NSLock
, NSMutableDictionary
;
11 @interface AVObjectRegistry
: NSObject
13 NSMutableDictionary
*_perThreadObjSet
;
17 + (id
)defaultObjectRegistry
;
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
;