annotate HelpViewController.h @ 52:89944ab3e129 tip

fix oF linker errors ios8
author Robert Tubb <rt300@eecs.qmul.ac.uk>
date Tue, 03 Feb 2015 13:18:23 +0000
parents a223551fdc1f
children
rev   line source
rt300@0 1 //
rt300@0 2 // HelpViewController.h
rt300@0 3 // sonicZoom
rt300@0 4 //
rt300@0 5 // Created by Robert Tubb on 01/02/2013.
rt300@0 6 //
rt300@0 7 //
rt300@0 8
rt300@0 9 #import <UIKit/UIKit.h>
rt300@0 10
rt300@0 11 @interface HelpViewController : UIViewController
rt300@0 12 @property (nonatomic, assign) id theOFAppRef;
rt300@0 13 -(IBAction)hide:(id)sender;
rt300@0 14 -(IBAction)show:(id)sender;
rt300@0 15 -(void)setAppRef:(id)theOFApp;
rt300@0 16 @end