Mercurial > hg > soniczoomios
annotate iViewController.h @ 14:6a9191f5b269
Questionnaire view started function basic
author | Robert Tubb <rt300@eecs.qmul.ac.uk> |
---|---|
date | Wed, 16 Jan 2013 19:03:51 +0000 |
parents | 346807b47860 |
children |
rev | line source |
---|---|
rt300@9 | 1 // |
rt300@9 | 2 // iViewController.h |
rt300@9 | 3 // oscSenderExample |
rt300@9 | 4 // |
rt300@9 | 5 // Created by Robert Tubb on 07/01/2013. |
rt300@9 | 6 // |
rt300@9 | 7 // |
rt300@9 | 8 |
rt300@9 | 9 #import <Foundation/Foundation.h> |
rt300@9 | 10 |
rt300@9 | 11 #include "eventLogger.h" |
rt300@9 | 12 #include "presetManager.h" |
rt300@9 | 13 |
rt300@14 | 14 @interface IViewController : NSObject <UIAlertViewDelegate> |
rt300@9 | 15 |
rt300@14 | 16 //@property (weak, nonatomic) NSString * aString; |
rt300@9 | 17 |
rt300@9 | 18 |
rt300@9 | 19 -(void)showUserNamePrompt; |
rt300@9 | 20 - (void)showPresetNamePrompt; |
rt300@14 | 21 //- (void)showQuestionPrompt:(NSString *)question; |
rt300@9 | 22 @end |
rt300@9 | 23 |