This commit is contained in:
Pierre-Olivier Latour
2014-04-15 01:01:55 -03:00
parent ea777865f3
commit 06e0fc531d
4 changed files with 6 additions and 6 deletions
@@ -28,7 +28,7 @@
#import "GCDWebServerRequest.h"
@interface GCDWebServerMultiPart : NSObject
@property(nonatomic, readonly) NSString* contentType; // Defaults to "text/plain" per specifications if undefined
@property(nonatomic, readonly) NSString* contentType; // Defaults to "text/plain" per specification if undefined
@property(nonatomic, readonly) NSString* mimeType;
@end