]> git.saurik.com Git - iphone-api.git/blobdiff - Celestial/NSObject-NSObject_AVShared.h
Adding numerous class dumps.
[iphone-api.git] / Celestial / NSObject-NSObject_AVShared.h
diff --git a/Celestial/NSObject-NSObject_AVShared.h b/Celestial/NSObject-NSObject_AVShared.h
new file mode 100644 (file)
index 0000000..5b9b83e
--- /dev/null
@@ -0,0 +1,18 @@
+/*
+ *     Generated by class-dump 3.1.2.
+ *
+ *     class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2007 by Steve Nygard.
+ */
+
+#import "NSObject.h"
+
+@interface NSObject (NSObject_AVShared)
+- (void)postNotificationWithDescription:(id)fp8;
+- (void)allowSafePerformSelector;
+- (void)disallowSafePerformSelector;
+- (BOOL)okToNotifyFromThisThread;
+- (void)fromNotifySafeThreadPerformSelector:(SEL)fp8 withObject:(id)fp12;
+- (void)fromNotifySafeThreadPostNotificationName:(id)fp8 object:(id)fp12 userInfo:(id)fp16;
+- (void)fromMainThreadPostNotificationName:(id)fp8 object:(id)fp12 userInfo:(id)fp16;
+@end
+