]>
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 <MusicLibrary/MLPhotoAlbum.h> | |
8 | ||
9 | @class MLPhotoDCIMDirectory; | |
10 | ||
11 | @interface CameraAlbum : MLPhotoAlbum | |
12 | { | |
13 | MLPhotoDCIMDirectory *_dcimDirectory; | |
14 | } | |
15 | ||
16 | + (id)sharedInstance; | |
17 | + (void)clearSharedInstance; | |
18 | - (id)init; | |
19 | - (void)dealloc; | |
20 | - (void)dcimContentsDidChange; | |
21 | - (id)name; | |
22 | - (id)images; | |
23 | - (unsigned int)count; | |
24 | - (id)posterImage; | |
25 | - (BOOL)addImage:(id)fp8 withPreview:(id)fp12 exifProperties:(id)fp16 date:(id)fp20 jpegData:(struct __CFData *)fp24; | |
26 | - (void)deleteImageAtIndex:(int)fp8; | |
27 | ||
28 | @end | |
29 |