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