source: trunk/sync_upload.h @ 26

Revision 26, 409 bytes checked in by kpoole, 2 years ago (diff)

Episode 5

Line 
1//
2//  sync_upload.h
3//  wesnoth
4//
5//  Created by Kyle Poole on 5/10/10.
6//  Copyright 2010 __MyCompanyName__. All rights reserved.
7//
8
9#import <UIKit/UIKit.h>
10
11
12@interface sync_upload : UIViewController <UITableViewDelegate,UITableViewDataSource> {
13    IBOutlet UIActivityIndicatorView *activity;
14}
15
16@property (nonatomic,retain) IBOutlet UIActivityIndicatorView *activity;
17
18-(IBAction)onDone:(id)sender;
19
20@end
Note: See TracBrowser for help on using the repository browser.