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