]>
Commit | Line | Data |
---|---|---|
298474e0 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 "SBApplicationIcon.h" | |
8 | ||
9 | @interface SBEditIcon : SBApplicationIcon | |
10 | { | |
11 | } | |
12 | ||
13 | - (void)noteEditingStateChanged; | |
14 | - (id)icon; | |
15 | - (BOOL)allowsCloseBox; | |
16 | - (void)completeUninstall; | |
17 | - (id)_automationID; | |
18 | - (id)displayIdentifier; | |
19 | - (id)tags; | |
20 | - (void)showAlertIfNeeded; | |
21 | - (void)mouseDown:(struct __GSEvent *)fp8; | |
22 | - (void)mouseDragged:(struct __GSEvent *)fp8; | |
23 | - (float)grabDuration; | |
24 | - (void)mouseUp:(struct __GSEvent *)fp8; | |
25 | ||
26 | @end | |
27 |