Mercurial > hg > soniczoomios
annotate 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 |
rev | line source |
---|---|
rt300@26 | 1 // |
rt300@26 | 2 // HelpViewController.h |
rt300@26 | 3 // sonicZoom |
rt300@26 | 4 // |
rt300@26 | 5 // Created by Robert Tubb on 01/02/2013. |
rt300@26 | 6 // |
rt300@26 | 7 // |
rt300@26 | 8 |
rt300@26 | 9 #import <UIKit/UIKit.h> |
rt300@26 | 10 |
rt300@26 | 11 @interface HelpViewController : UIViewController |
rt300@26 | 12 |
rt300@26 | 13 -(IBAction)hide:(id)sender; |
rt300@26 | 14 -(IBAction)show:(id)sender; |
rt300@26 | 15 |
rt300@26 | 16 @end |