]>
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 "MLPhotoDCFFileGroup.h" | |
8 | ||
9 | @interface MLPhotoDCFFileGroup (CameraAdditions) | |
10 | - (int)_orientationForExifProperties:(id)fp8; | |
11 | - (void)writeJPEG:(id)fp8; | |
12 | - (void)writeJPEGFinished:(id)fp8; | |
13 | - (void)setImage:(id)fp8 previewImage:(id)fp12 exifProperties:(id)fp16 date:(id)fp20 jpegData:(struct __CFData *)fp24 completionTarget:(id)fp28 completionSelector:(SEL)fp32 contextInfo:(void *)fp36; | |
14 | @end | |
15 |