Mercurial > hg > soniczoomios
annotate UsernameAlertViewController.h @ 29:fabb3a5cdfc9
Timed session improvements. Desperate pathetic attempts to send a simple HTTP POST.
author | Robert Tubb <rt300@eecs.qmul.ac.uk> |
---|---|
date | Fri, 22 Feb 2013 17:41:38 +0000 |
parents | fb2ef16dd013 |
children | 23ef179c3748 |
rev | line source |
---|---|
rt300@16 | 1 // |
rt300@16 | 2 // iViewController.h |
rt300@16 | 3 // oscSenderExample |
rt300@16 | 4 // |
rt300@16 | 5 // Created by Robert Tubb on 07/01/2013. |
rt300@16 | 6 // |
rt300@16 | 7 // |
rt300@16 | 8 |
rt300@16 | 9 #import <Foundation/Foundation.h> |
rt300@16 | 10 |
rt300@16 | 11 @interface UsernameAlertViewController : NSObject <UIAlertViewDelegate> |
rt300@16 | 12 |
rt300@16 | 13 -(void)showUserNamePrompt; |
rt300@16 | 14 @end |
rt300@16 | 15 |