Jabber Guest iOS SDK
 All Classes Functions Variables Enumerations Enumerator Properties Groups
CJGuestVideoLicense.h
1 //
2 // CJGuestVideoLicense.h
3 // JabberGuestSDK
4 //
5 // Created by Paul Dunn on 4/28/14.
6 // Copyright (c) 2014 Cisco Systems, Inc. All rights reserved.
7 //
8 
9 #import <Foundation/Foundation.h>
10 
11 typedef void(^CJGuestVideoLicenseCompletion)(BOOL isActivated);
12 
17 @interface CJGuestVideoLicense : NSObject
18 
24 
28 - (void) disableActivation;
29 
30 @end