Yini  1.0
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Properties Macros Pages
DBSession+iOS.h
Go to the documentation of this file.
1 //
2 // DBSession+iOS.h
3 // DropboxSDK
4 //
5 // Created by Brian Smith on 3/7/12.
6 // Copyright (c) 2012 Dropbox. All rights reserved.
7 //
8 
9 #import "DBSession.h"
10 
11 @interface DBSession (iOS)
12 
13 + (NSDictionary*)parseURLParams:(NSString *)query;
14 
15 - (NSString *)appScheme;
16 
17 - (void)linkFromController:(UIViewController *)rootController;
18 - (void)linkUserId:(NSString *)userId fromController:(UIViewController *)rootController;
19 
20 - (BOOL)handleOpenURL:(NSURL *)url;
21 
22 @end