]>
Commit | Line | Data |
---|---|---|
491070e3 JF |
1 | /* |
2 | * Generated by class-dump 3.1.2. | |
3 | * | |
4 | * class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2007 by Steve Nygard. | |
5 | */ | |
6 | ||
7 | #import <Foundation/NSObject.h> | |
8 | ||
9 | @class NSString; | |
10 | ||
11 | @interface PhotosDefaults : NSObject | |
12 | { | |
13 | BOOL _shouldRepeat; | |
14 | BOOL _shouldShuffle; | |
15 | int _transition; | |
16 | int _secondsPerSlide; | |
17 | NSString *_musicForSlideshow; | |
18 | } | |
19 | ||
20 | + (id)sharedInstance; | |
21 | + (int)randomTransition; | |
22 | - (id)init; | |
23 | - (BOOL)shouldRepeat; | |
24 | - (BOOL)shouldShuffle; | |
25 | - (int)secondsPerSlide; | |
26 | - (int)transitionForAnimationMovingForward:(BOOL)fp8; | |
27 | - (int)transition; | |
28 | - (BOOL)debugIndexSheetScrolling; | |
29 | - (int)smoothScrollBehavior; | |
30 | - (BOOL)shouldPlayMusic; | |
31 | - (id)musicForSlideshow; | |
32 | ||
33 | @end | |
34 |