8 #import <UIKit/UIKit.h>
18 typedef NS_OPTIONS(NSInteger, CJGuestCallBarButtonOption) {
59 GuestCallBarButtonHook
69 - (id)initWithOrigin:(CGPoint)origin;
80 - (id)initWithOrigin:(CGPoint)origin mask:(CJGuestCallBarButtonOption) mask;
86 @property(nonatomic,weak)
id delegate;
90 @property(nonatomic,weak)
id keypadDelegate;
98 @property (nonatomic, readonly, getter = isKeypadOpen) BOOL keypadOpen;
104 @property(nonatomic,readwrite) BOOL useDefaultKeypad;
111 @property(nonatomic,readwrite) BOOL playKeypadTones;
127 +(CGSize)callBarButtonSize;
143 clickedButton:(CJGuestCallBarButtonType)buttonType;