// // WagicDownloadProgressView.h // wagic // // Created by Michael Nguyen on 12/10/11. // Copyright (c) 2011 __MyCompanyName__. All rights reserved. // #import @interface WagicDownloadProgressViewController : UIViewController { } - (void) startDownload: (NSString *) downloadType; @property (nonatomic, retain) UITextView *downloadMessageStatus; @property (nonatomic, retain) UIProgressView *downloadProgressView; @property (nonatomic, retain) NSString *kDownloadFileName; @property (nonatomic, retain) NSString *kDownloadIosUpdateFileName; @end