]>
Commit | Line | Data |
---|---|---|
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 "NSObject.h" | |
8 | ||
9 | @interface NSObject (NSObject_AVShared) | |
10 | - (void)postNotificationWithDescription:(id)fp8; | |
11 | - (void)allowSafePerformSelector; | |
12 | - (void)disallowSafePerformSelector; | |
13 | - (BOOL)okToNotifyFromThisThread; | |
14 | - (void)fromNotifySafeThreadPerformSelector:(SEL)fp8 withObject:(id)fp12; | |
15 | - (void)fromNotifySafeThreadPostNotificationName:(id)fp8 object:(id)fp12 userInfo:(id)fp16; | |
16 | - (void)fromMainThreadPostNotificationName:(id)fp8 object:(id)fp12 userInfo:(id)fp16; | |
17 | @end | |
18 |