/headers/PhotoLibrary/PhotosDefaults.h

gehe zur Dokumentation dieser Datei
00001 /*
00002  *     Generated by class-dump 3.1.1.
00003  *
00004  *     class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2006 by Steve Nygard.
00005  */
00006 
00007 #import "NSObject.h"
00008 
00009 @class NSString;
00010 
00011 @interface PhotosDefaults : NSObject
00012 {
00013     BOOL _shouldRepeat;
00014     BOOL _shouldShuffle;
00015     int _transition;
00016     int _secondsPerSlide;
00017     NSString *_musicForSlideshow;
00018 }
00019 
00020 + (id)sharedInstance;
00021 + (int)randomTransition;
00022 - (id)init;
00023 - (BOOL)shouldRepeat;
00024 - (BOOL)shouldShuffle;
00025 - (int)secondsPerSlide;
00026 - (int)transitionForAnimationMovingForward:(BOOL)fp8;
00027 - (int)transition;
00028 - (BOOL)debugIndexSheetScrolling;
00029 - (int)smoothScrollBehavior;
00030 - (BOOL)shouldPlayMusic;
00031 - (id)musicForSlideshow;
00032 
00033 @end
00034