Mercurial > hg > soniczoomios
annotate HelpViewController.h @ 27:ae4d2c3ce5e0
Details. Zoom trailing finger move sorted. Qs rephrased.
author | Robert Tubb <rt300@eecs.qmul.ac.uk> |
---|---|
date | Wed, 13 Feb 2013 17:03:56 +0000 |
parents | 2e1fdac115af |
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 |