Mercurial > hg > tweakathon2ios
annotate IntroViewController.h @ 15:e439bf85b665
PDSynthWrapper reorganisation
author | Robert Tubb <rt300@eecs.qmul.ac.uk> |
---|---|
date | Tue, 21 Oct 2014 16:52:56 +0100 |
parents | a223551fdc1f |
children | 27cdf475aa4b |
rev | line source |
---|---|
rt300@0 | 1 // |
rt300@0 | 2 // IntroViewController.h |
rt300@0 | 3 // sonicZoom |
rt300@0 | 4 // |
rt300@0 | 5 // Created by Robert Tubb on 29/01/2013. |
rt300@0 | 6 // |
rt300@0 | 7 // |
rt300@0 | 8 |
rt300@0 | 9 #import <UIKit/UIKit.h> |
rt300@0 | 10 |
rt300@0 | 11 @interface IntroViewController : UIViewController |
rt300@0 | 12 |
rt300@0 | 13 @property (nonatomic, assign) id theOFAppRef; |
rt300@0 | 14 @property (retain, nonatomic) IBOutlet UILabel *text; |
rt300@0 | 15 |
rt300@0 | 16 -(IBAction)hide:(id)sender; |
rt300@0 | 17 -(IBAction)show:(id)sender; |
rt300@0 | 18 -(IBAction)disagree:(id)sender; |
rt300@0 | 19 -(void)setAppRef:(id)theOFApp; |
rt300@0 | 20 @end |