Mercurial > hg > soniczoomios
view UsernameAlertViewController.h @ 33:92dba082d957
Added trail and EVALUATION_POINT event type.
author | Robert Tubb <rt300@eecs.qmul.ac.uk> |
---|---|
date | Tue, 26 Mar 2013 18:41:42 +0000 |
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