luxlabs header browser preview


@class UIKeyboardDicationBackground, NSString, SUICFlamesView, UIButton;
@protocol UIDictationViewDisplayDelegate;

@interface UIDictationView : UIView <SUICFlamesViewDelegate> {
    UIKeyboardDicationBackground *_background;
    UIButton *_endpointButton;
    UIButton *_endpointButtonLandscape;
    int _state;
    BOOL _keyboardInTransition;
    BOOL _automaticAppearanceWasEnabled;
    SUICFlamesView *_flamesView;
}

@property (nonatomic) BOOL showLanguageLabel;
@property (nonatomic) BOOL switchingLanguage;
@property (nonatomic) id<UIDictationViewDisplayDelegate> displayDelegate;
@property (readonly) unsigned long long hash;
@property (readonly) Class superclass;
@property (readonly, copy) NSString *description;
@property (readonly, copy) NSString *debugDescription;

+ (struct CGSize { double x0; double x1; })layoutSize;
+ (id)sharedInstance;
+ (Class)dictationViewClass;
+ (id)activeInstance;
+ (struct CGSize { double x0; double x1; })viewSize;

- (struct CGPoint { double x0; double x1; })contentOffset;
- (void)dealloc;
- (BOOL)isShowing;
- (void)show;
- (BOOL)drawsOwnBackground;
- (void)globeButtonPressed:(id)a0 withEvent:(id)a1 location:(struct CGPoint { double x0; double x1; })a2;
- (void)applicationWillResignActive;
- (id)initWithFrame:(struct CGRect { struct CGPoint { double x0; double x1; } x0; struct CGSize { double x0; double x1; } x1; })a0;
- (void)setState:(int)a0;
- (void).cxx_destruct;
- (void)finishReturnToKeyboard;
- (void)returnToKeyboard;
- (BOOL)visible;
- (struct CGPoint { double x0; double x1; })positionForShow;
- (void)applicationEnteredBackground;
- (float)audioLevelForFlamesView:(id)a0;
- (struct CGPoint { double x0; double x1; })backgroundOffset;
- (struct CGSize { double x0; double x1; })currentScreenSize;
- (id)endpointButton;
- (void)endpointButtonPressed;
- (void)highlightEndpointButton;
- (void)keyboardDidShow:(id)a0;
- (void)prepareForReturnToKeyboard;
- (void)removeBackgroundView;

@end