view UsernameAlertViewController.h @ 27:ae4d2c3ce5e0

Details. Zoom trailing finger move sorted. Qs rephrased.
author Robert Tubb <rt300@eecs.qmul.ac.uk>
date Wed, 13 Feb 2013 17:03:56 +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