leyleo / TeamDisk_iOS

TeamDisk_iOS is a WebDAV based APP.
Other
16 stars 13 forks source link

run issues #1

Closed aminebenjemaa closed 11 years ago

aminebenjemaa commented 11 years ago

hi, plz when i try to run temdisk_ios an error message is displayed "Use undeclared identifier 'LEOExtendUTIConvert" in LEODEtailsViewController.m & LEODoublModeViewController

thanks for Reply

leyleo commented 11 years ago

plz check the file "LEOContentTypeConvert.h"

aminebenjemaa commented 11 years ago

import <Foundation/Foundation.h>

import "LEODefines.h"

@interface LEOContentTypeConvert : NSObject { NSMutableDictionary _folderDic; NSMutableDictionary _fileDic; } +(LEOContentTypeConvert )getInstance; -(NSString )searchForResourceType:(NSString *)type isFile:(BOOL)isFile; @end

@interface LEOExtendUTIConvert : NSObject { NSMutableDictionary _covertDic; } +(LEOExtendUTIConvert )getInstance; -(NSString )searchForUTI:(NSString )type; @end

@interface LEOExtensionToMIME : NSObject { NSMutableDictionary _convertDic; } +(LEOExtensionToMIME )getInstance; -(NSString )searchMimeFromExtension:(NSString )extension; @end