aboutsummaryrefslogtreecommitdiffhomepage
path: root/example/mac/macExample/macExample/MCTMsgListViewController.h
diff options
context:
space:
mode:
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