initial import
This commit is contained in:
commit
e984a66b6e
26 changed files with 9183 additions and 0 deletions
25
WDTVlive/MainViewController.h
Normal file
25
WDTVlive/MainViewController.h
Normal file
|
@ -0,0 +1,25 @@
|
|||
//
|
||||
// MainViewController.h
|
||||
// WDTVlive
|
||||
//
|
||||
// Created by Jeena Paradies on 04/10/2011.
|
||||
// Copyright 2011 __MyCompanyName__. All rights reserved.
|
||||
//
|
||||
|
||||
#import "FlipsideViewController.h"
|
||||
|
||||
@interface MainViewController : UIViewController <FlipsideViewControllerDelegate> {
|
||||
UIActivityIndicatorView *activity;
|
||||
}
|
||||
|
||||
@property (nonatomic, retain) IBOutlet UIActivityIndicatorView *activity;
|
||||
|
||||
- (void)handleSwipeFrom:(UISwipeGestureRecognizer *)recognizer;
|
||||
- (IBAction)showInfo:(id)sender;
|
||||
|
||||
- (void)sendButton:(NSString *)button;
|
||||
- (void)asynchronousButton:(NSString *)button;
|
||||
- (IBAction)enter:(UIButton *)sender;
|
||||
- (IBAction)play:(UIButton *)sender;
|
||||
|
||||
@end
|
Loading…
Add table
Add a link
Reference in a new issue