]> git.saurik.com Git - iphone-api.git/blob - SpringBoard-2.1/SBRemoteNotification.h
Commit the ChatKit folder (for WinterBoard).
[iphone-api.git] / SpringBoard-2.1 / SBRemoteNotification.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 NSDictionary, NSString;
10
11 @interface SBRemoteNotification : NSObject
12 {
13 NSString *_bundleIdentifier;
14 NSString *_publisher;
15 NSDictionary *_userInfo;
16 struct __CFUserNotification *_userNotification;
17 struct __CFRunLoopSource *_userNotificationSource;
18 }
19
20 - (void)setUserNotification:(struct __CFUserNotification *)fp8;
21 - (void)setUserNotificationSource:(struct __CFRunLoopSource *)fp8;
22 - (void)dealloc;
23 - (struct __CFRunLoopSource *)userNotificationSource;
24 - (struct __CFUserNotification *)userNotification;
25 - (id)userInfo;
26 - (void)setUserInfo:(id)fp8;
27 - (id)publisher;
28 - (void)setPublisher:(id)fp8;
29 - (id)bundleIdentifier;
30 - (void)setBundleIdentifier:(id)fp8;
31
32 @end
33