Mercurial > hg > soniczoomios
annotate HelpViewController.h @ 29:fabb3a5cdfc9
Timed session improvements. Desperate pathetic attempts to send a simple HTTP POST.
author | Robert Tubb <rt300@eecs.qmul.ac.uk> |
---|---|
date | Fri, 22 Feb 2013 17:41:38 +0000 |
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 |