Dumped Google+ SDK.
[UPDATED] Google+ SDK.
This commit is contained in:
@@ -18,27 +18,16 @@
|
||||
|
||||
#import <UIKit/UIKit.h>
|
||||
|
||||
@class GPPShare;
|
||||
@class GPPSignInButton;
|
||||
#import "GPPDeepLink.h"
|
||||
|
||||
@class GTMOAuth2Authentication;
|
||||
|
||||
@interface GooglePlusSampleAppDelegate : UIResponder<UIApplicationDelegate>
|
||||
@interface GooglePlusSampleAppDelegate : UIResponder<
|
||||
UIApplicationDelegate, GPPDeepLinkDelegate>
|
||||
|
||||
// The sample app's |UIWindow|.
|
||||
@property (retain, nonatomic) UIWindow *window;
|
||||
// The navigation controller.
|
||||
@property (retain, nonatomic) UINavigationController *navigationController;
|
||||
// The Google+ sign-in button to handle the URL redirect.
|
||||
@property (retain, nonatomic) GPPSignInButton *signInButton;
|
||||
// The OAuth 2.0 authentication used in the application.
|
||||
@property (retain, nonatomic) GTMOAuth2Authentication *auth;
|
||||
// The Google+ share object to handle the URL redirect.
|
||||
@property (retain, nonatomic) GPPShare *share;
|
||||
// Whether or not to use Google+ history's
|
||||
// https://www.googleapis.com/auth/plus.moments.write scope.
|
||||
@property (assign, nonatomic) BOOL plusMomentsWriteScope;
|
||||
|
||||
// The OAuth 2.0 client ID to be used for Google+ sign-in, share, and moments.
|
||||
+ (NSString *)clientID;
|
||||
|
||||
@end
|
||||
|
Reference in New Issue
Block a user