Mercurial > hg > soniczoomios
comparison UsernameAlertViewController.h @ 42:3d627dce8bf0
Tidied up startup logic.
author | Robert Tubb <rt300@eecs.qmul.ac.uk> |
---|---|
date | Wed, 17 Apr 2013 13:44:05 +0100 |
parents | 23ef179c3748 |
children |
comparison
equal
deleted
inserted
replaced
41:79c129e500e1 | 42:3d627dce8bf0 |
---|---|
9 #import <Foundation/Foundation.h> | 9 #import <Foundation/Foundation.h> |
10 | 10 |
11 @interface UsernameAlertViewController : NSObject <UIAlertViewDelegate, UITextFieldDelegate> | 11 @interface UsernameAlertViewController : NSObject <UIAlertViewDelegate, UITextFieldDelegate> |
12 | 12 |
13 @property (strong,nonatomic) UIAlertView * alert; | 13 @property (strong,nonatomic) UIAlertView * alert; |
14 @property (nonatomic, assign) id theOFAppRef; | |
14 -(void)showUserNamePrompt; | 15 -(void)showUserNamePrompt; |
16 -(void)setAppRef:(id)theAppRef; | |
17 | |
15 @end | 18 @end |
16 | 19 |