]> git.sesse.net Git - vlc/blob - projects/macosx/frontrow_plugin/BackRowHeaders/Headers/NSNotificationCenter-ThreadSpecificNotifications.h
macosx: replaced deprecated 'UpdateSystemActivity' call with a modern, IOKit-based...
[vlc] / projects / macosx / frontrow_plugin / BackRowHeaders / Headers / NSNotificationCenter-ThreadSpecificNotifications.h
1 /*
2  *     Generated by class-dump 3.1.1.
3  *
4  *     class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2006 by Steve Nygard.
5  */
6
7 #import "NSNotificationCenter.h"
8
9 @interface NSNotificationCenter (ThreadSpecificNotifications)
10 - (void)postNotification:(id)fp8 onThread:(id)fp12;
11 - (void)postNotificationName:(id)fp8 object:(id)fp12 onThread:(id)fp16;
12 - (void)postNotificationName:(id)fp8 object:(id)fp12 userInfo:(id)fp16 onThread:(id)fp20;
13 @end
14