-
Notifications
You must be signed in to change notification settings - Fork 5
/
SBAppParallaxSettings.h
26 lines (22 loc) · 979 Bytes
/
SBAppParallaxSettings.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
/**
* This header is generated by class-dump-z 0.2a.
* class-dump-z is Copyright (C) 2009 by KennyTM~, licensed under GPLv3.
*
* Source: (null)
*/
#import <XXUnknownSuperclass.h> // Unknown library
@class SBFParallaxSettings, SBFLockScreenWallpaperParallaxSettings, SBFHomeScreenWallpaperParallaxSettings;
__attribute__((visibility("hidden")))
@interface SBAppParallaxSettings : XXUnknownSuperclass {
SBFLockScreenWallpaperParallaxSettings* _lockscreenWallpaperSettings;
SBFHomeScreenWallpaperParallaxSettings* _homescreenWallpaperSettings;
SBFParallaxSettings* _iconSettings;
SBFParallaxSettings* _iconBadgeSettings;
}
@property(retain) SBFParallaxSettings* iconBadgeSettings;
@property(retain) SBFParallaxSettings* iconSettings;
@property(retain) SBFHomeScreenWallpaperParallaxSettings* homescreenWallpaperSettings;
@property(retain) SBFLockScreenWallpaperParallaxSettings* lockscreenWallpaperSettings;
+(id)settingsControllerModule;
-(void)setDefaultValues;
@end