/headers/MusicLibrary/MLPhotoDCIMDirectory.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 NSMutableArray, NSMutableDictionary, NSString;
00010 
00011 @interface MLPhotoDCIMDirectory : NSObject
00012 {
00013     NSString *_dcimPath;
00014     NSString *_miscPath;
00015     NSString *_posterImagePath;
00016     NSMutableArray *_topLevelDirectories;
00017     struct __CFDictionary *_topLevelDirectoriesByNumber;
00018     struct __CFSet *_unusableTopLevelDirectoryNumbers;
00019     int _lastUsedDirectoryNumber;
00020     NSMutableDictionary *_userInfo;
00021     BOOL _userInfoDidChange;
00022 }
00023 
00024 - (id)_userInfoPath;
00025 - (id)initWithDCIMPath:(id)fp8;
00026 - (void)dealloc;
00027 - (id)dcimPath;
00028 - (id)miscPath;
00029 - (id)posterImagePath;
00030 - (void)saveUserInfo;
00031 - (id)userInfo;
00032 - (id)userInfoObjectForKey:(id)fp8;
00033 - (void)setUserInfoObject:(id)fp8 forKey:(id)fp12;
00034 - (id)dcfDirectories;
00035 - (void)clearDCFDirectories;
00036 - (id)nextAvailableDirectory;
00037 - (int)countOfAllPhotos;
00038 
00039 @end
00040