]>
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 "NSObject.h" | |
8 | ||
9 | @class SBIcon, SBIconList; | |
10 | ||
11 | @interface SBMovePlan : NSObject | |
12 | { | |
13 | SBIcon *_icon; | |
14 | SBIconList *_source; | |
15 | SBIconList *_destination; | |
16 | int _x; | |
17 | int _y; | |
18 | } | |
19 | ||
20 | - (id)initWithIcon:(id)fp8 x:(int)fp12 y:(int)fp16 source:(id)fp20 destination:(id)fp24; | |
21 | - (void)dealloc; | |
22 | - (int)x; | |
23 | - (int)y; | |
24 | - (id)destination; | |
25 | - (id)source; | |
26 | - (id)icon; | |
27 | ||
28 | @end | |
29 |