]>
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 "MLPhotoAlbum.h" | |
8 | ||
9 | @class MLPhotoDCIMDirectory; | |
10 | ||
11 | @interface PLCameraAlbum : 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 notifyingTarget:(id)fp28 selector:(SEL)fp32 contextInfo:(void *)fp36 sendPath:(BOOL)fp40; | |
26 | - (BOOL)addImage:(id)fp8 withPreview:(id)fp12 exifProperties:(id)fp16 date:(id)fp20 jpegData:(struct __CFData *)fp24 notifyingTarget:(id)fp28 selector:(SEL)fp32 contextInfo:(void *)fp36; | |
27 | - (BOOL)addImage:(id)fp8 withPreview:(id)fp12 exifProperties:(id)fp16 date:(id)fp20 jpegData:(struct __CFData *)fp24 notifyingTargetWithPath:(id)fp28 selector:(SEL)fp32; | |
28 | - (void)deleteImageAtIndex:(int)fp8; | |
29 | - (void)cameraImageFinishedSaving:(id)fp8; | |
30 | ||
31 | @end | |
32 |