Mercurial > hg > soniczoomios
diff 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 |
line wrap: on
line diff
--- a/UsernameAlertViewController.h Fri Apr 12 17:50:25 2013 +0100 +++ b/UsernameAlertViewController.h Wed Apr 17 13:44:05 2013 +0100 @@ -11,6 +11,9 @@ @interface UsernameAlertViewController : NSObject <UIAlertViewDelegate, UITextFieldDelegate> @property (strong,nonatomic) UIAlertView * alert; +@property (nonatomic, assign) id theOFAppRef; -(void)showUserNamePrompt; +-(void)setAppRef:(id)theAppRef; + @end