Jabber Guest iOS SDK
CJGuestCallKeypadViewController.h
1 //
2 // CJGuestCallKeypadView.h
3 // JabberGuest
4 //
5 // Copyright (c) 2013 Cisco Systems, Inc. All rights reserved.
6 //
7 
8 #import <UIKit/UIKit.h>
9 
10 @interface CJGuestCallKeypadViewController : UIViewController
11 @property (nonatomic,readwrite) id /*<CJGuestCallKeypadViewDelegate>*/ keypadDelegate;
12 @property (nonatomic,readwrite) BOOL playKeypadTones;
13 - (CGSize)getKeypadSize;
14 @end