comparison HelpViewController.h @ 26:2e1fdac115af

Help view.
author Robert Tubb <rt300@eecs.qmul.ac.uk>
date Fri, 01 Feb 2013 18:31:43 +0000
parents
children ae4d2c3ce5e0
comparison
equal deleted inserted replaced
25:f42a00e3f22d 26:2e1fdac115af
1 //
2 // HelpViewController.h
3 // sonicZoom
4 //
5 // Created by Robert Tubb on 01/02/2013.
6 //
7 //
8
9 #import <UIKit/UIKit.h>
10
11 @interface HelpViewController : UIViewController
12
13 -(IBAction)hide:(id)sender;
14 -(IBAction)show:(id)sender;
15
16 @end