-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathWallmartHeader.h
37 lines (30 loc) · 1.03 KB
/
WallmartHeader.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
//
// WallmartHeader.h
// Wallmart
//
// Created by Timm Kandziora on 16.01.15.
// Copyright (c) 2015 Timm Kandziora. All rights reserved.
//
#import <substrate.h>
#import <AssetsLibrary/AssetsLibrary.h>
#import <PhotoLibrary/PLStaticWallpaperImageViewController.h>
#import <Foundation/NSDistributedNotificationCenter.h>
#define MAYBE arc4random_uniform(2)
#define settingsPath @"/var/mobile/Library/Preferences/com.shinvou.wallmart.plist"
@interface SpringBoard
- (void)applicationDidFinishLaunching:(UIApplication *)application;
- (void)configureTimer;
- (void)updateWallpaper;
@end
@interface SBStatusBarStateAggregator
- (void)_updateTimeItems;
- (void)updateWallpaper;
@end
@interface PCPersistentTimer : NSObject
- (id)initWithFireDate:(NSDate *)date serviceIdentifier:(NSString *)identifier target:(id)target selector:(SEL)selector userInfo:(id)userInfo;
- (void)scheduleInRunLoop:(NSRunLoop *)runLoop;
- (void)invalidate;
@end
@interface SBSUIWallpaperPreviewViewController : UIViewController
- (void)setMotionEnabled:(BOOL)enabled;
@end