-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathStatusViz.h
36 lines (32 loc) · 1.2 KB
/
StatusViz.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
#define MSHBarView MSHBarView
#include <Foundation/Foundation.h>
#include <UIKit/UIKit.h>
#include "MSHBarView.h"
#define kIdentifier @"me.kritanta.statusvizprefs"
#define kSettingsChangedNotification (CFStringRef)@"me.kritanta.statusvizprefs/Prefs"
#define kSettingsPath @"/var/mobile/Library/Preferences/me.kritanta.statusvizprefs.plist"
@interface _UIStatusBarStringView : UIView
@property (nonatomic, retain) NSString *text;
@property (nonatomic, retain) UIColor *textColor;
@end
@interface _UIStatusBarForegroundView : UIView
@property (nonatomic, assign) BOOL kek;
@property (nonatomic, retain) MSHBarView *mshView;
@property (nonatomic, retain) MSHBarView *mshShitHackView;
@property (nonatomic, retain) MSHBarView *mshBackView;
@property (nonatomic, retain) MSHBarView *mshBackTwoView;
@end
// _UIStatusBar
@interface Its3AMAndIAmCravingTacoBell : UIView
// 0 = main screen, 1 = CC
@property (nonatomic, assign) NSInteger mode;
@end
@interface _UIStatusBar : UIView
+(NSString *)_visualProviderClassName;
@end
@interface MPUNowPlayingController : NSObject
- (void)startUpdating;
- (id)currentNowPlayingArtwork;
+ (id)currentArtwork;
@property (nonatomic, retain) NSString *currentNowPlayingArtworkDigest;
@end