/SundanceVail10A5376e.K66DeveloperOS/PrivateFrameworks/AirTraffic.framework/Headers/ATAsset.h
https://github.com/zsh-tony/appletv-private-headers · C Header · 112 lines · 58 code · 4 blank · 50 comment · 0 complexity · dd1ea13142f9468f694e64db89239a57 MD5 · raw file
- /**
- * This header is generated by class-dump-z 0.2a.
- * class-dump-z is Copyright (C) 2009 by KennyTM~, licensed under GPLv3.
- *
- * Source: /System/Library/PrivateFrameworks/AirTraffic.framework/AirTraffic
- */
- #import <NSObject.h> // Unknown library
- @class NSString, NSError, ATStoreInfo, NSDictionary, NSURL;
- @interface ATAsset : NSObject {
- NSString *_identifier; // 4 = 0x4
- NSString *_dataclass; // 8 = 0x8
- NSString *_assetType; // 12 = 0xc
- NSDictionary *_variantOptions; // 16 = 0x10
- NSString *_localPath; // 20 = 0x14
- NSURL *_icon; // 24 = 0x18
- NSString *_prettyName; // 28 = 0x1c
- BOOL _isDownload; // 32 = 0x20
- BOOL _isRestore; // 33 = 0x21
- BOOL _bypassStore; // 34 = 0x22
- BOOL _installOnly; // 35 = 0x23
- BOOL _readyForStore; // 36 = 0x24
- long long _storePID; // 40 = 0x28
- unsigned _priority; // 48 = 0x30
- float _downloadProgress; // 52 = 0x34
- float _installProgress; // 56 = 0x38
- id _storeCompletion; // 60 = 0x3c
- id _storeProgress; // 64 = 0x40
- ATStoreInfo *_storeInfo; // 68 = 0x44
- NSString *_storePlist; // 72 = 0x48
- NSString *_infoPlist; // 76 = 0x4c
- NSError *_error; // 80 = 0x50
- }
- @property(retain, nonatomic) NSString *assetType; // G=0x33869625; S=0x33869635; @synthesize=_assetType
- @property(assign, nonatomic) BOOL bypassStore; // G=0x33869735; S=0x33869745; @synthesize=_bypassStore
- @property(retain, nonatomic) NSString *dataclass; // G=0x338695f1; S=0x33869601; @synthesize=_dataclass
- @property(assign, nonatomic) float downloadProgress; // G=0x338697e1; S=0x338697f1; @synthesize=_downloadProgress
- @property(retain, nonatomic) NSError *error; // G=0x33869931; S=0x33869941; @synthesize=_error
- @property(retain, nonatomic) NSURL *icon; // G=0x33869821; S=0x33869831; @synthesize=_icon
- @property(retain, nonatomic) NSString *identifier; // G=0x338695bd; S=0x338695cd; @synthesize=_identifier
- @property(retain, nonatomic) NSString *infoPlist; // G=0x338698fd; S=0x3386990d; @synthesize=_infoPlist
- @property(assign, nonatomic) BOOL installOnly; // G=0x33869755; S=0x33869765; @synthesize=_installOnly
- @property(assign, nonatomic) float installProgress; // G=0x33869801; S=0x33869811; @synthesize=_installProgress
- @property(assign, nonatomic) BOOL isDownload; // G=0x338696f5; S=0x33869705; @synthesize=_isDownload
- @property(assign, nonatomic) BOOL isRestore; // G=0x33869715; S=0x33869725; @synthesize=_isRestore
- @property(retain, nonatomic) NSString *path; // G=0x3386968d; S=0x3386969d; @synthesize=_localPath
- @property(retain, nonatomic) NSString *prettyName; // G=0x338696c1; S=0x338696d1; @synthesize=_prettyName
- @property(assign, nonatomic) unsigned priority; // G=0x338697c1; S=0x338697d1; @synthesize=_priority
- @property(assign, nonatomic) BOOL readyForStore; // G=0x33869775; S=0x33869785; @synthesize=_readyForStore
- @property(assign, nonatomic) id storeCompletion; // G=0x33869855; S=0x33869865; @synthesize=_storeCompletion
- @property(retain, nonatomic) ATStoreInfo *storeInfo; // G=0x33869895; S=0x338698a5; @synthesize=_storeInfo
- @property(assign, nonatomic) long long storePID; // G=0x33869795; S=0x338697ad; @synthesize=_storePID
- @property(retain, nonatomic) NSString *storePlist; // G=0x338698c9; S=0x338698d9; @synthesize=_storePlist
- @property(assign, nonatomic) id storeProgress; // G=0x33869875; S=0x33869885; @synthesize=_storeProgress
- @property(retain, nonatomic) NSDictionary *variantOptions; // G=0x33869659; S=0x33869669; @synthesize=_variantOptions
- + (id)assetWithSerializedAsset:(id)serializedAsset; // 0x33868ee5
- + (id)downloadAssetWithIdentifier:(id)identifier dataclass:(id)dataclass prettyName:(id)name; // 0x33868c6d
- + (id)iCloudRestoreAssetWithIdentifier:(id)identifier dataclass:(id)dataclass assetType:(id)type restorePath:(id)path displayName:(id)name; // 0x33868de9
- + (id)uploadAssetWithIdentifier:(id)identifier dataclass:(id)dataclass sourcePath:(id)path prettyName:(id)name; // 0x33868d21
- // declared property getter: - (id)assetType; // 0x33869625
- // declared property getter: - (BOOL)bypassStore; // 0x33869735
- // declared property getter: - (id)dataclass; // 0x338695f1
- - (void)dealloc; // 0x33869481
- - (id)description; // 0x33868b49
- // declared property getter: - (float)downloadProgress; // 0x338697e1
- // declared property getter: - (id)error; // 0x33869931
- // declared property getter: - (id)icon; // 0x33869821
- // declared property getter: - (id)identifier; // 0x338695bd
- // declared property getter: - (id)infoPlist; // 0x338698fd
- // declared property getter: - (BOOL)installOnly; // 0x33869755
- // declared property getter: - (float)installProgress; // 0x33869801
- - (void)invokeStoreCompletion; // 0x33869439
- // declared property getter: - (BOOL)isDownload; // 0x338696f5
- // declared property getter: - (BOOL)isRestore; // 0x33869715
- - (id)manifestEntry; // 0x33869361
- // declared property getter: - (id)path; // 0x3386968d
- // declared property getter: - (id)prettyName; // 0x338696c1
- // declared property getter: - (unsigned)priority; // 0x338697c1
- // declared property getter: - (BOOL)readyForStore; // 0x33869775
- - (id)serializedAsset; // 0x33869109
- // declared property setter: - (void)setAssetType:(id)type; // 0x33869635
- // declared property setter: - (void)setBypassStore:(BOOL)store; // 0x33869745
- // declared property setter: - (void)setDataclass:(id)dataclass; // 0x33869601
- // declared property setter: - (void)setDownloadProgress:(float)progress; // 0x338697f1
- // declared property setter: - (void)setError:(id)error; // 0x33869941
- // declared property setter: - (void)setIcon:(id)icon; // 0x33869831
- // declared property setter: - (void)setIdentifier:(id)identifier; // 0x338695cd
- // declared property setter: - (void)setInfoPlist:(id)plist; // 0x3386990d
- // declared property setter: - (void)setInstallOnly:(BOOL)only; // 0x33869765
- // declared property setter: - (void)setInstallProgress:(float)progress; // 0x33869811
- // declared property setter: - (void)setIsDownload:(BOOL)download; // 0x33869705
- // declared property setter: - (void)setIsRestore:(BOOL)restore; // 0x33869725
- // declared property setter: - (void)setPath:(id)path; // 0x3386969d
- // declared property setter: - (void)setPrettyName:(id)name; // 0x338696d1
- // declared property setter: - (void)setPriority:(unsigned)priority; // 0x338697d1
- // declared property setter: - (void)setReadyForStore:(BOOL)store; // 0x33869785
- // declared property setter: - (void)setStoreCompletion:(id)completion; // 0x33869865
- // declared property setter: - (void)setStoreInfo:(id)info; // 0x338698a5
- // declared property setter: - (void)setStorePID:(long long)pid; // 0x338697ad
- // declared property setter: - (void)setStorePlist:(id)plist; // 0x338698d9
- // declared property setter: - (void)setStoreProgress:(id)progress; // 0x33869885
- // declared property setter: - (void)setVariantOptions:(id)options; // 0x33869669
- // declared property getter: - (id)storeCompletion; // 0x33869855
- // declared property getter: - (id)storeInfo; // 0x33869895
- // declared property getter: - (long long)storePID; // 0x33869795
- // declared property getter: - (id)storePlist; // 0x338698c9
- // declared property getter: - (id)storeProgress; // 0x33869875
- // declared property getter: - (id)variantOptions; // 0x33869659
- @end