rt300@0: // rt300@0: // iViewController.h rt300@0: // oscSenderExample rt300@0: // rt300@0: // Created by Robert Tubb on 07/01/2013. rt300@0: // rt300@0: // rt300@0: rt300@0: #import rt300@0: rt300@0: @interface UsernameAlertViewController : NSObject rt300@0: rt300@0: @property (strong,nonatomic) UIAlertView * alert; rt300@0: @property (nonatomic, assign) id theOFAppRef; rt300@0: -(void)showUserNamePrompt; rt300@0: -(void)setAppRef:(id)theAppRef; rt300@0: rt300@0: @end rt300@0: