comparison HelpViewController.h @ 0:a223551fdc1f

First commit - copy from tweakathlon.
author Robert Tubb <rt300@eecs.qmul.ac.uk>
date Fri, 10 Oct 2014 11:46:42 +0100
parents
children
comparison
equal deleted inserted replaced
-1:000000000000 0:a223551fdc1f
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 @property (nonatomic, assign) id theOFAppRef;
13 -(IBAction)hide:(id)sender;
14 -(IBAction)show:(id)sender;
15 -(void)setAppRef:(id)theOFApp;
16 @end