]>
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/UIWindow.h> | |
8 | ||
9 | @class NSMutableArray; | |
10 | ||
11 | @interface UITextEffectsWindow : UIWindow | |
12 | { | |
13 | unsigned int _activeEffectsCount; | |
14 | int _orientation; | |
15 | NSMutableArray *_touchableSubviews; | |
16 | } | |
17 | ||
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; | |
25 | - (void)dealloc; | |
26 | - (void)didRemoveSubview:(id)fp8; | |
27 | - (void)addSubview:(id)fp8; | |
28 | - (void)sortSubviews; | |
29 | - (int)currentOrientation; | |
30 | - (void)matchDeviceOrientation; | |
31 | ||
32 | @end | |
33 |