Mercurial > hg > soniczoomios
view 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 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> -(void)showUserNamePrompt; - (void)showPresetNamePrompt; - (void)showQuestionPrompt:(NSString *)question; @end