Streamaxia Open SDK
3.2
Users
mac
Documents
StreamaxiaSDK
Streamaxia Open SDK
StreamaxiaSDK.framework
Headers
AXLicenceInfo.h
1
//
2
// AXLicenceInfo.h
3
// StreamaxiaSDK
4
//
5
// Created by Mihaita Babici on 9/14/16.
6
// Copyright © 2016 Agilio. All rights reserved.
7
//
8
9
@
import
Foundation;
10
14
@interface
AXLicenceInfo
: NSObject
15
19
24
@property
(nonatomic, assign, readonly) BOOL
hasValidBundleID
;
25
29
@property
(nonatomic, assign, readonly) BOOL
hasExpired
;
30
34
@property
(nonatomic, assign, readonly) BOOL
didLoadLicence
;
35
39
45
+ (instancetype)
licenceInfo
;
46
47
@end
AXLicenceInfo::didLoadLicence
BOOL didLoadLicence
Definition:
AXLicenceInfo.h:34
AXLicenceInfo::hasValidBundleID
BOOL hasValidBundleID
Definition:
AXLicenceInfo.h:24
AXLicenceInfo
Definition:
AXLicenceInfo.h:14
AXLicenceInfo::hasExpired
BOOL hasExpired
Definition:
AXLicenceInfo.h:29
+[AXLicenceInfo licenceInfo]
instancetype licenceInfo()
Generated by
1.8.13