//
//  UIViewController+UIViewController_JKCC.h
//  JKHotelCC
//
//  Created by CHENWANFEI on 12/01/2017.
//  Copyright © 2017 SwordFish. All rights reserved.
//

#import <UIKit/UIKit.h>

@interface UIViewController (JKCC)
-(void)enterVideoCall:(NSString *)sipId;
@end
