diff UsernameAlertViewController.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 fb2ef16dd013
children 3d627dce8bf0
line wrap: on
line diff
--- a/UsernameAlertViewController.h	Wed Feb 27 11:39:07 2013 +0000
+++ b/UsernameAlertViewController.h	Fri Mar 01 13:28:45 2013 +0000
@@ -8,8 +8,9 @@
 
 #import <Foundation/Foundation.h>
 
-@interface UsernameAlertViewController : NSObject <UIAlertViewDelegate> 
+@interface UsernameAlertViewController : NSObject <UIAlertViewDelegate, UITextFieldDelegate>
 
+@property (strong,nonatomic) UIAlertView * alert;
 -(void)showUserNamePrompt;
 @end