view 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 source
//
//  iViewController.h
//  oscSenderExample
//
//  Created by Robert Tubb on 07/01/2013.
//
//

#import <Foundation/Foundation.h>

#include "eventLogger.h"
#include "presetManager.h"

@interface IViewController : NSObject <UIAlertViewDelegate> 

//@property (weak, nonatomic) NSString * aString;


-(void)showUserNamePrompt;
- (void)showPresetNamePrompt;
//- (void)showQuestionPrompt:(NSString *)question;
@end