Mercurial > hg > soniczoomios
view UsernameAlertViewController.h @ 31:23ef179c3748
Ben / Christian 0.2
author | Robert Tubb <rt300@eecs.qmul.ac.uk> |
---|---|
date | Fri, 01 Mar 2013 13:28:45 +0000 |
parents | fb2ef16dd013 |
children | 3d627dce8bf0 |
line wrap: on
line source
// // iViewController.h // oscSenderExample // // Created by Robert Tubb on 07/01/2013. // // #import <Foundation/Foundation.h> @interface UsernameAlertViewController : NSObject <UIAlertViewDelegate, UITextFieldDelegate> @property (strong,nonatomic) UIAlertView * alert; -(void)showUserNamePrompt; @end