]>
Commit | Line | Data |
---|---|---|
2cd8f71b JF |
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 (Hierarchy) | |
10 | - (BOOL)containsView:(id)fp8; | |
11 | - (id)superview; | |
12 | - (id)subviews; | |
13 | - (id)window; | |
14 | - (void)removeFromSuperview; | |
15 | - (void)insertSubview:(id)fp8 atIndex:(int)fp12; | |
16 | - (void)exchangeSubviewAtIndex:(int)fp8 withSubviewAtIndex:(int)fp12; | |
17 | - (void)addSubview:(id)fp8; | |
18 | - (void)insertSubview:(id)fp8 belowSubview:(id)fp12; | |
19 | - (void)insertSubview:(id)fp8 aboveSubview:(id)fp12; | |
20 | - (void)_movedToFront; | |
21 | - (void)bringSubviewToFront:(id)fp8; | |
22 | - (void)sendSubviewToBack:(id)fp8; | |
23 | - (void)didAddSubview:(id)fp8; | |
24 | - (void)willRemoveSubview:(id)fp8; | |
25 | - (void)didRemoveSubview:(id)fp8; | |
26 | - (void)willMoveToSuperview:(id)fp8; | |
27 | - (void)didMoveToSuperview; | |
28 | - (BOOL)_doesViewControllerExistForAncestorOfView:(id)fp8; | |
29 | - (void)willMoveToWindow:(id)fp8 withAncestorView:(id)fp12; | |
30 | - (void)willMoveToWindow:(id)fp8; | |
31 | - (void)didMoveToWindow; | |
32 | - (void)insertSubview:(id)fp8 below:(id)fp12; | |
33 | - (void)insertSubview:(id)fp8 above:(id)fp12; | |
34 | - (id)_findFirstSubviewWantingToBecomeFirstResponder; | |
35 | - (void)_makeSubtreePerformSelector:(SEL)fp8 withObject:(id)fp12; | |
36 | - (void)_makeSubtreePerformSelector:(SEL)fp8 withObject:(id)fp12 withObject:(id)fp16; | |
37 | - (BOOL)_shouldTryPromoteDescendantToFirstResponder; | |
38 | - (void)_promoteDescendantToFirstResponderIfNecessary; | |
39 | - (void)_postMovedFromSuperview:(id)fp8; | |
40 | - (void)movedFromSuperview:(id)fp8; | |
41 | - (void)movedToSuperview:(id)fp8; | |
42 | - (void)viewWillMoveToSuperview:(id)fp8; | |
43 | - (void)viewDidMoveToSuperview; | |
44 | - (void)movedFromWindow:(id)fp8; | |
45 | - (void)movedToWindow:(id)fp8; | |
46 | - (BOOL)isDescendantOfView:(id)fp8; | |
47 | - (id)viewWithTag:(int)fp8; | |
48 | - (void)setNeedsLayout; | |
49 | - (void)layoutIfNeeded; | |
50 | - (void)layoutSubviews; | |
51 | @end | |
52 |