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@42: @property (nonatomic, assign) id theOFAppRef; rt300@16: -(void)showUserNamePrompt; rt300@42: -(void)setAppRef:(id)theAppRef; rt300@42: rt300@16: @end rt300@16: