forked from caughtinflux/iOS-6-SpringBoard-Headers
-
Notifications
You must be signed in to change notification settings - Fork 0
/
SBAwayLockBar.h
38 lines (32 loc) · 1.33 KB
/
SBAwayLockBar.h
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
/*
* Generated by class-dump 3.3.4 (64 bit).
*
* class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2011 by Steve Nygard.
*/
#import <UIKit/UIView.h>
@class NSMutableDictionary, UIButton, UIView;
@interface SBAwayLockBar : UIView // TPBottomLockBar
{
UIButton *_slideshowButton;
UIView *_cameraGrabber;
NSMutableDictionary *_orientationToButtonImages;
}
- (void)touchesEnded:(id)arg1 withEvent:(id)arg2;
- (void)touchesCancelled:(id)arg1 withEvent:(id)arg2;
- (void)touchesBegan:(id)arg1 withEvent:(id)arg2;
- (id)hitTest:(struct CGPoint)arg1 withEvent:(id)arg2;
- (void)_slideshowButtonActivated:(id)arg1;
- (void)_setShowsButton:(BOOL)arg1 button:(id *)arg2 buttonTag:(int)arg3 hasComposedImage:(BOOL)arg4 action:(SEL)arg5 animated:(BOOL)arg6;
- (void)_setImagesForButton:(id)arg1 orientation:(int)arg2;
- (id)_selectedImageForButtonTag:(int)arg1 interfaceOrientation:(int)arg2;
- (id)_unselectedImageForButtonTag:(int)arg1 interfaceOrientation:(int)arg2;
- (id)_newButtonWithAction:(SEL)arg1 tag:(int)arg2 hasComposedImage:(BOOL)arg3;
- (void)setOrientation:(int)arg1;
- (BOOL)showsCameraGrabber;
- (void)setShowsCameraGrabber:(BOOL)arg1;
- (void)setSlideshowButtonSelected:(BOOL)arg1;
- (void)setShowsSlideshowButton:(BOOL)arg1;
- (BOOL)_shouldStopLabelAnimationForGrab;
- (void)setLabel:(id)arg1;
- (void)dealloc;
@end