comparison 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
comparison
equal deleted inserted replaced
13:3381c8bf4186 14:6a9191f5b269
9 #import <Foundation/Foundation.h> 9 #import <Foundation/Foundation.h>
10 10
11 #include "eventLogger.h" 11 #include "eventLogger.h"
12 #include "presetManager.h" 12 #include "presetManager.h"
13 13
14 @interface IViewController : NSObject <UIAlertViewDelegate> 14 @interface IViewController : NSObject <UIAlertViewDelegate>
15 15
16 //@property (weak, nonatomic) NSString * aString;
16 17
17 18
18 -(void)showUserNamePrompt; 19 -(void)showUserNamePrompt;
19 - (void)showPresetNamePrompt; 20 - (void)showPresetNamePrompt;
20 - (void)showQuestionPrompt:(NSString *)question; 21 //- (void)showQuestionPrompt:(NSString *)question;
21 @end 22 @end
22 23