mas/Sources/PrivateFrameworks/StoreFoundation/CKSoftwareProduct.h
2021-04-26 21:04:37 -07:00

93 lines
4.2 KiB
Objective-C

//
// Generated by class-dump 3.5 (64 bit).
//
// class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2013 by Steve Nygard.
//
@import Foundation;
@class NSDate, NSNumber, NSString, NSValue;
NS_ASSUME_NONNULL_BEGIN
@interface CKSoftwareProduct : NSObject <NSSecureCoding, NSCopying>
{
BOOL _installed;
BOOL _isVPPLicensed;
BOOL _vppLicenseRevoked;
BOOL _isMachineLicensed;
BOOL _isLegacyApp;
BOOL _metadataChangeIsExpected;
// Added 10.14.4
BOOL _metadataChangeHasAlreadyOccurred;
NSString *_accountOpaqueDSID;
NSString *_accountIdentifier;
// Added 10.14.4
NSString *_appName;
NSString *_bundleIdentifier;
NSString *_bundleVersion;
NSString *_bundlePath;
NSString *_receiptType;
NSNumber *_itemIdentifier;
NSNumber *_storeFrontIdentifier;
NSNumber *_versionIdentifier;
NSDate *_purchaseDate;
NSValue *_mdItemRef;
NSString *_vppLicenseOrganizationName;
NSDate *_vppLicenseExpirationDate;
NSDate *_vppLicenseRenewalDate;
NSString *_vppLicenseCancellationReason;
long long _source;
NSString *_expectedBundleVersion;
NSNumber *_expectedStoreVersion;
}
+ (nullable instancetype)createSoftwareProductForAppAtPath:(nonnull NSString *)arg1;
+ (nullable instancetype)productPathToUpgradeForBundleIdentifier:(nonnull NSString *)bundleIdentifier versionNumberString:(nonnull NSString *)versionNumber;
+ (BOOL)supportsSecureCoding;
@property(copy, nullable) NSNumber *expectedStoreVersion; // @synthesize expectedStoreVersion=_expectedStoreVersion;
@property(copy, nullable) NSString *expectedBundleVersion; // @synthesize expectedBundleVersion=_expectedBundleVersion;
// Added 10.14.4
@property BOOL metadataChangeHasAlreadyOccurred; // @synthesize metadataChangeHasAlreadyOccurred=_metadataChangeHasAlreadyOccurred;
@property BOOL metadataChangeIsExpected; // @synthesize metadataChangeIsExpected=_metadataChangeIsExpected;
@property long long source; // @synthesize source=_source;
@property BOOL isLegacyApp; // @synthesize isLegacyApp=_isLegacyApp;
@property BOOL isMachineLicensed; // @synthesize isMachineLicensed=_isMachineLicensed;
@property(retain, nullable) NSString *vppLicenseCancellationReason; // @synthesize vppLicenseCancellationReason=_vppLicenseCancellationReason;
@property(retain, nullable) NSDate *vppLicenseRenewalDate; // @synthesize vppLicenseRenewalDate=_vppLicenseRenewalDate;
@property(retain, nullable) NSDate *vppLicenseExpirationDate; // @synthesize vppLicenseExpirationDate=_vppLicenseExpirationDate;
@property(retain, nullable) NSString *vppLicenseOrganizationName; // @synthesize vppLicenseOrganizationName=_vppLicenseOrganizationName;
@property BOOL vppLicenseRevoked; // @synthesize vppLicenseRevoked=_vppLicenseRevoked;
@property BOOL isVPPLicensed; // @synthesize isVPPLicensed=_isVPPLicensed;
@property BOOL installed; // @synthesize installed=_installed;
@property(retain) NSValue *mdItemRef; // @synthesize mdItemRef=_mdItemRef;
@property(retain) NSDate *purchaseDate; // @synthesize purchaseDate=_purchaseDate;
@property(retain) NSNumber *versionIdentifier; // @synthesize versionIdentifier=_versionIdentifier;
@property(retain) NSNumber *storeFrontIdentifier; // @synthesize storeFrontIdentifier=_storeFrontIdentifier;
@property(retain) NSNumber *itemIdentifier; // @synthesize itemIdentifier=_itemIdentifier;
@property(retain) NSString *receiptType; // @synthesize receiptType=_receiptType;
@property(retain) NSString *bundlePath; // @synthesize bundlePath=_bundlePath;
@property(retain) NSString *bundleVersion; // @synthesize bundleVersion=_bundleVersion;
@property(retain) NSString *bundleIdentifier; // @synthesize bundleIdentifier=_bundleIdentifier;
@property(retain, nonnull) NSString *appName; // @synthesize appName=_appName;
@property(retain) NSString *accountIdentifier; // @synthesize accountIdentifier=_accountIdentifier;
@property(retain) NSString *accountOpaqueDSID; // @synthesize accountOpaqueDSID=_accountOpaqueDSID;
//- (void).cxx_destruct;
- (instancetype)copyWithZone:(nullable NSZone *)zone;
- (nullable instancetype)initWithCoder:(nonnull NSCoder *)coder;
- (void)encodeWithCoder:(nonnull NSCoder *)coder;
- (nonnull NSString *)description;
@property(readonly, nullable) NSString *sourceString;
@end
NS_ASSUME_NONNULL_END