Mercurial > hg > soniczoomios
view QuestionnaireViewController.h @ 15:e45c3e631d20
View fiddling
author | Robert Tubb <rt300@eecs.qmul.ac.uk> |
---|---|
date | Thu, 17 Jan 2013 13:01:19 +0000 |
parents | 6a9191f5b269 |
children | fb2ef16dd013 |
line wrap: on
line source
// // QuestionnaireViewController.h // oscSenderExample // // Created by Robert Tubb on 16/01/2013. // // #import <UIKit/UIKit.h> @interface QuestionnaireViewController : UIViewController @property (retain, nonatomic) IBOutlet UILabel *questionText; @property (retain, nonatomic) IBOutlet UILabel *titleText; //---------------------------------------------------------------- -(IBAction)hide:(id)sender; //---------------------------------------------------------------- -(IBAction)show:(id)sender; //---------------------------------------------------------------- - (IBAction)nextQuestionPressed:(id)sender; - (IBAction)previousQuestionPressed:(id)sender; -(void)populateQuestionArray; @end