trying to add images
This commit is contained in:
parent
555e7cca3c
commit
a128e0278d
17 changed files with 369 additions and 31 deletions
13
Mac/MimeType.h
Normal file
13
Mac/MimeType.h
Normal file
|
@ -0,0 +1,13 @@
|
|||
//
|
||||
// MimeType.h
|
||||
// Tentia
|
||||
//
|
||||
// Created by Jeena on 23/11/2012.
|
||||
//
|
||||
//
|
||||
|
||||
#import <Foundation/Foundation.h>
|
||||
|
||||
@interface MimeType : NSObject
|
||||
+(NSString *)mimeTypeForFileAtPath:(NSString *)path error:(NSError **)err;
|
||||
@end
|
Reference in a new issue