comparison IntroViewController.h @ 24:a4908ad8c78e

Top and bottom toolbars. Intro page.
author Robert Tubb <rt300@eecs.qmul.ac.uk>
date Fri, 01 Feb 2013 11:16:56 +0000
parents
children
comparison
equal deleted inserted replaced
23:dae6d77657a0 24:a4908ad8c78e
1 //
2 // IntroViewController.h
3 // sonicZoom
4 //
5 // Created by Robert Tubb on 29/01/2013.
6 //
7 //
8
9 #import <UIKit/UIKit.h>
10
11 @interface IntroViewController : UIViewController
12
13 @property (nonatomic, assign) id theOFAppRef;
14 @property (retain, nonatomic) IBOutlet UILabel *text;
15
16 -(IBAction)hide:(id)sender;
17 -(IBAction)show:(id)sender;
18 -(IBAction)disagree:(id)sender;
19 -(void)setAppRef:(id)theOFApp;
20 @end