00001
00002
00003
00004
00005
00006
00007 #import "MLPhoto.h"
00008
00009 @class MLPhotoDCFFileGroup;
00010
00011 @interface CameraImage : MLPhoto
00012 {
00013 MLPhotoDCFFileGroup *_fileGroup;
00014 }
00015
00016 + (void)setMaxImageSize:(int)fp8;
00017 + (int)imageIDForFileGroup:(id)fp8;
00018 - (id)initWithDCFFileGroup:(id)fp8;
00019 - (void)dealloc;
00020 - (id)fileGroup;
00021 - (void)fileGroupWillBeginSaving:(id)fp8;
00022 - (void)fileGroupDidFinishSaving:(id)fp8;
00023 - (int)compare:(id)fp8;
00024 - (id)description;
00025 - (id)thumbnailImage;
00026 - (struct CGImage *)_createCGImageForFormat:(int)fp8 orientation:(int *)fp12;
00027 - (struct CGImage *)createFullScreenCGImageRef:(int *)fp8;
00028 - (struct CGImage *)createLowResolutionFullScreenCGImageRef;
00029 - (void)deleteFiles;
00030
00031 @end
00032