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