view PresetAlertViewController.h @ 30:c0a6f7c66719

Josh M test "in house" version 0.1
author Robert Tubb <rt300@eecs.qmul.ac.uk>
date Wed, 27 Feb 2013 11:39:07 +0000
parents fabb3a5cdfc9
children 23ef179c3748
line wrap: on
line source
//
//  iViewController.h
//  oscSenderExample
//
//  Created by Robert Tubb on 07/01/2013.
//
//

#import <Foundation/Foundation.h>



@interface PresetAlertViewController : NSObject <UIAlertViewDelegate>
@property  BOOL alertShowing;
- (void)showPresetNamePrompt;

@end