Renamed "filePath" to "temporaryPath"

This commit is contained in:
Pierre-Olivier Latour
2014-04-09 13:46:43 -07:00
parent 30eb01ca6f
commit e49b9219ea
3 changed files with 16 additions and 10 deletions
+1 -1
View File
@@ -28,5 +28,5 @@
#import "GCDWebServerRequest.h"
@interface GCDWebServerFileRequest : GCDWebServerRequest
@property(nonatomic, readonly) NSString* filePath;
@property(nonatomic, readonly) NSString* temporaryPath;
@end