Mercurial > hg > soniczoomios
view PresetAlertViewController.h @ 32:ab7c86d0f3d8
V0.3 SZBeta sent out. bristol tests.
author | Robert Tubb <rt300@eecs.qmul.ac.uk> |
---|---|
date | Fri, 08 Mar 2013 14:54:55 +0000 |
parents | 23ef179c3748 |
children |
line wrap: on
line source
// // iViewController.h // oscSenderExample // // Created by Robert Tubb on 07/01/2013. // // #import <Foundation/Foundation.h> @interface PresetAlertViewController : NSObject <UIAlertViewDelegate,UITextFieldDelegate> @property BOOL alertShowing; - (void)showPresetNamePrompt; @property (strong,nonatomic) UIAlertView * alert; @end