]>
git.saurik.com Git - iphone-api.git/blob - UIKit/UIView-Deprecated.h
2 * Generated by class-dump 3.1.2.
4 * class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2007 by Steve Nygard.
7 #import <UIKit/UIView.h>
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
;
20 - (void)setClipsSubviews
:(BOOL
)fp8
;