Mercurial > hg > soniczoomios
view UsernameAlertViewController.h @ 28:e2c62db1e265
Started timer stuff
author | Robert Tubb <rt300@eecs.qmul.ac.uk> |
---|---|
date | Mon, 18 Feb 2013 11:45:05 +0000 |
parents | fb2ef16dd013 |
children | 23ef179c3748 |
line wrap: on
line source
// // iViewController.h // oscSenderExample // // Created by Robert Tubb on 07/01/2013. // // #import <Foundation/Foundation.h> @interface UsernameAlertViewController : NSObject <UIAlertViewDelegate> -(void)showUserNamePrompt; @end