Jabber Guest iOS SDK
CJGuestAudioControlButton.h
1 //
2 // CJGuestAudioControlButton.h
3 // JabberGuestSDK
4 //
5 // Created by chaowei on 15/11/10.
6 // Copyright © 2015年 Cisco Systems, Inc. All rights reserved.
7 //
8 
9 #import <UIKit/UIKit.h>
10 
11 @interface CJGuestAudioControlButton : UIButton
12 
13 @end