11 #import <Foundation/Foundation.h> 24 + (instancetype _Nullable) sharedInstanceWithError:(NSError * _Nullable * _Nullable)error NS_SWIFT_NAME(shared());
26 + (instancetype _Null_unspecified) alloc NS_UNAVAILABLE;
27 - (instancetype _Null_unspecified) init NS_UNAVAILABLE;
28 + (instancetype _Null_unspecified) new NS_UNAVAILABLE;
29 - (instancetype _Null_unspecified) copy NS_UNAVAILABLE;
40 - (BOOL) loadLicenseFromFileAtPath:(NSString * _Nonnull)licenseFilePath withError:(NSError * _Nullable * _Nullable)error NS_SWIFT_NAME(loadLicenseFromFile(atPath:));
50 - (BOOL) loadLicenseFromString:(NSString * _Nonnull)licenseString withError:(NSError * _Nullable * _Nullable)error NS_SWIFT_NAME(loadLicense(_:));
Definition: LicenseLoader.h:16