Mercurial > hg > soniczoomios
diff PresetAlertViewController.h @ 31:23ef179c3748
Ben / Christian 0.2
author | Robert Tubb <rt300@eecs.qmul.ac.uk> |
---|---|
date | Fri, 01 Mar 2013 13:28:45 +0000 |
parents | fabb3a5cdfc9 |
children |
line wrap: on
line diff
--- a/PresetAlertViewController.h Wed Feb 27 11:39:07 2013 +0000 +++ b/PresetAlertViewController.h Fri Mar 01 13:28:45 2013 +0000 @@ -10,9 +10,9 @@ -@interface PresetAlertViewController : NSObject <UIAlertViewDelegate> +@interface PresetAlertViewController : NSObject <UIAlertViewDelegate,UITextFieldDelegate> @property BOOL alertShowing; - (void)showPresetNamePrompt; - +@property (strong,nonatomic) UIAlertView * alert; @end