mas/mas-cli/Headers/CommerceKit/SSRestoreContentItem.h

49 lines
1.6 KiB
C
Raw Normal View History

2015-08-02 20:38:38 +00:00
//
// Generated by class-dump 3.5 (64 bit).
//
// class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2013 by Steve Nygard.
//
#import "NSObject.h"
@class NSMutableDictionary, NSNumber, NSString;
@interface SSRestoreContentItem : NSObject
{
NSNumber *_accountID;
NSString *_appleID;
NSString *_bundleID;
NSNumber *_cloudMatchStatus;
BOOL _isRestore;
NSMutableDictionary *_properties;
}
@property(copy, nonatomic) NSString *bundleID; // @synthesize bundleID=_bundleID;
- (void).cxx_destruct;
- (void)_setValue:(id)arg1 forProperty:(id)arg2;
- (id)_restoreKeyForDownloadProperty:(id)arg1;
- (id)_restoreKeyForAssetProperty:(id)arg1;
@property(copy, nonatomic) NSString *installPath;
@property(copy, nonatomic) NSString *videoDimensions;
@property(copy, nonatomic) NSString *storeSoftwareVersionID;
@property(retain, nonatomic) NSNumber *storeItemID;
@property(copy, nonatomic) NSString *storeFrontID;
@property(copy, nonatomic) NSString *storeFlavor;
@property(retain, nonatomic) NSNumber *storeAccountID;
@property(copy, nonatomic) NSString *storeAccountAppleID;
- (void)setValue:(id)arg1 forDownloadProperty:(id)arg2;
- (void)setValue:(id)arg1 forAssetProperty:(id)arg2;
@property(copy, nonatomic) NSString *podcastEpisodeGUID;
@property(nonatomic, getter=isDRMFree) BOOL DRMFree;
@property(copy, nonatomic) NSString *downloadKind;
@property(retain, nonatomic) NSNumber *cloudMatchStatus;
@property(retain, nonatomic) NSNumber *cloudItemID;
- (BOOL)isEligibleForRestore:(id *)arg1;
- (id)copyRestoreDictionary;
- (id)initWithRestoreDownload:(id)arg1;
- (id)init;
- (id)_initSSRestoreContentItem;
@end