/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

  1. /**
  2. * This header is generated by class-dump-z 0.2a.
  3. * class-dump-z is Copyright (C) 2009 by KennyTM~, licensed under GPLv3.
  4. *
  5. * Source: /System/Library/PrivateFrameworks/AirTraffic.framework/AirTraffic
  6. */
  7. #import <NSObject.h> // Unknown library
  8. @class NSString, NSError, ATStoreInfo, NSDictionary, NSURL;
  9. @interface ATAsset : NSObject {
  10. NSString *_identifier; // 4 = 0x4
  11. NSString *_dataclass; // 8 = 0x8
  12. NSString *_assetType; // 12 = 0xc
  13. NSDictionary *_variantOptions; // 16 = 0x10
  14. NSString *_localPath; // 20 = 0x14
  15. NSURL *_icon; // 24 = 0x18
  16. NSString *_prettyName; // 28 = 0x1c
  17. BOOL _isDownload; // 32 = 0x20
  18. BOOL _isRestore; // 33 = 0x21
  19. BOOL _bypassStore; // 34 = 0x22
  20. BOOL _installOnly; // 35 = 0x23
  21. BOOL _readyForStore; // 36 = 0x24
  22. long long _storePID; // 40 = 0x28
  23. unsigned _priority; // 48 = 0x30
  24. float _downloadProgress; // 52 = 0x34
  25. float _installProgress; // 56 = 0x38
  26. id _storeCompletion; // 60 = 0x3c
  27. id _storeProgress; // 64 = 0x40
  28. ATStoreInfo *_storeInfo; // 68 = 0x44
  29. NSString *_storePlist; // 72 = 0x48
  30. NSString *_infoPlist; // 76 = 0x4c
  31. NSError *_error; // 80 = 0x50
  32. }
  33. @property(retain, nonatomic) NSString *assetType; // G=0x33869625; S=0x33869635; @synthesize=_assetType
  34. @property(assign, nonatomic) BOOL bypassStore; // G=0x33869735; S=0x33869745; @synthesize=_bypassStore
  35. @property(retain, nonatomic) NSString *dataclass; // G=0x338695f1; S=0x33869601; @synthesize=_dataclass
  36. @property(assign, nonatomic) float downloadProgress; // G=0x338697e1; S=0x338697f1; @synthesize=_downloadProgress
  37. @property(retain, nonatomic) NSError *error; // G=0x33869931; S=0x33869941; @synthesize=_error
  38. @property(retain, nonatomic) NSURL *icon; // G=0x33869821; S=0x33869831; @synthesize=_icon
  39. @property(retain, nonatomic) NSString *identifier; // G=0x338695bd; S=0x338695cd; @synthesize=_identifier
  40. @property(retain, nonatomic) NSString *infoPlist; // G=0x338698fd; S=0x3386990d; @synthesize=_infoPlist
  41. @property(assign, nonatomic) BOOL installOnly; // G=0x33869755; S=0x33869765; @synthesize=_installOnly
  42. @property(assign, nonatomic) float installProgress; // G=0x33869801; S=0x33869811; @synthesize=_installProgress
  43. @property(assign, nonatomic) BOOL isDownload; // G=0x338696f5; S=0x33869705; @synthesize=_isDownload
  44. @property(assign, nonatomic) BOOL isRestore; // G=0x33869715; S=0x33869725; @synthesize=_isRestore
  45. @property(retain, nonatomic) NSString *path; // G=0x3386968d; S=0x3386969d; @synthesize=_localPath
  46. @property(retain, nonatomic) NSString *prettyName; // G=0x338696c1; S=0x338696d1; @synthesize=_prettyName
  47. @property(assign, nonatomic) unsigned priority; // G=0x338697c1; S=0x338697d1; @synthesize=_priority
  48. @property(assign, nonatomic) BOOL readyForStore; // G=0x33869775; S=0x33869785; @synthesize=_readyForStore
  49. @property(assign, nonatomic) id storeCompletion; // G=0x33869855; S=0x33869865; @synthesize=_storeCompletion
  50. @property(retain, nonatomic) ATStoreInfo *storeInfo; // G=0x33869895; S=0x338698a5; @synthesize=_storeInfo
  51. @property(assign, nonatomic) long long storePID; // G=0x33869795; S=0x338697ad; @synthesize=_storePID
  52. @property(retain, nonatomic) NSString *storePlist; // G=0x338698c9; S=0x338698d9; @synthesize=_storePlist
  53. @property(assign, nonatomic) id storeProgress; // G=0x33869875; S=0x33869885; @synthesize=_storeProgress
  54. @property(retain, nonatomic) NSDictionary *variantOptions; // G=0x33869659; S=0x33869669; @synthesize=_variantOptions
  55. + (id)assetWithSerializedAsset:(id)serializedAsset; // 0x33868ee5
  56. + (id)downloadAssetWithIdentifier:(id)identifier dataclass:(id)dataclass prettyName:(id)name; // 0x33868c6d
  57. + (id)iCloudRestoreAssetWithIdentifier:(id)identifier dataclass:(id)dataclass assetType:(id)type restorePath:(id)path displayName:(id)name; // 0x33868de9
  58. + (id)uploadAssetWithIdentifier:(id)identifier dataclass:(id)dataclass sourcePath:(id)path prettyName:(id)name; // 0x33868d21
  59. // declared property getter: - (id)assetType; // 0x33869625
  60. // declared property getter: - (BOOL)bypassStore; // 0x33869735
  61. // declared property getter: - (id)dataclass; // 0x338695f1
  62. - (void)dealloc; // 0x33869481
  63. - (id)description; // 0x33868b49
  64. // declared property getter: - (float)downloadProgress; // 0x338697e1
  65. // declared property getter: - (id)error; // 0x33869931
  66. // declared property getter: - (id)icon; // 0x33869821
  67. // declared property getter: - (id)identifier; // 0x338695bd
  68. // declared property getter: - (id)infoPlist; // 0x338698fd
  69. // declared property getter: - (BOOL)installOnly; // 0x33869755
  70. // declared property getter: - (float)installProgress; // 0x33869801
  71. - (void)invokeStoreCompletion; // 0x33869439
  72. // declared property getter: - (BOOL)isDownload; // 0x338696f5
  73. // declared property getter: - (BOOL)isRestore; // 0x33869715
  74. - (id)manifestEntry; // 0x33869361
  75. // declared property getter: - (id)path; // 0x3386968d
  76. // declared property getter: - (id)prettyName; // 0x338696c1
  77. // declared property getter: - (unsigned)priority; // 0x338697c1
  78. // declared property getter: - (BOOL)readyForStore; // 0x33869775
  79. - (id)serializedAsset; // 0x33869109
  80. // declared property setter: - (void)setAssetType:(id)type; // 0x33869635
  81. // declared property setter: - (void)setBypassStore:(BOOL)store; // 0x33869745
  82. // declared property setter: - (void)setDataclass:(id)dataclass; // 0x33869601
  83. // declared property setter: - (void)setDownloadProgress:(float)progress; // 0x338697f1
  84. // declared property setter: - (void)setError:(id)error; // 0x33869941
  85. // declared property setter: - (void)setIcon:(id)icon; // 0x33869831
  86. // declared property setter: - (void)setIdentifier:(id)identifier; // 0x338695cd
  87. // declared property setter: - (void)setInfoPlist:(id)plist; // 0x3386990d
  88. // declared property setter: - (void)setInstallOnly:(BOOL)only; // 0x33869765
  89. // declared property setter: - (void)setInstallProgress:(float)progress; // 0x33869811
  90. // declared property setter: - (void)setIsDownload:(BOOL)download; // 0x33869705
  91. // declared property setter: - (void)setIsRestore:(BOOL)restore; // 0x33869725
  92. // declared property setter: - (void)setPath:(id)path; // 0x3386969d
  93. // declared property setter: - (void)setPrettyName:(id)name; // 0x338696d1
  94. // declared property setter: - (void)setPriority:(unsigned)priority; // 0x338697d1
  95. // declared property setter: - (void)setReadyForStore:(BOOL)store; // 0x33869785
  96. // declared property setter: - (void)setStoreCompletion:(id)completion; // 0x33869865
  97. // declared property setter: - (void)setStoreInfo:(id)info; // 0x338698a5
  98. // declared property setter: - (void)setStorePID:(long long)pid; // 0x338697ad
  99. // declared property setter: - (void)setStorePlist:(id)plist; // 0x338698d9
  100. // declared property setter: - (void)setStoreProgress:(id)progress; // 0x33869885
  101. // declared property setter: - (void)setVariantOptions:(id)options; // 0x33869669
  102. // declared property getter: - (id)storeCompletion; // 0x33869855
  103. // declared property getter: - (id)storeInfo; // 0x33869895
  104. // declared property getter: - (long long)storePID; // 0x33869795
  105. // declared property getter: - (id)storePlist; // 0x338698c9
  106. // declared property getter: - (id)storeProgress; // 0x33869875
  107. // declared property getter: - (id)variantOptions; // 0x33869659
  108. @end