-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathNightshadeSpringboard.h
53 lines (41 loc) · 1.41 KB
/
NightshadeSpringboard.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
51
52
53
@interface NCNotificationShortLookView : UIView
@property(nonatomic, strong) UIImage *icon;
-(void)setBackgroundView:(id)arg1;
-(void)colorLabels:(UIView*)view color:(UIColor *)colorToUse;
-(UIColor *)getAverageColor:(UIImage *)icon transparency:(float)alpha;
@end
@interface MTPlatterHeaderContentView : UIView
@property(assign, nonatomic) CGFloat contentBaseline;
@property(nonatomic, strong) UIImage *icon;
-(void)setBackgroundView:(id)arg1;
-(void)colorLabels:(UIView *)parentView color:(UIColor *)colorToUse;
@end
@interface SBFloatingDockPlatterView : UIView
-(void)setBackgroundView:(id)arg1;
-(void)setFrame:(CGRect)arg1;
@end
@interface SBWallpaperEffectView : UIView
@end
@interface SBDockView : UIView
@property(retain, nonatomic) SBWallpaperEffectView *_backgroundView;
@end
@interface SBIconBlurryBackgroundView : UIView
@end
@interface SBFolderIconBackgroundView : SBIconBlurryBackgroundView
@end
@interface SBFolderBackgroundView : UIView
@end
@interface _MTBackdropView : UIView
@property (nonatomic, strong) UIColor *colorMatrixColor;
@end
@interface MTMaterialView : UIView
@end
@interface _UIBackdropEffectView :UIView
@end
@interface _UIVisualEffectSubview :UIView
@end
@interface WGWidgetPlatterView : UIView
@property(nonatomic, strong) UIImage *icon;
-(void)setBackgroundView:(id)arg1;
-(void)colorLabels:(UIView *)parentView color:(UIColor *)colorToUse;
@end