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