comparison 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
comparison
equal deleted inserted replaced
30:c0a6f7c66719 31:23ef179c3748
8 8
9 #import <Foundation/Foundation.h> 9 #import <Foundation/Foundation.h>
10 10
11 11
12 12
13 @interface PresetAlertViewController : NSObject <UIAlertViewDelegate> 13 @interface PresetAlertViewController : NSObject <UIAlertViewDelegate,UITextFieldDelegate>
14 @property BOOL alertShowing; 14 @property BOOL alertShowing;
15 - (void)showPresetNamePrompt; 15 - (void)showPresetNamePrompt;
16 16 @property (strong,nonatomic) UIAlertView * alert;
17 @end 17 @end
18 18