Jabber Guest iOS SDK
CJGuestCallViewController_Private.h
1 //
2 // CJGuestCallViewController_Private.h
3 // JabberGuestSDK
4 //
5 // Copyright (c) 2014 Cisco Systems, Inc. All rights reserved.
6 //
7 
8 #import <JabberGuest/CJGuestCallViewController.h>
9 
10 @interface CJGuestCallViewController ()
11 + (CJGuestCallViewController *)instance;
12 - (void)showCallControl:(id)sender;
13 @end
JabberGuest/JabberGuestSDK/JabberGuestSDKLib The high-level Jabber Guest controller object...
Definition: CJGuestCallViewController.mm:133