]>
Commit | Line | Data |
---|---|---|
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 <Foundation/NSObject.h> | |
8 | ||
9 | @class UIView; | |
10 | ||
11 | @interface UIFlicker : NSObject | |
12 | { | |
13 | UIView *_target; | |
14 | struct CGPoint _startLocation; | |
15 | int _throwIterations; | |
16 | id _delegate; | |
17 | int _mouseUpCount; | |
18 | int _mouseDraggedCount; | |
19 | float _delay; | |
20 | struct CGPoint _offset; | |
21 | } | |
22 | ||
23 | - (void)_mouseDraggedMemberListTest; | |
24 | - (void)_mouseUpMemberListTest; | |
25 | - (void)_throwMemberListTest; | |
26 | - (id)init; | |
27 | - (struct CGPoint)offset; | |
28 | - (void)setOffset:(struct CGPoint)fp8; | |
29 | - (void)setTarget:(id)fp8; | |
30 | - (void)setStartLocation:(struct CGPoint)fp8; | |
31 | - (void)setIterations:(int)fp8; | |
32 | - (void)setDelay:(float)fp8; | |
33 | - (void)setDelegate:(id)fp8; | |
34 | - (void)run; | |
35 | ||
36 | @end | |
37 |