Mercurial > hg > soniczoomios
view UsernameAlertViewController.h @ 37:8ed7522deaaa
Interpolation.
author | Robert Tubb <rt300@eecs.qmul.ac.uk> |
---|---|
date | Tue, 09 Apr 2013 17:14:31 +0100 |
parents | 23ef179c3748 |
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