/headers/MusicLibrary/MLPhotoDCFFileGroup.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 <MusicLibrary/MLPhotoDCFObject.h>
00008 
00009 @class MLPhotoDCFDirectory, NSDate, NSMutableSet, NSString;
00010 
00011 @interface MLPhotoDCFFileGroup : MLPhotoDCFObject
00012 {
00013     id _delegate;
00014     MLPhotoDCFDirectory *_directory;
00015     NSMutableSet *_extensions;
00016     NSDate *_date;
00017     NSString *_preferredExtension;
00018 }
00019 
00020 - (id)initWithName:(id)fp8 number:(int)fp12 directory:(id)fp16;
00021 - (void)dealloc;
00022 - (void)setDelegate:(id)fp8;
00023 - (id)directory;
00024 - (id)imageSourceTypeHint;
00025 - (BOOL)isValid;
00026 - (void)addExtension:(id)fp8;
00027 - (id)date;
00028 - (void)setDate:(id)fp8;
00029 - (int)compare:(id)fp8;
00030 - (id)description;
00031 - (id)pathForFullSizeImage;
00032 - (id)pathForThumbnailFile;
00033 - (id)pathForLowResolutionFile;
00034 
00035 @end
00036