comparison UsernameAlertViewController.h @ 16:fb2ef16dd013

Split alert views. Settled on using portrait mode.
author Robert Tubb <rt300@eecs.qmul.ac.uk>
date Thu, 17 Jan 2013 18:21:48 +0000
parents
children 23ef179c3748
comparison
equal deleted inserted replaced
15:e45c3e631d20 16:fb2ef16dd013
1 //
2 // iViewController.h
3 // oscSenderExample
4 //
5 // Created by Robert Tubb on 07/01/2013.
6 //
7 //
8
9 #import <Foundation/Foundation.h>
10
11 @interface UsernameAlertViewController : NSObject <UIAlertViewDelegate>
12
13 -(void)showUserNamePrompt;
14 @end
15