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 (Rendering
)
11 + (void)throttledFlush
;
12 - (void)setContentMode
:(int)fp8
;
14 - (void)drawRect
:(struct CGRect
)fp8
;
15 - (struct CGRect
)visibleBounds
;
16 - (void)setNeedsDisplay
;
17 - (void)setNeedsDisplayInRect
:(struct CGRect
)fp8
;
19 - (BOOL
)needsDisplayOnBoundsChange
;
20 - (void)setNeedsDisplayOnBoundsChange
:(BOOL
)fp8
;
21 - (void)setClipsToBounds
:(BOOL
)fp8
;
22 - (BOOL
)clipsToBounds
;
23 - (void)setBackgroundColor
:(id
)fp8
;
24 - (id
)backgroundColor
;
25 - (void)setFixedBackgroundPattern
:(BOOL
)fp8
;
26 - (void)setAlpha
:(float)fp8
;
28 - (void)setOpaque
:(BOOL
)fp8
;
30 - (void)setClearsContextBeforeDrawing
:(BOOL
)fp8
;
31 - (BOOL
)clearsContextBeforeDrawing
;
32 - (void)setHidden
:(BOOL
)fp8
;
34 - (BOOL
)isHiddenOrHasHiddenAncestor
;
35 - (void)setClearsContext
:(BOOL
)fp8
;
36 - (void)setContentsPosition
:(int)fp8
;
37 - (struct CGImage
*)createSnapshotWithRect
:(struct CGRect
)fp8
;
38 - (void)forceDisplayIfNeeded
;
39 - (void)recursivelyForceDisplayIfNeeded
;
40 - (void)_enableLayerKitPatternDrawing
:(BOOL
)fp8
;