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/UIWindow.h>
11 @interface UITextEffectsWindow
: UIWindow
13 unsigned int _activeEffectsCount
;
15 NSMutableArray
*_touchableSubviews
;
18 + (id
)sharedTextEffectsWindow
;
19 + (id
)sharedTextEffectsWindowAboveStatusBar
;
20 - (BOOL
)acceptsGlobalPoint
:(struct CGPoint
)fp8
;
21 - (id
)hitTest
:(struct CGPoint
)fp8 withEvent
:(id
)fp16
;
22 - (void)setBounds
:(struct CGRect
)fp8
;
23 - (BOOL
)shouldExcludeFromSnapshot
;
24 - (id
)initWithFrame
:(struct CGRect
)fp8 output
:(int)fp24 bitsPerComponent
:(int)fp28
;
26 - (void)didRemoveSubview
:(id
)fp8
;
27 - (void)addSubview
:(id
)fp8
;
29 - (int)currentOrientation
;
30 - (void)matchDeviceOrientation
;