RobotKit API
RobotKit/RKSpheroWorldAuth.h
00001 //
00002 //  RKSpheroWorldAuth.h
00003 //  RobotKit
00004 //
00005 //  Created by Jon Carroll on 8/2/11.
00006 //  Copyright 2011 Orbotix Inc. All rights reserved.
00007 //
00008 
00009 #import <UIKit/UIKit.h>
00010 
00031 @interface RKSpheroWorldAuth : UIViewController <UIWebViewDelegate, UIGestureRecognizerDelegate> {
00032     @private
00033     NSString *appID;
00034     NSString *appSecret;
00035     UIWebView *webView;
00036     UIViewController* delegate;
00037     UIView *loadingView;
00038     BOOL redirecting;
00039 }
00040 
00044 @property (nonatomic, assign) UIViewController* delegate;
00045 
00053 +(void)setAppID:(NSString*)appid secret:(NSString*)secret;
00054 
00059 +(NSString*)getAppID;
00060 
00061 @end
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Properties