]> git.saurik.com Git - iphone-api.git/blob - UIKit/UIView-Deprecated.h
Commit the Preferences folder (for WinterBoard).
[iphone-api.git] / UIKit / UIView-Deprecated.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 <UIKit/UIView.h>
8
9 @interface UIView (Deprecated)
10 + (void)setAnimationTransition:(int)fp8 forView:(id)fp12;
11 - (id)initWithSize:(struct CGSize)fp8;
12 - (struct CGSize)size;
13 - (void)setSize:(struct CGSize)fp8;
14 - (struct CGPoint)frameOrigin;
15 - (void)setFrameOrigin:(struct CGPoint)fp8;
16 - (id)hitTest:(struct CGPoint)fp8 forEvent:(struct __GSEvent *)fp16;
17 - (BOOL)pointInside:(struct CGPoint)fp8 forEvent:(struct __GSEvent *)fp16;
18 - (void)setEnabled:(BOOL)fp8;
19 - (BOOL)isEnabled;
20 - (void)setClipsSubviews:(BOOL)fp8;
21 @end
22