Mercurial > hg > soniczoomios
comparison 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 |
comparison
equal
deleted
inserted
replaced
26:2e1fdac115af | 27:ae4d2c3ce5e0 |
---|---|
7 // | 7 // |
8 | 8 |
9 #import <UIKit/UIKit.h> | 9 #import <UIKit/UIKit.h> |
10 | 10 |
11 @interface HelpViewController : UIViewController | 11 @interface HelpViewController : UIViewController |
12 | 12 @property (nonatomic, assign) id theOFAppRef; |
13 -(IBAction)hide:(id)sender; | 13 -(IBAction)hide:(id)sender; |
14 -(IBAction)show:(id)sender; | 14 -(IBAction)show:(id)sender; |
15 | 15 -(void)setAppRef:(id)theOFApp; |
16 @end | 16 @end |