-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathVol15.h
50 lines (38 loc) · 1.46 KB
/
Vol15.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
38
39
40
41
42
43
44
45
46
47
48
49
50
/*
This is the header file for Vol15 !!!!
*/
#include <UIKit/UIKit.h>
/*
Header(s) *meow*
*/
@class UIView, SBMediaController, SBHUDController, SBRingerHUDViewController, NSString;
@interface SBRingerPillView : UIView
@property(nonatomic, retain) UIView *materialView;
@property(nonatomic, strong, readwrite) UIView *silentModeLabel;
@property(nonatomic, strong, readwrite) UIView *ringerLabel;
@property(nonatomic, strong, readwrite) UIView *onLabel;
@property(nonatomic, strong, readwrite) UIView *offLabel;
@property(nonatomic, strong, readwrite) UIView *slider;
@property(nonatomic, copy, readwrite) UIColor *borderColor;
@property(nonatomic, retain) UIColor *glyphTintColor;
@property(nonatomic, copy, readwrite) UIColor *backgroundColor;
@property(nonatomic, copy) NSArray *glyphTintBackgroundLayers;
@property(nonatomic, copy) NSArray *glyphTintShapeLayers;
@property(assign, nonatomic) unsigned long long state;
@end
@interface SBRingerVolumeSliderView : UIView
@property(nonatomic, copy, readwrite) UIColor *fillView;
@property(nonatomic, copy, readwrite) UIColor *backgroundView;
@end
@interface SBElasticSliderMaterialWrapperView : UIView
@property(nonatomic, assign, readwrite) CGAffineTransform *transform;
@end
@interface MTMaterialView : UIView
@end
@interface MTMaterialShadowView : UIView
{
MTMaterialView *_materialView;
}
@property(nonatomic, readonly) MTMaterialView *materialView;
@property(nonatomic, assign, readwrite, getter=isOpaque) BOOL opaque;
@end