comparison iViewController.h @ 9:346807b47860

added extra files: JSON stuff and ofxPD altered example code.
author Robert Tubb <rt300@eecs.qmul.ac.uk>
date Wed, 16 Jan 2013 13:44:07 +0000
parents
children 6a9191f5b269
comparison
equal deleted inserted replaced
8:e2c6cfe8c6b7 9:346807b47860
1 //
2 // iViewController.h
3 // oscSenderExample
4 //
5 // Created by Robert Tubb on 07/01/2013.
6 //
7 //
8
9 #import <Foundation/Foundation.h>
10
11 #include "eventLogger.h"
12 #include "presetManager.h"
13
14 @interface IViewController : NSObject <UIAlertViewDelegate>
15
16
17
18 -(void)showUserNamePrompt;
19 - (void)showPresetNamePrompt;
20 - (void)showQuestionPrompt:(NSString *)question;
21 @end
22