Mercurial > hg > soniczoomios
diff 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 |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/iViewController.h Wed Jan 16 13:44:07 2013 +0000 @@ -0,0 +1,22 @@ +// +// 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> + + + +-(void)showUserNamePrompt; +- (void)showPresetNamePrompt; +- (void)showQuestionPrompt:(NSString *)question; +@end +