]> git.saurik.com Git - iphone-api.git/blob - SpringBoard-2.0/SBApplicationIcon.h
Commit the ChatKit folder (for WinterBoard).
[iphone-api.git] / SpringBoard-2.0 / SBApplicationIcon.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 "SBIcon.h"
8
9 @class SBApplication;
10
11 @interface SBApplicationIcon : SBIcon
12 {
13 SBApplication *_app;
14 }
15
16 - (id)initWithApplication:(id)fp8;
17 - (void)dealloc;
18 - (id)application;
19 - (id)icon;
20 - (id)displayName;
21 - (id)displayIdentifier;
22 - (BOOL)shouldEllipsizeLabel;
23 - (id)tags;
24 - (id)_automationID;
25 - (BOOL)launchEnabled;
26 - (void)launch;
27 - (void)setBadge:(id)fp8;
28
29 @end
30