]> git.saurik.com Git - iphone-api.git/blob - UIKit/UIAutoscrollTimer.h
Commit the Preferences folder (for WinterBoard).
[iphone-api.git] / UIKit / UIAutoscrollTimer.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 <Foundation/NSObject.h>
8
9 @class NSTimer;
10
11 @interface UIAutoscrollTimer : NSObject
12 {
13 id m_target;
14 struct CGPoint m_point;
15 int m_directions;
16 float m_delta;
17 NSTimer *m_timer;
18 }
19
20 - (id)initWithTarget:(id)fp8 point:(struct CGPoint)fp12 directions:(int)fp20 repeatInterval:(double)fp24;
21 - (void)dealloc;
22 - (struct CGPoint)point;
23 - (int)directions;
24 - (float)delta;
25 - (void)invalidate;
26 - (void)timerFired:(id)fp8;
27
28 @end
29