X-Git-Url: https://git.saurik.com/iphone-api.git/blobdiff_plain/f8d8a1a9bf3e8cbbb8a04dacfcd3257f1d560b63..2cd8f71baf5b8e3f2fc334a69a08a31948c2bd7c:/UIKit/UIView-Hierarchy.h?ds=inline diff --git a/UIKit/UIView-Hierarchy.h b/UIKit/UIView-Hierarchy.h new file mode 100644 index 0000000..604816a --- /dev/null +++ b/UIKit/UIView-Hierarchy.h @@ -0,0 +1,52 @@ +/* + * Generated by class-dump 3.1.2. + * + * class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2007 by Steve Nygard. + */ + +#import + +@interface UIView (Hierarchy) +- (BOOL)containsView:(id)fp8; +- (id)superview; +- (id)subviews; +- (id)window; +- (void)removeFromSuperview; +- (void)insertSubview:(id)fp8 atIndex:(int)fp12; +- (void)exchangeSubviewAtIndex:(int)fp8 withSubviewAtIndex:(int)fp12; +- (void)addSubview:(id)fp8; +- (void)insertSubview:(id)fp8 belowSubview:(id)fp12; +- (void)insertSubview:(id)fp8 aboveSubview:(id)fp12; +- (void)_movedToFront; +- (void)bringSubviewToFront:(id)fp8; +- (void)sendSubviewToBack:(id)fp8; +- (void)didAddSubview:(id)fp8; +- (void)willRemoveSubview:(id)fp8; +- (void)didRemoveSubview:(id)fp8; +- (void)willMoveToSuperview:(id)fp8; +- (void)didMoveToSuperview; +- (BOOL)_doesViewControllerExistForAncestorOfView:(id)fp8; +- (void)willMoveToWindow:(id)fp8 withAncestorView:(id)fp12; +- (void)willMoveToWindow:(id)fp8; +- (void)didMoveToWindow; +- (void)insertSubview:(id)fp8 below:(id)fp12; +- (void)insertSubview:(id)fp8 above:(id)fp12; +- (id)_findFirstSubviewWantingToBecomeFirstResponder; +- (void)_makeSubtreePerformSelector:(SEL)fp8 withObject:(id)fp12; +- (void)_makeSubtreePerformSelector:(SEL)fp8 withObject:(id)fp12 withObject:(id)fp16; +- (BOOL)_shouldTryPromoteDescendantToFirstResponder; +- (void)_promoteDescendantToFirstResponderIfNecessary; +- (void)_postMovedFromSuperview:(id)fp8; +- (void)movedFromSuperview:(id)fp8; +- (void)movedToSuperview:(id)fp8; +- (void)viewWillMoveToSuperview:(id)fp8; +- (void)viewDidMoveToSuperview; +- (void)movedFromWindow:(id)fp8; +- (void)movedToWindow:(id)fp8; +- (BOOL)isDescendantOfView:(id)fp8; +- (id)viewWithTag:(int)fp8; +- (void)setNeedsLayout; +- (void)layoutIfNeeded; +- (void)layoutSubviews; +@end +