diff 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
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/UsernameAlertViewController.h	Thu Jan 17 18:21:48 2013 +0000
@@ -0,0 +1,15 @@
+//
+//  iViewController.h
+//  oscSenderExample
+//
+//  Created by Robert Tubb on 07/01/2013.
+//
+//
+
+#import <Foundation/Foundation.h>
+
+@interface UsernameAlertViewController : NSObject <UIAlertViewDelegate> 
+
+-(void)showUserNamePrompt;
+@end
+