Mercurial > hg > soniczoomios
annotate HelpViewController.h @ 49:178642d134a7 tip
xtra files
author | Robert Tubb <rt300@eecs.qmul.ac.uk> |
---|---|
date | Wed, 01 May 2013 17:34:33 +0100 |
parents | ae4d2c3ce5e0 |
children |
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@27 | 12 @property (nonatomic, assign) id theOFAppRef; |
rt300@26 | 13 -(IBAction)hide:(id)sender; |
rt300@26 | 14 -(IBAction)show:(id)sender; |
rt300@27 | 15 -(void)setAppRef:(id)theOFApp; |
rt300@26 | 16 @end |