Mercurial > hg > soniczoomios
view iViewController.h @ 10:a7d6a13287fa
removed old files
author | Robert Tubb <rt300@eecs.qmul.ac.uk> |
---|---|
date | Wed, 16 Jan 2013 13:54:28 +0000 |
parents | 346807b47860 |
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