aboutsummaryrefslogtreecommitdiffhomepage
path: root/example/mac/macExample/macExample/MCTMsgListViewController.h
diff options
context:
space:
mode:
authorGravatar Hoa V. DINH <dinh.viet.hoa@gmail.com>2013-07-08 20:36:55 -0700
committerGravatar Hoa V. DINH <dinh.viet.hoa@gmail.com>2013-07-08 20:37:41 -0700
commit89801946f05774d3037b15f11b6a5d249c776804 (patch)
tree7d3b7512a11ae45bb9573811e784f44a4ead84cd /example/mac/macExample/macExample/MCTMsgListViewController.h
parent9c721bbf410e2064a6fb69f8b1249fd785d1c275 (diff)
Added OAuth 2.0 support to examples
Diffstat (limited to 'example/mac/macExample/macExample/MCTMsgListViewController.h')
-rw-r--r--example/mac/macExample/macExample/MCTMsgListViewController.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/example/mac/macExample/macExample/MCTMsgListViewController.h b/example/mac/macExample/macExample/MCTMsgListViewController.h
index 2998f1a2..0dee2422 100644
--- a/example/mac/macExample/macExample/MCTMsgListViewController.h
+++ b/example/mac/macExample/macExample/MCTMsgListViewController.h
@@ -19,6 +19,9 @@
NSArray * _messages;
}
-- (void) connectWithHostname:(NSString *)hostname login:(NSString *)login password:(NSString *)password;
+- (void) connectWithHostname:(NSString *)hostname
+ login:(NSString *)login
+ password:(NSString *)password
+ oauth2Token:(NSString *)oauth2Token;
@end