Files
wagic/projects/mtg/iOS/UI/WagicDownloadProgressViewController.h
2011-12-12 12:24:12 +00:00

20 lines
420 B
Objective-C

//
// WagicDownloadProgressView.h
// wagic
//
// Created by Michael Nguyen on 12/10/11.
// Copyright (c) 2011 __MyCompanyName__. All rights reserved.
//
#import <UIKit/UIKit.h>
@interface WagicDownloadProgressViewController : UIViewController<UIAlertViewDelegate>
{
}
@property (nonatomic, retain) UITextView *downloadMessageStatus;
@property (nonatomic, retain) UIProgressView *downloadProgressView;
@end