diff 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
line wrap: on
line diff
--- a/iViewController.h	Wed Jan 16 15:33:13 2013 +0000
+++ b/iViewController.h	Wed Jan 16 19:03:51 2013 +0000
@@ -11,12 +11,13 @@
 #include "eventLogger.h"
 #include "presetManager.h"
 
-@interface IViewController : NSObject <UIAlertViewDelegate>
+@interface IViewController : NSObject <UIAlertViewDelegate> 
 
+//@property (weak, nonatomic) NSString * aString;
 
 
 -(void)showUserNamePrompt;
 - (void)showPresetNamePrompt;
-- (void)showQuestionPrompt:(NSString *)question;
+//- (void)showQuestionPrompt:(NSString *)question;
 @end