]> git.saurik.com Git - iphone-api.git/blob - UIKit/UIAcceleration.h
kUIButtonBarButtonAction*, UIAppl, UIProgressIndicatorStyle, NSURL (UIKitAdditions)
[iphone-api.git] / UIKit / UIAcceleration.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 @interface UIAcceleration : NSObject
10 {
11 double timestamp;
12 double x;
13 double y;
14 double z;
15 }
16
17 - (double)z;
18 - (void)setZ:(double)fp8;
19 - (double)y;
20 - (void)setY:(double)fp8;
21 - (double)x;
22 - (void)setX:(double)fp8;
23 - (double)timestamp;
24 - (void)setTimestamp:(double)fp8;
25
26 @end
27