annotate PresetAlertViewController.h @ 15:d5758530a039 tip

oF0.84 Retina, and iPhone support
author Robert Tubb <rt300@eecs.qmul.ac.uk>
date Tue, 12 May 2015 15:48:52 +0100
parents 274864620848
children
rev   line source
rt300@11 1 //
rt300@11 2 // iViewController.h
rt300@11 3 // oscSenderExample
rt300@11 4 //
rt300@11 5 // Created by Robert Tubb on 07/01/2013.
rt300@11 6 //
rt300@11 7 //
rt300@11 8
rt300@11 9 #import <Foundation/Foundation.h>
rt300@11 10
rt300@11 11
rt300@11 12
rt300@11 13 @interface PresetAlertViewController : NSObject <UIAlertViewDelegate,UITextFieldDelegate>
rt300@11 14 @property BOOL alertShowing;
rt300@11 15 - (void)showPresetNamePrompt;
rt300@11 16 @property (strong,nonatomic) UIAlertView * alert;
rt300@11 17 @end
rt300@11 18