00001
00002
00003
00004
00005
00006
00007 #import "NSObject.h"
00008
00009 @interface CMArchiveManager : NSObject
00010 {
00011 BOOL mIsThumbnail;
00012 }
00013
00014 + (int)blipTypeToResourceType:(int)fp8;
00015 + (id)resourceTypeToMIME:(int)fp8;
00016 + (id)resourceTypeToExtension:(int)fp8;
00017 - (void)setIsThumbnail:(BOOL)fp8;
00018 - (BOOL)isThumbnail;
00019 - (id)makePathRelative:(id)fp8;
00020 - (id)addResourceAndReturnItsPath:(id)fp8 type:(int)fp12;
00021 - (id)addSubFrameAndReturnItsPath:(id)fp8 name:(id)fp12;
00022 - (void)setMainResource:(id)fp8;
00023 - (void)setHTMLHeight:(int)fp8;
00024 - (void)setHTMLWidth:(int)fp8;
00025
00026 @end
00027