view PresetAlertViewController.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 fabb3a5cdfc9
line wrap: on
line source
//
//  iViewController.h
//  oscSenderExample
//
//  Created by Robert Tubb on 07/01/2013.
//
//

#import <Foundation/Foundation.h>



@interface PresetAlertViewController : NSObject <UIAlertViewDelegate>

- (void)showPresetNamePrompt;

@end