Mercurial > hg > soniczoomios
view PresetAlertViewController.h @ 16:fb2ef16dd013
Split alert views. Settled on using portrait mode.
author | Robert Tubb <rt300@eecs.qmul.ac.uk> |
---|---|
date | Thu, 17 Jan 2013 18:21:48 +0000 |
parents | |
children | fabb3a5cdfc9 |
line wrap: on
line source
// // iViewController.h // oscSenderExample // // Created by Robert Tubb on 07/01/2013. // // #import <Foundation/Foundation.h> @interface PresetAlertViewController : NSObject <UIAlertViewDelegate> - (void)showPresetNamePrompt; @end