Moved more ivars to class extensions

This commit is contained in:
Pierre-Olivier Latour
2014-03-20 08:52:32 -07:00
parent 79e041eae5
commit 6c1439405d
4 changed files with 15 additions and 9 deletions
+6
View File
@@ -63,6 +63,12 @@ enum {
}
@end
@interface GCDWebServerURLEncodedFormRequest () {
@private
NSDictionary* _arguments;
}
@end
@interface GCDWebServerMultiPart () {
@private
NSString* _contentType;