view PresetAlertViewController.h @ 14:4ba81a12b008

Fixed OSC crash. Fixed really nasty clipping with less nasty clipping. V1.2
author Robert Tubb <rt300@eecs.qmul.ac.uk>
date Mon, 14 Jul 2014 16:26:30 +0100
parents 274864620848
children
line wrap: on
line source
//
//  iViewController.h
//  oscSenderExample
//
//  Created by Robert Tubb on 07/01/2013.
//
//

#import <Foundation/Foundation.h>



@interface PresetAlertViewController : NSObject <UIAlertViewDelegate,UITextFieldDelegate>
@property  BOOL alertShowing;
- (void)showPresetNamePrompt;
@property (strong,nonatomic) UIAlertView * alert;
@end