diff options
| author | Teddy Wing | 2012-04-26 01:48:48 -0400 | 
|---|---|---|
| committer | Teddy Wing | 2012-04-26 01:50:12 -0400 | 
| commit | b2ce2ee890be7020ac0b09fe490fe2ee72fd80a9 (patch) | |
| tree | 6f0df340393aa4ede34c2f12b3141e8c80affde9 /Video Tuneup/Classes/WebserviceCommunicator.h | |
| parent | 7d43320232db0aca9332d841e2233d737a80a74e (diff) | |
| download | Video-Tuneup-b2ce2ee890be7020ac0b09fe490fe2ee72fd80a9.tar.bz2 | |
WebserviceCommunicator correctly receives a file and writes it to the tmp directory.
Diffstat (limited to 'Video Tuneup/Classes/WebserviceCommunicator.h')
| -rw-r--r-- | Video Tuneup/Classes/WebserviceCommunicator.h | 2 | 
1 files changed, 2 insertions, 0 deletions
| diff --git a/Video Tuneup/Classes/WebserviceCommunicator.h b/Video Tuneup/Classes/WebserviceCommunicator.h index faaa55a..5c0a378 100644 --- a/Video Tuneup/Classes/WebserviceCommunicator.h +++ b/Video Tuneup/Classes/WebserviceCommunicator.h @@ -10,6 +10,8 @@  @interface WebserviceCommunicator : NSObject <NSURLConnectionDelegate> +@property (nonatomic, retain) NSFileHandle *fileHandle; +  -(void)mixMusic:(NSURL *)file;  @end | 
