trying to add images

This commit is contained in:
Jeena Paradies 2012-11-24 00:16:51 +01:00
parent 555e7cca3c
commit a128e0278d
17 changed files with 369 additions and 31 deletions

13
Mac/MimeType.h Normal file
View 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