Mercurial > hg > soniczoomios
annotate 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 |
rev | line source |
---|---|
rt300@16 | 1 // |
rt300@16 | 2 // iViewController.h |
rt300@16 | 3 // oscSenderExample |
rt300@16 | 4 // |
rt300@16 | 5 // Created by Robert Tubb on 07/01/2013. |
rt300@16 | 6 // |
rt300@16 | 7 // |
rt300@16 | 8 |
rt300@16 | 9 #import <Foundation/Foundation.h> |
rt300@16 | 10 |
rt300@16 | 11 |
rt300@16 | 12 |
rt300@16 | 13 @interface PresetAlertViewController : NSObject <UIAlertViewDelegate> |
rt300@29 | 14 @property BOOL alertShowing; |
rt300@16 | 15 - (void)showPresetNamePrompt; |
rt300@16 | 16 |
rt300@16 | 17 @end |
rt300@16 | 18 |