diff --git a/Frameworks/AVFoundation.framework/AVAsset.h b/Frameworks/AVFoundation.framework/AVAsset.h index 3e81fa73a5..01d18d1092 100644 --- a/Frameworks/AVFoundation.framework/AVAsset.h +++ b/Frameworks/AVFoundation.framework/AVAsset.h @@ -105,6 +105,7 @@ - (id)metadataForFormat:(id)arg1; - (struct CGSize { float x1; float x2; })naturalSize; - (int)naturalTimeScale; +- (struct { long long x1; int x2; unsigned int x3; long long x4; })overallDurationHint; - (id)preferredMediaSelection; - (float)preferredRate; - (float)preferredSoundCheckVolumeNormalization; @@ -156,6 +157,7 @@ - (id)vcp_enabledTracksWithMediaType:(id)arg1; - (id)vcp_firstEnabledTrackWithMediaType:(id)arg1; - (BOOL)vcp_isMontage; +- (BOOL)vcp_isShortMovie; // Image: /System/Library/PrivateFrameworks/VoiceMemos.framework/VoiceMemos diff --git a/Frameworks/AVFoundation.framework/AVAssetImageGenerator.h b/Frameworks/AVFoundation.framework/AVAssetImageGenerator.h index 9a6add278b..368224a4d0 100644 --- a/Frameworks/AVFoundation.framework/AVAssetImageGenerator.h +++ b/Frameworks/AVFoundation.framework/AVAssetImageGenerator.h @@ -15,8 +15,6 @@ @property (nonatomic) struct { long long x1; int x2; unsigned int x3; long long x4; } requestedTimeToleranceBefore; @property (nonatomic, copy) AVVideoComposition *videoComposition; -// Image: /System/Library/Frameworks/AVFoundation.framework/AVFoundation - + (id)assetImageGeneratorWithAsset:(id)arg1; - (id)_NSErrorForError:(long)arg1; @@ -52,8 +50,4 @@ - (void)setVideoComposition:(id)arg1; - (id)videoComposition; -// Image: /System/Library/PrivateFrameworks/PhotosPlayer.framework/PhotosPlayer - -- (void)is_generateCGImagesAsynchronouslyForTimes:(id)arg1 options:(int)arg2 completionHandler:(id /* block */)arg3; - @end diff --git a/Frameworks/AVFoundation.framework/AVAssetInspector.h b/Frameworks/AVFoundation.framework/AVAssetInspector.h index 8fe16aab21..5be68de5e7 100644 --- a/Frameworks/AVFoundation.framework/AVAssetInspector.h +++ b/Frameworks/AVFoundation.framework/AVAssetInspector.h @@ -22,6 +22,7 @@ @property (getter=_mediaSelectionGroupDictionaries, nonatomic, readonly) NSArray *mediaSelectionGroupDictionaries; @property (nonatomic, readonly) struct CGSize { float x1; float x2; } naturalSize; @property (nonatomic, readonly) int naturalTimeScale; +@property (nonatomic, readonly) struct { long long x1; int x2; unsigned int x3; long long x4; } overallDurationHint; @property (getter=isPlayable, nonatomic, readonly) BOOL playable; @property (nonatomic, readonly) float preferredRate; @property (nonatomic, readonly) float preferredSoundCheckVolumeNormalization; @@ -58,6 +59,7 @@ - (id)metadataForFormat:(id)arg1; - (struct CGSize { float x1; float x2; })naturalSize; - (int)naturalTimeScale; +- (struct { long long x1; int x2; unsigned int x3; long long x4; })overallDurationHint; - (float)preferredRate; - (float)preferredSoundCheckVolumeNormalization; - (struct CGAffineTransform { float x1; float x2; float x3; float x4; float x5; float x6; })preferredTransform; diff --git a/Frameworks/AVFoundation.framework/AVAssetResourceLoadingRequest.h b/Frameworks/AVFoundation.framework/AVAssetResourceLoadingRequest.h index d0b5d37a3c..7babeab988 100644 --- a/Frameworks/AVFoundation.framework/AVAssetResourceLoadingRequest.h +++ b/Frameworks/AVFoundation.framework/AVAssetResourceLoadingRequest.h @@ -39,6 +39,7 @@ - (BOOL)_tryToMarkAsCancelled; - (id)_weakReference; - (id)contentInformationRequest; +- (id)createKeyRequestDataUsingCryptorForApp:(id)arg1 contentIdentifier:(id)arg2 options:(id)arg3 performAsync:(BOOL)arg4 error:(id*)arg5; - (id)dataRequest; - (void)dealloc; - (id)description; diff --git a/Frameworks/AVFoundation.framework/AVAssetResourceLoadingRequestInternal.h b/Frameworks/AVFoundation.framework/AVAssetResourceLoadingRequestInternal.h index 7576358945..5e07a4b56a 100644 --- a/Frameworks/AVFoundation.framework/AVAssetResourceLoadingRequestInternal.h +++ b/Frameworks/AVFoundation.framework/AVAssetResourceLoadingRequestInternal.h @@ -11,6 +11,7 @@ NSObject * dataCachingQueue; AVAssetResourceLoadingDataRequest * dataRequest; struct OpaqueFigAsset { } * figAsset; + struct OpaqueFigCPECryptor { } * figCryptor; struct OpaqueFigAssetImageGenerator { } * figImageGenerator; struct OpaqueFigPlaybackItem { } * figPlaybackItem; int finished; diff --git a/Frameworks/AVFoundation.framework/AVCapturePhotoBracketSettings.h b/Frameworks/AVFoundation.framework/AVCapturePhotoBracketSettings.h index c100726267..3d4d955fc8 100644 --- a/Frameworks/AVFoundation.framework/AVCapturePhotoBracketSettings.h +++ b/Frameworks/AVFoundation.framework/AVCapturePhotoBracketSettings.h @@ -11,13 +11,14 @@ + (id)photoBracketSettingsWithRawPixelFormatType:(unsigned long)arg1 processedFormat:(id)arg2 bracketedSettings:(id)arg3; -- (id)_initWithFormat:(id)arg1 rawPixelFormatType:(unsigned long)arg2 bracketedSettings:(id)arg3 uniqueID:(long long)arg4; +- (id)_initWithFormat:(id)arg1 rawPixelFormatType:(unsigned long)arg2 bracketedSettings:(id)arg3 uniqueID:(long long)arg4 exceptionReason:(id*)arg5; - (id)bracketedSettings; - (id)copyWithZone:(struct _NSZone { }*)arg1; - (void)dealloc; - (id)description; - (BOOL)isLensStabilizationEnabled; - (void)setAutoBravoImageFusionEnabled:(BOOL)arg1; +- (void)setAutoDualCameraFusionEnabled:(BOOL)arg1; - (void)setAutoStillImageStabilizationEnabled:(BOOL)arg1; - (void)setFlashMode:(int)arg1; - (void)setHDRMode:(int)arg1; diff --git a/Frameworks/AVFoundation.framework/AVCapturePhotoOutput.h b/Frameworks/AVFoundation.framework/AVCapturePhotoOutput.h index eaeaedd1db..b48d7b7d4a 100644 --- a/Frameworks/AVFoundation.framework/AVCapturePhotoOutput.h +++ b/Frameworks/AVFoundation.framework/AVCapturePhotoOutput.h @@ -9,6 +9,7 @@ @property (nonatomic, readonly) NSArray *availablePhotoCodecTypes; @property (nonatomic, readonly) NSArray *availablePhotoPixelFormatTypes; @property (nonatomic, readonly) NSArray *availableRawPhotoPixelFormatTypes; +@property (getter=isDualCameraFusionSupported, nonatomic, readonly) BOOL dualCameraFusionSupported; @property (getter=isHighResolutionCaptureEnabled, nonatomic) BOOL highResolutionCaptureEnabled; @property (nonatomic, readonly) BOOL isFlashScene; @property (nonatomic, readonly) BOOL isStillImageStabilizationScene; @@ -62,7 +63,7 @@ - (void)_updateAvailablePhotoCodecTypesForSourceDevice:(id)arg1; - (void)_updateAvailablePhotoPixelFormatTypesForSourceDevice:(id)arg1; - (void)_updateAvailableRawPhotoPixelFormatTypesForSourceDevice:(id)arg1; -- (void)_updateBravoImageFusionSupportedForSourceDevice:(id)arg1; +- (void)_updateDualCameraFusionSupportedForSourceDevice:(id)arg1; - (void)_updateLensStabilizationDuringBracketedCaptureSupportedForSourceDevice:(id)arg1; - (void)_updateLivePhotoCaptureSupportedForSourceDevice:(id)arg1; - (void)_updateLivePhotoMovieDimensionsForSourceDevice:(id)arg1; @@ -87,6 +88,7 @@ - (id)figCaptureIrisPreparedSettings; - (id)init; - (BOOL)isBravoImageFusionSupported; +- (BOOL)isDualCameraFusionSupported; - (BOOL)isFlashScene; - (BOOL)isHDRScene; - (BOOL)isHighResolutionCaptureEnabled; diff --git a/Frameworks/AVFoundation.framework/AVCapturePhotoOutputInternal.h b/Frameworks/AVFoundation.framework/AVCapturePhotoOutputInternal.h index 2cc83f6212..8f42f23d6d 100644 --- a/Frameworks/AVFoundation.framework/AVCapturePhotoOutputInternal.h +++ b/Frameworks/AVFoundation.framework/AVCapturePhotoOutputInternal.h @@ -9,7 +9,7 @@ NSArray * availableRawPhotoPixelFormatTypes; NSObject * beginEndIrisMovieCaptureHostTimeDispatchGroup; NSObject * beginEndIrisMovieCaptureHostTimeQueue; - BOOL bravoImageFusionSupported; + BOOL dualCameraFusionSupported; int flashSceneObserverCount; BOOL highResolutionCaptureEnabled; BOOL imageOptimizationForOfflineVideoStabilizationSupported; diff --git a/Frameworks/AVFoundation.framework/AVCapturePhotoSettings.h b/Frameworks/AVFoundation.framework/AVCapturePhotoSettings.h index 3d93dd2a78..326665b1a2 100644 --- a/Frameworks/AVFoundation.framework/AVCapturePhotoSettings.h +++ b/Frameworks/AVFoundation.framework/AVCapturePhotoSettings.h @@ -6,6 +6,7 @@ AVCapturePhotoSettingsInternal * _internal; } +@property (getter=isAutoDualCameraFusionEnabled, nonatomic) BOOL autoDualCameraFusionEnabled; @property (getter=isAutoStillImageStabilizationEnabled, nonatomic) BOOL autoStillImageStabilizationEnabled; @property (nonatomic, readonly) NSArray *availablePreviewPhotoPixelFormatTypes; @property (nonatomic) int flashMode; @@ -28,7 +29,7 @@ - (int)HDRMode; - (id)_description; -- (id)_initWithFormat:(id)arg1 rawPixelFormatType:(unsigned long)arg2 uniqueID:(long long)arg3; +- (id)_initWithFormat:(id)arg1 rawPixelFormatType:(unsigned long)arg2 uniqueID:(long long)arg3 exceptionReason:(id*)arg4; - (id)_sanitizedLivePhotoMovieMetadataForArray:(id)arg1 exceptionReason:(id*)arg2; - (id)availablePreviewPhotoPixelFormatTypes; - (id)copyWithZone:(struct _NSZone { }*)arg1; @@ -39,6 +40,7 @@ - (unsigned long)formatFourCC; - (id)init; - (BOOL)isAutoBravoImageFusionEnabled; +- (BOOL)isAutoDualCameraFusionEnabled; - (BOOL)isAutoShallowDepthOfFieldEffectEnabled; - (BOOL)isAutoStillImageStabilizationEnabled; - (BOOL)isHighResolutionPhotoEnabled; @@ -56,6 +58,7 @@ - (id)previewPhotoFormat; - (unsigned long)rawPhotoPixelFormatType; - (void)setAutoBravoImageFusionEnabled:(BOOL)arg1; +- (void)setAutoDualCameraFusionEnabled:(BOOL)arg1; - (void)setAutoShallowDepthOfFieldEffectEnabled:(BOOL)arg1; - (void)setAutoStillImageStabilizationEnabled:(BOOL)arg1; - (void)setFlashMode:(int)arg1; diff --git a/Frameworks/AVFoundation.framework/AVCapturePhotoSettingsInternal.h b/Frameworks/AVFoundation.framework/AVCapturePhotoSettingsInternal.h index 4b7a05e869..72a5d1c613 100644 --- a/Frameworks/AVFoundation.framework/AVCapturePhotoSettingsInternal.h +++ b/Frameworks/AVFoundation.framework/AVCapturePhotoSettingsInternal.h @@ -4,7 +4,7 @@ @interface AVCapturePhotoSettingsInternal : NSObject { int HDRMode; - BOOL autoBravoImageFusionEnabled; + BOOL autoDualCameraFusionEnabled; BOOL autoShallowDepthOfFieldEffectEnabled; BOOL autoStillImageStabilizationEnabled; int flashMode; diff --git a/Frameworks/AVFoundation.framework/AVCaptureResolvedPhotoSettings.h b/Frameworks/AVFoundation.framework/AVCaptureResolvedPhotoSettings.h index dcd3b60063..adc69caa5c 100644 --- a/Frameworks/AVFoundation.framework/AVCaptureResolvedPhotoSettings.h +++ b/Frameworks/AVFoundation.framework/AVCaptureResolvedPhotoSettings.h @@ -6,6 +6,7 @@ AVCaptureResolvedPhotoSettingsInternal * _internal; } +@property (getter=isDualCameraFusionEnabled, readonly) BOOL dualCameraFusionEnabled; @property (getter=isFlashEnabled, readonly) BOOL flashEnabled; @property (getter=cam_isRecordingMovieForLivePhoto, nonatomic, readonly) BOOL isRecordingMovieForLivePhoto; @property (readonly) struct { int x1; int x2; } livePhotoMovieDimensions; @@ -17,12 +18,13 @@ // Image: /System/Library/Frameworks/AVFoundation.framework/AVFoundation -+ (id)resolvedSettingsWithUniqueID:(long long)arg1 photoDimensions:(struct { int x1; int x2; })arg2 rawPhotoDimensions:(struct { int x1; int x2; })arg3 previewDimensions:(struct { int x1; int x2; })arg4 livePhotoMovieEnabled:(BOOL)arg5 livePhotoMovieDimensions:(struct { int x1; int x2; })arg6 turboModeEnabled:(BOOL)arg7 flashEnabled:(BOOL)arg8 HDREnabled:(BOOL)arg9 shallowDepthOfFieldEffectEnabled:(BOOL)arg10 originalPhotoDeliveryEnabled:(BOOL)arg11 stillImageStabilizationEnabled:(BOOL)arg12 bravoImageFusionEnabled:(BOOL)arg13 squareCropEnabled:(BOOL)arg14; ++ (id)resolvedSettingsWithUniqueID:(long long)arg1 photoDimensions:(struct { int x1; int x2; })arg2 rawPhotoDimensions:(struct { int x1; int x2; })arg3 previewDimensions:(struct { int x1; int x2; })arg4 livePhotoMovieEnabled:(BOOL)arg5 livePhotoMovieDimensions:(struct { int x1; int x2; })arg6 turboModeEnabled:(BOOL)arg7 flashEnabled:(BOOL)arg8 HDREnabled:(BOOL)arg9 shallowDepthOfFieldEffectEnabled:(BOOL)arg10 originalPhotoDeliveryEnabled:(BOOL)arg11 stillImageStabilizationEnabled:(BOOL)arg12 dualCameraFusionEnabled:(BOOL)arg13 squareCropEnabled:(BOOL)arg14; -- (id)_initWithUniqueID:(long long)arg1 photoDimensions:(struct { int x1; int x2; })arg2 rawPhotoDimensions:(struct { int x1; int x2; })arg3 previewDimensions:(struct { int x1; int x2; })arg4 livePhotoMovieEnabled:(BOOL)arg5 livePhotoMovieDimensions:(struct { int x1; int x2; })arg6 turboModeEnabled:(BOOL)arg7 flashEnabled:(BOOL)arg8 HDREnabled:(BOOL)arg9 shallowDepthOfFieldEffectEnabled:(BOOL)arg10 originalPhotoDeliveryEnabled:(BOOL)arg11 stillImageStabilizationEnabled:(BOOL)arg12 bravoImageFusionEnabled:(BOOL)arg13 squareCropEnabled:(BOOL)arg14; +- (id)_initWithUniqueID:(long long)arg1 photoDimensions:(struct { int x1; int x2; })arg2 rawPhotoDimensions:(struct { int x1; int x2; })arg3 previewDimensions:(struct { int x1; int x2; })arg4 livePhotoMovieEnabled:(BOOL)arg5 livePhotoMovieDimensions:(struct { int x1; int x2; })arg6 turboModeEnabled:(BOOL)arg7 flashEnabled:(BOOL)arg8 HDREnabled:(BOOL)arg9 shallowDepthOfFieldEffectEnabled:(BOOL)arg10 originalPhotoDeliveryEnabled:(BOOL)arg11 stillImageStabilizationEnabled:(BOOL)arg12 dualCameraFusionEnabled:(BOOL)arg13 squareCropEnabled:(BOOL)arg14; - (void)dealloc; - (id)description; - (BOOL)isBravoImageFusionEnabled; +- (BOOL)isDualCameraFusionEnabled; - (BOOL)isFlashEnabled; - (BOOL)isHDREnabled; - (BOOL)isOriginalPhotoDeliveryEnabled; diff --git a/Frameworks/AVFoundation.framework/AVCaptureResolvedPhotoSettingsInternal.h b/Frameworks/AVFoundation.framework/AVCaptureResolvedPhotoSettingsInternal.h index a99e19f22f..86ac56ff3c 100644 --- a/Frameworks/AVFoundation.framework/AVCaptureResolvedPhotoSettingsInternal.h +++ b/Frameworks/AVFoundation.framework/AVCaptureResolvedPhotoSettingsInternal.h @@ -4,7 +4,7 @@ @interface AVCaptureResolvedPhotoSettingsInternal : NSObject { BOOL HDREnabled; - BOOL bravoImageFusionEnabled; + BOOL dualCameraFusionEnabled; BOOL flashEnabled; struct { int width; diff --git a/Frameworks/AVFoundation.framework/AVCaptureVideoPreviewLayer.h b/Frameworks/AVFoundation.framework/AVCaptureVideoPreviewLayer.h index d9bfe76978..039157c538 100644 --- a/Frameworks/AVFoundation.framework/AVCaptureVideoPreviewLayer.h +++ b/Frameworks/AVFoundation.framework/AVCaptureVideoPreviewLayer.h @@ -27,6 +27,7 @@ - (int)_orientation; - (void)_setSensorAndEstimatedPreviewSizes; - (void)_updateCaptureDeviceTransform; +- (void)_updatePreviewTransforms; - (id)activeConnections; - (id)addConnection:(id)arg1 error:(id*)arg2; - (void)attachToFigCaptureSession:(struct OpaqueFigCaptureSession { }*)arg1; diff --git a/Frameworks/AVFoundation.framework/AVFigAssetInspector.h b/Frameworks/AVFoundation.framework/AVFigAssetInspector.h index dbbbb266ae..e3460bc7c0 100644 --- a/Frameworks/AVFoundation.framework/AVFigAssetInspector.h +++ b/Frameworks/AVFoundation.framework/AVFigAssetInspector.h @@ -60,6 +60,7 @@ - (struct CGSize { float x1; float x2; })naturalSize; - (int)naturalTimeScale; - (id)originalNetworkContentURL; +- (struct { long long x1; int x2; unsigned int x3; long long x4; })overallDurationHint; - (float)preferredRate; - (float)preferredSoundCheckVolumeNormalization; - (struct CGAffineTransform { float x1; float x2; float x3; float x4; float x5; float x6; })preferredTransform; diff --git a/Frameworks/AVFoundation.framework/AVFormatReaderInspector.h b/Frameworks/AVFoundation.framework/AVFormatReaderInspector.h index 1f117c2998..c55e215123 100644 --- a/Frameworks/AVFoundation.framework/AVFormatReaderInspector.h +++ b/Frameworks/AVFoundation.framework/AVFormatReaderInspector.h @@ -32,6 +32,7 @@ - (id)metadataForFormat:(id)arg1; - (struct CGSize { float x1; float x2; })naturalSize; - (int)naturalTimeScale; +- (struct { long long x1; int x2; unsigned int x3; long long x4; })overallDurationHint; - (float)preferredRate; - (float)preferredSoundCheckVolumeNormalization; - (struct CGAffineTransform { float x1; float x2; float x3; float x4; float x5; float x6; })preferredTransform; diff --git a/Frameworks/AVFoundation.framework/AVPlayAVSyncOutputConsumer.h b/Frameworks/AVFoundation.framework/AVPlayAVSyncOutputConsumer.h new file mode 100644 index 0000000000..d64a34cb3f --- /dev/null +++ b/Frameworks/AVFoundation.framework/AVPlayAVSyncOutputConsumer.h @@ -0,0 +1,11 @@ +/* Generated by RuntimeBrowser + Image: /System/Library/Frameworks/AVFoundation.framework/AVFoundation + */ + +@interface AVPlayAVSyncOutputConsumer : AVPlayTimecodeMonitorOutputConsumer + +- (void)dealloc; +- (void)doSomethingInterestingWithString:(id)arg1 andIndex:(id)arg2; +- (id)init; + +@end diff --git a/Frameworks/AVFoundation.framework/AVPlayTimecodeMonitorOutputConsumer.h b/Frameworks/AVFoundation.framework/AVPlayTimecodeMonitorOutputConsumer.h new file mode 100644 index 0000000000..74306ee74a --- /dev/null +++ b/Frameworks/AVFoundation.framework/AVPlayTimecodeMonitorOutputConsumer.h @@ -0,0 +1,34 @@ +/* Generated by RuntimeBrowser + Image: /System/Library/Frameworks/AVFoundation.framework/AVFoundation + */ + +@interface AVPlayTimecodeMonitorOutputConsumer : AVPlayVideoOutputConsumer { + struct tm { + int tm_sec; + int tm_min; + int tm_hour; + int tm_mday; + int tm_mon; + int tm_year; + int tm_wday; + int tm_yday; + int tm_isdst; + long tm_gmtoff; + char *tm_zone; + } _lastTimecodeSeen; + long _lastVariantIndexSeen; + struct ACBSConfig { } * quaggaConfig; +} + +@property (nonatomic, readonly) struct tm { int x1; int x2; int x3; int x4; int x5; int x6; int x7; int x8; int x9; long x10; char *x11; } lastTimecodeSeen; +@property (nonatomic, readonly) long lastVariantIndexSeen; + +- (void)dealloc; +- (void)doSomethingInterestingWithBuffer:(struct __CVBuffer { }*)arg1; +- (void)doSomethingInterestingWithString:(id)arg1 andIndex:(id)arg2; +- (id)init; +- (id)initWithPixelBufferAttributes:(id)arg1; +- (struct tm { int x1; int x2; int x3; int x4; int x5; int x6; int x7; int x8; int x9; long x10; char *x11; })lastTimecodeSeen; +- (long)lastVariantIndexSeen; + +@end diff --git a/Frameworks/AVFoundation.framework/AVPlayVideoOutputConsumer.h b/Frameworks/AVFoundation.framework/AVPlayVideoOutputConsumer.h new file mode 100644 index 0000000000..1138b0fe70 --- /dev/null +++ b/Frameworks/AVFoundation.framework/AVPlayVideoOutputConsumer.h @@ -0,0 +1,35 @@ +/* Generated by RuntimeBrowser + Image: /System/Library/Frameworks/AVFoundation.framework/AVFoundation + */ + +@interface AVPlayVideoOutputConsumer : NSObject { + NSObject * _consumerQueue; + CADisplayLink * _displayLink; + double _lastHostTime; + struct { + long long value; + int timescale; + unsigned int flags; + long long epoch; + } _lastSeconds; + AVPlayerItemVideoOutput * _output; +} + +@property (readonly, copy) NSString *debugDescription; +@property (readonly, copy) NSString *description; +@property (readonly) unsigned int hash; +@property (readonly) Class superclass; +@property (nonatomic, readonly) AVPlayerItemVideoOutput *videoOutput; + +- (void)_displayLinkCommon:(struct { long long x1; int x2; unsigned int x3; long long x4; })arg1 forTime:(struct { long long x1; int x2; unsigned int x3; long long x4; })arg2; +- (void)dealloc; +- (void)displayLinkCallback:(id)arg1; +- (void)doSomethingInterestingWithBuffer:(struct __CVBuffer { }*)arg1; +- (void)finalize; +- (id)init; +- (id)initWithPixelBufferAttributes:(id)arg1; +- (void)outputMediaDataWillChange:(id)arg1; +- (void)outputSequenceWasFlushed:(id)arg1; +- (id)videoOutput; + +@end diff --git a/Frameworks/AVFoundation.framework/AVPlayVideoOutputLayerConsumer.h b/Frameworks/AVFoundation.framework/AVPlayVideoOutputLayerConsumer.h new file mode 100644 index 0000000000..cdea677ee9 --- /dev/null +++ b/Frameworks/AVFoundation.framework/AVPlayVideoOutputLayerConsumer.h @@ -0,0 +1,17 @@ +/* Generated by RuntimeBrowser + Image: /System/Library/Frameworks/AVFoundation.framework/AVFoundation + */ + +@interface AVPlayVideoOutputLayerConsumer : AVPlayVideoOutputConsumer { + CALayer * _layer; +} + +@property (nonatomic, readonly) CALayer *layer; + +- (void)dealloc; +- (void)doSomethingInterestingWithBuffer:(struct __CVBuffer { }*)arg1; +- (id)init; +- (id)initWithPixelBufferAttributes:(id)arg1; +- (id)layer; + +@end diff --git a/Frameworks/AVFoundation.framework/AVPlayerInternal.h b/Frameworks/AVFoundation.framework/AVPlayerInternal.h index 2988752441..70505b02b2 100644 --- a/Frameworks/AVFoundation.framework/AVPlayerInternal.h +++ b/Frameworks/AVFoundation.framework/AVPlayerInternal.h @@ -33,7 +33,6 @@ struct OpaqueFigPlayer { } * figPlayer; BOOL hadAssociatedOnscreenPlayerLayerWhenSuspended; BOOL hostApplicationInForeground; - BOOL iapdExtendedModeIsActive; NSMutableSet * items; NSArray * itemsInFigPlayQueue; NSObject * ivarAccessQueue; diff --git a/Frameworks/AVFoundation.framework/EncryptedKeyLoaderDelegate.h b/Frameworks/AVFoundation.framework/EncryptedKeyLoaderDelegate.h new file mode 100644 index 0000000000..7c0481d66a --- /dev/null +++ b/Frameworks/AVFoundation.framework/EncryptedKeyLoaderDelegate.h @@ -0,0 +1,28 @@ +/* Generated by RuntimeBrowser + Image: /System/Library/Frameworks/AVFoundation.framework/AVFoundation + */ + +@interface EncryptedKeyLoaderDelegate : NSObject { + NSData * _appCert; + NSString * _certURL; + NSString * _keyServerURL; + NSURL * persistentKeySaveDestination; +} + +@property (readonly, copy) NSString *debugDescription; +@property (readonly, copy) NSString *description; +@property (readonly) unsigned int hash; +@property (nonatomic, retain) NSURL *persistentKeySaveDestination; +@property (readonly) Class superclass; + +- (void)_prepareAndSendStreamingKeyRequest:(id)arg1; +- (BOOL)_willLoadOrRenewRequestedResource:(id)arg1; +- (void)dealloc; +- (id)init; +- (id)initWithKeyServerURL:(id)arg1 certURL:(id)arg2; +- (id)persistentKeySaveDestination; +- (BOOL)resourceLoader:(id)arg1 shouldWaitForLoadingOfRequestedResource:(id)arg2; +- (BOOL)resourceLoader:(id)arg1 shouldWaitForRenewalOfRequestedResource:(id)arg2; +- (void)setPersistentKeySaveDestination:(id)arg1; + +@end diff --git a/Frameworks/Accounts.framework/ACAccount.h b/Frameworks/Accounts.framework/ACAccount.h index cad4b04915..aa14c36233 100644 --- a/Frameworks/Accounts.framework/ACAccount.h +++ b/Frameworks/Accounts.framework/ACAccount.h @@ -271,6 +271,7 @@ + (id)aa_dataclassesBoundToPrimaryAppleAccount; + (id)aa_dataclassesBoundToSingleAppleAccount; ++ (void)load; - (void)_aa_clearRawPassword; - (id)_aa_rawPassword; diff --git a/Frameworks/Accounts.framework/ACAccountCredential.h b/Frameworks/Accounts.framework/ACAccountCredential.h index 99fdc9662f..fc38d1d977 100644 --- a/Frameworks/Accounts.framework/ACAccountCredential.h +++ b/Frameworks/Accounts.framework/ACAccountCredential.h @@ -29,6 +29,7 @@ @property (nonatomic, copy) NSString *token; @property (nonatomic, copy) NSDate *tokenExpiryDate; ++ (id)additionalServiceSegmentForAccountTypeIdentifier:(id)arg1; + (id)allSupportedKeys; + (id)credentialPolicyForAccountType:(id)arg1 key:(id)arg2 clientID:(id)arg3; + (id)credentialWithOAuthToken:(id)arg1 tokenSecret:(id)arg2; diff --git a/Frameworks/Accounts.framework/ACCredentialItem.h b/Frameworks/Accounts.framework/ACCredentialItem.h index b8357044eb..441c6e4f8e 100644 --- a/Frameworks/Accounts.framework/ACCredentialItem.h +++ b/Frameworks/Accounts.framework/ACCredentialItem.h @@ -17,6 +17,7 @@ @property (getter=isDirty, nonatomic, readonly) BOOL dirty; @property (nonatomic, readonly) NSSet *dirtyProperties; @property (nonatomic, retain) NSDate *expirationDate; +@property (getter=isExpired, nonatomic, readonly) BOOL expired; @property (nonatomic, retain) NSURL *objectID; @property (getter=isPersistent, nonatomic) BOOL persistent; @property (nonatomic, readonly) NSString *serviceName; @@ -39,6 +40,7 @@ - (id)initWithManagedCredentialItem:(id)arg1; - (id)initWithManagedCredentialItem:(id)arg1 accountStore:(id)arg2; - (BOOL)isDirty; +- (BOOL)isExpired; - (BOOL)isPersistent; - (BOOL)isPropertyDirty:(id)arg1; - (void)markAllPropertiesDirty; diff --git a/Frameworks/AddressBook.framework/ABUtils.h b/Frameworks/AddressBook.framework/ABUtils.h new file mode 100644 index 0000000000..9973b4422d --- /dev/null +++ b/Frameworks/AddressBook.framework/ABUtils.h @@ -0,0 +1,9 @@ +/* Generated by RuntimeBrowser + Image: /System/Library/Frameworks/AddressBook.framework/AddressBook + */ + +@interface ABUtils : NSObject + ++ (id)mainBundleID; + +@end diff --git a/Frameworks/AddressBook.framework/ABVCardLexer.h b/Frameworks/AddressBook.framework/ABVCardLexer.h index 281e81912b..47ab6050f9 100644 --- a/Frameworks/AddressBook.framework/ABVCardLexer.h +++ b/Frameworks/AddressBook.framework/ABVCardLexer.h @@ -10,6 +10,7 @@ int _errorCount; unsigned int _length; unsigned int _peakedPoint; + ABVCardWatchdogTimer * _timer; BOOL _unicode; } @@ -32,7 +33,7 @@ - (void)dealloc; - (int)errorCount; - (void)finalize; -- (id)initWithData:(id)arg1; +- (id)initWithData:(id)arg1 watchdogTimer:(id)arg2; - (id)nextArraySeperatedByToken:(int)arg1 stoppingAt:(int)arg2 inEncoding:(unsigned int)arg3; - (id)nextBase64Data; - (id)nextBase64Line:(BOOL*)arg1; diff --git a/Frameworks/AddressBook.framework/ABVCardParser.h b/Frameworks/AddressBook.framework/ABVCardParser.h index b3c14fa7ae..0511951b5a 100644 --- a/Frameworks/AddressBook.framework/ABVCardParser.h +++ b/Frameworks/AddressBook.framework/ABVCardParser.h @@ -40,6 +40,7 @@ NSMutableArray * _relatedNames; NSMutableArray * _socialProfiles; void * _source; + ABVCardWatchdogTimer * _timer; NSString * _uid; NSMutableArray * _untypedIMs; NSMutableArray * _urls; @@ -88,6 +89,7 @@ - (BOOL)importToPerson:(void*)arg1 foundProperties:(const struct __CFArray {}**)arg2; - (BOOL)importToValueSetter:(id)arg1; - (id)initWithData:(id)arg1; +- (id)initWithData:(id)arg1 watchdogTimer:(id)arg2; - (void)noteLackOfValueForImageData; - (void)noteLackOfValueForProperty:(unsigned int)arg1; - (BOOL)parseABDATE; diff --git a/Frameworks/AddressBook.framework/ABVCardWatchdogTimer.h b/Frameworks/AddressBook.framework/ABVCardWatchdogTimer.h new file mode 100644 index 0000000000..a87fcb1173 --- /dev/null +++ b/Frameworks/AddressBook.framework/ABVCardWatchdogTimer.h @@ -0,0 +1,34 @@ +/* Generated by RuntimeBrowser + Image: /System/Library/Frameworks/AddressBook.framework/AddressBook + */ + +@interface ABVCardWatchdogTimer : NSObject { + NSDate * _startTime; + unsigned int _ticks; + * _timeProvider; + BOOL _valid; +} + +@property (nonatomic, retain) NSDate *startTime; +@property (nonatomic) unsigned int ticks; +@property (nonatomic, readonly) *timeProvider; +@property (nonatomic) BOOL valid; + ++ (bool)shouldCheckTime; ++ (id)timerWithTimeProvider:(id)arg1; + +- (void)checkValidity; +- (void)dealloc; +- (id)initWithTimeProvider:(id)arg1; +- (BOOL)isStarted; +- (BOOL)isValid; +- (void)setStartTime:(id)arg1; +- (void)setTicks:(unsigned int)arg1; +- (void)setValid:(BOOL)arg1; +- (void)start; +- (id)startTime; +- (unsigned int)ticks; +- (id)timeProvider; +- (BOOL)valid; + +@end diff --git a/Frameworks/AddressBook.framework/_ABVCardTimeProvider.h b/Frameworks/AddressBook.framework/_ABVCardTimeProvider.h new file mode 100644 index 0000000000..2d86d3b242 --- /dev/null +++ b/Frameworks/AddressBook.framework/_ABVCardTimeProvider.h @@ -0,0 +1,14 @@ +/* Generated by RuntimeBrowser + Image: /System/Library/Frameworks/AddressBook.framework/AddressBook + */ + +@interface _ABVCardTimeProvider : NSObject + +@property (readonly, copy) NSString *debugDescription; +@property (readonly, copy) NSString *description; +@property (readonly) unsigned int hash; +@property (readonly) Class superclass; + +- (id)now; + +@end diff --git a/Frameworks/AudioToolbox.framework/AUExtensionInstanceProxy.h b/Frameworks/AudioToolbox.framework/AUExtensionInstanceProxy.h index 666a1e1c08..a72b3669f1 100644 --- a/Frameworks/AudioToolbox.framework/AUExtensionInstanceProxy.h +++ b/Frameworks/AudioToolbox.framework/AUExtensionInstanceProxy.h @@ -3,13 +3,13 @@ */ @interface AUExtensionInstanceProxy : NSObject { - struct AUv3InstanceBase { int (**x1)(); int (*x2)(); int (*x3)(); int (*x4)(); void *x5; struct OpaqueAudioComponentInstance {} *x6; struct AudioComponentDescription { unsigned int x_7_1_1; unsigned int x_7_1_2; unsigned int x_7_1_3; unsigned int x_7_1_4; unsigned int x_7_1_5; } x7; id x8; struct vector >, std::__1::allocator > > > { struct unique_ptr > {} *x_9_1_1; struct unique_ptr > {} *x_9_1_2; struct __compressed_pair > *, std::__1::allocator > > > { struct unique_ptr > {} *x_3_2_1; } x_9_1_3; } x9; } * _auInstance; + /* Warning: unhandled struct encoding: '{AUv3InstanceBase=^^?^?^?^?^v^{OpaqueAudioComponentInstance}{AudioComponentDescription=IIIII}@@{vector >, std::__1::allocator > > >=^{unique_ptr >}^{unique_ptr >}{__compressed_pair > *, std::__1::allocator > > >=^{unique_ptr >}}}{unique_ptr >={__compressed_pair >=^{AllParameterListener}}}{AUv3RenderAdapter={CAMutex=^^?*^{_opaque_pthread_t}{_opaque_pthread_mutex_t=l[40c]}}{vector >=^{AUInputElement}^{AUInputElement}{__compressed_pair >=^{AUInputElement}}}@?}@?@?{ParameterMap=@B{vector >=^{ScopeElementIDObj}^{ScopeElementIDObj}{__compressed_pair >=^{ScopeElementIDObj}}}{vector >=^{ScopeElementIDObj}^{ScopeElementIDObj}{__compressed_pair >=^{ScopeElementIDObj}}}@}{HostCallbackInfo=^v^?^?^?^?}}' */ struct AUv3InstanceBase { int (**x1)(); int (*x2)(); int (*x3)(); int (*x4)(); void *x5; struct OpaqueAudioComponentInstance {} *x6; struct AudioComponentDescription { unsigned int x_7_1_1; unsigned int x_7_1_2; unsigned int x_7_1_3; unsigned int x_7_1_4; unsigned int x_7_1_5; } x7; id x8; struct vector >, std::__1::allocator > > > { struct unique_ptr > {} *x_9_1_1; struct unique_ptr > {} *x_9_1_2; struct __compressed_pair > *, std::__1::allocator > > > { struct unique_ptr > {} *x_3_2_1; } x_9_1_3; } x9; } * _auInstance; } -@property (nonatomic) struct AUv3InstanceBase { int (**x1)(); int (*x2)(); int (*x3)(); int (*x4)(); void *x5; struct OpaqueAudioComponentInstance {} *x6; struct AudioComponentDescription { unsigned int x_7_1_1; unsigned int x_7_1_2; unsigned int x_7_1_3; unsigned int x_7_1_4; unsigned int x_7_1_5; } x7; id x8; /* Warning: unhandled struct encoding: '{vector >=^{ScopeElementIDObj}}}}{HostCallbackInfo=^v^?^?^?^?}} */ +@property (nonatomic) struct AUv3InstanceBase { int (**x1)(); int (*x2)(); int (*x3)(); int (*x4)(); void *x5; struct OpaqueAudioComponentInstance {} *x6; struct AudioComponentDescription { unsigned int x_7_1_1; unsigned int x_7_1_2; unsigned int x_7_1_3; unsigned int x_7_1_4; unsigned int x_7_1_5; } x7; id x8; /* Warning: unhandled struct encoding: '{vector >=^{ScopeElementIDObj}}}@}{HostCallbackInfo=^v^?^?^?^?}} */ -- (struct AUv3InstanceBase { int (**x1)(); int (*x2)(); int (*x3)(); int (*x4)(); void *x5; struct OpaqueAudioComponentInstance {} *x6; struct AudioComponentDescription { unsigned int x_7_1_1; unsigned int x_7_1_2; unsigned int x_7_1_3; unsigned int x_7_1_4; unsigned int x_7_1_5; } x7; id x8; struct vector >, std::__1::allocator > > > { struct unique_ptr > {} *x_9_1_1; struct unique_ptr > {} *x_9_1_2; struct __compressed_pair > *, std::__1::allocator > > > { struct unique_ptr > {} *x_3_2_1; } x_9_1_3; } x9; }*)auInstance; +- (/* Warning: unhandled struct encoding: '{AUv3InstanceBase=^^?^?^?^?^v^{OpaqueAudioComponentInstance}{AudioComponentDescription=IIIII}@@{vector >, std::__1::allocator > > >=^{unique_ptr >}^{unique_ptr >}{__compressed_pair > *, std::__1::allocator > > >=^{unique_ptr >}}}{unique_ptr >={__compressed_pair >=^{AllParameterListener}}}{AUv3RenderAdapter={CAMutex=^^?*^{_opaque_pthread_t}{_opaque_pthread_mutex_t=l[40c]}}{vector >=^{AUInputElement}^{AUInputElement}{__compressed_pair >=^{AUInputElement}}}@?}@?@?{ParameterMap=@B{vector >=^{ScopeElementIDObj}^{ScopeElementIDObj}{__compressed_pair >=^{ScopeElementIDObj}}}{vector >=^{ScopeElementIDObj}^{ScopeElementIDObj}{__compressed_pair >=^{ScopeElementIDObj}}}@}{HostCallbackInfo=^v^?^?^?^?}}' */ struct AUv3InstanceBase { int (**x1)(); int (*x2)(); int (*x3)(); int (*x4)(); void *x5; struct OpaqueAudioComponentInstance {} *x6; struct AudioComponentDescription { unsigned int x_7_1_1; unsigned int x_7_1_2; unsigned int x_7_1_3; unsigned int x_7_1_4; unsigned int x_7_1_5; } x7; id x8; struct vector >, std::__1::allocator > > > { struct unique_ptr > {} *x_9_1_1; struct unique_ptr > {} *x_9_1_2; struct __compressed_pair > *, std::__1::allocator > > > { struct unique_ptr > {} *x_3_2_1; } x_9_1_3; } x9; }*)auInstance; - (void)observeValueForKeyPath:(id)arg1 ofObject:(id)arg2 change:(id)arg3 context:(void*)arg4; -- (void)setAuInstance:(struct AUv3InstanceBase { int (**x1)(); int (*x2)(); int (*x3)(); int (*x4)(); void *x5; struct OpaqueAudioComponentInstance {} *x6; struct AudioComponentDescription { unsigned int x_7_1_1; unsigned int x_7_1_2; unsigned int x_7_1_3; unsigned int x_7_1_4; unsigned int x_7_1_5; } x7; id x8; struct vector >, std::__1::allocator > > > { struct unique_ptr > {} *x_9_1_1; struct unique_ptr > {} *x_9_1_2; struct __compressed_pair > *, std::__1::allocator > > > { struct unique_ptr > {} *x_3_2_1; } x_9_1_3; } x9; }*)arg1; +- (void)setAuInstance:(/* Warning: unhandled struct encoding: '{AUv3InstanceBase=^^?^?^?^?^v^{OpaqueAudioComponentInstance}{AudioComponentDescription=IIIII}@@{vector >, std::__1::allocator > > >=^{unique_ptr >}^{unique_ptr >}{__compressed_pair > *, std::__1::allocator > > >=^{unique_ptr >}}}{unique_ptr >={__compressed_pair >=^{AllParameterListener}}}{AUv3RenderAdapter={CAMutex=^^?*^{_opaque_pthread_t}{_opaque_pthread_mutex_t=l[40c]}}{vector >=^{AUInputElement}^{AUInputElement}{__compressed_pair >=^{AUInputElement}}}@?}@?@?{ParameterMap=@B{vector >=^{ScopeElementIDObj}^{ScopeElementIDObj}{__compressed_pair >=^{ScopeElementIDObj}}}{vector >=^{ScopeElementIDObj}^{ScopeElementIDObj}{__compressed_pair >=^{ScopeElementIDObj}}}@}{HostCallbackInfo=^v^?^?^?^?}}' */ struct AUv3InstanceBase { int (**x1)(); int (*x2)(); int (*x3)(); int (*x4)(); void *x5; struct OpaqueAudioComponentInstance {} *x6; struct AudioComponentDescription { unsigned int x_7_1_1; unsigned int x_7_1_2; unsigned int x_7_1_3; unsigned int x_7_1_4; unsigned int x_7_1_5; } x7; id x8; struct vector >, std::__1::allocator > > > { struct unique_ptr > {} *x_9_1_1; struct unique_ptr > {} *x_9_1_2; struct __compressed_pair > *, std::__1::allocator > > > { struct unique_ptr > {} *x_3_2_1; } x_9_1_3; } x9; }*)arg1; @end diff --git a/Frameworks/AudioToolbox.framework/AVHapticEvent.h b/Frameworks/AudioToolbox.framework/AVHapticEvent.h new file mode 100644 index 0000000000..2307245c23 --- /dev/null +++ b/Frameworks/AudioToolbox.framework/AVHapticEvent.h @@ -0,0 +1,27 @@ +/* Generated by RuntimeBrowser + Image: /System/Library/Frameworks/AudioToolbox.framework/AudioToolbox + */ + +@interface AVHapticEvent : NSObject { + unsigned int _eventType; + BOOL _isParameter; + unsigned int _paramType; + double _time; + float _value; +} + +@property (readonly) unsigned int eventType; +@property (readonly) BOOL isParameter; +@property (readonly) unsigned int paramType; +@property (readonly) double time; +@property (readonly) float value; + +- (unsigned int)eventType; +- (id)initWithEventType:(unsigned int)arg1 time:(double)arg2; +- (id)initWithParameter:(unsigned int)arg1 value:(float)arg2 time:(double)arg3; +- (BOOL)isParameter; +- (unsigned int)paramType; +- (double)time; +- (float)value; + +@end diff --git a/Frameworks/AudioToolbox.framework/AVHapticPlayerChannel.h b/Frameworks/AudioToolbox.framework/AVHapticPlayerChannel.h index 3bd8d161ab..6c26deed7d 100644 --- a/Frameworks/AudioToolbox.framework/AVHapticPlayerChannel.h +++ b/Frameworks/AudioToolbox.framework/AVHapticPlayerChannel.h @@ -20,6 +20,7 @@ - (id)initWithChannelID:(id)arg1 client:(id)arg2; - (void)invalidate; - (BOOL)scheduleParameterCurve:(unsigned int)arg1 curve:(id)arg2 atTime:(double)arg3 error:(id*)arg4; +- (BOOL)sendEvents:(id)arg1 atTime:(double)arg2 error:(id*)arg3; - (void)setChanID:(unsigned int)arg1; - (void)setClient:(id)arg1; - (void)setEventBehavior:(unsigned int)arg1; diff --git a/Frameworks/AudioToolbox.framework/HapticClient.h b/Frameworks/AudioToolbox.framework/HapticClient.h index 324f909b6c..e0825a31fc 100644 --- a/Frameworks/AudioToolbox.framework/HapticClient.h +++ b/Frameworks/AudioToolbox.framework/HapticClient.h @@ -66,6 +66,7 @@ - (BOOL)prewarmed; - (void)releaseResources; - (BOOL)running; +- (BOOL)sendEvents:(id)arg1 atTime:(double)arg2 channel:(unsigned int)arg3 error:(id*)arg4; - (id)serverDelegate; - (int)serverProcessID; - (BOOL)setChannelEventBehavior:(unsigned int)arg1 channel:(unsigned int)arg2; diff --git a/Frameworks/AudioToolbox.framework/_AUParameterTreeObserver.h b/Frameworks/AudioToolbox.framework/_AUParameterTreeObserver.h new file mode 100644 index 0000000000..f4d42194be --- /dev/null +++ b/Frameworks/AudioToolbox.framework/_AUParameterTreeObserver.h @@ -0,0 +1,16 @@ +/* Generated by RuntimeBrowser + Image: /System/Library/Frameworks/AudioToolbox.framework/AudioToolbox + */ + +@interface _AUParameterTreeObserver : NSObject { + id /* block */ _callback; +} + +@property (nonatomic, copy) id /* block */ callback; + +- (id /* block */)callback; +- (void)dealloc; +- (void)observeValueForKeyPath:(id)arg1 ofObject:(id)arg2 change:(id)arg3 context:(void*)arg4; +- (void)setCallback:(id /* block */)arg1; + +@end diff --git a/Frameworks/CFNetwork.framework/NSHTTPCookieStorage.h b/Frameworks/CFNetwork.framework/NSHTTPCookieStorage.h index fb35d4c2ee..0b6697c83a 100644 --- a/Frameworks/CFNetwork.framework/NSHTTPCookieStorage.h +++ b/Frameworks/CFNetwork.framework/NSHTTPCookieStorage.h @@ -12,6 +12,7 @@ // Image: /System/Library/Frameworks/CFNetwork.framework/CFNetwork + (id)_csff:(id)arg1; ++ (id)_csfi:(id)arg1; + (id)_groupContainerCookieStorages; + (id)_groupContainerStoragesLock; + (void)_setSharedHTTPCookieStorage:(id)arg1; @@ -29,6 +30,7 @@ - (id)_initWithIdentifier:(id)arg1 private:(bool)arg2; - (void)_saveCookies; - (void)_setPrivateBrowsingEnabled:(BOOL)arg1; +- (void)_testingOfStoringOfCookie:(id)arg1; - (unsigned int)cookieAcceptPolicy; - (id)cookieRequestHeaderFieldsForURL:(id)arg1; - (id)cookies; @@ -46,6 +48,12 @@ - (id)sortedCookiesUsingDescriptors:(id)arg1; - (void)storeCookies:(id)arg1 forTask:(id)arg2; +// Image: /System/Library/Frameworks/VideoSubscriberAccount.framework/VideoSubscriberAccount + ++ (id)vs_sharedCookieStorage; + +- (void)vs_saveCookies; + // Image: /System/Library/PrivateFrameworks/AppleAccount.framework/AppleAccount + (id)aa_icloudCookies; diff --git a/Frameworks/CFNetwork.framework/NSURLSessionConfiguration.h b/Frameworks/CFNetwork.framework/NSURLSessionConfiguration.h index 5a85d07c19..d62c052c1f 100644 --- a/Frameworks/CFNetwork.framework/NSURLSessionConfiguration.h +++ b/Frameworks/CFNetwork.framework/NSURLSessionConfiguration.h @@ -25,6 +25,7 @@ @property BOOL _allowsResponseMonitoringDuringBodyTranmission; @property BOOL _allowsRetryForBackgroundDataTasks; @property BOOL _allowsTCPFastOpen; +@property BOOL _allowsTLSSessionResumption; @property BOOL _allowsTLSSessionTickets; @property (copy) *_appleIDContext; @property (copy) NSData *_atsContext; @@ -35,6 +36,8 @@ @property double _connectionCachePurgeTimeout; @property (copy) NSString *_connectionPoolName; @property (copy) NSArray *_contentDispHeadEncFallback; +@property unsigned int _customReadBufferSize; +@property double _customReadBufferTimeout; @property (copy) NSURL *_directoryForDownloadedFiles; @property BOOL _disablesOutOfProcessDirectWiFiUsage; @property BOOL _disablesUseOfProxySession; @@ -123,6 +126,8 @@ // Image: /System/Library/PrivateFrameworks/GeoServices.framework/GeoServices ++ (id)_geo_ephemeralSessionConfiguration; + - (void)applyNSURLConnectionProperties:(id)arg1; @end diff --git a/Frameworks/CFNetwork.framework/PACURLSessionDelegate.h b/Frameworks/CFNetwork.framework/PACURLSessionDelegate.h new file mode 100644 index 0000000000..0cfa6edc3c --- /dev/null +++ b/Frameworks/CFNetwork.framework/PACURLSessionDelegate.h @@ -0,0 +1,25 @@ +/* Generated by RuntimeBrowser + Image: /System/Library/Frameworks/CFNetwork.framework/CFNetwork + */ + +@interface PACURLSessionDelegate : NSObject { + NSString * _password; + NSString * _username; +} + +@property (readonly, copy) NSString *debugDescription; +@property (readonly, copy) NSString *description; +@property (readonly) unsigned int hash; +@property (retain) NSString *password; +@property (readonly) Class superclass; +@property (retain) NSString *username; + +- (void)URLSession:(id)arg1 didReceiveChallenge:(id)arg2 completionHandler:(id /* block */)arg3; +- (void)URLSession:(id)arg1 task:(id)arg2 didReceiveChallenge:(id)arg3 completionHandler:(id /* block */)arg4; +- (void)dealloc; +- (id)password; +- (void)setPassword:(id)arg1; +- (void)setUsername:(id)arg1; +- (id)username; + +@end diff --git a/Frameworks/CFNetwork.framework/__NSCFURLProxySessionConnection.h b/Frameworks/CFNetwork.framework/__NSCFURLProxySessionConnection.h index 4718977657..1db79c6afe 100644 --- a/Frameworks/CFNetwork.framework/__NSCFURLProxySessionConnection.h +++ b/Frameworks/CFNetwork.framework/__NSCFURLProxySessionConnection.h @@ -41,6 +41,7 @@ - (void)dealloc; - (id)initWithTask:(id)arg1 delegate:(id)arg2 delegateQueue:(id)arg3; - (void)resume; +- (void)setIsDownload:(BOOL)arg1; - (void)setPoolPriority:(long long)arg1; - (void)setPriorityHint:(float)arg1; - (void)suspend; diff --git a/Frameworks/CFNetwork.framework/__NSCFURLSessionConfiguration.h b/Frameworks/CFNetwork.framework/__NSCFURLSessionConfiguration.h index 872293c407..b8da503e5b 100644 --- a/Frameworks/CFNetwork.framework/__NSCFURLSessionConfiguration.h +++ b/Frameworks/CFNetwork.framework/__NSCFURLSessionConfiguration.h @@ -22,6 +22,7 @@ BOOL _allowsResponseMonitoringDuringBodyTranmission; BOOL _allowsRetryForBackgroundDataTasks; BOOL _allowsTCPFastOpen; + BOOL _allowsTLSSessionResumption; BOOL _allowsTLSSessionTickets; * _appleIDContext; NSData * _atsContext; @@ -34,6 +35,8 @@ NSString * _connectionPoolName; id _connectionProxyDictionary; NSArray * _contentDispHeadEncFallback; + unsigned int _customReadBufferSize; + double _customReadBufferTimeout; NSURL * _directoryForDownloadedFiles; BOOL _disablesOutOfProcessDirectWiFiUsage; BOOL _disablesUseOfProxySession; @@ -119,6 +122,7 @@ - (BOOL)_allowsResponseMonitoringDuringBodyTranmission; - (BOOL)_allowsRetryForBackgroundDataTasks; - (BOOL)_allowsTCPFastOpen; +- (BOOL)_allowsTLSSessionResumption; - (BOOL)_allowsTLSSessionTickets; - (id)_appleIDContext; - (id)_atsContext; @@ -131,6 +135,8 @@ - (id)_contentDispHeadEncFallback; - (void*)_copyAttribute:(struct __CFString { }*)arg1; - (struct OpaqueCFHTTPCookieStorage { }*)_copyCFCookieStorage; +- (unsigned int)_customReadBufferSize; +- (double)_customReadBufferTimeout; - (id)_directoryForDownloadedFiles; - (BOOL)_disablesOutOfProcessDirectWiFiUsage; - (BOOL)_disablesUseOfProxySession; @@ -240,6 +246,7 @@ - (void)set_allowsResponseMonitoringDuringBodyTranmission:(BOOL)arg1; - (void)set_allowsRetryForBackgroundDataTasks:(BOOL)arg1; - (void)set_allowsTCPFastOpen:(BOOL)arg1; +- (void)set_allowsTLSSessionResumption:(BOOL)arg1; - (void)set_allowsTLSSessionTickets:(BOOL)arg1; - (void)set_appleIDContext:(id)arg1; - (void)set_atsContext:(id)arg1; @@ -250,6 +257,8 @@ - (void)set_connectionCachePurgeTimeout:(double)arg1; - (void)set_connectionPoolName:(id)arg1; - (void)set_contentDispHeadEncFallback:(id)arg1; +- (void)set_customReadBufferSize:(unsigned int)arg1; +- (void)set_customReadBufferTimeout:(double)arg1; - (void)set_directoryForDownloadedFiles:(id)arg1; - (void)set_disablesOutOfProcessDirectWiFiUsage:(BOOL)arg1; - (void)set_disablesUseOfProxySession:(BOOL)arg1; diff --git a/Frameworks/CFNetwork.framework/__NSCFURLSessionConnection.h b/Frameworks/CFNetwork.framework/__NSCFURLSessionConnection.h index f48979ff2c..d0d161879d 100644 --- a/Frameworks/CFNetwork.framework/__NSCFURLSessionConnection.h +++ b/Frameworks/CFNetwork.framework/__NSCFURLSessionConnection.h @@ -28,6 +28,7 @@ - (void)resume; - (void)setBytesPerSecondLimit:(long long)arg1; - (void)setDelegate:(id)arg1; +- (void)setIsDownload:(BOOL)arg1; - (void)setPoolPriority:(long long)arg1; - (void)setPriorityHint:(float)arg1; - (void)setTask:(id)arg1; diff --git a/Frameworks/CFNetwork.framework/__NSURLBackgroundSession.h b/Frameworks/CFNetwork.framework/__NSURLBackgroundSession.h index addc257206..112e83f854 100644 --- a/Frameworks/CFNetwork.framework/__NSURLBackgroundSession.h +++ b/Frameworks/CFNetwork.framework/__NSURLBackgroundSession.h @@ -4,6 +4,7 @@ @interface __NSURLBackgroundSession : __NSCFURLSession { NSString * _appWakeUUID; + BOOL _appWasLaunchedForBackgroundSessionSeen; NSURL * _assetDownloadDirectory; BOOL _companionAvailable; NSURL * _downloadDirectory; diff --git a/Frameworks/CFNetwork.framework/myDeli.h b/Frameworks/CFNetwork.framework/myDeli.h new file mode 100644 index 0000000000..91c6247777 --- /dev/null +++ b/Frameworks/CFNetwork.framework/myDeli.h @@ -0,0 +1,30 @@ +/* Generated by RuntimeBrowser + Image: /System/Library/Frameworks/CFNetwork.framework/CFNetwork + */ + +@interface myDeli : NSObject { + NSError * _errorResult; + BOOL _hasCanceled; + BOOL _receivedResponse; +} + +@property (readonly, copy) NSString *debugDescription; +@property (readonly, copy) NSString *description; +@property BOOL hasCanceled; +@property (readonly) unsigned int hash; +@property BOOL receivedResponse; +@property (retain) NSError *someError; +@property (readonly) Class superclass; + +- (void)URLSession:(id)arg1 downloadTask:(id)arg2 didWriteData:(long long)arg3 totalBytesWritten:(long long)arg4 totalBytesExpectedToWrite:(long long)arg5; +- (void)URLSession:(id)arg1 task:(id)arg2 didCompleteWithError:(id)arg3; +- (void)dealloc; +- (BOOL)hasCanceled; +- (id)init; +- (BOOL)receivedResponse; +- (void)setHasCanceled:(BOOL)arg1; +- (void)setReceivedResponse:(BOOL)arg1; +- (void)setSomeError:(id)arg1; +- (id)someError; + +@end diff --git a/Frameworks/CFNetwork.framework/myDeli2.h b/Frameworks/CFNetwork.framework/myDeli2.h new file mode 100644 index 0000000000..1a4541991b --- /dev/null +++ b/Frameworks/CFNetwork.framework/myDeli2.h @@ -0,0 +1,24 @@ +/* Generated by RuntimeBrowser + Image: /System/Library/Frameworks/CFNetwork.framework/CFNetwork + */ + +@interface myDeli2 : NSObject { + NSError * _errorResult; +} + +@property (readonly, copy) NSString *debugDescription; +@property (readonly, copy) NSString *description; +@property (retain) NSError *errorResult; +@property (readonly) unsigned int hash; +@property (readonly) Class superclass; + +- (void)URLSession:(id)arg1 dataTask:(id)arg2 didBecomeDownloadTask:(id)arg3; +- (void)URLSession:(id)arg1 dataTask:(id)arg2 didReceiveResponse:(id)arg3 completionHandler:(id /* block */)arg4; +- (void)URLSession:(id)arg1 downloadTask:(id)arg2 didFinishDownloadingToURL:(id)arg3; +- (void)URLSession:(id)arg1 task:(id)arg2 didCompleteWithError:(id)arg3; +- (void)dealloc; +- (id)errorResult; +- (id)init; +- (void)setErrorResult:(id)arg1; + +@end diff --git a/Frameworks/CallKit.framework/CXAnswerCallAction.h b/Frameworks/CallKit.framework/CXAnswerCallAction.h index b3b4da98eb..97947e2ae7 100644 --- a/Frameworks/CallKit.framework/CXAnswerCallAction.h +++ b/Frameworks/CallKit.framework/CXAnswerCallAction.h @@ -15,8 +15,6 @@ } @property (nonatomic, copy) NSDate *dateConnected; -@property (nonatomic) struct CGSize { float x1; float x2; } localLandscapeAspectRatio; -@property (nonatomic) struct CGSize { float x1; float x2; } localPortraitAspectRatio; + (BOOL)supportsSecureCoding; + (double)timeout; diff --git a/Frameworks/CallKit.framework/CXCallDirectoryBlockingEntryData.h b/Frameworks/CallKit.framework/CXCallDirectoryBlockingEntryData.h index 9c2fc00e30..a45ffb78f4 100644 --- a/Frameworks/CallKit.framework/CXCallDirectoryBlockingEntryData.h +++ b/Frameworks/CallKit.framework/CXCallDirectoryBlockingEntryData.h @@ -3,20 +3,19 @@ */ @interface CXCallDirectoryBlockingEntryData : CXCallDirectoryEntryData { - NSMutableData * _phoneNumberData; + NSData * _phoneNumberData; } -@property (nonatomic, retain) NSMutableData *phoneNumberData; +@property (nonatomic, retain) NSData *phoneNumberData; @property (nonatomic, readonly) const long long*phoneNumbers; + (BOOL)supportsSecureCoding; - (void).cxx_destruct; -- (void)appendPhoneNumber:(long long)arg1; - (unsigned int)count; - (id)description; - (void)encodeWithCoder:(id)arg1; -- (id)initWithCapacity:(unsigned int)arg1; +- (id)init; - (id)initWithCoder:(id)arg1; - (long long)phoneNumberAtIndex:(unsigned int)arg1; - (id)phoneNumberData; diff --git a/Frameworks/CallKit.framework/CXCallDirectoryBlockingEntryMutableData.h b/Frameworks/CallKit.framework/CXCallDirectoryBlockingEntryMutableData.h new file mode 100644 index 0000000000..be6def1452 --- /dev/null +++ b/Frameworks/CallKit.framework/CXCallDirectoryBlockingEntryMutableData.h @@ -0,0 +1,19 @@ +/* Generated by RuntimeBrowser + Image: /System/Library/Frameworks/CallKit.framework/CallKit + */ + +@interface CXCallDirectoryBlockingEntryMutableData : CXCallDirectoryBlockingEntryData { + NSMutableData * _mutablePhoneNumberData; +} + +@property (nonatomic, retain) NSMutableData *mutablePhoneNumberData; + +- (void).cxx_destruct; +- (void)appendPhoneNumber:(long long)arg1; +- (id)copyWithZone:(struct _NSZone { }*)arg1; +- (id)init; +- (id)initWithCapacity:(unsigned int)arg1; +- (id)mutablePhoneNumberData; +- (void)setMutablePhoneNumberData:(id)arg1; + +@end diff --git a/Frameworks/CallKit.framework/CXCallDirectoryEntryData.h b/Frameworks/CallKit.framework/CXCallDirectoryEntryData.h index 81f13acefb..46144c6b1f 100644 --- a/Frameworks/CallKit.framework/CXCallDirectoryEntryData.h +++ b/Frameworks/CallKit.framework/CXCallDirectoryEntryData.h @@ -10,8 +10,7 @@ - (unsigned int)count; - (void)encodeWithCoder:(id)arg1; -- (id)init; -- (id)initWithCapacity:(unsigned int)arg1; - (id)initWithCoder:(id)arg1; +- (long long)phoneNumberAtIndex:(unsigned int)arg1; @end diff --git a/Frameworks/CallKit.framework/CXCallDirectoryExtensionContext.h b/Frameworks/CallKit.framework/CXCallDirectoryExtensionContext.h index e7c36ab664..87ddc6e088 100644 --- a/Frameworks/CallKit.framework/CXCallDirectoryExtensionContext.h +++ b/Frameworks/CallKit.framework/CXCallDirectoryExtensionContext.h @@ -4,16 +4,16 @@ @interface CXCallDirectoryExtensionContext : NSExtensionContext { * _delegate; - CXCallDirectoryBlockingEntryData * _pendingBlockingEntryData; - CXCallDirectoryIdentificationEntryData * _pendingIdentificationEntryData; + CXCallDirectoryBlockingEntryMutableData * _pendingBlockingEntryData; + CXCallDirectoryIdentificationEntryMutableData * _pendingIdentificationEntryData; } @property (readonly, copy) NSString *debugDescription; @property (nonatomic) *delegate; @property (readonly, copy) NSString *description; @property (readonly) unsigned int hash; -@property (nonatomic, retain) CXCallDirectoryBlockingEntryData *pendingBlockingEntryData; -@property (nonatomic, retain) CXCallDirectoryIdentificationEntryData *pendingIdentificationEntryData; +@property (nonatomic, retain) CXCallDirectoryBlockingEntryMutableData *pendingBlockingEntryData; +@property (nonatomic, retain) CXCallDirectoryIdentificationEntryMutableData *pendingIdentificationEntryData; @property (readonly) Class superclass; + (id)_extensionAuxiliaryHostProtocol; diff --git a/Frameworks/CallKit.framework/CXCallDirectoryExtensionDataRequest.h b/Frameworks/CallKit.framework/CXCallDirectoryExtensionDataRequest.h index f8d4b62279..fdac901c36 100644 --- a/Frameworks/CallKit.framework/CXCallDirectoryExtensionDataRequest.h +++ b/Frameworks/CallKit.framework/CXCallDirectoryExtensionDataRequest.h @@ -3,19 +3,19 @@ */ @interface CXCallDirectoryExtensionDataRequest : NSObject { + id /* block */ _completionHandler; CXCallDirectoryExtensionHostContext * _context; * _delegate; - NSObject * _delegateQueue; NSExtension * _extension; NSError * _hostCancellationError; NSObject * _queue; * _requestIdentifier; } +@property (nonatomic, copy) id /* block */ completionHandler; @property (nonatomic, retain) CXCallDirectoryExtensionHostContext *context; @property (readonly, copy) NSString *debugDescription; @property (nonatomic) *delegate; -@property (nonatomic, retain) NSObject *delegateQueue; @property (readonly, copy) NSString *description; @property (nonatomic, retain) NSExtension *extension; @property (readonly) unsigned int hash; @@ -26,24 +26,22 @@ - (void).cxx_destruct; - (void)_cancelWithError:(id)arg1; -- (void)_performDelegateCallback:(id /* block */)arg1; - (oneway void)addBlockingEntriesWithData:(id)arg1 reply:(id /* block */)arg2; - (oneway void)addIdentificationEntriesWithData:(id)arg1 reply:(id /* block */)arg2; - (void)beginWithCompletion:(id /* block */)arg1; - (oneway void)completeRequestWithReply:(id /* block */)arg1; +- (id /* block */)completionHandler; - (id)context; - (id)delegate; -- (id)delegateQueue; - (id)extension; - (id)hostCancellationError; - (id)init; -- (id)initWithExtension:(id)arg1; +- (id)initWithExtension:(id)arg1 queue:(id)arg2; - (id)queue; - (id)requestIdentifier; +- (void)setCompletionHandler:(id /* block */)arg1; - (void)setContext:(id)arg1; - (void)setDelegate:(id)arg1; -- (void)setDelegate:(id)arg1 queue:(id)arg2; -- (void)setDelegateQueue:(id)arg1; - (void)setExtension:(id)arg1; - (void)setHostCancellationError:(id)arg1; - (void)setQueue:(id)arg1; diff --git a/Frameworks/CallKit.framework/CXCallDirectoryIdentificationEntryData.h b/Frameworks/CallKit.framework/CXCallDirectoryIdentificationEntryData.h index a8b7428321..dcbd2b682c 100644 --- a/Frameworks/CallKit.framework/CXCallDirectoryIdentificationEntryData.h +++ b/Frameworks/CallKit.framework/CXCallDirectoryIdentificationEntryData.h @@ -3,30 +3,25 @@ */ @interface CXCallDirectoryIdentificationEntryData : CXCallDirectoryEntryData { - NSMutableData * _labelData; - NSMutableDictionary * _labelToLabelDataOffset; - NSMutableData * _phoneNumberData; + NSData * _labelData; + NSData * _phoneNumberData; } -@property (nonatomic, retain) NSMutableData *labelData; -@property (nonatomic, retain) NSMutableDictionary *labelToLabelDataOffset; -@property (nonatomic, retain) NSMutableData *phoneNumberData; +@property (nonatomic, retain) NSData *labelData; +@property (nonatomic, retain) NSData *phoneNumberData; + (BOOL)supportsSecureCoding; - (void).cxx_destruct; -- (BOOL)appendPhoneNumber:(long long)arg1 label:(id)arg2; - (unsigned int)count; - (id)description; - (void)encodeWithCoder:(id)arg1; -- (id)initWithCapacity:(unsigned int)arg1; +- (id)init; - (id)initWithCoder:(id)arg1; - (id)labelData; -- (id)labelToLabelDataOffset; - (long long)phoneNumberAtIndex:(unsigned int)arg1; - (id)phoneNumberData; - (void)setLabelData:(id)arg1; -- (void)setLabelToLabelDataOffset:(id)arg1; - (void)setPhoneNumberData:(id)arg1; - (const char *)utf8LabelAtIndex:(unsigned int)arg1 length:(out unsigned short*)arg2; diff --git a/Frameworks/CallKit.framework/CXCallDirectoryIdentificationEntryMutableData.h b/Frameworks/CallKit.framework/CXCallDirectoryIdentificationEntryMutableData.h new file mode 100644 index 0000000000..2979de56dc --- /dev/null +++ b/Frameworks/CallKit.framework/CXCallDirectoryIdentificationEntryMutableData.h @@ -0,0 +1,27 @@ +/* Generated by RuntimeBrowser + Image: /System/Library/Frameworks/CallKit.framework/CallKit + */ + +@interface CXCallDirectoryIdentificationEntryMutableData : CXCallDirectoryIdentificationEntryData { + NSMutableDictionary * _labelToLabelDataOffset; + NSMutableData * _mutableLabelData; + NSMutableData * _mutablePhoneNumberData; +} + +@property (nonatomic, retain) NSMutableDictionary *labelToLabelDataOffset; +@property (nonatomic, retain) NSMutableData *mutableLabelData; +@property (nonatomic, retain) NSMutableData *mutablePhoneNumberData; + +- (void).cxx_destruct; +- (BOOL)appendPhoneNumber:(long long)arg1 label:(id)arg2; +- (id)copyWithZone:(struct _NSZone { }*)arg1; +- (id)init; +- (id)initWithCapacity:(unsigned int)arg1; +- (id)labelToLabelDataOffset; +- (id)mutableLabelData; +- (id)mutablePhoneNumberData; +- (void)setLabelToLabelDataOffset:(id)arg1; +- (void)setMutableLabelData:(id)arg1; +- (void)setMutablePhoneNumberData:(id)arg1; + +@end diff --git a/Frameworks/CallKit.framework/CXCallDirectoryStore.h b/Frameworks/CallKit.framework/CXCallDirectoryStore.h index 18afaa8871..f0e178a758 100644 --- a/Frameworks/CallKit.framework/CXCallDirectoryStore.h +++ b/Frameworks/CallKit.framework/CXCallDirectoryStore.h @@ -3,11 +3,25 @@ */ @interface CXCallDirectoryStore : NSObject { + NSString * _addBlockingEntriesInsertPhoneNumberBlockingEntrySQL; + NSString * _addIdentificationEntriesInsertLabelsSQL; + NSString * _addIdentificationEntriesInsertPhoneNumberIdentificationEntrySQL; + NSString * _addPhoneNumbersSQL; CXDatabase * _database; + int _lastAddBlockingEntriesCount; + int _lastAddIdentificationEntriesCount; + int _lastAddPhoneNumbersCount; BOOL _temporary; } +@property (nonatomic, copy) NSString *addBlockingEntriesInsertPhoneNumberBlockingEntrySQL; +@property (nonatomic, copy) NSString *addIdentificationEntriesInsertLabelsSQL; +@property (nonatomic, copy) NSString *addIdentificationEntriesInsertPhoneNumberIdentificationEntrySQL; +@property (nonatomic, copy) NSString *addPhoneNumbersSQL; @property (nonatomic, retain) CXDatabase *database; +@property (nonatomic) int lastAddBlockingEntriesCount; +@property (nonatomic) int lastAddIdentificationEntriesCount; +@property (nonatomic) int lastAddPhoneNumbersCount; @property (nonatomic, readonly) long long schemaVersion; @property (getter=isTemporary, nonatomic) BOOL temporary; @property (nonatomic, readonly) NSURL *url; @@ -17,6 +31,9 @@ + (BOOL)initializeDatabaseIfNecessaryWithURL:(id)arg1 error:(id*)arg2; - (void).cxx_destruct; +- (BOOL)_addBlockingEntriesWithData:(id)arg1 startIndex:(unsigned int)arg2 count:(unsigned int)arg3 extensionID:(long long)arg4 error:(id*)arg5; +- (BOOL)_addIdentificationEntriesWithData:(id)arg1 startIndex:(unsigned int)arg2 count:(unsigned int)arg3 extensionID:(long long)arg4 error:(id*)arg5; +- (BOOL)_addPhoneNumbersWithEntryData:(id)arg1 startIndex:(unsigned int)arg2 count:(unsigned int)arg3 error:(id*)arg4; - (BOOL)_containsBlockingEntryWithSQL:(id)arg1 bindings:(id)arg2 error:(id*)arg3; - (long long)_findOrCreateIDForPhoneNumber:(long long)arg1 error:(id*)arg2; - (id)_firstIdentificationEntriesForSQL:(id)arg1 bindings:(id)arg2 error:(id*)arg3; @@ -31,13 +48,17 @@ - (id)_sqlStringListPlaceholderStringWithNumberOfEntries:(int)arg1; - (id)_sqlValuesListPlaceholderStringWithNumberOfEntries:(int)arg1 entryString:(id)arg2; - (id)_storeIdentificationEntryWithExtensionBundleID:(id)arg1 localizedLabel:(id)arg2; +- (id)addBlockingEntriesInsertPhoneNumberBlockingEntrySQL; - (BOOL)addBlockingEntriesWithData:(id)arg1 extensionID:(long long)arg2 error:(id*)arg3; - (BOOL)addBlockingEntryWithPhoneNumber:(long long)arg1 extensionID:(long long)arg2 error:(id*)arg3; - (long long)addExtensionWithIdentifier:(id)arg1 error:(id*)arg2; - (long long)addExtensionWithIdentifier:(id)arg1 priority:(long long)arg2 error:(id*)arg3; +- (id)addIdentificationEntriesInsertLabelsSQL; +- (id)addIdentificationEntriesInsertPhoneNumberIdentificationEntrySQL; - (BOOL)addIdentificationEntriesWithData:(id)arg1 extensionID:(long long)arg2 error:(id*)arg3; - (BOOL)addIdentificationEntryWithPhoneNumber:(long long)arg1 labelID:(long long)arg2 extensionID:(long long)arg3 error:(id*)arg4; - (long long)addLabel:(id)arg1 error:(id*)arg2; +- (id)addPhoneNumbersSQL; - (BOOL)containsBlockingEntryWithPhoneNumber:(id)arg1 error:(id*)arg2; - (BOOL)containsBlockingEntryWithPhoneNumberInArray:(id)arg1 error:(id*)arg2; - (BOOL)containsExtensionWithIdentifier:(id)arg1 priority:(long long*)arg2 error:(id*)arg3; @@ -46,6 +67,7 @@ - (id)description; - (id)firstIdentificationEntriesForPhoneNumbers:(id)arg1 error:(id*)arg2; - (id)firstIdentificationEntryForPhoneNumber:(id)arg1 error:(id*)arg2; +- (long long)idForExtensionWithIdentifier:(id)arg1 error:(id*)arg2; - (long long)idForLabel:(id)arg1 error:(id*)arg2; - (long long)idForPhoneNumber:(long long)arg1 error:(id*)arg2; - (id)identificationEntriesForPhoneNumber:(id)arg1 error:(id*)arg2; @@ -54,12 +76,24 @@ - (id)initForReadingWithError:(id*)arg1; - (id)initReadOnly:(BOOL)arg1 temporary:(BOOL)arg2 error:(id*)arg3; - (BOOL)isTemporary; +- (int)lastAddBlockingEntriesCount; +- (int)lastAddIdentificationEntriesCount; +- (int)lastAddPhoneNumbersCount; - (BOOL)performTransactionWithBlock:(id /* block */)arg1 error:(id*)arg2; - (id)prioritizedExtensionIdentifiersWithError:(id*)arg1; +- (BOOL)removeBlockingEntriesForExtensionWithID:(long long)arg1 error:(id*)arg2; - (BOOL)removeExtensionWithIdentifier:(id)arg1 error:(id*)arg2; +- (BOOL)removeIdentificationEntriesForExtensionWithID:(long long)arg1 error:(id*)arg2; - (BOOL)removeUnreferencedRecordsWithError:(id*)arg1; - (long long)schemaVersion; +- (void)setAddBlockingEntriesInsertPhoneNumberBlockingEntrySQL:(id)arg1; +- (void)setAddIdentificationEntriesInsertLabelsSQL:(id)arg1; +- (void)setAddIdentificationEntriesInsertPhoneNumberIdentificationEntrySQL:(id)arg1; +- (void)setAddPhoneNumbersSQL:(id)arg1; - (void)setDatabase:(id)arg1; +- (void)setLastAddBlockingEntriesCount:(int)arg1; +- (void)setLastAddIdentificationEntriesCount:(int)arg1; +- (void)setLastAddPhoneNumbersCount:(int)arg1; - (BOOL)setPrioritizedExtensionIdentifiers:(id)arg1 error:(id*)arg2; - (void)setTemporary:(BOOL)arg1; - (id)url; diff --git a/Frameworks/CallKit.framework/CXCallObserverXPCClient.h b/Frameworks/CallKit.framework/CXCallObserverXPCClient.h index 2f3dbbd7bf..a95592a1a9 100644 --- a/Frameworks/CallKit.framework/CXCallObserverXPCClient.h +++ b/Frameworks/CallKit.framework/CXCallObserverXPCClient.h @@ -5,7 +5,7 @@ @interface CXCallObserverXPCClient : NSObject { NSObject * _concurrentQueue; NSXPCConnection * _connection; - * _delegate; + NSHashTable * _delegates; NSMutableDictionary * _mutableCallUUIDToCallMap; int _notifyToken; } @@ -14,34 +14,42 @@ @property (nonatomic, retain) NSObject *concurrentQueue; @property (nonatomic, retain) NSXPCConnection *connection; @property (readonly, copy) NSString *debugDescription; -@property (nonatomic) *delegate; +@property (nonatomic, retain) NSHashTable *delegates; @property (readonly, copy) NSString *description; @property (readonly) unsigned int hash; @property (nonatomic, retain) NSMutableDictionary *mutableCallUUIDToCallMap; @property (nonatomic) int notifyToken; @property (readonly) Class superclass; ++ (void)releaseSharedXPCClient; ++ (id)sharedXPCClient; ++ (id)sharedXPCClientSemaphore; + - (void).cxx_destruct; - (void)_addOrUpdateCall:(id)arg1; +- (id)_init; +- (void)_invalidate; - (void)_markAllCallsAsEnded; - (id)_remoteObjectProxyWithErrorHandler:(id /* block */)arg1 isSynchronous:(BOOL)arg2; - (void)_removeCall:(id)arg1; - (void)_requestCalls; +- (void)addDelegate:(id)arg1; - (oneway void)addOrUpdateCall:(id)arg1; - (id)callUUIDToCallMap; - (id)concurrentQueue; - (id)connection; - (void)dealloc; -- (id)delegate; -- (id)initWithConcurrentQueue:(id)arg1; +- (id)delegates; +- (id)init; - (void)invalidate; - (id)mutableCallUUIDToCallMap; - (int)notifyToken; - (oneway void)removeCall:(id)arg1; +- (void)removeDelegate:(id)arg1; - (void)requestTransaction:(id)arg1 forExtensionIdentifier:(id)arg2 completion:(id /* block */)arg3; - (void)setConcurrentQueue:(id)arg1; - (void)setConnection:(id)arg1; -- (void)setDelegate:(id)arg1; +- (void)setDelegates:(id)arg1; - (void)setMutableCallUUIDToCallMap:(id)arg1; - (void)setNotifyToken:(int)arg1; diff --git a/Frameworks/CallKit.framework/CXDatabase.h b/Frameworks/CallKit.framework/CXDatabase.h index 2f859ca187..7c7837a8e7 100644 --- a/Frameworks/CallKit.framework/CXDatabase.h +++ b/Frameworks/CallKit.framework/CXDatabase.h @@ -24,7 +24,9 @@ - (BOOL)enableForeignKeysWithError:(id*)arg1; - (BOOL)executeSQL:(id)arg1 error:(id*)arg2; - (BOOL)executeSQL:(id)arg1 withBindings:(id)arg2 error:(id*)arg3; +- (BOOL)executeSQL:(id)arg1 withBindings:(id)arg2 transient:(BOOL)arg3 error:(id*)arg4; - (BOOL)executeSQL:(id)arg1 withStatementPreparationBlock:(id /* block */)arg2 error:(id*)arg3; +- (BOOL)executeSQL:(id)arg1 withStatementPreparationBlock:(id /* block */)arg2 transient:(BOOL)arg3 error:(id*)arg4; - (id)init; - (id)initWithURL:(id)arg1 readOnly:(BOOL)arg2 error:(id*)arg3; - (long long)lastInsertedRowID; diff --git a/Frameworks/CallKit.framework/CXLabeledHandle.h b/Frameworks/CallKit.framework/CXLabeledHandle.h new file mode 100644 index 0000000000..580682f911 --- /dev/null +++ b/Frameworks/CallKit.framework/CXLabeledHandle.h @@ -0,0 +1,30 @@ +/* Generated by RuntimeBrowser + Image: /System/Library/Frameworks/CallKit.framework/CallKit + */ + +@interface CXLabeledHandle : NSObject { + CXHandle * _handle; + NSString * _localizedLabel; +} + +@property (nonatomic, retain) CXHandle *handle; +@property (nonatomic, copy) NSString *localizedLabel; + ++ (BOOL)supportsSecureCoding; + +- (void).cxx_destruct; +- (id)copyWithZone:(struct _NSZone { }*)arg1; +- (id)description; +- (void)encodeWithCoder:(id)arg1; +- (id)handle; +- (unsigned int)hash; +- (id)init; +- (id)initWithCoder:(id)arg1; +- (id)initWithHandle:(id)arg1 localizedLabel:(id)arg2; +- (BOOL)isEqual:(id)arg1; +- (BOOL)isEqualToLabeledHandle:(id)arg1; +- (id)localizedLabel; +- (void)setHandle:(id)arg1; +- (void)setLocalizedLabel:(id)arg1; + +@end diff --git a/Frameworks/CallKit.framework/CXProvider.h b/Frameworks/CallKit.framework/CXProvider.h index 27a325b165..70dba38af3 100644 --- a/Frameworks/CallKit.framework/CXProvider.h +++ b/Frameworks/CallKit.framework/CXProvider.h @@ -47,7 +47,7 @@ - (id)delegateQueue; - (oneway void)handleActionTimeout:(id)arg1; - (oneway void)handleAudioSessionActivationStateChangedTo:(BOOL)arg1; -- (void)handleConnectionInvalidation; +- (void)handleConnectionInterruption; - (void)handleMediaServicesWereResetNotification:(id)arg1; - (id)hostProtocolDelegate; - (id)init; diff --git a/Frameworks/CallKit.framework/CXProviderConfiguration.h b/Frameworks/CallKit.framework/CXProviderConfiguration.h index 5fa509bed1..30ce575f28 100644 --- a/Frameworks/CallKit.framework/CXProviderConfiguration.h +++ b/Frameworks/CallKit.framework/CXProviderConfiguration.h @@ -4,6 +4,7 @@ @interface CXProviderConfiguration : NSObject { unsigned int _audioSessionID; + NSArray * _emergencyLabeledHandles; NSArray * _emergencyNumbers; NSArray * _handoffIdentifiers; NSData * _iconTemplateImageData; @@ -21,6 +22,7 @@ @property (nonatomic) unsigned int audioSessionID; @property (readonly, copy) NSString *debugDescription; @property (readonly, copy) NSString *description; +@property (nonatomic, copy) NSArray *emergencyLabeledHandles; @property (nonatomic, copy) NSArray *emergencyNumbers; @property (nonatomic, copy) NSArray *handoffIdentifiers; @property (readonly) unsigned int hash; @@ -43,6 +45,7 @@ - (unsigned int)audioSessionID; - (id)copyWithZone:(struct _NSZone { }*)arg1; - (id)description; +- (id)emergencyLabeledHandles; - (id)emergencyNumbers; - (void)encodeWithCoder:(id)arg1; - (id)handoffIdentifiers; @@ -58,6 +61,7 @@ - (id)sanitizedCopy; - (id)sanitizedCopyWithZone:(struct _NSZone { }*)arg1; - (void)setAudioSessionID:(unsigned int)arg1; +- (void)setEmergencyLabeledHandles:(id)arg1; - (void)setEmergencyNumbers:(id)arg1; - (void)setHandoffIdentifiers:(id)arg1; - (void)setIconTemplateImageData:(id)arg1; diff --git a/Frameworks/CallKit.framework/CXStartCallAction.h b/Frameworks/CallKit.framework/CXStartCallAction.h index 0542332bf5..a91d278291 100644 --- a/Frameworks/CallKit.framework/CXStartCallAction.h +++ b/Frameworks/CallKit.framework/CXStartCallAction.h @@ -2,7 +2,7 @@ Image: /System/Library/Frameworks/CallKit.framework/CallKit */ -@interface CXStartCallAction : CXCallAction { +@interface CXStartCallAction : CXCallAction { NSString * _contactIdentifier; NSDate * _dateStarted; BOOL _emergency; @@ -24,11 +24,15 @@ @property (nonatomic, copy) NSString *contactIdentifier; @property (nonatomic, copy) NSDate *dateStarted; +@property (readonly, copy) NSString *debugDescription; +@property (readonly, copy) NSString *description; @property (getter=isEmergency, nonatomic) BOOL emergency; @property (nonatomic, copy) CXHandle *handle; +@property (readonly) unsigned int hash; @property (nonatomic) struct CGSize { float x1; float x2; } localLandscapeAspectRatio; @property (nonatomic) struct CGSize { float x1; float x2; } localPortraitAspectRatio; @property (getter=isRelay, nonatomic) BOOL relay; +@property (readonly) Class superclass; @property (setter=setTTYType:, nonatomic) int ttyType; @property (getter=isUpgrade, nonatomic) BOOL upgrade; @property (getter=isVideo, nonatomic) BOOL video; diff --git a/Frameworks/CloudKit.framework/CKAsset.h b/Frameworks/CloudKit.framework/CKAsset.h index 4e1543ed69..84522e30ee 100644 --- a/Frameworks/CloudKit.framework/CKAsset.h +++ b/Frameworks/CloudKit.framework/CKAsset.h @@ -89,7 +89,7 @@ + (BOOL)supportsSecureCoding; - (void).cxx_destruct; -- (id)CKPropertiesToDescribe:(BOOL)arg1; +- (id)CKDescriptionPropertiesWithPublic:(BOOL)arg1 private:(BOOL)arg2 shouldExpand:(BOOL)arg3; - (id)UUID; - (id)_initBare; - (int)arrayIndex; diff --git a/Frameworks/CloudKit.framework/CKBehaviorOptions.h b/Frameworks/CloudKit.framework/CKBehaviorOptions.h index 530f384a23..74a8020b01 100644 --- a/Frameworks/CloudKit.framework/CKBehaviorOptions.h +++ b/Frameworks/CloudKit.framework/CKBehaviorOptions.h @@ -83,6 +83,7 @@ - (id)otherAccountsWithDefaultValue:(id)arg1; - (double)packageGCGracePeriod; - (double)packageGCPeriod; +- (BOOL)pipelineFetchAllChangesRequests; - (id)primaryAccountEmailOverride; - (id)primaryAccountPasswordOverride; - (id)productName; @@ -139,7 +140,6 @@ - (double)shareAcceptorRetrievingDialogDelay; - (double)shareAcceptorRetrievingDialogMinPeriod; - (BOOL)shouldDecryptRecordsBeforeSave; -- (BOOL)shouldLogProtobufBinary; - (BOOL)shouldProfileSQL; - (int)sqlBatchCount; - (double)sqlBatchTime; diff --git a/Frameworks/CloudKit.framework/CKFetchDatabaseChangesOperation.h b/Frameworks/CloudKit.framework/CKFetchDatabaseChangesOperation.h index 09e6f8dffd..98d90eec08 100644 --- a/Frameworks/CloudKit.framework/CKFetchDatabaseChangesOperation.h +++ b/Frameworks/CloudKit.framework/CKFetchDatabaseChangesOperation.h @@ -37,6 +37,7 @@ - (void)fillFromOperationInfo:(id)arg1; - (void)fillOutOperationInfo:(id)arg1; - (BOOL)hasCKOperationCallbacksSet; +- (id)init; - (id)initWithPreviousServerChangeToken:(id)arg1; - (void)performCKOperation; - (id)previousServerChangeToken; diff --git a/Frameworks/CloudKit.framework/CKFetchNotificationChangesOperation.h b/Frameworks/CloudKit.framework/CKFetchNotificationChangesOperation.h index f14c6d9a3a..a0d2bd9845 100644 --- a/Frameworks/CloudKit.framework/CKFetchNotificationChangesOperation.h +++ b/Frameworks/CloudKit.framework/CKFetchNotificationChangesOperation.h @@ -29,6 +29,7 @@ - (void)fillFromOperationInfo:(id)arg1; - (void)fillOutOperationInfo:(id)arg1; - (BOOL)hasCKOperationCallbacksSet; +- (id)init; - (id)initWithPreviousServerChangeToken:(id)arg1; - (BOOL)moreComing; - (id /* block */)notificationChangedBlock; diff --git a/Frameworks/CloudKit.framework/CKFetchRecordChangesOperation.h b/Frameworks/CloudKit.framework/CKFetchRecordChangesOperation.h index 0606e6800c..0a528ecc97 100644 --- a/Frameworks/CloudKit.framework/CKFetchRecordChangesOperation.h +++ b/Frameworks/CloudKit.framework/CKFetchRecordChangesOperation.h @@ -51,6 +51,7 @@ - (void)fillFromOperationInfo:(id)arg1; - (void)fillOutOperationInfo:(id)arg1; - (BOOL)hasCKOperationCallbacksSet; +- (id)init; - (id)initWithRecordZoneID:(id)arg1 previousServerChangeToken:(id)arg2; - (BOOL)moreComing; - (Class)operationInfoClass; diff --git a/Frameworks/CloudKit.framework/CKFetchRecordZoneChangesOperation.h b/Frameworks/CloudKit.framework/CKFetchRecordZoneChangesOperation.h index f2093bec8a..5fea00957d 100644 --- a/Frameworks/CloudKit.framework/CKFetchRecordZoneChangesOperation.h +++ b/Frameworks/CloudKit.framework/CKFetchRecordZoneChangesOperation.h @@ -41,6 +41,7 @@ - (void)fillFromOperationInfo:(id)arg1; - (void)fillOutOperationInfo:(id)arg1; - (BOOL)hasCKOperationCallbacksSet; +- (id)init; - (id)initWithRecordZoneIDs:(id)arg1 optionsByRecordZoneID:(id)arg2; - (id)optionsByRecordZoneID; - (id)perItemErrors; diff --git a/Frameworks/CloudKit.framework/CKFetchShareMetadataOperation.h b/Frameworks/CloudKit.framework/CKFetchShareMetadataOperation.h index 2209e7e945..41c8880e84 100644 --- a/Frameworks/CloudKit.framework/CKFetchShareMetadataOperation.h +++ b/Frameworks/CloudKit.framework/CKFetchShareMetadataOperation.h @@ -31,6 +31,7 @@ - (void)fillFromOperationInfo:(id)arg1; - (void)fillOutOperationInfo:(id)arg1; - (BOOL)hasCKOperationCallbacksSet; +- (id)init; - (id)initWithShareURLs:(id)arg1; - (id)packagesToDestroy; - (id /* block */)perShareMetadataBlock; diff --git a/Frameworks/CloudKit.framework/CKRecord.h b/Frameworks/CloudKit.framework/CKRecord.h index f4f0e1846c..95d7e6b8d1 100644 --- a/Frameworks/CloudKit.framework/CKRecord.h +++ b/Frameworks/CloudKit.framework/CKRecord.h @@ -60,6 +60,7 @@ @property (nonatomic, readonly) BOOL containsPackageValues; @property (nonatomic, copy) NSDate *creationDate; @property (nonatomic, copy) CKRecordID *creatorUserRecordID; +@property (nonatomic, retain) NSData *data; @property (readonly, copy) NSString *debugDescription; @property (readonly, copy) NSString *description; @property (nonatomic, readonly) NSData *encryptedFullTokenData; @@ -67,6 +68,7 @@ @property (nonatomic, retain) NSString *etag; @property (nonatomic, readonly) NSString *fullToken; @property (nonatomic, readonly) BOOL hasEncryptedData; +@property (nonatomic) BOOL hasLargeDataAsset; @property (nonatomic, readonly) BOOL hasModifiedEncryptedData; @property (nonatomic, readonly) BOOL hasModifiedPropertiesRequiringEncryption; @property (nonatomic, readonly) BOOL hasPropertiesRequiringDecryption; @@ -75,6 +77,7 @@ @property (nonatomic) BOOL hasUpdatedShare; @property (readonly) unsigned int hash; @property (getter=isKnownToServer, nonatomic) BOOL knownToServer; +@property (nonatomic, retain) CKAsset *largeDataAsset; @property (nonatomic, copy) CKRecordID *lastModifiedUserRecordID; @property (nonatomic, copy) NSDate *modificationDate; @property (nonatomic, copy) NSString *modifiedByDevice; @@ -108,6 +111,7 @@ @property (nonatomic) BOOL trackChanges; @property (nonatomic) BOOL useLightweightPCS; @property (nonatomic, retain) NSDictionary *values; +@property (nonatomic, retain) NSNumber *version; @property (nonatomic) BOOL wantsChainPCS; @property (nonatomic) BOOL wantsPublicSharingKey; @property (nonatomic) BOOL wasCached; @@ -125,7 +129,7 @@ - (void).cxx_destruct; - (void)CKAssignToContainerWithID:(id)arg1; -- (id)CKPropertiesToDescribe:(BOOL)arg1; +- (id)CKDescriptionPropertiesWithPublic:(BOOL)arg1 private:(BOOL)arg2 shouldExpand:(BOOL)arg3; - (id)URL; - (id)_allStrings; - (BOOL)_checkProperties:(BOOL)arg1 withValueCheckBlock:(id /* block */)arg2; @@ -267,6 +271,17 @@ - (BOOL)wasCached; - (id)zoneProtectionEtag; +// Image: /System/Library/PrivateFrameworks/Accessibility.framework/Frameworks/AXHearingSupport.framework/AXHearingSupport + +- (id)data; +- (BOOL)hasLargeDataAsset; +- (id)largeDataAsset; +- (void)setData:(id)arg1; +- (void)setHasLargeDataAsset:(BOOL)arg1; +- (void)setLargeDataAsset:(id)arg1; +- (void)setVersion:(id)arg1; +- (id)version; + // Image: /System/Library/PrivateFrameworks/CloudDocsDaemon.framework/CloudDocsDaemon + (id)brc_containerMetadataRecordWithContainer:(id)arg1; diff --git a/Frameworks/CloudKit.framework/CKRecordID.h b/Frameworks/CloudKit.framework/CKRecordID.h index 499bb89139..f022098acf 100644 --- a/Frameworks/CloudKit.framework/CKRecordID.h +++ b/Frameworks/CloudKit.framework/CKRecordID.h @@ -19,9 +19,9 @@ + (BOOL)supportsSecureCoding; - (void).cxx_destruct; +- (id)CKDescriptionPropertiesWithPublic:(BOOL)arg1 private:(BOOL)arg2 shouldExpand:(BOOL)arg3; - (id)CKPropertiesDescription; - (id)CKPropertiesDescriptionWithProperties:(id)arg1; -- (id)CKPropertiesToDescribe:(BOOL)arg1; - (id)CKXPCSuitableString; - (id)ckShortDescription; - (id)copyWithZone:(struct _NSZone { }*)arg1; @@ -42,6 +42,7 @@ // Image: /System/Library/PrivateFrameworks/CloudDocsDaemon.framework/CloudDocsDaemon +- (id)_itemIDWithLibraryRowID:(id)arg1 session:(id)arg2; - (id)brc_appLibraryDocumentsZoneName; - (id)brc_appLibraryRootZoneName; - (BOOL)brc_isAppLibraryDocumentsRecordID; diff --git a/Frameworks/CloudKit.framework/CKRecordZone.h b/Frameworks/CloudKit.framework/CKRecordZone.h index 8347b3adfe..037be52047 100644 --- a/Frameworks/CloudKit.framework/CKRecordZone.h +++ b/Frameworks/CloudKit.framework/CKRecordZone.h @@ -34,8 +34,8 @@ - (void).cxx_destruct; - (void)CKAssignToContainerWithID:(id)arg1; +- (id)CKDescriptionPropertiesWithPublic:(BOOL)arg1 private:(BOOL)arg2 shouldExpand:(BOOL)arg3; - (id)CKPropertiesDescription; -- (id)CKPropertiesToDescribe:(BOOL)arg1; - (id)_initZoneWithIdentifier:(id)arg1 capabilities:(unsigned int)arg2; - (long long)assetQuotaUsage; - (unsigned int)capabilities; diff --git a/Frameworks/CloudKit.framework/CKRecordZoneID.h b/Frameworks/CloudKit.framework/CKRecordZoneID.h index 3378b005a5..a6ccf04d29 100644 --- a/Frameworks/CloudKit.framework/CKRecordZoneID.h +++ b/Frameworks/CloudKit.framework/CKRecordZoneID.h @@ -20,9 +20,9 @@ + (BOOL)supportsSecureCoding; - (void).cxx_destruct; +- (id)CKDescriptionPropertiesWithPublic:(BOOL)arg1 private:(BOOL)arg2 shouldExpand:(BOOL)arg3; - (id)CKPropertiesDescription; - (id)CKPropertiesDescriptionWithProperties:(id)arg1; -- (id)CKPropertiesToDescribe:(BOOL)arg1; - (id)CKXPCSuitableString; - (id)_initWithZoneName:(id)arg1 ownerName:(id)arg2; - (id)ckShortDescription; diff --git a/Frameworks/CloudKit.framework/CKShare.h b/Frameworks/CloudKit.framework/CKShare.h index 361756c51f..2579bb0507 100644 --- a/Frameworks/CloudKit.framework/CKShare.h +++ b/Frameworks/CloudKit.framework/CKShare.h @@ -52,7 +52,7 @@ - (void).cxx_destruct; - (void)CKAssignToContainerWithID:(id)arg1; -- (id)CKPropertiesToDescribe:(BOOL)arg1; +- (id)CKDescriptionPropertiesWithPublic:(BOOL)arg1 private:(BOOL)arg2 shouldExpand:(BOOL)arg3; - (void)_addOwnerParticipant; - (void)_addParticipantBypassingChecks:(id)arg1; - (void)_addParticipantEmails:(id)arg1 phoneNumbers:(id)arg2 asReadWrite:(BOOL)arg3 inContainer:(id)arg4 completionHandler:(id /* block */)arg5; diff --git a/Frameworks/CloudKit.framework/CKShareMetadata.h b/Frameworks/CloudKit.framework/CKShareMetadata.h index 462b6e6776..81f530273e 100644 --- a/Frameworks/CloudKit.framework/CKShareMetadata.h +++ b/Frameworks/CloudKit.framework/CKShareMetadata.h @@ -47,7 +47,7 @@ - (void).cxx_destruct; - (void)CKAssignToContainerWithID:(id)arg1; -- (id)CKPropertiesToDescribe:(BOOL)arg1; +- (id)CKDescriptionPropertiesWithPublic:(BOOL)arg1 private:(BOOL)arg2 shouldExpand:(BOOL)arg3; - (BOOL)acceptedInProcess; - (id)baseToken; - (id)callingParticipant; diff --git a/Frameworks/CloudKit.framework/CKShareParticipant.h b/Frameworks/CloudKit.framework/CKShareParticipant.h index ad3b362138..8ba5ab4588 100644 --- a/Frameworks/CloudKit.framework/CKShareParticipant.h +++ b/Frameworks/CloudKit.framework/CKShareParticipant.h @@ -43,7 +43,7 @@ + (BOOL)supportsSecureCoding; - (void).cxx_destruct; -- (id)CKPropertiesToDescribe:(BOOL)arg1; +- (id)CKDescriptionPropertiesWithPublic:(BOOL)arg1 private:(BOOL)arg2 shouldExpand:(BOOL)arg3; - (id)_initWithUserIdentity:(id)arg1; - (void)_stripPersonalInfo; - (int)acceptanceStatus; diff --git a/Frameworks/CloudKit.framework/CKTrafficLogger.h b/Frameworks/CloudKit.framework/CKTrafficLogger.h deleted file mode 100644 index d34d03f414..0000000000 --- a/Frameworks/CloudKit.framework/CKTrafficLogger.h +++ /dev/null @@ -1,22 +0,0 @@ -/* Generated by RuntimeBrowser - Image: /System/Library/Frameworks/CloudKit.framework/CloudKit - */ - -@interface CKTrafficLogger : NSObject { - NSFileHandle * _trafficFileHandle; -} - -@property (nonatomic, retain) NSFileHandle *trafficFileHandle; - -+ (id)defaultLogger; - -- (void).cxx_destruct; -- (void)_logTrafficData:(id)arg1 andBinaryData:(id)arg2; -- (id)_nilTerminatedCopyOfData:(id)arg1; -- (void)_slurpTrafficDataFromHumanReadableFile:(id)arg1 binaryFile:(id)arg2 prefixString:(id)arg3 suffixString:(id)arg4; -- (id)init; -- (void)setTrafficFileHandle:(id)arg1; -- (void)slurpAndRemoveLookasideHumanFile:(id)arg1 binaryFile:(id)arg2 prefixString:(id)arg3 suffixString:(id)arg4 logGroup:(id)arg5; -- (id)trafficFileHandle; - -@end diff --git a/Frameworks/CloudKit.framework/CKUserIdentity.h b/Frameworks/CloudKit.framework/CKUserIdentity.h index 67324d0f2d..bf05a7331e 100644 --- a/Frameworks/CloudKit.framework/CKUserIdentity.h +++ b/Frameworks/CloudKit.framework/CKUserIdentity.h @@ -33,7 +33,7 @@ + (BOOL)supportsSecureCoding; - (void).cxx_destruct; -- (id)CKPropertiesToDescribe:(BOOL)arg1; +- (id)CKDescriptionPropertiesWithPublic:(BOOL)arg1 private:(BOOL)arg2 shouldExpand:(BOOL)arg3; - (id)_init; - (id)ckShortDescription; - (id)copyWithZone:(struct _NSZone { }*)arg1; diff --git a/Frameworks/CloudKit.framework/CKUserIdentityLookupInfo.h b/Frameworks/CloudKit.framework/CKUserIdentityLookupInfo.h index 5803a9bbe1..0bdd20b1c6 100644 --- a/Frameworks/CloudKit.framework/CKUserIdentityLookupInfo.h +++ b/Frameworks/CloudKit.framework/CKUserIdentityLookupInfo.h @@ -26,8 +26,8 @@ + (BOOL)supportsSecureCoding; - (void).cxx_destruct; +- (id)CKDescriptionPropertiesWithPublic:(BOOL)arg1 private:(BOOL)arg2 shouldExpand:(BOOL)arg3; - (id)CKPropertiesDescription; -- (id)CKPropertiesToDescribe:(BOOL)arg1; - (void)_stripPersonalInfo; - (id)ckShortDescription; - (id)copyWithZone:(struct _NSZone { }*)arg1; diff --git a/Frameworks/Contacts.framework/CNChangesNotifier.h b/Frameworks/Contacts.framework/CNChangesNotifier.h index 934cf50019..749022b063 100644 --- a/Frameworks/Contacts.framework/CNChangesNotifier.h +++ b/Frameworks/Contacts.framework/CNChangesNotifier.h @@ -10,15 +10,16 @@ + (void)flushSharedNotifier; + (id)sharedNotifier; -+ (id)sharedNotifierWithNotificationWrapper:(id)arg1; ++ (id)sharedNotifierWithNotificationWrapper:(id)arg1 schedulerProvider:(id)arg2; - (void)dealloc; - (void)didChangeMeContactSuccessfully:(BOOL)arg1 fromContactStore:(id)arg2 requestIdentifier:(id)arg3; - (void)didSaveChangesSuccessfully:(BOOL)arg1 fromContactStore:(id)arg2 requestIdentifier:(id)arg3; - (BOOL)forwardsSelfGeneratedDistributedSaveNotifications; - (id)init; -- (id)initWithNotificationWrapper:(id)arg1; +- (id)initWithNotificationWrapper:(id)arg1 schedulerProvider:(id)arg2; - (id)notifierProxy; +- (void)setExternalNotificationCoalescingDelay:(double)arg1; - (void)setForwardsSelfGeneratedDistributedSaveNotifications:(BOOL)arg1; - (void)setNotifierProxy:(id)arg1; - (void)waitForCurrentTasksToFinish; diff --git a/Frameworks/Contacts.framework/CNChangesNotifierProxy.h b/Frameworks/Contacts.framework/CNChangesNotifierProxy.h index b0882494f5..7c4cec3db7 100644 --- a/Frameworks/Contacts.framework/CNChangesNotifierProxy.h +++ b/Frameworks/Contacts.framework/CNChangesNotifierProxy.h @@ -3,17 +3,24 @@ */ @interface CNChangesNotifierProxy : NSObject { + NSString * _coalescingNotificationName; + CNCoalescingTimer * _coalescingTimer; + double _externalNotificationCoalescingDelay; NSMutableDictionary * _notificationForwardingMapping; NSMutableDictionary * _notificationsToBeSentOnceAllowed; NSObject * _notifierQueue; NSMapTable * _notifyingBlocks; NSMapTable * _removalBlocks; + * _schedulerProvider; NSCountedSet * _supressedNotificationNames; BOOL forwardsSelfGeneratedDistributedSaveNotifications; } +@property (nonatomic, retain) NSString *coalescingNotificationName; +@property (nonatomic, retain) CNCoalescingTimer *coalescingTimer; @property (readonly, copy) NSString *debugDescription; @property (readonly, copy) NSString *description; +@property (nonatomic) double externalNotificationCoalescingDelay; @property (nonatomic) BOOL forwardsSelfGeneratedDistributedSaveNotifications; @property (readonly) unsigned int hash; @property (nonatomic, readonly) NSMutableDictionary *notificationForwardingMapping; @@ -21,25 +28,35 @@ @property (nonatomic, retain) NSObject *notifierQueue; @property (nonatomic, retain) NSMapTable *notifyingBlocks; @property (nonatomic, retain) NSMapTable *removalBlocks; +@property (nonatomic, readonly) *schedulerProvider; @property (readonly) Class superclass; @property (nonatomic, retain) NSCountedSet *supressedNotificationNames; - (void)addListenerForNotificationName:(id)arg1 registration:(id /* block */)arg2 removal:(id /* block */)arg3; - (void)addNotificationPoster:(id /* block */)arg1 forNotificationName:(id)arg2; +- (void)coalesceNotificationName:(id)arg1; +- (id)coalescingNotificationName; +- (id)coalescingTimer; - (void)dealloc; +- (double)externalNotificationCoalescingDelay; - (void)forwardNotificationName:(id)arg1 asNotificationName:(id)arg2; - (BOOL)forwardsSelfGeneratedDistributedSaveNotifications; -- (id)init; +- (id)initWithSchedulerProvider:(id)arg1; - (id)notificationForwardingMapping; - (id)notificationsToBeSentOnceAllowed; - (id)notifierQueue; - (id)notifyingBlocks; - (void)postNotificationName:(id)arg1 fromSender:(id)arg2 saveIdentifier:(id)arg3 isFromExternalProcess:(BOOL)arg4; - (void)postNotificationName:(id)arg1 fromSender:(id)arg2 saveIdentifier:(id)arg3 userInfo:(id)arg4 shouldForwardExternally:(BOOL)arg5 calledFromNotifierQueue:(BOOL)arg6 isFromExternalProcess:(BOOL)arg7; +- (void)receiveExternalNotificationName:(id)arg1; - (void)receiveNotificationName:(id)arg1 fromSender:(id)arg2 saveIdentifier:(id)arg3 userInfo:(id)arg4 calledFromNotifierQueue:(BOOL)arg5 isFromExternalProcess:(BOOL)arg6; - (void)receiveNotificationName:(id)arg1 fromSender:(id)arg2 saveIdentifier:(id)arg3 userInfo:(id)arg4 isFromExternalProcess:(BOOL)arg5; - (id)removalBlocks; - (void)removeAllRegisteredNotificationSources; +- (id)schedulerProvider; +- (void)setCoalescingNotificationName:(id)arg1; +- (void)setCoalescingTimer:(id)arg1; +- (void)setExternalNotificationCoalescingDelay:(double)arg1; - (void)setForwardsSelfGeneratedDistributedSaveNotifications:(BOOL)arg1; - (void)setNotificationsToBeSentOnceAllowed:(id)arg1; - (void)setNotifierQueue:(id)arg1; diff --git a/Frameworks/Contacts.framework/CNContact.h b/Frameworks/Contacts.framework/CNContact.h index 9abf94ec30..e6b88da685 100644 --- a/Frameworks/Contacts.framework/CNContact.h +++ b/Frameworks/Contacts.framework/CNContact.h @@ -412,11 +412,23 @@ + (id)mf_contactWithPersonNameComponents:(id)arg1 emailAddress:(id)arg2; +// Image: /System/Library/PrivateFrameworks/Accessibility.framework/Frameworks/AXHearingSupport.framework/AXHearingSupport + ++ (id)contactForPhoneNumber:(id)arg1; + +- (BOOL)ttyIsMe; + // Image: /System/Library/PrivateFrameworks/ChatKit.framework/ChatKit - (id)identifierForKey:(id)arg1 withDestination:(id)arg2; - (id)identifierForKey:(id)arg1 withDestination:(id)arg2; +// Image: /System/Library/PrivateFrameworks/CoreSuggestionsInternals.framework/CoreSuggestionsInternals + +- (BOOL)hasEmailAddress:(id)arg1; +- (BOOL)hasPhoneNumber:(id)arg1; +- (BOOL)hasPostalAddress:(id)arg1; + // Image: /System/Library/PrivateFrameworks/PassKitCore.framework/PassKitCore + (id)contactWithABRecordRef:(void*)arg1; @@ -436,6 +448,7 @@ - (id)pkFullName; - (id)pkSingleLineFormattedContactAddress; - (id)recentContact; +- (id)sanitizedContact; - (void)setContactSource:(unsigned int)arg1; - (void)setRecentContact:(id)arg1; diff --git a/Frameworks/Contacts.framework/CNContactChangesNotifier.h b/Frameworks/Contacts.framework/CNContactChangesNotifier.h index 515d840152..3faaaaee21 100644 --- a/Frameworks/Contacts.framework/CNContactChangesNotifier.h +++ b/Frameworks/Contacts.framework/CNContactChangesNotifier.h @@ -4,32 +4,42 @@ @interface CNContactChangesNotifier : NSObject { CNContactStore * _contactStore; + * _downstream; BOOL _observingNotification; CNMutableMultiDictionary * _registeredObservers; + * _resourceLock; + * _workQueue; } -@property (nonatomic, retain) CNContactStore *contactStore; -@property BOOL observingNotification; -@property (nonatomic, retain) CNMutableMultiDictionary *registeredObservers; +@property (nonatomic, readonly) CNContactStore *contactStore; +@property (nonatomic, readonly) *downstream; +@property (getter=isObservingNotification, nonatomic) BOOL observingNotification; +@property (nonatomic, readonly) CNMutableMultiDictionary *registeredObservers; +@property (nonatomic, readonly) *resourceLock; +@property (nonatomic, readonly) *workQueue; ++ (id)createProxyForObserver:(id)arg1 keysToFetch:(id)arg2; ++ (id)preparedContact:(id)arg1 withStore:(id)arg2 keysToFetch:(id)arg3; + (id)sharedNotifier; ++ (id)workQueue_createFetchersFromRegisteredObservers:(id)arg1; - (void).cxx_destruct; -- (id)_fetchers; -- (BOOL)_unregisterObserver:(id)arg1 forIdentifier:(id)arg2; -- (void)_updateObservers; -- (void)_updateObserving; - (id)contactStore; - (void)contactStoreDidChange:(id)arg1; +- (id)downstream; - (id)init; -- (id)initWithContactStore:(id)arg1; -- (BOOL)observingNotification; +- (id)initWithContactStore:(id)arg1 downstreamScheduler:(id)arg2 schedulerProvider:(id)arg3; +- (BOOL)isObservingNotification; - (void)registerObserver:(id)arg1 forContact:(id)arg2; - (void)registerObserver:(id)arg1 forContact:(id)arg2 keysToFetch:(id)arg3; +- (void)registerProxy:(id)arg1 identifier:(id)arg2; - (id)registeredObservers; -- (void)setContactStore:(id)arg1; +- (id)resourceLock; +- (BOOL)resourceLock_removeProxiesPassingTest:(id /* block */)arg1 forIdentifier:(id)arg2; - (void)setObservingNotification:(BOOL)arg1; -- (void)setRegisteredObservers:(id)arg1; - (void)unregisterObserver:(id)arg1 forContact:(id)arg2; +- (id)workQueue; +- (void)workQueue_updateObservers; +- (void)workQueue_updateObserving; @end diff --git a/Frameworks/Contacts.framework/CNContactStore.h b/Frameworks/Contacts.framework/CNContactStore.h index a8465f43a8..b8930435af 100644 --- a/Frameworks/Contacts.framework/CNContactStore.h +++ b/Frameworks/Contacts.framework/CNContactStore.h @@ -41,11 +41,14 @@ - (id)contactFromPersonID:(int)arg1; - (id)contactFromPersonID:(int)arg1 keysToFetch:(id)arg2; - (id)contactIdentifierFromPersonID:(int)arg1; +- (id)contactIdentifierWithMatchingDictionary:(id)arg1; - (id)contactIdentifiersForFetchRequest:(id)arg1 error:(id*)arg2; +- (id)contactWithMatchingDictionary:(id)arg1 keysToFetch:(id)arg2; - (id)contactWithUserActivityUserInfo:(id)arg1 keysToFetch:(id)arg2; - (id)contactsMatchingPropertiesOfContact:(id)arg1 unifyResults:(BOOL)arg2 keysToFetch:(id)arg3 error:(id*)arg4; - (id)containersMatchingPredicate:(id)arg1 error:(id*)arg2; - (id)defaultContainerIdentifier; +- (id)descriptorForRequiredKeysForMatchingDictionary; - (BOOL)enumerateContactsAndMatchInfoWithFetchRequest:(id)arg1 error:(id*)arg2 usingBlock:(id /* block */)arg3; - (BOOL)enumerateContactsWithFetchRequest:(id)arg1 error:(id*)arg2 usingBlock:(id /* block */)arg3; - (id)executeFetchRequest:(id)arg1 completion:(id /* block */)arg2; @@ -62,6 +65,7 @@ - (id)initWithDataLocationName:(id)arg1; - (id)initWithEnvironment:(id)arg1; - (id)initWithEnvironment:(id)arg1 options:(unsigned int)arg2; +- (id)matchingDictionaryForContact:(id)arg1; - (id)meContactIdentifierWithError:(id*)arg1; - (id)membersOfGroupWithIdentifier:(id)arg1 keysToFetch:(id)arg2 error:(id*)arg3; - (id)originForSuggestion:(id)arg1 error:(id*)arg2; diff --git a/Frameworks/Contacts.framework/CNDataMapperContactStore.h b/Frameworks/Contacts.framework/CNDataMapperContactStore.h index 62a0e6fcca..1d46fcd8f0 100644 --- a/Frameworks/Contacts.framework/CNDataMapperContactStore.h +++ b/Frameworks/Contacts.framework/CNDataMapperContactStore.h @@ -24,12 +24,14 @@ - (id)batchEnumeratorForFetchRequest:(id)arg1; - (id)changeHistoryWithFetchRequest:(id)arg1 error:(id*)arg2; - (BOOL)clearChangeHistoryForClient:(id)arg1 toSequenceNumber:(int)arg2 error:(id*)arg3; +- (id)contactIdentifierWithMatchingDictionary:(id)arg1; - (id)contactIdentifiersForFetchRequest:(id)arg1 error:(id*)arg2; - (id)contactWithUserActivityUserInfo:(id)arg1 keysToFetch:(id)arg2; - (id)contactsInContainerWithIdentifier:(id)arg1 keysToFetch:(id)arg2 error:(id*)arg3; - (id)containersMatchingPredicate:(id)arg1 error:(id*)arg2; - (void)dealloc; - (id)defaultContainerIdentifier; +- (id)descriptorForRequiredKeysForMatchingDictionary; - (BOOL)enumerateContactsAndMatchInfoWithFetchRequest:(id)arg1 error:(id*)arg2 usingBlock:(id /* block */)arg3; - (id)executeFetchRequest:(id)arg1 progressiveResults:(id /* block */)arg2 completion:(id /* block */)arg3; - (BOOL)executeSaveRequest:(id)arg1 error:(id*)arg2; @@ -43,6 +45,7 @@ - (id)initWithEnvironment:(id)arg1; - (BOOL)isValidSaveRequest:(id)arg1 error:(id*)arg2; - (id)mapper; +- (id)matchingDictionaryForContact:(id)arg1; - (id)meContactIdentifierWithError:(id*)arg1; - (id)membersOfGroupWithIdentifier:(id)arg1 keysToFetch:(id)arg2 error:(id*)arg3; - (id)policyForContainerWithIdentifier:(id)arg1 error:(id*)arg2; diff --git a/Frameworks/Contacts.framework/CNInstantMessageAddress.h b/Frameworks/Contacts.framework/CNInstantMessageAddress.h index f2a0fb34eb..4269d9cbbd 100644 --- a/Frameworks/Contacts.framework/CNInstantMessageAddress.h +++ b/Frameworks/Contacts.framework/CNInstantMessageAddress.h @@ -6,6 +6,7 @@ NSArray * _bundleIdentifiers; NSString * _service; NSString * _teamIdentifier; + NSString * _userIdentifier; NSString * _username; } @@ -16,6 +17,7 @@ @property (nonatomic, copy) NSString *service; @property (readonly) Class superclass; @property (nonatomic, copy) NSString *teamIdentifier; +@property (nonatomic, copy) NSString *userIdentifier; @property (nonatomic, copy) NSString *username; + (id)instantMessageAddressWithDictionaryRepresentation:(id)arg1; @@ -32,7 +34,7 @@ - (unsigned int)hash; - (id)initWithCoder:(id)arg1; - (id)initWithUsername:(id)arg1 service:(id)arg2; -- (id)initWithUsername:(id)arg1 service:(id)arg2 teamIdentifier:(id)arg3 bundleIdentifiers:(id)arg4; +- (id)initWithUsername:(id)arg1 userIdentifier:(id)arg2 service:(id)arg3 teamIdentifier:(id)arg4 bundleIdentifiers:(id)arg5; - (BOOL)isEqual:(id)arg1; - (BOOL)isValid:(id*)arg1; - (id)mutableCopyWithZone:(struct _NSZone { }*)arg1; @@ -40,8 +42,10 @@ - (void)setBundleIdentifiers:(id)arg1; - (void)setService:(id)arg1; - (void)setTeamIdentifier:(id)arg1; +- (void)setUserIdentifier:(id)arg1; - (void)setUsername:(id)arg1; - (id)teamIdentifier; +- (id)userIdentifier; - (id)username; @end diff --git a/Frameworks/Contacts.framework/CNMutableInstantMessageAddress.h b/Frameworks/Contacts.framework/CNMutableInstantMessageAddress.h index b41ded9e2e..d6d0586dad 100644 --- a/Frameworks/Contacts.framework/CNMutableInstantMessageAddress.h +++ b/Frameworks/Contacts.framework/CNMutableInstantMessageAddress.h @@ -4,9 +4,7 @@ @interface CNMutableInstantMessageAddress : CNInstantMessageAddress -@property (nonatomic, copy) NSArray *bundleIdentifiers; @property (nonatomic, copy) NSString *service; -@property (nonatomic, copy) NSString *teamIdentifier; @property (nonatomic, copy) NSString *username; - (id)copyWithZone:(struct _NSZone { }*)arg1; diff --git a/Frameworks/Contacts.framework/CNPhoneNumber.h b/Frameworks/Contacts.framework/CNPhoneNumber.h index 22c289b681..58b2774d06 100644 --- a/Frameworks/Contacts.framework/CNPhoneNumber.h +++ b/Frameworks/Contacts.framework/CNPhoneNumber.h @@ -59,4 +59,8 @@ - (id)_cnui_URLDestinationID; +// Image: /System/Library/PrivateFrameworks/PassKitCore.framework/PassKitCore + +- (id)pkFormattedStringValue; + @end diff --git a/Frameworks/Contacts.framework/CNiOSAddressBookDataMapper.h b/Frameworks/Contacts.framework/CNiOSAddressBookDataMapper.h index 05ae24def5..958c5c9b21 100644 --- a/Frameworks/Contacts.framework/CNiOSAddressBookDataMapper.h +++ b/Frameworks/Contacts.framework/CNiOSAddressBookDataMapper.h @@ -36,6 +36,7 @@ - (BOOL)canExecuteSaveRequest:(id)arg1 error:(id*)arg2; - (id)changeHistoryWithFetchRequest:(id)arg1 error:(id*)arg2; - (BOOL)clearChangeHistoryForClient:(id)arg1 toSequenceNumber:(int)arg2 error:(id*)arg3; +- (id)contactIdentifierWithMatchingDictionary:(id)arg1; - (id)contactWithUserActivityUserInfo:(id)arg1 keysToFetch:(id)arg2; - (id)contactsForFetchRequest:(id)arg1 error:(id*)arg2; - (id)contactsForFetchRequest:(id)arg1 matchInfos:(id*)arg2 error:(id*)arg3; @@ -44,6 +45,7 @@ - (void)dealloc; - (id)defaultContainerIdentifier; - (id)defaultContainerIdentifierForAddressBook:(void*)arg1; +- (id)descriptorForRequiredKeysForMatchingDictionary; - (id)executeFetchRequest:(id)arg1 progressiveResults:(id /* block */)arg2 completion:(id /* block */)arg3; - (BOOL)executeSaveRequest:(id)arg1 error:(id*)arg2; - (BOOL)executeSaveRequest:(id)arg1 response:(id*)arg2 error:(id*)arg3; @@ -53,6 +55,7 @@ - (id)init; - (id)initWithAddressBook:(id)arg1; - (id)initWithContactsEnvironment:(id)arg1; +- (id)matchingDictionaryForContact:(id)arg1; - (id)meContactIdentifierWithError:(id*)arg1; - (id)membersOfGroupWithIdentifier:(id)arg1 keysToFetch:(id)arg2 error:(id*)arg3; - (id)policyForContainerWithIdentifier:(id)arg1 error:(id*)arg2; diff --git a/Frameworks/ContactsUI.framework/CNAccountsAndGroupsItem.h b/Frameworks/ContactsUI.framework/CNAccountsAndGroupsItem.h index 7a69cbb98f..8082b299b8 100644 --- a/Frameworks/ContactsUI.framework/CNAccountsAndGroupsItem.h +++ b/Frameworks/ContactsUI.framework/CNAccountsAndGroupsItem.h @@ -20,7 +20,7 @@ @property (nonatomic) int containerType; @property (nonatomic, retain) NSString *identifier; @property (nonatomic, retain) NSString *name; -@property (nonatomic, copy) id /* block */ nameProvider; +@property (nonatomic, readonly, copy) id /* block */ nameProvider; @property (nonatomic) CNAccountsAndGroupsItem *parentItem; @property (getter=isSelected, nonatomic) BOOL selected; @property (nonatomic) BOOL soloSelect; @@ -33,7 +33,7 @@ - (id)childItems; - (int)containerType; - (id)identifier; -- (id)initWithType:(int)arg1; +- (id)initWithType:(int)arg1 nameProvider:(id /* block */)arg2; - (BOOL)isSelected; - (int)localizedCompare:(id)arg1; - (id)name; @@ -44,7 +44,6 @@ - (void)setContainerType:(int)arg1; - (void)setIdentifier:(id)arg1; - (void)setName:(id)arg1; -- (void)setNameProvider:(id /* block */)arg1; - (void)setParentItem:(id)arg1; - (void)setSelected:(BOOL)arg1; - (void)setSoloSelect:(BOOL)arg1; diff --git a/Frameworks/ContactsUI.framework/CNActionView.h b/Frameworks/ContactsUI.framework/CNActionView.h index 23456dbea1..5b187afaf2 100644 --- a/Frameworks/ContactsUI.framework/CNActionView.h +++ b/Frameworks/ContactsUI.framework/CNActionView.h @@ -85,6 +85,7 @@ - (int)style; - (struct CGSize { float x1; float x2; })systemLayoutSizeFittingSize:(struct CGSize { float x1; float x2; })arg1 withHorizontalFittingPriority:(float)arg2 verticalFittingPriority:(float)arg3; - (id)tapGestureRecognizer; +- (void)tintColorDidChange; - (id)title; - (id)titleLabel; - (id)type; diff --git a/Frameworks/ContactsUI.framework/CNAvatarView.h b/Frameworks/ContactsUI.framework/CNAvatarView.h index e770d96b2f..459c56dac6 100644 --- a/Frameworks/ContactsUI.framework/CNAvatarView.h +++ b/Frameworks/ContactsUI.framework/CNAvatarView.h @@ -2,7 +2,7 @@ Image: /System/Library/Frameworks/ContactsUI.framework/ContactsUI */ -@interface CNAvatarView : UIControl { +@interface CNAvatarView : UIView { BOOL _allowsAnimation; BOOL _asynchronousRendering; BOOL _autoUpdateContact; @@ -80,6 +80,11 @@ + (BOOL)defaultThreeDTouchSupport; + (id)descriptorForRequiredKeys; + (id)descriptorForRequiredKeysWithThreeDTouchEnabled:(BOOL)arg1; ++ (Class)likenessProviderViewClassForProvider:(id)arg1; ++ (void)setLikenessProvider:(id)arg1 onImageView:(id)arg2 circular:(BOOL)arg3; ++ (void)setLikenessProvider:(id)arg1 onPRLikenessView:(id)arg2 circular:(BOOL)arg3; ++ (void)setLikenessProvider:(id)arg1 onView:(id)arg2; ++ (void)setLikenessProvider:(id)arg1 onView:(id)arg2 circular:(BOOL)arg3; - (void).cxx_destruct; - (float)_diameter; @@ -113,6 +118,7 @@ - (void)didMoveToWindow; - (BOOL)disableCornerRadiusForAvatar; - (void)dismissContactViewController:(id)arg1; +- (BOOL)enabled; - (id)forcePressView; - (id)imageForTransitioningToFullScreen; - (id)init; @@ -149,6 +155,7 @@ - (void)setContacts:(id)arg1; - (void)setDelegate:(id)arg1; - (void)setDisableCornerRadiusForAvatar:(BOOL)arg1; +- (void)setEnabled:(BOOL)arg1; - (void)setForcePressView:(id)arg1; - (void)setLikenessProviders:(id)arg1; - (void)setLikenessResolver:(id)arg1; diff --git a/Frameworks/ContactsUI.framework/CNContactAsyncDataSource.h b/Frameworks/ContactsUI.framework/CNContactAsyncDataSource.h index fbc562a9a5..4e6cca08ca 100644 --- a/Frameworks/ContactsUI.framework/CNContactAsyncDataSource.h +++ b/Frameworks/ContactsUI.framework/CNContactAsyncDataSource.h @@ -27,7 +27,7 @@ @property (nonatomic, copy) CNContactStoreFilter *filter; @property (readonly) unsigned int hash; @property (nonatomic, readonly) NSArray *indexSections; -@property (nonatomic, readonly) NSString *meContactIdentifier; +@property (nonatomic, readonly) NSString *mainStorePreferredForNameMeContactIdentifier; @property (nonatomic, retain) *reloadSchedulerProvider; @property (nonatomic, retain) CNManualObservable *reloadStream; @property (nonatomic, retain) NSMutableArray *resultingContacts; @@ -56,7 +56,7 @@ - (void)invalidate; - (void)invalidateResults; - (void)invalidateSearch; -- (id)meContactIdentifier; +- (id)mainStorePreferredForNameMeContactIdentifier; - (void)reload; - (id)reloadSchedulerProvider; - (id)reloadStream; diff --git a/Frameworks/ContactsUI.framework/CNContactContentViewController.h b/Frameworks/ContactsUI.framework/CNContactContentViewController.h index 6c6cd91835..fbcdd84b98 100644 --- a/Frameworks/ContactsUI.framework/CNContactContentViewController.h +++ b/Frameworks/ContactsUI.framework/CNContactContentViewController.h @@ -12,6 +12,7 @@ CNContactAddNewFieldAction * _addNewFieldAction; CNContactAddToExistingContactAction * _addToExistingContactAction; BOOL _allowsActions; + BOOL _allowsActionsModel; BOOL _allowsAddToFavorites; BOOL _allowsAddingToAddressBook; BOOL _allowsCardActions; @@ -94,6 +95,7 @@ CNGroup * _parentGroup; UIViewController * _personHeaderViewController; CNPolicy * _policy; + NSArray * _preEditLeftBarButtonItems; * _presentingDelegate; NSString * _primaryProperty; NSDictionary * _propertyGroups; @@ -119,6 +121,7 @@ @property (nonatomic, retain) CNContactAddNewFieldAction *addNewFieldAction; @property (nonatomic, retain) CNContactAddToExistingContactAction *addToExistingContactAction; @property (nonatomic) BOOL allowsActions; +@property (nonatomic) BOOL allowsActionsModel; @property (nonatomic) BOOL allowsAddToFavorites; @property (nonatomic) BOOL allowsAddingToAddressBook; @property (nonatomic) BOOL allowsCardActions; @@ -203,6 +206,7 @@ @property (nonatomic, retain) UIView *personHeaderView; @property (nonatomic, retain) UIViewController *personHeaderViewController; @property (nonatomic, retain) CNPolicy *policy; +@property (nonatomic, retain) NSArray *preEditLeftBarButtonItems; @property (nonatomic) *presentingDelegate; @property (nonatomic, retain) NSString *primaryProperty; @property (nonatomic, readonly) NSDictionary *propertyGroups; @@ -223,6 +227,7 @@ + (id)boolStateRestorationProperties; + (id)createActionsControllerWithActionListDataSource:(id)arg1; + (id)descriptorForRequiredKeys; ++ (id)descriptorForRequiredKeysForContact:(id)arg1; + (id)descriptorForRequiredKeysWithDescription:(id)arg1; + (BOOL)enablesTransportButtons; + (id)viewControllerWithRestorationIdentifierPath:(id)arg1 coder:(id)arg2; @@ -320,6 +325,7 @@ - (void)adjustInsetsForKeyboardOverlap:(float)arg1; - (void)adjustPreferredContentSize; - (BOOL)allowsActions; +- (BOOL)allowsActionsModel; - (BOOL)allowsAddToFavorites; - (BOOL)allowsAddingToAddressBook; - (BOOL)allowsCardActions; @@ -456,6 +462,7 @@ - (id)personHeaderView; - (id)personHeaderViewController; - (id)policy; +- (id)preEditLeftBarButtonItems; - (void)prepareCell:(id)arg1; - (void)presentViewController:(id)arg1 sourceView:(id)arg2; - (id)presentingDelegate; @@ -494,6 +501,7 @@ - (void)setAddNewFieldAction:(id)arg1; - (void)setAddToExistingContactAction:(id)arg1; - (void)setAllowsActions:(BOOL)arg1; +- (void)setAllowsActionsModel:(BOOL)arg1; - (void)setAllowsAddToFavorites:(BOOL)arg1; - (void)setAllowsAddingToAddressBook:(BOOL)arg1; - (void)setAllowsCardActions:(BOOL)arg1; @@ -575,6 +583,7 @@ - (void)setPersonHeaderView:(id)arg1; - (void)setPersonHeaderViewController:(id)arg1; - (void)setPolicy:(id)arg1; +- (void)setPreEditLeftBarButtonItems:(id)arg1; - (void)setPresentingDelegate:(id)arg1; - (void)setPrimaryProperty:(id)arg1; - (void)setSaveCommand:(id)arg1; diff --git a/Frameworks/ContactsUI.framework/CNContactCustomDataSource.h b/Frameworks/ContactsUI.framework/CNContactCustomDataSource.h index 0e0c315d07..c406a42980 100644 --- a/Frameworks/ContactsUI.framework/CNContactCustomDataSource.h +++ b/Frameworks/ContactsUI.framework/CNContactCustomDataSource.h @@ -30,7 +30,7 @@ @property (nonatomic, retain) NSMapTable *identifiersToIndexes; @property (nonatomic, readonly) NSArray *indexSections; @property (nonatomic, retain) NSArray *keysToFetch; -@property (nonatomic, readonly) NSString *meContactIdentifier; +@property (nonatomic, readonly) NSString *mainStorePreferredForNameMeContactIdentifier; @property (nonatomic) BOOL observingContacts; @property (nonatomic, readonly) NSArray *sections; @property (nonatomic, readonly) BOOL shouldReturnToAccountsAndGroupsViewAfterSearchIsCanceled; @@ -63,7 +63,7 @@ - (id)initWithContacts:(id)arg1 keysToFetch:(id)arg2; - (id)initWithContacts:(id)arg1 keysToFetch:(id)arg2 filter:(id)arg3; - (id)keysToFetch; -- (id)meContactIdentifier; +- (id)mainStorePreferredForNameMeContactIdentifier; - (BOOL)observingContacts; - (id)sections; - (void)setAllContacts:(id)arg1; diff --git a/Frameworks/ContactsUI.framework/CNContactGridCell.h b/Frameworks/ContactsUI.framework/CNContactGridCell.h index c47385f594..1ba049be25 100644 --- a/Frameworks/ContactsUI.framework/CNContactGridCell.h +++ b/Frameworks/ContactsUI.framework/CNContactGridCell.h @@ -62,7 +62,6 @@ - (id)contact; - (id)contactFormatter; - (id)delegate; -- (BOOL)isHighlighted; - (float)maximumActionsWidth; - (int)monogrammerStyle; - (id)nameLabel; @@ -79,7 +78,6 @@ - (void)setContact:(id)arg1; - (void)setContactFormatter:(id)arg1; - (void)setDelegate:(id)arg1; -- (void)setHighlighted:(BOOL)arg1; - (void)setMonogrammerStyle:(int)arg1; - (void)setNameLabel:(id)arg1; - (void)setNameTextAttributes:(id)arg1; diff --git a/Frameworks/ContactsUI.framework/CNContactHeaderDisplayView.h b/Frameworks/ContactsUI.framework/CNContactHeaderDisplayView.h index 868d21c33f..39a0aecf2f 100644 --- a/Frameworks/ContactsUI.framework/CNContactHeaderDisplayView.h +++ b/Frameworks/ContactsUI.framework/CNContactHeaderDisplayView.h @@ -7,8 +7,15 @@ NSLayoutConstraint * _avatarNameSpacingConstraint; BOOL _centersPhotoAndLabels; CNContactFormatter * _contactFormatter; + float _lastViewWidth; float _maxHeight; + struct CGSize { + float width; + float height; + } _maxNameSize; NSString * _message; + float _minHeight; + NSLayoutConstraint * _nameWidthConstraint; UIView * _personHeaderView; NSLayoutConstraint * _photoHeightConstraint; NSLayoutConstraint * _photoTopConstraint; @@ -23,9 +30,12 @@ @property (readonly, copy) NSString *debugDescription; @property (readonly, copy) NSString *description; @property (readonly) unsigned int hash; +@property (nonatomic) float lastViewWidth; @property (nonatomic) float maxHeight; +@property (nonatomic) struct CGSize { float x1; float x2; } maxNameSize; @property (nonatomic, retain) NSString *message; -@property (nonatomic, readonly) float minHeight; +@property (nonatomic) float minHeight; +@property (retain) NSLayoutConstraint *nameWidthConstraint; @property (nonatomic, retain) UIView *personHeaderView; @property (retain) NSLayoutConstraint *photoHeightConstraint; @property (nonatomic, readonly) float photoLabelSpacing; @@ -43,6 +53,7 @@ - (void)_updatePhotoView; - (id)alternateName; - (id)avatarNameSpacingConstraint; +- (void)calculateLabelSizes; - (BOOL)canPerformAction:(SEL)arg1 withSender:(id)arg2; - (BOOL)centersPhotoAndLabels; - (id)contactFormatter; @@ -52,11 +63,14 @@ - (void)handleNameLabelLongPress:(id)arg1; - (id)initWithContact:(id)arg1 frame:(struct CGRect { struct CGPoint { float x_1_1_1; float x_1_1_2; } x1; struct CGSize { float x_2_1_1; float x_2_1_2; } x2; })arg2; - (id)initWithContact:(id)arg1 frame:(struct CGRect { struct CGPoint { float x_1_1_1; float x_1_1_2; } x1; struct CGSize { float x_2_1_1; float x_2_1_2; } x2; })arg2 monogrammerStyle:(int)arg3; +- (float)lastViewWidth; - (void)layoutSubviews; - (float)maxHeight; +- (struct CGSize { float x1; float x2; })maxNameSize; - (void)menuWillHide:(id)arg1; - (id)message; - (float)minHeight; +- (id)nameWidthConstraint; - (id)personHeaderView; - (id)photoHeightConstraint; - (float)photoLabelSpacing; @@ -66,9 +80,13 @@ - (void)setAvatarNameSpacingConstraint:(id)arg1; - (void)setCentersPhotoAndLabels:(BOOL)arg1; - (void)setContactFormatter:(id)arg1; +- (void)setLastViewWidth:(float)arg1; - (void)setMaxHeight:(float)arg1; +- (void)setMaxNameSize:(struct CGSize { float x1; float x2; })arg1; - (void)setMessage:(id)arg1; +- (void)setMinHeight:(float)arg1; - (void)setNameTextAttributes:(id)arg1; +- (void)setNameWidthConstraint:(id)arg1; - (void)setPersonHeaderView:(id)arg1; - (void)setPhotoHeightConstraint:(id)arg1; - (void)setPhotoTopConstraint:(id)arg1; @@ -80,6 +98,5 @@ - (void)updateConstraints; - (void)updateFontSizes; - (void)updateSizeDependentAttributes; -- (void)updateWithContacts:(id)arg1; @end diff --git a/Frameworks/ContactsUI.framework/CNContactHeaderEditView.h b/Frameworks/ContactsUI.framework/CNContactHeaderEditView.h index ae19db70f8..819f1de514 100644 --- a/Frameworks/ContactsUI.framework/CNContactHeaderEditView.h +++ b/Frameworks/ContactsUI.framework/CNContactHeaderEditView.h @@ -18,7 +18,7 @@ + (id)contactHeaderViewWithContact:(id)arg1 editingGroups:(id)arg2; - (void).cxx_destruct; -- (id)_phoneticNameForValue:(id)arg1 isFamilyName:(BOOL)arg2; +- (id)_phoneticNameForValue:(id)arg1 property:(id)arg2; - (BOOL)becomeFirstResponder; - (id)editingGroups; - (BOOL)hasPhoto; diff --git a/Frameworks/ContactsUI.framework/CNContactInlineActionsViewController.h b/Frameworks/ContactsUI.framework/CNContactInlineActionsViewController.h index 3f1eaaeb69..615eb17104 100644 --- a/Frameworks/ContactsUI.framework/CNContactInlineActionsViewController.h +++ b/Frameworks/ContactsUI.framework/CNContactInlineActionsViewController.h @@ -16,7 +16,6 @@ * _schedulerProvider; NSArray * _supportedActionTypes; NSArray * _tokens; - BOOL _trackingChanges; int _viewStyle; * objectViewControllerDelegate; } @@ -40,7 +39,6 @@ @property (nonatomic, copy) NSArray *supportedActionTypes; @property (nonatomic, readonly) double throttleDelay; @property (nonatomic, copy) NSArray *tokens; -@property (nonatomic) BOOL trackingChanges; @property (nonatomic, readonly) UIView *view; @property (nonatomic) int viewStyle; @@ -87,13 +85,11 @@ - (void)setSchedulerProvider:(id)arg1; - (void)setSupportedActionTypes:(id)arg1; - (void)setTokens:(id)arg1; -- (void)setTrackingChanges:(BOOL)arg1; - (void)setViewStyle:(int)arg1; - (void)showDisambiguationFromSourceView:(id)arg1 actionType:(id)arg2; - (id)supportedActionTypes; - (double)throttleDelay; - (id)tokens; -- (BOOL)trackingChanges; - (void)viewDidLoad; - (int)viewStyle; diff --git a/Frameworks/ContactsUI.framework/CNContactListBannerView.h b/Frameworks/ContactsUI.framework/CNContactListBannerView.h index 5e7c5fe15a..8a4335eb3d 100644 --- a/Frameworks/ContactsUI.framework/CNContactListBannerView.h +++ b/Frameworks/ContactsUI.framework/CNContactListBannerView.h @@ -6,6 +6,7 @@ UIView * _avatarView; UIView * _avatarViewContainer; UIView * _bottomSeparator; + NSArray * _constraintsPendingActivation; * _delegate; UIView * _footnoteContainer; UILabel * _footnoteLabel; @@ -23,6 +24,7 @@ @property (nonatomic, retain) UIView *avatarView; @property (nonatomic, readonly) UIView *avatarViewContainer; @property (nonatomic, readonly) UIView *bottomSeparator; +@property (nonatomic, retain) NSArray *constraintsPendingActivation; @property (nonatomic) *delegate; @property (nonatomic, readonly) UIView *footnoteContainer; @property (nonatomic, readonly) UILabel *footnoteLabel; @@ -39,6 +41,7 @@ + (id)descriptorForRequiredKeys; - (void).cxx_destruct; +- (void)activatePendingConstraints; - (id)avatarView; - (id)avatarViewContainer; - (id)bottomSeparator; @@ -46,6 +49,7 @@ - (BOOL)canPerformAction:(SEL)arg1 withSender:(id)arg2; - (void)cellWasLongPressed:(id)arg1; - (void)cellWasSingleTapped:(id)arg1; +- (id)constraintsPendingActivation; - (void)copy:(id)arg1; - (void)dealloc; - (id)delegate; @@ -64,6 +68,7 @@ - (id)meContact; - (void)menuDidHide:(id)arg1; - (void)setAvatarView:(id)arg1; +- (void)setConstraintsPendingActivation:(id)arg1; - (void)setDelegate:(id)arg1; - (void)setFootnoteTitleToBottomVerticalConstraint:(id)arg1; - (void)setFootnoteTitleToTitleVerticalConstraint:(id)arg1; @@ -72,6 +77,7 @@ - (void)setMeContact:(id)arg1 footnoteTitle:(id)arg2 footnoteValue:(id)arg3; - (void)setTitleToPhotoVerticalConstraint:(id)arg1; - (void)showMenu; +- (struct CGSize { float x1; float x2; })sizeThatFits:(struct CGSize { float x1; float x2; })arg1; - (id)titleLabel; - (id)titleToPhotoVerticalConstraint; - (void)updateFontRelatedConstraints; diff --git a/Frameworks/ContactsUI.framework/CNContactListTableViewCell.h b/Frameworks/ContactsUI.framework/CNContactListTableViewCell.h index c4a8ef85c5..28e304743f 100644 --- a/Frameworks/ContactsUI.framework/CNContactListTableViewCell.h +++ b/Frameworks/ContactsUI.framework/CNContactListTableViewCell.h @@ -7,6 +7,7 @@ CNContactFormatter * _contactFormatter; CNContactMatchInfo * _contactMatchInfo; BOOL _isMeCard; + id /* block */ _selectedBackgroundViewConfiguration; * _styleProvider; } @@ -14,22 +15,24 @@ @property (nonatomic, retain) CNContactFormatter *contactFormatter; @property (nonatomic, retain) CNContactMatchInfo *contactMatchInfo; @property (nonatomic) BOOL isMeCard; +@property (nonatomic, copy) id /* block */ selectedBackgroundViewConfiguration; @property (nonatomic, readonly) *styleProvider; -+ (void)contentSizeCategoryDidChange:(id)arg1; -+ (void)initialize; - - (void).cxx_destruct; +- (void)_cnui_applyContactStyle; - (id)contact; - (id)contactFormatter; - (id)contactMatchInfo; - (id)initWithStyle:(int)arg1 reuseIdentifier:(id)arg2; - (BOOL)isMeCard; +- (id /* block */)selectedBackgroundViewConfiguration; - (void)setContact:(id)arg1; - (void)setContactFormatter:(id)arg1; - (void)setContactMatchInfo:(id)arg1; - (void)setHighlighted:(BOOL)arg1 animated:(BOOL)arg2; - (void)setIsMeCard:(BOOL)arg1; +- (void)setSelected:(BOOL)arg1 animated:(BOOL)arg2; +- (void)setSelectedBackgroundViewConfiguration:(id /* block */)arg1; - (void)setUserInteractionEnabled:(BOOL)arg1; - (id)styleProvider; diff --git a/Frameworks/ContactsUI.framework/CNContactListViewController.h b/Frameworks/ContactsUI.framework/CNContactListViewController.h index 7864b9fd54..846eeb6b5d 100644 --- a/Frameworks/ContactsUI.framework/CNContactListViewController.h +++ b/Frameworks/ContactsUI.framework/CNContactListViewController.h @@ -11,7 +11,7 @@ * _delegate; CNUIContactsEnvironment * _environment; CNUIPeopleGroupsGridViewController * _groupsGridController; - CNContact * _mainStoreMeContact; + CNContact * _mainStorePreferredForNameMeContact; CNAvatarViewController * _meBannerAvatarController; CNContactListBannerView * _meContactBanner; NSString * _meContactBannerFootnoteLabel; @@ -42,7 +42,7 @@ @property (nonatomic, readonly) CNUIContactsEnvironment *environment; @property (nonatomic, retain) CNUIPeopleGroupsGridViewController *groupsGridController; @property (readonly) unsigned int hash; -@property (nonatomic, retain) CNContact *mainStoreMeContact; +@property (nonatomic, retain) CNContact *mainStorePreferredForNameMeContact; @property (nonatomic, retain) CNAvatarViewController *meBannerAvatarController; @property (nonatomic, retain) CNContactListBannerView *meContactBanner; @property (nonatomic, copy) NSString *meContactBannerFootnoteLabel; @@ -69,7 +69,7 @@ - (id)_contactAtIndexPath:(id)arg1; - (void)_searchBarDidEndEditing:(id)arg1; - (id)_sections; -- (void)_updateCountString; +- (void)_updateCountStringNow:(BOOL)arg1; - (BOOL)allowsSearching; - (int)avatarCardController:(id)arg1 presentationResultForLocation:(struct CGPoint { float x1; float x2; })arg2; - (void)bannerView:(id)arg1 wasSelectedToPresentMeContact:(id)arg2; @@ -101,7 +101,7 @@ - (BOOL)isHandlingSearch; - (BOOL)isSearching; - (void)loadView; -- (id)mainStoreMeContact; +- (id)mainStorePreferredForNameMeContact; - (id)meBannerAvatarController; - (id)meContactBanner; - (id)meContactBannerFootnoteLabel; @@ -134,7 +134,7 @@ - (void)setDataSource:(id)arg1; - (void)setDelegate:(id)arg1; - (void)setGroupsGridController:(id)arg1; -- (void)setMainStoreMeContact:(id)arg1; +- (void)setMainStorePreferredForNameMeContact:(id)arg1; - (void)setMeBannerAvatarController:(id)arg1; - (void)setMeContactBanner:(id)arg1; - (void)setMeContactBannerFootnoteLabel:(id)arg1; diff --git a/Frameworks/ContactsUI.framework/CNContactPhotoView.h b/Frameworks/ContactsUI.framework/CNContactPhotoView.h index d6325743ad..4f0b18ebf2 100644 --- a/Frameworks/ContactsUI.framework/CNContactPhotoView.h +++ b/Frameworks/ContactsUI.framework/CNContactPhotoView.h @@ -18,6 +18,7 @@ PRLikeness * _originalLikeness; CNMutableContact * _pendingEditContact; * _photoViewDelegate; + UITapGestureRecognizer * _tapGestureRecognizer; NSArray * _variableConstraints; } @@ -42,6 +43,7 @@ @property (nonatomic) *photoViewDelegate; @property (nonatomic) BOOL prohibitsPersonaFetch; @property (readonly) Class superclass; +@property (nonatomic, retain) UITapGestureRecognizer *tapGestureRecognizer; @property (nonatomic, retain) NSArray *variableConstraints; + (BOOL)requiresConstraintBasedLayout; @@ -118,7 +120,9 @@ - (void)setPendingEditContact:(id)arg1; - (void)setPhotoViewDelegate:(id)arg1; - (void)setProhibitsPersonaFetch:(BOOL)arg1; +- (void)setTapGestureRecognizer:(id)arg1; - (void)setVariableConstraints:(id)arg1; +- (id)tapGestureRecognizer; - (void)updateAttributionBadge; - (void)updateConstraints; - (void)updateFontSizes; diff --git a/Frameworks/ContactsUI.framework/CNContactStoreDataSource.h b/Frameworks/ContactsUI.framework/CNContactStoreDataSource.h index 064ed6e869..413e6ec6a6 100644 --- a/Frameworks/ContactsUI.framework/CNContactStoreDataSource.h +++ b/Frameworks/ContactsUI.framework/CNContactStoreDataSource.h @@ -34,6 +34,7 @@ @property (nonatomic, retain) NSArray *keysToFetch; @property (nonatomic, readonly) NSDictionary *localizedSectionHeaders; @property (nonatomic, readonly) NSDictionary *localizedSectionIndices; +@property (nonatomic, readonly) NSString *mainStorePreferredForNameMeContactIdentifier; @property (nonatomic, copy) CNContact *meContact; @property (nonatomic, readonly) NSString *meContactIdentifier; @property (nonatomic, readonly) NSDictionary *sectionHeadersDictionary; @@ -72,7 +73,8 @@ - (id)keysToFetch; - (id)localizedSectionHeaders; - (id)localizedSectionIndices; -- (id)mainStoreMeContactWithKeysToFetch:(id)arg1; +- (id)mainStorePreferredForNameMeContactIdentifier; +- (id)mainStorePreferredForNameMeContactWithKeysToFetch:(id)arg1; - (id)meContact; - (id)meContactIdentifier; - (void)observeValueForKeyPath:(id)arg1 ofObject:(id)arg2 change:(id)arg3 context:(void*)arg4; diff --git a/Frameworks/ContactsUI.framework/CNContactTargetActionWrapper.h b/Frameworks/ContactsUI.framework/CNContactTargetActionWrapper.h new file mode 100644 index 0000000000..8c6197333f --- /dev/null +++ b/Frameworks/ContactsUI.framework/CNContactTargetActionWrapper.h @@ -0,0 +1,21 @@ +/* Generated by RuntimeBrowser + Image: /System/Library/Frameworks/ContactsUI.framework/ContactsUI + */ + +@interface CNContactTargetActionWrapper : NSObject { + SEL _action; + id _target; +} + +@property (nonatomic) SEL action; +@property (nonatomic) id target; + +- (void).cxx_destruct; +- (SEL)action; +- (id)initWithTarget:(id)arg1 action:(SEL)arg2; +- (void)performActionWithSender:(id)arg1; +- (void)setAction:(SEL)arg1; +- (void)setTarget:(id)arg1; +- (id)target; + +@end diff --git a/Frameworks/ContactsUI.framework/CNContactViewController.h b/Frameworks/ContactsUI.framework/CNContactViewController.h index a249684157..237717d49c 100644 --- a/Frameworks/ContactsUI.framework/CNContactViewController.h +++ b/Frameworks/ContactsUI.framework/CNContactViewController.h @@ -30,6 +30,7 @@ CNContainer * _parentContainer; CNGroup * _parentGroup; CNPolicy * _policy; + NSArray * _preEditLeftBarButtonItems; NSString * _primaryPropertyKey; BOOL _requiresSetup; BOOL _shouldShowLinkedContacts; @@ -66,6 +67,7 @@ @property (nonatomic, retain) CNContainer *parentContainer; @property (nonatomic, retain) CNGroup *parentGroup; @property (nonatomic, readonly) CNPolicy *policy; +@property (nonatomic, retain) NSArray *preEditLeftBarButtonItems; @property (nonatomic, retain) NSString *primaryPropertyKey; @property (nonatomic, readonly) *privateDelegate; @property (nonatomic) BOOL requiresSetup; @@ -132,6 +134,7 @@ - (id)parentContainer; - (id)parentGroup; - (id)policy; +- (id)preEditLeftBarButtonItems; - (id)primaryPropertyKey; - (id)privateDelegate; - (BOOL)requiresSetup; @@ -161,6 +164,7 @@ - (void)setMessage:(id)arg1; - (void)setParentContainer:(id)arg1; - (void)setParentGroup:(id)arg1; +- (void)setPreEditLeftBarButtonItems:(id)arg1; - (void)setPrimaryPropertyKey:(id)arg1; - (void)setRequiresSetup:(BOOL)arg1; - (void)setShouldShowLinkedContacts:(BOOL)arg1; diff --git a/Frameworks/ContactsUI.framework/CNPropertyCell.h b/Frameworks/ContactsUI.framework/CNPropertyCell.h index 8d78d88da6..b047b27273 100644 --- a/Frameworks/ContactsUI.framework/CNPropertyCell.h +++ b/Frameworks/ContactsUI.framework/CNPropertyCell.h @@ -7,7 +7,9 @@ * _delegate; UIResponder * _firstResponderItem; BOOL _forceSuggested; + BOOL _highlightedProperty; BOOL _ignoreSuggested; + BOOL _important; float _labelWidth; * _presentingDelegate; id _property; @@ -17,12 +19,15 @@ @property (nonatomic) *delegate; @property (nonatomic, readonly) UIResponder *firstResponderItem; @property (nonatomic) BOOL forceSuggested; +@property (getter=isHighlightedProperty, nonatomic) BOOL highlightedProperty; @property (nonatomic) BOOL ignoreSuggested; +@property (getter=isImportant, nonatomic) BOOL important; @property (nonatomic) float labelWidth; @property (nonatomic) *presentingDelegate; @property (nonatomic) id property; @property (nonatomic, readonly) CNPropertyGroupItem *propertyItem; @property (getter=isSuggested, nonatomic, readonly) BOOL suggested; +@property (nonatomic, readonly) BOOL supportsTintColorValue; - (void).cxx_destruct; - (BOOL)allowsEditing; @@ -32,6 +37,8 @@ - (BOOL)forceSuggested; - (BOOL)ignoreSuggested; - (id)initWithStyle:(int)arg1 reuseIdentifier:(id)arg2; +- (BOOL)isHighlightedProperty; +- (BOOL)isImportant; - (BOOL)isSuggested; - (id)labelString; - (float)labelWidth; @@ -44,11 +51,15 @@ - (void)setCardGroupItem:(id)arg1; - (void)setDelegate:(id)arg1; - (void)setForceSuggested:(BOOL)arg1; +- (void)setHighlightedProperty:(BOOL)arg1; - (void)setIgnoreSuggested:(BOOL)arg1; +- (void)setImportant:(BOOL)arg1; - (void)setLabelWidth:(float)arg1; - (void)setPresentingDelegate:(id)arg1; - (void)setProperty:(id)arg1; - (void)setPropertyItem:(id)arg1; +- (BOOL)supportsTintColorValue; +- (void)tintColorDidChange; - (void)updateValueWithPropertyItem:(id)arg1; - (void)updateWithPropertyItem:(id)arg1; - (id)valueString; diff --git a/Frameworks/ContactsUI.framework/CNPropertyNoteCell.h b/Frameworks/ContactsUI.framework/CNPropertyNoteCell.h index 828a527e48..2ab47cd552 100644 --- a/Frameworks/ContactsUI.framework/CNPropertyNoteCell.h +++ b/Frameworks/ContactsUI.framework/CNPropertyNoteCell.h @@ -23,6 +23,7 @@ - (void)setTextView:(id)arg1; - (void)setValueTextAttributes:(id)arg1; - (BOOL)shouldPerformDefaultAction; +- (BOOL)supportsTintColorValue; - (id)textView; - (void)textViewChanged:(id)arg1; - (void)textViewEditingDidEnd:(id)arg1; diff --git a/Frameworks/ContactsUI.framework/CNPropertyPostalAddressCell.h b/Frameworks/ContactsUI.framework/CNPropertyPostalAddressCell.h index 00105e9b85..3c836641ec 100644 --- a/Frameworks/ContactsUI.framework/CNPropertyPostalAddressCell.h +++ b/Frameworks/ContactsUI.framework/CNPropertyPostalAddressCell.h @@ -23,6 +23,7 @@ - (void)setProperty:(id)arg1; - (void)setShouldUseMapTiles:(BOOL)arg1; - (BOOL)shouldUseMapTiles; +- (BOOL)supportsTintColorValue; - (void)tapGesture:(id)arg1; - (id)variableConstraints; diff --git a/Frameworks/ContactsUI.framework/CNUIContactsEnvironment.h b/Frameworks/ContactsUI.framework/CNUIContactsEnvironment.h index c39a22d8af..ea4dba3651 100644 --- a/Frameworks/ContactsUI.framework/CNUIContactsEnvironment.h +++ b/Frameworks/ContactsUI.framework/CNUIContactsEnvironment.h @@ -10,6 +10,8 @@ * _cachingLikenessResolver; long _cachingLikenessResolver_once; CNContactsEnvironment * _cnEnvironment; + CNContactChangesNotifier * _contactChangesNotifier; + long _contactChangesNotifier_once; CNContactStore * _contactStore; long _contactStore_once; * _defaultSchedulerProvider; @@ -33,6 +35,7 @@ @property (nonatomic, retain) *actionDiscoveringEnvironment; @property (nonatomic, retain) *cachingLikenessResolver; @property (nonatomic, readonly) CNContactsEnvironment *cnEnvironment; +@property (nonatomic, retain) CNContactChangesNotifier *contactChangesNotifier; @property (nonatomic, retain) CNContactStore *contactStore; @property (nonatomic, retain) *defaultSchedulerProvider; @property (nonatomic, retain) _DECConsumer *duetConsumer; @@ -50,6 +53,7 @@ - (id)actionDiscoveringEnvironment; - (id)cachingLikenessResolver; - (id)cnEnvironment; +- (id)contactChangesNotifier; - (id)contactStore; - (id)defaultSchedulerProvider; - (id)duetConsumer; @@ -64,6 +68,7 @@ - (void)setAccountsFacade:(id)arg1; - (void)setActionDiscoveringEnvironment:(id)arg1; - (void)setCachingLikenessResolver:(id)arg1; +- (void)setContactChangesNotifier:(id)arg1; - (void)setContactStore:(id)arg1; - (void)setDefaultSchedulerProvider:(id)arg1; - (void)setDuetConsumer:(id)arg1; diff --git a/Frameworks/ContactsUI.framework/CNUIContactsEnvironmentServicesProvider.h b/Frameworks/ContactsUI.framework/CNUIContactsEnvironmentServicesProvider.h index 3b5f6eeb75..3408423cb9 100644 --- a/Frameworks/ContactsUI.framework/CNUIContactsEnvironmentServicesProvider.h +++ b/Frameworks/ContactsUI.framework/CNUIContactsEnvironmentServicesProvider.h @@ -10,5 +10,6 @@ - (id)duetConsumer; - (id)fmfFacade; - (id)personaStore; +- (id)suggestionsService; @end diff --git a/Frameworks/ContactsUI.framework/CNUIDataCollectionSearchSession.h b/Frameworks/ContactsUI.framework/CNUIDataCollectionSearchSession.h index 119dfd3854..e4d30fccca 100644 --- a/Frameworks/ContactsUI.framework/CNUIDataCollectionSearchSession.h +++ b/Frameworks/ContactsUI.framework/CNUIDataCollectionSearchSession.h @@ -15,7 +15,7 @@ + (void)end; - (void)didFetchResultSuggested:(BOOL)arg1; -- (void)didSelectResultSuggested:(BOOL)arg1; +- (void)didSelectResult:(id)arg1; - (BOOL)pendingResults; - (BOOL)pendingSuggestionsResults; - (void)searchStringDidChange; diff --git a/Frameworks/ContactsUI.framework/CNUIDataCollector.h b/Frameworks/ContactsUI.framework/CNUIDataCollector.h index 72772d7f6e..99b8768535 100644 --- a/Frameworks/ContactsUI.framework/CNUIDataCollector.h +++ b/Frameworks/ContactsUI.framework/CNUIDataCollector.h @@ -3,31 +3,35 @@ */ @interface CNUIDataCollector : NSObject { + CNUIDataCollectorAggDLogger * _aggDLogger; NSString * _appIdentifier; - CNUIDataCollectorLogger * _logger; + CNUIDataCollectorSGLogger * _sgLogger; } -@property (nonatomic, retain) NSString *appIdentifier; -@property (nonatomic, retain) CNUIDataCollectorLogger *logger; +@property (nonatomic, readonly) CNUIDataCollectorAggDLogger *aggDLogger; +@property (nonatomic, readonly) NSString *appIdentifier; +@property (nonatomic, readonly) CNUIDataCollectorSGLogger *sgLogger; + (BOOL)isEnabled; + (id)sharedCollector; - (void).cxx_destruct; - (void)_reallyLogIndexUsage; +- (id)aggDLogger; - (id)appIdentifier; - (id)init; +- (id)initWithEnvironment:(id)arg1; - (void)logAddProperty:(id)arg1 contact:(id)arg2; - (void)logContactActionType:(id)arg1 attributes:(id)arg2; +- (void)logContactCreated:(id)arg1 originalContact:(id)arg2; +- (void)logContactShown:(id)arg1; - (void)logGroupsShown:(int)arg1 totalGroups:(int)arg2; - (void)logIndexUsage; - (void)logPresentation; - (void)logRefreshUsage; -- (void)logSearchResultSelectedSuggested:(BOOL)arg1; +- (void)logSearchResultSelected:(id)arg1; - (void)logSearchResultsFetchedSuggested:(BOOL)arg1; - (void)logSearchUsage; -- (id)logger; -- (void)setAppIdentifier:(id)arg1; -- (void)setLogger:(id)arg1; +- (id)sgLogger; @end diff --git a/Frameworks/ContactsUI.framework/CNUIDataCollectorLogger.h b/Frameworks/ContactsUI.framework/CNUIDataCollectorAggDLogger.h similarity index 85% rename from Frameworks/ContactsUI.framework/CNUIDataCollectorLogger.h rename to Frameworks/ContactsUI.framework/CNUIDataCollectorAggDLogger.h index 92983870c7..d0d7d82ea9 100644 --- a/Frameworks/ContactsUI.framework/CNUIDataCollectorLogger.h +++ b/Frameworks/ContactsUI.framework/CNUIDataCollectorAggDLogger.h @@ -2,7 +2,7 @@ Image: /System/Library/Frameworks/ContactsUI.framework/ContactsUI */ -@interface CNUIDataCollectorLogger : NSObject +@interface CNUIDataCollectorAggDLogger : NSObject + (id)logger; diff --git a/Frameworks/ContactsUI.framework/CNUIDataCollectorSGLogger.h b/Frameworks/ContactsUI.framework/CNUIDataCollectorSGLogger.h new file mode 100644 index 0000000000..d003262707 --- /dev/null +++ b/Frameworks/ContactsUI.framework/CNUIDataCollectorSGLogger.h @@ -0,0 +1,27 @@ +/* Generated by RuntimeBrowser + Image: /System/Library/Frameworks/ContactsUI.framework/ContactsUI + */ + +@interface CNUIDataCollectorSGLogger : NSObject { + id /* block */ _serviceProvider; + * _workQueue; +} + +@property (nonatomic, readonly, copy) id /* block */ serviceProvider; +@property (nonatomic, retain) *workQueue; + ++ (id)loggerWithSGSuggestionsServiceProvider:(id /* block */)arg1 schedulerProvider:(id)arg2; + +- (void).cxx_destruct; +- (id)initWithSuggestionsServiceProvider:(id /* block */)arg1 schedulerProvider:(id)arg2; +- (void)logContactCreated:(id)arg1 contactIdentifier:(id)arg2 bundleID:(id)arg3; +- (void)logContactSearchResultSelected:(id)arg1 contactIdentifier:(id)arg2 bundleID:(id)arg3; +- (void)logSearchResultsIncludedPureSuggestionsWithBundleID:(id)arg1; +- (void)logSuggestedContactDetailShown:(id)arg1 contactIdentifier:(id)arg2 bundleID:(id)arg3; +- (void)logSuggestedContactDetailUsed:(id)arg1 contactIdentifier:(id)arg2 bundleID:(id)arg3; +- (void)performBlockWithService:(id /* block */)arg1; +- (id /* block */)serviceProvider; +- (void)setWorkQueue:(id)arg1; +- (id)workQueue; + +@end diff --git a/Frameworks/CoreBluetooth.framework/CBPeer.h b/Frameworks/CoreBluetooth.framework/CBPeer.h index 8ca798b055..3f36bb72b0 100644 --- a/Frameworks/CoreBluetooth.framework/CBPeer.h +++ b/Frameworks/CoreBluetooth.framework/CBPeer.h @@ -8,6 +8,7 @@ BOOL _isLinkEncrypted; unsigned int _mtuLength; int _pairingState; + int _role; } @property (nonatomic) int hostState; @@ -15,6 +16,7 @@ @property (nonatomic) BOOL isLinkEncrypted; @property (nonatomic) unsigned int mtuLength; @property (nonatomic) int pairingState; +@property (nonatomic) int role; - (void).cxx_destruct; - (id)copyWithZone:(struct _NSZone { }*)arg1; @@ -28,9 +30,11 @@ - (BOOL)isLinkEncrypted; - (unsigned int)mtuLength; - (int)pairingState; +- (int)role; - (void)setHostState:(int)arg1; - (void)setIsLinkEncrypted:(BOOL)arg1; - (void)setMtuLength:(unsigned int)arg1; - (void)setPairingState:(int)arg1; +- (void)setRole:(int)arg1; @end diff --git a/Frameworks/CoreData.framework/NSAttributeDescription.h b/Frameworks/CoreData.framework/NSAttributeDescription.h index 6307b35c6b..5478e564a7 100644 --- a/Frameworks/CoreData.framework/NSAttributeDescription.h +++ b/Frameworks/CoreData.framework/NSAttributeDescription.h @@ -3,17 +3,10 @@ */ @interface NSAttributeDescription : NSPropertyDescription { - struct __attributeDescriptionFlags { - unsigned int _hasMaxValueInExtraIvars : 1; - unsigned int _hasMinValueInExtraIvars : 1; - unsigned int _storeBinaryDataExternally : 1; - unsigned int _reservedAttributeFlagOne : 1; - unsigned int _reservedAttributeDescription : 28; - } _attributeDescriptionFlags; Class _attributeValueClass; NSString * _attributeValueClassName; id _defaultValue; - unsigned int _type; + unsigned short _type; NSString * _valueTransformerName; } @@ -36,7 +29,6 @@ - (id)_initWithName:(id)arg1 type:(unsigned int)arg2; - (id)_initWithName:(id)arg1 type:(unsigned int)arg2 withClassName:(id)arg3; - (id)_initWithType:(unsigned int)arg1; -- (BOOL)_isTriggerBacked; - (BOOL)_nonPredicateValidateValue:(id*)arg1 forKey:(id)arg2 inObject:(id)arg3 error:(id*)arg4; - (unsigned int)_propertyType; - (id)_rawValidationPredicates; diff --git a/Frameworks/CoreData.framework/NSFetchedResultsController.h b/Frameworks/CoreData.framework/NSFetchedResultsController.h index 2452d6a4f3..8a25ef44ef 100644 --- a/Frameworks/CoreData.framework/NSFetchedResultsController.h +++ b/Frameworks/CoreData.framework/NSFetchedResultsController.h @@ -59,7 +59,7 @@ - (id)_indexPathForIndex:(unsigned int)arg1; - (void)_insertObjectInFetchedObjects:(id)arg1 atIndex:(unsigned int)arg2; - (BOOL)_keyPathContainsNonPersistedProperties:(id)arg1; -- (void)_lowerMoveOperationsToUpdatesWithInsertedObjects:(id)arg1 deletedObjects:(id)arg2 updatedObjects:(id)arg3; +- (void)_lowerMoveOperationsToUpdatesForSection:(id)arg1 withInsertedObjects:(id)arg2 deletedObjects:(id)arg3 updatedObjects:(id)arg4; - (void)_makeMutableFetchedObjects; - (void)_managedObjectContextDidChange:(id)arg1; - (void)_managedObjectContextDidChangeObjectIDs:(id)arg1; @@ -76,7 +76,7 @@ - (id)_sectionNameForObject:(id)arg1; - (unsigned int)_sectionNumberForIndex:(unsigned int)arg1; - (id)_sections; -- (void)_updateCachedStoreInfo; +- (BOOL)_updateCachedStoreInfo; - (BOOL)_updateFetchedObjectsWithDeleteChange:(id)arg1; - (BOOL)_updateFetchedObjectsWithInsertChange:(id)arg1; - (BOOL)_updateFetchedObjectsWithInsertedObjects:(id)arg1 deletedObjects:(id)arg2 updatedObjects:(id)arg3; diff --git a/Frameworks/CoreData.framework/NSManagedObject.h b/Frameworks/CoreData.framework/NSManagedObject.h index 7567343dc1..ec49b4800e 100644 --- a/Frameworks/CoreData.framework/NSManagedObject.h +++ b/Frameworks/CoreData.framework/NSManagedObject.h @@ -3,17 +3,15 @@ */ @interface NSManagedObject : NSObject { - id _cd_entity; - unsigned long _cd_extraFlags; - unsigned long _cd_lockingInfo; + unsigned int _cd_extraFlags; + void * _cd_extras; + unsigned int _cd_lockingInfo; NSManagedObjectContext * _cd_managedObjectContext; NSManagedObjectID * _cd_objectID; - id _cd_observationInfo; id _cd_queueReference; id _cd_rawData; int _cd_rc; - id * _cd_snapshots; - unsigned long _cd_stateFlags; + unsigned int _cd_stateFlags; } @property (readonly, copy) NSString *debugDescription; diff --git a/Frameworks/CoreData.framework/NSPersistentCacheRow.h b/Frameworks/CoreData.framework/NSPersistentCacheRow.h index 4adb90abca..ca0a28b579 100644 --- a/Frameworks/CoreData.framework/NSPersistentCacheRow.h +++ b/Frameworks/CoreData.framework/NSPersistentCacheRow.h @@ -43,6 +43,7 @@ - (void)setTimestamp:(double)arg1; - (double)timestamp; - (double)timestampForProperty:(id)arg1; +- (unsigned int)toManyOffsetForProperty:(id)arg1; - (void)updateMissingRelationshipCachesFromOriginal:(id)arg1; - (unsigned long long)version; diff --git a/Frameworks/CoreData.framework/NSPropertyDescription.h b/Frameworks/CoreData.framework/NSPropertyDescription.h index 21f1df2707..b65cfb6c2f 100644 --- a/Frameworks/CoreData.framework/NSPropertyDescription.h +++ b/Frameworks/CoreData.framework/NSPropertyDescription.h @@ -4,7 +4,7 @@ @interface NSPropertyDescription : NSObject { NSEntityDescription * _entity; - long _entitysReferenceIDForProperty; + short _entitysReferenceIDForProperty; void * _extraIvars; NSString * _name; struct __propertyDescriptionFlags { @@ -17,9 +17,12 @@ unsigned int _isStoredInExternalRecord : 1; unsigned int _extraIvarsAreInDataBlob : 1; unsigned int _isOrdered : 1; - unsigned int _reservedPropertyDescription : 23; + unsigned int _hasMaxValueInExtraIvars : 1; + unsigned int _hasMinValueInExtraIvars : 1; + unsigned int _storeBinaryDataExternally : 1; + unsigned int _reservedAttributeFlagOne : 1; + unsigned int _reservedPropertyDescription : 3; } _propertyDescriptionFlags; - id _underlyingProperty; NSMutableDictionary * _userInfo; NSArray * _validationPredicates; NSArray * _validationWarnings; @@ -49,12 +52,15 @@ - (long)_entitysReferenceID; - (BOOL)_epsilonEquals:(id)arg1 rhs:(id)arg2 withFlags:(int)arg3; - (struct _NSExtraPropertyIVars { id x1; long long x2; }*)_extraIVars; +- (BOOL)_hasMaxValueInExtraIvars; +- (BOOL)_hasMinValueInExtraIvars; - (id)_initWithName:(id)arg1; - (void)_initializeExtraIVars; - (BOOL)_isEditable; - (BOOL)_isOrdered; - (BOOL)_isRelationship; - (BOOL)_isToManyRelationship; +- (BOOL)_isTriggerBacked; - (BOOL)_nonPredicateValidateValue:(id*)arg1 forKey:(id)arg2 inObject:(id)arg3 error:(id*)arg4; - (unsigned int)_propertyType; - (id)_rawValidationPredicates; @@ -65,8 +71,10 @@ - (void)_setEntitysReferenceID:(long)arg1; - (void)_setOrdered:(BOOL)arg1; - (BOOL)_skipValidation; +- (BOOL)_storeBinaryDataExternally; - (void)_stripForMigration; - (void)_throwIfNotEditable; +- (id)_underlyingProperty; - (void)_versionHash:(char *)arg1 inStyle:(unsigned int)arg2; - (void)_writeIntoData:(id)arg1 propertiesDict:(id)arg2 uniquedPropertyNames:(id)arg3 uniquedStrings:(id)arg4 uniquedData:(id)arg5 entitiesSlots:(id)arg6 fetchRequests:(id)arg7; - (id)copyWithZone:(struct _NSZone { }*)arg1; diff --git a/Frameworks/CoreData.framework/NSSQLAttribute.h b/Frameworks/CoreData.framework/NSSQLAttribute.h index 5003a143e3..f05c471abc 100644 --- a/Frameworks/CoreData.framework/NSSQLAttribute.h +++ b/Frameworks/CoreData.framework/NSSQLAttribute.h @@ -2,18 +2,13 @@ Image: /System/Library/Frameworks/CoreData.framework/CoreData */ -@interface NSSQLAttribute : NSSQLColumn { - BOOL _backedByTrigger; - BOOL _constrained; - NSSet * _triggerKeys; - BOOL _unique; -} +@interface NSSQLAttribute : NSSQLColumn @property (getter=isConstrained, nonatomic) BOOL constrained; @property (nonatomic, readonly) NSSet *triggerKeys; - (void)_setIsBackedByTrigger:(BOOL)arg1; -- (unsigned int)_sqlTypeForAttributeType:(unsigned int)arg1 flags:(unsigned int)arg2; +- (unsigned char)_sqlTypeForAttributeType:(unsigned int)arg1 flags:(unsigned int)arg2; - (void)addKeyForTriggerOnRelationship:(id)arg1; - (id)attributeDescription; - (void)dealloc; diff --git a/Frameworks/CoreData.framework/NSSQLBindVariable.h b/Frameworks/CoreData.framework/NSSQLBindVariable.h index 2461cfba84..33b7988c54 100644 --- a/Frameworks/CoreData.framework/NSSQLBindVariable.h +++ b/Frameworks/CoreData.framework/NSSQLBindVariable.h @@ -8,7 +8,7 @@ unsigned int _flags; unsigned int _index; long long _int64; - unsigned int _sqlType; + unsigned char _sqlType; id _value; } @@ -19,10 +19,10 @@ - (void)dealloc; - (BOOL)hasObjectValue; - (unsigned int)index; -- (id)initWithInt64:(long long)arg1 sqlType:(unsigned int)arg2; -- (id)initWithUnsignedInt:(unsigned int)arg1 sqlType:(unsigned int)arg2; -- (id)initWithValue:(id)arg1 sqlType:(unsigned int)arg2 attributeDescription:(id)arg3; -- (id)initWithValue:(id)arg1 sqlType:(unsigned int)arg2 attributeDescription:(id)arg3 allowCoercion:(BOOL)arg4; +- (id)initWithInt64:(long long)arg1 sqlType:(unsigned char)arg2; +- (id)initWithUnsignedInt:(unsigned int)arg1 sqlType:(unsigned char)arg2; +- (id)initWithValue:(id)arg1 sqlType:(unsigned char)arg2 attributeDescription:(id)arg3; +- (id)initWithValue:(id)arg1 sqlType:(unsigned char)arg2 attributeDescription:(id)arg3 allowCoercion:(BOOL)arg4; - (long long)int64; - (oneway void)release; - (id)retain; @@ -31,7 +31,7 @@ - (void)setInt64:(long long)arg1; - (void)setUnsignedInt:(unsigned int)arg1; - (void)setValue:(id)arg1; -- (unsigned int)sqlType; +- (unsigned char)sqlType; - (unsigned int)unsignedInt; - (id)value; diff --git a/Frameworks/CoreData.framework/NSSQLColumn.h b/Frameworks/CoreData.framework/NSSQLColumn.h index 8a2de7ae72..07d16cb605 100644 --- a/Frameworks/CoreData.framework/NSSQLColumn.h +++ b/Frameworks/CoreData.framework/NSSQLColumn.h @@ -3,18 +3,12 @@ */ @interface NSSQLColumn : NSSQLProperty { - unsigned int _allowAliasing; NSString * _columnName; - unsigned int _fetchIndex; - unsigned int _precision; - int _scale; - unsigned int _slot; - int _sqlType; } - (void)_setColumnName:(id)arg1; - (void)_setFetchIndex:(unsigned int)arg1; -- (void)_setSQLType:(unsigned int)arg1; +- (void)_setSQLType:(unsigned char)arg1; - (void)_setSlotIfDefault:(unsigned int)arg1; - (BOOL)allowAliasing; - (id)cloneForReadOnlyFetching; @@ -24,15 +18,11 @@ - (id)description; - (unsigned int)fetchIndex; - (id)initForReadOnlyFetching; -- (id)initWithColumnName:(id)arg1 sqlType:(unsigned int)arg2; +- (id)initWithColumnName:(id)arg1 sqlType:(unsigned char)arg2; - (id)initWithEntity:(id)arg1 propertyDescription:(id)arg2; -- (unsigned int)precision; - (unsigned int)roughSizeEstimate; -- (int)scale; - (void)setAllowAliasing:(BOOL)arg1; -- (void)setPrecision:(unsigned int)arg1; -- (void)setScale:(int)arg1; - (unsigned int)slot; -- (unsigned int)sqlType; +- (unsigned char)sqlType; @end diff --git a/Frameworks/CoreData.framework/NSSQLConstantValueIntermediate.h b/Frameworks/CoreData.framework/NSSQLConstantValueIntermediate.h index 778e64dfc8..fea8e38bcf 100644 --- a/Frameworks/CoreData.framework/NSSQLConstantValueIntermediate.h +++ b/Frameworks/CoreData.framework/NSSQLConstantValueIntermediate.h @@ -4,16 +4,16 @@ @interface NSSQLConstantValueIntermediate : NSSQLIntermediate { id _constantValue; - unsigned int _type; + unsigned char _type; } -- (BOOL)_addBindVarForConstId:(id)arg1 ofType:(unsigned int)arg2 inContext:(id)arg3; +- (BOOL)_addBindVarForConstId:(id)arg1 ofType:(unsigned char)arg2 inContext:(id)arg3; - (BOOL)_addBindVarForConstVal1:(id)arg1 inContext:(id)arg2; - (void)dealloc; - (id)generateSQLStringInContext:(id)arg1; - (id)initWithConstantValue:(id)arg1 inScope:(id)arg2 context:(id)arg3; -- (id)initWithConstantValue:(id)arg1 ofType:(unsigned int)arg2 inScope:(id)arg3 context:(id)arg4; +- (id)initWithConstantValue:(id)arg1 ofType:(unsigned char)arg2 inScope:(id)arg3 context:(id)arg4; - (id)propertyAtEndOfKeyPathExpression:(id)arg1; -- (unsigned int)sqlTypeForProperty:(id)arg1; +- (unsigned char)sqlTypeForProperty:(id)arg1; @end diff --git a/Frameworks/CoreData.framework/NSSQLCore.h b/Frameworks/CoreData.framework/NSSQLCore.h index 590ec09269..45fdbd4b21 100644 --- a/Frameworks/CoreData.framework/NSSQLCore.h +++ b/Frameworks/CoreData.framework/NSSQLCore.h @@ -3,7 +3,6 @@ */ @interface NSSQLCore : NSPersistentStore { - NSMutableArray * _activeGenerations; NSSQLiteAdapter * _adapter; NSSQLCoreDispatchManager * _dispatchManager; NSString * _externalDataLinksDirectory; @@ -12,7 +11,6 @@ BOOL _metadataIsClean; NSSQLModel * _model; id _observer; - id * _prefetchRequestsByEntity; NSSQLiteConnection * _queryGenerationTrackingConnection; NSSQLiteConnection * _schemaValidationConnection; struct _sqlCoreFlags { @@ -23,7 +21,8 @@ unsigned int initializationComplete : 1; unsigned int connectionsAreLocal : 1; unsigned int isXPCDelegate : 1; - unsigned int _RESERVED : 23; + unsigned int queryGenerationInitializationFailed : 1; + unsigned int _RESERVED : 22; } _sqlCoreFlags; int _sqlCoreStateLock; NSMutableDictionary * _storeMetadata; @@ -76,14 +75,14 @@ - (void)_fixPrimaryKeyTableFromEntitiesAndJoinsUsingConnection:(id)arg1; - (void)_fixPrimaryKeyTableFromEntitiesUsingConnection:(id)arg1; - (BOOL)_fixPrimaryKeyTablesUsingConnection:(id)arg1; -- (id)_initializeQueryGenerationTrackingConnection; +- (void)_initializeQueryGenerationTrackingConnection; - (id)_loadAndSetMetadata; - (id)_loadAndSetMetadataReadOnly; - (id)_newObjectIDForEntity:(id)arg1 referenceData64:(unsigned long long)arg2; - (id)_newObjectIDForEntityDescription:(id)arg1 pk:(long long)arg2; - (id)_newOrderedRelationshipInformationForRelationship:(id)arg1 forObjectWithID:(id)arg2 withContext:(id)arg3 error:(id*)arg4; - (id)_newReservedKeysForEntities:(id)arg1 counts:(id)arg2; -- (id)_newRowDataForXPCFetch:(id)arg1 context:(id)arg2 error:(id*)arg3; +- (id)_newRowDataForXPCFetch:(id)arg1 variables:(id)arg2 context:(id)arg3 error:(id*)arg4; - (id)_newValuesForRelationship:(id)arg1 forObjectWithID:(id)arg2 withContext:(id)arg3 error:(id*)arg4; - (Class)_objectIDClass; - (BOOL)_prepareForExecuteRequest:(id)arg1 withContext:(id)arg2 error:(id*)arg3; @@ -92,8 +91,6 @@ - (BOOL)_refreshTriggerValues:(id*)arg1; - (BOOL)_registerNewQueryGenerationIdentifier:(id)arg1; - (void)_repairDatabaseCorrelationTables:(id)arg1 brokenHashModel:(id)arg2 storeVersionNumber:(id)arg3 recurse:(BOOL)arg4 usingConnection:(id)arg5; -- (id)_retainedRegisterPrefetchRequest:(id)arg1 forKey:(id)arg2 entityID:(unsigned int)arg3; -- (id)_runQueryGenerationBarrier; - (void)_setMetadata:(id)arg1; - (void)_setMetadata:(id)arg1 clean:(BOOL)arg2; - (id)_storeInfoForEntityDescription:(id)arg1; @@ -132,7 +129,6 @@ - (void)freeQueryGenerationWithIdentifier:(id)arg1; - (id)identifier; - (id)initWithPersistentStoreCoordinator:(id)arg1 configurationName:(id)arg2 URL:(id)arg3 options:(id)arg4; -- (id)inverseIsToOnePrefetchRequestForRelationshipNamed:(id)arg1 onEntity:(id)arg2; - (BOOL)isInitialized; - (BOOL)isUbiquitized; - (BOOL)load:(id*)arg1; @@ -141,8 +137,6 @@ - (void)managedObjectContextDidRegisterObjectsWithIDs:(id)arg1 generation:(id)arg2; - (void)managedObjectContextDidUnregisterObjectsWithIDs:(id)arg1; - (void)managedObjectContextDidUnregisterObjectsWithIDs:(id)arg1 generation:(id)arg2; -- (id)manyToManyPrefetchRequestsForRelationshipNamed:(id)arg1 onEntity:(id)arg2; -- (id)manyToOnePrefetchRequestForRelationshipNamed:(id)arg1 onEntity:(id)arg2; - (id)metadata; - (id)metadataToWrite; - (id)model; @@ -164,6 +158,7 @@ - (id)processRefreshObjects:(id)arg1 inContext:(id)arg2; - (id)processSaveChanges:(id)arg1 forContext:(id)arg2; - (void)recomputePrimaryKeyMaxForEntities:(id)arg1; +- (void)removeRowCacheForGenerationWithIdentifier:(id)arg1; - (void)removeUbiquityMetadata; - (void)replaceUbiquityKnowledgeVector:(id)arg1; - (void)resetExternalDataReferencesDirectories; diff --git a/Frameworks/CoreData.framework/NSSQLForeignEntityKey.h b/Frameworks/CoreData.framework/NSSQLForeignEntityKey.h index 31986ed332..9c1b82b14d 100644 --- a/Frameworks/CoreData.framework/NSSQLForeignEntityKey.h +++ b/Frameworks/CoreData.framework/NSSQLForeignEntityKey.h @@ -4,13 +4,17 @@ @interface NSSQLForeignEntityKey : NSSQLColumn { NSSQLForeignKey * _foreignKey; + NSString * _name; } +- (void)_setName:(id)arg1; +- (void)copyValuesForReadOnlyFetch:(id)arg1; - (void)dealloc; - (id)foreignKey; - (id)initForReadOnlyFetchingOfEntity:(id)arg1 toOneRelationship:(id)arg2; - (id)initWithEntity:(id)arg1 foreignKey:(id)arg2; - (id)initWithEntity:(id)arg1 propertyDescription:(id)arg2; +- (id)name; - (void)setFKForReadOnlyFetch:(id)arg1; - (id)toOneRelationship; diff --git a/Frameworks/CoreData.framework/NSSQLForeignKey.h b/Frameworks/CoreData.framework/NSSQLForeignKey.h index ab591d88c3..3f7ef57d5a 100644 --- a/Frameworks/CoreData.framework/NSSQLForeignKey.h +++ b/Frameworks/CoreData.framework/NSSQLForeignKey.h @@ -3,14 +3,17 @@ */ @interface NSSQLForeignKey : NSSQLColumn { + NSString * _name; NSSQLToOne * _toOne; } +- (void)_setName:(id)arg1; - (void)copyValuesForReadOnlyFetch:(id)arg1; - (void)dealloc; - (id)initForReadOnlyFetchingOfEntity:(id)arg1 toOneRelationship:(id)arg2; - (id)initWithEntity:(id)arg1 propertyDescription:(id)arg2; - (id)initWithEntity:(id)arg1 toOneRelationship:(id)arg2; +- (id)name; - (id)toOneRelationship; @end diff --git a/Frameworks/CoreData.framework/NSSQLForeignOrderKey.h b/Frameworks/CoreData.framework/NSSQLForeignOrderKey.h index 72e57cbec7..c897fa13bc 100644 --- a/Frameworks/CoreData.framework/NSSQLForeignOrderKey.h +++ b/Frameworks/CoreData.framework/NSSQLForeignOrderKey.h @@ -4,13 +4,17 @@ @interface NSSQLForeignOrderKey : NSSQLColumn { NSSQLForeignKey * _foreignKey; + NSString * _name; } +- (void)_setName:(id)arg1; +- (void)copyValuesForReadOnlyFetch:(id)arg1; - (void)dealloc; - (id)foreignKey; - (id)initForReadOnlyFetchingOfEntity:(id)arg1 toOneRelationship:(id)arg2; - (id)initWithEntity:(id)arg1 foreignKey:(id)arg2; - (id)initWithEntity:(id)arg1 propertyDescription:(id)arg2; +- (id)name; - (void)setFKForReadOnlyFetch:(id)arg1; - (id)toOneRelationship; diff --git a/Frameworks/CoreData.framework/NSSQLManyToMany.h b/Frameworks/CoreData.framework/NSSQLManyToMany.h index 4e16bc5fea..461243228b 100644 --- a/Frameworks/CoreData.framework/NSSQLManyToMany.h +++ b/Frameworks/CoreData.framework/NSSQLManyToMany.h @@ -13,7 +13,7 @@ - (void)_setInverseManyToMany:(id)arg1; - (void)_setOrderColumnName:(id)arg1; - (id)columnName; -- (unsigned int)columnSQLType; +- (unsigned char)columnSQLType; - (id)correlationTableName; - (void)dealloc; - (id)initWithEntity:(id)arg1 propertyDescription:(id)arg2; @@ -24,6 +24,6 @@ - (BOOL)isReflexive; - (BOOL)isTableSchemaEqual:(id)arg1; - (id)orderColumnName; -- (unsigned int)orderColumnSQLType; +- (unsigned char)orderColumnSQLType; @end diff --git a/Frameworks/CoreData.framework/NSSQLPrimaryKey.h b/Frameworks/CoreData.framework/NSSQLPrimaryKey.h index 2e3fedbafd..20122bb266 100644 --- a/Frameworks/CoreData.framework/NSSQLPrimaryKey.h +++ b/Frameworks/CoreData.framework/NSSQLPrimaryKey.h @@ -2,9 +2,15 @@ Image: /System/Library/Frameworks/CoreData.framework/CoreData */ -@interface NSSQLPrimaryKey : NSSQLColumn +@interface NSSQLPrimaryKey : NSSQLColumn { + NSString * _name; +} +- (void)_setName:(id)arg1; +- (void)copyValuesForReadOnlyFetch:(id)arg1; +- (void)dealloc; - (id)initWithEntity:(id)arg1 propertyDescription:(id)arg2; +- (id)name; - (id)sqlTypeString; @end diff --git a/Frameworks/CoreData.framework/NSSQLProperty.h b/Frameworks/CoreData.framework/NSSQLProperty.h index a27926cf5a..b8089f2aac 100644 --- a/Frameworks/CoreData.framework/NSSQLProperty.h +++ b/Frameworks/CoreData.framework/NSSQLProperty.h @@ -2,14 +2,22 @@ Image: /System/Library/Frameworks/CoreData.framework/CoreData */ -@interface NSSQLProperty : NSStoreMapping { +@interface NSSQLProperty : NSObject { NSSQLEntity * _entity; - NSString * _name; + unsigned short _fetchIndex; + struct _sqlColumnFlags { + unsigned int _allowAliasing : 1; + unsigned int _unique : 1; + unsigned int _constrained : 1; + unsigned int _backedByTrigger : 1; + unsigned int _reservedFlags : 12; + } _flags; NSPropertyDescription * _propertyDescription; - unsigned int _propertyType; + unsigned char _propertyType; + unsigned short _slot; + unsigned char _sqlType; } -- (void)_setName:(id)arg1; - (id)columnName; - (void)copyValuesForReadOnlyFetch:(id)arg1; - (void)dealloc; @@ -32,7 +40,7 @@ - (BOOL)isToOne; - (id)name; - (id)propertyDescription; -- (unsigned int)propertyType; +- (unsigned char)propertyType; - (void)setEntityForReadOnlyFetch:(id)arg1; - (void)setPropertyDescription:(id)arg1; - (unsigned int)slot; diff --git a/Frameworks/CoreData.framework/NSSQLRelationship.h b/Frameworks/CoreData.framework/NSSQLRelationship.h index 01a3c9c4cd..767d8765fc 100644 --- a/Frameworks/CoreData.framework/NSSQLRelationship.h +++ b/Frameworks/CoreData.framework/NSSQLRelationship.h @@ -5,10 +5,12 @@ @interface NSSQLRelationship : NSSQLProperty { NSSQLEntity * _destinationEntity; NSSQLRelationship * _inverse; + NSString * _name; } - (void)_setForeignOrderKey:(id)arg1; - (void)_setInverseRelationship:(id)arg1; +- (void)_setName:(id)arg1; - (void)copyValuesForReadOnlyFetch:(id)arg1; - (id)correlationTableName; - (void)dealloc; @@ -18,6 +20,7 @@ - (id)initWithEntity:(id)arg1 propertyDescription:(id)arg2; - (id)inverseRelationship; - (BOOL)isOrdered; +- (id)name; - (id)relationshipDescription; - (id)sourceEntity; diff --git a/Frameworks/CoreData.framework/NSSQLStoreRequestContext.h b/Frameworks/CoreData.framework/NSSQLStoreRequestContext.h index f22de7eb6b..1efd707b23 100644 --- a/Frameworks/CoreData.framework/NSSQLStoreRequestContext.h +++ b/Frameworks/CoreData.framework/NSSQLStoreRequestContext.h @@ -5,7 +5,6 @@ @interface NSSQLStoreRequestContext : NSObject { NSSQLiteConnection * _connection; NSManagedObjectContext * _context; - int _debugLogLevel; NSError * _error; NSException * _exception; NSPersistentStoreRequest * _persistentStoreRequest; diff --git a/Frameworks/CoreData.framework/NSSQLToOne.h b/Frameworks/CoreData.framework/NSSQLToOne.h index c6c8e627c9..6a179327b0 100644 --- a/Frameworks/CoreData.framework/NSSQLToOne.h +++ b/Frameworks/CoreData.framework/NSSQLToOne.h @@ -7,7 +7,6 @@ NSSQLForeignKey * _foreignKey; NSSQLForeignOrderKey * _foreignOrderKey; BOOL _isVirtual; - unsigned int _slot; } - (void)_setForeignOrderKey:(id)arg1; diff --git a/Frameworks/CoreData.framework/NSSQLiteAdapter.h b/Frameworks/CoreData.framework/NSSQLiteAdapter.h index 038716520e..e814a464c9 100644 --- a/Frameworks/CoreData.framework/NSSQLiteAdapter.h +++ b/Frameworks/CoreData.framework/NSSQLiteAdapter.h @@ -63,9 +63,9 @@ - (id)newUpdateStatementWithRow:(id)arg1 originalRow:(id)arg2 withMask:(struct __CFBitVector { }*)arg3; - (id)rtreeTableNameForEntity:(id)arg1 attribute:(id)arg2; - (id)sqlCore; -- (unsigned int)sqlTypeForExpressionConstantValue:(id)arg1; +- (unsigned char)sqlTypeForExpressionConstantValue:(id)arg1; - (id)sqliteVersion; - (id)typeStringForColumn:(id)arg1; -- (id)typeStringForSQLType:(unsigned int)arg1; +- (id)typeStringForSQLType:(unsigned char)arg1; @end diff --git a/Frameworks/CoreData.framework/NSSQLiteConnection.h b/Frameworks/CoreData.framework/NSSQLiteConnection.h index c22e8a0e7a..30c7d5b68a 100644 --- a/Frameworks/CoreData.framework/NSSQLiteConnection.h +++ b/Frameworks/CoreData.framework/NSSQLiteConnection.h @@ -3,6 +3,7 @@ */ @interface NSSQLiteConnection : NSObject { + NSMutableArray * _activeGenerations; NSSQLiteStatement * _beginStatement; struct __CFDictionary { } * _cachedEntityConstrainedValuesUpdateStatements; struct __CFDictionary { } * _cachedEntityUpdateStatements; @@ -12,7 +13,6 @@ NSString * _dbPath; NSString * _dbPathRegisteredWithBackupd; unsigned long long _debugInode; - int _debugLogLevel; void * _extraBuffersForRegisteredFunctions; struct sqlite3_stmt { } * _fetchPKStatement; NSSQLEntity * _finalEntity; @@ -21,6 +21,7 @@ NSMutableSet * _mObjectIDsUpdatedByTriggers; NSArray * _metadataColumns; NSMutableDictionary * _pragmaSettings; + NSSQLitePrefetchRequestCache * _prefetchRequestCache; NSObject * _queue; NSSQLiteStatement * _rollbackStatement; int _rowsProcessedCount; @@ -80,6 +81,7 @@ - (void)_configurePageSize; - (void)_configurePragmaOptions:(int)arg1 createdSchema:(BOOL)arg2; - (void)_configureSynchronousMode; +- (id)_currentQueryGenerationIdentifier:(id*)arg1; - (id)_decompressedModelWithData:(id)arg1; - (void)_endFetch; - (void)_endPowerAssertionWithAssert:(unsigned int)arg1 andApp:(id)arg2; @@ -92,8 +94,10 @@ - (long long)_fetchMaxPrimaryKeyForEntity:(id)arg1; - (void)_finalizeStatement; - (void)_forceDisconnectOnError; +- (void)_freeQueryGenerationIdentifier:(id)arg1; - (long long)_getCurrentAutoVacuumValue; - (BOOL)_hasTableWithName:(id)arg1; +- (BOOL)_isQueryGenerationTrackingConnection; - (id)_newValueForColumn:(id)arg1 atIndex:(unsigned int)arg2 inStatement:(struct sqlite3_stmt { }*)arg3; - (void)_performPostSaveTasks; - (void)_registerExtraFunctions; @@ -136,7 +140,7 @@ - (void)createTableForEntity:(id)arg1; - (void)createTablesForEntities:(id)arg1; - (void)createTriggersForEntities:(id)arg1; -- (id)currentQueryGenerationIdentifier:(id*)arg1; +- (id)currentQueryGenerationIdentifier; - (BOOL)databaseIsEmpty; - (void)dealloc; - (BOOL)deleteRow:(id)arg1 forRequestContext:(id)arg2; @@ -156,13 +160,14 @@ - (id)fetchTableNames; - (id)fetchUbiquityKnowledgeVector; - (void)forceTransactionClosed; -- (void)freeQueryGenerationIdentifier:(id)arg1; +- (void)freeQueryGenerationWithIdentifier:(id)arg1; - (long long)generatePrimaryKeysForEntity:(id)arg1 batch:(unsigned int)arg2; - (void)handleCorruptedDB:(id)arg1; - (BOOL)hasCachedModelTable; - (BOOL)hasMetadataTable; - (BOOL)hasOpenTransaction; - (BOOL)hasPrimaryKeyTable; +- (id)initAsQueryGenerationTrackingConnectionForSQLCore:(id)arg1; - (id)initForSQLCore:(id)arg1; - (void)insertRow:(id)arg1; - (BOOL)isFetchInProgress; @@ -174,6 +179,7 @@ - (id)newFetchedArray; - (void)performAndWait:(id /* block */)arg1; - (BOOL)performIntegrityCheck; +- (id)prefetchRequestCache; - (void)prepareAndExecuteSQLStatement:(id)arg1; - (void)prepareSQLStatement:(id)arg1; - (id)queue; @@ -181,6 +187,7 @@ - (void)recreateIndices; - (void)registerCurrentQueryGenerationWithStore:(id)arg1; - (void)registerCurrentQueryGenerationWithStore:(id)arg1 retries:(unsigned int)arg2; +- (BOOL)registerNewQueryGenerationIdentifier:(id)arg1; - (void)releaseSQLStatement; - (void)replaceUbiquityKnowledgeVector:(id)arg1; - (void)resetSQLStatement; diff --git a/Frameworks/CoreData.framework/NSSQLitePrefetchRequestCache.h b/Frameworks/CoreData.framework/NSSQLitePrefetchRequestCache.h new file mode 100644 index 0000000000..d93989733c --- /dev/null +++ b/Frameworks/CoreData.framework/NSSQLitePrefetchRequestCache.h @@ -0,0 +1,16 @@ +/* Generated by RuntimeBrowser + Image: /System/Library/Frameworks/CoreData.framework/CoreData + */ + +@interface NSSQLitePrefetchRequestCache : NSObject { + NSSQLModel * _model; + id * _prefetchRequestsByEntity; +} + +- (void)dealloc; +- (id)initWithModel:(id)arg1; +- (id)inverseIsToOnePrefetchRequestForRelationshipNamed:(id)arg1 onEntity:(id)arg2; +- (id)manyToManyPrefetchRequestsForRelationshipNamed:(id)arg1 onEntity:(id)arg2; +- (id)manyToOnePrefetchRequestForRelationshipNamed:(id)arg1 onEntity:(id)arg2; + +@end diff --git a/Frameworks/CoreData.framework/NSXPCStore.h b/Frameworks/CoreData.framework/NSXPCStore.h index 914f863f3c..714526b46e 100644 --- a/Frameworks/CoreData.framework/NSXPCStore.h +++ b/Frameworks/CoreData.framework/NSXPCStore.h @@ -21,6 +21,7 @@ + (int)debugDefault; + (void)initialize; + (id)replacementObjectForXPCConnection:(id)arg1 encoder:(id)arg2 object:(id)arg3; ++ (void)setDebugDefault:(int)arg1; - (id)_cacheNodePropertiesFromObject:(id)arg1; - (id)_cachedRowForObjectWithID:(id)arg1 generation:(id)arg2; @@ -32,6 +33,7 @@ - (id)_newObjectIDForEntityDescription:(id)arg1 pk:(long long)arg2; - (Class)_objectIDClass; - (id)_sanityCheckToken; +- (id)_storeInfoForEntityDescription:(id)arg1; - (void)_updateRollbackCacheForObjectWithID:(id)arg1 relationship:(id)arg2 withValuesFrom:(id)arg3; - (void)cacheContents:(id)arg1 ofRelationship:(id)arg2 onObjectWithID:(id)arg3 generation:(id)arg4; - (void)cacheContents:(id)arg1 ofRelationship:(id)arg2 onObjectWithID:(id)arg3 withTimestamp:(double)arg4 generation:(id)arg5; diff --git a/Frameworks/CoreData.framework/NSXPCStoreServerConnectionContext.h b/Frameworks/CoreData.framework/NSXPCStoreServerConnectionContext.h index 134722af4a..ba8ff49e86 100644 --- a/Frameworks/CoreData.framework/NSXPCStoreServerConnectionContext.h +++ b/Frameworks/CoreData.framework/NSXPCStoreServerConnectionContext.h @@ -14,7 +14,10 @@ - (id)description; - (id)entitlements; - (id)initWithConnectionInfo:(id)arg1; +- (id)inverseIsToOnePrefetchRequestForRelationshipNamed:(id)arg1 onEntity:(id)arg2; - (id)managedObjectContext; +- (id)manyToManyPrefetchRequestsForRelationshipNamed:(id)arg1 onEntity:(id)arg2; +- (id)manyToOnePrefetchRequestForRelationshipNamed:(id)arg1 onEntity:(id)arg2; - (id)notificationManager; - (id)persistentStoreCoordinator; - (void)setManagedObjectContext:(id)arg1; diff --git a/Frameworks/CoreData.framework/NSXPCStoreServerPerConnectionCache.h b/Frameworks/CoreData.framework/NSXPCStoreServerPerConnectionCache.h index 59f249ae59..db4a26ed9f 100644 --- a/Frameworks/CoreData.framework/NSXPCStoreServerPerConnectionCache.h +++ b/Frameworks/CoreData.framework/NSXPCStoreServerPerConnectionCache.h @@ -5,6 +5,7 @@ @interface NSXPCStoreServerPerConnectionCache : NSObject { NSPersistentStoreCoordinator * _coordinator; NSMutableDictionary * _generationTokenMap; + NSSQLitePrefetchRequestCache * _prefetchRequestCache; NSObject * _transaction; } @@ -13,7 +14,10 @@ - (id)coordinator; - (void)dealloc; - (id)initWithCoordinator:(id)arg1; +- (id)inverseIsToOnePrefetchRequestForRelationshipNamed:(id)arg1 onEntity:(id)arg2; - (id)localGenerationForRemoteGeneration:(id)arg1; +- (id)manyToManyPrefetchRequestsForRelationshipNamed:(id)arg1 onEntity:(id)arg2; +- (id)manyToOnePrefetchRequestForRelationshipNamed:(id)arg1 onEntity:(id)arg2; - (void)registerQueryGeneration:(id)arg1 forRemoteGeneration:(id)arg2; - (void)releaseQueryGenerationForRemoteGeneration:(id)arg1; diff --git a/Frameworks/CoreData.framework/_CDSnapshot.h b/Frameworks/CoreData.framework/_CDSnapshot.h index 7634f25bf2..1344f82869 100644 --- a/Frameworks/CoreData.framework/_CDSnapshot.h +++ b/Frameworks/CoreData.framework/_CDSnapshot.h @@ -5,9 +5,9 @@ @interface _CDSnapshot : NSObject { struct _snapshotFlags_st { unsigned int _readOnly : 1; - unsigned int _reservedFlags : 31; + unsigned int _reservedFlags : 7; } _cd_flags; - unsigned int _cd_nullFlags_; + unsigned char _cd_nullFlags_; NSManagedObjectID * _cd_objectID; int _cd_rc; int _cd_version; diff --git a/Frameworks/CoreData.framework/_NSManagedObject_st.h b/Frameworks/CoreData.framework/_NSManagedObject_st.h index ea21a76457..f9a0437180 100644 --- a/Frameworks/CoreData.framework/_NSManagedObject_st.h +++ b/Frameworks/CoreData.framework/_NSManagedObject_st.h @@ -3,17 +3,15 @@ */ @interface _NSManagedObject_st : NSObject { - id _cd_entity; - unsigned long _cd_extraFlags; - unsigned long _cd_lockingInfo; + unsigned int _cd_extraFlags; + void * _cd_extras; + unsigned int _cd_lockingInfo; NSManagedObjectContext * _cd_managedObjectContext; NSManagedObjectID * _cd_objectID; - id _cd_observationInfo; id _cd_queueReference; id _cd_rawData; int _cd_rc; - id * _cd_snapshots; - unsigned long _cd_stateFlags; + unsigned int _cd_stateFlags; } @end diff --git a/Frameworks/CoreData.framework/_PFChangeInfo.h b/Frameworks/CoreData.framework/_PFChangeInfo.h index 9762c6e15a..2d22502037 100644 --- a/Frameworks/CoreData.framework/_PFChangeInfo.h +++ b/Frameworks/CoreData.framework/_PFChangeInfo.h @@ -5,31 +5,35 @@ @interface _PFChangeInfo : NSObject { unsigned int _changeType; NSIndexPath * _finalIndexPath; + _NSDefaultSectionInfo * _finalSectionInfo; NSManagedObject * _object; - _NSDefaultSectionInfo * _sectionInfo; NSIndexPath * _startIndexPath; + _NSDefaultSectionInfo * _startSectionInfo; } @property (nonatomic) unsigned int changeType; @property (nonatomic, retain) NSIndexPath *finalIndexPath; +@property (nonatomic, retain) _NSDefaultSectionInfo *finalSectionInfo; @property (nonatomic, readonly, retain) NSManagedObject *object; -@property (nonatomic, retain) _NSDefaultSectionInfo *sectionInfo; @property (nonatomic, retain) NSIndexPath *startIndexPath; +@property (nonatomic, retain) _NSDefaultSectionInfo *startSectionInfo; - (unsigned int)changeType; - (void)dealloc; - (id)description; - (id)finalIndexPath; +- (id)finalSectionInfo; - (unsigned int)hash; - (id)initWithObject:(id)arg1; - (id)initWithObject:(id)arg1 changeType:(unsigned int)arg2; - (BOOL)isEqual:(id)arg1; - (id)object; -- (id)sectionInfo; - (void)setChangeType:(unsigned int)arg1; - (void)setFinalIndexPath:(id)arg1; -- (void)setSectionInfo:(id)arg1; +- (void)setFinalSectionInfo:(id)arg1; - (void)setStartIndexPath:(id)arg1; +- (void)setStartSectionInfo:(id)arg1; - (id)startIndexPath; +- (id)startSectionInfo; @end diff --git a/Frameworks/CoreData.framework/_PFRoutines.h b/Frameworks/CoreData.framework/_PFRoutines.h index 4ac036a414..3f5256b4dd 100644 --- a/Frameworks/CoreData.framework/_PFRoutines.h +++ b/Frameworks/CoreData.framework/_PFRoutines.h @@ -30,6 +30,7 @@ + (id)decodeValue:(id)arg1 forTransformableAttribute:(id)arg2; + (void)deleteFileForPFExternalReferenceData:(id)arg1; + (id)encodeObjectValue:(id)arg1 forTransformableAttribute:(id)arg2; ++ (id)fetchHeterogeneousCollectionByObjectIDs:(id)arg1 intoContext:(id)arg2; + (void)getIndexes:(unsigned int*)arg1 fromCollection:(id)arg2 forObjectsInCollection:(id)arg3; + (void)initialize; + (BOOL)isUbiquitousItemAtURL:(id)arg1; diff --git a/Frameworks/CoreFoundation.framework/CFPrefsPlistSource.h b/Frameworks/CoreFoundation.framework/CFPrefsPlistSource.h index 9ea672364b..86f0e0871c 100644 --- a/Frameworks/CoreFoundation.framework/CFPrefsPlistSource.h +++ b/Frameworks/CoreFoundation.framework/CFPrefsPlistSource.h @@ -3,20 +3,18 @@ */ @interface CFPrefsPlistSource : CFPrefsSource { - struct { - unsigned int _isByHost : 1; - unsigned int _volatile : 1; - unsigned int _readonly : 1; - unsigned int _avoidsDaemonCache : 1; - unsigned int _restrictedAccess : 1; - unsigned int _checkedInvalidHome : 1; - unsigned int _lastWriteFailed : 1; - unsigned int _observing : 1; - unsigned int _disableBackup : 1; - } _flags; - struct __CFDictionary { } * _locallySetDict; + bool _avoidsDaemonCache; + bool _checkedInvalidHome; + bool _disableBackup; + bool _isByHost; + bool _lastWriteFailed; + /* Warning: Unrecognized filer type: '^' using 'void*' */ void* _locallySetDict; + bool _observing; + bool _readonly; + bool _restrictedAccess; NSObject * _synchGroup; - const char * accessPath; + bool _volatile; + char * accessPath; struct __CFString { } * container; struct __CFString { } * domainIdentifier; struct __CFString { } * userIdentifier; diff --git a/Frameworks/CoreFoundation.framework/NSArray.h b/Frameworks/CoreFoundation.framework/NSArray.h index 64e6e4d35d..e153a92f73 100644 --- a/Frameworks/CoreFoundation.framework/NSArray.h +++ b/Frameworks/CoreFoundation.framework/NSArray.h @@ -2,7 +2,7 @@ Image: /System/Library/Frameworks/CoreFoundation.framework/CoreFoundation */ -@interface NSArray : NSObject +@interface NSArray : NSObject @property (nonatomic, readonly) IMMessageItem *__imLastMessageItem; @property (nonatomic, readonly) NSDictionary *bw_builtInMicRouteDictionary; @@ -230,6 +230,10 @@ - (id)mf_commaSeparatedRecipientListWithWidth:(float)arg1 forFont:(id)arg2 usingSelector:(SEL)arg3; - (unsigned int)mf_indexOfRecipientWithEmailAddress:(id)arg1; +// Image: /System/Library/Frameworks/MobileCoreServices.framework/MobileCoreServices + ++ (id)arrayByFilteringLaunchProhibitedAppsFrom:(id)arg1; + // Image: /System/Library/Frameworks/MultipeerConnectivity.framework/MultipeerConnectivity - (id)copyDeep_MC; @@ -281,6 +285,11 @@ - (id)un_safeArrayContainingClass:(Class)arg1; - (id)un_safeArrayContainingClasses:(id)arg1; +// Image: /System/Library/PrivateFrameworks/Accessibility.framework/Frameworks/AXHearingSupport.framework/AXHearingSupport + +- (id)programThatMatchesProgram:(id)arg1; +- (void)setProgram:(id)arg1 withOtherSidePrograms:(id)arg2 selected:(BOOL)arg3; + // Image: /System/Library/PrivateFrameworks/AccessibilityUtilities.framework/AccessibilityUtilities + (id)axArrayByIgnoringNilElementsWithCount:(unsigned int)arg1; @@ -383,7 +392,6 @@ // Image: /System/Library/PrivateFrameworks/CloudKitDaemon.framework/CloudKitDaemon - (id)CKSortedForUpload; -- (void)_CKLogToFileHandle:(id)arg1 atDepth:(int)arg2; // Image: /System/Library/PrivateFrameworks/CloudPhotoLibrary.framework/CloudPhotoLibrary @@ -535,7 +543,8 @@ // Image: /System/Library/PrivateFrameworks/Home.framework/Home -- (id)hf_prettyDescription; +- (id)hf_prettyDescriptionOfType:(unsigned int)arg1; +- (id)hf_serializedStateDumpRepresentation; // Image: /System/Library/PrivateFrameworks/HomeSharing.framework/HomeSharing @@ -715,6 +724,7 @@ - (id)fc_randomlyMergeWithArray:(id)arg1; - (double)fc_reduceArrayWithDouble:(double)arg1 block:(id /* block */)arg2; - (id)fc_reduceArrayWithInitial:(id)arg1 block:(id /* block */)arg2; +- (id)fc_rotateElementsFromTheIndexOfSelectedItem:(unsigned int)arg1; - (id)fc_safeSubarrayWithCountFromBack:(unsigned int)arg1; - (id)fc_safeSubarrayWithCountFromFront:(unsigned int)arg1; - (id)fc_setByTransformingWithBlock:(id /* block */)arg1; @@ -901,9 +911,10 @@ - (id)sp_copyForFeedback; -// Image: /System/Library/PrivateFrameworks/Swift/libswiftFoundation.dylib +// Image: /System/Library/PrivateFrameworks/TVMLKit.framework/TVMLKit -- (id)_swiftInitWithArray_NSArray:(id)arg1; +- (id)tv_arrayByMappingObjectsUsingBlock:(id /* block */)arg1; +- (id)tv_randomizedArray; // Image: /System/Library/PrivateFrameworks/TelephonyRPC.framework/TelephonyRPC diff --git a/Frameworks/CoreFoundation.framework/NSData.h b/Frameworks/CoreFoundation.framework/NSData.h index 821a21b1b9..3980799157 100644 --- a/Frameworks/CoreFoundation.framework/NSData.h +++ b/Frameworks/CoreFoundation.framework/NSData.h @@ -2,7 +2,7 @@ Image: /System/Library/Frameworks/CoreFoundation.framework/CoreFoundation */ -@interface NSData : NSObject +@interface NSData : NSObject @property (nonatomic, readonly) NSData *NRSHA256; @property (nonatomic, readonly) NSData *SHA1Data; @@ -218,10 +218,6 @@ - (BOOL)brc_signatureIsPendingPlaceHolder; - (BOOL)brc_signatureIsValid; -// Image: /System/Library/PrivateFrameworks/CloudKitDaemon.framework/CloudKitDaemon - -- (void)_CKLogToFileHandle:(id)arg1 atDepth:(int)arg2; - // Image: /System/Library/PrivateFrameworks/CloudPhotoLibrary.framework/CloudPhotoLibrary - (id)cplQueryCursorDescription; @@ -280,6 +276,23 @@ - (id)da_lowercaseHexStringWithoutSpaces; - (id)da_uppercaseHexStringWithoutSpaces; +// Image: /System/Library/PrivateFrameworks/DataAccess.framework/Frameworks/DAEAS.framework/DAEAS + ++ (BOOL)acceptsTopLevelLeaves; ++ (BOOL)expectsContent; ++ (BOOL)frontingBasicTypes; ++ (BOOL)notifyOfUnknownTokens; ++ (BOOL)parsingLeafNode; ++ (BOOL)parsingWithSubItems; + +- (id)initForLengthTokenOfLength:(unsigned int)arg1; +- (id)initWithASParseContext:(id)arg1 root:(id)arg2 parent:(id)arg3 callbackDict:(id)arg4 streamCallbackDict:(id)arg5 lengthUntilEndOfTerminator:(int)arg6; +- (int)parsingState; + +// Image: /System/Library/PrivateFrameworks/DataAccess.framework/Frameworks/DASubCal.framework/DASubCal + +- (id)digestForSubCal; + // Image: /System/Library/PrivateFrameworks/FMCore.framework/FMCore - (id)fm_hexString; @@ -375,6 +388,10 @@ - (id)hexRepresentationWithSpaces_AS:(BOOL)arg1; +// Image: /System/Library/PrivateFrameworks/KeyboardServices.framework/KeyboardServices + +- (unsigned long long)_hashCKMigration; + // Image: /System/Library/PrivateFrameworks/KeychainCircle.framework/KeychainCircle + (id)dataWithEncodedSequenceData:(id)arg1 data:(id)arg2 error:(id*)arg3; @@ -416,9 +433,7 @@ + (id)MCDataWithCFData:(struct __CFData { }*)arg1; + (id)MCDataWithHexString:(id)arg1; -- (id)MCBase64String; - (id)MCHexString; -- (id)MCInitWithBase64String:(id)arg1; - (BOOL)MCSCWriteToFile:(id)arg1 atomically:(BOOL)arg2; - (BOOL)MCSCWriteToFile:(id)arg1 atomically:(BOOL)arg2 error:(id*)arg3; - (BOOL)MCSCWriteToFile:(id)arg1 atomically:(BOOL)arg2 mode:(unsigned short)arg3 error:(id*)arg4; @@ -557,6 +572,15 @@ - (id)pu_hex; - (int)sd_compare:(id)arg1; +// Image: /System/Library/PrivateFrameworks/SiriCore.framework/SiriCore + +- (const void*)siriCoreSQLiteValue_blobRepresentationWithLength:(unsigned long long*)arg1; +- (id)siriCoreSQLiteValue_escapedString:(BOOL)arg1; +- (id)siriCoreSQLiteValue_toData; +- (id)siriCoreSQLiteValue_toNumber; +- (id)siriCoreSQLiteValue_toString; +- (int)siriCoreSQLiteValue_type; + // Image: /System/Library/PrivateFrameworks/SlideshowKit.framework/Frameworks/OpusFoundation.framework/OpusFoundation + (BOOL)AES128CheckVerifier:(id)arg1 withPassword:(id)arg2; @@ -589,11 +613,22 @@ - (id)_SBKDataByDeflatingWithNoZipHeaderWithCompression:(unsigned int)arg1; - (id)_SBKDataByInflatingWithNoZipHeader; +// Image: /System/Library/PrivateFrameworks/TVMLKit.framework/TVMLKit + +- (id)tv_MD5Digest; +- (id)tv_SHA1Digest; +- (id)tv_SHA256Digest; +- (id)tv_lowercaseHexString; + // Image: /System/Library/PrivateFrameworks/TouchRemote.framework/TouchRemote - (id)TR_compressedGzipData; - (id)TR_decompressedGzipData; +// Image: /System/Library/PrivateFrameworks/UserNotificationsServer.framework/UserNotificationsServer + ++ (id)uns_PNGDataForImage:(struct CGImage { }*)arg1; + // Image: /System/Library/PrivateFrameworks/VoiceTrigger.framework/VoiceTrigger - (id)MD5HashString; diff --git a/Frameworks/CoreFoundation.framework/NSDate.h b/Frameworks/CoreFoundation.framework/NSDate.h index 62f2aad7aa..7be9a55b83 100644 --- a/Frameworks/CoreFoundation.framework/NSDate.h +++ b/Frameworks/CoreFoundation.framework/NSDate.h @@ -2,12 +2,13 @@ Image: /System/Library/Frameworks/CoreFoundation.framework/CoreFoundation */ -@interface NSDate : NSObject +@interface NSDate : NSObject @property (nonatomic, readonly) NSString *briefFormattedDate; @property (nonatomic, readonly) int chartGridValueType; @property (readonly, copy) NSString *debugDescription; @property (readonly, copy) NSString *description; +@property (nonatomic, readonly) BOOL fc_isWeekend; @property (readonly) double fc_timeIntervalUntilNow; @property (readonly) unsigned int hash; @property (nonatomic, readonly) BOOL isToday; @@ -122,9 +123,11 @@ // Image: /System/Library/PrivateFrameworks/AssistantUI.framework/AssistantUI +- (id)_afui_dateStringUsingCurrentLocaleFromTemplate:(id)arg1; - (BOOL)_afui_isSameDayAsDate:(id)arg1; - (BOOL)afui_isToday; - (BOOL)afui_isTomorrow; +- (id)afui_longYearString; // Image: /System/Library/PrivateFrameworks/AuthKit.framework/AuthKit @@ -251,12 +254,6 @@ - (id)JSONObjectRepresentation; - (id)initWithJSONObjectRepresentation:(id)arg1; -// Image: /System/Library/PrivateFrameworks/CloudKitDaemon.framework/CloudKitDaemon - -+ (id)CKSharedCalendar; - -- (void)_CKLogToFileHandle:(id)arg1 atDepth:(int)arg2; - // Image: /System/Library/PrivateFrameworks/CloudPhotoLibrary.framework/CloudPhotoLibrary - (id)initWithCPLArchiver:(id)arg1; @@ -269,14 +266,6 @@ - (id)cd_dateWithFloorForAlignment:(double)arg1; - (id)cd_dateWithFloorForAlignment:(double)arg1 withOffset:(double)arg2 inTimeZone:(id)arg3; -// Image: /System/Library/PrivateFrameworks/CoreKnowledge.framework/CoreKnowledge - -+ (id)relevantPredicateLabels; - -- (id)dateTimeComponents; -- (BOOL)isSameAsDate:(id)arg1 upTo:(unsigned int)arg2; -- (id)toString:(id)arg1; - // Image: /System/Library/PrivateFrameworks/CoreRoutine.framework/CoreRoutine - (id)dateByRoundingWithTimeQuantization:(int)arg1; @@ -285,6 +274,24 @@ - (id)sg_descriptionForMimeHeaders; +// Image: /System/Library/PrivateFrameworks/DataAccess.framework/Frameworks/DAEAS.framework/DAEAS + ++ (BOOL)acceptsTopLevelLeaves; ++ (id)dateWithActiveSyncString:(id)arg1; ++ (id)dateWithActiveSyncStringFromYearMonthDay:(id)arg1; ++ (id)dateWithActiveSyncStringWithoutSeparators:(id)arg1; ++ (BOOL)frontingBasicTypes; ++ (BOOL)notifyOfUnknownTokens; ++ (BOOL)parsingLeafNode; ++ (BOOL)parsingWithSubItems; + +- (id)activeSyncString; +- (id)activeSyncStringForYearMonthDay; +- (id)activeSyncStringWithoutSeparators; +- (id)gmtDateToDateInTimeZone:(id)arg1; +- (id)nearestMidnight; +- (id)tzDateToDateInGMT:(id)arg1; + // Image: /System/Library/PrivateFrameworks/FMCore.framework/FMCore + (id)fm_dateFromEpoch:(long long)arg1; @@ -384,6 +391,8 @@ // Image: /System/Library/PrivateFrameworks/NewsCore.framework/NewsCore ++ (id)dateFromString:(id)arg1 possibleFormats:(id)arg2; ++ (id)dateFromStringWithISO8601Format:(id)arg1; + (id)dateWithPBDate:(id)arg1; + (id)fc_dateWithMillisecondsTimeIntervalSince1970:(unsigned long long)arg1; + (int)keyValuePairType; @@ -393,9 +402,12 @@ - (id)fc_dateBySubtractingTimeInterval:(double)arg1; - (BOOL)fc_isEarlierThan:(id)arg1; - (BOOL)fc_isLaterThan:(id)arg1; +- (BOOL)fc_isSameDayAs:(id)arg1; +- (BOOL)fc_isWeekend; - (BOOL)fc_isWithinTimeInterval:(double)arg1 ofDate:(id)arg2; - (unsigned long long)fc_millisecondTimeIntervalSince1970; - (double)fc_timeIntervalUntilNow; +- (BOOL)isToday; - (id)pbDate; - (void)writeToKeyValuePair:(id)arg1; @@ -496,6 +508,10 @@ - (id)summary; +// Image: /System/Library/PrivateFrameworks/WatchListKit.framework/WatchListKit + ++ (id)wlk_dateWithMillisecondsSince1970:(id)arg1; + // Image: /System/Library/PrivateFrameworks/WeatherFoundation.framework/WeatherFoundation - (id)wf_dateOnlyComponentsInCalendar:(id)arg1; diff --git a/Frameworks/CoreFoundation.framework/NSDateComponents.h b/Frameworks/CoreFoundation.framework/NSDateComponents.h index 03e24d1cab..f2288748e7 100644 --- a/Frameworks/CoreFoundation.framework/NSDateComponents.h +++ b/Frameworks/CoreFoundation.framework/NSDateComponents.h @@ -144,11 +144,6 @@ - (BOOL)isSameYearAsComponents:(id)arg1; - (id)representedDate; -// Image: /System/Library/PrivateFrameworks/CoreKnowledge.framework/CoreKnowledge - -- (BOOL)storeLinksFromEntity:(id)arg1 error:(id*)arg2; -- (id)toDate; - // Image: /System/Library/PrivateFrameworks/HMFoundation.framework/HMFoundation - (id)localTimeDescription; diff --git a/Frameworks/CoreFoundation.framework/NSDictionary.h b/Frameworks/CoreFoundation.framework/NSDictionary.h index 775c518f23..28c9730a24 100644 --- a/Frameworks/CoreFoundation.framework/NSDictionary.h +++ b/Frameworks/CoreFoundation.framework/NSDictionary.h @@ -2,9 +2,11 @@ Image: /System/Library/Frameworks/CoreFoundation.framework/CoreFoundation */ -@interface NSDictionary : NSObject +@interface NSDictionary : NSObject @property (nonatomic, readonly) NSNumber *__im_associatedMessageContentType; +@property (nonatomic, readonly) NSString *__im_associatedMessagePluginBundleID; +@property (nonatomic, readonly) NSString *__im_associatedMessagePluginDisplayName; @property (nonatomic, readonly) NSString *__im_associatedMessageSummary; @property (nonatomic, readonly) float averageRating; @property (nonatomic, readonly) NSString *bundleId; @@ -109,7 +111,7 @@ // Image: /System/Library/Frameworks/CloudKit.framework/CloudKit - (void)CKAssignToContainerWithID:(id)arg1; -- (id)CKPropertiesToDescribe:(BOOL)arg1; +- (id)CKDescriptionPropertiesWithPublic:(BOOL)arg1 private:(BOOL)arg2 shouldExpand:(BOOL)arg3; // Image: /System/Library/Frameworks/CoreLocation.framework/CoreLocation @@ -186,6 +188,12 @@ - (id)locationFromDataForKey:(id)arg1; - (id)regionFromDataForKey:(id)arg1; +// Image: /System/Library/Frameworks/LocalAuthentication.framework/Support/DaemonUtils.framework/DaemonUtils + ++ (id)dictionaryByMerging:(id)arg1 with:(id)arg2; + +- (id)dictionaryByMergingWith:(id)arg1; + // Image: /System/Library/Frameworks/MapKit.framework/MapKit - (id)_defaultOffer; @@ -257,6 +265,7 @@ // Image: /System/Library/Frameworks/VideoSubscriberAccount.framework/VideoSubscriberAccount - (id)vs_arrayForKey:(id)arg1; +- (id)vs_arrayOfStringsForKey:(id)arg1; - (id)vs_dictionaryForKey:(id)arg1; - (id)vs_numberForKey:(id)arg1; - (id)vs_objectOfClass:(Class)arg1 forKey:(id)arg2; @@ -364,7 +373,6 @@ - (id)CKObjectForKeyCaseInsensitive:(id)arg1; - (id)CKPercentEscapedQueryString; -- (void)_CKLogToFileHandle:(id)arg1 atDepth:(int)arg2; // Image: /System/Library/PrivateFrameworks/CloudPhotoLibrary.framework/CloudPhotoLibrary @@ -448,14 +456,10 @@ - (id)sf_asTitleCardSection:(id)arg1; - (id)sf_asTrack:(id)arg1; - (id)sf_asTrackListCardSection:(id)arg1; -- (void)sf_baseCardSection:(id)arg1; +- (void)sf_baseCardSection:(id)arg1 reply:(id)arg2; - (id)sf_imageForKey:(id)arg1 reply:(id)arg2; - (unsigned int)sf_textColorForKey:(id)arg1; -// Image: /System/Library/PrivateFrameworks/CoreRC.framework/CoreRC - -- (BOOL)getLinkState:(BOOL*)arg1 physicalAddress:(unsigned int*)arg2; - // Image: /System/Library/PrivateFrameworks/CoreSuggestions.framework/CoreSuggestions - (BOOL)hasCaseIgnoringKey:(id)arg1; @@ -465,6 +469,10 @@ - (id)DAMergeOverrideDictionary:(id)arg1; - (id)DAObjectForKeyCaseInsensitive:(id)arg1; +// Image: /System/Library/PrivateFrameworks/DataAccess.framework/Frameworks/DAEAS.framework/DAEAS + +- (id)objectForInt:(int)arg1; + // Image: /System/Library/PrivateFrameworks/FMCoreLite.framework/FMCoreLite + (id)dictionaryWithContentsOfData:(id)arg1; @@ -598,10 +606,12 @@ // Image: /System/Library/PrivateFrameworks/IMSharedUtilities.framework/IMSharedUtilities -+ (id)dictionaryWithAssociatedMessageSummary:(id)arg1 contentType:(unsigned char)arg2; ++ (id)dictionaryWithAssociatedMessageSummary:(id)arg1 contentType:(unsigned char)arg2 pluginBundleID:(id)arg3 pluginDisplayName:(id)arg4; + (id)dictionaryWithMessageSummaryInfoData:(id)arg1; - (id)__im_associatedMessageContentType; +- (id)__im_associatedMessagePluginBundleID; +- (id)__im_associatedMessagePluginDisplayName; - (id)__im_associatedMessageSummary; // Image: /System/Library/PrivateFrameworks/IntlPreferences.framework/IntlPreferences @@ -827,6 +837,16 @@ // Image: /System/Library/PrivateFrameworks/Swift/libswiftFoundation.dylib - (id)_swiftInitWithDictionary_NSDictionary:(id)arg1; +/* MISSING HEADER DESCRIPTION FOR METHOD _swift_objectForKeyedSubscript: */ + +// Image: /System/Library/PrivateFrameworks/TVMLKit.framework/TVMLKit + +- (id)tv_arrayForKey:(id)arg1; +- (BOOL)tv_boolForKey:(id)arg1 defaultValue:(BOOL)arg2; +- (id)tv_dictionaryForKey:(id)arg1; +- (id)tv_lookupValueForKey:(id)arg1 expectedClass:(Class)arg2; +- (id)tv_numberForKey:(id)arg1; +- (id)tv_stringForKey:(id)arg1; // Image: /System/Library/PrivateFrameworks/TelephonyUtilities.framework/TelephonyUtilities @@ -871,6 +891,20 @@ - (BOOL)writeToFile:(id)arg1 options:(unsigned int)arg2 error:(id*)arg3; +// Image: /System/Library/PrivateFrameworks/WatchListKit.framework/WatchListKit + +- (id)_lookupValueForKey:(id)arg1 expectedClass:(Class)arg2; +- (id)wlk_arrayForKey:(id)arg1; +- (id)wlk_artworkVariantListingForKey:(id)arg1; +- (BOOL)wlk_boolForKey:(id)arg1 defaultValue:(BOOL)arg2; +- (id)wlk_dataForKey:(id)arg1; +- (id)wlk_dateForKey:(id)arg1; +- (id)wlk_dateFromMillisecondsSince1970ForKey:(id)arg1; +- (unsigned int)wlk_deepHash; +- (id)wlk_dictionaryForKey:(id)arg1; +- (id)wlk_numberForKey:(id)arg1; +- (id)wlk_stringForKey:(id)arg1; + // Image: /System/Library/PrivateFrameworks/WeatherFoundation.framework/WeatherFoundation - (id)wf_URLForKeyPath:(id)arg1; diff --git a/Frameworks/CoreFoundation.framework/NSMutableArray.h b/Frameworks/CoreFoundation.framework/NSMutableArray.h index 5c4f069d8e..e1ddfe65ec 100644 --- a/Frameworks/CoreFoundation.framework/NSMutableArray.h +++ b/Frameworks/CoreFoundation.framework/NSMutableArray.h @@ -238,6 +238,7 @@ - (void)mf_moveObjectAtIndex:(unsigned int)arg1 toIndex:(unsigned int)arg2; - (unsigned int)mf_removeObject:(id)arg1 usingComparator:(id /* block */)arg2; - (unsigned int)mf_removeObject:(id)arg1 usingSortFunction:(int (*)arg2 context:(void*)arg3; +- (void)mf_reverseObjects; // Image: /System/Library/PrivateFrameworks/MobileBackup.framework/MobileBackup diff --git a/Frameworks/CoreFoundation.framework/NSMutableDictionary.h b/Frameworks/CoreFoundation.framework/NSMutableDictionary.h index 933c2b2093..fdf004cec5 100644 --- a/Frameworks/CoreFoundation.framework/NSMutableDictionary.h +++ b/Frameworks/CoreFoundation.framework/NSMutableDictionary.h @@ -125,6 +125,14 @@ - (void)logCounter_incrementForSubtype_internal:(id)arg1; - (BOOL)logCounter_isLog:(id)arg1 byKey:(id)arg2 count:(unsigned int*)arg3 withinLimit:(unsigned int*)arg4 withOptions:(id)arg5; +// Image: /System/Library/PrivateFrameworks/DataAccess.framework/Frameworks/DACardDAV.framework/DACardDAV + +- (void)addObjectsAndKeys:(id)arg1; + +// Image: /System/Library/PrivateFrameworks/DataAccess.framework/Frameworks/DAEAS.framework/DAEAS + +- (void)setObject:(id)arg1 forInt:(int)arg2; + // Image: /System/Library/PrivateFrameworks/DifferentialPrivacy.framework/DifferentialPrivacy - (void)dp_addBoolForKey:(id)arg1; @@ -264,6 +272,15 @@ - (void)setSafeObject:(id)arg1 forKey:(id)arg2; +// Image: /System/Library/PrivateFrameworks/Swift/libswiftFoundation.dylib + +/* MISSING HEADER DESCRIPTION FOR METHOD _swift_objectForKeyedSubscript: */ +/* MISSING HEADER DESCRIPTION FOR METHOD _swift_setObject:forKeyedSubscript: */ + +// Image: /System/Library/PrivateFrameworks/Symptoms.framework/Frameworks/SymptomEvaluator.framework/SymptomEvaluator + +- (void)setActions:(id)arg1 forProcess:(id)arg2; + // Image: /System/Library/PrivateFrameworks/UserNotificationsServer.framework/UserNotificationsServer - (void)uns_safeSetCGRect:(struct CGRect { struct CGPoint { float x_1_1_1; float x_1_1_2; } x1; struct CGSize { float x_2_1_1; float x_2_1_2; } x2; })arg1 forKey:(id)arg2; diff --git a/Frameworks/CoreFoundation.framework/NSMutableSet.h b/Frameworks/CoreFoundation.framework/NSMutableSet.h index fe4caa8c24..bed71aec6f 100644 --- a/Frameworks/CoreFoundation.framework/NSMutableSet.h +++ b/Frameworks/CoreFoundation.framework/NSMutableSet.h @@ -65,10 +65,6 @@ - (void)CDVAddItemParserMappingWithNameSpace:(id)arg1 name:(id)arg2 parseClass:(Class)arg3; -// Image: /System/Library/PrivateFrameworks/CoreRC.framework/CoreRC - -- (id)physicalDeviceWithAddress:(unsigned int)arg1; - // Image: /System/Library/PrivateFrameworks/DuetActivityScheduler.framework/DuetActivityScheduler - (void)_DAS_addOrReplaceObject:(id)arg1; @@ -98,6 +94,8 @@ // Image: /System/Library/PrivateFrameworks/NewsCore.framework/NewsCore - (void)fc_removeObjectsFromArray:(id)arg1; +- (void)fc_safelyAddObject:(id)arg1; +- (void)fc_safelyAddObjects:(id)arg1; // Image: /System/Library/PrivateFrameworks/NotesShared.framework/NotesShared diff --git a/Frameworks/CoreFoundation.framework/NSNull.h b/Frameworks/CoreFoundation.framework/NSNull.h index d5d14ee877..60b6c0a77e 100644 --- a/Frameworks/CoreFoundation.framework/NSNull.h +++ b/Frameworks/CoreFoundation.framework/NSNull.h @@ -2,7 +2,7 @@ Image: /System/Library/Frameworks/CoreFoundation.framework/CoreFoundation */ -@interface NSNull : NSObject +@interface NSNull : NSObject @property (readonly, copy) NSString *debugDescription; @property (readonly, copy) NSString *description; @@ -56,6 +56,14 @@ - (void)sfu_appendJsonStringToString:(id)arg1; +// Image: /System/Library/PrivateFrameworks/SiriCore.framework/SiriCore + +- (id)siriCoreSQLiteValue_escapedString:(BOOL)arg1; +- (id)siriCoreSQLiteValue_toData; +- (id)siriCoreSQLiteValue_toNumber; +- (id)siriCoreSQLiteValue_toString; +- (int)siriCoreSQLiteValue_type; + // Image: /System/Library/PrivateFrameworks/iWorkImport.framework/iWorkImport - (void)drawSwatchInRect:(struct CGRect { struct CGPoint { float x_1_1_1; float x_1_1_2; } x1; struct CGSize { float x_2_1_1; float x_2_1_2; } x2; })arg1 inContext:(struct CGContext { }*)arg2; diff --git a/Frameworks/CoreFoundation.framework/NSSet.h b/Frameworks/CoreFoundation.framework/NSSet.h index 6d4faa8b4e..a1d905cc11 100644 --- a/Frameworks/CoreFoundation.framework/NSSet.h +++ b/Frameworks/CoreFoundation.framework/NSSet.h @@ -2,7 +2,7 @@ Image: /System/Library/Frameworks/CoreFoundation.framework/CoreFoundation */ -@interface NSSet : NSObject +@interface NSSet : NSObject @property (readonly) unsigned int count; @property (readonly, copy) NSString *debugDescription; @@ -195,7 +195,8 @@ // Image: /System/Library/PrivateFrameworks/Home.framework/Home -- (id)hf_prettyDescription; +- (id)hf_prettyDescriptionOfType:(unsigned int)arg1; +- (id)hf_serializedStateDumpRepresentation; // Image: /System/Library/PrivateFrameworks/IMFoundation.framework/IMFoundation @@ -284,10 +285,6 @@ - (id)safari_arrayByMappingObjectsUsingBlock:(id /* block */)arg1; -// Image: /System/Library/PrivateFrameworks/Swift/libswiftFoundation.dylib - -- (id)_swiftInitWithSet_NSSet:(id)arg1; - // Image: /System/Library/PrivateFrameworks/TouchRemote.framework/TouchRemote - (id)setByIntersectingSet:(id)arg1; diff --git a/Frameworks/CoreFoundation.framework/NSTimeZone.h b/Frameworks/CoreFoundation.framework/NSTimeZone.h index 8c2f42266d..c9f014c083 100644 --- a/Frameworks/CoreFoundation.framework/NSTimeZone.h +++ b/Frameworks/CoreFoundation.framework/NSTimeZone.h @@ -81,6 +81,10 @@ - (id)JSONObjectRepresentation; - (id)initWithJSONObjectRepresentation:(id)arg1; +// Image: /System/Library/PrivateFrameworks/DataAccess.framework/Frameworks/DAEAS.framework/DAEAS + ++ (id)gmt; + // Image: /System/Library/PrivateFrameworks/Navigation.framework/Navigation - (BOOL)_navigation_hasSameOffsetFromGMTAsTimeZone:(id)arg1; diff --git a/Frameworks/CoreFoundation.framework/NSURL.h b/Frameworks/CoreFoundation.framework/NSURL.h index 6d4683b622..f42cc05a9f 100644 --- a/Frameworks/CoreFoundation.framework/NSURL.h +++ b/Frameworks/CoreFoundation.framework/NSURL.h @@ -438,18 +438,21 @@ - (BOOL)_br_isInSyncedLocationStrictly:(BOOL)arg1; - (id)br_URLByResolvingExternalDocumentReferenceWithError:(id*)arg1; +- (id)br_URLByResolvingInProcessExternalDocumentReferenceWithProperties:(id)arg1; - (id)br_addFakeConflictLoserFromItemAtURL:(id)arg1 lastEditorDeviceName:(id)arg2 error:(id*)arg3; - (id)br_addFakeConflictLoserFromItemAtURL:(id)arg1 lastEditorDeviceName:(id)arg2 lastEditorUserName:(id)arg3 error:(id*)arg4; - (void)br_addPhysicalProperty; - (void)br_bookmarkableStringForRemoteOpeningAppWithBundleID:(id)arg1 completion:(id /* block */)arg2; - (void)br_bookmarkableStringWithEtag:(BOOL)arg1 completion:(id /* block */)arg2; - (id)br_cloudDocsContainer; +- (id)br_cloudDocsContainerWithResolveInnerSharedContainerID:(BOOL)arg1; - (id)br_containerID; - (id)br_containerIDIfIsDesktopOrDocumentsURL; - (id)br_containerIDIfIsDocumentsContainerURL; - (id)br_containerIDWithResolveInnerSharedContainerID:(BOOL)arg1; - (void)br_containerIDsWithExternalReferencesWithHandler:(id /* block */)arg1; - (id)br_debugDescription; +- (id)br_externalDocumentPropertiesWithError:(id*)arg1; - (BOOL)br_getTagNames:(id*)arg1 error:(id*)arg2; - (void)br_isConflictedWithHandler:(id /* block */)arg1; - (BOOL)br_isDocumentsContainer; @@ -775,9 +778,19 @@ - (id)initWithXPCEncoding:(id)arg1; - (BOOL)isStoreServicesURL; -// Image: /System/Library/PrivateFrameworks/Swift/libswiftFoundation.dylib +// Image: /System/Library/PrivateFrameworks/TVMLKit.framework/TVMLKit -- (id)initWithFileReferenceLiteral:(id)arg1; +- (int)tv_imageURLType; +- (BOOL)tv_isAppIconURL; +- (BOOL)tv_isResourceURL; +- (id)tv_resourceName; + +// Image: /System/Library/PrivateFrameworks/TelephonyUI.framework/TelephonyUI + ++ (id)launchQueryForValue:(id)arg1; ++ (id)tp_inCallServiceURLWithReason:(int)arg1; + +- (BOOL)tp_isInCallServiceURLWithReason:(int)arg1; // Image: /System/Library/PrivateFrameworks/TelephonyUtilities.framework/TelephonyUtilities diff --git a/Frameworks/CoreFoundation.framework/NSUserDefaults.h b/Frameworks/CoreFoundation.framework/NSUserDefaults.h index 2bf922b14b..bf932be240 100644 --- a/Frameworks/CoreFoundation.framework/NSUserDefaults.h +++ b/Frameworks/CoreFoundation.framework/NSUserDefaults.h @@ -127,12 +127,6 @@ + (BOOL)shouldShowCNFRegistrationServerLogs; + (BOOL)shouldShowCNFRegistrationSettingsUI; -// Image: /System/Library/PrivateFrameworks/CoreRC.framework/CoreRC - -+ (id)cecUserDefaults; - -- (BOOL)cecDeferLossOfLink; - // Image: /System/Library/PrivateFrameworks/CoreUtils.framework/CoreUtils - (BOOL)boolValueSafeForKey:(id)arg1; diff --git a/Frameworks/CoreImage.framework/CIRAWFilterImpl.h b/Frameworks/CoreImage.framework/CIRAWFilterImpl.h index 970105ebb7..3bcd1e196e 100644 --- a/Frameworks/CoreImage.framework/CIRAWFilterImpl.h +++ b/Frameworks/CoreImage.framework/CIRAWFilterImpl.h @@ -15,12 +15,10 @@ float width; float height; } _nativeSize; - NSArray * _neutralColour; NSDictionary * _rawDictionary; NSDictionary * _rawReconstructionDefaultsDictionary; NSArray * _supportedDecoderVersions; NSArray * _supportedSushiModes; - CIImage * _tempImage; NSObject * _typeIdentifierHint; NSNumber * inputBaselineExposure; NSNumber * inputBias; @@ -102,8 +100,8 @@ - (id)defaultNeutralTemperature; - (id)defaultNeutralTint; - (id)filters; -- (struct CGAffineTransform { float x1; float x2; float x3; float x4; float x5; float x6; })getOrientationTransform; -- (struct CGAffineTransform { float x1; float x2; float x3; float x4; float x5; float x6; })getScaleTransform; +- (struct CGAffineTransform { float x1; float x2; float x3; float x4; float x5; float x6; })getOrientationTransform:(id)arg1; +- (struct CGAffineTransform { float x1; float x2; float x3; float x4; float x5; float x6; })getScaleTransform:(id)arg1; - (void)getWhitePointVectorsR:(id*)arg1 g:(id*)arg2 b:(id*)arg3; - (id)init; - (id)initWithCVPixelBuffer:(struct __CVBuffer { }*)arg1 properties:(id)arg2 options:(id)arg3; @@ -175,6 +173,7 @@ - (id)supportedDecoderVersions; - (id)supportedSushiModes; - (id)sushiMode; +- (id)transformedImageIgnoringOrientation:(BOOL)arg1; - (void)updateChomaticityXAndY; - (void)updateTemperatureAndTint; - (id)whitePoint; diff --git a/Frameworks/CoreLocation.framework/CLLocation.h b/Frameworks/CoreLocation.framework/CLLocation.h index 9a3766f791..e05433e034 100644 --- a/Frameworks/CoreLocation.framework/CLLocation.h +++ b/Frameworks/CoreLocation.framework/CLLocation.h @@ -8,7 +8,7 @@ @property (nonatomic, readonly) int _mapkit_source; @property (nonatomic, readonly) double altitude; -@property (nonatomic, readonly) struct { int x1; struct { double x_2_1_1; double x_2_1_2; } x2; double x3; double x4; double x5; double x6; double x7; double x8; double x9; double x10; int x11; double x12; int x13; struct { double x_14_1_1; double x_14_1_2; } x14; double x15; int x16; unsigned int x17; int x18; } clientLocation; +@property (nonatomic, readonly) struct { int x1; struct { double x_2_1_1; double x_2_1_2; } x2; double x3; double x4; double x5; double x6; double x7; double x8; double x9; double x10; int x11; double x12; int x13; struct { double x_14_1_1; double x_14_1_2; } x14; double x15; int x16; unsigned int x17; int x18; int x19; } clientLocation; @property (nonatomic, readonly) struct CLLocationCoordinate2D { double x1; double x2; } coordinate; @property (nonatomic, readonly) double course; @property (getter=_navigation_courseAccuracy, nonatomic, readonly) double courseAccuracy; @@ -44,7 +44,7 @@ - (id)_initWithCoordinate:(struct CLLocationCoordinate2D { double x1; double x2; })arg1 altitude:(double)arg2 horizontalAccuracy:(double)arg3 verticalAccuracy:(double)arg4 course:(double)arg5 speed:(double)arg6 timestamp:(id)arg7 floor:(int)arg8; - (double)altitude; -- (struct { int x1; struct { double x_2_1_1; double x_2_1_2; } x2; double x3; double x4; double x5; double x6; double x7; double x8; double x9; double x10; int x11; double x12; int x13; struct { double x_14_1_1; double x_14_1_2; } x14; double x15; int x16; unsigned int x17; int x18; })clientLocation; +- (struct { int x1; struct { double x_2_1_1; double x_2_1_2; } x2; double x3; double x4; double x5; double x6; double x7; double x8; double x9; double x10; int x11; double x12; int x13; struct { double x_14_1_1; double x_14_1_2; } x14; double x15; int x16; unsigned int x17; int x18; int x19; })clientLocation; - (struct CLLocationCoordinate2D { double x1; double x2; })coordinate; - (id)copyWithZone:(struct _NSZone { }*)arg1; - (double)course; @@ -56,9 +56,9 @@ - (double)getDistanceFrom:(id)arg1; - (double)horizontalAccuracy; - (id)init; -- (id)initWithClientLocation:(struct { int x1; struct { double x_2_1_1; double x_2_1_2; } x2; double x3; double x4; double x5; double x6; double x7; double x8; double x9; double x10; int x11; double x12; int x13; struct { double x_14_1_1; double x_14_1_2; } x14; double x15; int x16; unsigned int x17; int x18; })arg1; -- (id)initWithClientLocation:(struct { int x1; struct { double x_2_1_1; double x_2_1_2; } x2; double x3; double x4; double x5; double x6; double x7; double x8; double x9; double x10; int x11; double x12; int x13; struct { double x_14_1_1; double x_14_1_2; } x14; double x15; int x16; unsigned int x17; int x18; })arg1 matchInfo:(id)arg2; -- (id)initWithClientLocation:(struct { int x1; struct { double x_2_1_1; double x_2_1_2; } x2; double x3; double x4; double x5; double x6; double x7; double x8; double x9; double x10; int x11; double x12; int x13; struct { double x_14_1_1; double x_14_1_2; } x14; double x15; int x16; unsigned int x17; int x18; })arg1 matchInfo:(id)arg2 trustedTimestamp:(double)arg3; +- (id)initWithClientLocation:(struct { int x1; struct { double x_2_1_1; double x_2_1_2; } x2; double x3; double x4; double x5; double x6; double x7; double x8; double x9; double x10; int x11; double x12; int x13; struct { double x_14_1_1; double x_14_1_2; } x14; double x15; int x16; unsigned int x17; int x18; int x19; })arg1; +- (id)initWithClientLocation:(struct { int x1; struct { double x_2_1_1; double x_2_1_2; } x2; double x3; double x4; double x5; double x6; double x7; double x8; double x9; double x10; int x11; double x12; int x13; struct { double x_14_1_1; double x_14_1_2; } x14; double x15; int x16; unsigned int x17; int x18; int x19; })arg1 matchInfo:(id)arg2; +- (id)initWithClientLocation:(struct { int x1; struct { double x_2_1_1; double x_2_1_2; } x2; double x3; double x4; double x5; double x6; double x7; double x8; double x9; double x10; int x11; double x12; int x13; struct { double x_14_1_1; double x_14_1_2; } x14; double x15; int x16; unsigned int x17; int x18; int x19; })arg1 matchInfo:(id)arg2 trustedTimestamp:(double)arg3; - (id)initWithCoder:(id)arg1; - (id)initWithCoordinate:(struct CLLocationCoordinate2D { double x1; double x2; })arg1 altitude:(double)arg2 horizontalAccuracy:(double)arg3 verticalAccuracy:(double)arg4 course:(double)arg5 speed:(double)arg6 timestamp:(id)arg7; - (id)initWithCoordinate:(struct CLLocationCoordinate2D { double x1; double x2; })arg1 altitude:(double)arg2 horizontalAccuracy:(double)arg3 verticalAccuracy:(double)arg4 timestamp:(id)arg5; @@ -79,6 +79,7 @@ - (id)timestamp; - (double)trustedTimestamp; - (int)type; +- (void)unmatch; - (double)verticalAccuracy; // Image: /System/Library/Frameworks/MapKit.framework/MapKit diff --git a/Frameworks/CoreLocation.framework/CLLocationInternal.h b/Frameworks/CoreLocation.framework/CLLocationInternal.h index 6de8502925..7ed53b825d 100644 --- a/Frameworks/CoreLocation.framework/CLLocationInternal.h +++ b/Frameworks/CoreLocation.framework/CLLocationInternal.h @@ -28,6 +28,7 @@ int floor; unsigned int integrity; int referenceFrame; + int rawReferenceFrame; } fLocation; CLLocationMatchInfo * fMatchInfo; double fTrustedTimestamp; @@ -35,7 +36,7 @@ - (id)copyWithZone:(struct _NSZone { }*)arg1; - (void)dealloc; -- (id)initWithClientLocation:(struct { int x1; struct { double x_2_1_1; double x_2_1_2; } x2; double x3; double x4; double x5; double x6; double x7; double x8; double x9; double x10; int x11; double x12; int x13; struct { double x_14_1_1; double x_14_1_2; } x14; double x15; int x16; unsigned int x17; int x18; })arg1; -- (id)initWithClientLocation:(struct { int x1; struct { double x_2_1_1; double x_2_1_2; } x2; double x3; double x4; double x5; double x6; double x7; double x8; double x9; double x10; int x11; double x12; int x13; struct { double x_14_1_1; double x_14_1_2; } x14; double x15; int x16; unsigned int x17; int x18; })arg1 matchInfo:(id)arg2 trustedTimestamp:(double)arg3; +- (id)initWithClientLocation:(struct { int x1; struct { double x_2_1_1; double x_2_1_2; } x2; double x3; double x4; double x5; double x6; double x7; double x8; double x9; double x10; int x11; double x12; int x13; struct { double x_14_1_1; double x_14_1_2; } x14; double x15; int x16; unsigned int x17; int x18; int x19; })arg1; +- (id)initWithClientLocation:(struct { int x1; struct { double x_2_1_1; double x_2_1_2; } x2; double x3; double x4; double x5; double x6; double x7; double x8; double x9; double x10; int x11; double x12; int x13; struct { double x_14_1_1; double x_14_1_2; } x14; double x15; int x16; unsigned int x17; int x18; int x19; })arg1 matchInfo:(id)arg2 trustedTimestamp:(double)arg3; @end diff --git a/Frameworks/CoreLocation.framework/CLLocationManager.h b/Frameworks/CoreLocation.framework/CLLocationManager.h index 8ec69eca2d..2d0e1992f6 100644 --- a/Frameworks/CoreLocation.framework/CLLocationManager.h +++ b/Frameworks/CoreLocation.framework/CLLocationManager.h @@ -127,7 +127,7 @@ - (void)onClientEventHeadingCalibration:(id)arg1; - (void)onClientEventHistoricLocation:(id)arg1; - (void)onClientEventInterrupted:(id)arg1; -- (void)onClientEventLocation:(id)arg1; +- (void)onClientEventLocation:(id)arg1 forceMapMatching:(BOOL)arg2 type:(id)arg3; - (void)onClientEventLocationUnavailable:(id)arg1; - (void)onClientEventMicroLocations:(id)arg1; - (void)onClientEventPeerRanging:(id)arg1; diff --git a/Frameworks/CoreLocation.framework/CLLocationManagerInternal.h b/Frameworks/CoreLocation.framework/CLLocationManagerInternal.h index d64dd8fcb9..660472622a 100644 --- a/Frameworks/CoreLocation.framework/CLLocationManagerInternal.h +++ b/Frameworks/CoreLocation.framework/CLLocationManagerInternal.h @@ -46,6 +46,7 @@ int floor; unsigned int integrity; int referenceFrame; + int rawReferenceFrame; } fLocation; NSString * fLocationEventType; double fLocationRequestTimeout; diff --git a/Frameworks/CoreMIDI.framework/BLEMIDIAccessor.h b/Frameworks/CoreMIDI.framework/BLEMIDIAccessor.h index 92126fb71d..a4cb555eb1 100644 --- a/Frameworks/CoreMIDI.framework/BLEMIDIAccessor.h +++ b/Frameworks/CoreMIDI.framework/BLEMIDIAccessor.h @@ -10,7 +10,7 @@ + (BOOL)deviceIsRemotePeripheral:(unsigned long)arg1; + (unsigned long)localPeripheral; + (id)localPeripheralName; -+ (id)logEvent:(char *)arg1 length:(unsigned short)arg2 timeStamp:(unsigned long long)arg3; ++ (void)logEvent:(char *)arg1 length:(unsigned short)arg2 timeStamp:(unsigned long long)arg3 intoBuffer:(char *)arg4; + (unsigned long)midiDeviceForUUID:(id)arg1; + (unsigned long)midiDeviceForUUID:(id)arg1 isLocalPeripheral:(BOOL)arg2 isRemotePeripheral:(BOOL)arg3; + (id)nameForMIDIDevice:(unsigned long)arg1; diff --git a/Frameworks/CoreMotion.framework/CLSensorRecorderAccelRecordFor.h b/Frameworks/CoreMotion.framework/CLSensorRecorderRecordSensorTypeFor.h similarity index 65% rename from Frameworks/CoreMotion.framework/CLSensorRecorderAccelRecordFor.h rename to Frameworks/CoreMotion.framework/CLSensorRecorderRecordSensorTypeFor.h index c95a7896c9..117ce5af65 100644 --- a/Frameworks/CoreMotion.framework/CLSensorRecorderAccelRecordFor.h +++ b/Frameworks/CoreMotion.framework/CLSensorRecorderRecordSensorTypeFor.h @@ -2,17 +2,21 @@ Image: /System/Library/Frameworks/CoreMotion.framework/CoreMotion */ -@interface CLSensorRecorderAccelRecordFor : NSObject { +@interface CLSensorRecorderRecordSensorTypeFor : NSObject { + int _dataType; double _duration; } +@property int dataType; @property double duration; + (BOOL)supportsSecureCoding; +- (int)dataType; - (double)duration; - (void)encodeWithCoder:(id)arg1; - (id)initWithCoder:(id)arg1; +- (void)setDataType:(int)arg1; - (void)setDuration:(double)arg1; @end diff --git a/Frameworks/CoreMotion.framework/CLSensorRecorderSensorAvailable.h b/Frameworks/CoreMotion.framework/CLSensorRecorderSensorAvailable.h new file mode 100644 index 0000000000..6f15d08332 --- /dev/null +++ b/Frameworks/CoreMotion.framework/CLSensorRecorderSensorAvailable.h @@ -0,0 +1,18 @@ +/* Generated by RuntimeBrowser + Image: /System/Library/Frameworks/CoreMotion.framework/CoreMotion + */ + +@interface CLSensorRecorderSensorAvailable : NSObject { + int _dataType; +} + +@property int dataType; + ++ (BOOL)supportsSecureCoding; + +- (int)dataType; +- (void)encodeWithCoder:(id)arg1; +- (id)initWithCoder:(id)arg1; +- (void)setDataType:(int)arg1; + +@end diff --git a/Frameworks/CoreMotion.framework/CLSensorRecorderAccelDataRequestById.h b/Frameworks/CoreMotion.framework/CLSensorRecorderSensorDataRequestById.h similarity index 76% rename from Frameworks/CoreMotion.framework/CLSensorRecorderAccelDataRequestById.h rename to Frameworks/CoreMotion.framework/CLSensorRecorderSensorDataRequestById.h index c8d5cf458f..2f6b0f6d5e 100644 --- a/Frameworks/CoreMotion.framework/CLSensorRecorderAccelDataRequestById.h +++ b/Frameworks/CoreMotion.framework/CLSensorRecorderSensorDataRequestById.h @@ -2,20 +2,24 @@ Image: /System/Library/Frameworks/CoreMotion.framework/CoreMotion */ -@interface CLSensorRecorderAccelDataRequestById : NSObject { +@interface CLSensorRecorderSensorDataRequestById : NSObject { + int _dataType; unsigned long long _identifier; unsigned long long _metaIdentifier; } +@property int dataType; @property unsigned long long identifier; @property unsigned long long metaIdentifier; + (BOOL)supportsSecureCoding; +- (int)dataType; - (void)encodeWithCoder:(id)arg1; - (unsigned long long)identifier; - (id)initWithCoder:(id)arg1; - (unsigned long long)metaIdentifier; +- (void)setDataType:(int)arg1; - (void)setIdentifier:(unsigned long long)arg1; - (void)setMetaIdentifier:(unsigned long long)arg1; diff --git a/Frameworks/CoreMotion.framework/CLSensorRecorderAccelMeta.h b/Frameworks/CoreMotion.framework/CLSensorRecorderSensorMeta.h similarity index 85% rename from Frameworks/CoreMotion.framework/CLSensorRecorderAccelMeta.h rename to Frameworks/CoreMotion.framework/CLSensorRecorderSensorMeta.h index b82a78f302..29930d44ed 100644 --- a/Frameworks/CoreMotion.framework/CLSensorRecorderAccelMeta.h +++ b/Frameworks/CoreMotion.framework/CLSensorRecorderSensorMeta.h @@ -2,9 +2,10 @@ Image: /System/Library/Frameworks/CoreMotion.framework/CoreMotion */ -@interface CLSensorRecorderAccelMeta : NSObject { +@interface CLSensorRecorderSensorMeta : NSObject { unsigned long long _dataIdentifier; unsigned int _dataSize; + int _dataType; unsigned long long _identifier; BOOL _movement; unsigned int _offset; @@ -14,6 +15,7 @@ @property unsigned long long dataIdentifier; @property unsigned int dataSize; +@property int dataType; @property unsigned long long identifier; @property BOOL movement; @property unsigned int offset; @@ -24,14 +26,17 @@ - (unsigned long long)dataIdentifier; - (unsigned int)dataSize; +- (int)dataType; - (id)description; - (void)encodeWithCoder:(id)arg1; - (unsigned long long)identifier; - (id)initWithCoder:(id)arg1; +- (id)initWithDataType:(int)arg1; - (BOOL)movement; - (unsigned int)offset; - (void)setDataIdentifier:(unsigned long long)arg1; - (void)setDataSize:(unsigned int)arg1; +- (void)setDataType:(int)arg1; - (void)setIdentifier:(unsigned long long)arg1; - (void)setMovement:(BOOL)arg1; - (void)setOffset:(unsigned int)arg1; diff --git a/Frameworks/CoreMotion.framework/CLSensorRecorderAccelMetaRequestByDateRange.h b/Frameworks/CoreMotion.framework/CLSensorRecorderSensorMetaRequestByDateRange.h similarity index 70% rename from Frameworks/CoreMotion.framework/CLSensorRecorderAccelMetaRequestByDateRange.h rename to Frameworks/CoreMotion.framework/CLSensorRecorderSensorMetaRequestByDateRange.h index 3c6e3e1808..9ca1c73b0a 100644 --- a/Frameworks/CoreMotion.framework/CLSensorRecorderAccelMetaRequestByDateRange.h +++ b/Frameworks/CoreMotion.framework/CLSensorRecorderSensorMetaRequestByDateRange.h @@ -2,19 +2,23 @@ Image: /System/Library/Frameworks/CoreMotion.framework/CoreMotion */ -@interface CLSensorRecorderAccelMetaRequestByDateRange : NSObject { +@interface CLSensorRecorderSensorMetaRequestByDateRange : NSObject { + int _dataType; double _endTime; double _startTime; } +@property int dataType; @property double endTime; @property double startTime; + (BOOL)supportsSecureCoding; +- (int)dataType; - (void)encodeWithCoder:(id)arg1; - (double)endTime; - (id)initWithCoder:(id)arg1; +- (void)setDataType:(int)arg1; - (void)setEndTime:(double)arg1; - (void)setStartTime:(double)arg1; - (double)startTime; diff --git a/Frameworks/CoreMotion.framework/CLSensorRecorderAccelMetaRequestById.h b/Frameworks/CoreMotion.framework/CLSensorRecorderSensorMetaRequestById.h similarity index 68% rename from Frameworks/CoreMotion.framework/CLSensorRecorderAccelMetaRequestById.h rename to Frameworks/CoreMotion.framework/CLSensorRecorderSensorMetaRequestById.h index 241cb2b6c5..0a2a039d47 100644 --- a/Frameworks/CoreMotion.framework/CLSensorRecorderAccelMetaRequestById.h +++ b/Frameworks/CoreMotion.framework/CLSensorRecorderSensorMetaRequestById.h @@ -2,17 +2,21 @@ Image: /System/Library/Frameworks/CoreMotion.framework/CoreMotion */ -@interface CLSensorRecorderAccelMetaRequestById : NSObject { +@interface CLSensorRecorderSensorMetaRequestById : NSObject { + int _dataType; unsigned long long _identifier; } +@property int dataType; @property unsigned long long identifier; + (BOOL)supportsSecureCoding; +- (int)dataType; - (void)encodeWithCoder:(id)arg1; - (unsigned long long)identifier; - (id)initWithCoder:(id)arg1; +- (void)setDataType:(int)arg1; - (void)setIdentifier:(unsigned long long)arg1; @end diff --git a/Frameworks/CoreMotion.framework/CLSensorRecorderSensorSampleRate.h b/Frameworks/CoreMotion.framework/CLSensorRecorderSensorSampleRate.h new file mode 100644 index 0000000000..3f6ceb71f7 --- /dev/null +++ b/Frameworks/CoreMotion.framework/CLSensorRecorderSensorSampleRate.h @@ -0,0 +1,22 @@ +/* Generated by RuntimeBrowser + Image: /System/Library/Frameworks/CoreMotion.framework/CoreMotion + */ + +@interface CLSensorRecorderSensorSampleRate : NSObject { + int _dataType; + unsigned int _rate; +} + +@property int dataType; +@property unsigned int rate; + ++ (BOOL)supportsSecureCoding; + +- (int)dataType; +- (void)encodeWithCoder:(id)arg1; +- (id)initWithCoder:(id)arg1; +- (unsigned int)rate; +- (void)setDataType:(int)arg1; +- (void)setRate:(unsigned int)arg1; + +@end diff --git a/Frameworks/CoreMotion.framework/CLSensorRecorderWriteSensorDataToFileForDateRange.h b/Frameworks/CoreMotion.framework/CLSensorRecorderWriteSensorDataToFileForDateRange.h new file mode 100644 index 0000000000..123f2fa162 --- /dev/null +++ b/Frameworks/CoreMotion.framework/CLSensorRecorderWriteSensorDataToFileForDateRange.h @@ -0,0 +1,26 @@ +/* Generated by RuntimeBrowser + Image: /System/Library/Frameworks/CoreMotion.framework/CoreMotion + */ + +@interface CLSensorRecorderWriteSensorDataToFileForDateRange : NSObject { + int _dataType; + double _endTime; + double _startTime; +} + +@property int dataType; +@property double endTime; +@property double startTime; + ++ (BOOL)supportsSecureCoding; + +- (int)dataType; +- (void)encodeWithCoder:(id)arg1; +- (double)endTime; +- (id)initWithCoder:(id)arg1; +- (void)setDataType:(int)arg1; +- (void)setEndTime:(double)arg1; +- (void)setStartTime:(double)arg1; +- (double)startTime; + +@end diff --git a/Frameworks/CoreMotion.framework/CMActivity.h b/Frameworks/CoreMotion.framework/CMActivity.h index e035de9345..251711c04b 100644 --- a/Frameworks/CoreMotion.framework/CMActivity.h +++ b/Frameworks/CoreMotion.framework/CMActivity.h @@ -15,6 +15,8 @@ int exitState; double estExitTime; double startTime; + int rawType; + int rawConfidence; } fActivity; } @@ -28,14 +30,14 @@ + (BOOL)supportsSecureCoding; -- (struct CLMotionActivity { int x1; int x2; int x3; int x4; bool x5; float x6; double x7; bool x8; int x9; double x10; double x11; })activity; +- (struct CLMotionActivity { int x1; int x2; int x3; int x4; bool x5; float x6; double x7; bool x8; int x9; double x10; double x11; int x12; int x13; })activity; - (int)confidence; - (id)copyWithZone:(struct _NSZone { }*)arg1; - (id)description; - (void)encodeWithCoder:(id)arg1; - (BOOL)hasExitedVehicle; - (id)initWithCoder:(id)arg1; -- (id)initWithMotionActivity:(struct CLMotionActivity { int x1; int x2; int x3; int x4; bool x5; float x6; double x7; bool x8; int x9; double x10; double x11; })arg1; +- (id)initWithMotionActivity:(struct CLMotionActivity { int x1; int x2; int x3; int x4; bool x5; float x6; double x7; bool x8; int x9; double x10; double x11; int x12; int x13; })arg1; - (BOOL)isDriving; - (BOOL)isMoving; - (BOOL)isRunning; diff --git a/Frameworks/CoreMotion.framework/CMMotionActivity.h b/Frameworks/CoreMotion.framework/CMMotionActivity.h index 7d30444d15..13bc62087c 100644 --- a/Frameworks/CoreMotion.framework/CMMotionActivity.h +++ b/Frameworks/CoreMotion.framework/CMMotionActivity.h @@ -15,6 +15,8 @@ int exitState; double estExitTime; double startTime; + int rawType; + int rawConfidence; } fState; } @@ -37,7 +39,7 @@ - (id)description; - (void)encodeWithCoder:(id)arg1; - (id)initWithCoder:(id)arg1; -- (id)initWithMotionActivity:(struct CLMotionActivity { int x1; int x2; int x3; int x4; bool x5; float x6; double x7; bool x8; int x9; double x10; double x11; })arg1; +- (id)initWithMotionActivity:(struct CLMotionActivity { int x1; int x2; int x3; int x4; bool x5; float x6; double x7; bool x8; int x9; double x10; double x11; int x12; int x13; })arg1; - (BOOL)isVehicleConnected; - (BOOL)running; - (id)startDate; diff --git a/Frameworks/CoreMotion.framework/CMRecordedGyroData.h b/Frameworks/CoreMotion.framework/CMRecordedGyroData.h new file mode 100644 index 0000000000..fa258a2da4 --- /dev/null +++ b/Frameworks/CoreMotion.framework/CMRecordedGyroData.h @@ -0,0 +1,35 @@ +/* Generated by RuntimeBrowser + Image: /System/Library/Frameworks/CoreMotion.framework/CoreMotion + */ + +@interface CMRecordedGyroData : CMGyroData { + unsigned long long _identifier; + struct { + double x; + double y; + double z; + } _rotationRate; + double _startDateValue; + float _temperatureValue; + double _timestampValue; +} + +@property (readonly) unsigned long long identifier; +@property (readonly) NSDate *startDate; +@property (readonly) float temperature; + ++ (BOOL)supportsSecureCoding; + +- (void)dealloc; +- (id)description; +- (void)encodeWithCoder:(id)arg1; +- (unsigned long long)identifier; +- (id)initWithCoder:(id)arg1; +- (id)initWithData:(struct CMGyro50 { float x1; float x2; float x3; float x4; unsigned long long x5; }*)arg1 timestamp:(unsigned long long)arg2 walltime:(double)arg3 identifier:(unsigned long long)arg4; +- (void)resetWithData:(struct CMGyro50 { float x1; float x2; float x3; float x4; unsigned long long x5; }*)arg1 timestamp:(unsigned long long)arg2 walltime:(double)arg3 identifier:(unsigned long long)arg4; +- (struct { double x1; double x2; double x3; })rotationRate; +- (id)startDate; +- (float)temperature; +- (double)timestamp; + +@end diff --git a/Frameworks/CoreMotion.framework/CMSensorDataList.h b/Frameworks/CoreMotion.framework/CMSensorDataList.h index 0ec58c3cd0..a1237beb73 100644 --- a/Frameworks/CoreMotion.framework/CMSensorDataList.h +++ b/Frameworks/CoreMotion.framework/CMSensorDataList.h @@ -3,17 +3,17 @@ */ @interface CMSensorDataList : NSObject { - struct Unpacker { + struct AccelUnpacker { char *fData; unsigned int fBitsLeft; unsigned char fPartial; unsigned long long fTimestampLast; long long fTimestampLastDelta; - int fAccelerationLast[3]; + int fSampleLast[3]; } fAccelUnpacker; unsigned long long fBlockOffset; - NSMutableArray * fCachedAccel; - CLSensorRecorderAccelMeta * fCurrentBlock; + NSMutableArray * fCachedData; + CLSensorRecorderSensorMeta * fCurrentBlock; long long fCurrentBlockDataIdentifier; unsigned long long fCurrentBlockIdentifier; double fCurrentBlockStartTime; @@ -22,6 +22,15 @@ NSObject * fDataBuffer; unsigned long fDataBufferLength; char * fDataBufferPtr; + int fDataType; + struct GyroUnpacker { + char *fData; + unsigned int fBitsLeft; + unsigned char fPartial; + unsigned long long fTimestampLast; + long long fTimestampLastDelta; + int fSampleLast[4]; + } fGyroUnpacker; NSArray * fMetaArray; CMSensorRecorderInternal * fProxy; long long fRetrievedDataBufferIdentifier; @@ -33,7 +42,7 @@ - (BOOL)_updatePointers; - (unsigned int)countByEnumeratingWithState:(struct { unsigned long x1; id *x2; unsigned long x3; unsigned long x4[5]; }*)arg1 objects:(id*)arg2 count:(unsigned int)arg3; - (void)dealloc; -- (id)initFrom:(double)arg1 to:(double)arg2; -- (id)initWithIdentifier:(unsigned long long)arg1; +- (id)initFrom:(double)arg1 to:(double)arg2 withType:(int)arg3; +- (id)initWithIdentifier:(unsigned long long)arg1 andType:(int)arg2; @end diff --git a/Frameworks/CoreMotion.framework/CMSensorRecorder.h b/Frameworks/CoreMotion.framework/CMSensorRecorder.h index ea17cf878e..f09a6aa926 100644 --- a/Frameworks/CoreMotion.framework/CMSensorRecorder.h +++ b/Frameworks/CoreMotion.framework/CMSensorRecorder.h @@ -6,12 +6,26 @@ + (BOOL)isAccelerometerRecordingAvailable; + (BOOL)isAuthorizedForRecording; ++ (BOOL)isGyroRecordingAvailable; ++ (BOOL)isRecordingAvailableForType:(int)arg1; - (id)accelerometerDataFrom:(id)arg1 to:(id)arg2; - (id)accelerometerDataFromDate:(id)arg1 toDate:(id)arg2; - (id)accelerometerDataSince:(unsigned long long)arg1; - (id)accelerometerDataSinceId:(unsigned long long)arg1; +- (id)gyroDataFromDate:(id)arg1 toDate:(id)arg2; +- (id)gyroDataSinceId:(unsigned long long)arg1; - (void)recordAccelerometerFor:(double)arg1; - (void)recordAccelerometerForDuration:(double)arg1; +- (void)recordDataType:(int)arg1 forDuration:(double)arg2; +- (void)recordGyroForDuration:(double)arg1; +- (BOOL)sendAccelDataToUrl:(id)arg1 fromDate:(id)arg2 toDate:(id)arg3; +- (BOOL)sendGyroDataToUrl:(id)arg1 fromDate:(id)arg2 toDate:(id)arg3; +- (BOOL)sendSensorDataToUrl:(id)arg1 fromDate:(id)arg2 toDate:(id)arg3 forType:(int)arg4; +- (id)sensorDataFromDate:(id)arg1 toDate:(id)arg2 forType:(int)arg3; +- (BOOL)setAccelSampleRate:(unsigned int)arg1; +- (BOOL)setGyroSampleRate:(unsigned int)arg1; +- (BOOL)setSensorSampleRate:(unsigned int)arg1 forType:(int)arg2; +- (BOOL)validateTimesFromDate:(id)arg1 toDate:(id)arg2; @end diff --git a/Frameworks/CoreMotion.framework/CMSensorRecorderInternal.h b/Frameworks/CoreMotion.framework/CMSensorRecorderInternal.h index 0986b37315..3413370e4f 100644 --- a/Frameworks/CoreMotion.framework/CMSensorRecorderInternal.h +++ b/Frameworks/CoreMotion.framework/CMSensorRecorderInternal.h @@ -8,15 +8,17 @@ NSObject * fWatchdogTimer; } -- (id)_newAccelMetaUsingMessage:(const char *)arg1 withIdentifier:(unsigned long long)arg2; +- (id)_newMetaUsingMessage:(const char *)arg1 withIdentifier:(unsigned long long)arg2 forType:(int)arg3; - (void)_startWatchdogCheckins; - (void)_stopWatchdogCheckins; - (void)dealloc; - (id)init; -- (id)newAccelDataByID:(unsigned long long)arg1 metaID:(unsigned long long)arg2; -- (id)newAccelMetaByID:(unsigned long long)arg1; -- (id)newAccelMetaFrom:(double)arg1 to:(double)arg2; -- (id)newAccelMetaSinceID:(unsigned long long)arg1; +- (id)newDataByID:(unsigned long long)arg1 metaID:(unsigned long long)arg2 forType:(int)arg3; +- (id)newMetaByID:(unsigned long long)arg1 forType:(int)arg2; +- (id)newMetaFrom:(double)arg1 to:(double)arg2 forType:(int)arg3; +- (id)newMetaSinceID:(unsigned long long)arg1 forType:(int)arg2; +- (BOOL)setSensorSampleRate:(unsigned int)arg1 forType:(int)arg2; - (void)teardown; +- (BOOL)writeSensorDataToFile:(id)arg1 from:(double)arg2 to:(double)arg3 forType:(int)arg4; @end diff --git a/Frameworks/CoreMotion.framework/CMWakeGesturePhone.h b/Frameworks/CoreMotion.framework/CMWakeGesturePhone.h index 1eba190f50..30b6aa2b5b 100644 --- a/Frameworks/CoreMotion.framework/CMWakeGesturePhone.h +++ b/Frameworks/CoreMotion.framework/CMWakeGesturePhone.h @@ -30,6 +30,7 @@ + (BOOL)hasSlowBootArgs; + (BOOL)isWakeGestureAvailable; ++ (id)stringForGestureState:(int)arg1; + (id)stringForMode:(unsigned char)arg1; + (id)stringForNotification:(unsigned char)arg1; + (id)stringForStartPose:(unsigned char)arg1; diff --git a/Frameworks/EventKit.framework/EKAttendee.h b/Frameworks/EventKit.framework/EKAttendee.h index c322e8bbeb..cc62f1a909 100644 --- a/Frameworks/EventKit.framework/EKAttendee.h +++ b/Frameworks/EventKit.framework/EKAttendee.h @@ -10,7 +10,6 @@ @property (nonatomic) int participantStatus; @property (nonatomic) int participantType; @property (nonatomic) int pendingStatus; -@property (nonatomic, readonly) NSDate *proposedStartDate; @property (nonatomic) BOOL proposedStartDateChanged; @property (nonatomic) BOOL statusChanged; @@ -34,7 +33,6 @@ - (int)participantStatus; - (int)participantType; - (int)pendingStatus; -- (id)proposedStartDate; - (BOOL)proposedStartDateChanged; - (void)setCommentChanged:(BOOL)arg1; - (void)setParticipantRole:(int)arg1; diff --git a/Frameworks/EventKit.framework/EKCalendarEventInvitationNotificationAttendee.h b/Frameworks/EventKit.framework/EKCalendarEventInvitationNotificationAttendee.h index ca8657aa67..2d8b051095 100644 --- a/Frameworks/EventKit.framework/EKCalendarEventInvitationNotificationAttendee.h +++ b/Frameworks/EventKit.framework/EKCalendarEventInvitationNotificationAttendee.h @@ -41,7 +41,7 @@ - (BOOL)commentChanged; - (id)emailAddress; - (id)firstName; -- (id)initWithParticipant:(id)arg1; +- (id)initWithParticipant:(id)arg1 forEvent:(id)arg2; - (BOOL)isCurrentUser; - (id)lastName; - (id)name; diff --git a/Frameworks/EventKit.framework/EKCalendarItem.h b/Frameworks/EventKit.framework/EKCalendarItem.h index 497e158a6a..fbd56aea10 100644 --- a/Frameworks/EventKit.framework/EKCalendarItem.h +++ b/Frameworks/EventKit.framework/EKCalendarItem.h @@ -40,6 +40,7 @@ - (id)_recurrencesRelation; - (id)_selfAttendeeRelation; - (id)_startLocationRelation; +- (void)_updateModifiedAlarmByAcknowledging; - (id)action; - (unsigned int)actionsState; - (void)addAlarm:(id)arg1; @@ -83,12 +84,14 @@ - (BOOL)isEditable; - (BOOL)isExternallyOrganizedInvitation; - (BOOL)isFloating; +- (BOOL)isOnlyAlarmAcknowledgedPropertyDirty; - (BOOL)isOrganizedBySharedCalendarOwner; - (BOOL)isSelfOrganized; - (BOOL)isSelfOrganizedInvitation; - (id)lastModifiedDate; - (id)lazyLoadRelationForKey:(id)arg1; - (id)location; +- (unsigned int)modifiedProperties; - (void)moveToCalendar:(id)arg1; - (id)notes; - (id)organizer; @@ -125,6 +128,7 @@ - (void)setExternalModificationTag:(id)arg1; - (void)setLastModifiedDate:(id)arg1; - (void)setLocation:(id)arg1; +- (void)setModifiedProperties:(unsigned int)arg1; - (void)setNotes:(id)arg1; - (void)setOrganizer:(id)arg1; - (void)setPriority:(unsigned int)arg1; diff --git a/Frameworks/EventKit.framework/EKEvent.h b/Frameworks/EventKit.framework/EKEvent.h index 3c74c79986..df6adc6fc8 100644 --- a/Frameworks/EventKit.framework/EKEvent.h +++ b/Frameworks/EventKit.framework/EKEvent.h @@ -24,7 +24,7 @@ @property (nonatomic, readonly) NSString *birthdayPersonUniqueID; @property (nonatomic, copy) NSDate *endDate; @property (nonatomic, readonly) NSString *eventIdentifier; -@property BOOL ipsos_allDayPrefered; +@property BOOL ipsos_allDayPreferred; @property (readonly) double ipsos_duration; @property (retain) IPEventClassificationType *ipsos_eventClassificationType; @property BOOL ipsos_isDateTimeTenseDependent; @@ -33,7 +33,6 @@ @property BOOL ipsos_isTimeApproximate; @property BOOL ipsos_usesDefaultClassificationTypeStartTime; @property (nonatomic, readonly) BOOL isDetached; -@property (nonatomic, readonly) unsigned int modifiedProperties; @property (nonatomic, readonly) NSDate *occurrenceDate; @property (nonatomic, copy) EKCalendarDate *occurrenceEndDate; @property (nonatomic) BOOL occurrenceIsAllDay; @@ -151,7 +150,6 @@ - (BOOL)locationIsAConferenceRoom; - (int)locationPredictionState; - (id)locationWithoutPrediction; -- (unsigned int)modifiedProperties; - (BOOL)needsOccurrenceCacheUpdate; - (id)occurrenceDate; - (id)occurrenceEndDate; @@ -189,7 +187,6 @@ - (void)setInvitationStatus:(unsigned int)arg1; - (void)setLocation:(id)arg1; - (void)setLocationPredictionState:(int)arg1; -- (void)setModifiedProperties:(unsigned int)arg1; - (void)setNeedsOccurrenceCacheUpdate:(BOOL)arg1; - (void)setOccurrenceEndDate:(id)arg1; - (void)setOccurrenceIsAllDay:(BOOL)arg1; @@ -232,6 +229,7 @@ - (double)travelTime; - (id)uniqueId; - (BOOL)updateEventToEvent:(id)arg1; +- (void)updateWithGeocodedMapItemAndSaveWithCommit:(id)arg1 eventStore:(id)arg2 error:(id*)arg3; - (BOOL)validateRecurrenceRule:(id)arg1 error:(id*)arg2; - (BOOL)validateWithSpan:(int)arg1 error:(id*)arg2; @@ -252,7 +250,7 @@ // Image: /System/Library/PrivateFrameworks/DataDetectorsNaturalLanguage.framework/DataDetectorsNaturalLanguage -- (BOOL)ipsos_allDayPrefered; +- (BOOL)ipsos_allDayPreferred; - (id)ipsos_betterDescription; - (double)ipsos_duration; - (id)ipsos_eventClassificationType; @@ -261,7 +259,7 @@ - (BOOL)ipsos_isEventTimeOnlyAndReferrengingToSentDate; - (BOOL)ipsos_isTimeApproximate; - (BOOL)ipsos_usesDefaultClassificationTypeStartTime; -- (void)setIpsos_allDayPrefered:(BOOL)arg1; +- (void)setIpsos_allDayPreferred:(BOOL)arg1; - (void)setIpsos_eventClassificationType:(id)arg1; - (void)setIpsos_isDateTimeTenseDependent:(BOOL)arg1; - (void)setIpsos_isEndTimeApproximate:(BOOL)arg1; diff --git a/Frameworks/EventKit.framework/EKParticipantForSorting.h b/Frameworks/EventKit.framework/EKParticipantForSorting.h index 0185dec7ae..ef372ef275 100644 --- a/Frameworks/EventKit.framework/EKParticipantForSorting.h +++ b/Frameworks/EventKit.framework/EKParticipantForSorting.h @@ -2,7 +2,7 @@ Image: /System/Library/Frameworks/EventKit.framework/EventKit */ -@interface EKParticipantForSorting : NSObject { +@interface EKParticipantForSorting : NSObject { NSString * _cachedDisplayName; NSString * _firstName; BOOL _isEmail; @@ -10,16 +10,29 @@ EKParticipant * _participant; } +@property (nonatomic, copy) NSString *cachedDisplayName; +@property (nonatomic, copy) NSString *firstName; +@property (nonatomic) BOOL isEmail; +@property (nonatomic, copy) NSString *lastName; +@property (nonatomic) EKParticipant *participant; + + (id)contactStore; ++ (id)participantForSortingWithEKParticipant:(id)arg1; - (void).cxx_destruct; +- (id)cachedDisplayName; - (int)compare:(id)arg1; +- (id)copyWithZone:(struct _NSZone { }*)arg1; - (id)description; - (id)displayName; - (id)firstName; -- (id)initWithEKParticipant:(id)arg1; - (BOOL)isEmail; - (id)lastName; - (id)participant; +- (void)setCachedDisplayName:(id)arg1; +- (void)setFirstName:(id)arg1; +- (void)setIsEmail:(BOOL)arg1; +- (void)setLastName:(id)arg1; +- (void)setParticipant:(id)arg1; @end diff --git a/Frameworks/EventKit.framework/EKPersistentCalendarItem.h b/Frameworks/EventKit.framework/EKPersistentCalendarItem.h index fb18959776..ab1cc05341 100644 --- a/Frameworks/EventKit.framework/EKPersistentCalendarItem.h +++ b/Frameworks/EventKit.framework/EKPersistentCalendarItem.h @@ -29,6 +29,7 @@ @property (nonatomic, readonly) BOOL hasRecurrenceRules; @property (nonatomic, copy) NSDate *lastModifiedDate; @property (nonatomic, copy) EKPersistentLocation *location; +@property (nonatomic) unsigned int modifiedProperties; @property (nonatomic, copy) NSString *notes; @property (nonatomic, retain) EKPersistentOrganizer *organizer; @property (nonatomic, retain) EKPersistentCalendarItem *originalItem; @@ -98,6 +99,7 @@ - (BOOL)isDetached; - (id)lastModifiedDate; - (id)location; +- (unsigned int)modifiedProperties; - (id)notes; - (id)organizer; - (id)originalItem; @@ -134,6 +136,7 @@ - (void)setExternalModificationTag:(id)arg1; - (void)setLastModifiedDate:(id)arg1; - (void)setLocation:(id)arg1; +- (void)setModifiedProperties:(unsigned int)arg1; - (void)setNotes:(id)arg1; - (void)setOrganizer:(id)arg1; - (void)setOriginalItem:(id)arg1; diff --git a/Frameworks/EventKit.framework/EKPersistentEvent.h b/Frameworks/EventKit.framework/EKPersistentEvent.h index 26825d65d0..a0644802cc 100644 --- a/Frameworks/EventKit.framework/EKPersistentEvent.h +++ b/Frameworks/EventKit.framework/EKPersistentEvent.h @@ -30,7 +30,6 @@ @property (nonatomic) unsigned int invitationStatus; @property (nonatomic) int locationPredictionState; @property (getter=isMeeting, nonatomic, readonly) BOOL meeting; -@property (nonatomic) unsigned int modifiedProperties; @property (nonatomic) BOOL needsOccurrenceCacheUpdate; @property (nonatomic, copy) NSDate *originalStartDate; @property (nonatomic) int participationStatus; @@ -82,7 +81,6 @@ - (BOOL)isInvitation; - (BOOL)isMeeting; - (int)locationPredictionState; -- (unsigned int)modifiedProperties; - (BOOL)needsOccurrenceCacheUpdate; - (id)organizer; - (id)originalStartDate; @@ -101,7 +99,6 @@ - (void)setFiredTTL:(BOOL)arg1; - (void)setInvitationStatus:(unsigned int)arg1; - (void)setLocationPredictionState:(int)arg1; -- (void)setModifiedProperties:(unsigned int)arg1; - (void)setNeedsOccurrenceCacheUpdate:(BOOL)arg1; - (void)setOriginalStartDate:(id)arg1; - (void)setParticipationStatus:(int)arg1; diff --git a/Frameworks/EventKit.framework/EKPersistentObject.h b/Frameworks/EventKit.framework/EKPersistentObject.h index c99cd66cd1..812d0c1742 100644 --- a/Frameworks/EventKit.framework/EKPersistentObject.h +++ b/Frameworks/EventKit.framework/EKPersistentObject.h @@ -7,13 +7,12 @@ NSMutableSet * _dirtyProperties; EKEventStore * _eventStore; unsigned int _flags; - struct __CFDictionary { } * _loadedProperties; + NSMapTable * _loadedProperties; struct _opaque_pthread_mutex_t { long __sig; BOOL __opaque[40]; } _lock; id _objectID; - NSMutableDictionary * _referencers; } @property (nonatomic, retain) NSMutableDictionary *committedProperties; @@ -26,10 +25,8 @@ - (void).cxx_destruct; - (void)_addDirtyProperty:(id)arg1; - (void)_addObjectCore:(id)arg1 toValues:(id)arg2 relation:(id)arg3; -- (void)_addReference:(id)arg1 forKey:(id)arg2; - (BOOL)_areDefaultPropertiesLoaded; -- (void)_clearReferences; -- (void)_clearWeakRelations; +- (void)_createLoadedPropertiesIfNeeded; - (void)_fastpathSetProperty:(id)arg1 forKey:(id)arg2 isRelation:(BOOL)arg3; - (BOOL)_isPendingDelete; - (BOOL)_isPendingInsert; @@ -45,7 +42,6 @@ - (id)_relationForKey:(id)arg1; - (void)_releaseLoadedProperties; - (void)_removeObjectCore:(id)arg1 fromValues:(id)arg2 relation:(id)arg3; -- (void)_removeReference:(id)arg1 forKey:(id)arg2; - (void)_setDefaultPropertiesLoaded:(BOOL)arg1; - (void)_setEventStore:(id)arg1; - (void)_setObjectID:(id)arg1; diff --git a/Frameworks/EventKit.framework/EKTravelEngineUtilities.h b/Frameworks/EventKit.framework/EKTravelEngineUtilities.h index 48976691fc..2c7164a190 100644 --- a/Frameworks/EventKit.framework/EKTravelEngineUtilities.h +++ b/Frameworks/EventKit.framework/EKTravelEngineUtilities.h @@ -17,6 +17,8 @@ + (id)geoTransportTypeAsString:(int)arg1; + (int)geoTransportTypeForCalLocationRoutingMode:(int)arg1; + (int)geoTransportTypeForString:(id)arg1; ++ (double)maximumAllowableTravelTime; ++ (double)minimumAllowableTravelTime; + (BOOL)travelStateIndicatesTravelingTowardDestination:(int)arg1; @end diff --git a/Frameworks/EventKit.framework/_EKNotificationMonitor.h b/Frameworks/EventKit.framework/_EKNotificationMonitor.h index 114fa77dea..31e60db0d6 100644 --- a/Frameworks/EventKit.framework/_EKNotificationMonitor.h +++ b/Frameworks/EventKit.framework/_EKNotificationMonitor.h @@ -8,7 +8,6 @@ NSArray * _eventNotificationReferences; EKEventStore * _eventStore; id /* block */ _eventStoreGetter; - BOOL _initialCheck; unsigned int _lastEventCount; unsigned int _lastReminderCount; BOOL _loadRecentlyRepliedNotifications; diff --git a/Frameworks/EventKitUI.framework/EKDayOccurrenceView.h b/Frameworks/EventKitUI.framework/EKDayOccurrenceView.h index 3bb0d0d0db..44f92457c8 100644 --- a/Frameworks/EventKitUI.framework/EKDayOccurrenceView.h +++ b/Frameworks/EventKitUI.framework/EKDayOccurrenceView.h @@ -46,6 +46,7 @@ BOOL _showsTravelTime; UIView * _startResizeHandle; BOOL _tentative; + float _topYBoundaryForText; unsigned int _touchKeptInsideOccurrence; BOOL _touchesAreBeingTracked; UIImageView * _travelBackgroundView; @@ -114,6 +115,7 @@ @property (nonatomic, retain) UIColor *timeTextColor; @property (nonatomic, copy) NSString *title; @property (nonatomic, retain) UIColor *titleTextColor; +@property (nonatomic) float topYBoundaryForText; @property (nonatomic) BOOL touchesAreBeingTracked; @property (nonatomic) double travelTime; @property (nonatomic) float travelTimeSubviewHeightInPoints; @@ -250,6 +252,7 @@ - (void)setTimeTextColor:(id)arg1; - (void)setTitle:(id)arg1; - (void)setTitleTextColor:(id)arg1; +- (void)setTopYBoundaryForText:(float)arg1; - (void)setTouchesAreBeingTracked:(BOOL)arg1; - (void)setTravelTime:(double)arg1; - (void)setTravelTimeSubviewHeightInPoints:(float)arg1; @@ -262,6 +265,7 @@ - (id)timeTextColor; - (id)title; - (id)titleTextColor; +- (float)topYBoundaryForText; - (BOOL)touchesAreBeingTracked; - (void)touchesBegan:(id)arg1 withEvent:(id)arg2; - (void)touchesCancelled:(id)arg1 withEvent:(id)arg2; diff --git a/Frameworks/EventKitUI.framework/EKDayView.h b/Frameworks/EventKitUI.framework/EKDayView.h index 875e26ab07..65288cb252 100644 --- a/Frameworks/EventKitUI.framework/EKDayView.h +++ b/Frameworks/EventKitUI.framework/EKDayView.h @@ -54,6 +54,7 @@ float _todayScrollSecondBuffer; float _topContentInset; UIImageView * _topVerticalGridExtension; + float _topYBoundaryForOccurrenceText; BOOL _userScrolling; BOOL _usesVibrantGridDrawing; float _verticalContentInset; @@ -111,6 +112,7 @@ @property (nonatomic, retain) UIVisualEffect *timeViewVisualEffect; @property (nonatomic) float todayScrollSecondBuffer; @property (nonatomic) float topContentInset; +@property (nonatomic) float topYBoundaryForOccurrenceText; @property (nonatomic) BOOL usesVibrantGridDrawing; @property (nonatomic) float verticalContentInset; @@ -274,6 +276,7 @@ - (void)setTimeZone:(id)arg1; - (void)setTodayScrollSecondBuffer:(float)arg1; - (void)setTopContentInset:(float)arg1; +- (void)setTopYBoundaryForOccurrenceText:(float)arg1; - (void)setUsesVibrantGridDrawing:(BOOL)arg1; - (void)setVerticalContentInset:(float)arg1; - (BOOL)shouldEverShowTimeIndicators; @@ -288,6 +291,7 @@ - (id)timeViewVisualEffect; - (float)todayScrollSecondBuffer; - (float)topContentInset; +- (float)topYBoundaryForOccurrenceText; - (void)updateMarkerPosition; - (BOOL)usesVibrantGridDrawing; - (float)verticalContentInset; diff --git a/Frameworks/EventKitUI.framework/EKEventViewController.h b/Frameworks/EventKitUI.framework/EKEventViewController.h index 5b063ed052..0ba2aacbf6 100644 --- a/Frameworks/EventKitUI.framework/EKEventViewController.h +++ b/Frameworks/EventKitUI.framework/EKEventViewController.h @@ -14,6 +14,7 @@ BOOL _calendarPreviewIsInlineDayView; UIViewController * _confirmationAlertPresentationSourceViewController; struct NSDictionary { Class x1; } * _context; + BOOL _countedAppearance; EKEventDetailItem * _currentEditItem; NSArray * _currentSections; BOOL _dead; diff --git a/Frameworks/EventKitUI.framework/EKUIOccurrenceCellContentView.h b/Frameworks/EventKitUI.framework/EKUIOccurrenceCellContentView.h index 0c089570cf..36b7969ede 100644 --- a/Frameworks/EventKitUI.framework/EKUIOccurrenceCellContentView.h +++ b/Frameworks/EventKitUI.framework/EKUIOccurrenceCellContentView.h @@ -18,7 +18,7 @@ NSLayoutConstraint * _countdownLabelBaseling_to_contentBottom_Constraint; NSLayoutConstraint * _countdownLabelRightMarginConstraint; NSString * _countdownLabelString; - NSTimer * _countdownLabelUpdateTimer; + NSObject * _countdownLabelUpdateTimer; BOOL _declined; BOOL _doesNotUseTemplate; NSArray * _ekUIOccurrenceCellConstraints; @@ -113,21 +113,22 @@ + (BOOL)vibrant; - (void).cxx_destruct; -- (void)_countdownTimerFired:(id)arg1; -- (void)_countdownTimerKill; -- (void)_countdownTimerStart; +- (void)_countdownTimerFired; - (id)_createParentVisualEffectViewWithVisualEffect:(id)arg1; - (void)_createViews; - (BOOL)_eventIsNow; +- (void)_installCountdownTimerWithFireDate:(id)arg1; - (float)_leftMarginForTimeViewsFromTimeWidth:(float)arg1; +- (void)_resetCountdownTimerBasedOnCurrentDateForStringGeneration:(id)arg1; - (float)_rightMarginForTimeViewsFromTimeWidth:(float)arg1; - (id)_selectedBackgroundViewWithColor:(id)arg1; - (void)_setUpConstraints; - (id)_sharedNumberFormatter; - (id)_textForBottomTimeLabel; -- (id)_textForCountdownLabel; +- (id)_textForCountdownLabelWithCurrentDate:(id)arg1; - (id)_textForDepartureTimeLabel; - (id)_textForTopTimeLabel; +- (void)_uninstallCountdownTimer; - (void)_updateAccessoryImage; - (void)_updateAngleBackgroundColor; - (void)_updateBottomTimeLabel; diff --git a/Frameworks/EventKitUI.framework/EKUIOccurrenceTableViewCell.h b/Frameworks/EventKitUI.framework/EKUIOccurrenceTableViewCell.h index e56bc96cdf..a5cba0bc9d 100644 --- a/Frameworks/EventKitUI.framework/EKUIOccurrenceTableViewCell.h +++ b/Frameworks/EventKitUI.framework/EKUIOccurrenceTableViewCell.h @@ -18,7 +18,7 @@ NSLayoutConstraint * _countdownLabelBaseling_to_contentBottom_Constraint; NSLayoutConstraint * _countdownLabelRightMarginConstraint; NSString * _countdownLabelString; - NSTimer * _countdownLabelUpdateTimer; + NSObject * _countdownLabelUpdateTimer; BOOL _declined; BOOL _doesNotUseTemplate; NSArray * _ekUIOccurrenceTableViewCellConstraints; @@ -112,21 +112,22 @@ + (BOOL)vibrant; - (void).cxx_destruct; -- (void)_countdownTimerFired:(id)arg1; -- (void)_countdownTimerKill; -- (void)_countdownTimerStart; +- (void)_countdownTimerFired; - (id)_createParentVisualEffectViewWithVisualEffect:(id)arg1; - (void)_createViewsForReuseIdentifier:(id)arg1; - (BOOL)_eventIsNow; +- (void)_installCountdownTimerWithFireDate:(id)arg1; - (float)_leftMarginForTimeViewsFromTimeWidth:(float)arg1; +- (void)_resetCountdownTimerBasedOnCurrentDateForStringGeneration:(id)arg1; - (float)_rightMarginForTimeViewsFromTimeWidth:(float)arg1; - (id)_selectedBackgroundViewWithColor:(id)arg1; - (void)_setUpConstraints; - (id)_sharedNumberFormatter; - (id)_textForBottomTimeLabel; -- (id)_textForCountdownLabel; +- (id)_textForCountdownLabelWithCurrentDate:(id)arg1; - (id)_textForDepartureTimeLabel; - (id)_textForTopTimeLabel; +- (void)_uninstallCountdownTimer; - (void)_updateAccessoryImage; - (void)_updateAngleBackgroundColor; - (void)_updateBottomTimeLabel; diff --git a/Frameworks/ExternalAccessory.framework/EAAccessoryManager.h b/Frameworks/ExternalAccessory.framework/EAAccessoryManager.h index 1a58a1ffd1..002e03c605 100644 --- a/Frameworks/ExternalAccessory.framework/EAAccessoryManager.h +++ b/Frameworks/ExternalAccessory.framework/EAAccessoryManager.h @@ -7,7 +7,7 @@ NSObject * _connectionQueue; EABluetoothAccessoryPicker * _picker; id /* block */ _pickerCompletion; - NSObject * _pickerQueue; + NSRecursiveLock * _pickerLock; NSTimer * _pickerTimer; NSString * _selectedBluetoothAddress; BOOL _sequesterNewAccessories; @@ -30,8 +30,8 @@ - (void)_applicationDidEnterBackground:(id)arg1; - (void)_applicationWillEnterForeground:(id)arg1; - (void)_cameraInfoUpdated:(id)arg1; -- (void)_checkForConnectedAccessories:(BOOL)arg1; -- (void)_cleanUpForTaskSuspend; +- (void)_checkForConnectedAccessories:(BOOL)arg1 backgroundTaskIdentifier:(unsigned int)arg2; +- (void)_cleanUpForTaskSuspendWithTaskIdentifier:(unsigned int)arg1; - (id)_connectedAccessories; - (void)_ephemerisURLAvailable:(id)arg1; - (void)_externalAccessoryConnected:(id)arg1; diff --git a/Frameworks/Foundation.framework/NSAttributedString.h b/Frameworks/Foundation.framework/NSAttributedString.h index 8964896e07..0aa8814d25 100644 --- a/Frameworks/Foundation.framework/NSAttributedString.h +++ b/Frameworks/Foundation.framework/NSAttributedString.h @@ -198,6 +198,10 @@ - (BOOL)getRange:(struct _NSRange { unsigned int x1; unsigned int x2; }*)arg1 ofAttribute:(id)arg2; - (BOOL)getRange:(struct _NSRange { unsigned int x1; unsigned int x2; }*)arg1 ofAttribute:(id)arg2 withValue:(id)arg3; +// Image: /System/Library/PrivateFrameworks/TVMLKit.framework/TVMLKit + +- (struct CGRect { struct CGPoint { float x_1_1_1; float x_1_1_2; } x1; struct CGSize { float x_2_1_1; float x_2_1_2; } x2; })boundingRectWithWidth:(float)arg1 lines:(unsigned int)arg2; + // Image: /System/Library/PrivateFrameworks/TextInput.framework/TextInput - (id)_UIKBStringWideAttributeValueForKey:(id)arg1; diff --git a/Frameworks/Foundation.framework/NSBundle.h b/Frameworks/Foundation.framework/NSBundle.h index 73b39796b9..abd4f53905 100644 --- a/Frameworks/Foundation.framework/NSBundle.h +++ b/Frameworks/Foundation.framework/NSBundle.h @@ -189,6 +189,7 @@ - (id)assistantUILocalizedStringForKey:(id)arg1 table:(id)arg2; - (id)assistantUILocalizedStringForKey:(id)arg1 value:(id)arg2 table:(id)arg3; - (id)assistantUILocalizedStringFromSiriLanguageForKey:(id)arg1 table:(id)arg2; +- (id)assistantUILocalizedStringFromSystemLanguageForKey:(id)arg1 table:(id)arg2; // Image: /System/Library/PrivateFrameworks/Catalyst.framework/Catalyst @@ -338,6 +339,11 @@ - (id)suic_localizedStringForKey:(id)arg1 table:(id)arg2; - (id)suic_localizedStringForKey:(id)arg1 value:(id)arg2 table:(id)arg3; +// Image: /System/Library/PrivateFrameworks/TVMLKit.framework/TVMLKit + +- (id)tv_imageNamed:(id)arg1; +- (id)tv_launchImage; + // Image: /System/Library/PrivateFrameworks/UIAccessibility.framework/UIAccessibility + (id)accessibilityBundleWithLastPathComponent:(id)arg1; diff --git a/Frameworks/Foundation.framework/NSCalendarDate.h b/Frameworks/Foundation.framework/NSCalendarDate.h index a2e277d664..1234f0e7c2 100644 --- a/Frameworks/Foundation.framework/NSCalendarDate.h +++ b/Frameworks/Foundation.framework/NSCalendarDate.h @@ -63,4 +63,13 @@ - (id)ekmsuidGMTDateToDateInTimeZone:(id)arg1; - (id)ekmsuidStringForYearMonthDay; +// Image: /System/Library/PrivateFrameworks/DataAccess.framework/Frameworks/DAEAS.framework/DAEAS + ++ (id)combinedDateWithYMDFrom:(id)arg1 HMSFrom:(id)arg2 componentDatesTimezone:(id)arg3; + +- (void)getGregorianDate:(struct { int x1; BOOL x2; BOOL x3; BOOL x4; BOOL x5; double x6; }*)arg1; +- (id)gmtDateToDateInTimeZone:(id)arg1; +- (id)nearestMidnight; +- (id)tzDateToDateInGMT:(id)arg1; + @end diff --git a/Frameworks/Foundation.framework/NSCountedSet.h b/Frameworks/Foundation.framework/NSCountedSet.h index ea88628f21..e79b746d43 100644 --- a/Frameworks/Foundation.framework/NSCountedSet.h +++ b/Frameworks/Foundation.framework/NSCountedSet.h @@ -41,8 +41,18 @@ - (id)mf_debugDescription; +// Image: /System/Library/PrivateFrameworks/NewsCore.framework/NewsCore + +- (id)fc_description; + // Image: /System/Library/PrivateFrameworks/PhotoAnalysis.framework/Frameworks/PhotosGraph.framework/Frameworks/MediaMiningKit.framework/MediaMiningKit - (void)enumerateObjectsSortedByCountUsingBlock:(id /* block */)arg1 ascending:(BOOL)arg2; +// Image: /System/Library/PrivateFrameworks/PhotoAnalysis.framework/Frameworks/PhotosGraph.framework/PhotosGraph + +- (id)pg_objectWithMaxCount; +- (id)pg_objectWithMinCount; +- (id)pg_sortedArrayByCountAscending:(BOOL)arg1; + @end diff --git a/Frameworks/Foundation.framework/NSDateInterval.h b/Frameworks/Foundation.framework/NSDateInterval.h index f455ba0490..9ef7309b3c 100644 --- a/Frameworks/Foundation.framework/NSDateInterval.h +++ b/Frameworks/Foundation.framework/NSDateInterval.h @@ -8,6 +8,8 @@ @property (readonly, copy) NSDate *endDate; @property (readonly, copy) NSDate *startDate; +// Image: /System/Library/Frameworks/Foundation.framework/Foundation + + (id)allocWithZone:(struct _NSZone { }*)arg1; + (BOOL)supportsSecureCoding; @@ -29,4 +31,8 @@ - (BOOL)isEqualToDateInterval:(id)arg1; - (id)startDate; +// Image: /System/Library/Frameworks/HealthKit.framework/HealthKit + ++ (id)hk_dateIntervalWithStart:(double)arg1 end:(double)arg2; + @end diff --git a/Frameworks/Foundation.framework/NSDecimalNumber.h b/Frameworks/Foundation.framework/NSDecimalNumber.h index ec73456084..708f0466b6 100644 --- a/Frameworks/Foundation.framework/NSDecimalNumber.h +++ b/Frameworks/Foundation.framework/NSDecimalNumber.h @@ -17,6 +17,8 @@ @property (readonly) double doubleValue; @property (readonly) const char *objCType; +// Image: /System/Library/Frameworks/Foundation.framework/Foundation + + (id)allocWithZone:(struct _NSZone { }*)arg1; + (id)decimalNumberWithDecimal:(struct { unsigned int x1 : 8; unsigned int x2 : 4; unsigned int x3 : 1; unsigned int x4 : 1; unsigned int x5 : 18; unsigned short x6[8]; })arg1; + (id)decimalNumberWithMantissa:(unsigned long long)arg1 exponent:(short)arg2 isNegative:(BOOL)arg3; @@ -93,4 +95,9 @@ - (unsigned long)unsignedLongValue; - (unsigned short)unsignedShortValue; +// Image: /System/Library/PrivateFrameworks/SiriCore.framework/SiriCore + +- (const char *)siriCoreSQLiteValue_textRepresentation; +- (int)siriCoreSQLiteValue_type; + @end diff --git a/Frameworks/Foundation.framework/NSError.h b/Frameworks/Foundation.framework/NSError.h index 3a4a0ca3cf..07edbe1e95 100644 --- a/Frameworks/Foundation.framework/NSError.h +++ b/Frameworks/Foundation.framework/NSError.h @@ -9,13 +9,14 @@ NSDictionary * _userInfo; } -@property (nonatomic, readonly) long _code; +@property (nonatomic, readonly) int _code; @property (nonatomic, readonly) NSString *_domain; @property (getter=_mapkit_isCLDenied, nonatomic, readonly) BOOL _mapkit_CLDenied; @property (getter=_mapkit_isCLErrorNetwork, nonatomic, readonly) BOOL _mapkit_CLErrorNetwork; @property (getter=_mapkit_isCLHeadingFailure, nonatomic, readonly) BOOL _mapkit_CLHeadingFailure; @property (getter=_mapkit_isCLLocationUnknown, nonatomic, readonly) BOOL _mapkit_CLLocationUnknown; @property (nonatomic, readonly, retain) NSURL *_mapkit_locationErrorSettingsURL; +@property (nonatomic, readonly) id _userInfo; @property (readonly) int code; @property (getter=isComparisonError, nonatomic, readonly) BOOL comparisonError; @property (readonly, copy) NSString *debugDescription; @@ -113,9 +114,9 @@ + (id)CKErrorWithPOSIXCode:(int)arg1; - (id)CKClientSuitableError; +- (id)CKDescriptionPropertiesWithPublic:(BOOL)arg1 private:(BOOL)arg2 shouldExpand:(BOOL)arg3; - (BOOL)CKIsNotFoundError; - (BOOL)CKIsPOSIXErrorCode:(int)arg1; -- (id)CKPropertiesToDescribe:(BOOL)arg1; - (BOOL)isComparisonError; // Image: /System/Library/Frameworks/CoreBluetooth.framework/CoreBluetooth @@ -169,6 +170,8 @@ + (id)hmErrorWithCode:(int)arg1 description:(id)arg2 reason:(id)arg3 suggestion:(id)arg4; + (id)hmErrorWithCode:(int)arg1 description:(id)arg2 reason:(id)arg3 suggestion:(id)arg4 underlyingError:(id)arg5; + (id)hmErrorWithCode:(int)arg1 userInfo:(id)arg2; ++ (id)hmInternalErrorWithCode:(int)arg1; ++ (id)hmInternalErrorWithCode:(int)arg1 underlyingError:(id)arg2; - (BOOL)isHMError; @@ -183,6 +186,7 @@ - (BOOL)_mapkit_isCLLocationUnknown; - (BOOL)_mapkit_isDirectionsError; - (id)_mapkit_locationErrorSettingsURL; +- (id)_mapkit_transitIncident; - (int)_mapkit_underlyingGEOError; // Image: /System/Library/Frameworks/Metal.framework/Metal @@ -262,6 +266,7 @@ // Image: /System/Library/PrivateFrameworks/AuthKit.framework/AuthKit + (id)ak_errorWithCode:(int)arg1; ++ (id)ak_errorWithCode:(int)arg1 underlyingError:(id)arg2; + (id)ak_wrappedAnisetteError:(long)arg1; - (BOOL)ak_isUserCancelError; @@ -338,6 +343,8 @@ - (BOOL)_brc_isCloudKitInternalErrorCode:(int)arg1; - (BOOL)_brc_isCloudKitInternalErrorSafeToSyncUpWithoutSyncDown; - (BOOL)_brc_isCloudKitPluginErrorCode:(int)arg1; +- (BOOL)_brc_isCloudKitZoneNotFoundError; +- (BOOL)_brc_isCloudKitZoneUserDeletedError; - (id)br_cloudKitErrorForIdentifier:(id)arg1; - (double)br_suggestedRetryTimeInterval; - (BOOL)brc_checkErrorsFromCloudKit:(id /* block */)arg1; @@ -351,6 +358,7 @@ - (BOOL)brc_isBlacklistError; - (BOOL)brc_isCloudKitAssetFileModified; - (BOOL)brc_isCloudKitCancellationError; +- (BOOL)brc_isCloudKitErrorImplyingZoneNeedsCreation; - (BOOL)brc_isCloudKitErrorNeedsPCSPrep; - (BOOL)brc_isCloudKitErrorRequiringAssetRescan; - (BOOL)brc_isCloudKitErrorRequiringAssetReupload; @@ -362,8 +370,6 @@ - (BOOL)brc_isCloudKitErrorZoneUndergoingMigration; - (BOOL)brc_isCloudKitOutOfQuota; - (BOOL)brc_isCloudKitUnknownItemError; -- (BOOL)brc_isCloudKitZoneNotFoundError; -- (BOOL)brc_isCloudKitZoneUserDeletedError; - (BOOL)brc_isEverRetriable; - (BOOL)brc_isOutOfSpaceError; - (BOOL)brc_isResetError; @@ -417,6 +423,8 @@ + (id)hmErrorWithCode:(int)arg1 description:(id)arg2 reason:(id)arg3 suggestion:(id)arg4; + (id)hmErrorWithCode:(int)arg1 description:(id)arg2 reason:(id)arg3 suggestion:(id)arg4 underlyingError:(id)arg5; + (id)hmErrorWithCode:(int)arg1 userInfo:(id)arg2; ++ (id)hmInternalErrorWithCode:(int)arg1; ++ (id)hmInternalErrorWithCode:(int)arg1 underlyingError:(id)arg2; - (BOOL)isHAPError; - (BOOL)isHMError; @@ -454,18 +462,15 @@ - (void)_MSApplyBlock:(id /* block */)arg1; - (id)_MSVerboseDescriptionRecursionCount:(int)arg1; -// Image: /System/Library/PrivateFrameworks/CoreRC.framework/CoreRC - -+ (id)cecAcknowledgementErrorWithUnderlyingError:(id)arg1; -+ (id)cecFeatureAbortErrorWithOpCode:(unsigned char)arg1 reason:(unsigned char)arg2 method:(id)arg3; -+ (id)cecIOErrorWithUnderlyingError:(id)arg1; - -- (BOOL)isCECAcknowledgementError; - // Image: /System/Library/PrivateFrameworks/DataAccess.framework/DataAccess - (id)DAExtendedDescription; +// Image: /System/Library/PrivateFrameworks/DataAccess.framework/Frameworks/DASubCal.framework/DASubCal + +- (BOOL)isSubCalAuthError; +- (BOOL)isSubCalReachabilityError; + // Image: /System/Library/PrivateFrameworks/FMCoreLite.framework/FMCoreLite + (id)fm_cancelledError; @@ -549,6 +554,8 @@ + (id)hmErrorWithCode:(int)arg1 description:(id)arg2 reason:(id)arg3 suggestion:(id)arg4; + (id)hmErrorWithCode:(int)arg1 description:(id)arg2 reason:(id)arg3 suggestion:(id)arg4 underlyingError:(id)arg5; + (id)hmErrorWithCode:(int)arg1 userInfo:(id)arg2; ++ (id)hmInternalErrorWithCode:(int)arg1; ++ (id)hmInternalErrorWithCode:(int)arg1 underlyingError:(id)arg2; - (id)conciseCKError; - (id)hmErrorFromCKError; @@ -773,8 +780,10 @@ // Image: /System/Library/PrivateFrameworks/Swift/libswiftFoundation.dylib -- (long)_code; +- (int)_code; - (id)_domain; +- (id)_getEmbeddedNSError; +- (id)_userInfo; // Image: /System/Library/PrivateFrameworks/ToneLibrary.framework/ToneLibrary diff --git a/Frameworks/Foundation.framework/NSFileHandle.h b/Frameworks/Foundation.framework/NSFileHandle.h index 4944204bc2..23f8849246 100644 --- a/Frameworks/Foundation.framework/NSFileHandle.h +++ b/Frameworks/Foundation.framework/NSFileHandle.h @@ -51,10 +51,6 @@ - (void)writeData:(id)arg1; - (id /* block */)writeabilityHandler; -// Image: /System/Library/PrivateFrameworks/CloudKitDaemon.framework/CloudKitDaemon - -- (void)writeString:(id)arg1; - // Image: /System/Library/PrivateFrameworks/CoreSuggestionsInternals.framework/CoreSuggestionsInternals - (unsigned int)writeWithCompression:(id)arg1 andUpdateAdler32:(struct adler32_t { unsigned int x1; }*)arg2; diff --git a/Frameworks/Foundation.framework/NSFileManager.h b/Frameworks/Foundation.framework/NSFileManager.h index 0870449147..5c0bae6606 100644 --- a/Frameworks/Foundation.framework/NSFileManager.h +++ b/Frameworks/Foundation.framework/NSFileManager.h @@ -301,6 +301,11 @@ - (id)incrementalURLInDirectory:(id)arg1 withFilename:(id)arg2 andExtension:(id)arg3; - (id)unarchiveItemAtPath:(id)arg1 toDirectory:(id)arg2 withProgressionBlock:(id /* block */)arg3; +// Image: /System/Library/PrivateFrameworks/TVMLKit.framework/TVMLKit + +- (unsigned long long)tv_onDiskSizeOfDirectoryAtPath:(id)arg1 status:(int*)arg2; +- (unsigned long long)tv_onDiskSizeOfFileAtPath:(id)arg1 status:(int*)arg2; + // Image: /System/Library/PrivateFrameworks/UserNotificationsServer.framework/UserNotificationsServer - (BOOL)uns_moveOrDeleteItemAtURL:(id)arg1 toURL:(id)arg2 error:(id*)arg3; diff --git a/Frameworks/Foundation.framework/NSLinguisticTagger.h b/Frameworks/Foundation.framework/NSLinguisticTagger.h index 491303771a..251ad1bc79 100644 --- a/Frameworks/Foundation.framework/NSLinguisticTagger.h +++ b/Frameworks/Foundation.framework/NSLinguisticTagger.h @@ -47,6 +47,6 @@ // Image: /System/Library/PrivateFrameworks/ResponseKit.framework/ResponseKit -- (id)languageOfRange:(struct _NSRange { unsigned int x1; unsigned int x2; })arg1; +- (id)languageOfRange:(struct _NSRange { unsigned int x1; unsigned int x2; })arg1 withPreferredLanguages:(id)arg2; @end diff --git a/Frameworks/Foundation.framework/NSMutableString.h b/Frameworks/Foundation.framework/NSMutableString.h index a40c00e9d0..011ee1eaf4 100644 --- a/Frameworks/Foundation.framework/NSMutableString.h +++ b/Frameworks/Foundation.framework/NSMutableString.h @@ -65,6 +65,11 @@ - (void)_cn_trimLeadingWhitespace; - (void)_cn_trimTrailingWhitespace; +// Image: /System/Library/PrivateFrameworks/DataAccess.framework/Frameworks/DAEAS.framework/DAEAS + +- (void)appendString:(id)arg1 withSeparator:(id)arg2; +- (void)convertLineEndingsTo:(id)arg1; + // Image: /System/Library/PrivateFrameworks/DataDetectorsCore.framework/DataDetectorsCore - (void)dd_appendSpaces:(unsigned int)arg1; diff --git a/Frameworks/Foundation.framework/NSNumber.h b/Frameworks/Foundation.framework/NSNumber.h index a3cb7a4361..ba6d512b0d 100644 --- a/Frameworks/Foundation.framework/NSNumber.h +++ b/Frameworks/Foundation.framework/NSNumber.h @@ -2,8 +2,9 @@ Image: /System/Library/Frameworks/Foundation.framework/Foundation */ -@interface NSNumber : NSValue +@interface NSNumber : NSValue +@property (nonatomic, readonly) float CGFloatValue; @property (nonatomic, readonly) unsigned int PXDataSourceIdentifierValue; @property (readonly) BOOL boolValue; @property (readonly) BOOL charValue; @@ -138,10 +139,6 @@ - (id)__ck_localizedString; -// Image: /System/Library/PrivateFrameworks/CloudKitDaemon.framework/CloudKitDaemon - -- (void)_CKLogToFileHandle:(id)arg1 atDepth:(int)arg2; - // Image: /System/Library/PrivateFrameworks/CloudPhotoLibrary.framework/CloudPhotoLibrary - (id)initWithCPLArchiver:(id)arg1; @@ -168,6 +165,18 @@ - (long long)cr_CRContactIDValue; - (long long)cr_CRRecentIDValue; +// Image: /System/Library/PrivateFrameworks/DataAccess.framework/Frameworks/DAEAS.framework/DAEAS + ++ (BOOL)acceptsTopLevelLeaves; ++ (BOOL)expectsContent; ++ (BOOL)frontingBasicTypes; ++ (BOOL)notifyOfUnknownTokens; ++ (BOOL)parsingLeafNode; ++ (BOOL)parsingWithSubItems; + +- (id)initWithASParseContext:(id)arg1 root:(id)arg2 parent:(id)arg3 callbackDict:(id)arg4 streamCallbackDict:(id)arg5 lengthUntilEndOfTerminator:(int)arg6; +- (int)parsingState; + // Image: /System/Library/PrivateFrameworks/FMCore.framework/FMCore - (BOOL)fm_isEqualToNumber:(id)arg1 withPrecision:(double)arg2; @@ -205,6 +214,7 @@ // Image: /System/Library/PrivateFrameworks/NewsCore.framework/NewsCore +- (float)CGFloatValue; - (BOOL)fc_isGreaterThan:(id)arg1; - (BOOL)fc_isLessThan:(id)arg1; - (BOOL)fc_isLessThanOrEqualTo:(id)arg1; @@ -227,6 +237,16 @@ - (BOOL)sd_isEqualToNumber:(id)arg1; +// Image: /System/Library/PrivateFrameworks/SiriCore.framework/SiriCore + +- (double)siriCoreSQLiteValue_doubleRepresentation; +- (id)siriCoreSQLiteValue_escapedString:(BOOL)arg1; +- (long long)siriCoreSQLiteValue_integerRepresentation; +- (id)siriCoreSQLiteValue_toData; +- (id)siriCoreSQLiteValue_toNumber; +- (id)siriCoreSQLiteValue_toString; +- (int)siriCoreSQLiteValue_type; + // Image: /System/Library/PrivateFrameworks/StoreServices.framework/StoreServices + (id)numberWithItemIdentifier:(unsigned long long)arg1; @@ -238,7 +258,7 @@ - (id)initWithBooleanLiteral:(BOOL)arg1; - (id)initWithFloatLiteral:(double)arg1; -- (id)initWithIntegerLiteral:(long)arg1; +- (id)initWithIntegerLiteral:(int)arg1; // Image: /System/Library/PrivateFrameworks/VoiceMemos.framework/VoiceMemos diff --git a/Frameworks/Foundation.framework/NSOperationQueue.h b/Frameworks/Foundation.framework/NSOperationQueue.h index 34f468d65b..f3c36cf318 100644 --- a/Frameworks/Foundation.framework/NSOperationQueue.h +++ b/Frameworks/Foundation.framework/NSOperationQueue.h @@ -71,6 +71,11 @@ - (void)logStateOperationCountGreaterThan:(int)arg1; +// Image: /System/Library/PrivateFrameworks/WatchListKit.framework/WatchListKit + ++ (id)wlkDefaultConcurrentQueue; ++ (id)wlkDefaultQueue; + // Image: /System/Library/PrivateFrameworks/iWorkImport.framework/iWorkImport + (id)tsu_newSerialOperationQueueWithName:(id)arg1; diff --git a/Frameworks/Foundation.framework/NSPersonNameComponents.h b/Frameworks/Foundation.framework/NSPersonNameComponents.h index aae5c31aa3..72cd680006 100644 --- a/Frameworks/Foundation.framework/NSPersonNameComponents.h +++ b/Frameworks/Foundation.framework/NSPersonNameComponents.h @@ -48,7 +48,7 @@ // Image: /System/Library/Frameworks/CloudKit.framework/CloudKit -- (id)CKPropertiesToDescribe:(BOOL)arg1; +- (id)CKDescriptionPropertiesWithPublic:(BOOL)arg1 private:(BOOL)arg2 shouldExpand:(BOOL)arg3; // Image: /System/Library/Frameworks/Contacts.framework/Contacts diff --git a/Frameworks/Foundation.framework/NSPersonNameComponentsFormatter.h b/Frameworks/Foundation.framework/NSPersonNameComponentsFormatter.h index 7ca12fa38b..f258089a6b 100644 --- a/Frameworks/Foundation.framework/NSPersonNameComponentsFormatter.h +++ b/Frameworks/Foundation.framework/NSPersonNameComponentsFormatter.h @@ -36,13 +36,17 @@ + (id)__longestComponentFromComponents:(id)arg1; + (id)__naiveDelimiterForCombinedNameString:(id)arg1; + (int)__nameOrderForLocale:(id)arg1 usingNativeOrdering:(BOOL)arg2; ++ (id)__preferredLanguages; + (void)__registerDefaults; + (id)__scriptIdentifierFromIndex:(unsigned int)arg1; + (int)__shortNameFormatForLocale:(id)arg1; + (BOOL)__shortStyle:(int)arg1 isRestrictedForLocale:(id)arg2; + (BOOL)__shortStyle:(int)arg1 isRestrictedForScript:(unsigned int)arg2; + (BOOL)__shortStyleRestrictionExistsForComponents:(id)arg1 shortStyle:(int)arg2; ++ (BOOL)__shouldCacheFallbackToGivenNameInitialForAbbreviatedNameFormatFamilyNameOnly; ++ (BOOL)__shouldFallbackToGivenNameInitialForAbbreviatedNameFormatFamilyNameOnly; + (BOOL)__shouldReturnEmptyString; ++ (id)__stringByStrippingNonInitialPunctuationFromString:(id)arg1; + (id)__stringValueForShortStyle:(int)arg1; + (id)__stringValueForStyle:(int)arg1; + (BOOL)__style:(int)arg1 isRestrictedForLocale:(id)arg2; diff --git a/Frameworks/Foundation.framework/NSPredicate.h b/Frameworks/Foundation.framework/NSPredicate.h index d1c9b5c76a..ceab94ec22 100644 --- a/Frameworks/Foundation.framework/NSPredicate.h +++ b/Frameworks/Foundation.framework/NSPredicate.h @@ -94,8 +94,9 @@ // Image: /System/Library/PrivateFrameworks/VideoProcessing.framework/VideoProcessing -+ (id)vcp_localAssetsPredicate; -+ (id)vcp_localMoviesPredicate; -+ (id)vcp_localPhotosPredicate; ++ (id)vcp_livePhotosPredicate:(BOOL)arg1; ++ (id)vcp_moviesPredicate:(BOOL)arg1; ++ (id)vcp_photosPredicate:(BOOL)arg1; ++ (id)vcp_stillPhotosPredicate:(BOOL)arg1; @end diff --git a/Frameworks/Foundation.framework/NSProgress.h b/Frameworks/Foundation.framework/NSProgress.h index 150a86200e..dd637814c5 100644 --- a/Frameworks/Foundation.framework/NSProgress.h +++ b/Frameworks/Foundation.framework/NSProgress.h @@ -34,6 +34,7 @@ @property (readonly) unsigned int hash; @property (getter=isIndeterminate, readonly) BOOL indeterminate; @property (nonatomic) unsigned int installPhase; +@property (nonatomic, readonly) NSString *installPhaseString; @property (nonatomic) unsigned int installState; @property (copy) NSString *kind; @property (copy) NSString *localizedAdditionalDescription; @@ -164,6 +165,7 @@ - (void)_LSResume; - (id)initWithParent:(id)arg1 bundleID:(id)arg2 andPhase:(unsigned int)arg3; - (unsigned int)installPhase; +- (id)installPhaseString; - (unsigned int)installState; - (void)setInstallPhase:(unsigned int)arg1; - (void)setInstallState:(unsigned int)arg1; diff --git a/Frameworks/Foundation.framework/NSString.h b/Frameworks/Foundation.framework/NSString.h index e6335c9d5a..55a28f5dfa 100644 --- a/Frameworks/Foundation.framework/NSString.h +++ b/Frameworks/Foundation.framework/NSString.h @@ -2,7 +2,7 @@ Image: /System/Library/Frameworks/Foundation.framework/Foundation */ -@interface NSString : NSObject +@interface NSString : NSObject @property (nonatomic, retain) NSString *IPASpeechPhonemes; @property (nonatomic, readonly) NSData *_FTDataFromBase64String; @@ -314,8 +314,8 @@ - (BOOL)cnui_shouldTransliterateToLatin; - (BOOL)cnui_shouldUseJapaneseTransliteration; - (BOOL)cnui_shouldUseZhuyinTransliteration; -- (id)cnui_stringByTransliteratingToKana; -- (id)cnui_stringByTransliteratingToPhoneticCharactersAsFamilyName:(BOOL)arg1; +- (id)cnui_stringByTransliteratingToKanaAsName:(BOOL)arg1; +- (id)cnui_stringByTransliteratingToPhoneticCharactersForProperty:(id)arg1; // Image: /System/Library/Frameworks/CoreData.framework/CoreData @@ -521,6 +521,10 @@ - (struct _NSRange { unsigned int x1; unsigned int x2; })ax_sentenceFromPosition:(int)arg1 inDirection:(unsigned int)arg2; - (struct _NSRange { unsigned int x1; unsigned int x2; })ax_wordFromPosition:(int)arg1 inDirection:(unsigned int)arg2; +// Image: /System/Library/PrivateFrameworks/Accessibility.framework/Frameworks/AXHearingSupport.framework/AXHearingSupport + +- (unsigned long long)unsignedLongLongValue; + // Image: /System/Library/PrivateFrameworks/AccessibilitySharedSupport.framework/AccessibilitySharedSupport - (id)axss_stringByTrimmingToLength:(unsigned int)arg1 encoding:(unsigned int)arg2; @@ -585,6 +589,11 @@ - (BOOL)_afpreferences_isLanguageCodePrefix; - (id)_afpreferences_languageCodePrefix; +// Image: /System/Library/PrivateFrameworks/AuthKit.framework/AuthKit + +- (id)ak_SHA256; +- (id)ak_SHA256String; + // Image: /System/Library/PrivateFrameworks/BaseBoard.framework/BaseBoard - (id)_initWithUTF8String:(const char *)arg1 maxLength:(unsigned int)arg2; @@ -766,10 +775,10 @@ - (id)CKDPIdentifier_User; - (id)CKDPIdentifier_Zone; - (id)_CKDPIdentifierWithType:(int)arg1; -- (void)_CKLogToFileHandle:(id)arg1 atDepth:(int)arg2; // Image: /System/Library/PrivateFrameworks/CloudPhotoLibrary.framework/CloudPhotoLibrary +- (id)cplStringByAppendingPathExtension:(id)arg1 fallbackExtension:(id)arg2; - (id)initWithCPLArchiver:(id)arg1; - (id)plistArchiveWithCPLArchiver:(id)arg1; @@ -904,6 +913,42 @@ - (id)da_trimWhiteSpace; - (id)stringByURLQuoting; +// Image: /System/Library/PrivateFrameworks/DataAccess.framework/Frameworks/DACalDAV.framework/DACalDAV + +- (BOOL)hasMailto; +- (BOOL)resemblesEmailAddress; +- (id)stringAddingMailto; +- (id)stringRemovingMailto; + +// Image: /System/Library/PrivateFrameworks/DataAccess.framework/Frameworks/DACardDAV.framework/DACardDAV + +- (id)prettyStringForDisplayName; + +// Image: /System/Library/PrivateFrameworks/DataAccess.framework/Frameworks/DAEAS.framework/DAEAS + ++ (BOOL)acceptsTopLevelLeaves; ++ (BOOL)expectsContent; ++ (BOOL)frontingBasicTypes; ++ (BOOL)notifyOfUnknownTokens; ++ (BOOL)parsingLeafNode; ++ (BOOL)parsingWithSubItems; + +- (id)initWithASParseContext:(id)arg1 root:(id)arg2 parent:(id)arg3 callbackDict:(id)arg4 streamCallbackDict:(id)arg5 lengthUntilEndOfTerminator:(int)arg6; +- (int)parsingState; +- (id)stringByConvertingLineEndingsTo:(id)arg1; +- (id)stringByTrimmingNotesJunk; +- (id)stringFormattedForMSVersioning; + +// Image: /System/Library/PrivateFrameworks/DataAccess.framework/Frameworks/DALDAP.framework/DALDAP + +- (id)ldapHumanReadableStringFromSearchBase; +- (id)ldapSanitizedAddress; + +// Image: /System/Library/PrivateFrameworks/DataAccess.framework/Frameworks/DASubCal.framework/DASubCal + +- (BOOL)isSubCalURLString; +- (id)modTagForSubCal; + // Image: /System/Library/PrivateFrameworks/DataDetectorsUI.framework/DataDetectorsUI - (id)dd_leadingTextWithNumberOfCharacters:(int)arg1 beforeRange:(struct _NSRange { unsigned int x1; unsigned int x2; })arg2; @@ -1601,6 +1646,7 @@ // Image: /System/Library/PrivateFrameworks/PhotoAnalysis.framework/Frameworks/PhotosGraph.framework/PhotosGraph +- (unsigned int)pg_levenshteinDistanceToString:(id)arg1; - (id)pg_stringByTrailingCharactersInSet:(id)arg1 options:(unsigned int)arg2; - (id)sha1HashData; - (id)sha1HashString; @@ -1614,6 +1660,7 @@ - (BOOL)containsDigits; - (int)digits; - (BOOL)px_hasPrefixIgnoringCaseAndDiacritics:(id)arg1; +- (BOOL)px_hasStringIgnoringCaseAndDiacritics:(id)arg1; - (long long)px_platformAgnosticHash; - (id)px_stringByApplyingCapitalization:(int)arg1; - (id)px_stringByIndentingNewLines; @@ -1671,6 +1718,10 @@ - (id)stringByUnescapingXMLEntities; - (id)uppercaseFirstWordString; +// Image: /System/Library/PrivateFrameworks/SOS.framework/SOS + ++ (id)stringWithPositionalSpecifiersFormat:(id)arg1 arguments:(id)arg2; + // Image: /System/Library/PrivateFrameworks/SafariShared.framework/SafariShared + (void)_safari_reverseEnumerateComponents:(id)arg1 usingBlock:(id /* block */)arg2; @@ -1736,6 +1787,15 @@ - (int)_brailleTableCompare:(id)arg1; +// Image: /System/Library/PrivateFrameworks/SiriCore.framework/SiriCore + +- (id)siriCoreSQLiteValue_escapedString:(BOOL)arg1; +- (const char *)siriCoreSQLiteValue_textRepresentation; +- (id)siriCoreSQLiteValue_toData; +- (id)siriCoreSQLiteValue_toNumber; +- (id)siriCoreSQLiteValue_toString; +- (int)siriCoreSQLiteValue_type; + // Image: /System/Library/PrivateFrameworks/SiriUI.framework/SiriUI - (id)siriUIAttributedStringWithSubscriptAtRange:(struct _NSRange { unsigned int x1; unsigned int x2; })arg1 font:(id)arg2; @@ -1799,9 +1859,18 @@ - (BOOL)sb_containsEmoji; - (BOOL)sb_isEntirelyCharactersInSet:(struct USet { }*)arg1; -// Image: /System/Library/PrivateFrameworks/Swift/libswiftFoundation.dylib +// Image: /System/Library/PrivateFrameworks/Symptoms.framework/Frameworks/SymptomEvaluator.framework/SymptomEvaluator + +- (id)maximumLogLevelString:(id)arg1; + +// Image: /System/Library/PrivateFrameworks/TVMLKit.framework/TVMLKit + ++ (id)tv_lowercaseHexStringWithBytes:(const char *)arg1 length:(unsigned int)arg2; ++ (id)tvs_hexStringWithBytes:(const char *)arg1 length:(unsigned int)arg2 lowercase:(BOOL)arg3; -- (id)_swiftInitWithString_NSString:(id)arg1; +- (id)tv_MD5String; +- (id)tv_SHA256String; +- (id)tv_filenameSafeString; // Image: /System/Library/PrivateFrameworks/TelephonyRPC.framework/TelephonyRPC @@ -2011,6 +2080,8 @@ // Image: /System/Library/PrivateFrameworks/WebBookmarks.framework/WebBookmarks +- (id)_wb_stringByDeletingTrailingSlash; +- (id)_wb_stringByStandardizingDAVServerID; - (BOOL)_webBookmarks_hasCaseInsensitivePrefix:(id)arg1; // Image: /System/Library/PrivateFrameworks/WebContentAnalysis.framework/WebContentAnalysis diff --git a/Frameworks/Foundation.framework/NSUserActivity.h b/Frameworks/Foundation.framework/NSUserActivity.h index af0dc19d4a..2cd54fd33c 100644 --- a/Frameworks/Foundation.framework/NSUserActivity.h +++ b/Frameworks/Foundation.framework/NSUserActivity.h @@ -201,10 +201,10 @@ // Image: /System/Library/PrivateFrameworks/ContactsUICore.framework/ContactsUICore + (id)_cnui_searchMailUserActivityForContact:(id)arg1; -+ (id)_cnui_sendMessageIntentWithDestinationID:(id)arg1 contact:(id)arg2; -+ (id)_cnui_startAudioCallIntentWithDestinationID:(id)arg1 contact:(id)arg2; -+ (id)_cnui_startVideoCallIntentWithDestinationID:(id)arg1 contact:(id)arg2; -+ (id)_cnui_userActivityWithActivityType:(id)arg1 destinationID:(id)arg2 contact:(id)arg3 intentWithPerson:(id /* block */)arg4; ++ (id)_cnui_sendMessageIntentWithDestinationID:(id)arg1 customIdentifier:(id)arg2 contact:(id)arg3; ++ (id)_cnui_startAudioCallIntentWithDestinationID:(id)arg1 customIdentifier:(id)arg2 contact:(id)arg3; ++ (id)_cnui_startVideoCallIntentWithDestinationID:(id)arg1 customIdentifier:(id)arg2 contact:(id)arg3; ++ (id)_cnui_userActivityWithActivityType:(id)arg1 destinationID:(id)arg2 customIdentifier:(id)arg3 contact:(id)arg4 intentWithPerson:(id /* block */)arg5; // Image: /System/Library/PrivateFrameworks/UserActivity.framework/UserActivity diff --git a/Frameworks/Foundation.framework/NSValue.h b/Frameworks/Foundation.framework/NSValue.h index c83c5a6ab6..1081bd569b 100644 --- a/Frameworks/Foundation.framework/NSValue.h +++ b/Frameworks/Foundation.framework/NSValue.h @@ -220,6 +220,14 @@ - (struct HUGridPosition { int x1; int x2; })gridPositionValue; - (struct HUGridSize { int x1; int x2; })gridSizeValue; +// Image: /System/Library/PrivateFrameworks/IOAccessoryManager.framework/IOAccessoryManager + ++ (id)valueWithDockState:(struct DockState { int x1; struct UnsignedWide { unsigned int x_2_1_1; unsigned int x_2_1_2; } x2; struct UnsignedWide { unsigned int x_3_1_1; unsigned int x_3_1_2; } x3; unsigned long long x4; unsigned char x5[6]; unsigned long long x6; unsigned char x7; unsigned long long x8; unsigned long long x9; bool x10; bool x11; double x12; double x13; bool x14; bool x15; id x16; /* Warning: Unrecognized filer type: '?' using 'void*' */ void*x17; void*x18; bool x19; unsigned int x20; unsigned int x21; })arg1; ++ (id)valueWithEventReportEx:(struct IOAccVoltageDetectEventReportEx { struct IOAccVoltageDetectEventReport { unsigned int x_1_1_1; struct UnsignedWide { unsigned int x_2_2_1; unsigned int x_2_2_2; } x_1_1_2; unsigned char x_1_1_3; unsigned char x_1_1_4; unsigned char x_1_1_5[6]; unsigned char x_1_1_6[6]; unsigned char x_1_1_7[6]; unsigned short x_1_1_8[6]; unsigned char x_1_1_9; unsigned char x_1_1_10; unsigned int x_1_1_11; unsigned char x_1_1_12; unsigned char x_1_1_13; unsigned char x_1_1_14; unsigned long long x_1_1_15; } x1; struct UnsignedWide { unsigned int x_2_1_1; unsigned int x_2_1_2; } x2; unsigned int x3; })arg1; + +- (struct DockState { int x1; struct UnsignedWide { unsigned int x_2_1_1; unsigned int x_2_1_2; } x2; struct UnsignedWide { unsigned int x_3_1_1; unsigned int x_3_1_2; } x3; unsigned long long x4; unsigned char x5[6]; unsigned long long x6; unsigned char x7; unsigned long long x8; unsigned long long x9; bool x10; bool x11; double x12; double x13; bool x14; bool x15; id x16; /* Warning: Unrecognized filer type: '?' using 'void*' */ void*x17; void*x18; bool x19; unsigned int x20; unsigned int x21; })dockStateValue; +- (struct IOAccVoltageDetectEventReportEx { struct IOAccVoltageDetectEventReport { unsigned int x_1_1_1; struct UnsignedWide { unsigned int x_2_2_1; unsigned int x_2_2_2; } x_1_1_2; unsigned char x_1_1_3; unsigned char x_1_1_4; unsigned char x_1_1_5[6]; unsigned char x_1_1_6[6]; unsigned char x_1_1_7[6]; unsigned short x_1_1_8[6]; unsigned char x_1_1_9; unsigned char x_1_1_10; unsigned int x_1_1_11; unsigned char x_1_1_12; unsigned char x_1_1_13; unsigned char x_1_1_14; unsigned long long x_1_1_15; } x1; struct UnsignedWide { unsigned int x_2_1_1; unsigned int x_2_1_2; } x2; unsigned int x3; })eventReportExValue; + // Image: /System/Library/PrivateFrameworks/LinkPresentation.framework/LinkPresentation + (id)_lp_valueWithCGRect:(struct CGRect { struct CGPoint { float x_1_1_1; float x_1_1_2; } x1; struct CGSize { float x_2_1_1; float x_2_1_2; } x2; })arg1; @@ -263,6 +271,14 @@ - (struct CLLocationCoordinate2D { double x1; double x2; })CLLocationCoordinate2DValue; - (struct { struct CLLocationCoordinate2D { double x_1_1_1; double x_1_1_2; } x1; struct { double x_2_1_1; double x_2_1_2; } x2; })MKCoordinateRegionValue; +// Image: /System/Library/PrivateFrameworks/TVMLKit.framework/TVMLKit + ++ (id)tv_valueWithCellMetrics:(struct TVCellMetrics { struct CGSize { float x_1_1_1; float x_1_1_2; } x1; struct UIEdgeInsets { float x_2_1_1; float x_2_1_2; float x_2_1_3; float x_2_1_4; } x2; struct UIEdgeInsets { float x_3_1_1; float x_3_1_2; float x_3_1_3; float x_3_1_4; } x3; struct UIEdgeInsets { float x_4_1_1; float x_4_1_2; float x_4_1_3; float x_4_1_4; } x4; struct UIEdgeInsets { float x_5_1_1; float x_5_1_2; float x_5_1_3; float x_5_1_4; } x5; })arg1; ++ (id)tv_valueWithRowMetrics:(struct TVRowMetrics { int x1; float x2; struct { float x_3_1_1; float x_3_1_2; } x3; struct { float x_4_1_1; float x_4_1_2; } x4; struct { float x_5_1_1; float x_5_1_2; } x5; struct { float x_6_1_1; float x_6_1_2; } x6; })arg1; + +- (struct TVCellMetrics { struct CGSize { float x_1_1_1; float x_1_1_2; } x1; struct UIEdgeInsets { float x_2_1_1; float x_2_1_2; float x_2_1_3; float x_2_1_4; } x2; struct UIEdgeInsets { float x_3_1_1; float x_3_1_2; float x_3_1_3; float x_3_1_4; } x3; struct UIEdgeInsets { float x_4_1_1; float x_4_1_2; float x_4_1_3; float x_4_1_4; } x4; struct UIEdgeInsets { float x_5_1_1; float x_5_1_2; float x_5_1_3; float x_5_1_4; } x5; })tv_cellMetricsValue; +- (struct TVRowMetrics { int x1; float x2; struct { float x_3_1_1; float x_3_1_2; } x3; struct { float x_4_1_1; float x_4_1_2; } x4; struct { float x_5_1_1; float x_5_1_2; } x5; struct { float x_6_1_1; float x_6_1_2; } x6; })tv_rowMetricsValue; + // Image: /System/Library/PrivateFrameworks/WebKitLegacy.framework/WebKitLegacy + (id)_web_valueWithCGRect:(struct CGRect { struct CGPoint { float x_1_1_1; float x_1_1_2; } x1; struct CGSize { float x_2_1_1; float x_2_1_2; } x2; })arg1; @@ -274,10 +290,4 @@ - (id)mixedObjectWithFraction:(float)arg1 ofObject:(id)arg2; - (int)mixingTypeWithObject:(id)arg1 context:(id)arg2; -// Image: /usr/lib/libIOAccessoryManager.dylib - -+ (id)valueWithDockState:(struct DockState { int x1; struct UnsignedWide { unsigned int x_2_1_1; unsigned int x_2_1_2; } x2; struct UnsignedWide { unsigned int x_3_1_1; unsigned int x_3_1_2; } x3; unsigned long long x4; unsigned char x5[6]; bool x6; bool x7; double x8; double x9; bool x10; bool x11; })arg1; - -- (struct DockState { int x1; struct UnsignedWide { unsigned int x_2_1_1; unsigned int x_2_1_2; } x2; struct UnsignedWide { unsigned int x_3_1_1; unsigned int x_3_1_2; } x3; unsigned long long x4; unsigned char x5[6]; bool x6; bool x7; double x8; double x9; bool x10; bool x11; })dockStateValue; - @end diff --git a/Frameworks/Foundation.framework/NSXPCConnection.h b/Frameworks/Foundation.framework/NSXPCConnection.h index 879b6131d4..6fb934320a 100644 --- a/Frameworks/Foundation.framework/NSXPCConnection.h +++ b/Frameworks/Foundation.framework/NSXPCConnection.h @@ -154,6 +154,10 @@ - (id)initCellularPlanDatabaseClient; - (id)initVinylTestClient; +// Image: /System/Library/PrivateFrameworks/CoreSuggestionsInternals.framework/CoreSuggestionsInternals + +- (id)sgd_clientName; + // Image: /System/Library/PrivateFrameworks/Pegasus.framework/Pegasus - (id)PG_remoteObjectProxyWithDebugMethodAndPointerProem:(id)arg1; diff --git a/Frameworks/GLKit.framework/GLKTextureInfo.h b/Frameworks/GLKit.framework/GLKTextureInfo.h index 7888c37a43..c64f074a57 100644 --- a/Frameworks/GLKit.framework/GLKTextureInfo.h +++ b/Frameworks/GLKit.framework/GLKTextureInfo.h @@ -8,6 +8,7 @@ BOOL containsMipmaps; unsigned int depth; unsigned int height; + BOOL lossyCompressedSource; unsigned int mimapLevelCount; unsigned int name; unsigned int target; @@ -36,6 +37,7 @@ - (unsigned int)height; - (id)initWithTexture:(id)arg1 textureName:(unsigned int)arg2; - (id)initWithTextureTXR:(id)arg1 textureName:(unsigned int)arg2; +- (BOOL)lossyCompressedSource; - (unsigned int)mimapLevelCount; - (unsigned int)name; - (unsigned int)target; diff --git a/Frameworks/GLKit.framework/GLKTextureLoader.h b/Frameworks/GLKit.framework/GLKTextureLoader.h index 4026375e6e..b6d2d9e48f 100644 --- a/Frameworks/GLKit.framework/GLKTextureLoader.h +++ b/Frameworks/GLKit.framework/GLKTextureLoader.h @@ -5,10 +5,14 @@ @interface GLKTextureLoader : NSObject { EAGLContext * _glContext; NSLock * _nsLock; + BOOL _supportsASTC_LDR; + BOOL _supportsETC2; } @property (retain) EAGLContext *glContext; @property (retain) NSLock *nsLock; +@property BOOL supportsASTC_LDR; +@property BOOL supportsETC2; + (id)_textureWithTexture:(id)arg1 error:(id*)arg2; + (id)_textureWithTextureTXR:(id)arg1 error:(id*)arg2; @@ -38,6 +42,10 @@ - (id)nsLock; - (void)setGlContext:(id)arg1; - (void)setNsLock:(id)arg1; +- (void)setSupportsASTC_LDR:(BOOL)arg1; +- (void)setSupportsETC2:(BOOL)arg1; +- (BOOL)supportsASTC_LDR; +- (BOOL)supportsETC2; - (void)textureWithCGImage:(struct CGImage { }*)arg1 options:(id)arg2 queue:(id)arg3 completionHandler:(id /* block */)arg4; - (void)textureWithContentsOfData:(id)arg1 options:(id)arg2 queue:(id)arg3 completionHandler:(id /* block */)arg4; - (void)textureWithContentsOfFile:(id)arg1 options:(id)arg2 queue:(id)arg3 completionHandler:(id /* block */)arg4; diff --git a/Frameworks/GLKit.framework/GLKTextureTXR.h b/Frameworks/GLKit.framework/GLKTextureTXR.h index 552145b2d1..69b9c2e306 100644 --- a/Frameworks/GLKit.framework/GLKTextureTXR.h +++ b/Frameworks/GLKit.framework/GLKTextureTXR.h @@ -3,60 +3,53 @@ */ @interface GLKTextureTXR : NSObject { + unsigned int _API; unsigned int _GLTextureName; unsigned int _arrayLength; unsigned int _depth; - unsigned int _format; BOOL _hasAlpha; unsigned int _height; - unsigned int _internalFormat; NSString * _label; unsigned int _loadTarget; + BOOL _lossyCompressedSource; unsigned int _mipmapLevelCount; unsigned int _target; TXRTexture * _texture; - unsigned int _type; unsigned int _width; } @property (nonatomic) unsigned int GLTextureName; @property (nonatomic) unsigned int arrayLength; @property (nonatomic) unsigned int depth; -@property (nonatomic) unsigned int format; @property (nonatomic) BOOL hasAlpha; @property (nonatomic) unsigned int height; -@property (nonatomic) unsigned int internalFormat; @property (nonatomic, copy) NSString *label; +@property (nonatomic) BOOL lossyCompressedSource; @property (nonatomic) unsigned int mipmapLevelCount; @property (nonatomic) unsigned int target; -@property (nonatomic) unsigned int type; @property (nonatomic) unsigned int width; - (unsigned int)GLTextureName; - (unsigned int)arrayLength; - (void)dealloc; - (unsigned int)depth; -- (unsigned int)format; - (BOOL)hasAlpha; - (unsigned int)height; -- (id)initWithTexture:(id)arg1 options:(id)arg2 error:(id*)arg3; -- (unsigned int)internalFormat; +- (id)initWithTexture:(id)arg1 API:(unsigned int)arg2 options:(id)arg3 error:(id*)arg4; - (id)label; +- (BOOL)lossyCompressedSource; - (unsigned int)mipmapLevelCount; - (void)setArrayLength:(unsigned int)arg1; - (void)setDepth:(unsigned int)arg1; -- (void)setFormat:(unsigned int)arg1; - (void)setGLTextureName:(unsigned int)arg1; - (void)setHasAlpha:(BOOL)arg1; - (void)setHeight:(unsigned int)arg1; -- (void)setInternalFormat:(unsigned int)arg1; - (void)setLabel:(id)arg1; +- (void)setLossyCompressedSource:(BOOL)arg1; - (void)setMipmapLevelCount:(unsigned int)arg1; - (void)setTarget:(unsigned int)arg1; -- (void)setType:(unsigned int)arg1; - (void)setWidth:(unsigned int)arg1; - (unsigned int)target; -- (unsigned int)type; - (BOOL)uploadToGLTexture:(unsigned int)arg1 error:(id*)arg2; - (unsigned int)width; diff --git a/Frameworks/GLKit.framework/GLKView.h b/Frameworks/GLKit.framework/GLKView.h index d7ac1da3bd..149444812d 100644 --- a/Frameworks/GLKit.framework/GLKView.h +++ b/Frameworks/GLKit.framework/GLKView.h @@ -65,12 +65,13 @@ - (BOOL)_canDrawContent; - (BOOL)_controlsOwnScaleFactor; - (void)_createFramebuffer; +- (void)_createFramebuffer:(int*)arg1; - (void)_deleteFramebuffer; - (void)_display:(BOOL)arg1; - (void)_initCommon; - (BOOL)_presentFramebuffer; - (void)_resolveAndDiscard; -- (void)_setFramebuffer:(BOOL*)arg1; +- (void)_setFramebuffer:(int*)arg1; - (void)bindDrawable; - (id)context; - (void)dealloc; diff --git a/Frameworks/GameplayKit.framework/GKAbsoluteValueNoiseModifier.h b/Frameworks/GameplayKit.framework/GKAbsoluteValueNoiseModifier.h new file mode 100644 index 0000000000..6876eec0ff --- /dev/null +++ b/Frameworks/GameplayKit.framework/GKAbsoluteValueNoiseModifier.h @@ -0,0 +1,12 @@ +/* Generated by RuntimeBrowser + Image: /System/Library/Frameworks/GameplayKit.framework/GameplayKit + */ + +@interface GKAbsoluteValueNoiseModifier : GKNoiseModifier + +- (id)cloneModule; +- (id)init; +- (int)requiredInputModuleCount; +- (double)valueAt; + +@end diff --git a/Frameworks/GameplayKit.framework/GKAddNoiseModifier.h b/Frameworks/GameplayKit.framework/GKAddNoiseModifier.h new file mode 100644 index 0000000000..95e1a9966a --- /dev/null +++ b/Frameworks/GameplayKit.framework/GKAddNoiseModifier.h @@ -0,0 +1,12 @@ +/* Generated by RuntimeBrowser + Image: /System/Library/Frameworks/GameplayKit.framework/GameplayKit + */ + +@interface GKAddNoiseModifier : GKNoiseModifier + +- (id)cloneModule; +- (id)init; +- (int)requiredInputModuleCount; +- (double)valueAt; + +@end diff --git a/Frameworks/GameplayKit.framework/GKBillowNoiseSource.h b/Frameworks/GameplayKit.framework/GKBillowNoiseSource.h index d869dfcfc3..f036707ca4 100644 --- a/Frameworks/GameplayKit.framework/GKBillowNoiseSource.h +++ b/Frameworks/GameplayKit.framework/GKBillowNoiseSource.h @@ -10,10 +10,11 @@ + (id)billowNoiseSourceWithFrequency:(double)arg1 octaveCount:(int)arg2 persistence:(double)arg3 lacunarity:(double)arg4 seed:(int)arg5; -- (struct Module { int (**x1)(); struct Module {} **x2; }*)__newModule; +- (id)cloneModule; - (id)init; - (id)initWithFrequency:(double)arg1 octaveCount:(int)arg2 persistence:(double)arg3 lacunarity:(double)arg4 seed:(int)arg5; - (double)persistence; - (void)setPersistence:(double)arg1; +- (double)valueAt; @end diff --git a/Frameworks/GameplayKit.framework/GKBlendNoiseModifier.h b/Frameworks/GameplayKit.framework/GKBlendNoiseModifier.h new file mode 100644 index 0000000000..1cb6a99c35 --- /dev/null +++ b/Frameworks/GameplayKit.framework/GKBlendNoiseModifier.h @@ -0,0 +1,18 @@ +/* Generated by RuntimeBrowser + Image: /System/Library/Frameworks/GameplayKit.framework/GameplayKit + */ + +@interface GKBlendNoiseModifier : GKNoiseModifier { + double _blendDistance; + double _lowerBound; + double _upperBound; +} + +- (id)cloneModule; +- (id)init; +- (id)initWithInputModuleCount:(unsigned int)arg1; +- (id)initWithSelectionRangeLowerBound:(double)arg1 selectionRangeUpperBound:(double)arg2 selectionBoundaryBlendDistance:(double)arg3; +- (int)requiredInputModuleCount; +- (double)valueAt; + +@end diff --git a/Frameworks/GameplayKit.framework/GKCheckerboardNoiseSource.h b/Frameworks/GameplayKit.framework/GKCheckerboardNoiseSource.h index e165fc8e15..90783b49de 100644 --- a/Frameworks/GameplayKit.framework/GKCheckerboardNoiseSource.h +++ b/Frameworks/GameplayKit.framework/GKCheckerboardNoiseSource.h @@ -10,10 +10,11 @@ + (id)checkerboardNoiseWithSquareSize:(double)arg1; -- (struct Module { int (**x1)(); struct Module {} **x2; }*)__newModule; +- (id)cloneModule; - (id)init; - (id)initWithSquareSize:(double)arg1; - (void)setSquareSize:(double)arg1; - (double)squareSize; +- (double)valueAt; @end diff --git a/Frameworks/GameplayKit.framework/GKClampNoiseModifier.h b/Frameworks/GameplayKit.framework/GKClampNoiseModifier.h new file mode 100644 index 0000000000..0f85ec3197 --- /dev/null +++ b/Frameworks/GameplayKit.framework/GKClampNoiseModifier.h @@ -0,0 +1,17 @@ +/* Generated by RuntimeBrowser + Image: /System/Library/Frameworks/GameplayKit.framework/GameplayKit + */ + +@interface GKClampNoiseModifier : GKNoiseModifier { + double _lowerBound; + double _upperBound; +} + +- (id)cloneModule; +- (id)init; +- (id)initWithInputModuleCount:(unsigned int)arg1; +- (id)initWithLowerBound:(double)arg1 upperBound:(double)arg2; +- (int)requiredInputModuleCount; +- (double)valueAt; + +@end diff --git a/Frameworks/GameplayKit.framework/GKCoherentNoiseSource.h b/Frameworks/GameplayKit.framework/GKCoherentNoiseSource.h index e85dadce58..36f4c8dea6 100644 --- a/Frameworks/GameplayKit.framework/GKCoherentNoiseSource.h +++ b/Frameworks/GameplayKit.framework/GKCoherentNoiseSource.h @@ -14,7 +14,7 @@ @property (nonatomic) int octaveCount; @property (nonatomic) int seed; -- (struct Module { int (**x1)(); struct Module {} **x2; }*)__newModule; +- (id)cloneModule; - (double)frequency; - (double)lacunarity; - (int)octaveCount; @@ -23,5 +23,6 @@ - (void)setLacunarity:(double)arg1; - (void)setOctaveCount:(int)arg1; - (void)setSeed:(int)arg1; +- (double)valueAt; @end diff --git a/Frameworks/GameplayKit.framework/GKConstantNoiseSource.h b/Frameworks/GameplayKit.framework/GKConstantNoiseSource.h index 547b3be40c..43a120d998 100644 --- a/Frameworks/GameplayKit.framework/GKConstantNoiseSource.h +++ b/Frameworks/GameplayKit.framework/GKConstantNoiseSource.h @@ -10,10 +10,11 @@ + (id)constantNoiseWithValue:(double)arg1; -- (struct Module { int (**x1)(); struct Module {} **x2; }*)__newModule; +- (id)cloneModule; - (id)init; - (id)initWithValue:(double)arg1; - (void)setValue:(double)arg1; - (double)value; +- (double)valueAt; @end diff --git a/Frameworks/GameplayKit.framework/GKConstantPowerNoiseModifier.h b/Frameworks/GameplayKit.framework/GKConstantPowerNoiseModifier.h new file mode 100644 index 0000000000..6b8fa8a907 --- /dev/null +++ b/Frameworks/GameplayKit.framework/GKConstantPowerNoiseModifier.h @@ -0,0 +1,16 @@ +/* Generated by RuntimeBrowser + Image: /System/Library/Frameworks/GameplayKit.framework/GameplayKit + */ + +@interface GKConstantPowerNoiseModifier : GKNoiseModifier { + double _power; +} + +- (id)cloneModule; +- (id)init; +- (id)initWithConstantPower:(double)arg1; +- (id)initWithInputModuleCount:(unsigned int)arg1; +- (int)requiredInputModuleCount; +- (double)valueAt; + +@end diff --git a/Frameworks/GameplayKit.framework/GKCurveNoiseModifier.h b/Frameworks/GameplayKit.framework/GKCurveNoiseModifier.h new file mode 100644 index 0000000000..2ba1830147 --- /dev/null +++ b/Frameworks/GameplayKit.framework/GKCurveNoiseModifier.h @@ -0,0 +1,19 @@ +/* Generated by RuntimeBrowser + Image: /System/Library/Frameworks/GameplayKit.framework/GameplayKit + */ + +@interface GKCurveNoiseModifier : GKNoiseModifier { + double * _controlPoints; + int _count; + double * _parameters; +} + +- (id)cloneModule; +- (void)dealloc; +- (id)init; +- (id)initWithControlPoints:(id)arg1; +- (id)initWithInputModuleCount:(unsigned int)arg1; +- (int)requiredInputModuleCount; +- (double)valueAt; + +@end diff --git a/Frameworks/GameplayKit.framework/GKCylindersNoiseSource.h b/Frameworks/GameplayKit.framework/GKCylindersNoiseSource.h index 700dc8d4f9..84be304557 100644 --- a/Frameworks/GameplayKit.framework/GKCylindersNoiseSource.h +++ b/Frameworks/GameplayKit.framework/GKCylindersNoiseSource.h @@ -10,10 +10,11 @@ + (id)cylindersNoiseWithFrequency:(double)arg1; -- (struct Module { int (**x1)(); struct Module {} **x2; }*)__newModule; +- (id)cloneModule; - (double)frequency; - (id)init; - (id)initWithFrequency:(double)arg1; - (void)setFrequency:(double)arg1; +- (double)valueAt; @end diff --git a/Frameworks/GameplayKit.framework/GKDecisionTree.h b/Frameworks/GameplayKit.framework/GKDecisionTree.h index bd78e9276e..b80da0d899 100644 --- a/Frameworks/GameplayKit.framework/GKDecisionTree.h +++ b/Frameworks/GameplayKit.framework/GKDecisionTree.h @@ -6,7 +6,6 @@ struct GKCDecisionTree { struct GKCDecisionNode {} *x1; struct GKCDecisionNode {} *x2; } * _decisionTree; GKRandomSource * _randomSource; GKDecisionNode * _rootNode; - NSArray * forest; } @property (nonatomic, copy) GKRandomSource *randomSource; @@ -19,7 +18,6 @@ - (id)description; - (void)encodeWithCoder:(id)arg1; - (id)findActionForAnswers:(id)arg1; -- (void)generateForestFromExamples:(id)arg1 andAttributes:(id)arg2; - (id)init; - (id)initWithAttribute:(id)arg1; - (id)initWithCoder:(id)arg1; diff --git a/Frameworks/GameplayKit.framework/GKDisplaceNoiseModifier.h b/Frameworks/GameplayKit.framework/GKDisplaceNoiseModifier.h new file mode 100644 index 0000000000..c5ced0d5a4 --- /dev/null +++ b/Frameworks/GameplayKit.framework/GKDisplaceNoiseModifier.h @@ -0,0 +1,12 @@ +/* Generated by RuntimeBrowser + Image: /System/Library/Frameworks/GameplayKit.framework/GameplayKit + */ + +@interface GKDisplaceNoiseModifier : GKNoiseModifier + +- (id)cloneModule; +- (id)init; +- (int)requiredInputModuleCount; +- (double)valueAt; + +@end diff --git a/Frameworks/GameplayKit.framework/GKInvertNoiseModifier.h b/Frameworks/GameplayKit.framework/GKInvertNoiseModifier.h new file mode 100644 index 0000000000..e3434fc9fc --- /dev/null +++ b/Frameworks/GameplayKit.framework/GKInvertNoiseModifier.h @@ -0,0 +1,12 @@ +/* Generated by RuntimeBrowser + Image: /System/Library/Frameworks/GameplayKit.framework/GameplayKit + */ + +@interface GKInvertNoiseModifier : GKNoiseModifier + +- (id)cloneModule; +- (id)init; +- (int)requiredInputModuleCount; +- (double)valueAt; + +@end diff --git a/Frameworks/GameplayKit.framework/GKMaximumNoiseModifier.h b/Frameworks/GameplayKit.framework/GKMaximumNoiseModifier.h new file mode 100644 index 0000000000..6aaf942871 --- /dev/null +++ b/Frameworks/GameplayKit.framework/GKMaximumNoiseModifier.h @@ -0,0 +1,12 @@ +/* Generated by RuntimeBrowser + Image: /System/Library/Frameworks/GameplayKit.framework/GameplayKit + */ + +@interface GKMaximumNoiseModifier : GKNoiseModifier + +- (id)cloneModule; +- (id)init; +- (int)requiredInputModuleCount; +- (double)valueAt; + +@end diff --git a/Frameworks/GameplayKit.framework/GKMinimumNoiseModifier.h b/Frameworks/GameplayKit.framework/GKMinimumNoiseModifier.h new file mode 100644 index 0000000000..b2ee0523c9 --- /dev/null +++ b/Frameworks/GameplayKit.framework/GKMinimumNoiseModifier.h @@ -0,0 +1,12 @@ +/* Generated by RuntimeBrowser + Image: /System/Library/Frameworks/GameplayKit.framework/GameplayKit + */ + +@interface GKMinimumNoiseModifier : GKNoiseModifier + +- (id)cloneModule; +- (id)init; +- (int)requiredInputModuleCount; +- (double)valueAt; + +@end diff --git a/Frameworks/GameplayKit.framework/GKMonteCarloStrategist.h b/Frameworks/GameplayKit.framework/GKMonteCarloStrategist.h index 1d63bb937e..3beee81ac1 100644 --- a/Frameworks/GameplayKit.framework/GKMonteCarloStrategist.h +++ b/Frameworks/GameplayKit.framework/GKMonteCarloStrategist.h @@ -27,6 +27,5 @@ - (void)setGameModel:(id)arg1; - (void)setRandomSource:(id)arg1; - (BOOL)validateGameModel:(id)arg1; -- (BOOL)validateRandomSource; @end diff --git a/Frameworks/GameplayKit.framework/GKMoveNoiseModifier.h b/Frameworks/GameplayKit.framework/GKMoveNoiseModifier.h new file mode 100644 index 0000000000..0f31140b63 --- /dev/null +++ b/Frameworks/GameplayKit.framework/GKMoveNoiseModifier.h @@ -0,0 +1,16 @@ +/* Generated by RuntimeBrowser + Image: /System/Library/Frameworks/GameplayKit.framework/GameplayKit + */ + +@interface GKMoveNoiseModifier : GKNoiseModifier { + void _delta; +} + +- (id)cloneModule; +- (id)init; +- (id)initWithDelta; +- (id)initWithInputModuleCount:(unsigned int)arg1; +- (int)requiredInputModuleCount; +- (double)valueAt; + +@end diff --git a/Frameworks/GameplayKit.framework/GKMultiplyNoiseModifier.h b/Frameworks/GameplayKit.framework/GKMultiplyNoiseModifier.h new file mode 100644 index 0000000000..b1af200326 --- /dev/null +++ b/Frameworks/GameplayKit.framework/GKMultiplyNoiseModifier.h @@ -0,0 +1,12 @@ +/* Generated by RuntimeBrowser + Image: /System/Library/Frameworks/GameplayKit.framework/GameplayKit + */ + +@interface GKMultiplyNoiseModifier : GKNoiseModifier + +- (id)cloneModule; +- (id)init; +- (int)requiredInputModuleCount; +- (double)valueAt; + +@end diff --git a/Frameworks/GameplayKit.framework/GKNoise.h b/Frameworks/GameplayKit.framework/GKNoise.h index 0981d10714..6dfd464ffa 100644 --- a/Frameworks/GameplayKit.framework/GKNoise.h +++ b/Frameworks/GameplayKit.framework/GKNoise.h @@ -4,13 +4,7 @@ @interface GKNoise : NSObject { NSDictionary * _gradientColors; - struct vector > { - struct Module {} **__begin_; - struct Module {} **__end_; - struct __compressed_pair > { - struct Module {} **__first_; - } __end_cap_; - } _modules; + NSMutableArray * _modules; } @property (nonatomic, copy) NSDictionary *gradientColors; @@ -20,19 +14,18 @@ + (id)noiseWithNoiseSource:(id)arg1; + (id)noiseWithNoiseSource:(id)arg1 gradientColors:(id)arg2; -- (id).cxx_construct; - (void).cxx_destruct; - (void)__blendWithNoise:(id)arg1 selectionNoise:(id)arg2 selectionRangeLowerBound:(double)arg3 selectionRangeUpperBound:(double)arg4 selectionBoundaryBlendDistance:(double)arg5; -- (struct vector > { struct Module {} **x1; struct Module {} **x2; struct __compressed_pair > { struct Module {} **x_3_1_1; } x3; }*)__modules; +- (id)__modules; - (void)addWithNoise:(id)arg1; - (void)applyAbsoluteValue; - (void)applyTurbulenceWithFrequency:(double)arg1 power:(double)arg2 roughness:(int)arg3 seed:(int)arg4; -- (void)cacheBinaryModule:(struct Module { int (**x1)(); struct Module {} **x2; }*)arg1 rhsNoise:(id)arg2; -- (void)cacheQuaternaryModule:(struct Module { int (**x1)(); struct Module {} **x2; }*)arg1 xDisplacementNoise:(id)arg2 yDisplacementNoise:(id)arg3 zDisplacementNoise:(id)arg4; -- (void)cacheTernaryModule:(struct Module { int (**x1)(); struct Module {} **x2; }*)arg1 rhsNoise:(id)arg2 selectionNoise:(id)arg3; -- (void)cacheUnaryModule:(struct Module { int (**x1)(); struct Module {} **x2; }*)arg1; +- (void)cacheBinaryModule:(id)arg1 rhsNoise:(id)arg2; +- (void)cacheQuaternaryModule:(id)arg1 xDisplacementNoise:(id)arg2 yDisplacementNoise:(id)arg3 zDisplacementNoise:(id)arg4; +- (void)cacheTernaryModule:(id)arg1 rhsNoise:(id)arg2 selectionNoise:(id)arg3; +- (void)cacheUnaryModule:(id)arg1; - (void)clampWithLowerBound:(double)arg1 upperBound:(double)arg2; -- (const struct Module { int (**x1)(); struct Module {} **x2; }*)cloneRecursive:(const struct Module { int (**x1)(); struct Module {} **x2; }*)arg1; +- (id)cloneRecursive:(id)arg1; - (void)dealloc; - (void)displaceXWithNoise:(id)arg1 yWithNoise:(id)arg2 zWithNoise:(id)arg3; - (id)gradientColors; diff --git a/Frameworks/GameplayKit.framework/GKNoiseMap.h b/Frameworks/GameplayKit.framework/GKNoiseMap.h index 5942827aff..6c9cca6f8a 100644 --- a/Frameworks/GameplayKit.framework/GKNoiseMap.h +++ b/Frameworks/GameplayKit.framework/GKNoiseMap.h @@ -4,21 +4,14 @@ @interface GKNoiseMap : NSObject { NSDictionary * _gradientColors; - struct NoiseMap { - float m_borderValue; - int m_height; - unsigned int m_memUsed; - float *m_pNoiseMap; - int m_stride; - int m_width; - } _map; + float * _map; void _origin; void _sampleCount; BOOL _seamless; void _size; } -@property (nonatomic, readonly, copy) NSDictionary *gradientColors; +@property (nonatomic, copy) NSDictionary *gradientColors; @property (nonatomic, readonly) void origin; @property (nonatomic, readonly) void sampleCount; @property (getter=isSeamless, nonatomic, readonly) BOOL seamless; @@ -27,17 +20,19 @@ + (id)noiseMapWithNoise:(id)arg1; + (id)noiseMapWithNoise:(void *)arg1 size:(void *)arg2 origin:(void *)arg3 sampleCount:(void *)arg4 seamless:(void *)arg5; // needs 5 arg types, found 2: id, BOOL -- (id).cxx_construct; - (void).cxx_destruct; - (id)__colorData; +- (void)dealloc; - (id)gradientColors; - (id)init; - (id)initWithNoise:(id)arg1; - (id)initWithNoise:(void *)arg1 size:(void *)arg2 origin:(void *)arg3 sampleCount:(void *)arg4 seamless:(void *)arg5; // needs 5 arg types, found 2: id, BOOL - (float)interpolatedValueAtPosition; - (BOOL)isSeamless; +- (int)mapIndexX:(int)arg1 y:(int)arg2; - (void)origin; - (void)sampleCount; +- (void)setGradientColors:(id)arg1; - (void)setValue:(void *)arg1 atPosition:(void *)arg2; // needs 2 arg types, found 1: float - (void)size; - (float)valueAtPosition; diff --git a/Frameworks/GameplayKit.framework/GKNoiseModifier.h b/Frameworks/GameplayKit.framework/GKNoiseModifier.h new file mode 100644 index 0000000000..985eba8038 --- /dev/null +++ b/Frameworks/GameplayKit.framework/GKNoiseModifier.h @@ -0,0 +1,23 @@ +/* Generated by RuntimeBrowser + Image: /System/Library/Frameworks/GameplayKit.framework/GameplayKit + */ + +@interface GKNoiseModifier : NSObject { + NSMutableArray * _inputModules; +} + +@property (readonly, copy) NSString *debugDescription; +@property (readonly, copy) NSString *description; +@property (readonly) unsigned int hash; +@property (readonly) Class superclass; + +- (void).cxx_destruct; +- (id)cloneModule; +- (id)init; +- (id)initWithInputModuleCount:(unsigned int)arg1; +- (id)inputModuleAtIndex:(int)arg1; +- (int)requiredInputModuleCount; +- (void)setInputModule:(id)arg1 atIndex:(int)arg2; +- (double)valueAt; + +@end diff --git a/Frameworks/GameplayKit.framework/GKNoiseSource.h b/Frameworks/GameplayKit.framework/GKNoiseSource.h index eb79bcc128..57d5eb4440 100644 --- a/Frameworks/GameplayKit.framework/GKNoiseSource.h +++ b/Frameworks/GameplayKit.framework/GKNoiseSource.h @@ -4,6 +4,10 @@ @interface GKNoiseSource : NSObject -- (struct Module { int (**x1)(); struct Module {} **x2; }*)__newModule; +- (id)cloneModule; +- (id)inputModuleAtIndex:(int)arg1; +- (int)requiredInputModuleCount; +- (void)setInputModule:(id)arg1 atIndex:(int)arg2; +- (double)valueAt; @end diff --git a/Frameworks/GameplayKit.framework/GKNoiseSourceUtils.h b/Frameworks/GameplayKit.framework/GKNoiseSourceUtils.h new file mode 100644 index 0000000000..b1c29aeb83 --- /dev/null +++ b/Frameworks/GameplayKit.framework/GKNoiseSourceUtils.h @@ -0,0 +1,9 @@ +/* Generated by RuntimeBrowser + Image: /System/Library/Frameworks/GameplayKit.framework/GameplayKit + */ + +@interface GKNoiseSourceUtils : NSObject + ++ (double)radialLerpValueForDistanceToOrigin:(double)arg1 frequency:(double)arg2; + +@end diff --git a/Frameworks/GameplayKit.framework/GKPerlinNoiseSource.h b/Frameworks/GameplayKit.framework/GKPerlinNoiseSource.h index c69e788ce0..d198fb077e 100644 --- a/Frameworks/GameplayKit.framework/GKPerlinNoiseSource.h +++ b/Frameworks/GameplayKit.framework/GKPerlinNoiseSource.h @@ -10,10 +10,11 @@ + (id)perlinNoiseSourceWithFrequency:(double)arg1 octaveCount:(int)arg2 persistence:(double)arg3 lacunarity:(double)arg4 seed:(int)arg5; -- (struct Module { int (**x1)(); struct Module {} **x2; }*)__newModule; +- (id)cloneModule; - (id)init; - (id)initWithFrequency:(double)arg1 octaveCount:(int)arg2 persistence:(double)arg3 lacunarity:(double)arg4 seed:(int)arg5; - (double)persistence; - (void)setPersistence:(double)arg1; +- (double)valueAt; @end diff --git a/Frameworks/GameplayKit.framework/GKPowerNoiseModifier.h b/Frameworks/GameplayKit.framework/GKPowerNoiseModifier.h new file mode 100644 index 0000000000..207844d33f --- /dev/null +++ b/Frameworks/GameplayKit.framework/GKPowerNoiseModifier.h @@ -0,0 +1,12 @@ +/* Generated by RuntimeBrowser + Image: /System/Library/Frameworks/GameplayKit.framework/GameplayKit + */ + +@interface GKPowerNoiseModifier : GKNoiseModifier + +- (id)cloneModule; +- (id)init; +- (int)requiredInputModuleCount; +- (double)valueAt; + +@end diff --git a/Frameworks/GameplayKit.framework/GKRidgedNoiseSource.h b/Frameworks/GameplayKit.framework/GKRidgedNoiseSource.h index 666ce946de..bd1cb51cef 100644 --- a/Frameworks/GameplayKit.framework/GKRidgedNoiseSource.h +++ b/Frameworks/GameplayKit.framework/GKRidgedNoiseSource.h @@ -2,12 +2,15 @@ Image: /System/Library/Frameworks/GameplayKit.framework/GameplayKit */ -@interface GKRidgedNoiseSource : GKCoherentNoiseSource +@interface GKRidgedNoiseSource : GKCoherentNoiseSource { + double m_weights; +} + (id)ridgedNoiseSourceWithFrequency:(double)arg1 octaveCount:(int)arg2 lacunarity:(double)arg3 seed:(int)arg4; -- (struct Module { int (**x1)(); struct Module {} **x2; }*)__newModule; +- (id)cloneModule; - (id)init; - (id)initWithFrequency:(double)arg1 octaveCount:(int)arg2 lacunarity:(double)arg3 seed:(int)arg4; +- (double)valueAt; @end diff --git a/Frameworks/GameplayKit.framework/GKRotateNoiseModifier.h b/Frameworks/GameplayKit.framework/GKRotateNoiseModifier.h new file mode 100644 index 0000000000..7d42425e74 --- /dev/null +++ b/Frameworks/GameplayKit.framework/GKRotateNoiseModifier.h @@ -0,0 +1,16 @@ +/* Generated by RuntimeBrowser + Image: /System/Library/Frameworks/GameplayKit.framework/GameplayKit + */ + +@interface GKRotateNoiseModifier : GKNoiseModifier { + void _radians; +} + +- (id)cloneModule; +- (id)init; +- (id)initWithInputModuleCount:(unsigned int)arg1; +- (id)initWithRadians; +- (int)requiredInputModuleCount; +- (double)valueAt; + +@end diff --git a/Frameworks/GameplayKit.framework/GKScaleNoiseModifier.h b/Frameworks/GameplayKit.framework/GKScaleNoiseModifier.h new file mode 100644 index 0000000000..2720906e4b --- /dev/null +++ b/Frameworks/GameplayKit.framework/GKScaleNoiseModifier.h @@ -0,0 +1,16 @@ +/* Generated by RuntimeBrowser + Image: /System/Library/Frameworks/GameplayKit.framework/GameplayKit + */ + +@interface GKScaleNoiseModifier : GKNoiseModifier { + void _factor; +} + +- (id)cloneModule; +- (id)init; +- (id)initWithFactor; +- (id)initWithInputModuleCount:(unsigned int)arg1; +- (int)requiredInputModuleCount; +- (double)valueAt; + +@end diff --git a/Frameworks/GameplayKit.framework/GKSpheresNoiseSource.h b/Frameworks/GameplayKit.framework/GKSpheresNoiseSource.h index 66ca4de7fb..077f5c049d 100644 --- a/Frameworks/GameplayKit.framework/GKSpheresNoiseSource.h +++ b/Frameworks/GameplayKit.framework/GKSpheresNoiseSource.h @@ -10,10 +10,11 @@ + (id)spheresNoiseWithFrequency:(double)arg1; -- (struct Module { int (**x1)(); struct Module {} **x2; }*)__newModule; +- (id)cloneModule; - (double)frequency; - (id)init; - (id)initWithFrequency:(double)arg1; - (void)setFrequency:(double)arg1; +- (double)valueAt; @end diff --git a/Frameworks/GameplayKit.framework/GKTerraceNoiseModifier.h b/Frameworks/GameplayKit.framework/GKTerraceNoiseModifier.h new file mode 100644 index 0000000000..184be00228 --- /dev/null +++ b/Frameworks/GameplayKit.framework/GKTerraceNoiseModifier.h @@ -0,0 +1,19 @@ +/* Generated by RuntimeBrowser + Image: /System/Library/Frameworks/GameplayKit.framework/GameplayKit + */ + +@interface GKTerraceNoiseModifier : GKNoiseModifier { + double * _controlPoints; + int _count; + BOOL _inverted; +} + +- (id)cloneModule; +- (void)dealloc; +- (id)init; +- (id)initWithInputModuleCount:(unsigned int)arg1; +- (id)initWithPeakInputValues:(id)arg1 terracesInverted:(BOOL)arg2; +- (int)requiredInputModuleCount; +- (double)valueAt; + +@end diff --git a/Frameworks/GameplayKit.framework/GKTurbulenceNoiseModifier.h b/Frameworks/GameplayKit.framework/GKTurbulenceNoiseModifier.h new file mode 100644 index 0000000000..f9fc99fa65 --- /dev/null +++ b/Frameworks/GameplayKit.framework/GKTurbulenceNoiseModifier.h @@ -0,0 +1,22 @@ +/* Generated by RuntimeBrowser + Image: /System/Library/Frameworks/GameplayKit.framework/GameplayKit + */ + +@interface GKTurbulenceNoiseModifier : GKNoiseModifier { + double _frequency; + GKPerlinNoiseSource * _perlin; + double _power; + double _roughness; + int _seed; +} + +- (void).cxx_destruct; +- (id)cloneModule; +- (void)dealloc; +- (id)init; +- (id)initWithFrequency:(double)arg1 power:(double)arg2 roughness:(double)arg3 seed:(int)arg4; +- (id)initWithInputModuleCount:(unsigned int)arg1; +- (int)requiredInputModuleCount; +- (double)valueAt; + +@end diff --git a/Frameworks/GameplayKit.framework/GKVoronoiNoiseSource.h b/Frameworks/GameplayKit.framework/GKVoronoiNoiseSource.h index ed3e9afe01..4c45dd3319 100644 --- a/Frameworks/GameplayKit.framework/GKVoronoiNoiseSource.h +++ b/Frameworks/GameplayKit.framework/GKVoronoiNoiseSource.h @@ -16,7 +16,7 @@ + (id)voronoiNoiseWithFrequency:(double)arg1 displacement:(double)arg2 distanceEnabled:(BOOL)arg3 seed:(int)arg4; -- (struct Module { int (**x1)(); struct Module {} **x2; }*)__newModule; +- (id)cloneModule; - (double)displacement; - (double)frequency; - (id)init; @@ -27,5 +27,6 @@ - (void)setDistanceEnabled:(BOOL)arg1; - (void)setFrequency:(double)arg1; - (void)setSeed:(int)arg1; +- (double)valueAt; @end diff --git a/Frameworks/HealthKit.framework/HKActivitySummary.h b/Frameworks/HealthKit.framework/HKActivitySummary.h index b6b3ce6329..2dbdaf34d0 100644 --- a/Frameworks/HealthKit.framework/HKActivitySummary.h +++ b/Frameworks/HealthKit.framework/HKActivitySummary.h @@ -118,6 +118,8 @@ // Image: /System/Library/PrivateFrameworks/FitnessFriends.framework/FitnessFriends - (id)_activeEnergyStringWithFont:(id)arg1 smallCapsFont:(id)arg2 color:(id)arg3; +- (BOOL)_isEmptyExerciseSummary; +- (BOOL)_isEmptyMoveSummary; - (id)ff_activeEnergyProgressStringWithContext:(id)arg1; - (id)ff_activeEnergyStringWithContext:(id)arg1; - (id)ff_distanceStringWithContext:(id)arg1; diff --git a/Frameworks/HealthKit.framework/HKExtendedHealthStore.h b/Frameworks/HealthKit.framework/HKExtendedHealthStore.h index 9a190748b9..f8aaeb8f2d 100644 --- a/Frameworks/HealthKit.framework/HKExtendedHealthStore.h +++ b/Frameworks/HealthKit.framework/HKExtendedHealthStore.h @@ -47,6 +47,7 @@ - (void)markAchievementsAlerted:(id)arg1 completion:(id /* block */)arg2; - (void)nextScheduledAchievementDefinitionAlertTaskDateWithCompletion:(id /* block */)arg1; - (id)remoteObjectProxyWithErrorHandler:(id /* block */)arg1; +- (void)resetAchievementDefinitionAlertedStates:(BOOL)arg1 availabilityStates:(BOOL)arg2 completion:(id /* block */)arg3; - (void)runAchievementsFixupAsDryRun:(BOOL)arg1 completion:(id /* block */)arg2; - (id)serverInterface; - (void)setAchievementAssetsServerURL:(id)arg1 completion:(id /* block */)arg2; diff --git a/Frameworks/HealthKit.framework/HKHealthStore.h b/Frameworks/HealthKit.framework/HKHealthStore.h index 8732c77ec8..0c40c931f8 100644 --- a/Frameworks/HealthKit.framework/HKHealthStore.h +++ b/Frameworks/HealthKit.framework/HKHealthStore.h @@ -100,6 +100,7 @@ - (void)_utilityServerProxyWithCompletion:(id /* block */)arg1 errorHandler:(id /* block */)arg2; - (void)_weeklySummaryInfoForDate:(id)arg1 completion:(id /* block */)arg2; - (void)_workoutServerProxyWithCompletion:(id /* block */)arg1 errorHandler:(id /* block */)arg2; +- (void)acceptInviteRequestFromFriendWithUUID:(id)arg1 completion:(id /* block */)arg2; - (void)addHealthServicePairing:(id)arg1 withCompletion:(id /* block */)arg2; - (void)addSamples:(id)arg1 toWorkout:(id)arg2 completion:(id /* block */)arg3; - (void)addSourceWithBundleIdentifier:(id)arg1 name:(id)arg2 completion:(id /* block */)arg3; @@ -107,6 +108,7 @@ - (void)allAuthorizationRecordsForType:(id)arg1 completion:(id /* block */)arg2; - (void)allSourcesWithCompletion:(id /* block */)arg1; - (int)authorizationStatusForType:(id)arg1; +- (void)badgeHealthAppForEmergencyContactsConsolidationWithCompletion:(id /* block */)arg1; - (void)beginAuthorizationDelegateTransactionWithSessionIdentifier:(id)arg1 sourceHandler:(id /* block */)arg2 errorHandler:(id /* block */)arg3; - (id)biologicalSexWithError:(id*)arg1; - (id)bloodTypeWithError:(id*)arg1; @@ -150,10 +152,12 @@ - (void)endWorkoutSession:(id)arg1; - (void)executeQuery:(id)arg1; - (void)fetchAllDevicesWithCompletion:(id /* block */)arg1; +- (void)fetchAllFitnessFriendsActivityDataIfTimeSinceLastFetchIsGreaterThan:(unsigned int)arg1 completion:(id /* block */)arg2; - (void)fetchAllFitnessFriendsActivityDataWithCompletion:(id /* block */)arg1; - (void)fetchAreMultipleDevicesSharingDataForSnapshotIndex:(id)arg1 withCompletion:(id /* block */)arg2; - (void)fetchMedicalIDDataCreateIfNecessary:(BOOL)arg1 withCompletion:(id /* block */)arg2; - (void)fetchMedicalIDDataWithCompletion:(id /* block */)arg1; +- (void)fetchMedicalIDEmergencyContactsWithCompletion:(id /* block */)arg1; - (void)finishLocationSeries:(id)arg1 withMetadata:(id)arg2 completion:(id /* block */)arg3; - (void)fitnessFriendsCloudKitAccountStatusWithCompletion:(id /* block */)arg1; - (id)fitzpatrickSkinTypeWithError:(id*)arg1; @@ -204,7 +208,6 @@ - (void)saveObjects:(id)arg1 withCompletion:(id /* block */)arg2; - (void)select:(id)arg1 from:(id)arg2 where:(id)arg3 groupBy:(id)arg4 orderBy:(id)arg5 limit:(int)arg6 completion:(id /* block */)arg7; - (void)sendFitnessFriendInviteRequestToDestination:(id)arg1 callerID:(id)arg2 serviceIdentifier:(id)arg3 completion:(id /* block */)arg4; -- (void)sendFitnessFriendsInviteResponse:(int)arg1 toFriendWithUUID:(id)arg2 completion:(id /* block */)arg3; - (void)sendFitnessFriendsWithdrawInviteRequestToFriendWithUUID:(id)arg1 completion:(id /* block */)arg2; - (void)setActivityDataVisible:(BOOL)arg1 toFriendWithUUID:(id)arg2 completion:(id /* block */)arg3; - (void)setAuthorizationStatuses:(id)arg1 forBundleIdentifier:(id)arg2 completion:(id /* block */)arg3; diff --git a/Frameworks/HealthKit.framework/HKPPT.h b/Frameworks/HealthKit.framework/HKPPT.h index 6fb1e2a6a3..27fe9ba84f 100644 --- a/Frameworks/HealthKit.framework/HKPPT.h +++ b/Frameworks/HealthKit.framework/HKPPT.h @@ -22,7 +22,7 @@ - (id)initWithHKPPTInterface:(id)arg1 usingQueue:(id)arg2; - (BOOL)performDateRangeQueryPPTTest:(id)arg1; - (BOOL)performJournalMergePPTTest:(id)arg1 healthDirectory:(id)arg2; -- (BOOL)performLatestSummaryQueryPPTTest:(id)arg1 startDate:(id)arg2 endDate:(id)arg3 types:(id)arg4; +- (BOOL)performLatestSummaryQueryPPTTest:(id)arg1 date:(id)arg2; - (BOOL)performPPTTest:(id)arg1 anchoredQueryForType:(id)arg2 startDate:(id)arg3 endDate:(id)arg4 withLimit:(int)arg5 anchor:(int)arg6; - (BOOL)performPPTTest:(id)arg1 collectionQueryForType:(id)arg2 anchorDate:(id)arg3 startDate:(id)arg4 endDate:(id)arg5 dateIntervalsString:(id)arg6 separateBySource:(BOOL)arg7 average:(BOOL)arg8 minimum:(BOOL)arg9 maximum:(BOOL)arg10 sum:(BOOL)arg11; - (BOOL)performPPTTest:(id)arg1 enumerateLocationSeriesWithDatumCount:(int)arg2; diff --git a/Frameworks/HealthKit.framework/_HKAchievementDefinitionLoader.h b/Frameworks/HealthKit.framework/_HKAchievementDefinitionLoader.h index 7a0237cfa0..7826f63d3f 100644 --- a/Frameworks/HealthKit.framework/_HKAchievementDefinitionLoader.h +++ b/Frameworks/HealthKit.framework/_HKAchievementDefinitionLoader.h @@ -48,6 +48,7 @@ - (id)achievementDefinitionForIdentifier:(id)arg1; - (id)allAchievementDefinitionIdentifiers; - (id)allAchievementDefinitions; +- (id)allRemotelyDefinedDefinitionIdentifiers; - (id)init; - (BOOL)isDefinitionWithIdentifierLoaded:(id)arg1; - (BOOL)isDefinitionWithIdentifierRemotelyDefined:(id)arg1; diff --git a/Frameworks/HealthKit.framework/_HKAuthorizationRecord.h b/Frameworks/HealthKit.framework/_HKAuthorizationRecord.h index e770ecfe8a..d7e1f9c067 100644 --- a/Frameworks/HealthKit.framework/_HKAuthorizationRecord.h +++ b/Frameworks/HealthKit.framework/_HKAuthorizationRecord.h @@ -23,9 +23,11 @@ - (BOOL)isCompatibleStatus:(int)arg1; - (BOOL)isEqual:(id)arg1; - (long long)objectAnchor; +- (BOOL)readingEnabled; - (int)request; - (BOOL)requestedReading; - (BOOL)requestedSharing; +- (BOOL)sharingEnabled; - (int)status; @end diff --git a/Frameworks/HealthKit.framework/_HKBehavior.h b/Frameworks/HealthKit.framework/_HKBehavior.h index 55c8209b18..a5b9f08b6e 100644 --- a/Frameworks/HealthKit.framework/_HKBehavior.h +++ b/Frameworks/HealthKit.framework/_HKBehavior.h @@ -51,7 +51,9 @@ + (BOOL)_isForceBuddyEnabled; + (BOOL)_isSkipBuddyEnabled; + (BOOL)_shouldShowBuddy; ++ (id)activePairedWatchWithoutSOSMedicalIDContactsSupport; + (BOOL)allPairedWatchesMeetMinimumVersion:(int)arg1; ++ (BOOL)anyPairedWatchHasSOSModeCapability; + (id)behaviorQueue; + (id)currentDeviceClass; + (id)currentDeviceDisplayName; @@ -60,6 +62,7 @@ + (id)currentDeviceProductType; + (id)currentOSBuild; + (id)currentOSVersion; ++ (BOOL)currentlyPairedWatchMeetsMinimumVersion:(int)arg1; + (void)disableForceBuddy; + (void)disableSkipBuddy; + (BOOL)hasCompletedBuddy; diff --git a/Frameworks/HealthKit.framework/_HKCompressionEngine.h b/Frameworks/HealthKit.framework/_HKCompressionEngine.h index b8f5e83c28..af553a74e3 100644 --- a/Frameworks/HealthKit.framework/_HKCompressionEngine.h +++ b/Frameworks/HealthKit.framework/_HKCompressionEngine.h @@ -12,7 +12,7 @@ } @property (nonatomic) int algorithm; -@property (nonatomic, retain) <_HKStreamingDestination> *destination; +@property (nonatomic) <_HKStreamingDestination> *destination; @property (nonatomic, retain) NSMutableData *destinationBuffer; @property (nonatomic) int operation; @property (nonatomic, readonly) NSMutableData *sinkContent; diff --git a/Frameworks/HealthKit.framework/_HKDelayedOperation.h b/Frameworks/HealthKit.framework/_HKDelayedOperation.h index 84dbac68ec..60c50dcc3d 100644 --- a/Frameworks/HealthKit.framework/_HKDelayedOperation.h +++ b/Frameworks/HealthKit.framework/_HKDelayedOperation.h @@ -7,6 +7,7 @@ int _blockEnqueued; double _delay; double _lastExecution; + int _mode; NSObject * _queue; NSObject * _timerSource; } @@ -15,6 +16,7 @@ - (void)_queue_executeBlock; - (void)_queue_updateLastExecution; - (void)execute; +- (id)initWithMode:(int)arg1 queue:(id)arg2 delay:(double)arg3 block:(id /* block */)arg4; - (id)initWithQueue:(id)arg1 delay:(double)arg2 block:(id /* block */)arg3; - (void)invalidate; diff --git a/Frameworks/HealthKit.framework/_HKEmergencyContact.h b/Frameworks/HealthKit.framework/_HKEmergencyContact.h index 1ed0a0ccec..2fac90555b 100644 --- a/Frameworks/HealthKit.framework/_HKEmergencyContact.h +++ b/Frameworks/HealthKit.framework/_HKEmergencyContact.h @@ -8,18 +8,22 @@ NSNumber * _nameRecordID; NSString * _phoneNumber; NSString * _phoneNumberContactIdentifier; + NSString * _phoneNumberLabel; NSNumber * _phoneNumberPropertyID; NSString * _relationship; } @property (nonatomic, copy) NSString *name; @property (nonatomic, copy) NSString *nameContactIdentifier; -@property (nonatomic, copy) NSNumber *nameRecordID; +@property (nonatomic, retain) NSNumber *nameRecordID; @property (nonatomic, copy) NSString *phoneNumber; @property (nonatomic, copy) NSString *phoneNumberContactIdentifier; -@property (nonatomic, copy) NSNumber *phoneNumberPropertyID; +@property (nonatomic, copy) NSString *phoneNumberLabel; +@property (nonatomic, retain) NSNumber *phoneNumberPropertyID; @property (nonatomic, copy) NSString *relationship; ++ (id)emergencyContactWithContact:(id)arg1 property:(id)arg2; ++ (id)nameForContact:(id)arg1; + (BOOL)supportsSecureCoding; - (void).cxx_destruct; @@ -27,14 +31,17 @@ - (void)_migrateToContactsWithAddressBook:(void*)arg1; - (void)_migrateToSchemaVersion:(int)arg1 withAddressBook:(void*)arg2; - (id)copyWithZone:(struct _NSZone { }*)arg1; +- (id)description; - (void)encodeWithCoder:(id)arg1; - (id)init; - (id)initWithCoder:(id)arg1; +- (BOOL)isEqual:(id)arg1; - (id)name; - (id)nameContactIdentifier; - (id)nameRecordID; - (id)phoneNumber; - (id)phoneNumberContactIdentifier; +- (id)phoneNumberLabel; - (id)phoneNumberPropertyID; - (id)relationship; - (void)setName:(id)arg1; @@ -42,6 +49,7 @@ - (void)setNameRecordID:(id)arg1; - (void)setPhoneNumber:(id)arg1; - (void)setPhoneNumberContactIdentifier:(id)arg1; +- (void)setPhoneNumberLabel:(id)arg1; - (void)setPhoneNumberPropertyID:(id)arg1; - (void)setRelationship:(id)arg1; diff --git a/Frameworks/HealthKit.framework/_HKEmergencyContactWrapper.h b/Frameworks/HealthKit.framework/_HKEmergencyContactWrapper.h new file mode 100644 index 0000000000..e31f555223 --- /dev/null +++ b/Frameworks/HealthKit.framework/_HKEmergencyContactWrapper.h @@ -0,0 +1,17 @@ +/* Generated by RuntimeBrowser + Image: /System/Library/Frameworks/HealthKit.framework/HealthKit + */ + +@interface _HKEmergencyContactWrapper : NSObject { + _HKEmergencyContact * _contact; +} + +@property (nonatomic, retain) _HKEmergencyContact *contact; + +- (void).cxx_destruct; +- (id)contact; +- (unsigned int)hash; +- (BOOL)isEqual:(id)arg1; +- (void)setContact:(id)arg1; + +@end diff --git a/Frameworks/HealthKit.framework/_HKFitnessFriend.h b/Frameworks/HealthKit.framework/_HKFitnessFriend.h index cba7ccc5a0..3729f38e42 100644 --- a/Frameworks/HealthKit.framework/_HKFitnessFriend.h +++ b/Frameworks/HealthKit.framework/_HKFitnessFriend.h @@ -12,21 +12,27 @@ @property (nonatomic, readonly) BOOL canSeeMyActivityData; @property (nonatomic, retain) _HKFitnessFriendContact *contact; +@property (nonatomic, readonly) NSNumber *currentCacheIndex; +@property (nonatomic, readonly) _HKFitnessFriendActivitySnapshot *currentSnapshot; +@property (nonatomic, readonly) _HKFitnessFriendActivitySnapshot *currentSnapshotWithGoalsCarriedForward; +@property (nonatomic, readonly) NSDate *dateActivityDataBecameVisibleToMe; @property (nonatomic, readonly) NSDate *dateForLatestDataHidden; @property (nonatomic, readonly) NSDate *dateForLatestDataHiddenFromMe; -@property (nonatomic, readonly) NSDate *dateForLatestDataShown; -@property (nonatomic, readonly) NSDate *dateForLatestDataShownToMe; @property (nonatomic, readonly) NSDate *dateForLatestOutgoingInviteRequest; @property (nonatomic, readonly) NSDate *dateForLatestRelationshipStart; @property (nonatomic, retain) NSDictionary *friendAchievements; @property (readonly) NSUUID *friendUUID; @property (nonatomic, retain) NSDictionary *friendWorkouts; +@property (nonatomic, readonly) NSString *fullName; @property (nonatomic, readonly) BOOL hasInviteRequestFromMe; @property (nonatomic, readonly) BOOL inviteRequestToMeWasAccepted; @property (nonatomic, readonly) BOOL isActivityDataCurrentlyVisibleToMe; @property (nonatomic, readonly) BOOL isAwaitingInviteResponseFromMe; @property (nonatomic, readonly) BOOL isFriendshipCurrentlyActive; @property (nonatomic, readonly) BOOL isMuted; +@property (getter=isMe, nonatomic, readonly) BOOL me; +@property (nonatomic, readonly) _HKFitnessFriendActivitySnapshot *mostRecentSnapshot; +@property (nonatomic, readonly) NSString *name; @property (nonatomic, readonly) BOOL sentInviteRequestToMe; @property (nonatomic, retain) NSDictionary *snapshots; @@ -35,16 +41,15 @@ + (BOOL)supportsSecureCoding; - (void).cxx_destruct; -- (id)_mostRecentSnapshot; - (BOOL)canSeeMyActivityData; - (id)contact; - (id)copyWithZone:(struct _NSZone { }*)arg1; +- (id)currentCacheIndex; - (id)currentDateComponents; - (id)currentSnapshot; +- (id)dateActivityDataBecameVisibleToMe; - (id)dateForLatestDataHidden; - (id)dateForLatestDataHiddenFromMe; -- (id)dateForLatestDataShown; -- (id)dateForLatestDataShownToMe; - (id)dateForLatestOutgoingInviteRequest; - (id)dateForLatestRelationshipStart; - (id)description; @@ -61,7 +66,9 @@ - (BOOL)isActivityDataVisibleToMeForDate:(id)arg1; - (BOOL)isAwaitingInviteResponseFromMe; - (BOOL)isFriendshipCurrentlyActive; +- (BOOL)isHidingDataFromMeForDate:(id)arg1; - (BOOL)isMuted; +- (id)mostRecentSnapshot; - (BOOL)sentInviteRequestToMe; - (void)setContact:(id)arg1; - (void)setFriendAchievements:(id)arg1; @@ -72,6 +79,8 @@ // Image: /System/Library/PrivateFrameworks/FitnessFriends.framework/FitnessFriends +- (id)_emptySnapshotWithGoalsCarriedForwardForIndex:(int)arg1; +- (id)currentSnapshotWithGoalsCarriedForward; - (id)detailedSharingDurationString; - (id)fullName; - (id)invitedDurationString; @@ -79,6 +88,6 @@ - (id)name; - (id)simpleHiddenFromString; - (id)simpleSharingDurationString; -- (id)snapshotForIndex:(int)arg1; +- (id)snapshotWithGoalsCarriedForwardForIndex:(id)arg1; @end diff --git a/Frameworks/HealthKit.framework/_HKFitnessFriendAchievement.h b/Frameworks/HealthKit.framework/_HKFitnessFriendAchievement.h index 0906b029a0..e1c048dca8 100644 --- a/Frameworks/HealthKit.framework/_HKFitnessFriendAchievement.h +++ b/Frameworks/HealthKit.framework/_HKFitnessFriendAchievement.h @@ -10,6 +10,7 @@ unsigned int _workoutActivityType; } +@property (nonatomic, readonly) HDFitnessFriendsCloudKitCodableAchievement *codableAchievement; @property (nonatomic, retain) NSDate *completedDate; @property (readonly, copy) NSString *debugDescription; @property (nonatomic, retain) NSString *definitionIdentifier; @@ -47,10 +48,12 @@ // Image: /System/Library/PrivateFrameworks/HealthDaemon.framework/HealthDaemon + (id)createWithCodable:(id)arg1; ++ (id)fitnessFriendAchievementWithCodableAchievement:(id)arg1 friendUUID:(id)arg2; + (id)fitnessFriendAchievementWithRecord:(id)arg1 friendUUID:(id)arg2; + (Class)hd_dataEntityClass; - (BOOL)addCodableRepresentationToCollection:(id)arg1; +- (id)codableAchievement; - (id)codableRepresentationForSync; - (id)filter_date; - (id)filter_friendUUID; diff --git a/Frameworks/HealthKit.framework/_HKFitnessFriendActivitySnapshot.h b/Frameworks/HealthKit.framework/_HKFitnessFriendActivitySnapshot.h index 28616080fb..abbce2a423 100644 --- a/Frameworks/HealthKit.framework/_HKFitnessFriendActivitySnapshot.h +++ b/Frameworks/HealthKit.framework/_HKFitnessFriendActivitySnapshot.h @@ -10,6 +10,7 @@ double _energyBurned; double _energyBurnedGoal; NSUUID * _friendUUID; + BOOL _hasCarriedForwardGoals; double _pushCount; long long _snapshotIndex; NSDate * _snapshotUploadedDate; @@ -26,6 +27,7 @@ @property (nonatomic) double briskMinutes; @property (nonatomic) double briskMinutesGoal; @property (nonatomic, readonly) double briskMinutesGoalPercentage; +@property (nonatomic, readonly) HDFitnessFriendsCloudKitCodableActivitySnapshot *codableSnapshot; @property (readonly, copy) NSString *debugDescription; @property (readonly, copy) NSString *description; @property (nonatomic) double energyBurned; @@ -34,6 +36,7 @@ @property (nonatomic, readonly) NSDate *filter_date; @property (nonatomic, readonly) NSUUID *filter_friendUUID; @property (nonatomic, retain) NSUUID *friendUUID; +@property (nonatomic) BOOL hasCarriedForwardGoals; @property (readonly) unsigned int hash; @property (nonatomic) double pushCount; @property (nonatomic) long long snapshotIndex; @@ -68,6 +71,7 @@ - (double)energyBurnedGoal; - (double)energyBurnedGoalPercentage; - (id)friendUUID; +- (BOOL)hasCarriedForwardGoals; - (id)initWithCoder:(id)arg1; - (double)pushCount; - (void)setActiveHours:(double)arg1; @@ -77,6 +81,7 @@ - (void)setEnergyBurned:(double)arg1; - (void)setEnergyBurnedGoal:(double)arg1; - (void)setFriendUUID:(id)arg1; +- (void)setHasCarriedForwardGoals:(BOOL)arg1; - (void)setPushCount:(double)arg1; - (void)setSnapshotIndex:(long long)arg1; - (void)setSnapshotUploadedDate:(id)arg1; @@ -104,11 +109,13 @@ // Image: /System/Library/PrivateFrameworks/HealthDaemon.framework/HealthDaemon + (id)createWithCodable:(id)arg1; ++ (id)fitnessFriendActivitySnapshotWithCodableSnapshot:(id)arg1 friendUUID:(id)arg2 uploadedDate:(id)arg3; + (id)fitnessFriendActivitySnapshotWithRecord:(id)arg1 friendUUID:(id)arg2; + (Class)hd_dataEntityClass; - (BOOL)addCodableRepresentationToCollection:(id)arg1; - (id)codableRepresentationForSync; +- (id)codableSnapshot; - (id)filter_date; - (id)filter_friendUUID; - (id)recordWithZoneID:(id)arg1; diff --git a/Frameworks/HealthKit.framework/_HKFitnessFriendWorkout.h b/Frameworks/HealthKit.framework/_HKFitnessFriendWorkout.h index e4400e82c4..5d9d7fdd8a 100644 --- a/Frameworks/HealthKit.framework/_HKFitnessFriendWorkout.h +++ b/Frameworks/HealthKit.framework/_HKFitnessFriendWorkout.h @@ -17,6 +17,7 @@ } @property (nonatomic, retain) NSString *bundleID; +@property (nonatomic, readonly) HDFitnessFriendsCloudKitCodableWorkout *codableWorkout; @property (readonly, copy) NSString *debugDescription; @property (readonly, copy) NSString *description; @property (nonatomic) double duration; @@ -71,11 +72,13 @@ // Image: /System/Library/PrivateFrameworks/HealthDaemon.framework/HealthDaemon + (id)createWithCodable:(id)arg1; ++ (id)fitnessFriendWorkoutWithCodableWorkout:(id)arg1 friendUUID:(id)arg2; + (id)fitnessFriendWorkoutWithRecord:(id)arg1 friendUUID:(id)arg2; + (Class)hd_dataEntityClass; - (BOOL)addCodableRepresentationToCollection:(id)arg1; - (id)codableRepresentationForSync; +- (id)codableWorkout; - (id)filter_date; - (id)filter_friendUUID; - (id)recordWithZoneID:(id)arg1; diff --git a/Frameworks/HealthKit.framework/_HKFitnessFriendsRelationship.h b/Frameworks/HealthKit.framework/_HKFitnessFriendsRelationship.h index aa5b9007b1..b297f4c2dc 100644 --- a/Frameworks/HealthKit.framework/_HKFitnessFriendsRelationship.h +++ b/Frameworks/HealthKit.framework/_HKFitnessFriendsRelationship.h @@ -24,8 +24,8 @@ @property (nonatomic, copy) NSData *archivedRemoteActivityDataShareID; @property (nonatomic, copy) NSData *archivedRemoteRelationshipShareID; @property (nonatomic, copy) NSString *cloudKitAddress; +@property (nonatomic, readonly) NSDate *dateActivityDataBecameVisible; @property (nonatomic, readonly) NSDate *dateForLatestDataHidden; -@property (nonatomic, readonly) NSDate *dateForLatestDataShown; @property (nonatomic, readonly) NSDate *dateForLatestOutgoingInviteRequest; @property (nonatomic, readonly) NSDate *dateForLatestRelationshipStart; @property (readonly, copy) NSString *debugDescription; @@ -63,8 +63,8 @@ - (id)archivedRemoteRelationshipShareID; - (id)cloudKitAddress; - (id)copyWithZone:(struct _NSZone { }*)arg1; +- (id)dateActivityDataBecameVisible; - (id)dateForLatestDataHidden; -- (id)dateForLatestDataShown; - (id)dateForLatestOutgoingInviteRequest; - (id)dateForLatestRelationshipStart; - (id)description; @@ -80,6 +80,7 @@ - (BOOL)isActivityDataVisibleForDate:(id)arg1; - (BOOL)isAwaitingInviteResponse; - (BOOL)isFriendshipCurrentlyActive; +- (BOOL)isHidingActivityDataForDate:(id)arg1; - (BOOL)isMuteEnabled; - (id)outgoingHandshakeToken; - (id)preferredReachableAddress; diff --git a/Frameworks/HealthKit.framework/_HKLatestSummariesQuery.h b/Frameworks/HealthKit.framework/_HKLatestSummariesQuery.h index e066e70cd0..fd7ea5a061 100644 --- a/Frameworks/HealthKit.framework/_HKLatestSummariesQuery.h +++ b/Frameworks/HealthKit.framework/_HKLatestSummariesQuery.h @@ -4,9 +4,8 @@ @interface _HKLatestSummariesQuery : HKQuery { NSCalendar * _calendar; - NSDate * _endDate; id /* block */ _resultsHandler; - NSDate * _startDate; + NSDate * _summaryDate; NSSet * _typeFilters; id /* block */ _updateHandler; } @@ -29,7 +28,6 @@ - (void)deliverSummaries:(id)arg1 forQuery:(id)arg2; - (void)deliverUpdatedSummaries:(id)arg1 forQuery:(id)arg2; - (id)initWithDate:(id)arg1 calendar:(id)arg2 resultsHandler:(id /* block */)arg3; -- (id)initWithSearchStartDate:(id)arg1 searchEndDate:(id)arg2 calendar:(id)arg3 typeFilters:(id)arg4 resultsHandler:(id /* block */)arg5; - (id /* block */)resultsHandler; - (void)setUpdateHandler:(id /* block */)arg1; - (id /* block */)updateHandler; diff --git a/Frameworks/HealthKit.framework/_HKLatestSummariesQueryServerDataObject.h b/Frameworks/HealthKit.framework/_HKLatestSummariesQueryServerDataObject.h index fae5aee989..b633379c52 100644 --- a/Frameworks/HealthKit.framework/_HKLatestSummariesQueryServerDataObject.h +++ b/Frameworks/HealthKit.framework/_HKLatestSummariesQueryServerDataObject.h @@ -4,28 +4,20 @@ @interface _HKLatestSummariesQueryServerDataObject : _HKQueryServerDataObject { NSCalendar * _calendar; - NSDate * _endDate; - NSDate * _startDate; - NSSet * _typeFilters; + NSDate * _summaryDate; } @property (nonatomic, retain) NSCalendar *calendar; -@property (nonatomic, retain) NSDate *endDate; -@property (nonatomic, retain) NSDate *startDate; -@property (nonatomic, retain) NSSet *typeFilters; +@property (nonatomic, retain) NSDate *summaryDate; + (BOOL)supportsSecureCoding; - (void).cxx_destruct; - (id)calendar; - (void)encodeWithCoder:(id)arg1; -- (id)endDate; - (id)initWithCoder:(id)arg1; - (void)setCalendar:(id)arg1; -- (void)setEndDate:(id)arg1; -- (void)setStartDate:(id)arg1; -- (void)setTypeFilters:(id)arg1; -- (id)startDate; -- (id)typeFilters; +- (void)setSummaryDate:(id)arg1; +- (id)summaryDate; @end diff --git a/Frameworks/HealthKit.framework/_HKMedicalIDData.h b/Frameworks/HealthKit.framework/_HKMedicalIDData.h index a1f71fa315..1423a0f5b4 100644 --- a/Frameworks/HealthKit.framework/_HKMedicalIDData.h +++ b/Frameworks/HealthKit.framework/_HKMedicalIDData.h @@ -48,6 +48,7 @@ - (id)allergyInfo; - (id)birthdate; - (int)bloodType; +- (id)consolidatedSOSContactsWithSOSContactsManager:(id)arg1; - (id)copyWithZone:(struct _NSZone { }*)arg1; - (id)dateSaved; - (id)emergencyContacts; @@ -91,6 +92,7 @@ + (id)contactKeysToLoadForMedicalID; - (id)_contactKeysToFetch; +- (BOOL)_updateIdentifierByPhoneNumberForEmergencyContact:(id)arg1 contactStore:(id)arg2; - (void)loadDataFromCNContact:(id)arg1; - (BOOL)updateEmergencyContacts; diff --git a/Frameworks/HealthKit.framework/_HKXMLValidator.h b/Frameworks/HealthKit.framework/_HKXMLValidator.h index f09356a564..5e4c5b7603 100644 --- a/Frameworks/HealthKit.framework/_HKXMLValidator.h +++ b/Frameworks/HealthKit.framework/_HKXMLValidator.h @@ -7,6 +7,7 @@ } - (void)dealloc; +- (id)initWithPathToXSD:(id)arg1; - (id)initWithXSD:(id)arg1; - (BOOL)validateXML:(id)arg1 simpleError:(id*)arg2 detailedErrors:(id*)arg3; diff --git a/Frameworks/HealthKitUI.framework/HKActivityRingView.h b/Frameworks/HealthKitUI.framework/HKActivityRingView.h index ae4121faf3..dd30e687f3 100644 --- a/Frameworks/HealthKitUI.framework/HKActivityRingView.h +++ b/Frameworks/HealthKitUI.framework/HKActivityRingView.h @@ -7,10 +7,12 @@ _HKShapeView * _maskView; float _ringInsetPercentage; HKRingsView * _ringsView; + BOOL _shouldBypassApplicationStateChecking; } @property (nonatomic, retain) HKActivitySummary *activitySummary; @property (getter=_ringInsetPercentage, setter=_setRingInsetPercentage:, nonatomic) float ringInsetPercentage; +@property (getter=_shouldBypassApplicationStateChecking, setter=_setShouldBypassApplicationStateChecking:, nonatomic) BOOL shouldBypassApplicationStateChecking; + (id)_iconSpriteImage; @@ -23,8 +25,10 @@ - (void)_setActivitySummary:(id)arg1 animated:(BOOL)arg2 completion:(id /* block */)arg3; - (void)_setRingDiameter:(float)arg1 ringInterspacing:(float)arg2 ringThickness:(float)arg3; - (void)_setRingInsetPercentage:(float)arg1; +- (void)_setShouldBypassApplicationStateChecking:(BOOL)arg1; - (void)_setUpAfterInit; - (void)_setUpRingsView; +- (BOOL)_shouldBypassApplicationStateChecking; - (id)_snapshotImage; - (void)_updateAndInterpolateRingsViewDiameterForWidth:(float)arg1 lowerDirective:(id)arg2 higherDirective:(id)arg3; - (void)_updateMaskPath; diff --git a/Frameworks/HealthKitUI.framework/HKGLView.h b/Frameworks/HealthKitUI.framework/HKGLView.h index ce869f69ef..2fc585f6fa 100644 --- a/Frameworks/HealthKitUI.framework/HKGLView.h +++ b/Frameworks/HealthKitUI.framework/HKGLView.h @@ -9,7 +9,9 @@ unsigned int _latestDrawErrror; BOOL _needsRender; float _preferredFramesPerSecond; + BKSProcessAssertion * _renderingAssertion; UIScreen * _screen; + BOOL _shouldBypassApplicationStateChecking; BOOL _synchronizesWithCA; BOOL _viewIsVisible; BOOL _viewWillMoveToWindow; @@ -17,12 +19,14 @@ @property (getter=isPaused, nonatomic) BOOL paused; @property (nonatomic) float preferredFramesPerSecond; +@property (nonatomic) BOOL shouldBypassApplicationStateChecking; @property (nonatomic) BOOL synchronizesWithCA; @property (nonatomic, readonly) double timeSinceLastUpdate; + (void)_clearCachedProgramForVertexShader:(id)arg1 fragmentShader:(id)arg2; - (void).cxx_destruct; +- (void)_acquireRenderingAssertionIfNeeded; - (void)_commonInit; - (void)_createDisplayLinkForScreen:(id)arg1; - (void)_displayLinkFired; @@ -30,11 +34,13 @@ - (BOOL)_isLastUpdateTimeValid; - (void)_loadVertexShader:(id)arg1 fragmentShader:(id)arg2 inBundle:(id)arg3 forProgram:(unsigned int*)arg4 cache:(BOOL)arg5; - (void)_loadVertexShaderSource:(id)arg1 fragmentShaderSource:(id)arg2 forProgram:(unsigned int*)arg3; -- (void)_pauseByNotification; -- (void)_resumeByNotification; +- (void)_pauseByNotification:(id)arg1; +- (void)_releaseRenderingAssertion; +- (void)_resumeByNotification:(id)arg1; - (void)_update; - (void)_updateGLLayerIsAsynchronous; - (void)_updateScreenIfChanged; +- (void)_willResignActive:(id)arg1; - (void)dealloc; - (void)didMoveToWindow; - (unsigned int)drawInRect:(struct CGRect { struct CGPoint { float x_1_1_1; float x_1_1_2; } x1; struct CGSize { float x_2_1_1; float x_2_1_2; } x2; })arg1; @@ -47,7 +53,9 @@ - (void)setNeedsRender; - (void)setPaused:(BOOL)arg1; - (void)setPreferredFramesPerSecond:(float)arg1; +- (void)setShouldBypassApplicationStateChecking:(BOOL)arg1; - (void)setSynchronizesWithCA:(BOOL)arg1; +- (BOOL)shouldBypassApplicationStateChecking; - (id)snapshot; - (BOOL)synchronizesWithCA; - (double)timeSinceLastUpdate; diff --git a/Frameworks/HealthKitUI.framework/HKRingGroupController.h b/Frameworks/HealthKitUI.framework/HKRingGroupController.h index 18cb3251b4..ead542bc50 100644 --- a/Frameworks/HealthKitUI.framework/HKRingGroupController.h +++ b/Frameworks/HealthKitUI.framework/HKRingGroupController.h @@ -54,7 +54,7 @@ - (BOOL)_setCenter:(struct CGPoint { float x1; float x2; })arg1; - (BOOL)_setFloatValue:(float)arg1 forIconPropertyType:(unsigned int)arg2 ofRingAtIndex:(int)arg3 animated:(BOOL)arg4; - (void)_setFloatValue:(float)arg1 forRingPropertyType:(unsigned int)arg2 ofRingAtIndex:(int)arg3 animated:(BOOL)arg4; -- (BOOL)_setFloatValue:(float)arg1 forRingPropertyType:(unsigned int)arg2 ofRingAtIndex:(int)arg3 animated:(BOOL)arg4 duration:(double)arg5 completion:(id /* block */)arg6; +- (BOOL)_setFloatValue:(float)arg1 fromCurrentValue:(float)arg2 forRingPropertyType:(unsigned int)arg3 ofRingAtIndex:(int)arg4 animated:(BOOL)arg5 duration:(double)arg6 completion:(id /* block */)arg7; - (void)_updateRingDiameters; - (void)_updateRingIconProperties; - (void)_updateRingThicknesses; diff --git a/Frameworks/HomeKit.framework/HMAccessory.h b/Frameworks/HomeKit.framework/HMAccessory.h index 3faecb29a7..51c86b661c 100644 --- a/Frameworks/HomeKit.framework/HMAccessory.h +++ b/Frameworks/HomeKit.framework/HMAccessory.h @@ -2,7 +2,7 @@ Image: /System/Library/Frameworks/HomeKit.framework/HomeKit */ -@interface HMAccessory : NSObject { +@interface HMAccessory : NSObject { HMThreadSafeMutableArrayCollection * _accessories; NSNumber * _accessoryFlags; HMThreadSafeMutableArrayCollection * _accessoryProfiles; @@ -11,12 +11,14 @@ BOOL _blocked; BOOL _bridgeSupportsConfiguration; BOOL _bridgedAccessory; + NSString * _bundleID; HMAccessoryCategory * _category; NSObject * _clientQueue; HMThreadSafeMutableArrayCollection * _currentServices; * _delegate; HMDelegateCaller * _delegateCaller; BOOL _discoveredBridgeableAccessory; + BOOL _firmwareUpdateAvailable; NSString * _firmwareVersion; HMHome * _home; NSString * _manufacturer; @@ -29,6 +31,7 @@ int _reachableTransports; HMRoom * _room; NSString * _serialNumber; + NSString * _storeID; unsigned int _transportTypes; NSUUID * _uniqueIdentifier; NSArray * _uniqueIdentifiersForBridgeAccessories; @@ -45,6 +48,7 @@ @property (nonatomic) BOOL bridgeSupportsConfiguration; @property (getter=isBridged, nonatomic, readonly) BOOL bridged; @property (nonatomic) BOOL bridgedAccessory; +@property (retain) NSString *bundleID; @property (nonatomic, readonly, copy) NSArray *cameraProfiles; @property (nonatomic, retain) HMAccessoryCategory *category; @property (nonatomic, retain) NSObject *clientQueue; @@ -54,14 +58,20 @@ @property (nonatomic, retain) HMDelegateCaller *delegateCaller; @property (readonly, copy) NSString *description; @property (nonatomic) BOOL discoveredBridgeableAccessory; +@property (nonatomic) BOOL firmwareUpdateAvailable; @property (retain) NSString *firmwareVersion; @property (readonly) unsigned int hash; +@property (nonatomic, readonly) int hf_appPunchOutReason; @property (nonatomic, readonly, copy) NSDate *hf_dateAdded; @property (nonatomic, readonly, copy) NSString *hf_displayName; +@property (nonatomic, readonly) NSSet *hf_displayNamesForVisibleTiles; @property (nonatomic, readonly) BOOL hf_hasSetFavorite; +@property (nonatomic, readonly) BOOL hf_isBridge; +@property (nonatomic, readonly) BOOL hf_isCamera; @property (nonatomic, readonly) BOOL hf_isFavorite; @property (nonatomic, readonly) BOOL hf_requiresFirmwareUpdate; @property (nonatomic, readonly) HFServiceNameComponents *hf_serviceNameComponents; +@property (nonatomic, readonly) NSSet *hf_visibleServices; @property (nonatomic) HMHome *home; @property (nonatomic, readonly, copy) NSUUID *identifier; @property (nonatomic, readonly, copy) NSArray *identifiersForBridgedAccessories; @@ -78,6 +88,7 @@ @property (nonatomic) HMRoom *room; @property (retain) NSString *serialNumber; @property (nonatomic, readonly, copy) NSArray *services; +@property (retain) NSString *storeID; @property (readonly) Class superclass; @property (nonatomic) unsigned int transportTypes; @property (nonatomic, readonly, copy) NSUUID *uniqueIdentifier; @@ -150,6 +161,7 @@ - (id)description; - (BOOL)discoveredBridgeableAccessory; - (void)encodeWithCoder:(id)arg1; +- (BOOL)firmwareUpdateAvailable; - (id)firmwareVersion; - (id)home; - (id)identifier; @@ -160,6 +172,7 @@ - (BOOL)isAdditionalSetupRequired; - (BOOL)isBlocked; - (BOOL)isBridged; +- (BOOL)isFirmwareUpdateAvailable; - (BOOL)isReachable; - (id)manufacturer; - (id)messageReceiveQueue; @@ -182,12 +195,14 @@ - (void)setBlocked:(BOOL)arg1; - (void)setBridgeSupportsConfiguration:(BOOL)arg1; - (void)setBridgedAccessory:(BOOL)arg1; +- (void)setBundleID:(id)arg1; - (void)setCategory:(id)arg1; - (void)setClientQueue:(id)arg1; - (void)setCurrentServices:(id)arg1; - (void)setDelegate:(id)arg1; - (void)setDelegateCaller:(id)arg1; - (void)setDiscoveredBridgeableAccessory:(BOOL)arg1; +- (void)setFirmwareUpdateAvailable:(BOOL)arg1; - (void)setFirmwareVersion:(id)arg1; - (void)setHome:(id)arg1; - (void)setManufacturer:(id)arg1; @@ -200,6 +215,7 @@ - (void)setReachableTransports:(int)arg1; - (void)setRoom:(id)arg1; - (void)setSerialNumber:(id)arg1; +- (void)setStoreID:(id)arg1; - (void)setTransportTypes:(unsigned int)arg1; - (void)setUniqueIdentifiersForBridgeAccessories:(id)arg1; - (void)setUniqueIdentifiersForBridgedAccessories:(id)arg1; @@ -209,6 +225,7 @@ - (id)uniqueIdentifier; - (id)uniqueIdentifiersForBridgeAccessories; - (id)uniqueIdentifiersForBridgedAccessories; +- (void)updateAccessoryInfo:(id)arg1; - (void)updateApplicationData:(id)arg1 completionHandler:(id /* block */)arg2; - (void)updateApplicationData:(id)arg1 forService:(id)arg2 completionHandler:(id /* block */)arg3; - (void)updateName:(id)arg1 completionHandler:(id /* block */)arg2; @@ -219,14 +236,17 @@ - (int)hf_appPunchOutReason; - (id)hf_dateAdded; - (id)hf_displayName; +- (id)hf_displayNamesForVisibleTiles; - (BOOL)hf_hasSetFavorite; - (BOOL)hf_isBridge; - (BOOL)hf_isCamera; - (BOOL)hf_isFavorite; -- (id)hf_prettyDescription; +- (id)hf_prettyDescriptionOfType:(unsigned int)arg1; - (BOOL)hf_requiresFirmwareUpdate; +- (id)hf_serializedStateDumpRepresentation; - (id)hf_serviceNameComponents; - (id)hf_updateDateAdded:(id)arg1; - (id)hf_updateIsFavorite:(BOOL)arg1; +- (id)hf_visibleServices; @end diff --git a/Frameworks/HomeKit.framework/HMAccessoryProfile.h b/Frameworks/HomeKit.framework/HMAccessoryProfile.h index d531be20f3..17dc11409c 100644 --- a/Frameworks/HomeKit.framework/HMAccessoryProfile.h +++ b/Frameworks/HomeKit.framework/HMAccessoryProfile.h @@ -2,7 +2,7 @@ Image: /System/Library/Frameworks/HomeKit.framework/HomeKit */ -@interface HMAccessoryProfile : NSObject { +@interface HMAccessoryProfile : NSObject { _HMAccessoryProfile * _accessoryProfile; } @@ -30,6 +30,7 @@ // Image: /System/Library/PrivateFrameworks/Home.framework/Home -- (id)hf_prettyDescription; +- (id)hf_prettyDescriptionOfType:(unsigned int)arg1; +- (id)hf_serializedStateDumpRepresentation; @end diff --git a/Frameworks/HomeKit.framework/HMActionSet.h b/Frameworks/HomeKit.framework/HMActionSet.h index 72be8d227a..5e62e20cc8 100644 --- a/Frameworks/HomeKit.framework/HMActionSet.h +++ b/Frameworks/HomeKit.framework/HMActionSet.h @@ -2,7 +2,7 @@ Image: /System/Library/Frameworks/HomeKit.framework/HomeKit */ -@interface HMActionSet : NSObject { +@interface HMActionSet : NSObject { NSString * _actionSetType; HMApplicationData * _applicationData; NSObject * _clientQueue; @@ -116,7 +116,8 @@ - (id)hf_iconDescriptor; - (BOOL)hf_isAnonymous; - (BOOL)hf_isFavorite; -- (id)hf_prettyDescription; +- (id)hf_prettyDescriptionOfType:(unsigned int)arg1; +- (id)hf_serializedStateDumpRepresentation; - (id)hf_updateDateAdded:(id)arg1; - (id)hf_updateIconDescriptor:(id)arg1; - (id)hf_updateIsFavorite:(BOOL)arg1; diff --git a/Frameworks/HomeKit.framework/HMApplicationData.h b/Frameworks/HomeKit.framework/HMApplicationData.h index cd9e8af445..e8e91cc06e 100644 --- a/Frameworks/HomeKit.framework/HMApplicationData.h +++ b/Frameworks/HomeKit.framework/HMApplicationData.h @@ -2,7 +2,7 @@ Image: /System/Library/Frameworks/HomeKit.framework/HomeKit */ -@interface HMApplicationData : NSObject { +@interface HMApplicationData : NSObject { NSSet * _allowedObjectClasses; NSMutableDictionary * _applicationData; } @@ -11,6 +11,12 @@ @property (nonatomic, readonly, copy) NSArray *allValues; @property (nonatomic, retain) NSSet *allowedObjectClasses; @property (nonatomic, retain) NSMutableDictionary *applicationData; +@property (readonly, copy) NSString *debugDescription; +@property (readonly, copy) NSString *description; +@property (readonly) unsigned int hash; +@property (readonly) Class superclass; + +// Image: /System/Library/Frameworks/HomeKit.framework/HomeKit - (void).cxx_destruct; - (id)allKeys; @@ -32,4 +38,9 @@ - (void)setObject:(id)arg1 forKey:(id)arg2; - (void)setObject:(id)arg1 forKeyedSubscript:(id)arg2; +// Image: /System/Library/PrivateFrameworks/Home.framework/Home + +- (id)hf_prettyDescriptionOfType:(unsigned int)arg1; +- (id)hf_serializedStateDumpRepresentation; + @end diff --git a/Frameworks/HomeKit.framework/HMCharacteristic.h b/Frameworks/HomeKit.framework/HMCharacteristic.h index 77c769a1dc..58dab99728 100644 --- a/Frameworks/HomeKit.framework/HMCharacteristic.h +++ b/Frameworks/HomeKit.framework/HMCharacteristic.h @@ -2,7 +2,7 @@ Image: /System/Library/Frameworks/HomeKit.framework/HomeKit */ -@interface HMCharacteristic : NSObject { +@interface HMCharacteristic : NSObject { NSString * _characteristicType; NSObject * _clientQueue; HMDelegateCaller * _delegateCaller; @@ -116,7 +116,8 @@ - (id)hf_defaultValue; - (BOOL)hf_isReadable; - (BOOL)hf_isWritable; -- (id)hf_prettyDescription; +- (id)hf_prettyDescriptionOfType:(unsigned int)arg1; +- (id)hf_serializedStateDumpRepresentation; - (int)hf_sortPriority; @end diff --git a/Frameworks/HomeKit.framework/HMCharacteristicEvent.h b/Frameworks/HomeKit.framework/HMCharacteristicEvent.h index 2ec461b930..b68f95558a 100644 --- a/Frameworks/HomeKit.framework/HMCharacteristicEvent.h +++ b/Frameworks/HomeKit.framework/HMCharacteristicEvent.h @@ -2,14 +2,20 @@ Image: /System/Library/Frameworks/HomeKit.framework/HomeKit */ -@interface HMCharacteristicEvent : HMEvent { +@interface HMCharacteristicEvent : HMEvent { HMCharacteristic * _characteristic; * _triggerValue; } @property (nonatomic, retain) HMCharacteristic *characteristic; +@property (readonly, copy) NSString *debugDescription; +@property (readonly, copy) NSString *description; +@property (readonly) unsigned int hash; +@property (readonly) Class superclass; @property (nonatomic, copy) *triggerValue; +// Image: /System/Library/Frameworks/HomeKit.framework/HomeKit + + (id)createWithDictionary:(id)arg1 home:(id)arg2; + (BOOL)supportsSecureCoding; @@ -27,4 +33,9 @@ - (id)triggerValue; - (void)updateTriggerValue:(id)arg1 completionHandler:(id /* block */)arg2; +// Image: /System/Library/PrivateFrameworks/Home.framework/Home + +- (id)hf_prettyDescriptionOfType:(unsigned int)arg1; +- (id)hf_serializedStateDumpRepresentation; + @end diff --git a/Frameworks/HomeKit.framework/HMCharacteristicMetadata.h b/Frameworks/HomeKit.framework/HMCharacteristicMetadata.h index 53a05060c2..199029617a 100644 --- a/Frameworks/HomeKit.framework/HMCharacteristicMetadata.h +++ b/Frameworks/HomeKit.framework/HMCharacteristicMetadata.h @@ -2,7 +2,7 @@ Image: /System/Library/Frameworks/HomeKit.framework/HomeKit */ -@interface HMCharacteristicMetadata : NSObject { +@interface HMCharacteristicMetadata : NSObject { NSString * _format; NSString * _manufacturerDescription; NSNumber * _maxLength; @@ -70,6 +70,7 @@ - (BOOL)hf_isValidValue:(id)arg1; - (id)hf_normalizedValueForValue:(id)arg1; - (id)hf_percentageForCharacteristicValue:(id)arg1; -- (id)hf_prettyDescription; +- (id)hf_prettyDescriptionOfType:(unsigned int)arg1; +- (id)hf_serializedStateDumpRepresentation; @end diff --git a/Frameworks/HomeKit.framework/HMCharacteristicRequest.h b/Frameworks/HomeKit.framework/HMCharacteristicRequest.h index 0539992e5e..fd04413dd8 100644 --- a/Frameworks/HomeKit.framework/HMCharacteristicRequest.h +++ b/Frameworks/HomeKit.framework/HMCharacteristicRequest.h @@ -2,7 +2,7 @@ Image: /System/Library/Frameworks/HomeKit.framework/HomeKit */ -@interface HMCharacteristicRequest : NSObject { +@interface HMCharacteristicRequest : NSObject { HMCharacteristic * _characteristic; } @@ -20,6 +20,7 @@ // Image: /System/Library/PrivateFrameworks/Home.framework/Home -- (id)hf_prettyDescription; +- (id)hf_prettyDescriptionOfType:(unsigned int)arg1; +- (id)hf_serializedStateDumpRepresentation; @end diff --git a/Frameworks/HomeKit.framework/HMCharacteristicResponse.h b/Frameworks/HomeKit.framework/HMCharacteristicResponse.h index c6134e0691..13567c686f 100644 --- a/Frameworks/HomeKit.framework/HMCharacteristicResponse.h +++ b/Frameworks/HomeKit.framework/HMCharacteristicResponse.h @@ -2,7 +2,7 @@ Image: /System/Library/Frameworks/HomeKit.framework/HomeKit */ -@interface HMCharacteristicResponse : NSObject { +@interface HMCharacteristicResponse : NSObject { NSError * _error; HMCharacteristicRequest * _request; } @@ -25,6 +25,7 @@ // Image: /System/Library/PrivateFrameworks/Home.framework/Home -- (id)hf_prettyDescription; +- (id)hf_prettyDescriptionOfType:(unsigned int)arg1; +- (id)hf_serializedStateDumpRepresentation; @end diff --git a/Frameworks/HomeKit.framework/HMCharacteristicWriteAction.h b/Frameworks/HomeKit.framework/HMCharacteristicWriteAction.h index 391c86b17c..ed657bc600 100644 --- a/Frameworks/HomeKit.framework/HMCharacteristicWriteAction.h +++ b/Frameworks/HomeKit.framework/HMCharacteristicWriteAction.h @@ -2,7 +2,7 @@ Image: /System/Library/Frameworks/HomeKit.framework/HomeKit */ -@interface HMCharacteristicWriteAction : HMAction { +@interface HMCharacteristicWriteAction : HMAction { HMCharacteristic * _characteristic; id _targetValue; } @@ -39,6 +39,7 @@ // Image: /System/Library/PrivateFrameworks/Home.framework/Home -- (id)hf_prettyDescription; +- (id)hf_prettyDescriptionOfType:(unsigned int)arg1; +- (id)hf_serializedStateDumpRepresentation; @end diff --git a/Frameworks/HomeKit.framework/HMEventTrigger.h b/Frameworks/HomeKit.framework/HMEventTrigger.h index c2821c10d4..ed54d09af9 100644 --- a/Frameworks/HomeKit.framework/HMEventTrigger.h +++ b/Frameworks/HomeKit.framework/HMEventTrigger.h @@ -2,7 +2,7 @@ Image: /System/Library/Frameworks/HomeKit.framework/HomeKit */ -@interface HMEventTrigger : HMTrigger { +@interface HMEventTrigger : HMTrigger { HMThreadSafeMutableArrayCollection * _currentEvents; NSPredicate * _predicate; NSArray * _recurrences; @@ -84,6 +84,8 @@ + (id)hf_triggerValueNaturalLanguageDescriptionWithCharacteristics:(id)arg1 triggerValue:(id)arg2; - (id)hf_naturalLanguageNameWithHome:(id)arg1 type:(unsigned int)arg2; +- (id)hf_prettyDescriptionOfType:(unsigned int)arg1; +- (id)hf_serializedStateDumpRepresentation; - (unsigned int)hf_triggerType; @end diff --git a/PrivateFrameworks/HomeKitDaemon.framework/HMHAPMetadata.h b/Frameworks/HomeKit.framework/HMHAPMetadata.h similarity index 70% rename from PrivateFrameworks/HomeKitDaemon.framework/HMHAPMetadata.h rename to Frameworks/HomeKit.framework/HMHAPMetadata.h index 71e4af7a02..318adbf545 100644 --- a/PrivateFrameworks/HomeKitDaemon.framework/HMHAPMetadata.h +++ b/Frameworks/HomeKit.framework/HMHAPMetadata.h @@ -1,5 +1,5 @@ /* Generated by RuntimeBrowser - Image: /System/Library/PrivateFrameworks/HomeKitDaemon.framework/HomeKitDaemon + Image: /System/Library/Frameworks/HomeKit.framework/HomeKit */ @interface HMHAPMetadata : NSObject { @@ -33,23 +33,11 @@ - (id)assistantUnits; - (id)characteristicTypeDescription:(id)arg1; - (id)characteristicTypeLocalizedDescription:(id)arg1; -- (id)characteristicValueUnit:(id)arg1; - (void)encodeWithCoder:(id)arg1; -- (id)getAssistantCharacteristic:(id)arg1; - (id)hapCharacteristics; - (id)hapServices; - (id)hapValueUnits; - (id)initWithCoder:(id)arg1; -- (id)mapCharacteristicValueType:(id)arg1; -- (id)mapFromAssistantCharacteristicValue:(id)arg1 name:(id)arg2; -- (id)mapFromAssistantServiceName:(id)arg1; -- (id)mapFromAssistantUnitName:(id)arg1; -- (id)mapReadCharcteristicFromAssistantName:(id)arg1; -- (id)mapToAssistantCharacteristicName:(id)arg1; -- (id)mapToAssistantCharacteristicValue:(id)arg1 name:(id)arg2; -- (id)mapToAssistantServiceName:(id)arg1; -- (id)mapToAssistantUnitName:(id)arg1; -- (id)mapWriteCharcteristicFromAssistantName:(id)arg1; - (id)serviceTypeDescription:(id)arg1; - (id)serviceTypeLocalizedDescription:(id)arg1; - (void)setAccessoryCategories:(id)arg1; @@ -60,7 +48,6 @@ - (void)setHapServices:(id)arg1; - (void)setHapValueUnits:(id)arg1; - (void)setVersion:(id)arg1; -- (BOOL)supportsLocalization:(id)arg1; - (id)version; @end diff --git a/PrivateFrameworks/HomeKitDaemon.framework/HMHAPMetadataCategory.h b/Frameworks/HomeKit.framework/HMHAPMetadataCategory.h similarity index 85% rename from PrivateFrameworks/HomeKitDaemon.framework/HMHAPMetadataCategory.h rename to Frameworks/HomeKit.framework/HMHAPMetadataCategory.h index 60fb2f1e06..41439172a1 100644 --- a/PrivateFrameworks/HomeKitDaemon.framework/HMHAPMetadataCategory.h +++ b/Frameworks/HomeKit.framework/HMHAPMetadataCategory.h @@ -1,5 +1,5 @@ /* Generated by RuntimeBrowser - Image: /System/Library/PrivateFrameworks/HomeKitDaemon.framework/HomeKitDaemon + Image: /System/Library/Frameworks/HomeKit.framework/HomeKit */ @interface HMHAPMetadataCategory : NSObject { diff --git a/PrivateFrameworks/HomeKitDaemon.framework/HMHAPMetadataCharacteristic.h b/Frameworks/HomeKit.framework/HMHAPMetadataCharacteristic.h similarity index 92% rename from PrivateFrameworks/HomeKitDaemon.framework/HMHAPMetadataCharacteristic.h rename to Frameworks/HomeKit.framework/HMHAPMetadataCharacteristic.h index 5805018c3d..2426fb66b1 100644 --- a/PrivateFrameworks/HomeKitDaemon.framework/HMHAPMetadataCharacteristic.h +++ b/Frameworks/HomeKit.framework/HMHAPMetadataCharacteristic.h @@ -1,5 +1,5 @@ /* Generated by RuntimeBrowser - Image: /System/Library/PrivateFrameworks/HomeKitDaemon.framework/HomeKitDaemon + Image: /System/Library/Frameworks/HomeKit.framework/HomeKit */ @interface HMHAPMetadataCharacteristic : NSObject { diff --git a/PrivateFrameworks/HomeKitDaemon.framework/HMHAPMetadataService.h b/Frameworks/HomeKit.framework/HMHAPMetadataService.h similarity index 90% rename from PrivateFrameworks/HomeKitDaemon.framework/HMHAPMetadataService.h rename to Frameworks/HomeKit.framework/HMHAPMetadataService.h index eee1071e50..e21f344013 100644 --- a/PrivateFrameworks/HomeKitDaemon.framework/HMHAPMetadataService.h +++ b/Frameworks/HomeKit.framework/HMHAPMetadataService.h @@ -1,5 +1,5 @@ /* Generated by RuntimeBrowser - Image: /System/Library/PrivateFrameworks/HomeKitDaemon.framework/HomeKitDaemon + Image: /System/Library/Frameworks/HomeKit.framework/HomeKit */ @interface HMHAPMetadataService : NSObject { diff --git a/PrivateFrameworks/HomeKitDaemon.framework/HMHAPMetadataUnit.h b/Frameworks/HomeKit.framework/HMHAPMetadataUnit.h similarity index 88% rename from PrivateFrameworks/HomeKitDaemon.framework/HMHAPMetadataUnit.h rename to Frameworks/HomeKit.framework/HMHAPMetadataUnit.h index f887f36b78..013b0818e8 100644 --- a/PrivateFrameworks/HomeKitDaemon.framework/HMHAPMetadataUnit.h +++ b/Frameworks/HomeKit.framework/HMHAPMetadataUnit.h @@ -1,5 +1,5 @@ /* Generated by RuntimeBrowser - Image: /System/Library/PrivateFrameworks/HomeKitDaemon.framework/HomeKitDaemon + Image: /System/Library/Frameworks/HomeKit.framework/HomeKit */ @interface HMHAPMetadataUnit : NSObject { diff --git a/Frameworks/HomeKit.framework/HMHome.h b/Frameworks/HomeKit.framework/HMHome.h index efec956596..32fd7d8958 100644 --- a/Frameworks/HomeKit.framework/HMHome.h +++ b/Frameworks/HomeKit.framework/HMHome.h @@ -2,7 +2,7 @@ Image: /System/Library/Frameworks/HomeKit.framework/HomeKit */ -@interface HMHome : NSObject { +@interface HMHome : NSObject { BOOL _adminUser; HMApplicationData * _applicationData; NSObject * _clientQueue; @@ -125,6 +125,7 @@ - (void)_executeActionSet:(id)arg1 completionHandler:(id /* block */)arg2; - (id)_getContainerForAppData:(id)arg1; - (void)_handleAccessoryAddedNotification:(id)arg1; +- (void)_handleAccessoryInfoUpdatedNotification:(id)arg1; - (void)_handleAccessoryRemovedNotification:(id)arg1; - (void)_handleActionSetAddedNotification:(id)arg1; - (void)_handleActionSetRemovedNotification:(id)arg1; @@ -384,11 +385,13 @@ - (BOOL)hf_isCurrentLocationHome; - (BOOL)hf_isUserAtHome; - (id)hf_notesApplicationData; +- (id)hf_prettyDescriptionOfType:(unsigned int)arg1; - (unsigned int)hf_remoteAccessState; - (id)hf_reorderableActionSetsList; - (id)hf_reorderableRoomsList; - (id)hf_reorderableServicesList; - (id)hf_roomWithIdentifier:(id)arg1; +- (id)hf_serializedStateDumpRepresentation; - (id)hf_serviceGroupsForService:(id)arg1; - (id)hf_serviceWithIdentifier:(id)arg1; - (id)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:(BOOL)arg1; diff --git a/Frameworks/HomeKit.framework/HMHomeManager.h b/Frameworks/HomeKit.framework/HMHomeManager.h index 4301455776..0295917849 100644 --- a/Frameworks/HomeKit.framework/HMHomeManager.h +++ b/Frameworks/HomeKit.framework/HMHomeManager.h @@ -2,7 +2,7 @@ Image: /System/Library/Frameworks/HomeKit.framework/HomeKit */ -@interface HMHomeManager : NSObject { +@interface HMHomeManager : NSObject { BOOL _accessAllowedWhenLocked; HMApplicationData * _applicationData; NSObject * _clientQueue; @@ -229,6 +229,8 @@ - (id)hf_homeWithIdentifier:(id)arg1; - (id)hf_orderedHomes; - (id)hf_orderedHomesList; +- (id)hf_prettyDescriptionOfType:(unsigned int)arg1; +- (id)hf_serializedStateDumpRepresentation; - (id)hf_setHasSeenOnboardingWelcomeView:(BOOL)arg1; - (id)hf_setOrderedHomes:(id)arg1; diff --git a/Frameworks/HomeKit.framework/HMIncomingHomeInvitation.h b/Frameworks/HomeKit.framework/HMIncomingHomeInvitation.h index ff07989448..8d9f06acd1 100644 --- a/Frameworks/HomeKit.framework/HMIncomingHomeInvitation.h +++ b/Frameworks/HomeKit.framework/HMIncomingHomeInvitation.h @@ -2,7 +2,7 @@ Image: /System/Library/Frameworks/HomeKit.framework/HomeKit */ -@interface HMIncomingHomeInvitation : HMHomeInvitation { +@interface HMIncomingHomeInvitation : HMHomeInvitation { HMHomeManager * _homeManager; HMUser * _inviter; } @@ -40,6 +40,7 @@ // Image: /System/Library/PrivateFrameworks/Home.framework/Home -- (id)hf_prettyDescription; +- (id)hf_prettyDescriptionOfType:(unsigned int)arg1; +- (id)hf_serializedStateDumpRepresentation; @end diff --git a/Frameworks/HomeKit.framework/HMOutgoingHomeInvitation.h b/Frameworks/HomeKit.framework/HMOutgoingHomeInvitation.h index 68468bf2a7..42188d3d2b 100644 --- a/Frameworks/HomeKit.framework/HMOutgoingHomeInvitation.h +++ b/Frameworks/HomeKit.framework/HMOutgoingHomeInvitation.h @@ -2,7 +2,7 @@ Image: /System/Library/Frameworks/HomeKit.framework/HomeKit */ -@interface HMOutgoingHomeInvitation : HMHomeInvitation { +@interface HMOutgoingHomeInvitation : HMHomeInvitation { HMThreadSafeMutableArrayCollection * _accessoryInvitations; HMUser * _invitee; } @@ -34,6 +34,7 @@ // Image: /System/Library/PrivateFrameworks/Home.framework/Home -- (id)hf_prettyDescription; +- (id)hf_prettyDescriptionOfType:(unsigned int)arg1; +- (id)hf_serializedStateDumpRepresentation; @end diff --git a/Frameworks/HomeKit.framework/HMResidentDevice.h b/Frameworks/HomeKit.framework/HMResidentDevice.h index d7e23532e3..a830fdef53 100644 --- a/Frameworks/HomeKit.framework/HMResidentDevice.h +++ b/Frameworks/HomeKit.framework/HMResidentDevice.h @@ -2,7 +2,7 @@ Image: /System/Library/Frameworks/HomeKit.framework/HomeKit */ -@interface HMResidentDevice : NSObject { +@interface HMResidentDevice : NSObject { unsigned int _capabilities; NSObject * _clientQueue; BOOL _currentDevice; @@ -70,6 +70,7 @@ // Image: /System/Library/PrivateFrameworks/Home.framework/Home -- (id)hf_prettyDescription; +- (id)hf_prettyDescriptionOfType:(unsigned int)arg1; +- (id)hf_serializedStateDumpRepresentation; @end diff --git a/Frameworks/HomeKit.framework/HMRoom.h b/Frameworks/HomeKit.framework/HMRoom.h index f454c0955c..93588b198b 100644 --- a/Frameworks/HomeKit.framework/HMRoom.h +++ b/Frameworks/HomeKit.framework/HMRoom.h @@ -2,7 +2,7 @@ Image: /System/Library/Frameworks/HomeKit.framework/HomeKit */ -@interface HMRoom : NSObject { +@interface HMRoom : NSObject { HMApplicationData * _applicationData; NSObject * _clientQueue; HMDelegateCaller * _delegateCaller; @@ -81,7 +81,8 @@ - (id)hf_allServices; - (id)hf_dateAdded; - (id)hf_displayName; -- (id)hf_prettyDescription; +- (id)hf_prettyDescriptionOfType:(unsigned int)arg1; +- (id)hf_serializedStateDumpRepresentation; - (id)hf_updateDateAdded:(id)arg1; - (id)hf_updateWallpaperImage:(id)arg1; - (id)hf_wallpaperImage; diff --git a/Frameworks/HomeKit.framework/HMService.h b/Frameworks/HomeKit.framework/HMService.h index 0aa7c47dd0..81afd39f29 100644 --- a/Frameworks/HomeKit.framework/HMService.h +++ b/Frameworks/HomeKit.framework/HMService.h @@ -2,7 +2,7 @@ Image: /System/Library/Frameworks/HomeKit.framework/HomeKit */ -@interface HMService : NSObject { +@interface HMService : NSObject { HMAccessory * _accessory; HMApplicationData * _applicationData; NSString * _associatedServiceType; @@ -142,9 +142,10 @@ - (BOOL)hf_isLegacyService; - (BOOL)hf_isShowNotificationsStatus; - (BOOL)hf_isVisibleInHomeStatus; -- (id)hf_prettyDescription; +- (id)hf_prettyDescriptionOfType:(unsigned int)arg1; - (id)hf_requiredCharacteristicTypesForDisplayMetadata; - (id)hf_room; +- (id)hf_serializedStateDumpRepresentation; - (id)hf_serviceNameComponents; - (BOOL)hf_supportsGroups; - (BOOL)hf_supportsNotifications; diff --git a/Frameworks/HomeKit.framework/HMServiceGroup.h b/Frameworks/HomeKit.framework/HMServiceGroup.h index 131887ea18..dfe5611410 100644 --- a/Frameworks/HomeKit.framework/HMServiceGroup.h +++ b/Frameworks/HomeKit.framework/HMServiceGroup.h @@ -2,7 +2,7 @@ Image: /System/Library/Frameworks/HomeKit.framework/HomeKit */ -@interface HMServiceGroup : NSObject { +@interface HMServiceGroup : NSObject { HMApplicationData * _applicationData; NSObject * _clientQueue; HMThreadSafeMutableArrayCollection * _currentServices; @@ -102,7 +102,8 @@ - (BOOL)hf_isShowNotificationsStatus; - (BOOL)hf_isSupported; - (BOOL)hf_isVisibleInHomeStatus; -- (id)hf_prettyDescription; +- (id)hf_prettyDescriptionOfType:(unsigned int)arg1; +- (id)hf_serializedStateDumpRepresentation; - (id)hf_serviceNameComponents; - (BOOL)hf_supportsNotifications; - (id)hf_updateDateAdded:(id)arg1; diff --git a/Frameworks/HomeKit.framework/HMTrigger.h b/Frameworks/HomeKit.framework/HMTrigger.h index 2163eb802d..25c89734bc 100644 --- a/Frameworks/HomeKit.framework/HMTrigger.h +++ b/Frameworks/HomeKit.framework/HMTrigger.h @@ -2,7 +2,7 @@ Image: /System/Library/Frameworks/HomeKit.framework/HomeKit */ -@interface HMTrigger : NSObject { +@interface HMTrigger : NSObject { NSObject * _clientQueue; HMThreadSafeMutableArrayCollection * _currentActionSets; HMDelegateCaller * _delegateCaller; @@ -95,6 +95,7 @@ + (id)_hf_sanitizeTriggerName:(id)arg1 home:(id)arg2; -- (id)hf_prettyDescription; +- (id)hf_prettyDescriptionOfType:(unsigned int)arg1; +- (id)hf_serializedStateDumpRepresentation; @end diff --git a/Frameworks/HomeKit.framework/HMUser.h b/Frameworks/HomeKit.framework/HMUser.h index 98ffa22370..916763b34c 100644 --- a/Frameworks/HomeKit.framework/HMUser.h +++ b/Frameworks/HomeKit.framework/HMUser.h @@ -2,7 +2,7 @@ Image: /System/Library/Frameworks/HomeKit.framework/HomeKit */ -@interface HMUser : NSObject { +@interface HMUser : NSObject { BOOL _administrator; NSObject * _clientQueue; BOOL _currentUser; @@ -75,6 +75,7 @@ // Image: /System/Library/PrivateFrameworks/Home.framework/Home -- (id)hf_prettyDescription; +- (id)hf_prettyDescriptionOfType:(unsigned int)arg1; +- (id)hf_serializedStateDumpRepresentation; @end diff --git a/Frameworks/HomeKit.framework/HMVendorDataManager.h b/Frameworks/HomeKit.framework/HMVendorDataManager.h deleted file mode 100644 index 13255bb5f2..0000000000 --- a/Frameworks/HomeKit.framework/HMVendorDataManager.h +++ /dev/null @@ -1,29 +0,0 @@ -/* Generated by RuntimeBrowser - Image: /System/Library/Frameworks/HomeKit.framework/HomeKit - */ - -@interface HMVendorDataManager : NSObject { - int _dataVersion; - NSObject * _databaseQueue; - NSDictionary * _vendorModelEntries; -} - -@property (nonatomic) int dataVersion; -@property (nonatomic, retain) NSObject *databaseQueue; -@property (nonatomic, readonly) NSDictionary *vendorModelEntries; - -+ (id)sharedVendorDataManager; - -- (void).cxx_destruct; -- (id)_modelEntryForManufacturer:(id)arg1 model:(id)arg2; -- (void)_parseManufacturersList:(id)arg1; -- (id)bundleIDForManufacturer:(id)arg1 model:(id)arg2; -- (int)dataVersion; -- (id)databaseQueue; -- (id)init; -- (void)setDataVersion:(int)arg1; -- (void)setDatabaseQueue:(id)arg1; -- (id)storeIDForManufacturer:(id)arg1 model:(id)arg2; -- (id)vendorModelEntries; - -@end diff --git a/Frameworks/HomeKit.framework/HMXpcClient.h b/Frameworks/HomeKit.framework/HMXpcClient.h index d4353605b8..0a866f2798 100644 --- a/Frameworks/HomeKit.framework/HMXpcClient.h +++ b/Frameworks/HomeKit.framework/HMXpcClient.h @@ -5,7 +5,6 @@ @interface HMXpcClient : HMFMessageTransport { NSObject * _callbackQueue; BOOL _connectionValid; - HMFMessageDispatcher * _messageDispatcher; int _notifyRegisterToken; BOOL _notifyRegistered; id /* block */ _reconnectionHandler; @@ -18,7 +17,6 @@ @property (readonly, copy) NSString *debugDescription; @property (readonly, copy) NSString *description; @property (readonly) unsigned int hash; -@property (nonatomic, readonly) HMFMessageDispatcher *messageDispatcher; @property (nonatomic) int notifyRegisterToken; @property (nonatomic) BOOL notifyRegistered; @property (nonatomic, copy) id /* block */ reconnectionHandler; @@ -34,7 +32,6 @@ - (void)handleMessageWithName:(id)arg1 messageIdentifier:(id)arg2 messagePayload:(id)arg3 target:(id)arg4; - (void)handleMessageWithName:(id)arg1 messageIdentifier:(id)arg2 messagePayload:(id)arg3 target:(id)arg4 responseHandler:(id /* block */)arg5; - (id)init; -- (id)messageDispatcher; - (int)notifyRegisterToken; - (BOOL)notifyRegistered; - (void)recheckinIfRequired:(id)arg1; diff --git a/Frameworks/HomeKit.framework/_HMCameraStreamControl.h b/Frameworks/HomeKit.framework/_HMCameraStreamControl.h index 8e8d9abf20..0f70646532 100644 --- a/Frameworks/HomeKit.framework/_HMCameraStreamControl.h +++ b/Frameworks/HomeKit.framework/_HMCameraStreamControl.h @@ -17,8 +17,9 @@ - (void).cxx_destruct; - (void)_callVideoStartedDelegate; - (void)_callVideoStoppedDelegate:(id)arg1; -- (void)_handleNegotiateStreamResponse:(id)arg1 error:(id)arg2; -- (void)_handleVideoStreamStartResponse:(id)arg1 error:(id)arg2; +- (void)_handleNegotiateStreamResponse:(id)arg1 error:(id)arg2 sessionID:(id)arg3; +- (void)_handleVideoStopResponse:(id)arg1 error:(id)arg2 sessionID:(id)arg3; +- (void)_handleVideoStreamStartResponse:(id)arg1 error:(id)arg2 sessionID:(id)arg3; - (void)_handleVideoStreamStopped:(id)arg1; - (void)_registerNotificationHandlers; - (void)_resetState:(id)arg1; diff --git a/Frameworks/Intents.framework/INBookRestaurantReservationIntent.h b/Frameworks/Intents.framework/INBookRestaurantReservationIntent.h index 9c5cd029a9..6b00a37cdc 100644 --- a/Frameworks/Intents.framework/INBookRestaurantReservationIntent.h +++ b/Frameworks/Intents.framework/INBookRestaurantReservationIntent.h @@ -30,10 +30,12 @@ + (BOOL)supportsSecureCoding; - (void).cxx_destruct; +- (id)_dictionaryRepresentation; - (id)bookingDate; - (id)bookingDateComponents; - (id)bookingIdentifier; - (id)copyWithZone:(struct _NSZone { }*)arg1; +- (id)description; - (void)encodeWithCoder:(id)arg1; - (id)guest; - (id)guestProvidedSpecialRequestText; diff --git a/Frameworks/Intents.framework/INBookRestaurantReservationIntentResponse.h b/Frameworks/Intents.framework/INBookRestaurantReservationIntentResponse.h index 0092e82258..3931c4b0c7 100644 --- a/Frameworks/Intents.framework/INBookRestaurantReservationIntentResponse.h +++ b/Frameworks/Intents.framework/INBookRestaurantReservationIntentResponse.h @@ -16,7 +16,9 @@ + (BOOL)supportsSecureCoding; - (void).cxx_destruct; +- (id)_dictionaryRepresentation; - (int)code; +- (id)description; - (void)encodeWithCoder:(id)arg1; - (id)initWithCode:(int)arg1 userActivity:(id)arg2; - (id)initWithCoder:(id)arg1; diff --git a/Frameworks/Intents.framework/INCancelWorkoutIntent.h b/Frameworks/Intents.framework/INCancelWorkoutIntent.h index af94ef2d7b..83737c1d37 100644 --- a/Frameworks/Intents.framework/INCancelWorkoutIntent.h +++ b/Frameworks/Intents.framework/INCancelWorkoutIntent.h @@ -10,9 +10,11 @@ @property (readonly) Class superclass; @property (nonatomic, readonly, copy) INSpeakableString *workoutName; +- (id)_dictionaryRepresentation; - (id)_metadata; - (void)_redactForMissingPrivacyEntitlementOptions:(unsigned int)arg1; - (id)_typedBackingStore; +- (id)description; - (id)initWithWorkoutName:(id)arg1; - (void)setWorkoutName:(id)arg1; - (id)workoutName; diff --git a/Frameworks/Intents.framework/INCancelWorkoutIntentResponse.h b/Frameworks/Intents.framework/INCancelWorkoutIntentResponse.h index 656c663809..546045ccaa 100644 --- a/Frameworks/Intents.framework/INCancelWorkoutIntentResponse.h +++ b/Frameworks/Intents.framework/INCancelWorkoutIntentResponse.h @@ -20,8 +20,10 @@ + (BOOL)supportsSecureCoding; - (void).cxx_destruct; +- (id)_dictionaryRepresentation; - (id)_responseMessagePBRepresentation; - (int)code; +- (id)description; - (void)encodeWithCoder:(id)arg1; - (id)init; - (id)initWithBackingStore:(id)arg1; diff --git a/Frameworks/Intents.framework/INConfigureHomeIntent.h b/Frameworks/Intents.framework/INConfigureHomeIntent.h index e566fc872a..66276281ad 100644 --- a/Frameworks/Intents.framework/INConfigureHomeIntent.h +++ b/Frameworks/Intents.framework/INConfigureHomeIntent.h @@ -10,9 +10,11 @@ @property (readonly) unsigned int hash; @property (readonly) Class superclass; +- (id)_dictionaryRepresentation; - (id)_metadata; - (void)_redactForMissingPrivacyEntitlementOptions:(unsigned int)arg1; - (id)_typedBackingStore; +- (id)description; - (id)entities; - (id)initWithEntities:(id)arg1; - (void)setEntities:(id)arg1; diff --git a/Frameworks/Intents.framework/INConfigureHomeIntentResponse.h b/Frameworks/Intents.framework/INConfigureHomeIntentResponse.h index 64e9dc6ec8..571925f65a 100644 --- a/Frameworks/Intents.framework/INConfigureHomeIntentResponse.h +++ b/Frameworks/Intents.framework/INConfigureHomeIntentResponse.h @@ -20,8 +20,10 @@ + (BOOL)supportsSecureCoding; - (void).cxx_destruct; +- (id)_dictionaryRepresentation; - (id)_responseMessagePBRepresentation; - (int)code; +- (id)description; - (void)encodeWithCoder:(id)arg1; - (id)init; - (id)initWithBackingStore:(id)arg1; diff --git a/Frameworks/Intents.framework/INControlHomeIntent.h b/Frameworks/Intents.framework/INControlHomeIntent.h index 59008f1f3e..b89f96cedd 100644 --- a/Frameworks/Intents.framework/INControlHomeIntent.h +++ b/Frameworks/Intents.framework/INControlHomeIntent.h @@ -11,10 +11,12 @@ @property (readonly) unsigned int hash; @property (readonly) Class superclass; +- (id)_dictionaryRepresentation; - (id)_metadata; - (void)_redactForMissingPrivacyEntitlementOptions:(unsigned int)arg1; - (id)_typedBackingStore; - (id)attribute; +- (id)description; - (id)entities; - (id)initWithEntities:(id)arg1 attribute:(id)arg2; - (void)setAttribute:(id)arg1; diff --git a/Frameworks/Intents.framework/INControlHomeIntentResponse.h b/Frameworks/Intents.framework/INControlHomeIntentResponse.h index fd308cace7..81f4365c6e 100644 --- a/Frameworks/Intents.framework/INControlHomeIntentResponse.h +++ b/Frameworks/Intents.framework/INControlHomeIntentResponse.h @@ -20,8 +20,10 @@ + (BOOL)supportsSecureCoding; - (void).cxx_destruct; +- (id)_dictionaryRepresentation; - (id)_responseMessagePBRepresentation; - (int)code; +- (id)description; - (void)encodeWithCoder:(id)arg1; - (id)init; - (id)initWithBackingStore:(id)arg1; diff --git a/Frameworks/Intents.framework/INCurrencyAmount.h b/Frameworks/Intents.framework/INCurrencyAmount.h index db90288da7..8ff6202ad2 100644 --- a/Frameworks/Intents.framework/INCurrencyAmount.h +++ b/Frameworks/Intents.framework/INCurrencyAmount.h @@ -17,9 +17,11 @@ + (BOOL)supportsSecureCoding; - (void).cxx_destruct; +- (id)_dictionaryRepresentation; - (id)amount; - (id)copyWithZone:(struct _NSZone { }*)arg1; - (id)currencyCode; +- (id)description; - (void)encodeWithCoder:(id)arg1; - (unsigned int)hash; - (id)initWithAmount:(id)arg1 currencyCode:(id)arg2; diff --git a/Frameworks/Intents.framework/INDateComponentsRange.h b/Frameworks/Intents.framework/INDateComponentsRange.h index f777d73f7f..a7c92264b1 100644 --- a/Frameworks/Intents.framework/INDateComponentsRange.h +++ b/Frameworks/Intents.framework/INDateComponentsRange.h @@ -20,8 +20,10 @@ + (BOOL)supportsSecureCoding; - (void).cxx_destruct; +- (id)_dictionaryRepresentation; - (id)copyWithZone:(struct _NSZone { }*)arg1; - (id)dateInterval; +- (id)description; - (void)encodeWithCoder:(id)arg1; - (id)endDate; - (id)endDateComponents; diff --git a/Frameworks/Intents.framework/INEndWorkoutIntent.h b/Frameworks/Intents.framework/INEndWorkoutIntent.h index 962e7c2ab8..800d9bf1e4 100644 --- a/Frameworks/Intents.framework/INEndWorkoutIntent.h +++ b/Frameworks/Intents.framework/INEndWorkoutIntent.h @@ -10,9 +10,11 @@ @property (readonly) Class superclass; @property (nonatomic, readonly, copy) INSpeakableString *workoutName; +- (id)_dictionaryRepresentation; - (id)_metadata; - (void)_redactForMissingPrivacyEntitlementOptions:(unsigned int)arg1; - (id)_typedBackingStore; +- (id)description; - (id)initWithWorkoutName:(id)arg1; - (void)setWorkoutName:(id)arg1; - (id)workoutName; diff --git a/Frameworks/Intents.framework/INEndWorkoutIntentResponse.h b/Frameworks/Intents.framework/INEndWorkoutIntentResponse.h index dbe13d81c6..b1609e6779 100644 --- a/Frameworks/Intents.framework/INEndWorkoutIntentResponse.h +++ b/Frameworks/Intents.framework/INEndWorkoutIntentResponse.h @@ -20,8 +20,10 @@ + (BOOL)supportsSecureCoding; - (void).cxx_destruct; +- (id)_dictionaryRepresentation; - (id)_responseMessagePBRepresentation; - (int)code; +- (id)description; - (void)encodeWithCoder:(id)arg1; - (id)init; - (id)initWithBackingStore:(id)arg1; diff --git a/Frameworks/Intents.framework/INExtension.h b/Frameworks/Intents.framework/INExtension.h index 32391ab045..f9efe836c5 100644 --- a/Frameworks/Intents.framework/INExtension.h +++ b/Frameworks/Intents.framework/INExtension.h @@ -10,6 +10,7 @@ @property (readonly) Class superclass; + (void)initialize; ++ (void)load; - (void)beginRequestWithExtensionContext:(id)arg1; - (id)currentApplicationContext; diff --git a/Frameworks/Intents.framework/INExtensionContext.h b/Frameworks/Intents.framework/INExtensionContext.h index d66036fd7c..de6deceff4 100644 --- a/Frameworks/Intents.framework/INExtensionContext.h +++ b/Frameworks/Intents.framework/INExtensionContext.h @@ -11,7 +11,7 @@ + (id)_extensionAuxiliaryHostProtocol; + (id)_extensionAuxiliaryVendorProtocol; -+ (void)initialize; ++ (void)load; - (void)_deliverIntent:(id)arg1 withBlock:(id /* block */)arg2; - (id)_errorHandlingHostProxy; diff --git a/Frameworks/Intents.framework/INGetAvailableRestaurantReservationBookingDefaultsIntent.h b/Frameworks/Intents.framework/INGetAvailableRestaurantReservationBookingDefaultsIntent.h index b4d952e7bd..a4a10bcd3e 100644 --- a/Frameworks/Intents.framework/INGetAvailableRestaurantReservationBookingDefaultsIntent.h +++ b/Frameworks/Intents.framework/INGetAvailableRestaurantReservationBookingDefaultsIntent.h @@ -16,6 +16,8 @@ + (BOOL)supportsSecureCoding; - (void).cxx_destruct; +- (id)_dictionaryRepresentation; +- (id)description; - (void)encodeWithCoder:(id)arg1; - (id)initWithCoder:(id)arg1; - (BOOL)isEqual:(id)arg1; diff --git a/Frameworks/Intents.framework/INGetAvailableRestaurantReservationBookingDefaultsIntentResponse.h b/Frameworks/Intents.framework/INGetAvailableRestaurantReservationBookingDefaultsIntentResponse.h index b663e9cb7f..8afd4e3f91 100644 --- a/Frameworks/Intents.framework/INGetAvailableRestaurantReservationBookingDefaultsIntentResponse.h +++ b/Frameworks/Intents.framework/INGetAvailableRestaurantReservationBookingDefaultsIntentResponse.h @@ -24,9 +24,11 @@ + (BOOL)supportsSecureCoding; - (void).cxx_destruct; +- (id)_dictionaryRepresentation; - (int)code; - (id)defaultBookingDate; - (unsigned int)defaultPartySize; +- (id)description; - (void)encodeWithCoder:(id)arg1; - (id)initWithBackingStore:(id)arg1; - (id)initWithCode:(int)arg1 userActivity:(id)arg2; diff --git a/Frameworks/Intents.framework/INGetAvailableRestaurantReservationBookingsIntent.h b/Frameworks/Intents.framework/INGetAvailableRestaurantReservationBookingsIntent.h index c1f6f652f2..dc99a1a8cd 100644 --- a/Frameworks/Intents.framework/INGetAvailableRestaurantReservationBookingsIntent.h +++ b/Frameworks/Intents.framework/INGetAvailableRestaurantReservationBookingsIntent.h @@ -28,7 +28,9 @@ + (BOOL)supportsSecureCoding; - (void).cxx_destruct; +- (id)_dictionaryRepresentation; - (id)copyWithZone:(struct _NSZone { }*)arg1; +- (id)description; - (id)earliestBookingDateForResults; - (void)encodeWithCoder:(id)arg1; - (id)initWithCoder:(id)arg1; diff --git a/Frameworks/Intents.framework/INGetAvailableRestaurantReservationBookingsIntentResponse.h b/Frameworks/Intents.framework/INGetAvailableRestaurantReservationBookingsIntentResponse.h index 3fc94d81cf..5eaf630460 100644 --- a/Frameworks/Intents.framework/INGetAvailableRestaurantReservationBookingsIntentResponse.h +++ b/Frameworks/Intents.framework/INGetAvailableRestaurantReservationBookingsIntentResponse.h @@ -22,8 +22,10 @@ + (BOOL)supportsSecureCoding; - (void).cxx_destruct; +- (id)_dictionaryRepresentation; - (id)availableBookings; - (int)code; +- (id)description; - (void)encodeWithCoder:(id)arg1; - (id)initWithAvailableBookings:(id)arg1 code:(int)arg2 userActivity:(id)arg3; - (id)initWithBackingStore:(id)arg1; diff --git a/Frameworks/Intents.framework/INGetRestaurantGuestIntentResponse.h b/Frameworks/Intents.framework/INGetRestaurantGuestIntentResponse.h index b96c010cab..643a0f0228 100644 --- a/Frameworks/Intents.framework/INGetRestaurantGuestIntentResponse.h +++ b/Frameworks/Intents.framework/INGetRestaurantGuestIntentResponse.h @@ -18,7 +18,9 @@ + (BOOL)supportsSecureCoding; - (void).cxx_destruct; +- (id)_dictionaryRepresentation; - (int)code; +- (id)description; - (void)encodeWithCoder:(id)arg1; - (id)guest; - (id)guestDisplayPreferences; diff --git a/Frameworks/Intents.framework/INGetRideStatusIntent.h b/Frameworks/Intents.framework/INGetRideStatusIntent.h index 166c7bf9c6..3495c0d255 100644 --- a/Frameworks/Intents.framework/INGetRideStatusIntent.h +++ b/Frameworks/Intents.framework/INGetRideStatusIntent.h @@ -9,9 +9,11 @@ @property (readonly) unsigned int hash; @property (readonly) Class superclass; +- (id)_dictionaryRepresentation; - (id)_metadata; - (void)_redactForMissingPrivacyEntitlementOptions:(unsigned int)arg1; - (id)_typedBackingStore; +- (id)description; - (id)init; @end diff --git a/Frameworks/Intents.framework/INGetRideStatusIntentResponse.h b/Frameworks/Intents.framework/INGetRideStatusIntentResponse.h index 3b2e7ea2b9..82a322dd10 100644 --- a/Frameworks/Intents.framework/INGetRideStatusIntentResponse.h +++ b/Frameworks/Intents.framework/INGetRideStatusIntentResponse.h @@ -21,8 +21,10 @@ + (BOOL)supportsSecureCoding; - (void).cxx_destruct; +- (id)_dictionaryRepresentation; - (id)_responseMessagePBRepresentation; - (int)code; +- (id)description; - (void)encodeWithCoder:(id)arg1; - (id)init; - (id)initWithBackingStore:(id)arg1; diff --git a/Frameworks/Intents.framework/INGetUserCurrentRestaurantReservationBookingsIntent.h b/Frameworks/Intents.framework/INGetUserCurrentRestaurantReservationBookingsIntent.h index f5dcd8de88..8cb47c7ad5 100644 --- a/Frameworks/Intents.framework/INGetUserCurrentRestaurantReservationBookingsIntent.h +++ b/Frameworks/Intents.framework/INGetUserCurrentRestaurantReservationBookingsIntent.h @@ -22,7 +22,9 @@ + (BOOL)supportsSecureCoding; - (void).cxx_destruct; +- (id)_dictionaryRepresentation; - (id)copyWithZone:(struct _NSZone { }*)arg1; +- (id)description; - (id)earliestBookingDateForResults; - (void)encodeWithCoder:(id)arg1; - (id)initWithCoder:(id)arg1; diff --git a/Frameworks/Intents.framework/INGetUserCurrentRestaurantReservationBookingsIntentResponse.h b/Frameworks/Intents.framework/INGetUserCurrentRestaurantReservationBookingsIntentResponse.h index a19b6db18c..fd7e8d6bac 100644 --- a/Frameworks/Intents.framework/INGetUserCurrentRestaurantReservationBookingsIntentResponse.h +++ b/Frameworks/Intents.framework/INGetUserCurrentRestaurantReservationBookingsIntentResponse.h @@ -16,7 +16,9 @@ + (BOOL)supportsSecureCoding; - (void).cxx_destruct; +- (id)_dictionaryRepresentation; - (int)code; +- (id)description; - (void)encodeWithCoder:(id)arg1; - (id)init; - (id)initWithBackingStore:(id)arg1; diff --git a/Frameworks/Intents.framework/INIntent.h b/Frameworks/Intents.framework/INIntent.h index 803f6aacf3..3fff5c488e 100644 --- a/Frameworks/Intents.framework/INIntent.h +++ b/Frameworks/Intents.framework/INIntent.h @@ -23,15 +23,18 @@ // Image: /System/Library/Frameworks/Intents.framework/Intents + (id)intentDescription; ++ (void)load; + (BOOL)supportsSecureCoding; + (id)typeName; - (void).cxx_destruct; +- (id)_dictionaryRepresentation; - (id)_impl; - (id)_metadata; - (void)_redactForMissingPrivacyEntitlementOptions:(unsigned int)arg1; - (id)backingStore; - (id)copyWithZone:(struct _NSZone { }*)arg1; +- (id)description; - (void)encodeWithCoder:(id)arg1; - (unsigned int)hash; - (id)identifier; diff --git a/Frameworks/Intents.framework/INIntentResolutionResult.h b/Frameworks/Intents.framework/INIntentResolutionResult.h index bbf3266666..5123da7742 100644 --- a/Frameworks/Intents.framework/INIntentResolutionResult.h +++ b/Frameworks/Intents.framework/INIntentResolutionResult.h @@ -52,9 +52,12 @@ - (id)_dataForIntentSlotDescription:(id)arg1; - (id)_initWithResultCode:(int)arg1; - (id)_intentSlotValueForObject:(id)arg1 slotDescription:(id)arg2; +- (id)_stringForResultCode:(int)arg1; - (id)_vocabularyValueForObject:(id)arg1 slotDescription:(id)arg2; - (id)alternatives; - (id)conflictingParameterKeyPath; +- (id)description; +- (id)dictionaryRepresentation; - (id)disambiguationItems; - (id)incompleteParameterKeyPaths; - (id)incompleteValue; diff --git a/Frameworks/Intents.framework/INIntentResponse.h b/Frameworks/Intents.framework/INIntentResponse.h index c945e51972..3595e535a2 100644 --- a/Frameworks/Intents.framework/INIntentResponse.h +++ b/Frameworks/Intents.framework/INIntentResponse.h @@ -22,11 +22,13 @@ + (int)_errorCodeFromCode:(int)arg1; + (int)_intentHandlingStatusFromCode:(int)arg1; + (int)_typeFromCode:(int)arg1; ++ (void)load; + (id)responseFailure; + (id)responseSuccess; + (BOOL)supportsSecureCoding; - (void).cxx_destruct; +- (id)_dictionaryRepresentation; - (id)_impl; - (int)_intentHandlingStatus; - (id)_payloadResponseMessageData; @@ -35,6 +37,7 @@ - (id)cacheableObjects; - (int)code; - (id)copyWithZone:(struct _NSZone { }*)arg1; +- (id)description; - (void)encodeWithCoder:(id)arg1; - (id)init; - (id)initWithBackingStore:(id)arg1; diff --git a/Frameworks/Intents.framework/INInteraction.h b/Frameworks/Intents.framework/INInteraction.h index 759ce346ce..cb4f0a98f2 100644 --- a/Frameworks/Intents.framework/INInteraction.h +++ b/Frameworks/Intents.framework/INInteraction.h @@ -26,12 +26,16 @@ + (void)deleteAllInteractionsWithCompletion:(id /* block */)arg1; + (void)deleteInteractionsWithGroupIdentifier:(id)arg1 completion:(id /* block */)arg2; + (void)deleteInteractionsWithIdentifiers:(id)arg1 completion:(id /* block */)arg2; ++ (void)load; + (BOOL)supportsSecureCoding; - (void).cxx_destruct; +- (id)_dictionaryRepresentation; +- (void)_donateInteractionWithBundleId:(id)arg1 completion:(id /* block */)arg2; - (id)copyWithZone:(struct _NSZone { }*)arg1; - (id)date; - (id)dateInterval; +- (id)description; - (int)direction; - (id)domainIdentifier; - (void)donateInteractionWithCompletion:(id /* block */)arg1; diff --git a/Frameworks/Intents.framework/INListRideOptionsIntent.h b/Frameworks/Intents.framework/INListRideOptionsIntent.h index b02b3f0da3..59bfc56815 100644 --- a/Frameworks/Intents.framework/INListRideOptionsIntent.h +++ b/Frameworks/Intents.framework/INListRideOptionsIntent.h @@ -11,9 +11,11 @@ @property (nonatomic, readonly, copy) CLPlacemark *pickupLocation; @property (readonly) Class superclass; +- (id)_dictionaryRepresentation; - (id)_metadata; - (void)_redactForMissingPrivacyEntitlementOptions:(unsigned int)arg1; - (id)_typedBackingStore; +- (id)description; - (id)dropOffLocation; - (id)initWithPickupLocation:(id)arg1 dropOffLocation:(id)arg2; - (id)pickupLocation; diff --git a/Frameworks/Intents.framework/INListRideOptionsIntentResponse.h b/Frameworks/Intents.framework/INListRideOptionsIntentResponse.h index 3d81d4648b..78a4eaafee 100644 --- a/Frameworks/Intents.framework/INListRideOptionsIntentResponse.h +++ b/Frameworks/Intents.framework/INListRideOptionsIntentResponse.h @@ -23,8 +23,10 @@ + (BOOL)supportsSecureCoding; - (void).cxx_destruct; +- (id)_dictionaryRepresentation; - (id)_responseMessagePBRepresentation; - (int)code; +- (id)description; - (void)encodeWithCoder:(id)arg1; - (id)expirationDate; - (id)init; diff --git a/Frameworks/Intents.framework/INMessage.h b/Frameworks/Intents.framework/INMessage.h index 2f88260dd5..50bcbae32d 100644 --- a/Frameworks/Intents.framework/INMessage.h +++ b/Frameworks/Intents.framework/INMessage.h @@ -23,10 +23,12 @@ + (BOOL)supportsSecureCoding; - (void).cxx_destruct; +- (id)_dictionaryRepresentation; - (id)cacheableObjects; - (id)content; - (id)copyWithZone:(struct _NSZone { }*)arg1; - (id)dateSent; +- (id)description; - (void)encodeWithCoder:(id)arg1; - (unsigned int)hash; - (id)identifier; diff --git a/Frameworks/Intents.framework/INPauseWorkoutIntent.h b/Frameworks/Intents.framework/INPauseWorkoutIntent.h index 9d41fdd7c2..ce1e671cc2 100644 --- a/Frameworks/Intents.framework/INPauseWorkoutIntent.h +++ b/Frameworks/Intents.framework/INPauseWorkoutIntent.h @@ -10,9 +10,11 @@ @property (readonly) Class superclass; @property (nonatomic, readonly, copy) INSpeakableString *workoutName; +- (id)_dictionaryRepresentation; - (id)_metadata; - (void)_redactForMissingPrivacyEntitlementOptions:(unsigned int)arg1; - (id)_typedBackingStore; +- (id)description; - (id)initWithWorkoutName:(id)arg1; - (void)setWorkoutName:(id)arg1; - (id)workoutName; diff --git a/Frameworks/Intents.framework/INPauseWorkoutIntentResponse.h b/Frameworks/Intents.framework/INPauseWorkoutIntentResponse.h index 36ec971588..15bc98d6bb 100644 --- a/Frameworks/Intents.framework/INPauseWorkoutIntentResponse.h +++ b/Frameworks/Intents.framework/INPauseWorkoutIntentResponse.h @@ -20,8 +20,10 @@ + (BOOL)supportsSecureCoding; - (void).cxx_destruct; +- (id)_dictionaryRepresentation; - (id)_responseMessagePBRepresentation; - (int)code; +- (id)description; - (void)encodeWithCoder:(id)arg1; - (id)init; - (id)initWithBackingStore:(id)arg1; diff --git a/Frameworks/Intents.framework/INPaymentMethod.h b/Frameworks/Intents.framework/INPaymentMethod.h index e018bb8a1f..3ce27d3fc4 100644 --- a/Frameworks/Intents.framework/INPaymentMethod.h +++ b/Frameworks/Intents.framework/INPaymentMethod.h @@ -25,8 +25,10 @@ + (BOOL)supportsSecureCoding; - (void).cxx_destruct; +- (id)_dictionaryRepresentation; - (id)cacheableObjects; - (id)copyWithZone:(struct _NSZone { }*)arg1; +- (id)description; - (void)encodeWithCoder:(id)arg1; - (id)icon; - (id)identificationHint; diff --git a/Frameworks/Intents.framework/INPaymentRecord.h b/Frameworks/Intents.framework/INPaymentRecord.h index 6b16dc1f73..395ea41319 100644 --- a/Frameworks/Intents.framework/INPaymentRecord.h +++ b/Frameworks/Intents.framework/INPaymentRecord.h @@ -27,9 +27,11 @@ + (BOOL)supportsSecureCoding; - (void).cxx_destruct; +- (id)_dictionaryRepresentation; - (id)cacheableObjects; - (id)copyWithZone:(struct _NSZone { }*)arg1; - (id)currencyAmount; +- (id)description; - (void)encodeWithCoder:(id)arg1; - (id)feeAmount; - (unsigned int)hash; diff --git a/Frameworks/Intents.framework/INPerson.h b/Frameworks/Intents.framework/INPerson.h index 5f242ab8c4..c615cc9829 100644 --- a/Frameworks/Intents.framework/INPerson.h +++ b/Frameworks/Intents.framework/INPerson.h @@ -2,7 +2,7 @@ Image: /System/Library/Frameworks/Intents.framework/Intents */ -@interface INPerson : NSObject { +@interface INPerson : NSObject { NSArray * _aliases; NSString * _contactIdentifier; NSString * _customIdentifier; @@ -10,28 +10,31 @@ INImage * _image; NSPersonNameComponents * _nameComponents; INPersonHandle * _personHandle; + NSString * _relationship; int _suggestionType; NSString * _userInput; } @property (nonatomic, readonly, copy) NSArray *aliases; -@property (nonatomic, readonly, copy) NSString *contactIdentifier; -@property (nonatomic, readonly, copy) NSString *customIdentifier; +@property (nonatomic, copy) NSArray *aliases; +@property (nonatomic, copy) NSString *contactIdentifier; +@property (nonatomic, copy) NSString *customIdentifier; @property (readonly, copy) NSString *debugDescription; @property (readonly, copy) NSString *description; -@property (nonatomic, readonly, copy) NSString *displayName; +@property (nonatomic, copy) NSString *displayName; @property (nonatomic, readonly, copy) NSString *firstName; @property (nonatomic, readonly, copy) NSString *fullName; -@property (nonatomic, readonly, copy) NSString *handle; @property (readonly) unsigned int hash; @property (nonatomic, readonly) NSString *identifier; -@property (nonatomic, readonly, copy) INImage *image; +@property (nonatomic, copy) INImage *image; @property (nonatomic, readonly, copy) NSString *lastName; -@property (nonatomic, readonly, copy) NSPersonNameComponents *nameComponents; -@property (nonatomic, readonly, copy) INPersonHandle *personHandle; +@property (nonatomic, copy) NSPersonNameComponents *nameComponents; +@property (nonatomic, copy) INPersonHandle *personHandle; @property (nonatomic, readonly) NSString *pronunciationHint; +@property (nonatomic, copy) NSString *relationship; @property (nonatomic, readonly) NSString *spokenPhrase; @property (nonatomic, readonly) int suggestionType; +@property (nonatomic) int suggestionType; @property (readonly) Class superclass; @property (nonatomic, readonly, copy) NSString *userIdentifier; @property (nonatomic, readonly, copy) NSString *userName; @@ -41,15 +44,17 @@ - (void).cxx_destruct; - (id)_aliases; +- (id)_dictionaryRepresentation; - (id)_displayName; - (id)_initWithUserInput:(id)arg1 handle:(id)arg2 nameComponents:(id)arg3 displayName:(id)arg4 image:(id)arg5 contactIdentifier:(id)arg6; -- (id)_initWithUserInput:(id)arg1 personHandle:(id)arg2 nameComponents:(id)arg3 displayName:(id)arg4 image:(id)arg5 contactIdentifier:(id)arg6 customIdentifier:(id)arg7 aliases:(id)arg8 suggestionType:(int)arg9; +- (id)_initWithUserInput:(id)arg1 personHandle:(id)arg2 nameComponents:(id)arg3 displayName:(id)arg4 image:(id)arg5 contactIdentifier:(id)arg6 customIdentifier:(id)arg7 relationship:(id)arg8 aliases:(id)arg9 suggestionType:(int)arg10; - (id)_userInput; - (id)aliases; - (id)cacheableObjects; - (id)contactIdentifier; - (id)copyWithZone:(struct _NSZone { }*)arg1; - (id)customIdentifier; +- (id)description; - (id)displayName; - (void)encodeWithCoder:(id)arg1; - (id)firstName; @@ -69,6 +74,16 @@ - (id)nameComponents; - (id)personHandle; - (id)pronunciationHint; +- (id)relationship; +- (void)setAliases:(id)arg1; +- (void)setContactIdentifier:(id)arg1; +- (void)setCustomIdentifier:(id)arg1; +- (void)setDisplayName:(id)arg1; +- (void)setImage:(id)arg1; +- (void)setNameComponents:(id)arg1; +- (void)setPersonHandle:(id)arg1; +- (void)setRelationship:(id)arg1; +- (void)setSuggestionType:(int)arg1; - (id)spokenPhrase; - (int)suggestionType; - (id)userIdentifier; diff --git a/Frameworks/Intents.framework/INPersonHandle.h b/Frameworks/Intents.framework/INPersonHandle.h index a2ec3ed5c0..931acada91 100644 --- a/Frameworks/Intents.framework/INPersonHandle.h +++ b/Frameworks/Intents.framework/INPersonHandle.h @@ -3,6 +3,7 @@ */ @interface INPersonHandle : NSObject { + NSString * _label; int _type; NSString * _value; } @@ -10,6 +11,7 @@ @property (readonly, copy) NSString *debugDescription; @property (readonly, copy) NSString *description; @property (readonly) unsigned int hash; +@property (nonatomic, readonly) NSString *label; @property (readonly) Class superclass; @property (nonatomic, readonly) int type; @property (nonatomic, readonly, copy) NSString *value; @@ -17,12 +19,16 @@ + (BOOL)supportsSecureCoding; - (void).cxx_destruct; +- (id)_dictionaryRepresentation; - (id)copyWithZone:(struct _NSZone { }*)arg1; +- (id)description; - (void)encodeWithCoder:(id)arg1; - (unsigned int)hash; - (id)initWithCoder:(id)arg1; - (id)initWithValue:(id)arg1 type:(int)arg2; +- (id)initWithValue:(id)arg1 type:(int)arg2 label:(id)arg3; - (BOOL)isEqual:(id)arg1; +- (id)label; - (int)type; - (id)value; diff --git a/Frameworks/Intents.framework/INPriceRange.h b/Frameworks/Intents.framework/INPriceRange.h index 8f45b25106..a2174cd867 100644 --- a/Frameworks/Intents.framework/INPriceRange.h +++ b/Frameworks/Intents.framework/INPriceRange.h @@ -20,9 +20,11 @@ + (BOOL)supportsSecureCoding; - (void).cxx_destruct; +- (id)_dictionaryRepresentation; - (id)_formattedStringWithLocale:(id)arg1 componentsFormatString:(id)arg2; - (id)copyWithZone:(struct _NSZone { }*)arg1; - (id)currencyCode; +- (id)description; - (void)encodeWithCoder:(id)arg1; - (id)initWithCoder:(id)arg1; - (id)initWithMaximumPrice:(id)arg1 currencyCode:(id)arg2; diff --git a/Frameworks/Intents.framework/INQueryHomeIntent.h b/Frameworks/Intents.framework/INQueryHomeIntent.h index a22719ed66..76cd633356 100644 --- a/Frameworks/Intents.framework/INQueryHomeIntent.h +++ b/Frameworks/Intents.framework/INQueryHomeIntent.h @@ -10,9 +10,11 @@ @property (readonly) unsigned int hash; @property (readonly) Class superclass; +- (id)_dictionaryRepresentation; - (id)_metadata; - (void)_redactForMissingPrivacyEntitlementOptions:(unsigned int)arg1; - (id)_typedBackingStore; +- (id)description; - (id)entities; - (id)initWithEntities:(id)arg1; - (void)setEntities:(id)arg1; diff --git a/Frameworks/Intents.framework/INQueryHomeIntentResponse.h b/Frameworks/Intents.framework/INQueryHomeIntentResponse.h index 9df6b658f1..6a45209c4f 100644 --- a/Frameworks/Intents.framework/INQueryHomeIntentResponse.h +++ b/Frameworks/Intents.framework/INQueryHomeIntentResponse.h @@ -20,8 +20,10 @@ + (BOOL)supportsSecureCoding; - (void).cxx_destruct; +- (id)_dictionaryRepresentation; - (id)_responseMessagePBRepresentation; - (int)code; +- (id)description; - (void)encodeWithCoder:(id)arg1; - (id)init; - (id)initWithBackingStore:(id)arg1; diff --git a/Frameworks/Intents.framework/INRequestPaymentIntent.h b/Frameworks/Intents.framework/INRequestPaymentIntent.h index dae06da7a0..3ac655eae8 100644 --- a/Frameworks/Intents.framework/INRequestPaymentIntent.h +++ b/Frameworks/Intents.framework/INRequestPaymentIntent.h @@ -12,10 +12,12 @@ @property (nonatomic, readonly, copy) INPerson *payer; @property (readonly) Class superclass; +- (id)_dictionaryRepresentation; - (id)_metadata; - (void)_redactForMissingPrivacyEntitlementOptions:(unsigned int)arg1; - (id)_typedBackingStore; - (id)currencyAmount; +- (id)description; - (id)initWithPayer:(id)arg1 currencyAmount:(id)arg2 note:(id)arg3; - (id)note; - (id)payer; diff --git a/Frameworks/Intents.framework/INRequestPaymentIntentResponse.h b/Frameworks/Intents.framework/INRequestPaymentIntentResponse.h index 083fc2d302..747a17402c 100644 --- a/Frameworks/Intents.framework/INRequestPaymentIntentResponse.h +++ b/Frameworks/Intents.framework/INRequestPaymentIntentResponse.h @@ -21,8 +21,10 @@ + (BOOL)supportsSecureCoding; - (void).cxx_destruct; +- (id)_dictionaryRepresentation; - (id)_responseMessagePBRepresentation; - (int)code; +- (id)description; - (void)encodeWithCoder:(id)arg1; - (id)init; - (id)initWithBackingStore:(id)arg1; diff --git a/Frameworks/Intents.framework/INRequestRideIntent.h b/Frameworks/Intents.framework/INRequestRideIntent.h index dd7900e57b..15520e2b13 100644 --- a/Frameworks/Intents.framework/INRequestRideIntent.h +++ b/Frameworks/Intents.framework/INRequestRideIntent.h @@ -14,9 +14,11 @@ @property (nonatomic, readonly, copy) INSpeakableString *rideOptionName; @property (readonly) Class superclass; +- (id)_dictionaryRepresentation; - (id)_metadata; - (void)_redactForMissingPrivacyEntitlementOptions:(unsigned int)arg1; - (id)_typedBackingStore; +- (id)description; - (id)dropOffLocation; - (id)initWithPickupLocation:(id)arg1 dropOffLocation:(id)arg2 rideOptionName:(id)arg3 partySize:(id)arg4 paymentMethod:(id)arg5; - (id)partySize; diff --git a/Frameworks/Intents.framework/INRequestRideIntentResponse.h b/Frameworks/Intents.framework/INRequestRideIntentResponse.h index 2fe2863b88..dc4050392f 100644 --- a/Frameworks/Intents.framework/INRequestRideIntentResponse.h +++ b/Frameworks/Intents.framework/INRequestRideIntentResponse.h @@ -21,8 +21,10 @@ + (BOOL)supportsSecureCoding; - (void).cxx_destruct; +- (id)_dictionaryRepresentation; - (id)_responseMessagePBRepresentation; - (int)code; +- (id)description; - (void)encodeWithCoder:(id)arg1; - (id)init; - (id)initWithBackingStore:(id)arg1; diff --git a/Frameworks/Intents.framework/INRestaurant.h b/Frameworks/Intents.framework/INRestaurant.h index 3f71175838..e1476750aa 100644 --- a/Frameworks/Intents.framework/INRestaurant.h +++ b/Frameworks/Intents.framework/INRestaurant.h @@ -21,7 +21,9 @@ + (BOOL)supportsSecureCoding; - (void).cxx_destruct; +- (id)_dictionaryRepresentation; - (id)copyWithZone:(struct _NSZone { }*)arg1; +- (id)description; - (void)encodeWithCoder:(id)arg1; - (id)init; - (id)initWithCoder:(id)arg1; diff --git a/Frameworks/Intents.framework/INRestaurantGuest.h b/Frameworks/Intents.framework/INRestaurantGuest.h index 27414a150c..f7614c7820 100644 --- a/Frameworks/Intents.framework/INRestaurantGuest.h +++ b/Frameworks/Intents.framework/INRestaurantGuest.h @@ -17,8 +17,10 @@ + (BOOL)supportsSecureCoding; - (void).cxx_destruct; -- (id)_initWithUserInput:(id)arg1 personHandle:(id)arg2 nameComponents:(id)arg3 displayName:(id)arg4 image:(id)arg5 contactIdentifier:(id)arg6 customIdentifier:(id)arg7 aliases:(id)arg8 suggestionType:(int)arg9; +- (id)_dictionaryRepresentation; +- (id)_initWithUserInput:(id)arg1 personHandle:(id)arg2 nameComponents:(id)arg3 displayName:(id)arg4 image:(id)arg5 contactIdentifier:(id)arg6 customIdentifier:(id)arg7 relationship:(id)arg8 aliases:(id)arg9 suggestionType:(int)arg10; - (id)copyWithZone:(struct _NSZone { }*)arg1; +- (id)description; - (id)emailAddress; - (void)encodeWithCoder:(id)arg1; - (id)initWithCoder:(id)arg1; diff --git a/Frameworks/Intents.framework/INRestaurantGuestDisplayPreferences.h b/Frameworks/Intents.framework/INRestaurantGuestDisplayPreferences.h index 073d358a51..1e9ab4b2eb 100644 --- a/Frameworks/Intents.framework/INRestaurantGuestDisplayPreferences.h +++ b/Frameworks/Intents.framework/INRestaurantGuestDisplayPreferences.h @@ -28,7 +28,9 @@ + (BOOL)supportsSecureCoding; +- (id)_dictionaryRepresentation; - (id)copyWithZone:(struct _NSZone { }*)arg1; +- (id)description; - (BOOL)emailAddressEditable; - (BOOL)emailAddressFieldShouldBeDisplayed; - (void)encodeWithCoder:(id)arg1; diff --git a/Frameworks/Intents.framework/INRestaurantOffer.h b/Frameworks/Intents.framework/INRestaurantOffer.h index cd5ca0886e..c2c476c20b 100644 --- a/Frameworks/Intents.framework/INRestaurantOffer.h +++ b/Frameworks/Intents.framework/INRestaurantOffer.h @@ -19,7 +19,9 @@ + (BOOL)supportsSecureCoding; - (void).cxx_destruct; +- (id)_dictionaryRepresentation; - (id)copyWithZone:(struct _NSZone { }*)arg1; +- (id)description; - (void)encodeWithCoder:(id)arg1; - (id)initWithCoder:(id)arg1; - (BOOL)isEqual:(id)arg1; diff --git a/Frameworks/Intents.framework/INRestaurantReservationBooking.h b/Frameworks/Intents.framework/INRestaurantReservationBooking.h index c35fb33828..48e5d5f26c 100644 --- a/Frameworks/Intents.framework/INRestaurantReservationBooking.h +++ b/Frameworks/Intents.framework/INRestaurantReservationBooking.h @@ -35,10 +35,12 @@ + (BOOL)supportsSecureCoding; - (void).cxx_destruct; +- (id)_dictionaryRepresentation; - (id)bookingDate; - (id)bookingDescription; - (id)bookingIdentifier; - (id)copyWithZone:(struct _NSZone { }*)arg1; +- (id)description; - (void)encodeWithCoder:(id)arg1; - (id)init; - (id)initWithCoder:(id)arg1; diff --git a/Frameworks/Intents.framework/INRestaurantReservationUserBooking.h b/Frameworks/Intents.framework/INRestaurantReservationUserBooking.h index 16c3e5b72a..1cc8d8757e 100644 --- a/Frameworks/Intents.framework/INRestaurantReservationUserBooking.h +++ b/Frameworks/Intents.framework/INRestaurantReservationUserBooking.h @@ -25,9 +25,11 @@ + (BOOL)supportsSecureCoding; - (void).cxx_destruct; +- (id)_dictionaryRepresentation; - (id)advisementText; - (id)copyWithZone:(struct _NSZone { }*)arg1; - (id)dateStatusModified; +- (id)description; - (void)encodeWithCoder:(id)arg1; - (id)guest; - (id)guestProvidedSpecialRequestText; diff --git a/Frameworks/Intents.framework/INResumeWorkoutIntent.h b/Frameworks/Intents.framework/INResumeWorkoutIntent.h index cdfdb18762..b28eeaeb99 100644 --- a/Frameworks/Intents.framework/INResumeWorkoutIntent.h +++ b/Frameworks/Intents.framework/INResumeWorkoutIntent.h @@ -10,9 +10,11 @@ @property (readonly) Class superclass; @property (nonatomic, readonly, copy) INSpeakableString *workoutName; +- (id)_dictionaryRepresentation; - (id)_metadata; - (void)_redactForMissingPrivacyEntitlementOptions:(unsigned int)arg1; - (id)_typedBackingStore; +- (id)description; - (id)initWithWorkoutName:(id)arg1; - (void)setWorkoutName:(id)arg1; - (id)workoutName; diff --git a/Frameworks/Intents.framework/INResumeWorkoutIntentResponse.h b/Frameworks/Intents.framework/INResumeWorkoutIntentResponse.h index da4cfaab77..4cf9c7e3c2 100644 --- a/Frameworks/Intents.framework/INResumeWorkoutIntentResponse.h +++ b/Frameworks/Intents.framework/INResumeWorkoutIntentResponse.h @@ -20,8 +20,10 @@ + (BOOL)supportsSecureCoding; - (void).cxx_destruct; +- (id)_dictionaryRepresentation; - (id)_responseMessagePBRepresentation; - (int)code; +- (id)description; - (void)encodeWithCoder:(id)arg1; - (id)init; - (id)initWithBackingStore:(id)arg1; diff --git a/Frameworks/Intents.framework/INRideCompletionStatus.h b/Frameworks/Intents.framework/INRideCompletionStatus.h index f39d6101cd..79d7618d02 100644 --- a/Frameworks/Intents.framework/INRideCompletionStatus.h +++ b/Frameworks/Intents.framework/INRideCompletionStatus.h @@ -32,11 +32,13 @@ + (BOOL)supportsSecureCoding; - (void).cxx_destruct; +- (id)_dictionaryRepresentation; - (id)_initCompleted:(BOOL)arg1 canceledByService:(BOOL)arg2 missedPickup:(BOOL)arg3 amount:(id)arg4 outstanding:(BOOL)arg5; - (id)_initWithValue:(id)arg1; - (id)_newValue; - (id)completionUserActivity; - (id)copyWithZone:(struct _NSZone { }*)arg1; +- (id)description; - (void)encodeWithCoder:(id)arg1; - (id)initWithCoder:(id)arg1; - (BOOL)isCanceled; diff --git a/Frameworks/Intents.framework/INRideDriver.h b/Frameworks/Intents.framework/INRideDriver.h index 42318be85d..be65b0773a 100644 --- a/Frameworks/Intents.framework/INRideDriver.h +++ b/Frameworks/Intents.framework/INRideDriver.h @@ -16,10 +16,12 @@ + (BOOL)supportsSecureCoding; - (void).cxx_destruct; +- (id)_dictionaryRepresentation; - (id)_initWithUserInput:(id)arg1 handle:(id)arg2 nameComponents:(id)arg3 displayName:(id)arg4 image:(id)arg5 contactIdentifier:(id)arg6; - (id)_initWithUserInput:(id)arg1 handle:(id)arg2 nameComponents:(id)arg3 displayName:(id)arg4 image:(id)arg5 contactIdentifier:(id)arg6 rating:(id)arg7 phoneNumber:(id)arg8; -- (id)_initWithUserInput:(id)arg1 personHandle:(id)arg2 nameComponents:(id)arg3 displayName:(id)arg4 image:(id)arg5 contactIdentifier:(id)arg6 customIdentifier:(id)arg7 aliases:(id)arg8 suggestionType:(int)arg9; +- (id)_initWithUserInput:(id)arg1 personHandle:(id)arg2 nameComponents:(id)arg3 displayName:(id)arg4 image:(id)arg5 contactIdentifier:(id)arg6 customIdentifier:(id)arg7 relationship:(id)arg8 aliases:(id)arg9 suggestionType:(int)arg10; - (id)copyWithZone:(struct _NSZone { }*)arg1; +- (id)description; - (void)encodeWithCoder:(id)arg1; - (id)initWithCoder:(id)arg1; - (id)initWithHandle:(id)arg1 displayName:(id)arg2 image:(id)arg3 rating:(id)arg4 phoneNumber:(id)arg5; @@ -27,6 +29,7 @@ - (id)initWithHandle:(id)arg1 nameComponents:(id)arg2 image:(id)arg3 rating:(id)arg4 phoneNumber:(id)arg5; - (id)initWithPersonHandle:(id)arg1 nameComponents:(id)arg2 displayName:(id)arg3 image:(id)arg4 contactIdentifier:(id)arg5 customIdentifier:(id)arg6; - (id)initWithPersonHandle:(id)arg1 nameComponents:(id)arg2 displayName:(id)arg3 image:(id)arg4 rating:(id)arg5 phoneNumber:(id)arg6; +- (id)initWithPhoneNumber:(id)arg1 nameComponents:(id)arg2 displayName:(id)arg3 image:(id)arg4 rating:(id)arg5; - (id)phoneNumber; - (id)rating; diff --git a/Frameworks/Intents.framework/INRideFareLineItem.h b/Frameworks/Intents.framework/INRideFareLineItem.h index acd3a2fb98..4bd1fe8351 100644 --- a/Frameworks/Intents.framework/INRideFareLineItem.h +++ b/Frameworks/Intents.framework/INRideFareLineItem.h @@ -19,8 +19,10 @@ + (BOOL)supportsSecureCoding; - (void).cxx_destruct; +- (id)_dictionaryRepresentation; - (id)copyWithZone:(struct _NSZone { }*)arg1; - (id)currencyCode; +- (id)description; - (void)encodeWithCoder:(id)arg1; - (id)initWithCoder:(id)arg1; - (id)initWithTitle:(id)arg1 price:(id)arg2 currencyCode:(id)arg3; diff --git a/Frameworks/Intents.framework/INRideOption.h b/Frameworks/Intents.framework/INRideOption.h index 23a41fc579..8b9b1b0ea7 100644 --- a/Frameworks/Intents.framework/INRideOption.h +++ b/Frameworks/Intents.framework/INRideOption.h @@ -37,10 +37,12 @@ + (BOOL)supportsSecureCoding; - (void).cxx_destruct; +- (id)_dictionaryRepresentation; - (id)availablePartySizeOptions; - (id)availablePartySizeOptionsSelectionPrompt; - (id)cacheableObjects; - (id)copyWithZone:(struct _NSZone { }*)arg1; +- (id)description; - (id)disclaimerMessage; - (void)encodeWithCoder:(id)arg1; - (id)estimatedPickupDate; diff --git a/Frameworks/Intents.framework/INRidePartySizeOption.h b/Frameworks/Intents.framework/INRidePartySizeOption.h index 03b58b6632..60fdad2118 100644 --- a/Frameworks/Intents.framework/INRidePartySizeOption.h +++ b/Frameworks/Intents.framework/INRidePartySizeOption.h @@ -22,7 +22,9 @@ + (BOOL)supportsSecureCoding; - (void).cxx_destruct; +- (id)_dictionaryRepresentation; - (id)copyWithZone:(struct _NSZone { }*)arg1; +- (id)description; - (void)encodeWithCoder:(id)arg1; - (id)initWithCoder:(id)arg1; - (id)initWithPartySizeRange:(struct _NSRange { unsigned int x1; unsigned int x2; })arg1 sizeDescription:(id)arg2 priceRange:(id)arg3; diff --git a/Frameworks/Intents.framework/INRideStatus.h b/Frameworks/Intents.framework/INRideStatus.h index f6a8319e2c..3184b4ebaf 100644 --- a/Frameworks/Intents.framework/INRideStatus.h +++ b/Frameworks/Intents.framework/INRideStatus.h @@ -41,10 +41,12 @@ + (BOOL)supportsSecureCoding; - (void).cxx_destruct; +- (id)_dictionaryRepresentation; - (id)additionalActionActivities; - (id)cacheableObjects; - (id)completionStatus; - (id)copyWithZone:(struct _NSZone { }*)arg1; +- (id)description; - (id)driver; - (id)dropOffLocation; - (void)encodeWithCoder:(id)arg1; diff --git a/Frameworks/Intents.framework/INRideVehicle.h b/Frameworks/Intents.framework/INRideVehicle.h index 827b75b1d2..bb7a506588 100644 --- a/Frameworks/Intents.framework/INRideVehicle.h +++ b/Frameworks/Intents.framework/INRideVehicle.h @@ -23,8 +23,10 @@ + (BOOL)supportsSecureCoding; - (void).cxx_destruct; +- (id)_dictionaryRepresentation; - (id)cacheableObjects; - (id)copyWithZone:(struct _NSZone { }*)arg1; +- (id)description; - (void)encodeWithCoder:(id)arg1; - (id)initWithCoder:(id)arg1; - (id)location; diff --git a/Frameworks/Intents.framework/INSaveProfileInCarIntent.h b/Frameworks/Intents.framework/INSaveProfileInCarIntent.h index 39aefde157..3022bd929b 100644 --- a/Frameworks/Intents.framework/INSaveProfileInCarIntent.h +++ b/Frameworks/Intents.framework/INSaveProfileInCarIntent.h @@ -8,16 +8,21 @@ @property (readonly, copy) NSString *description; @property (readonly) unsigned int hash; @property (nonatomic, readonly, copy) NSString *profileLabel; +@property (nonatomic, readonly, copy) NSString *profileName; @property (nonatomic, readonly, copy) NSNumber *profileNumber; @property (readonly) Class superclass; +- (id)_dictionaryRepresentation; - (id)_metadata; - (void)_redactForMissingPrivacyEntitlementOptions:(unsigned int)arg1; - (id)_typedBackingStore; +- (id)description; - (id)initWithProfileNumber:(id)arg1 profileLabel:(id)arg2; +- (id)initWithProfileNumber:(id)arg1 profileName:(id)arg2; - (id)profileLabel; +- (id)profileName; - (id)profileNumber; -- (void)setProfileLabel:(id)arg1; +- (void)setProfileName:(id)arg1; - (void)setProfileNumber:(id)arg1; @end diff --git a/Frameworks/Intents.framework/INSaveProfileInCarIntentResponse.h b/Frameworks/Intents.framework/INSaveProfileInCarIntentResponse.h index 840f40435b..3b2778a7fc 100644 --- a/Frameworks/Intents.framework/INSaveProfileInCarIntentResponse.h +++ b/Frameworks/Intents.framework/INSaveProfileInCarIntentResponse.h @@ -20,8 +20,10 @@ + (BOOL)supportsSecureCoding; - (void).cxx_destruct; +- (id)_dictionaryRepresentation; - (id)_responseMessagePBRepresentation; - (int)code; +- (id)description; - (void)encodeWithCoder:(id)arg1; - (id)init; - (id)initWithBackingStore:(id)arg1; diff --git a/Frameworks/Intents.framework/INSearchCallHistoryIntent.h b/Frameworks/Intents.framework/INSearchCallHistoryIntent.h index b4c80f2bfe..2b8e5379ae 100644 --- a/Frameworks/Intents.framework/INSearchCallHistoryIntent.h +++ b/Frameworks/Intents.framework/INSearchCallHistoryIntent.h @@ -13,12 +13,14 @@ @property (nonatomic, readonly, copy) INPerson *recipient; @property (readonly) Class superclass; +- (id)_dictionaryRepresentation; - (id)_metadata; - (void)_redactForMissingPrivacyEntitlementOptions:(unsigned int)arg1; - (id)_typedBackingStore; - (unsigned int)callCapabilities; - (int)callType; - (id)dateCreated; +- (id)description; - (id)initWithCallType:(int)arg1 dateCreated:(id)arg2 recipient:(id)arg3 callCapabilities:(unsigned int)arg4; - (id)recipient; - (void)setCallCapabilities:(unsigned int)arg1; diff --git a/Frameworks/Intents.framework/INSearchCallHistoryIntentResponse.h b/Frameworks/Intents.framework/INSearchCallHistoryIntentResponse.h index 3a4a4b9531..e3326dcaca 100644 --- a/Frameworks/Intents.framework/INSearchCallHistoryIntentResponse.h +++ b/Frameworks/Intents.framework/INSearchCallHistoryIntentResponse.h @@ -20,8 +20,10 @@ + (BOOL)supportsSecureCoding; - (void).cxx_destruct; +- (id)_dictionaryRepresentation; - (id)_responseMessagePBRepresentation; - (int)code; +- (id)description; - (void)encodeWithCoder:(id)arg1; - (id)init; - (id)initWithBackingStore:(id)arg1; diff --git a/Frameworks/Intents.framework/INSearchForMessagesIntent.h b/Frameworks/Intents.framework/INSearchForMessagesIntent.h index 735b412e36..ec187f05e8 100644 --- a/Frameworks/Intents.framework/INSearchForMessagesIntent.h +++ b/Frameworks/Intents.framework/INSearchForMessagesIntent.h @@ -23,6 +23,7 @@ @property (nonatomic, readonly) int sendersOperator; @property (readonly) Class superclass; +- (id)_dictionaryRepresentation; - (id)_metadata; - (void)_redactForMissingPrivacyEntitlementOptions:(unsigned int)arg1; - (id)_typedBackingStore; @@ -32,6 +33,7 @@ - (id)contents; - (int)contentsOperator; - (id)dateTimeRange; +- (id)description; - (id)groupNames; - (int)groupNamesOperator; - (id)identifiers; diff --git a/Frameworks/Intents.framework/INSearchForMessagesIntentResponse.h b/Frameworks/Intents.framework/INSearchForMessagesIntentResponse.h index e930ea293c..c603dbe8a5 100644 --- a/Frameworks/Intents.framework/INSearchForMessagesIntentResponse.h +++ b/Frameworks/Intents.framework/INSearchForMessagesIntentResponse.h @@ -22,8 +22,10 @@ + (BOOL)supportsSecureCoding; - (void).cxx_destruct; +- (id)_dictionaryRepresentation; - (id)_responseMessagePBRepresentation; - (int)code; +- (id)description; - (void)encodeWithCoder:(id)arg1; - (id)init; - (id)initWithBackingStore:(id)arg1; diff --git a/Frameworks/Intents.framework/INSearchForPhotosIntent.h b/Frameworks/Intents.framework/INSearchForPhotosIntent.h index 6be53aca82..2cc9933add 100644 --- a/Frameworks/Intents.framework/INSearchForPhotosIntent.h +++ b/Frameworks/Intents.framework/INSearchForPhotosIntent.h @@ -18,11 +18,13 @@ @property (nonatomic, readonly) int searchTermsOperator; @property (readonly) Class superclass; +- (id)_dictionaryRepresentation; - (id)_metadata; - (void)_redactForMissingPrivacyEntitlementOptions:(unsigned int)arg1; - (id)_typedBackingStore; - (id)albumName; - (id)dateCreated; +- (id)description; - (unsigned int)excludedAttributes; - (unsigned int)includedAttributes; - (id)initWithDateCreated:(id)arg1 locationCreated:(id)arg2 albumName:(id)arg3 searchTerms:(id)arg4 includedAttributes:(unsigned int)arg5 excludedAttributes:(unsigned int)arg6 peopleInPhoto:(id)arg7; diff --git a/Frameworks/Intents.framework/INSearchForPhotosIntentResponse.h b/Frameworks/Intents.framework/INSearchForPhotosIntentResponse.h index 5691bbef73..9e58de5464 100644 --- a/Frameworks/Intents.framework/INSearchForPhotosIntentResponse.h +++ b/Frameworks/Intents.framework/INSearchForPhotosIntentResponse.h @@ -21,8 +21,10 @@ + (BOOL)supportsSecureCoding; - (void).cxx_destruct; +- (id)_dictionaryRepresentation; - (id)_responseMessagePBRepresentation; - (int)code; +- (id)description; - (void)encodeWithCoder:(id)arg1; - (id)init; - (id)initWithBackingStore:(id)arg1; diff --git a/Frameworks/Intents.framework/INSendMessageIntent.h b/Frameworks/Intents.framework/INSendMessageIntent.h index 1aeafdd8df..55e22d25c9 100644 --- a/Frameworks/Intents.framework/INSendMessageIntent.h +++ b/Frameworks/Intents.framework/INSendMessageIntent.h @@ -16,10 +16,12 @@ // Image: /System/Library/Frameworks/Intents.framework/Intents +- (id)_dictionaryRepresentation; - (id)_metadata; - (void)_redactForMissingPrivacyEntitlementOptions:(unsigned int)arg1; - (id)_typedBackingStore; - (id)content; +- (id)description; - (id)groupName; - (id)initWithRecipients:(id)arg1 content:(id)arg2 groupName:(id)arg3 serviceName:(id)arg4 sender:(id)arg5; - (id)initWithRecipients:(id)arg1 content:(id)arg2 serviceName:(id)arg3 sender:(id)arg4; diff --git a/Frameworks/Intents.framework/INSendMessageIntentResponse.h b/Frameworks/Intents.framework/INSendMessageIntentResponse.h index 015a0bda3f..06fcd28552 100644 --- a/Frameworks/Intents.framework/INSendMessageIntentResponse.h +++ b/Frameworks/Intents.framework/INSendMessageIntentResponse.h @@ -20,8 +20,10 @@ + (BOOL)supportsSecureCoding; - (void).cxx_destruct; +- (id)_dictionaryRepresentation; - (id)_responseMessagePBRepresentation; - (int)code; +- (id)description; - (void)encodeWithCoder:(id)arg1; - (id)init; - (id)initWithBackingStore:(id)arg1; diff --git a/Frameworks/Intents.framework/INSendPaymentIntent.h b/Frameworks/Intents.framework/INSendPaymentIntent.h index 677380669b..02354a0dc3 100644 --- a/Frameworks/Intents.framework/INSendPaymentIntent.h +++ b/Frameworks/Intents.framework/INSendPaymentIntent.h @@ -12,10 +12,12 @@ @property (nonatomic, readonly, copy) INPerson *payee; @property (readonly) Class superclass; +- (id)_dictionaryRepresentation; - (id)_metadata; - (void)_redactForMissingPrivacyEntitlementOptions:(unsigned int)arg1; - (id)_typedBackingStore; - (id)currencyAmount; +- (id)description; - (id)initWithPayee:(id)arg1 currencyAmount:(id)arg2 note:(id)arg3; - (id)note; - (id)payee; diff --git a/Frameworks/Intents.framework/INSendPaymentIntentResponse.h b/Frameworks/Intents.framework/INSendPaymentIntentResponse.h index 09a7e33f07..dfb614d929 100644 --- a/Frameworks/Intents.framework/INSendPaymentIntentResponse.h +++ b/Frameworks/Intents.framework/INSendPaymentIntentResponse.h @@ -21,8 +21,10 @@ + (BOOL)supportsSecureCoding; - (void).cxx_destruct; +- (id)_dictionaryRepresentation; - (id)_responseMessagePBRepresentation; - (int)code; +- (id)description; - (void)encodeWithCoder:(id)arg1; - (id)init; - (id)initWithBackingStore:(id)arg1; diff --git a/Frameworks/Intents.framework/INSetAudioSourceInCarIntent.h b/Frameworks/Intents.framework/INSetAudioSourceInCarIntent.h index b8ce735083..bd918640aa 100644 --- a/Frameworks/Intents.framework/INSetAudioSourceInCarIntent.h +++ b/Frameworks/Intents.framework/INSetAudioSourceInCarIntent.h @@ -11,10 +11,12 @@ @property (nonatomic, readonly) int relativeAudioSourceReference; @property (readonly) Class superclass; +- (id)_dictionaryRepresentation; - (id)_metadata; - (void)_redactForMissingPrivacyEntitlementOptions:(unsigned int)arg1; - (id)_typedBackingStore; - (int)audioSource; +- (id)description; - (id)initWithAudioSource:(int)arg1 relativeAudioSourceReference:(int)arg2; - (int)relativeAudioSourceReference; - (void)setAudioSource:(int)arg1; diff --git a/Frameworks/Intents.framework/INSetAudioSourceInCarIntentResponse.h b/Frameworks/Intents.framework/INSetAudioSourceInCarIntentResponse.h index bd33a85d43..87702342fc 100644 --- a/Frameworks/Intents.framework/INSetAudioSourceInCarIntentResponse.h +++ b/Frameworks/Intents.framework/INSetAudioSourceInCarIntentResponse.h @@ -20,8 +20,10 @@ + (BOOL)supportsSecureCoding; - (void).cxx_destruct; +- (id)_dictionaryRepresentation; - (id)_responseMessagePBRepresentation; - (int)code; +- (id)description; - (void)encodeWithCoder:(id)arg1; - (id)init; - (id)initWithBackingStore:(id)arg1; diff --git a/Frameworks/Intents.framework/INSetClimateSettingsInCarIntent.h b/Frameworks/Intents.framework/INSetClimateSettingsInCarIntent.h index a965dcbdb4..69f5858eb0 100644 --- a/Frameworks/Intents.framework/INSetClimateSettingsInCarIntent.h +++ b/Frameworks/Intents.framework/INSetClimateSettingsInCarIntent.h @@ -20,11 +20,13 @@ @property (readonly) Class superclass; @property (nonatomic, readonly, copy) NSMeasurement *temperature; +- (id)_dictionaryRepresentation; - (id)_metadata; - (void)_redactForMissingPrivacyEntitlementOptions:(unsigned int)arg1; - (id)_typedBackingStore; - (int)airCirculationMode; - (int)climateZone; +- (id)description; - (id)enableAirConditioner; - (id)enableAutoMode; - (id)enableClimateControl; diff --git a/Frameworks/Intents.framework/INSetClimateSettingsInCarIntentResponse.h b/Frameworks/Intents.framework/INSetClimateSettingsInCarIntentResponse.h index 3df3a6efc7..b3916d6cf1 100644 --- a/Frameworks/Intents.framework/INSetClimateSettingsInCarIntentResponse.h +++ b/Frameworks/Intents.framework/INSetClimateSettingsInCarIntentResponse.h @@ -20,8 +20,10 @@ + (BOOL)supportsSecureCoding; - (void).cxx_destruct; +- (id)_dictionaryRepresentation; - (id)_responseMessagePBRepresentation; - (int)code; +- (id)description; - (void)encodeWithCoder:(id)arg1; - (id)init; - (id)initWithBackingStore:(id)arg1; diff --git a/Frameworks/Intents.framework/INSetDefrosterSettingsInCarIntent.h b/Frameworks/Intents.framework/INSetDefrosterSettingsInCarIntent.h index a4d86ba114..0b9d5edd2a 100644 --- a/Frameworks/Intents.framework/INSetDefrosterSettingsInCarIntent.h +++ b/Frameworks/Intents.framework/INSetDefrosterSettingsInCarIntent.h @@ -11,10 +11,12 @@ @property (readonly) unsigned int hash; @property (readonly) Class superclass; +- (id)_dictionaryRepresentation; - (id)_metadata; - (void)_redactForMissingPrivacyEntitlementOptions:(unsigned int)arg1; - (id)_typedBackingStore; - (int)defroster; +- (id)description; - (id)enable; - (id)initWithEnable:(id)arg1 defroster:(int)arg2; - (void)setDefroster:(int)arg1; diff --git a/Frameworks/Intents.framework/INSetDefrosterSettingsInCarIntentResponse.h b/Frameworks/Intents.framework/INSetDefrosterSettingsInCarIntentResponse.h index c6c329d0e0..6bdefc3e89 100644 --- a/Frameworks/Intents.framework/INSetDefrosterSettingsInCarIntentResponse.h +++ b/Frameworks/Intents.framework/INSetDefrosterSettingsInCarIntentResponse.h @@ -20,8 +20,10 @@ + (BOOL)supportsSecureCoding; - (void).cxx_destruct; +- (id)_dictionaryRepresentation; - (id)_responseMessagePBRepresentation; - (int)code; +- (id)description; - (void)encodeWithCoder:(id)arg1; - (id)init; - (id)initWithBackingStore:(id)arg1; diff --git a/Frameworks/Intents.framework/INSetMessageAttributeIntent.h b/Frameworks/Intents.framework/INSetMessageAttributeIntent.h index f809c91dd8..c73528d162 100644 --- a/Frameworks/Intents.framework/INSetMessageAttributeIntent.h +++ b/Frameworks/Intents.framework/INSetMessageAttributeIntent.h @@ -11,10 +11,12 @@ @property (nonatomic, readonly, copy) NSArray *identifiers; @property (readonly) Class superclass; +- (id)_dictionaryRepresentation; - (id)_metadata; - (void)_redactForMissingPrivacyEntitlementOptions:(unsigned int)arg1; - (id)_typedBackingStore; - (int)attribute; +- (id)description; - (id)identifiers; - (id)initWithIdentifiers:(id)arg1 attribute:(int)arg2; - (void)setAttribute:(int)arg1; diff --git a/Frameworks/Intents.framework/INSetMessageAttributeIntentResponse.h b/Frameworks/Intents.framework/INSetMessageAttributeIntentResponse.h index 5ae27cfbc9..4e29679848 100644 --- a/Frameworks/Intents.framework/INSetMessageAttributeIntentResponse.h +++ b/Frameworks/Intents.framework/INSetMessageAttributeIntentResponse.h @@ -20,8 +20,10 @@ + (BOOL)supportsSecureCoding; - (void).cxx_destruct; +- (id)_dictionaryRepresentation; - (id)_responseMessagePBRepresentation; - (int)code; +- (id)description; - (void)encodeWithCoder:(id)arg1; - (id)init; - (id)initWithBackingStore:(id)arg1; diff --git a/Frameworks/Intents.framework/INSetProfileInCarIntent.h b/Frameworks/Intents.framework/INSetProfileInCarIntent.h index 763aeab74b..50671b369c 100644 --- a/Frameworks/Intents.framework/INSetProfileInCarIntent.h +++ b/Frameworks/Intents.framework/INSetProfileInCarIntent.h @@ -9,18 +9,23 @@ @property (readonly, copy) NSString *description; @property (readonly) unsigned int hash; @property (nonatomic, readonly, copy) NSString *profileLabel; +@property (nonatomic, readonly, copy) NSString *profileName; @property (nonatomic, readonly, copy) NSNumber *profileNumber; @property (readonly) Class superclass; +- (id)_dictionaryRepresentation; - (id)_metadata; - (void)_redactForMissingPrivacyEntitlementOptions:(unsigned int)arg1; - (id)_typedBackingStore; - (id)defaultProfile; +- (id)description; - (id)initWithProfileNumber:(id)arg1 profileLabel:(id)arg2 defaultProfile:(id)arg3; +- (id)initWithProfileNumber:(id)arg1 profileName:(id)arg2 defaultProfile:(id)arg3; - (id)profileLabel; +- (id)profileName; - (id)profileNumber; - (void)setDefaultProfile:(id)arg1; -- (void)setProfileLabel:(id)arg1; +- (void)setProfileName:(id)arg1; - (void)setProfileNumber:(id)arg1; @end diff --git a/Frameworks/Intents.framework/INSetProfileInCarIntentResponse.h b/Frameworks/Intents.framework/INSetProfileInCarIntentResponse.h index 81064c5b52..44046c3dde 100644 --- a/Frameworks/Intents.framework/INSetProfileInCarIntentResponse.h +++ b/Frameworks/Intents.framework/INSetProfileInCarIntentResponse.h @@ -20,8 +20,10 @@ + (BOOL)supportsSecureCoding; - (void).cxx_destruct; +- (id)_dictionaryRepresentation; - (id)_responseMessagePBRepresentation; - (int)code; +- (id)description; - (void)encodeWithCoder:(id)arg1; - (id)init; - (id)initWithBackingStore:(id)arg1; diff --git a/Frameworks/Intents.framework/INSetRadioStationIntent.h b/Frameworks/Intents.framework/INSetRadioStationIntent.h index 299539b082..5553e4e599 100644 --- a/Frameworks/Intents.framework/INSetRadioStationIntent.h +++ b/Frameworks/Intents.framework/INSetRadioStationIntent.h @@ -14,10 +14,12 @@ @property (nonatomic, readonly, copy) NSString *stationName; @property (readonly) Class superclass; +- (id)_dictionaryRepresentation; - (id)_metadata; - (void)_redactForMissingPrivacyEntitlementOptions:(unsigned int)arg1; - (id)_typedBackingStore; - (id)channel; +- (id)description; - (id)frequency; - (id)initWithRadioType:(int)arg1 frequency:(id)arg2 stationName:(id)arg3 channel:(id)arg4 presetNumber:(id)arg5; - (id)presetNumber; diff --git a/Frameworks/Intents.framework/INSetRadioStationIntentResponse.h b/Frameworks/Intents.framework/INSetRadioStationIntentResponse.h index 55340272b1..0d9a3521e3 100644 --- a/Frameworks/Intents.framework/INSetRadioStationIntentResponse.h +++ b/Frameworks/Intents.framework/INSetRadioStationIntentResponse.h @@ -20,8 +20,10 @@ + (BOOL)supportsSecureCoding; - (void).cxx_destruct; +- (id)_dictionaryRepresentation; - (id)_responseMessagePBRepresentation; - (int)code; +- (id)description; - (void)encodeWithCoder:(id)arg1; - (id)init; - (id)initWithBackingStore:(id)arg1; diff --git a/Frameworks/Intents.framework/INSetSeatSettingsInCarIntent.h b/Frameworks/Intents.framework/INSetSeatSettingsInCarIntent.h index ca7dcbaa66..8972241a94 100644 --- a/Frameworks/Intents.framework/INSetSeatSettingsInCarIntent.h +++ b/Frameworks/Intents.framework/INSetSeatSettingsInCarIntent.h @@ -15,9 +15,11 @@ @property (nonatomic, readonly) int seat; @property (readonly) Class superclass; +- (id)_dictionaryRepresentation; - (id)_metadata; - (void)_redactForMissingPrivacyEntitlementOptions:(unsigned int)arg1; - (id)_typedBackingStore; +- (id)description; - (id)enableCooling; - (id)enableHeating; - (id)enableMassage; diff --git a/Frameworks/Intents.framework/INSetSeatSettingsInCarIntentResponse.h b/Frameworks/Intents.framework/INSetSeatSettingsInCarIntentResponse.h index e65c5b2f9b..e264e0e381 100644 --- a/Frameworks/Intents.framework/INSetSeatSettingsInCarIntentResponse.h +++ b/Frameworks/Intents.framework/INSetSeatSettingsInCarIntentResponse.h @@ -20,8 +20,10 @@ + (BOOL)supportsSecureCoding; - (void).cxx_destruct; +- (id)_dictionaryRepresentation; - (id)_responseMessagePBRepresentation; - (int)code; +- (id)description; - (void)encodeWithCoder:(id)arg1; - (id)init; - (id)initWithBackingStore:(id)arg1; diff --git a/Frameworks/Intents.framework/INSpeakableString.h b/Frameworks/Intents.framework/INSpeakableString.h index f7521952d0..28bfc24515 100644 --- a/Frameworks/Intents.framework/INSpeakableString.h +++ b/Frameworks/Intents.framework/INSpeakableString.h @@ -11,9 +11,9 @@ @property (readonly, copy) NSString *debugDescription; @property (readonly, copy) NSString *description; @property (readonly) unsigned int hash; -@property (nonatomic, readonly) NSString *identifier; -@property (nonatomic, readonly) NSString *pronunciationHint; -@property (nonatomic, readonly) NSString *spokenPhrase; +@property (nonatomic, retain) NSString *identifier; +@property (nonatomic, retain) NSString *pronunciationHint; +@property (nonatomic, retain) NSString *spokenPhrase; @property (readonly) Class superclass; + (BOOL)supportsSecureCoding; @@ -28,10 +28,14 @@ - (id)identifier; - (id)initWithCoder:(id)arg1; - (id)initWithIdentifier:(id)arg1 spokenPhrase:(id)arg2 pronunciationHint:(id)arg3; +- (id)initWithSpokenPhrase:(id)arg1; - (BOOL)isEqual:(id)arg1; - (unsigned int)length; - (id)mutableCopyWithZone:(struct _NSZone { }*)arg1; - (id)pronunciationHint; +- (void)setIdentifier:(id)arg1; +- (void)setPronunciationHint:(id)arg1; +- (void)setSpokenPhrase:(id)arg1; - (id)spokenPhrase; @end diff --git a/Frameworks/Intents.framework/INStartAudioCallIntent.h b/Frameworks/Intents.framework/INStartAudioCallIntent.h index d8a4515f15..736773c341 100644 --- a/Frameworks/Intents.framework/INStartAudioCallIntent.h +++ b/Frameworks/Intents.framework/INStartAudioCallIntent.h @@ -17,11 +17,13 @@ // Image: /System/Library/Frameworks/Intents.framework/Intents +- (id)_dictionaryRepresentation; - (id)_metadata; - (void)_redactForMissingPrivacyEntitlementOptions:(unsigned int)arg1; - (id)_typedBackingStore; - (int)audioRoute; - (id)contacts; +- (id)description; - (int)destinationType; - (id)initWithContacts:(id)arg1; - (int)preferredCallProvider; diff --git a/Frameworks/Intents.framework/INStartAudioCallIntentResponse.h b/Frameworks/Intents.framework/INStartAudioCallIntentResponse.h index 9367ecf8f2..5506a24ff4 100644 --- a/Frameworks/Intents.framework/INStartAudioCallIntentResponse.h +++ b/Frameworks/Intents.framework/INStartAudioCallIntentResponse.h @@ -20,8 +20,10 @@ + (BOOL)supportsSecureCoding; - (void).cxx_destruct; +- (id)_dictionaryRepresentation; - (id)_responseMessagePBRepresentation; - (int)code; +- (id)description; - (void)encodeWithCoder:(id)arg1; - (id)init; - (id)initWithBackingStore:(id)arg1; diff --git a/Frameworks/Intents.framework/INStartPhotoPlaybackIntent.h b/Frameworks/Intents.framework/INStartPhotoPlaybackIntent.h index 4811697a24..92e3d88b15 100644 --- a/Frameworks/Intents.framework/INStartPhotoPlaybackIntent.h +++ b/Frameworks/Intents.framework/INStartPhotoPlaybackIntent.h @@ -18,11 +18,13 @@ @property (nonatomic, readonly) int searchTermsOperator; @property (readonly) Class superclass; +- (id)_dictionaryRepresentation; - (id)_metadata; - (void)_redactForMissingPrivacyEntitlementOptions:(unsigned int)arg1; - (id)_typedBackingStore; - (id)albumName; - (id)dateCreated; +- (id)description; - (unsigned int)excludedAttributes; - (unsigned int)includedAttributes; - (id)initWithDateCreated:(id)arg1 locationCreated:(id)arg2 albumName:(id)arg3 searchTerms:(id)arg4 includedAttributes:(unsigned int)arg5 excludedAttributes:(unsigned int)arg6 peopleInPhoto:(id)arg7; diff --git a/Frameworks/Intents.framework/INStartPhotoPlaybackIntentResponse.h b/Frameworks/Intents.framework/INStartPhotoPlaybackIntentResponse.h index 8440f851a9..4e779d3332 100644 --- a/Frameworks/Intents.framework/INStartPhotoPlaybackIntentResponse.h +++ b/Frameworks/Intents.framework/INStartPhotoPlaybackIntentResponse.h @@ -21,8 +21,10 @@ + (BOOL)supportsSecureCoding; - (void).cxx_destruct; +- (id)_dictionaryRepresentation; - (id)_responseMessagePBRepresentation; - (int)code; +- (id)description; - (void)encodeWithCoder:(id)arg1; - (id)init; - (id)initWithBackingStore:(id)arg1; diff --git a/Frameworks/Intents.framework/INStartVideoCallIntent.h b/Frameworks/Intents.framework/INStartVideoCallIntent.h index 01e5c00b91..2e299f12c5 100644 --- a/Frameworks/Intents.framework/INStartVideoCallIntent.h +++ b/Frameworks/Intents.framework/INStartVideoCallIntent.h @@ -13,11 +13,13 @@ // Image: /System/Library/Frameworks/Intents.framework/Intents +- (id)_dictionaryRepresentation; - (id)_metadata; - (void)_redactForMissingPrivacyEntitlementOptions:(unsigned int)arg1; - (id)_typedBackingStore; - (int)audioRoute; - (id)contacts; +- (id)description; - (id)initWithContacts:(id)arg1; - (void)setAudioRoute:(int)arg1; - (void)setContacts:(id)arg1; diff --git a/Frameworks/Intents.framework/INStartVideoCallIntentResponse.h b/Frameworks/Intents.framework/INStartVideoCallIntentResponse.h index 38e842032d..ef488fae83 100644 --- a/Frameworks/Intents.framework/INStartVideoCallIntentResponse.h +++ b/Frameworks/Intents.framework/INStartVideoCallIntentResponse.h @@ -20,8 +20,10 @@ + (BOOL)supportsSecureCoding; - (void).cxx_destruct; +- (id)_dictionaryRepresentation; - (id)_responseMessagePBRepresentation; - (int)code; +- (id)description; - (void)encodeWithCoder:(id)arg1; - (id)init; - (id)initWithBackingStore:(id)arg1; diff --git a/Frameworks/Intents.framework/INStartWorkoutIntent.h b/Frameworks/Intents.framework/INStartWorkoutIntent.h index 721ee48679..92e8052c5f 100644 --- a/Frameworks/Intents.framework/INStartWorkoutIntent.h +++ b/Frameworks/Intents.framework/INStartWorkoutIntent.h @@ -14,9 +14,11 @@ @property (nonatomic, readonly) int workoutLocationType; @property (nonatomic, readonly, copy) INSpeakableString *workoutName; +- (id)_dictionaryRepresentation; - (id)_metadata; - (void)_redactForMissingPrivacyEntitlementOptions:(unsigned int)arg1; - (id)_typedBackingStore; +- (id)description; - (id)goalValue; - (id)initWithWorkoutName:(id)arg1 goalValue:(id)arg2 workoutGoalUnitType:(int)arg3 workoutLocationType:(int)arg4 isOpenEnded:(id)arg5; - (id)isOpenEnded; diff --git a/Frameworks/Intents.framework/INStartWorkoutIntentResponse.h b/Frameworks/Intents.framework/INStartWorkoutIntentResponse.h index d8c9617b9a..3933026930 100644 --- a/Frameworks/Intents.framework/INStartWorkoutIntentResponse.h +++ b/Frameworks/Intents.framework/INStartWorkoutIntentResponse.h @@ -20,8 +20,10 @@ + (BOOL)supportsSecureCoding; - (void).cxx_destruct; +- (id)_dictionaryRepresentation; - (id)_responseMessagePBRepresentation; - (int)code; +- (id)description; - (void)encodeWithCoder:(id)arg1; - (id)init; - (id)initWithBackingStore:(id)arg1; diff --git a/Frameworks/Intents.framework/INTermsAndConditions.h b/Frameworks/Intents.framework/INTermsAndConditions.h index 5047d2a4e0..fa195948e3 100644 --- a/Frameworks/Intents.framework/INTermsAndConditions.h +++ b/Frameworks/Intents.framework/INTermsAndConditions.h @@ -19,7 +19,9 @@ + (BOOL)supportsSecureCoding; - (void).cxx_destruct; +- (id)_dictionaryRepresentation; - (id)copyWithZone:(struct _NSZone { }*)arg1; +- (id)description; - (void)encodeWithCoder:(id)arg1; - (id)init; - (id)initWithCoder:(id)arg1; diff --git a/Frameworks/Intents.framework/INVocabularyUpdater.h b/Frameworks/Intents.framework/INVocabularyUpdater.h index e5818065e2..1efd6b9034 100644 --- a/Frameworks/Intents.framework/INVocabularyUpdater.h +++ b/Frameworks/Intents.framework/INVocabularyUpdater.h @@ -6,7 +6,6 @@ + (id)_sharedAppInstance; + (void)clearAllCustomVocabulary; -+ (void)initialize; - (void)setCustomPhotoAlbumNames:(id)arg1; - (void)setValidatedVocabulary:(id)arg1 forIntentSlot:(id)arg2 validationCompletion:(id /* block */)arg3; diff --git a/Frameworks/Intents.framework/_INExtension.h b/Frameworks/Intents.framework/_INExtension.h index 4baa473c8e..8600c041ea 100644 --- a/Frameworks/Intents.framework/_INExtension.h +++ b/Frameworks/Intents.framework/_INExtension.h @@ -10,6 +10,7 @@ @property (readonly) Class superclass; + (void)initialize; ++ (void)load; - (void)beginRequestWithExtensionContext:(id)arg1; - (id)currentApplicationContext; diff --git a/Frameworks/Intents.framework/_INPBContactHandle.h b/Frameworks/Intents.framework/_INPBContactHandle.h index 9ce9a4396a..6b67312204 100644 --- a/Frameworks/Intents.framework/_INPBContactHandle.h +++ b/Frameworks/Intents.framework/_INPBContactHandle.h @@ -6,13 +6,16 @@ struct { unsigned int type : 1; } _has; + NSString * _label; int _type; PBUnknownFields * _unknownFields; NSString * _value; } +@property (nonatomic, readonly) BOOL hasLabel; @property (nonatomic) BOOL hasType; @property (nonatomic, readonly) BOOL hasValue; +@property (nonatomic, retain) NSString *label; @property (nonatomic) int type; @property (nonatomic, readonly) PBUnknownFields *unknownFields; @property (nonatomic, retain) NSString *value; @@ -23,13 +26,16 @@ - (id)copyWithZone:(struct _NSZone { }*)arg1; - (id)description; - (id)dictionaryRepresentation; +- (BOOL)hasLabel; - (BOOL)hasType; - (BOOL)hasValue; - (unsigned int)hash; - (BOOL)isEqual:(id)arg1; +- (id)label; - (void)mergeFrom:(id)arg1; - (BOOL)readFrom:(id)arg1; - (void)setHasType:(BOOL)arg1; +- (void)setLabel:(id)arg1; - (void)setType:(int)arg1; - (void)setValue:(id)arg1; - (int)type; diff --git a/Frameworks/Intents.framework/_INPBContactValue.h b/Frameworks/Intents.framework/_INPBContactValue.h index 19c57eac5f..94643db676 100644 --- a/Frameworks/Intents.framework/_INPBContactValue.h +++ b/Frameworks/Intents.framework/_INPBContactValue.h @@ -13,6 +13,7 @@ } _has; _INPBImageValue * _image; NSString * _lastName; + NSString * _relationship; int _suggestionType; PBUnknownFields * _unknownFields; _INPBValueMetadata * _valueMetadata; @@ -29,10 +30,12 @@ @property (nonatomic, readonly) BOOL hasFullName; @property (nonatomic, readonly) BOOL hasImage; @property (nonatomic, readonly) BOOL hasLastName; +@property (nonatomic, readonly) BOOL hasRelationship; @property (nonatomic) BOOL hasSuggestionType; @property (nonatomic, readonly) BOOL hasValueMetadata; @property (nonatomic, retain) _INPBImageValue *image; @property (nonatomic, retain) NSString *lastName; +@property (nonatomic, retain) NSString *relationship; @property (nonatomic) int suggestionType; @property (nonatomic, readonly) PBUnknownFields *unknownFields; @property (nonatomic, retain) _INPBValueMetadata *valueMetadata; @@ -60,6 +63,7 @@ - (BOOL)hasFullName; - (BOOL)hasImage; - (BOOL)hasLastName; +- (BOOL)hasRelationship; - (BOOL)hasSuggestionType; - (BOOL)hasValueMetadata; - (unsigned int)hash; @@ -68,6 +72,7 @@ - (id)lastName; - (void)mergeFrom:(id)arg1; - (BOOL)readFrom:(id)arg1; +- (id)relationship; - (void)setAliases:(id)arg1; - (void)setContactHandle:(id)arg1; - (void)setCustomIdentifier:(id)arg1; @@ -76,6 +81,7 @@ - (void)setHasSuggestionType:(BOOL)arg1; - (void)setImage:(id)arg1; - (void)setLastName:(id)arg1; +- (void)setRelationship:(id)arg1; - (void)setSuggestionType:(int)arg1; - (void)setValueMetadata:(id)arg1; - (int)suggestionType; diff --git a/Frameworks/Intents.framework/_INPBSaveProfileInCarIntent.h b/Frameworks/Intents.framework/_INPBSaveProfileInCarIntent.h index 0b89bfd423..870615be1a 100644 --- a/Frameworks/Intents.framework/_INPBSaveProfileInCarIntent.h +++ b/Frameworks/Intents.framework/_INPBSaveProfileInCarIntent.h @@ -4,16 +4,16 @@ @interface _INPBSaveProfileInCarIntent : PBCodable { _INPBIntentMetadata * _intentMetadata; - _INPBString * _profileLabel; + _INPBString * _profileName; _INPBInteger * _profileNumber; PBUnknownFields * _unknownFields; } @property (nonatomic, readonly) BOOL hasIntentMetadata; -@property (nonatomic, readonly) BOOL hasProfileLabel; +@property (nonatomic, readonly) BOOL hasProfileName; @property (nonatomic, readonly) BOOL hasProfileNumber; @property (nonatomic, retain) _INPBIntentMetadata *intentMetadata; -@property (nonatomic, retain) _INPBString *profileLabel; +@property (nonatomic, retain) _INPBString *profileName; @property (nonatomic, retain) _INPBInteger *profileNumber; @property (nonatomic, readonly) PBUnknownFields *unknownFields; @@ -24,17 +24,17 @@ - (id)description; - (id)dictionaryRepresentation; - (BOOL)hasIntentMetadata; -- (BOOL)hasProfileLabel; +- (BOOL)hasProfileName; - (BOOL)hasProfileNumber; - (unsigned int)hash; - (id)intentMetadata; - (BOOL)isEqual:(id)arg1; - (void)mergeFrom:(id)arg1; -- (id)profileLabel; +- (id)profileName; - (id)profileNumber; - (BOOL)readFrom:(id)arg1; - (void)setIntentMetadata:(id)arg1; -- (void)setProfileLabel:(id)arg1; +- (void)setProfileName:(id)arg1; - (void)setProfileNumber:(id)arg1; - (id)unknownFields; - (void)writeTo:(id)arg1; diff --git a/Frameworks/Intents.framework/_INPBSetProfileInCarIntent.h b/Frameworks/Intents.framework/_INPBSetProfileInCarIntent.h index c5c12f279f..56647f13de 100644 --- a/Frameworks/Intents.framework/_INPBSetProfileInCarIntent.h +++ b/Frameworks/Intents.framework/_INPBSetProfileInCarIntent.h @@ -8,7 +8,7 @@ unsigned int defaultProfile : 1; } _has; _INPBIntentMetadata * _intentMetadata; - _INPBString * _profileLabel; + _INPBString * _profileName; _INPBInteger * _profileNumber; PBUnknownFields * _unknownFields; } @@ -16,10 +16,10 @@ @property (nonatomic) BOOL defaultProfile; @property (nonatomic) BOOL hasDefaultProfile; @property (nonatomic, readonly) BOOL hasIntentMetadata; -@property (nonatomic, readonly) BOOL hasProfileLabel; +@property (nonatomic, readonly) BOOL hasProfileName; @property (nonatomic, readonly) BOOL hasProfileNumber; @property (nonatomic, retain) _INPBIntentMetadata *intentMetadata; -@property (nonatomic, retain) _INPBString *profileLabel; +@property (nonatomic, retain) _INPBString *profileName; @property (nonatomic, retain) _INPBInteger *profileNumber; @property (nonatomic, readonly) PBUnknownFields *unknownFields; @@ -32,19 +32,19 @@ - (id)dictionaryRepresentation; - (BOOL)hasDefaultProfile; - (BOOL)hasIntentMetadata; -- (BOOL)hasProfileLabel; +- (BOOL)hasProfileName; - (BOOL)hasProfileNumber; - (unsigned int)hash; - (id)intentMetadata; - (BOOL)isEqual:(id)arg1; - (void)mergeFrom:(id)arg1; -- (id)profileLabel; +- (id)profileName; - (id)profileNumber; - (BOOL)readFrom:(id)arg1; - (void)setDefaultProfile:(BOOL)arg1; - (void)setHasDefaultProfile:(BOOL)arg1; - (void)setIntentMetadata:(id)arg1; -- (void)setProfileLabel:(id)arg1; +- (void)setProfileName:(id)arg1; - (void)setProfileNumber:(id)arg1; - (id)unknownFields; - (void)writeTo:(id)arg1; diff --git a/Frameworks/Intents.framework/_INVocabularyConnection.h b/Frameworks/Intents.framework/_INVocabularyConnection.h index 48021be9b6..10a9be1b44 100644 --- a/Frameworks/Intents.framework/_INVocabularyConnection.h +++ b/Frameworks/Intents.framework/_INVocabularyConnection.h @@ -6,6 +6,8 @@ NSXPCConnection * _connection; } ++ (void)load; + - (void).cxx_destruct; - (void)_clearConnection; - (id)_connection; diff --git a/Frameworks/Intents.framework/_INVocabularyValidator.h b/Frameworks/Intents.framework/_INVocabularyValidator.h index 07cfc35172..5ae4bfa434 100644 --- a/Frameworks/Intents.framework/_INVocabularyValidator.h +++ b/Frameworks/Intents.framework/_INVocabularyValidator.h @@ -4,7 +4,7 @@ @interface _INVocabularyValidator : NSObject -+ (void)initialize; ++ (void)load; - (BOOL)_bundleID:(id)arg1 isWhitelistedForVocabularyType:(int)arg2; - (void)_confirmExistenceOfWatchAppForCompanionBundleID:(id)arg1 handlingIntents:(id)arg2 completion:(id /* block */)arg3; diff --git a/Frameworks/MapKit.framework/MKArtworkDataSourceCache.h b/Frameworks/MapKit.framework/MKArtworkDataSourceCache.h index 580fb3983c..ba4b36a085 100644 --- a/Frameworks/MapKit.framework/MKArtworkDataSourceCache.h +++ b/Frameworks/MapKit.framework/MKArtworkDataSourceCache.h @@ -21,5 +21,6 @@ - (id)imageForSizedArtwork:(id)arg1 view:(id)arg2; - (id)initWithArtworkManager:(id)arg1; - (void)purge; +- (BOOL)shouldReverseImageForShieldType:(long long)arg1 onView:(id)arg2; @end diff --git a/Frameworks/MapKit.framework/MKAttributionLabel.h b/Frameworks/MapKit.framework/MKAttributionLabel.h index 3df721d7c8..fbd073f4e6 100644 --- a/Frameworks/MapKit.framework/MKAttributionLabel.h +++ b/Frameworks/MapKit.framework/MKAttributionLabel.h @@ -3,9 +3,9 @@ */ @interface MKAttributionLabel : UIView { - _MKUILabel * _innerLabel; + NSAttributedString * _innerText; unsigned int _mapType; - _MKUILabel * _strokeLabel; + NSAttributedString * _strokeText; BOOL _useDarkText; } @@ -14,6 +14,7 @@ - (void).cxx_destruct; - (id)_attributesWithStroke:(BOOL)arg1; - (void)_prepareLabel; +- (void)drawRect:(struct CGRect { struct CGPoint { float x_1_1_1; float x_1_1_2; } x1; struct CGSize { float x_2_1_1; float x_2_1_2; } x2; })arg1; - (id)initWithFrame:(struct CGRect { struct CGPoint { float x_1_1_1; float x_1_1_2; } x1; struct CGSize { float x_2_1_1; float x_2_1_2; } x2; })arg1; - (unsigned int)mapType; - (void)setMapType:(unsigned int)arg1; diff --git a/Frameworks/MapKit.framework/MKMapItem.h b/Frameworks/MapKit.framework/MKMapItem.h index 0e4c2559c4..0992b44cf0 100644 --- a/Frameworks/MapKit.framework/MKMapItem.h +++ b/Frameworks/MapKit.framework/MKMapItem.h @@ -129,6 +129,8 @@ + (void)_openHandleInMaps:(id)arg1 withLaunchOptions:(id)arg2 completionHandler:(id /* block */)arg3; + (id)_sharedSessionURLForPunchoutURL:(id)arg1; + (id)_sharedSessionUserInfoForPunchoutUserInfo:(id)arg1; ++ (id)_sourceAppIdFromLaunchURL:(id)arg1; ++ (id)_sourceAppIdFromLaunchUserInfo:(id)arg1; + (id)_urlForMapItemHandles:(id)arg1 options:(id)arg2; + (id)contactsAddressDictionaryFromGeoAddressDictionary:(id)arg1; + (id)contactsAddressKeysForGeoAddressKeys; diff --git a/Frameworks/MapKit.framework/MKMapService.h b/Frameworks/MapKit.framework/MKMapService.h index 54a92a89fb..0ce6d6d5b9 100644 --- a/Frameworks/MapKit.framework/MKMapService.h +++ b/Frameworks/MapKit.framework/MKMapService.h @@ -2,14 +2,25 @@ Image: /System/Library/Frameworks/MapKit.framework/MapKit */ -@interface MKMapService : NSObject +@interface MKMapService : NSObject { + id /* block */ _getLogContextForEventBlock; +} + +@property (readonly, copy) NSString *debugDescription; +@property (readonly, copy) NSString *description; +@property (nonatomic, copy) id /* block */ getLogContextForEventBlock; +@property (readonly) unsigned int hash; +@property (readonly) Class superclass; + (id)sharedService; +- (void).cxx_destruct; - (void)_mapItemsForResponseData:(id)arg1 handler:(id /* block */)arg2; - (id)_mk_ticketForSearchQuery:(id)arg1 completionItem:(id)arg2 traits:(id)arg3; - (id)_ticketForReverseGeocodeCoordinate:(struct CLLocationCoordinate2D { double x1; double x2; })arg1 includeEntryPoints:(BOOL)arg2 includeETA:(BOOL)arg3 preserveOriginalLocation:(BOOL)arg4 traits:(id)arg5; -- (void)captureMapLaunchEventWithLaunchUrl:(id)arg1 sourceAppId:(id)arg2 ttlEventTime:(id)arg3 traits:(id)arg4; +- (void)captureExtensionStateWithIsRideBookingAppsInstalled:(BOOL)arg1 isRideBookingAppsEnabled:(BOOL)arg2; +- (void)captureExtensionStateWithIsTableBookingAppsInstalled:(BOOL)arg1 isTableBookingAppsEnabled:(BOOL)arg2; +- (void)captureMapLaunchEventWithLaunchUrl:(id)arg1 sourceAppId:(id)arg2 isLaunchedFromTTL:(BOOL)arg3 ttlEventTime:(id)arg4 traits:(id)arg5; - (void)captureMapSettingsWithAvoidHighways:(BOOL)arg1; - (void)captureMapSettingsWithAvoidTolls:(BOOL)arg1; - (void)captureMapSettingsWithFindMyCarEnabled:(BOOL)arg1; @@ -26,7 +37,7 @@ - (void)capturePlaceCardUserAction:(int)arg1 onTarget:(int)arg2 eventValue:(id)arg3 mapItem:(id)arg4 timestamp:(double)arg5 resultIndex:(int)arg6 targetID:(unsigned long long)arg7 providerID:(id)arg8 animationID:(unsigned long long)arg9 actionURL:(id)arg10 photoID:(id)arg11 traits:(id)arg12 placeCardType:(int)arg13 localizedMapItemCategory:(id)arg14 availableActions:(id)arg15 unactionableUIElements:(id)arg16; - (void)captureTransitPlaceCardUserAction:(int)arg1 onTarget:(int)arg2 eventValue:(id)arg3 mapItem:(id)arg4 timestamp:(double)arg5 resultIndex:(int)arg6 targetID:(unsigned long long)arg7 providerID:(id)arg8 animationID:(unsigned long long)arg9 transitCardCategory:(int)arg10 transitSystem:(id)arg11 transitDepartureSequence:(id)arg12 transitIncident:(id)arg13 traits:(id)arg14; - (void)captureUserAction:(int)arg1 onTarget:(int)arg2 eventValue:(id)arg3 categoriesDisplayed:(id)arg4 categorySelected:(id)arg5 traits:(id)arg6; -- (void)captureUserAction:(int)arg1 onTarget:(int)arg2 eventValue:(id)arg3 mapRegion:(id)arg4 zoomLevel:(double)arg5 traits:(id)arg6; +- (void)captureUserAction:(int)arg1 onTarget:(int)arg2 eventValue:(id)arg3 mapRegion:(id)arg4 zoomLevel:(double)arg5 mapType:(int)arg6 traits:(id)arg7; - (void)captureUserAction:(int)arg1 onTarget:(int)arg2 eventValue:(id)arg3 placeActionDetails:(id)arg4 traits:(id)arg5; - (void)captureUserAction:(int)arg1 onTarget:(int)arg2 eventValue:(id)arg3 routeDetails:(id)arg4 traits:(id)arg5; - (void)captureUserAction:(int)arg1 onTarget:(int)arg2 eventValue:(id)arg3 traits:(id)arg4; @@ -34,9 +45,12 @@ - (id)defaultTraitsForAnalyticsWithTraits:(id)arg1; - (id)defaultTraitsWithTraits:(id)arg1; - (id)defaultTraitsWithTransportType:(unsigned int)arg1; +- (id /* block */)getLogContextForEventBlock; - (void)incrementAGGDInteractedWithPlaceCardKeyWithType:(unsigned int)arg1 incrementValue:(long long)arg2; - (void)incrementAGGDOpenPlaceCardKeyWithType:(unsigned int)arg1 incrementValue:(long long)arg2; +- (id)logContextForLogMsgEvent:(id)arg1; - (id)mapItemsForPlacesInDetails:(id)arg1; +- (void)setGetLogContextForEventBlock:(id /* block */)arg1; - (void)submitUsageForTraits:(id)arg1; - (void)submitUsageForTraits:(id)arg1 actionDetails:(id)arg2 routeDetails:(id)arg3; - (void)submitUsageForTraits:(id)arg1 eventValue:(id)arg2; @@ -55,7 +69,7 @@ - (void)submitUsageForTraitsWithAction:(int)arg1 mapItem:(id)arg2 providerID:(id)arg3 resultIndex:(int)arg4 targetID:(unsigned long long)arg5 transitCardCategory:(int)arg6 transitSystem:(id)arg7 transitIncident:(id)arg8; - (void)submitUsageForTraitsWithAction:(int)arg1 mapItem:(id)arg2 providerID:(id)arg3 targetID:(unsigned long long)arg4; - (void)submitUsageForTraitsWithAction:(int)arg1 mapItem:(id)arg2 targetID:(unsigned long long)arg3; -- (void)submitUsageForTraitsWithAction:(int)arg1 mapRegion:(id)arg2 zoomLevel:(double)arg3; +- (void)submitUsageForTraitsWithAction:(int)arg1 mapRegion:(id)arg2 zoomLevel:(double)arg3 mapType:(int)arg4; - (void)submitUsageForTraitsWithAction:(int)arg1 regionName:(id)arg2; - (void)submitUsageForTraitsWithAction:(int)arg1 uiTarget:(int)arg2; - (void)submitUserAction:(id)arg1 eventKey:(int)arg2; diff --git a/Frameworks/MapKit.framework/MKSizedTransitArtwork.h b/Frameworks/MapKit.framework/MKSizedTransitArtwork.h index 0704aaf645..d29f804807 100644 --- a/Frameworks/MapKit.framework/MKSizedTransitArtwork.h +++ b/Frameworks/MapKit.framework/MKSizedTransitArtwork.h @@ -9,7 +9,7 @@ } @property (nonatomic, readonly) *artwork; -@property (nonatomic, readonly) MKArtworkDataSourceCache *artworkCache; +@property (nonatomic, retain) MKArtworkDataSourceCache *artworkCache; @property (readonly, copy) NSString *debugDescription; @property (readonly, copy) NSString *description; @property (readonly) unsigned int hash; @@ -25,6 +25,7 @@ - (id)initWithArtwork:(id)arg1 shieldSize:(int)arg2 artworkCache:(id)arg3; - (BOOL)isEqual:(id)arg1; - (BOOL)isEqualToTransitArtworkViewMode:(id)arg1; +- (void)setArtworkCache:(id)arg1; - (int)shieldSize; @end diff --git a/Frameworks/MapKit.framework/MKTransitInfoLabelView.h b/Frameworks/MapKit.framework/MKTransitInfoLabelView.h index 7f5c89008f..a68f26e533 100644 --- a/Frameworks/MapKit.framework/MKTransitInfoLabelView.h +++ b/Frameworks/MapKit.framework/MKTransitInfoLabelView.h @@ -3,6 +3,7 @@ */ @interface MKTransitInfoLabelView : _MKUILabel { + MKArtworkDataSourceCache * _artworkCache; BOOL _containsText; BOOL _hasCustomFont; BOOL _hasCustomIconSize; @@ -17,6 +18,7 @@ BOOL _truncateBySwitchingToTextOnly; } +@property (nonatomic, retain) MKArtworkDataSourceCache *artworkCache; @property (nonatomic, readonly) BOOL containsText; @property (nonatomic) int iconSize; @property (nonatomic, copy) NSArray *labelItems; @@ -38,6 +40,7 @@ - (void)_setupLabelInfo; - (int)_shieldSizeForContentSizeCategory:(id)arg1; - (id)_stringAttributes; +- (id)artworkCache; - (BOOL)containsText; - (void)dealloc; - (int)iconSize; @@ -47,6 +50,7 @@ - (id)labelItems; - (id)mapItem; - (float)maxWidth; +- (void)setArtworkCache:(id)arg1; - (void)setFont:(id)arg1; - (void)setIconSize:(int)arg1; - (void)setLabelItems:(id)arg1; diff --git a/Frameworks/MapKit.framework/_MKPlaceActionButtonController.h b/Frameworks/MapKit.framework/_MKPlaceActionButtonController.h index 92766070c9..a907541c0e 100644 --- a/Frameworks/MapKit.framework/_MKPlaceActionButtonController.h +++ b/Frameworks/MapKit.framework/_MKPlaceActionButtonController.h @@ -2,26 +2,35 @@ Image: /System/Library/Frameworks/MapKit.framework/MapKit */ -@interface _MKPlaceActionButtonController : NSObject { +@interface _MKPlaceActionButtonController : NSObject <_MKInfoCardChildViewControllerAnalyticsDelegate> { + int _analyticsAction; id /* block */ _buttonSelectedBlock; NSString * _buttonSubTitle; NSString * _buttonTitle; MKPlaceCardHeaderViewController * _headerViewController; } +@property (nonatomic, readonly) int analyticsAction; @property (nonatomic, readonly) id /* block */ buttonSelectedBlock; @property (nonatomic, readonly) NSString *buttonSubTitle; @property (nonatomic, readonly) NSString *buttonTitle; +@property (readonly, copy) NSString *debugDescription; +@property (readonly, copy) NSString *description; +@property (readonly) unsigned int hash; @property (nonatomic) MKPlaceCardHeaderViewController *headerViewController; +@property (readonly) Class superclass; + (id)actionButtonControllerWithTitle:(id)arg1 subTitle:(id)arg2 selectedBlock:(id /* block */)arg3; - (void).cxx_destruct; +- (int)analyticsAction; - (id /* block */)buttonSelectedBlock; - (id)buttonSubTitle; - (void)buttonTextChanged; - (id)buttonTitle; - (id)headerViewController; +- (id)infoCardChildPossibleActions; +- (id)initWithTitle:(id)arg1 subTitle:(id)arg2 analyticsAction:(int)arg3 selectedBlock:(id /* block */)arg4; - (id)initWithTitle:(id)arg1 subTitle:(id)arg2 selectedBlock:(id /* block */)arg3; - (void)setHeaderViewController:(id)arg1; diff --git a/Frameworks/MapKit.framework/_MKPlaceViewController.h b/Frameworks/MapKit.framework/_MKPlaceViewController.h index 69a7936e77..428049b8c9 100644 --- a/Frameworks/MapKit.framework/_MKPlaceViewController.h +++ b/Frameworks/MapKit.framework/_MKPlaceViewController.h @@ -44,6 +44,7 @@ RadiosPreferences * _radioPreferences; MKPlaceCardActionItem * _removeFromFavoriteItem; MKPlaceCardActionItem * _removeFromSuggestedFavoriteItem; + MKPlaceCardActionItem * _removeMarkerItem; GEORouteGenerator * _routeGenerator; * _scrollViewDelegate; BOOL _showContactActions; @@ -186,6 +187,7 @@ - (void)placeCardActionControllerDidSelectOpenInSkyline:(id)arg1; - (void)placeCardActionControllerDidSelectRemoveFromFavorites:(id)arg1; - (void)placeCardActionControllerDidSelectRemoveFromSuggestedFavorites:(id)arg1; +- (void)placeCardActionControllerDidSelectRemoveMarker:(id)arg1; - (void)placeCardActionControllerDidSelectReportAProblem:(id)arg1; - (void)placeCardActionControllerDidSelectSimulateLocation:(id)arg1; - (void)placeCardActionControllerDidSelectViewAllPhotos:(id)arg1; diff --git a/Frameworks/MediaPlayer.framework/MPAVBatteryLevel.h b/Frameworks/MediaPlayer.framework/MPAVBatteryLevel.h index c48f492df1..f7d0b5498f 100644 --- a/Frameworks/MediaPlayer.framework/MPAVBatteryLevel.h +++ b/Frameworks/MediaPlayer.framework/MPAVBatteryLevel.h @@ -17,6 +17,7 @@ - (void).cxx_destruct; - (id)casePercentage; - (id)initWithRouteDescription:(id)arg1; +- (BOOL)isEqual:(id)arg1; - (id)leftPercentage; - (id)rightPercentage; - (id)singlePercentage; diff --git a/Frameworks/MediaPlayer.framework/MPAVController.h b/Frameworks/MediaPlayer.framework/MPAVController.h index e1126e7f18..24d3dddd16 100644 --- a/Frameworks/MediaPlayer.framework/MPAVController.h +++ b/Frameworks/MediaPlayer.framework/MPAVController.h @@ -289,6 +289,7 @@ - (void)_updateLastSetTimeForCurrentItemIfNeeded; - (void)_updatePlaybackModeForItem:(id)arg1; - (void)_updateProgress:(struct __CFRunLoopTimer { }*)arg1; +- (void)_updatePropertiesForLoadedTimeRangeUpdate; - (void)_updateScanningRate; - (void)_updateSeekingIntervalsForStreaming; - (void)_updateTypeForItem:(id)arg1; diff --git a/Frameworks/MediaPlayer.framework/MPAVItem.h b/Frameworks/MediaPlayer.framework/MPAVItem.h index 7983882477..0cb7a17bcb 100644 --- a/Frameworks/MediaPlayer.framework/MPAVItem.h +++ b/Frameworks/MediaPlayer.framework/MPAVItem.h @@ -26,6 +26,7 @@ float _currentPlaybackRate; float _defaultPlaybackRate; BOOL _didAttemptToLoadAsset; + NSString * _externalContentIdentifier; MPQueueFeeder * _feeder; unsigned int _handledFinishTime; BOOL _hasLoadedPlaybackMode; @@ -118,6 +119,7 @@ @property (nonatomic, readonly) BOOL durationIsValid; @property (nonatomic, readonly) RadioArtworkCollection *effectiveArtworkCollection; @property (getter=isExplicitTrack, nonatomic, readonly) BOOL explicitTrack; +@property (nonatomic, readonly, copy) NSString *externalContentIdentifier; @property (nonatomic) MPQueueFeeder *feeder; @property (nonatomic) struct { long long x1; int x2; unsigned int x3; long long x4; } forwardPlaybackEndTime; @property (nonatomic, readonly) NSString *genre; @@ -285,6 +287,7 @@ - (double)durationIfAvailable; - (double)durationInSeconds; - (BOOL)durationIsValid; +- (id)externalContentIdentifier; - (id)feeder; - (void)flushNowPlayingCaches; - (struct { long long x1; int x2; unsigned int x3; long long x4; })forwardPlaybackEndTime; diff --git a/Frameworks/MediaPlayer.framework/MPAVPlaylistManager.h b/Frameworks/MediaPlayer.framework/MPAVPlaylistManager.h index 3d11441f9a..d8e91d9e3e 100644 --- a/Frameworks/MediaPlayer.framework/MPAVPlaylistManager.h +++ b/Frameworks/MediaPlayer.framework/MPAVPlaylistManager.h @@ -8,6 +8,7 @@ BOOL _changingPlayer; BOOL _changingPlaylistFeeder; MPAVItem * _currentItem; + BOOL _currentItemDidLoadDurationTimeRange; * _currentItemQueueIdentifier; MPQueueFeeder * _currentQueueFeeder; * _delegate; @@ -60,11 +61,12 @@ - (int)_prepareToQueuePlaybackIndex:(int)arg1 selectionDirection:(int)arg2; - (id)_queuePlayerFeederItemForIndex:(int)arg1; - (void)_reloadQueuedItemsIfPathBecameAvailable; -- (void)_setStateForPlaylistFeeder:(id)arg1 startIndex:(unsigned int)arg2; +- (void)_setCurrentItemDidLoadDurationTimeRange:(BOOL)arg1; - (void)_storePlayWhileDownloadControllerDidFinishPlayWhileDownloadSessionNotification:(id)arg1; - (void)_streamingDownloadSessionControllerDidFailDownloadSessionNotification:(id)arg1; - (id)_stringForPlaylistIdentifier:(id)arg1; - (void)_updateAudioSessionModeWithIndex:(unsigned int)arg1; +- (void)_updateMaximumQueueDepthForItemIndex:(int)arg1 inQueueFeeder:(id)arg2; - (void)_willFinishReloadWithQueueFeeder:(id)arg1 fromPlaybackContext:(id)arg2; - (BOOL)allowsUserVisibleUpcomingItems; - (id)audioSessionModeOverride; @@ -107,6 +109,7 @@ - (void)queueCoordinator:(id)arg1 failedToLoadItem:(id)arg2; - (id)queueCoordinator:(id)arg1 itemToFollowItem:(id)arg2; - (void)queueCoordinator:(id)arg1 willInsertItem:(id)arg2 afterItem:(id)arg3; +- (void)queueCoordinatorDidChangeItems:(id)arg1; - (void)queueFeeder:(id)arg1 didChangeContentsWithPreferredStartIndex:(unsigned int)arg2 error:(id)arg3; - (void)queueFeeder:(id)arg1 didChangeContentsWithReplacementPlaybackContext:(id)arg2; - (void)queueFeederDidInvalidateAssets:(id)arg1; diff --git a/Frameworks/MediaPlayer.framework/MPAVRoute.h b/Frameworks/MediaPlayer.framework/MPAVRoute.h index 19b2075f1d..b2f6c931f2 100644 --- a/Frameworks/MediaPlayer.framework/MPAVRoute.h +++ b/Frameworks/MediaPlayer.framework/MPAVRoute.h @@ -6,6 +6,7 @@ NSArray * _auxiliaryDevices; NSDictionary * _avRouteDescription; MPAVBatteryLevel * _batteryLevel; + BOOL _carplayRoute; int _displayRouteType; int _pickableRouteType; BOOL _picked; @@ -24,6 +25,7 @@ @property (nonatomic, readonly) MPAVBatteryLevel *batteryLevel; @property (getter=isBeatsSoloRoute, nonatomic, readonly) BOOL beatsSoloRoute; @property (getter=isBeatsXRoute, nonatomic, readonly) BOOL beatsXRoute; +@property (getter=isCarplayRoute, nonatomic, readonly) BOOL carplayRoute; @property (nonatomic, readonly) BOOL displayIsPicked; @property (nonatomic, readonly) int displayRouteType; @property (nonatomic, readonly) BOOL isDeviceRoute; @@ -57,6 +59,7 @@ - (BOOL)isAirpodsRoute; - (BOOL)isBeatsSoloRoute; - (BOOL)isBeatsXRoute; +- (BOOL)isCarplayRoute; - (BOOL)isDeviceRoute; - (BOOL)isEqual:(id)arg1; - (BOOL)isPicked; diff --git a/Frameworks/MediaPlayer.framework/MPAbstractNetworkArtworkDataSource.h b/Frameworks/MediaPlayer.framework/MPAbstractNetworkArtworkDataSource.h index 618e41cfa9..99fdadddb5 100644 --- a/Frameworks/MediaPlayer.framework/MPAbstractNetworkArtworkDataSource.h +++ b/Frameworks/MediaPlayer.framework/MPAbstractNetworkArtworkDataSource.h @@ -5,17 +5,17 @@ @interface MPAbstractNetworkArtworkDataSource : NSObject { NSURLSession * _URLSession; NSObject * _accessQueue; - NSCache * _artworkRepresentationCache; NSMapTable * _catalogTaskMap; + NSCache * _fallbackArtworkRepresentationCache; } @property (nonatomic, retain) NSURLSession *URLSession; @property (nonatomic, readonly) NSURLSessionConfiguration *URLSessionConfiguration; @property (nonatomic, retain) NSObject *accessQueue; -@property (nonatomic, retain) NSCache *artworkRepresentationCache; @property (nonatomic, retain) NSMapTable *catalogTaskMap; @property (readonly, copy) NSString *debugDescription; @property (readonly, copy) NSString *description; +@property (nonatomic, retain) NSCache *fallbackArtworkRepresentationCache; @property (readonly) unsigned int hash; @property (readonly) Class superclass; @@ -30,20 +30,20 @@ - (void)_performSyncBlock:(id /* block */)arg1; - (id)accessQueue; - (BOOL)areRepresentationsAvailableForCatalog:(id)arg1; -- (id)artworkRepresentationCache; - (id)cacheKeyForCatalog:(id)arg1 size:(struct CGSize { float x1; float x2; })arg2; - (void)cancelLoadingRepresentationForArtworkCatalog:(id)arg1; - (id)catalogTaskMap; - (id)existingArtworkEffectResultForEffectType:(int)arg1 catalog:(id)arg2 options:(id)arg3; - (id)existingRepresentationForArtworkCatalog:(id)arg1; +- (id)fallbackArtworkRepresentationCache; - (id)init; - (BOOL)isRepresentation:(id)arg1 bestRepresentationForArtworkCatalog:(id)arg2; - (void)loadArtworkEffectResultForEffectType:(int)arg1 catalog:(id)arg2 options:(id)arg3 systemEffectHandler:(id /* block */)arg4 completionHandler:(id /* block */)arg5; - (void)loadRepresentationForArtworkCatalog:(id)arg1 completionHandler:(id /* block */)arg2; - (id)requestForCatalog:(id)arg1 size:(struct CGSize { float x1; float x2; })arg2; - (void)setAccessQueue:(id)arg1; -- (void)setArtworkRepresentationCache:(id)arg1; - (void)setCatalogTaskMap:(id)arg1; +- (void)setFallbackArtworkRepresentationCache:(id)arg1; - (void)setURLSession:(id)arg1; - (BOOL)shouldLookForLargerRepresentationsWhenBestRepresentationIsUnavailable; - (id)sortedSupportedSizesForCatalog:(id)arg1; diff --git a/Frameworks/MediaPlayer.framework/MPCloudController.h b/Frameworks/MediaPlayer.framework/MPCloudController.h index 7ea05634f0..95f34d2cac 100644 --- a/Frameworks/MediaPlayer.framework/MPCloudController.h +++ b/Frameworks/MediaPlayer.framework/MPCloudController.h @@ -101,6 +101,7 @@ - (BOOL)shouldProhibitMusicActionForCurrentNetworkConditions; - (BOOL)shouldProhibitStoreAppsActionForCurrentNetworkConditions; - (BOOL)shouldProhibitVideosActionForCurrentNetworkConditions; +- (void)updateJaliscoMediaLibraryWithReason:(int)arg1 completionHandler:(id /* block */)arg2; - (void)updateSubscribedPlaylistWithSagaID:(unsigned long long)arg1 ignoreMinRefreshInterval:(BOOL)arg2 completionHandler:(id /* block */)arg3; - (void)uploadArtworkForPlaylist:(id)arg1 completionHandler:(id /* block */)arg2; - (void)uploadCloudItemProperties; diff --git a/Frameworks/MediaPlayer.framework/MPMediaChapter.h b/Frameworks/MediaPlayer.framework/MPMediaChapter.h index 7fbefcdb04..dbfb898a0e 100644 --- a/Frameworks/MediaPlayer.framework/MPMediaChapter.h +++ b/Frameworks/MediaPlayer.framework/MPMediaChapter.h @@ -24,6 +24,8 @@ @property (nonatomic, retain) id value; @property (nonatomic, copy) id /* block */ valueLoader; +// Image: /System/Library/Frameworks/MediaPlayer.framework/MediaPlayer + - (void).cxx_destruct; - (int)_sortByChapterIndex:(id)arg1; - (id)artworkCatalog; @@ -51,4 +53,8 @@ - (id)value; - (id /* block */)valueLoader; +// Image: /System/Library/PrivateFrameworks/WatchListKitUI.framework/WatchListKitUI + +- (id)wlk_dictionaryRepresentation; + @end diff --git a/Frameworks/MediaPlayer.framework/MPMediaItem.h b/Frameworks/MediaPlayer.framework/MPMediaItem.h index c001c04d0a..c3d9a6c5f1 100644 --- a/Frameworks/MediaPlayer.framework/MPMediaItem.h +++ b/Frameworks/MediaPlayer.framework/MPMediaItem.h @@ -35,13 +35,16 @@ @property (nonatomic, readonly) BOOL isITunesU; @property (nonatomic, readonly) BOOL isRental; @property (nonatomic, readonly) BOOL isUsableAsRepresentativeItem; +@property (getter=wlk_jsPropertyStrings, nonatomic, readonly) NSSet *jsPropertyStrings; @property (nonatomic, copy) NSDate *lastPlayedDate; @property (nonatomic, copy) NSDate *lastSkippedDate; @property (nonatomic, readonly) NSString *lyrics; @property (nonatomic, readonly) unsigned int mediaType; +@property (getter=wlk_mediaTypeString, nonatomic, readonly, copy) NSString *mediaTypeString; @property (nonatomic, readonly) unsigned long long persistentID; @property (nonatomic, readonly) unsigned int playCount; @property (nonatomic) unsigned int playCountSinceSync; +@property (getter=wlk_playState, nonatomic, readonly, copy) NSString *playState; @property (nonatomic, readonly) double playbackDuration; @property (nonatomic, readonly) unsigned long long podcastPersistentID; @property (nonatomic, readonly) NSString *podcastTitle; @@ -198,4 +201,18 @@ - (id)SAMPMediaItemRepresentation; - (id)albumImageWithFallbackForSize:(struct CGSize { float x1; float x2; })arg1 doubleLineRow:(BOOL)arg2; +// Image: /System/Library/PrivateFrameworks/WatchListKitUI.framework/WatchListKitUI + ++ (id)wlk_JSgenericProperties; ++ (id)wlk_JSmovieProperties; ++ (id)wlk_JStvShowProperties; ++ (id)wlk_mediaItemForPersistentIdentifier:(id)arg1; ++ (id)wlk_mediaItemForStoreIdentifier:(id)arg1; + +- (id)wlk_jsPropertyStrings; +- (id)wlk_mediaTypeString; +- (id)wlk_playState; +- (id)wlk_stringIdentifierForProperty:(id)arg1; +- (id)wlk_stringIdentifierForSeason; + @end diff --git a/Frameworks/MediaPlayer.framework/MPMediaItemArtwork.h b/Frameworks/MediaPlayer.framework/MPMediaItemArtwork.h index 227077b3fb..eb68e7b148 100644 --- a/Frameworks/MediaPlayer.framework/MPMediaItemArtwork.h +++ b/Frameworks/MediaPlayer.framework/MPMediaItemArtwork.h @@ -20,5 +20,7 @@ - (id)init; - (id)initWithBoundsSize:(struct CGSize { float x1; float x2; })arg1 requestHandler:(id /* block */)arg2; - (id)initWithImage:(id)arg1; +- (id)jpegDataWithSize:(struct CGSize { float x1; float x2; })arg1; +- (id)pngDataWithSize:(struct CGSize { float x1; float x2; })arg1; @end diff --git a/Frameworks/MediaPlayer.framework/MPMediaItemCollection.h b/Frameworks/MediaPlayer.framework/MPMediaItemCollection.h index 225c3804a3..f4508cde92 100644 --- a/Frameworks/MediaPlayer.framework/MPMediaItemCollection.h +++ b/Frameworks/MediaPlayer.framework/MPMediaItemCollection.h @@ -14,6 +14,7 @@ @property (nonatomic, readonly) unsigned int count; @property (nonatomic, readonly) int groupingType; @property (nonatomic, readonly) NSArray *items; +@property (getter=wlk_jsPropertyStrings, nonatomic, readonly) NSSet *jsPropertyStrings; @property (nonatomic, readonly) unsigned int mediaTypes; @property (nonatomic, readonly) MPMediaItem *representativeItem; @@ -61,4 +62,10 @@ - (id)MPU_contentItemIdentifierCollection; +// Image: /System/Library/PrivateFrameworks/WatchListKitUI.framework/WatchListKitUI + ++ (id)wlk_JSgenericProperties; + +- (id)wlk_jsPropertyStrings; + @end diff --git a/Frameworks/MediaPlayer.framework/MPModelLibraryRequest.h b/Frameworks/MediaPlayer.framework/MPModelLibraryRequest.h index 63cd30b243..a589a02172 100644 --- a/Frameworks/MediaPlayer.framework/MPModelLibraryRequest.h +++ b/Frameworks/MediaPlayer.framework/MPModelLibraryRequest.h @@ -2,7 +2,7 @@ Image: /System/Library/Frameworks/MediaPlayer.framework/MediaPlayer */ -@interface MPModelLibraryRequest : MPModelRequest { +@interface MPModelLibraryRequest : MPModelRequest { NSArray * _allowedItemIdentifiers; struct _NSRange { unsigned int location; @@ -23,6 +23,7 @@ @property (nonatomic, retain) MPMediaLibrary *mediaLibrary; @property (getter=isMultiQuery, nonatomic, readonly) BOOL multiQuery; @property (nonatomic, copy) NSArray *scopedContainers; +@property (nonatomic) BOOL shouldExcludeNonShuffleItems; @property (readonly) Class superclass; @property (nonatomic) BOOL wantsDetailedKeepLocalRequestableResponse; @@ -37,13 +38,16 @@ - (BOOL)isMultiQuery; - (id)mediaLibrary; - (id)newOperationWithResponseHandler:(id /* block */)arg1; +- (void)performWithResponseHandler:(id /* block */)arg1; - (id)scopedContainers; - (void)setAllowedItemIdentifiers:(id)arg1; - (void)setContentRange:(struct _NSRange { unsigned int x1; unsigned int x2; })arg1; - (void)setFilteringOptions:(unsigned int)arg1; - (void)setMediaLibrary:(id)arg1; - (void)setScopedContainers:(id)arg1; +- (void)setShouldExcludeNonShuffleItems:(BOOL)arg1; - (void)setWantsDetailedKeepLocalRequestableResponse:(BOOL)arg1; +- (BOOL)shouldExcludeNonShuffleItems; - (BOOL)wantsDetailedKeepLocalRequestableResponse; @end diff --git a/Frameworks/MediaPlayer.framework/MPModelQueueFeeder.h b/Frameworks/MediaPlayer.framework/MPModelQueueFeeder.h index 39ed67887d..9b6aca77b2 100644 --- a/Frameworks/MediaPlayer.framework/MPModelQueueFeeder.h +++ b/Frameworks/MediaPlayer.framework/MPModelQueueFeeder.h @@ -31,7 +31,7 @@ } __tree_; } _retrievedIndexToIdentifiers; MPShuffleController * _shuffleController; - MPIdentifierSet * _startItemIdentifiers; + _MPModelQueueFeederIdentifier * _startItemIdentifier; NSDictionary * _startTimeModifications; } @@ -54,7 +54,7 @@ - (id)_equivalencySourceAdamIDForIdentifierSet:(id)arg1; - (void)_handleFinalResponseWithPreferredStartIndex:(unsigned int)arg1; - (BOOL)_hasPlaceholderItemAtIndex:(unsigned int)arg1; -- (id)_identifiersAtIndex:(unsigned int)arg1; +- (id)_identifierSetAtIndex:(unsigned int)arg1; - (unsigned int)_indexOfItemWithIdentifier:(id)arg1 shouldIgnoreShuffle:(BOOL)arg2; - (id)_modelObjectAtIndex:(unsigned int)arg1; - (id)_modelObjectPlaybackItemMetadataAtIndex:(unsigned int)arg1; diff --git a/Frameworks/MediaPlayer.framework/MPModelSong.h b/Frameworks/MediaPlayer.framework/MPModelSong.h index 43284fe212..ba628f7b80 100644 --- a/Frameworks/MediaPlayer.framework/MPModelSong.h +++ b/Frameworks/MediaPlayer.framework/MPModelSong.h @@ -39,7 +39,9 @@ BOOL _storeRedownloadable; NSString * _title; int _trackNumber; + float _userRating; float _volumeNormalization; + int _year; } @property (nonatomic, retain) MPModelAlbum *album; @@ -78,7 +80,9 @@ @property (getter=isStoreRedownloadable, nonatomic) BOOL storeRedownloadable; @property (nonatomic, copy) NSString *title; @property (nonatomic) int trackNumber; +@property (nonatomic) float userRating; @property (nonatomic) float volumeNormalization; +@property (nonatomic) int year; // Image: /System/Library/Frameworks/MediaPlayer.framework/MediaPlayer @@ -112,7 +116,9 @@ + (id)__MPModelPropertySongStoreRedownloadable__PROPERTY; + (id)__MPModelPropertySongTitle__PROPERTY; + (id)__MPModelPropertySongTrackNumber__PROPERTY; ++ (id)__MPModelPropertySongUserRating__PROPERTY; + (id)__MPModelPropertySongVolumeNormalization__PROPERTY; ++ (id)__MPModelPropertySongYear__PROPERTY; + (id)__MPModelRelationshipSongAlbum__PROPERTY; + (id)__MPModelRelationshipSongArtist__PROPERTY; + (id)__MPModelRelationshipSongComposer__PROPERTY; @@ -155,7 +161,9 @@ + (id)__storeRedownloadable__KEY; + (id)__title__KEY; + (id)__trackNumber__KEY; ++ (id)__userRating__KEY; + (id)__volumeNormalization__KEY; ++ (id)__year__KEY; + (id)requiredKeepLocalStatusObservationProperties; + (id)requiredLibraryAddStatusObservationProperties; + (id)requiredLibraryRemovalProperties; @@ -239,7 +247,9 @@ - (void)setStoreRedownloadable:(BOOL)arg1; - (void)setTitle:(id)arg1; - (void)setTrackNumber:(int)arg1; +- (void)setUserRating:(float)arg1; - (void)setVolumeNormalization:(float)arg1; +- (void)setYear:(int)arg1; - (BOOL)shouldRememberBookmarkTime; - (BOOL)shouldReportPlayEventsToStore; - (BOOL)shouldShowComposer; @@ -247,7 +257,9 @@ - (id)storeRedownloadParameters; - (id)title; - (int)trackNumber; +- (float)userRating; - (float)volumeNormalization; +- (int)year; // Image: /System/Library/PrivateFrameworks/MediaPlaybackCore.framework/MediaPlaybackCore diff --git a/Frameworks/MediaPlayer.framework/MPMusicPlayerControllerServerInternal.h b/Frameworks/MediaPlayer.framework/MPMusicPlayerControllerServerInternal.h index 9981ad50a0..0737ebeb77 100644 --- a/Frameworks/MediaPlayer.framework/MPMusicPlayerControllerServerInternal.h +++ b/Frameworks/MediaPlayer.framework/MPMusicPlayerControllerServerInternal.h @@ -4,6 +4,8 @@ @interface MPMusicPlayerControllerServerInternal : MPServerObject { int _activeClientPID; + BKSApplicationStateMonitor * _applicationStateMonitor; + int _applicationStateMonitorCount; NSMutableArray * _clientPorts; NSMutableDictionary * _clientPortsForPIDs; NSMutableDictionary * _clientStateForPIDs; @@ -17,7 +19,7 @@ + (BOOL)_canSeedGeniusWithItem:(id)arg1; - (void).cxx_destruct; -- (void)_applicationStateChangedNotification:(id)arg1; +- (void)_applicationStateChangedWithUserInfo:(id)arg1; - (id)_avController; - (id)_avControllerForClientPID:(int)arg1; - (BOOL)_clientPIDHasPermissionToPlay:(int)arg1; diff --git a/Frameworks/MediaPlayer.framework/MPNowPlayingInfoCenter.h b/Frameworks/MediaPlayer.framework/MPNowPlayingInfoCenter.h index 20d79066e4..d6a175e83e 100644 --- a/Frameworks/MediaPlayer.framework/MPNowPlayingInfoCenter.h +++ b/Frameworks/MediaPlayer.framework/MPNowPlayingInfoCenter.h @@ -7,12 +7,14 @@ NSDictionary * _nowPlayingInfo; MPNowPlayingPlaybackQueueCache * _playbackQueueCache; * _playbackQueueDataSource; + unsigned int _playbackState; NSDate * _pushDate; NSObject * _queue; NSDictionary * _queuedNowPlayingInfo; } @property (copy) NSDictionary *nowPlayingInfo; +@property unsigned int playbackState; + (id)defaultCenter; @@ -24,7 +26,9 @@ - (void)invalidatePlaybackQueue; - (id)nowPlayingInfo; - (id)playbackQueueDataSource; +- (unsigned int)playbackState; - (void)setNowPlayingInfo:(id)arg1; - (void)setPlaybackQueueDataSource:(id)arg1; +- (void)setPlaybackState:(unsigned int)arg1; @end diff --git a/Frameworks/MediaPlayer.framework/MPPropertySet.h b/Frameworks/MediaPlayer.framework/MPPropertySet.h index b9bcbd9d7d..2411e65c24 100644 --- a/Frameworks/MediaPlayer.framework/MPPropertySet.h +++ b/Frameworks/MediaPlayer.framework/MPPropertySet.h @@ -20,7 +20,6 @@ - (id)debugDescription; - (id)description; - (void)encodeWithCoder:(id)arg1; -- (id)init; - (id)initWithCoder:(id)arg1; - (id)initWithProperties:(id)arg1 relationships:(id)arg2; - (id)mutableCopyWithZone:(struct _NSZone { }*)arg1; diff --git a/Frameworks/MediaPlayer.framework/MPStoreAVItem.h b/Frameworks/MediaPlayer.framework/MPStoreAVItem.h index 3d955bcd7f..04e665be7e 100644 --- a/Frameworks/MediaPlayer.framework/MPStoreAVItem.h +++ b/Frameworks/MediaPlayer.framework/MPStoreAVItem.h @@ -101,6 +101,7 @@ - (id)displayableText; - (double)durationFromExternalMetadata; - (long long)equivalencySourceAdamID; +- (id)externalContentIdentifier; - (id)genre; - (void)handlePlaybackFinishedTime:(double)arg1 finishedByHittingEnd:(BOOL)arg2; - (BOOL)hasAlternatesForTypes:(unsigned int)arg1; diff --git a/Frameworks/MediaPlayer.framework/MPStoreDownloadManager.h b/Frameworks/MediaPlayer.framework/MPStoreDownloadManager.h index a9a5170b07..cd1f23573d 100644 --- a/Frameworks/MediaPlayer.framework/MPStoreDownloadManager.h +++ b/Frameworks/MediaPlayer.framework/MPStoreDownloadManager.h @@ -16,6 +16,7 @@ NSHashTable * _observersForAllDownloads; SSPurchaseManager * _purchaseManager; NSMapTable * _storeIdentifiersToDownloads; + NSMutableArray * _userDownloads; } @property (nonatomic, readonly) NSArray *activeDownloads; @@ -24,6 +25,7 @@ @property (nonatomic, readonly) NSArray *downloads; @property (readonly) unsigned int hash; @property (readonly) Class superclass; +@property (nonatomic, readonly) NSArray *userDownloads; @property (getter=isUsingNetwork, nonatomic, readonly) BOOL usingNetwork; + (id)sharedManager; @@ -76,5 +78,6 @@ - (void)requestPermissionToDownloadWithType:(int)arg1 completionHandler:(id /* block */)arg2; - (void)restartDownloads:(id)arg1; - (void)resumeDownloads:(id)arg1; +- (id)userDownloads; @end diff --git a/Frameworks/MediaPlayer.framework/MPStoreLibraryPersonalizationCollectionDataSource.h b/Frameworks/MediaPlayer.framework/MPStoreLibraryPersonalizationCollectionDataSource.h index 6305aa30e4..d834210536 100644 --- a/Frameworks/MediaPlayer.framework/MPStoreLibraryPersonalizationCollectionDataSource.h +++ b/Frameworks/MediaPlayer.framework/MPStoreLibraryPersonalizationCollectionDataSource.h @@ -24,9 +24,10 @@ + (id)_completePersonalizedObjectWithLibraryObject:(id)arg1 personalizationProperties:(id)arg2 overrideLibraryAddedStatus:(int)arg3; + (id)_identifiersByCombiningPersonalizedIdentifiers:(id)arg1 unpersonalizedIdentifiers:(id)arg2; -+ (id)_lightweightPersonalizationPropertiesForModelClass:(Class)arg1; -+ (id)_lightweightPersonalizationPropertiesForProperties:(id)arg1 modelObject:(id)arg2 relativeModelObject:(id)arg3; ++ (id)_intersectingLightweightPersonalizationPropertiesForModelClass:(Class)arg1; ++ (id)_intersectingLightweightPersonalizationPropertiesForProperties:(id)arg1 modelObject:(id)arg2 relativeModelObject:(id)arg3; + (id)_lightweightPersonalizedObjectWithUnpersonalizedObject:(id)arg1 libraryObject:(id)arg2 personalizationProperties:(id)arg3 overrideLibraryAddedStatus:(int)arg4; ++ (id)_requiredLightweightPersonalizationPropertiesForModelClass:(Class)arg1; - (void).cxx_destruct; - (id)_libraryObjectWithRelativeModelClass:(Class)arg1 identifierSet:(id)arg2 propertySet:(id)arg3; diff --git a/Frameworks/MediaPlayer.framework/MPStoreModelSongBuilder.h b/Frameworks/MediaPlayer.framework/MPStoreModelSongBuilder.h index 6a05949517..d44f9ac1c2 100644 --- a/Frameworks/MediaPlayer.framework/MPStoreModelSongBuilder.h +++ b/Frameworks/MediaPlayer.framework/MPStoreModelSongBuilder.h @@ -32,6 +32,8 @@ unsigned int shouldShowComposer : 1; unsigned int storeRedownloadable : 1; unsigned int volumeNormalization : 1; + unsigned int year : 1; + unsigned int userRating : 1; unsigned int classicalWork : 1; unsigned int classicalMovement : 1; unsigned int classicalMovementCount : 1; diff --git a/Frameworks/MediaPlayer.framework/_MPModelQueueFeederIdentifier.h b/Frameworks/MediaPlayer.framework/_MPModelQueueFeederIdentifier.h new file mode 100644 index 0000000000..42d67a04fd --- /dev/null +++ b/Frameworks/MediaPlayer.framework/_MPModelQueueFeederIdentifier.h @@ -0,0 +1,23 @@ +/* Generated by RuntimeBrowser + Image: /System/Library/Frameworks/MediaPlayer.framework/MediaPlayer + */ + +@interface _MPModelQueueFeederIdentifier : NSObject { + MPIdentifierSet * _identifierSet; +} + +@property (readonly, copy) NSString *debugDescription; +@property (readonly, copy) NSString *description; +@property (readonly) unsigned int hash; +@property (nonatomic, readonly, copy) MPIdentifierSet *identifierSet; +@property (readonly) Class superclass; + +- (void).cxx_destruct; +- (id)copyWithZone:(struct _NSZone { }*)arg1; +- (void)encodeWithCoder:(id)arg1; +- (id)identifierSet; +- (id)initWithCoder:(id)arg1; +- (id)initWithIdentifierSet:(id)arg1; +- (BOOL)isEqual:(id)arg1; + +@end diff --git a/Frameworks/MessageUI.framework/MFMailComposeViewController.h b/Frameworks/MessageUI.framework/MFMailComposeViewController.h index e86bdf9d63..67c10be56e 100644 --- a/Frameworks/MessageUI.framework/MFMailComposeViewController.h +++ b/Frameworks/MessageUI.framework/MFMailComposeViewController.h @@ -32,6 +32,7 @@ - (void)finalizeCompositionValues; - (id)initWithNibName:(id)arg1 bundle:(id)arg2; - (id)initWithURL:(id)arg1; +- (id)initWithURL:(id)arg1 sourceAccountManagement:(int)arg2; - (id)mailComposeDelegate; - (void)recoverAutosavedMessageWithIdentifier:(id)arg1; - (void)requestFramesForAttachmentsWithIdentifiers:(id)arg1 resultHandler:(id /* block */)arg2; diff --git a/Frameworks/MessageUI.framework/MFMessageLoadingContextEvent.h b/Frameworks/MessageUI.framework/MFMessageLoadingContextEvent.h index 9644370d19..a6ff96ec95 100644 --- a/Frameworks/MessageUI.framework/MFMessageLoadingContextEvent.h +++ b/Frameworks/MessageUI.framework/MFMessageLoadingContextEvent.h @@ -24,9 +24,12 @@ @property (nonatomic, readonly) NSError *smimeError; - (void).cxx_destruct; +- (id)_descriptionForDebugging:(BOOL)arg1; - (id)content; - (id)context; - (void)dealloc; +- (id)debugDescription; +- (id)description; - (id)error; - (BOOL)hasLoadedBestAlternativePart; - (BOOL)hasLoadedCompleteBody; diff --git a/Frameworks/MessageUI.framework/MFMessageViewingContext.h b/Frameworks/MessageUI.framework/MFMessageViewingContext.h index e286ef3e3c..ede1056c17 100644 --- a/Frameworks/MessageUI.framework/MFMessageViewingContext.h +++ b/Frameworks/MessageUI.framework/MFMessageViewingContext.h @@ -14,7 +14,6 @@ unsigned int _isDraftMessage; unsigned int _isEditableMessage; unsigned int _isOutgoingMessage; - BOOL _isReload; int _loadAlternative; unsigned int _loadIncrement; MFActivityMonitor * _loadTask; @@ -81,7 +80,6 @@ - (void)dealloc; - (id)delegate; - (BOOL)failedToLoad; -- (void)forceReload; - (BOOL)hasAnalyzedMessage; - (BOOL)hasAnalyzedMessageWithTimeout:(id)arg1; - (BOOL)hasLoaded; @@ -117,6 +115,5 @@ - (id)signers; - (id)suggestions; - (id)uniqueID; -- (void)unload; @end diff --git a/Frameworks/Messages.framework/MSSticker.h b/Frameworks/Messages.framework/MSSticker.h index 53814b01f7..b0d2c8b06b 100644 --- a/Frameworks/Messages.framework/MSSticker.h +++ b/Frameworks/Messages.framework/MSSticker.h @@ -3,11 +3,17 @@ */ @interface MSSticker : NSObject { + CKImageData * __imageData; + NSError * __stickerError; + UIImage * __thumbnail; NSData * _data; NSURL * _imageFileURL; NSString * _localizedDescription; } +@property (nonatomic, retain) CKImageData *_imageData; +@property (nonatomic, retain) NSError *_stickerError; +@property (nonatomic, retain) UIImage *_thumbnail; @property (nonatomic, readonly) NSData *data; @property (readonly, copy) NSString *debugDescription; @property (readonly, copy) NSString *description; @@ -16,9 +22,15 @@ @property (nonatomic, readonly, copy) NSString *localizedDescription; @property (readonly) Class superclass; ++ (id)MSStickerPreviewCacheKeyForSticker:(id)arg1; + (id)stickerWithContentsOfURL:(id)arg1 localizedDescription:(id)arg2 error:(id*)arg3; - (void).cxx_destruct; +- (void)_generateImageData; +- (void)_generateThumbnail; +- (id)_imageData; +- (id)_stickerError; +- (id)_thumbnail; - (id)accessibilityLabel; - (id)data; - (id)description; @@ -27,5 +39,8 @@ - (id)initWithContentsOfURL:(id)arg1 data:(id)arg2 localizedDescription:(id)arg3 error:(id*)arg4; - (id)initWithContentsOfURL:(id)arg1 localizedDescription:(id)arg2 error:(id*)arg3; - (id)localizedDescription; +- (void)set_imageData:(id)arg1; +- (void)set_stickerError:(id)arg1; +- (void)set_thumbnail:(id)arg1; @end diff --git a/Frameworks/Messages.framework/MSStickerBrowserView.h b/Frameworks/Messages.framework/MSStickerBrowserView.h index a01c9f7446..fe028bcf66 100644 --- a/Frameworks/Messages.framework/MSStickerBrowserView.h +++ b/Frameworks/Messages.framework/MSStickerBrowserView.h @@ -2,7 +2,7 @@ Image: /System/Library/Frameworks/Messages.framework/Messages */ -@interface MSStickerBrowserView : UIView { +@interface MSStickerBrowserView : UIView { BOOL _animating; NSTimer * _animationTimer; struct CGSize { @@ -21,6 +21,8 @@ float x; float y; } _restoredContentOffset; + NSMutableDictionary * _stickerCache; + CKDispatchQueue * _stickerCacheQueue; int _stickerSize; } @@ -42,6 +44,8 @@ @property (nonatomic, retain) MSStickerBrowserViewLayoutSpec *layoutSpec; @property (nonatomic) struct CGPoint { float x1; float x2; } restoredContentOffset; @property (nonatomic, readonly) NSDictionary *stateRestorationInfo; +@property (nonatomic, retain) NSMutableDictionary *stickerCache; +@property (nonatomic, retain) CKDispatchQueue *stickerCacheQueue; @property (nonatomic, readonly) int stickerSize; @property (nonatomic, readonly) int stickerSizeClass; @property (readonly) Class superclass; @@ -59,6 +63,7 @@ - (id)collectionView:(id)arg1 cellForItemAtIndexPath:(id)arg2; - (void)collectionView:(id)arg1 didEndDisplayingCell:(id)arg2 forItemAtIndexPath:(id)arg3; - (int)collectionView:(id)arg1 numberOfItemsInSection:(int)arg2; +- (void)collectionView:(id)arg1 prefetchItemsAtIndexPaths:(id)arg2; - (void)collectionView:(id)arg1 willDisplayCell:(id)arg2 forItemAtIndexPath:(id)arg3; - (void)configureStickerView; - (struct UIEdgeInsets { float x1; float x2; float x3; float x4; })contentInset; @@ -66,6 +71,7 @@ - (unsigned int)currentlyAnimatingIndex; - (id)dataSource; - (void)dealloc; +- (void)didMoveToWindow; - (id)displayDelegate; - (id)flowLayout; - (id)initWithCoder:(id)arg1; @@ -98,8 +104,12 @@ - (void)setIsRestoringContentOffset:(BOOL)arg1; - (void)setLayoutSpec:(id)arg1; - (void)setRestoredContentOffset:(struct CGPoint { float x1; float x2; })arg1; +- (void)setStickerCache:(id)arg1; +- (void)setStickerCacheQueue:(id)arg1; - (void)setUserInteractionEnabled:(BOOL)arg1; - (id)stateRestorationInfo; +- (id)stickerCache; +- (id)stickerCacheQueue; - (int)stickerSize; - (int)stickerSizeClass; diff --git a/Frameworks/Messages.framework/MSStickerView.h b/Frameworks/Messages.framework/MSStickerView.h index c51c2c6169..09ad1e37b2 100644 --- a/Frameworks/Messages.framework/MSStickerView.h +++ b/Frameworks/Messages.framework/MSStickerView.h @@ -37,8 +37,6 @@ @property (readonly) Class superclass; @property (nonatomic, readonly) UITapGestureRecognizer *tapRecognizer; -+ (id)stickerPreviewCache; - - (void).cxx_destruct; - (void)_configureStickerView; - (void)_loadAnimatedStickerfIfNecessary; diff --git a/Frameworks/Metal.framework/MTLComputePipelineReflectionInternal.h b/Frameworks/Metal.framework/MTLComputePipelineReflectionInternal.h index 221d7df145..a4d6093358 100644 --- a/Frameworks/Metal.framework/MTLComputePipelineReflectionInternal.h +++ b/Frameworks/Metal.framework/MTLComputePipelineReflectionInternal.h @@ -20,6 +20,7 @@ - (void)dealloc; - (id)description; - (id)initWithSerializedData:(id)arg1 device:(id)arg2 options:(unsigned int)arg3 flags:(struct { unsigned int x1 : 1; unsigned int x2 : 1; unsigned int x3 : 1; unsigned int x4 : 1; unsigned int x5 : 60; })arg4; +- (id)initWithSerializedData:(id)arg1 serializedStageInputDescriptor:(id)arg2 device:(id)arg3 options:(unsigned int)arg4 flags:(struct { unsigned int x1 : 1; unsigned int x2 : 1; unsigned int x3 : 1; unsigned int x4 : 1; unsigned int x5 : 60; })arg5; - (id)performanceStatistics; - (void)setPerformanceStatistics:(id)arg1; - (struct { unsigned int x1 : 1; unsigned int x2 : 1; unsigned int x3 : 1; unsigned int x4 : 1; unsigned int x5 : 60; })usageFlags; diff --git a/Frameworks/Metal.framework/MTLIOAccelDevice.h b/Frameworks/Metal.framework/MTLIOAccelDevice.h index 57913b5401..1a7952d159 100644 --- a/Frameworks/Metal.framework/MTLIOAccelDevice.h +++ b/Frameworks/Metal.framework/MTLIOAccelDevice.h @@ -44,6 +44,7 @@ @property (readonly) unsigned int hwResourcePoolCount; @property (readonly) id*hwResourcePools; @property (readonly) int numCommandBuffers; +@property (readonly) unsigned long long recommendedMaxWorkingSetSize; @property (readonly) unsigned long long sharedMemorySize; + (void)registerDevices; diff --git a/Frameworks/MetalKit.framework/MTKView.h b/Frameworks/MetalKit.framework/MTKView.h index e1383c85b6..3d4523aa87 100644 --- a/Frameworks/MetalKit.framework/MTKView.h +++ b/Frameworks/MetalKit.framework/MTKView.h @@ -100,6 +100,7 @@ - (void)didMoveToWindow; - (void)displayLayer:(id)arg1; - (void)draw; +- (void)drawLayer:(id)arg1 inContext:(struct CGContext { }*)arg2; - (unsigned int)drawableAttachmentIndex; - (struct CGSize { float x1; float x2; })drawableSize; - (BOOL)enableSetNeedsDisplay; diff --git a/Frameworks/MetalPerformanceShaders.framework/MPSMatrix.h b/Frameworks/MetalPerformanceShaders.framework/MPSMatrix.h index 11ec09adc9..fa590801ce 100644 --- a/Frameworks/MetalPerformanceShaders.framework/MPSMatrix.h +++ b/Frameworks/MetalPerformanceShaders.framework/MPSMatrix.h @@ -21,6 +21,7 @@ - (unsigned int)columns; - (id)data; - (unsigned int)dataType; +- (void)dealloc; - (id)device; - (id)init; - (id)initWithBuffer:(id)arg1 descriptor:(id)arg2; diff --git a/Frameworks/MobileCoreServices.framework/LSApplicationProxy.h b/Frameworks/MobileCoreServices.framework/LSApplicationProxy.h index 40b926c5da..b9490b90a8 100644 --- a/Frameworks/MobileCoreServices.framework/LSApplicationProxy.h +++ b/Frameworks/MobileCoreServices.framework/LSApplicationProxy.h @@ -243,6 +243,18 @@ - (id)__ck_messagesPluginKitProxy; +// Image: /System/Library/PrivateFrameworks/ManagedConfiguration.framework/MDM.framework/MDM + ++ (BOOL)applicationProxyIsMISAuthorizedForBundleID:(id)arg1; + +- (BOOL)isMISAuthorized; + +// Image: /System/Library/PrivateFrameworks/TVMLKit.framework/TVMLKit + ++ (id)tvmlKitBundle; + +- (id)tv_applicationLaunchImageName; + // Image: /System/Library/PrivateFrameworks/UserNotificationsServer.framework/UserNotificationsServer + (id)uns_bundleForBundleIdentifier:(id)arg1; diff --git a/Frameworks/MobileCoreServices.framework/LSApplicationRestrictionsManager.h b/Frameworks/MobileCoreServices.framework/LSApplicationRestrictionsManager.h index d6230ee91e..def7758daa 100644 --- a/Frameworks/MobileCoreServices.framework/LSApplicationRestrictionsManager.h +++ b/Frameworks/MobileCoreServices.framework/LSApplicationRestrictionsManager.h @@ -38,6 +38,7 @@ - (void)dealloc; - (void)handleMCEffectiveSettingsChanged; - (void)handleMCRemovedSystemAppsChanged; +- (id)identifierForRemovedAppPrompt:(id)arg1; - (id)init; - (BOOL)isAdTrackingEnabled; - (BOOL)isAppExtensionRestricted:(id)arg1; diff --git a/Frameworks/MobileCoreServices.framework/LSApplicationWorkspace.h b/Frameworks/MobileCoreServices.framework/LSApplicationWorkspace.h index dacfa92db2..0cce7714af 100644 --- a/Frameworks/MobileCoreServices.framework/LSApplicationWorkspace.h +++ b/Frameworks/MobileCoreServices.framework/LSApplicationWorkspace.h @@ -6,6 +6,7 @@ NSXPCConnection * _connection; NSMutableDictionary * _createdInstallProgresses; LSInstallProgressDelegate * _delegateProxy; + BOOL _enhancedAppValidationEnabled; LSInstallProgressList * _observedInstallProgresses; LSApplicationWorkspaceRemoteObserver * _remoteObserver; } @@ -58,6 +59,7 @@ - (id)deviceIdentifierForVendor; - (id)directionsApplications; - (BOOL)downgradeApplicationToPlaceholder:(id)arg1 withOptions:(id)arg2 error:(id*)arg3; +- (BOOL)enhancedAppLoggingEnabled; - (void)enumerateApplicationsForSiriWithBlock:(id /* block */)arg1; - (void)enumerateApplicationsOfType:(unsigned int)arg1 block:(id /* block */)arg2; - (void)enumerateApplicationsOfType:(unsigned int)arg1 legacySPI:(BOOL)arg2 block:(id /* block */)arg3; @@ -69,6 +71,7 @@ - (BOOL)getClaimedActivityTypes:(id*)arg1 domains:(id*)arg2; - (unsigned int)getInstallTypeForOptions:(id)arg1 andApp:(id)arg2; - (void)getKnowledgeUUID:(id*)arg1 andSequenceNumber:(id*)arg2; +- (id)init; - (BOOL)installApplication:(id)arg1 withOptions:(id)arg2; - (BOOL)installApplication:(id)arg1 withOptions:(id)arg2 error:(id*)arg3; - (BOOL)installApplication:(id)arg1 withOptions:(id)arg2 error:(id*)arg3 usingBlock:(id /* block */)arg4; diff --git a/Frameworks/MobileCoreServices.framework/LSApplicationWorkspaceRemoteObserver.h b/Frameworks/MobileCoreServices.framework/LSApplicationWorkspaceRemoteObserver.h index 12f4f94829..09d4f470c8 100644 --- a/Frameworks/MobileCoreServices.framework/LSApplicationWorkspaceRemoteObserver.h +++ b/Frameworks/MobileCoreServices.framework/LSApplicationWorkspaceRemoteObserver.h @@ -29,6 +29,7 @@ - (id)init; - (BOOL)isObservinglsd; - (id)localObservers; +- (BOOL)messageObserversWithSelector:(SEL)arg1 andApps:(id)arg2; - (void)networkUsageChanged:(BOOL)arg1; - (void)pluginsDidInstall:(id)arg1; - (void)pluginsDidUninstall:(id)arg1; diff --git a/Frameworks/ModelIO.framework/MDLAsset.h b/Frameworks/ModelIO.framework/MDLAsset.h index bf0936df8d..cf222b36ab 100644 --- a/Frameworks/ModelIO.framework/MDLAsset.h +++ b/Frameworks/ModelIO.framework/MDLAsset.h @@ -34,6 +34,7 @@ - (id)URL; - (struct MDLAABB { })_bounds; - (void)_commonInit; +- (void)_conformVertexBuffers:(id)arg1 error:(id*)arg2; - (void)addObject:(id)arg1; - (struct { })boundingBox; - (struct { })boundingBoxAtTime:(double)arg1; @@ -43,6 +44,7 @@ - (unsigned int)count; - (unsigned int)countByEnumeratingWithState:(struct { unsigned long x1; id *x2; unsigned long x3; unsigned long x4[5]; }*)arg1 objects:(id*)arg2 count:(unsigned int)arg3; - (double)endTime; +- (void)enumerateChildObjectsOfClass:(Class)arg1 usingBlock:(id /* block */)arg2 stopPointer:(BOOL*)arg3; - (BOOL)exportAssetToURL:(id)arg1; - (BOOL)exportAssetToURL:(id)arg1 error:(id*)arg2; - (double)frameInterval; diff --git a/Frameworks/ModelIO.framework/MDLMaterial.h b/Frameworks/ModelIO.framework/MDLMaterial.h index 4358b4d0db..2b52369b4b 100644 --- a/Frameworks/ModelIO.framework/MDLMaterial.h +++ b/Frameworks/ModelIO.framework/MDLMaterial.h @@ -32,6 +32,7 @@ - (id)name; - (id)objectAtIndexedSubscript:(unsigned int)arg1; - (id)objectForKeyedSubscript:(id)arg1; +- (id)propertiesWithSemantic:(unsigned int)arg1; - (id)propertyNamed:(id)arg1; - (id)propertyWithSemantic:(unsigned int)arg1; - (void)removeAllProperties; diff --git a/Frameworks/ModelIO.framework/MDLMesh.h b/Frameworks/ModelIO.framework/MDLMesh.h index 76a2839bf5..5f190f17dc 100644 --- a/Frameworks/ModelIO.framework/MDLMesh.h +++ b/Frameworks/ModelIO.framework/MDLMesh.h @@ -17,17 +17,19 @@ @property (nonatomic, readonly, retain) *allocator; @property (nonatomic, readonly) struct { } boundingBox; @property (nonatomic, copy) NSMutableArray *submeshes; -@property (nonatomic, readonly, retain) NSArray *vertexBuffers; +@property (nonatomic, retain) NSArray *vertexBuffers; @property (nonatomic) unsigned int vertexCount; @property (nonatomic, copy) MDLVertexDescriptor *vertexDescriptor; // Image: /System/Library/Frameworks/ModelIO.framework/ModelIO + (id)newBoxWithDimensions:(void *)arg1 segments:(void *)arg2 geometryType:(void *)arg3 inwardNormals:(void *)arg4 allocator:(void *)arg5; // needs 5 arg types, found 3: int, BOOL, id ++ (id)newCapsuleWithHeight:(void *)arg1 radii:(void *)arg2 radialSegments:(void *)arg3 verticalSegments:(void *)arg4 hemisphereSegments:(void *)arg5 geometryType:(void *)arg6 inwardNormals:(void *)arg7 allocator:(void *)arg8; // needs 8 arg types, found 7: float, unsigned int, unsigned int, unsigned int, int, BOOL, id + (id)newCylinderWithHeight:(void *)arg1 radii:(void *)arg2 radialSegments:(void *)arg3 verticalSegments:(void *)arg4 geometryType:(void *)arg5 inwardNormals:(void *)arg6 allocator:(void *)arg7; // needs 7 arg types, found 6: float, unsigned int, unsigned int, int, BOOL, id + (id)newEllipsoidWithRadii:(void *)arg1 radialSegments:(void *)arg2 verticalSegments:(void *)arg3 geometryType:(void *)arg4 inwardNormals:(void *)arg5 hemisphere:(void *)arg6 allocator:(void *)arg7; // needs 7 arg types, found 6: unsigned int, unsigned int, int, BOOL, BOOL, id + (id)newEllipticalConeWithHeight:(void *)arg1 radii:(void *)arg2 radialSegments:(void *)arg3 verticalSegments:(void *)arg4 geometryType:(void *)arg5 inwardNormals:(void *)arg6 allocator:(void *)arg7; // needs 7 arg types, found 6: float, unsigned int, unsigned int, int, BOOL, id + (id)newIcosahedronWithRadius:(float)arg1 inwardNormals:(BOOL)arg2 allocator:(id)arg3; ++ (id)newIcosahedronWithRadius:(float)arg1 inwardNormals:(BOOL)arg2 geometryType:(int)arg3 allocator:(id)arg4; + (id)newPlaneWithDimensions:(void *)arg1 segments:(void *)arg2 geometryType:(void *)arg3 allocator:(void *)arg4; // needs 4 arg types, found 2: int, id + (id)newSubdividedMesh:(id)arg1 submeshIndex:(unsigned int)arg2 subdivisionLevels:(unsigned int)arg3; @@ -59,7 +61,7 @@ - (BOOL)generateLightMapTextureWithTextureSize:(void *)arg1 lightsToConsider:(void *)arg2 objectsToConsider:(void *)arg3 vertexAttributeNamed:(void *)arg4 materialPropertyNamed:(void *)arg5; // needs 5 arg types, found 4: id, id, id, id - (BOOL)generateLightMapVertexColorsWithLightsToConsider:(id)arg1 objectsToConsider:(id)arg2 vertexAttributeNamed:(id)arg3; - (id)initBoxWithExtent:(void *)arg1 segments:(void *)arg2 inwardNormals:(void *)arg3 geometryType:(void *)arg4 allocator:(void *)arg5; // needs 5 arg types, found 3: BOOL, int, id -- (id)initCapsuleWithExtent:(void *)arg1 cylinderSegments:(void *)arg2 hemisphereSegments:(void *)arg3 inwardNormals:(void *)arg4 geometryType:(void *)arg5 allocator:(void *)arg6; // needs 6 arg types, found 4: int, BOOL, int, id +- (id)initCapsuleWithExtent:(void *)arg1 cylinderSegments:(void *)arg2 hemisphereSegments:(void *)arg3 inwardNormals:(void *)arg4 geometryType:(void *)arg5 allocator:(void *)arg6; // needs 6 arg types, found 4: unsigned int, BOOL, int, id - (id)initConeWithExtent:(void *)arg1 segments:(void *)arg2 inwardNormals:(void *)arg3 cap:(void *)arg4 geometryType:(void *)arg5 allocator:(void *)arg6; // needs 6 arg types, found 4: BOOL, BOOL, int, id - (id)initCylinderWithExtent:(void *)arg1 segments:(void *)arg2 inwardNormals:(void *)arg3 topCap:(void *)arg4 bottomCap:(void *)arg5 geometryType:(void *)arg6 allocator:(void *)arg7; // needs 7 arg types, found 5: BOOL, BOOL, BOOL, int, id - (id)initHemisphereWithExtent:(void *)arg1 segments:(void *)arg2 inwardNormals:(void *)arg3 cap:(void *)arg4 geometryType:(void *)arg5 allocator:(void *)arg6; // needs 6 arg types, found 4: BOOL, BOOL, int, id @@ -75,6 +77,7 @@ - (void)removeAttributeNamed:(id)arg1; - (void)replaceAttributeNamed:(id)arg1 withData:(id)arg2; - (void)setSubmeshes:(id)arg1; +- (void)setVertexBuffers:(id)arg1; - (void)setVertexCount:(unsigned int)arg1; - (void)setVertexDescriptor:(id)arg1; - (int)submeshCount; diff --git a/Frameworks/ModelIO.framework/MDLNoiseTexture.h b/Frameworks/ModelIO.framework/MDLNoiseTexture.h index 4feb00d26f..c977d73867 100644 --- a/Frameworks/ModelIO.framework/MDLNoiseTexture.h +++ b/Frameworks/ModelIO.framework/MDLNoiseTexture.h @@ -3,12 +3,16 @@ */ @interface MDLNoiseTexture : MDLTexture { + float _frequency; bool _grayScale; + int _noiseMode; float _smoothness; bool _vectorNoise; } +- (id)_generateCellularNoiseAtLevel:(int)arg1; - (id)generateDataAtLevel:(int)arg1; +- (id)initCellularNoiseWithFrequency:(void *)arg1 name:(void *)arg2 textureDimensions:(void *)arg3 channelEncoding:(void *)arg4; // needs 4 arg types, found 3: float, id, int - (id)initScalarNoiseWithSmoothness:(void *)arg1 name:(void *)arg2 textureDimensions:(void *)arg3 channelCount:(void *)arg4 channelEncoding:(void *)arg5 grayscale:(void *)arg6; // needs 6 arg types, found 5: float, id, int, int, BOOL - (id)initVectorNoiseWithSmoothness:(void *)arg1 name:(void *)arg2 textureDimensions:(void *)arg3 channelEncoding:(void *)arg4; // needs 4 arg types, found 3: float, id, int diff --git a/Frameworks/ModelIO.framework/MDLObject.h b/Frameworks/ModelIO.framework/MDLObject.h index 0ec9b18018..c11b16337f 100644 --- a/Frameworks/ModelIO.framework/MDLObject.h +++ b/Frameworks/ModelIO.framework/MDLObject.h @@ -26,6 +26,7 @@ - (struct { })boundingBoxAtTime:(double)arg1; - (id)children; - (id)componentConformingToProtocol:(id)arg1; +- (void)enumerateChildObjectsOfClass:(Class)arg1 root:(id)arg2 usingBlock:(id /* block */)arg3 stopPointer:(BOOL*)arg4; - (BOOL)hidden; - (id)init; - (id)instance; diff --git a/Frameworks/ModelIO.framework/MDLSubmesh.h b/Frameworks/ModelIO.framework/MDLSubmesh.h index f9452c5ef0..64cc90e82b 100644 --- a/Frameworks/ModelIO.framework/MDLSubmesh.h +++ b/Frameworks/ModelIO.framework/MDLSubmesh.h @@ -18,7 +18,7 @@ @property (nonatomic, readonly) unsigned int indexType; @property (nonatomic, retain) MDLMaterial *material; @property (nonatomic, copy) NSString *name; -@property (nonatomic, readonly, retain) MDLSubmeshTopology *topology; +@property (nonatomic, retain) MDLSubmeshTopology *topology; // Image: /System/Library/Frameworks/ModelIO.framework/ModelIO @@ -39,6 +39,7 @@ - (id)name; - (void)setMaterial:(id)arg1; - (void)setName:(id)arg1; +- (void)setTopology:(id)arg1; - (id)topology; // Image: /System/Library/Frameworks/SceneKit.framework/SceneKit diff --git a/Frameworks/ModelIO.framework/MDLSubmeshTopology.h b/Frameworks/ModelIO.framework/MDLSubmeshTopology.h index e001f6190e..f5b1368ca4 100644 --- a/Frameworks/ModelIO.framework/MDLSubmeshTopology.h +++ b/Frameworks/ModelIO.framework/MDLSubmeshTopology.h @@ -34,6 +34,7 @@ - (id)faceTopology; - (unsigned int)holeCount; - (id)holes; +- (id)initWithSubmesh:(id)arg1; - (void)setEdgeCreaseCount:(unsigned int)arg1; - (void)setEdgeCreaseIndices:(id)arg1; - (void)setEdgeCreases:(id)arg1; diff --git a/Frameworks/ModelIO.framework/DarwinHelper.h b/Frameworks/ModelIO.framework/_DarwinHelper.h similarity index 74% rename from Frameworks/ModelIO.framework/DarwinHelper.h rename to Frameworks/ModelIO.framework/_DarwinHelper.h index 16dde03299..3a89b8a455 100644 --- a/Frameworks/ModelIO.framework/DarwinHelper.h +++ b/Frameworks/ModelIO.framework/_DarwinHelper.h @@ -2,6 +2,6 @@ Image: /System/Library/Frameworks/ModelIO.framework/ModelIO */ -@interface DarwinHelper : NSObject +@interface _DarwinHelper : NSObject @end diff --git a/Frameworks/NotificationCenter.framework/_NCWidgetExtensionContext.h b/Frameworks/NotificationCenter.framework/_NCWidgetExtensionContext.h index 4b583e0843..93d16b44ca 100644 --- a/Frameworks/NotificationCenter.framework/_NCWidgetExtensionContext.h +++ b/Frameworks/NotificationCenter.framework/_NCWidgetExtensionContext.h @@ -32,6 +32,7 @@ - (void)openURL:(id)arg1 completionHandler:(id /* block */)arg2; - (void)setWidgetLargestAvailableDisplayMode:(int)arg1; - (int)widgetActiveDisplayMode; +- (BOOL)widgetIsForeground; - (int)widgetLargestAvailableDisplayMode; - (struct CGSize { float x1; float x2; })widgetMaximumSizeForDisplayMode:(int)arg1; diff --git a/Frameworks/NotificationCenter.framework/_NCWidgetViewController.h b/Frameworks/NotificationCenter.framework/_NCWidgetViewController.h index 3b3c6286b7..5e2f82a44a 100644 --- a/Frameworks/NotificationCenter.framework/_NCWidgetViewController.h +++ b/Frameworks/NotificationCenter.framework/_NCWidgetViewController.h @@ -12,11 +12,12 @@ float right; } _clientMarginInsets; NSString * _containerIdentifier; - UIViewController * _contentProvidingViewController; + UIViewController * _contentProvidingViewController; struct { unsigned int implementsPerformUpdateWithCompletionHandler : 1; unsigned int implementsMarginInsets : 1; unsigned int implementsActiveDisplayModeDidChange : 1; + unsigned int implementsDidBecomeForeground : 1; } _contentProvidingViewControllerFlags; UIView * _contentView; struct CGRect { @@ -34,18 +35,20 @@ NSObject * _remoteViewControllerProxyQueue; UIScrollViewDelayedTouchesBeganGestureRecognizer * _touchDelayGestureRecognizer; * _transitionController; + int _visibilityState; NSString * _widgetIdentifier; NSMapTable * _wrappedAppearStatesToOpenTransactionIDs; } @property (getter=_activeTransitionContextsByRequestID, nonatomic, retain) NSMapTable *activeTransitionContextsByRequestID; @property (getter=_containerIdentifier, nonatomic, copy) NSString *containerIdentifier; -@property (getter=_contentProvidingViewController, nonatomic, retain) UIViewController *contentProvidingViewController; +@property (getter=_contentProvidingViewController, nonatomic, retain) UIViewController *contentProvidingViewController; @property (readonly, copy) NSString *debugDescription; @property (readonly, copy) NSString *description; @property (readonly) unsigned int hash; @property (getter=_pendingSizeTransitionUUIDStack, nonatomic, readonly) NSMutableArray *pendingSizeTransitionUUIDStack; @property (readonly) Class superclass; +@property (getter=_visibilityState, setter=_setVisibilityState:, nonatomic) int visibilityState; @property (getter=_widgetIdentifier, nonatomic, copy) NSString *widgetIdentifier; + (id)_exportedInterface; @@ -62,6 +65,7 @@ - (void)__requestEncodedLayerTreeToURL:(id)arg1 withReplyHandler:(id /* block */)arg2; - (void)__setActiveDisplayMode:(int)arg1 requestIdentifier:(id)arg2; - (void)__setMaximumSize:(struct CGSize { float x1; float x2; })arg1 forDisplayMode:(int)arg2; +- (void)__updateVisibilityState:(int)arg1; - (void)__viewWillTransitionToSize:(struct CGSize { float x1; float x2; })arg1 requestIdentifier:(id)arg2; - (id)_activeTransitionContextsByRequestID; - (int)_clientLargestSupportedDisplayMode; @@ -81,14 +85,18 @@ - (id)_existingTransitionContextForRequestIdentifier:(id)arg1; - (id)_pendingSizeTransitionUUIDStack; - (void)_performUpdateWithCompletionHandler:(id /* block */)arg1; +- (void)_processInputItems:(id)arg1 initialActiveDisplayMode:(int*)arg2; - (void)_requestMarginInsets; - (void)_requestPreferredViewHeight:(float)arg1 usingAutolayout:(BOOL)arg2; - (void)_requestPreferredViewHeight:(float)arg1 usingAutolayout:(BOOL)arg2 force:(BOOL)arg3; - (void)_setActiveDisplayMode:(int)arg1 requestIdentifier:(id)arg2 force:(BOOL)arg3; - (void)_setContentProvidingViewController:(id)arg1; - (void)_setMaximumWidth:(float)arg1 forDisplayMode:(int)arg2; +- (void)_setVisibilityState:(int)arg1; +- (void)_setVisibilityState:(int)arg1 force:(BOOL)arg2; - (BOOL)_shouldRemoveViewFromHierarchyOnDisappear; - (id)_transitionContextForRequestIdentifier:(id)arg1 usingAutolayout:(BOOL)arg2 createIfNecessary:(BOOL)arg3; +- (int)_visibilityState; - (id)_widgetExtensionContext; - (id)_widgetIdentifier; - (void)_willAppearInRemoteViewController; diff --git a/Frameworks/Photos.framework/PHAsset.h b/Frameworks/Photos.framework/PHAsset.h index 66743ac8f3..2862b1917c 100644 --- a/Frameworks/Photos.framework/PHAsset.h +++ b/Frameworks/Photos.framework/PHAsset.h @@ -67,6 +67,8 @@ @property (nonatomic, readonly) double clsContentScore; @property (nonatomic, readonly) NSDate *clsDate; @property (nonatomic, readonly) NSData *clsDistanceIdentity; +@property (nonatomic, readonly) BOOL clsIsHDR; +@property (nonatomic, readonly) BOOL clsIsSDOF; @property (nonatomic, readonly) CLLocation *clsLocation; @property (nonatomic, readonly) unsigned int clsPeopleCount; @property (nonatomic, readonly) NSArray *clsPeopleNames; @@ -105,6 +107,7 @@ @property (nonatomic, readonly) int imageOrientation; @property (nonatomic, readonly) NSDictionary *imageProperties; @property (getter=isInPlaceVideoTrimAllowed, nonatomic, readonly) BOOL inPlaceVideoTrimAllowed; +@property (nonatomic, readonly) BOOL isBlurry; @property (nonatomic, readonly) BOOL isFavorite; @property (nonatomic, readonly) BOOL isHDVideo; @property (nonatomic, readonly) BOOL isJPEG; @@ -180,6 +183,7 @@ + (id)fetchAssetsForFaces:(id)arg1 options:(id)arg2; + (id)fetchAssetsForPerson:(id)arg1 options:(id)arg2; + (id)fetchAssetsForPersons:(id)arg1 options:(id)arg2; ++ (id)fetchAssetsGroupedByFaceUUIDForFaces:(id)arg1; + (id)fetchAssetsInAssetCollection:(id)arg1 options:(id)arg2; + (id)fetchAssetsInBoundingBoxWithTopLeftLocation:(id)arg1 bottomRightLocation:(id)arg2 options:(id)arg3; + (id)fetchAssetsInFaceCollection:(id)arg1 options:(id)arg2; @@ -414,26 +418,39 @@ // Image: /System/Library/PrivateFrameworks/PhotoAnalysis.framework/Frameworks/PhotosGraph.framework/Frameworks/MediaMiningKit.framework/MediaMiningKit -+ (float)_videoScoreForAsset:(id)arg1; -+ (id)clsAllAssetsFromFetchResult:(id)arg1 prefetchPersons:(BOOL)arg2 prefetchPersonCount:(BOOL)arg3 prefetchScenes:(BOOL)arg4; ++ (id)clsAllAssetsFromFetchResult:(id)arg1 prefetchPersons:(BOOL)arg2 prefetchPersonCount:(BOOL)arg3 prefetchScenes:(BOOL)arg4 prefetchMediaAnalyses:(BOOL)arg5; ++ (float)clsSharpnessScoreThresholdToNotBeBlurry; + (id)contextForItems:(id)arg1; + (BOOL)isUtilityForAsset:(id)arg1; ++ (void)prefetchPersonsForFetchedAssets:(id)arg1 orFetchResult:(id)arg2; + (double)scoreForAsset:(id)arg1 withContext:(id)arg2; - (id)_256SpecificAssetResource; +- (void)_clsSetSharpnessScore:(float)arg1; +- (void)_clsSetVideoScore:(float)arg1; +- (float)_clsSharpnessScore:(BOOL)arg1; +- (float)_clsUnprefetchedSharpnessScore:(BOOL)arg1; +- (float)_clsUnprefetchedVideoScore; - (id)_imageDataForAssetResource:(id)arg1 networkAccessAllowed:(BOOL)arg2 error:(id*)arg3; - (double)clsContentScore; - (id)clsDate; - (id)clsDistanceIdentity; +- (BOOL)clsIsHDR; +- (BOOL)clsIsSDOF; - (id)clsLocation; +- (BOOL)clsMediaAnalysisIsPrefetched; - (unsigned int)clsPeopleCount; +- (BOOL)clsPeopleCountIsPrefetched; - (id)clsPeopleNames; +- (BOOL)clsPeopleNamesArePrefetched; - (int)clsPlayCount; - (id)clsSceneClassifications; +- (BOOL)clsSceneClassificationsArePrefetched; - (void)clsSetPeopleCount:(id)arg1; - (void)clsSetPeopleNames:(id)arg1; - (void)clsSetSceneClassifications:(id)arg1; - (int)clsShareCount; +- (float)clsSharpnessScore; - (id)clsUnprefetchedPeopleNames; - (id)clsUnprefetchedSceneClassifications; - (float)clsVideoScore; @@ -442,6 +459,9 @@ - (id)date; - (id)dateComponents; - (unsigned int)facesCount; +- (BOOL)hasSharpnessScore; +- (BOOL)isBlurry; +- (BOOL)isBlurryForcingAnalysisIfNeeded; - (BOOL)isScreenshot; - (BOOL)isSubtype:(unsigned int)arg1; - (BOOL)isUtility; @@ -483,6 +503,8 @@ - (id)vcp_getAdjustmentPath; - (BOOL)vcp_isLivePhoto; - (BOOL)vcp_isPano; +- (BOOL)vcp_isSdofPhoto; +- (BOOL)vcp_isShortMovie; - (BOOL)vcp_isVideoSlowmo; - (id)vcp_modificationDate; - (struct CGSize { float x1; float x2; })vcp_originalSize; diff --git a/Frameworks/Photos.framework/PHChange.h b/Frameworks/Photos.framework/PHChange.h index 2ae323da2e..fc3e83c23a 100644 --- a/Frameworks/Photos.framework/PHChange.h +++ b/Frameworks/Photos.framework/PHChange.h @@ -43,6 +43,7 @@ - (id)init; - (id)initWithChangedIdentifiers:(id)arg1 unknownMergeEvent:(BOOL)arg2; - (id)insertedObjectIDs; +- (BOOL)keyFaceChangedForPersonOID:(id)arg1; - (void)preloadChangeDetailsForFetchResults:(id)arg1 inManagedObjectContext:(id)arg2 handler:(id /* block */)arg3; - (void)preloadSimulatedChangeDetailsForManualFetchResults:(id)arg1 handler:(id /* block */)arg2; - (BOOL)trashedStateChangedForPHAssetOID:(id)arg1; diff --git a/Frameworks/Photos.framework/PHFace.h b/Frameworks/Photos.framework/PHFace.h index 08e3d15613..34b8037099 100644 --- a/Frameworks/Photos.framework/PHFace.h +++ b/Frameworks/Photos.framework/PHFace.h @@ -93,6 +93,7 @@ + (id)fetchKeyFaceForFaceCollection:(id)arg1 options:(id)arg2; + (id)fetchKeyFaceForFaceGroup:(id)arg1 options:(id)arg2; + (id)fetchKeyFaceForPerson:(id)arg1 options:(id)arg2; ++ (id)fetchKeyFacesGroupedByPersons:(id)arg1; + (id)fetchPredicateFromComparisonPredicate:(id)arg1 options:(id)arg2; + (id)fetchRejectedFacesForPerson:(id)arg1 options:(id)arg2; + (id)fetchSingletonFacesWithOptions:(id)arg1; diff --git a/Frameworks/Photos.framework/PHFetchOptions.h b/Frameworks/Photos.framework/PHFetchOptions.h index 7d86d24029..5bc8e3b5c9 100644 --- a/Frameworks/Photos.framework/PHFetchOptions.h +++ b/Frameworks/Photos.framework/PHFetchOptions.h @@ -10,7 +10,6 @@ NSNumber * _fetchLimitNumber; NSNumber * _includeAllBurstAssetsNumber; NSNumber * _includeAssetSourceTypesNumber; - NSNumber * _includeDepthEffectSmartAlbumNumber; NSNumber * _includeDuplicateAssetsNumber; NSNumber * _includeFavoriteMemoriesCollectionListNumber; NSNumber * _includeHiddenAssetsNumber; @@ -45,7 +44,6 @@ @property (nonatomic, readonly) NSSet *fetchPropertySetsAsSet; @property (nonatomic) BOOL includeAllBurstAssets; @property (nonatomic) unsigned int includeAssetSourceTypes; -@property (nonatomic) BOOL includeDepthEffectSmartAlbum; @property (nonatomic) BOOL includeDuplicateAssets; @property (nonatomic) BOOL includeFavoriteMemoriesCollectionList; @property (nonatomic) BOOL includeHiddenAssets; @@ -86,7 +84,6 @@ - (id)fetchPropertySetsAsSet; - (BOOL)includeAllBurstAssets; - (unsigned int)includeAssetSourceTypes; -- (BOOL)includeDepthEffectSmartAlbum; - (BOOL)includeDuplicateAssets; - (BOOL)includeFavoriteMemoriesCollectionList; - (BOOL)includeHiddenAssets; @@ -115,7 +112,6 @@ - (void)setFetchPropertySets:(id)arg1; - (void)setIncludeAllBurstAssets:(BOOL)arg1; - (void)setIncludeAssetSourceTypes:(unsigned int)arg1; -- (void)setIncludeDepthEffectSmartAlbum:(BOOL)arg1; - (void)setIncludeDuplicateAssets:(BOOL)arg1; - (void)setIncludeFavoriteMemoriesCollectionList:(BOOL)arg1; - (void)setIncludeHiddenAssets:(BOOL)arg1; diff --git a/Frameworks/Photos.framework/PHPerson.h b/Frameworks/Photos.framework/PHPerson.h index e112cf4d9d..f9124a9292 100644 --- a/Frameworks/Photos.framework/PHPerson.h +++ b/Frameworks/Photos.framework/PHPerson.h @@ -29,14 +29,16 @@ // Image: /System/Library/Frameworks/Photos.framework/Photos + (id)_convertFaceSuggestionToFaceCollection:(id)arg1 options:(id)arg2; -+ (id)_faceLocalIdentifiersFromFaceCollection:(id)arg1 options:(id)arg2; + (int)_faceSuggestionForPerson:(id)arg1 confirmedFaceCollections:(id)arg2 rejectedFaceCollections:(id)arg3 options:(id)arg4 fromClient:(id)arg5 completion:(id /* block */)arg6; ++ (id)_faceSuggestionMarkedAsConfirmed:(BOOL)arg1 fromFaceCollection:(id)arg2 options:(id)arg3; + (id)_packageSuggestionList:(id)arg1 options:(id)arg2; + (id)_transformValueExpression:(id)arg1 forKeyPath:(id)arg2; ++ (id)displayNameFromContact:(id)arg1; + (id)entityKeyForPropertyKey:(id)arg1; + (id)faceSuggestionForPerson:(id)arg1 confirmedFaceCollections:(id)arg2 rejectedFaceCollections:(id)arg3 options:(id)arg4; + (int)faceSuggestionForPerson:(id)arg1 confirmedFaceCollections:(id)arg2 rejectedFaceCollections:(id)arg3 options:(id)arg4 completion:(id /* block */)arg5; + (id)fetchAssociatedPersonForFaceGroup:(id)arg1 withOptions:(id)arg2; ++ (id)fetchHomePersonUUIDsGroupedByAssetUUIDForAssetUUIDs:(id)arg1 options:(id)arg2; + (id)fetchPersonCountGroupedByAssetLocalIdentifierForAssets:(id)arg1 options:(id)arg2; + (id)fetchPersonWithFace:(id)arg1 options:(id)arg2; + (id)fetchPersonsForAssetCollection:(id)arg1 options:(id)arg2; @@ -47,6 +49,7 @@ + (id)fetchPersonsWithType:(int)arg1 options:(id)arg2; + (id)fetchPredicateFromComparisonPredicate:(id)arg1 options:(id)arg2; + (id)fetchType; ++ (id)fullNameFromContact:(id)arg1; + (id)identifierCode; + (id)managedEntityName; + (BOOL)managedObjectSupportsPersonFilters; @@ -73,6 +76,7 @@ + (id)px_titleStringForPeople:(id)arg1; - (unsigned int)numberOfAssets; +- (id)px_displayName; - (void)requestFaceTileImageWithTargetSize:(struct CGSize { float x1; float x2; })arg1 cropFactor:(unsigned int)arg2 round:(BOOL)arg3 cacheResult:(BOOL)arg4 completionBlock:(id /* block */)arg5; @end diff --git a/Frameworks/Photos.framework/PHPhotoLibrary.h b/Frameworks/Photos.framework/PHPhotoLibrary.h index c87d2a6e03..b746f4f984 100644 --- a/Frameworks/Photos.framework/PHPhotoLibrary.h +++ b/Frameworks/Photos.framework/PHPhotoLibrary.h @@ -72,11 +72,13 @@ - (void).cxx_destruct; - (void)_addObserver:(id)arg1; - (void)_beginTransaction; +- (void)_cancelTransaction:(id /* block */)arg1; - (void)_checkForPeopleUIFeatureWithFetchRequest:(id)arg1 comparator:(id /* block */)arg2; - (void)_commitTransaction:(id /* block */)arg1; - (void)_processPendingChanges; - (void)_removeObserver:(id)arg1; - (void)_requestAnalysisProgressWithCompletion:(id /* block */)arg1; +- (void)_unauthorized:(id /* block */)arg1 error:(id*)arg2; - (id)allSocialGroupsForPersonIdentifier:(id)arg1 error:(id*)arg2; - (void)assertTransaction; - (id)assetIdentifiersForPersonIdentifiers:(id)arg1 error:(id*)arg2; @@ -99,6 +101,7 @@ - (id)exportGraphForPurpose:(id)arg1 error:(id*)arg2; - (id)externalObservers; - (id)faceClusterSequenceNumbersOfKeyFacesInAlgorithmicFaceGroupsForPerson:(id)arg1 verifiedClusterSequenceNumbers:(id)arg2; +- (void)faceProcessingStatusForUserInterface:(id /* block */)arg1; - (id)faceSuggestionsForFaceClusterSequenceNumbers:(id)arg1 excludeFaceLocalIdentifers:(id)arg2; - (BOOL)featureEnabledForWorkerType:(short)arg1; - (BOOL)featureEnabledForWorkerType:(short)arg1 completion:(id /* block */)arg2; @@ -130,6 +133,8 @@ - (id)memoryDebugInformationForMemoryWithLocalIdentifier:(id)arg1 precision:(unsigned int)arg2 error:(id*)arg3; - (id)objectFetchingContextForCurrentQueueQoS; - (id)objectFetchingManagedObjectContextForObject:(id)arg1 propertySet:(id)arg2; +- (void)performCancellableChanges:(id /* block */)arg1 completionHandler:(id /* block */)arg2; +- (BOOL)performCancellableChangesAndWait:(id /* block */)arg1 error:(id*)arg2; - (void)performChanges:(id /* block */)arg1 completionHandler:(id /* block */)arg2; - (BOOL)performChangesAndWait:(id /* block */)arg1 error:(id*)arg2; - (id)photoLibrary; @@ -154,6 +159,7 @@ - (void)requestGraphRebuildProgressWithCompletion:(id /* block */)arg1; - (void)requestGraphRebuildWithProgress:(id)arg1 completion:(id /* block */)arg2; - (void)requestPermissionToDownloadFaceResourcesOfCount:(unsigned int)arg1 withCompletionHandler:(id /* block */)arg2; +- (void)requestTotalProgressCountsForWorkerType:(short)arg1 states:(id)arg2 completion:(id /* block */)arg3; - (void)requestTotalProgressCountsWithCompletion:(id /* block */)arg1; - (BOOL)resetPendingAnalysisStatesWithError:(id*)arg1; - (id)saveTokensToKnownUUIDs; diff --git a/Frameworks/PhotosUI.framework/PHLivePhotoView.h b/Frameworks/PhotosUI.framework/PHLivePhotoView.h index 10500d684d..d35bc0620e 100644 --- a/Frameworks/PhotosUI.framework/PHLivePhotoView.h +++ b/Frameworks/PhotosUI.framework/PHLivePhotoView.h @@ -3,6 +3,7 @@ */ @interface PHLivePhotoView : UIView { + BOOL __playbackRequested; ISPlayerItem * __playerItem; BOOL __playingVitality; int _currentPlaybackStyle; @@ -29,6 +30,7 @@ int _targetReadiness; } +@property (setter=_setPlaybackRequested:, nonatomic) BOOL _playbackRequested; @property (setter=_setPlayerItem:, nonatomic, retain) ISPlayerItem *_playerItem; @property (setter=_setPlayingVitality:, nonatomic) BOOL _playingVitality; @property (readonly, copy) NSString *debugDescription; @@ -52,14 +54,16 @@ - (void).cxx_destruct; - (void)_commonPHLivePhotoViewInitialization; - (void)_handlePlayerItemStatusChanged; +- (BOOL)_playbackRequested; - (void)_playerDidBeginHinting; - (id)_playerItem; - (BOOL)_playingVitality; +- (void)_setPlaybackRequested:(BOOL)arg1; - (void)_setPlayerItem:(id)arg1; - (void)_setPlayingVitality:(BOOL)arg1; - (void)_updateCurrentPlaybackStyle; - (void)_updatePlayerAudioEnabled; -- (void)_updatePlayerItemLoadingTarget; +- (void)_updatePlayerTargetReadiness; - (void)_updatePlayingVitality; - (void)_updateStatusBorder; - (id)delegate; diff --git a/Frameworks/PhotosUI.framework/PUAssetViewModel.h b/Frameworks/PhotosUI.framework/PUAssetViewModel.h index 7159e12818..9fca52fadc 100644 --- a/Frameworks/PhotosUI.framework/PUAssetViewModel.h +++ b/Frameworks/PhotosUI.framework/PUAssetViewModel.h @@ -20,6 +20,9 @@ BOOL _isInEditMode; BOOL _isInFocus; BOOL _isUserTransformingTile; + struct { + BOOL videoPlayersLoadingAllowed; + } _isValid; int _lastAccessoryViewVisibilityChangeReason; int _lastContentOffsetChangeReason; PUOperationStatus * _loadingStatus; @@ -87,7 +90,7 @@ - (BOOL)_shouldPauseAndRewindVideo; - (void)_updateFavoriteState; - (void)_updateVideoPlayersIfNeeded; -- (void)_updateVideoPlayersLoadingAllowed; +- (void)_updateVideoPlayersLoadingAllowedIfNeeded; - (void)_updateWantsIrisBadgeVisible; - (id)asset; - (id)assetReference; @@ -98,6 +101,7 @@ - (id)currentChange; - (void)dealloc; - (id)debugDetailedDescription; +- (void)didPerformChanges; - (float)focusValue; - (BOOL)forceBadgesVisible; - (id)init; diff --git a/Frameworks/PhotosUI.framework/PUCropToolController.h b/Frameworks/PhotosUI.framework/PUCropToolController.h index 1798b27027..af396abaae 100644 --- a/Frameworks/PhotosUI.framework/PUCropToolController.h +++ b/Frameworks/PhotosUI.framework/PUCropToolController.h @@ -335,6 +335,7 @@ - (void)popoverPresentationControllerDidDismissPopover:(id)arg1; - (struct UIEdgeInsets { float x1; float x2; float x3; float x4; })preferredPreviewViewInsets; - (void)prepareForPopoverPresentation:(id)arg1; +- (void)prepareForSave; - (void)resetToDefaultValueAnimated:(BOOL)arg1; - (id)selectedToolbarIcon; - (void)setDelegate:(id)arg1; diff --git a/Frameworks/PhotosUI.framework/PUMediaDestination.h b/Frameworks/PhotosUI.framework/PUMediaDestination.h index e1b559d6d8..b70ac61c37 100644 --- a/Frameworks/PhotosUI.framework/PUMediaDestination.h +++ b/Frameworks/PhotosUI.framework/PUMediaDestination.h @@ -7,9 +7,11 @@ - (void)cancelRequestWithIdentifier:(int)arg1; - (void)ensureEditableCopyOfAsset:(id)arg1 completionHandler:(id /* block */)arg2; - (BOOL)isSavingRequestWithIdentifier:(int)arg1; +- (double)progressForRequestWithIdentifier:(int)arg1; - (int)revertEditsForAsset:(id)arg1 completionHandler:(id /* block */)arg2; - (int)saveEditsByCopyingAsset:(id)arg1 withResourceURL:(id)arg2 usingContentEditingOutput:(id)arg3 livePhotoEditModel:(id)arg4 completionHandler:(id /* block */)arg5; - (int)saveEditsForAsset:(id)arg1 usingContentEditingOutput:(id)arg2 livePhotoEditModel:(id)arg3 completionHandler:(id /* block */)arg4; - (int)saveInternalEditsForAsset:(id)arg1 usingPhotoEditModel:(id)arg2 version:(int)arg3 livePhotoEditModel:(id)arg4 completionHandler:(id /* block */)arg5; +- (BOOL)supportsProgressForRequestWithIdentifier:(int)arg1; @end diff --git a/Frameworks/PhotosUI.framework/PUOneUpPresentationHelper.h b/Frameworks/PhotosUI.framework/PUOneUpPresentationHelper.h index e1355413c5..2a5e8aa6f5 100644 --- a/Frameworks/PhotosUI.framework/PUOneUpPresentationHelper.h +++ b/Frameworks/PhotosUI.framework/PUOneUpPresentationHelper.h @@ -70,7 +70,6 @@ @property (nonatomic) *assetDisplayDelegate; @property (setter=_setBrowsingSession:, nonatomic, retain) PUBrowsingSession *browsingSession; @property (nonatomic) BOOL cachesScrubberView; -@property (nonatomic, readonly) BOOL canPresentOneUpViewController; @property (readonly, copy) NSString *debugDescription; @property (nonatomic) *delegate; @property (readonly, copy) NSString *description; @@ -147,7 +146,7 @@ - (BOOL)cachesScrubberView; - (id)cameraPreviewTransitionDelegateWithSourceRect:(struct CGRect { struct CGPoint { float x_1_1_1; float x_1_1_2; } x1; struct CGSize { float x_2_1_1; float x_2_1_2; } x2; })arg1 sourceImage:(id)arg2; - (BOOL)canDismissOneUpViewController; -- (BOOL)canPresentOneUpViewController; +- (BOOL)canPresentOneUpViewControllerAnimated:(BOOL)arg1; - (void)cancelCommitTransitionForPreviewViewController:(id)arg1 completion:(id /* block */)arg2; - (void)commitPreviewViewController:(id)arg1; - (void)dealloc; diff --git a/Frameworks/PhotosUI.framework/PUPXOneUpPresentationImplementation.h b/Frameworks/PhotosUI.framework/PUPXOneUpPresentationImplementation.h index ec7d887612..32f7470b82 100644 --- a/Frameworks/PhotosUI.framework/PUPXOneUpPresentationImplementation.h +++ b/Frameworks/PhotosUI.framework/PUPXOneUpPresentationImplementation.h @@ -24,6 +24,8 @@ - (id)_oneUpPresentation; - (BOOL)canStart; - (BOOL)canStop; +- (void)commitPreviewViewController:(id)arg1; +- (void)didDismissPreviewViewController:(id)arg1 committing:(BOOL)arg2; - (BOOL)handlePresentingPinchGestureRecognizer:(id)arg1; - (id)init; - (void)invalidatePresentingGeometry; diff --git a/Frameworks/PhotosUI.framework/PUPXOneUpPresentationImplementationDelegate.h b/Frameworks/PhotosUI.framework/PUPXOneUpPresentationImplementationDelegate.h index dea48eb7a3..e3a38eea4d 100644 --- a/Frameworks/PhotosUI.framework/PUPXOneUpPresentationImplementationDelegate.h +++ b/Frameworks/PhotosUI.framework/PUPXOneUpPresentationImplementationDelegate.h @@ -9,6 +9,8 @@ @property (readonly) unsigned int hash; @property (readonly) Class superclass; +- (void)oneUpPresentation:(id)arg1 commitPreviewViewController:(id)arg2; +- (void)oneUpPresentation:(id)arg1 didDismissPreviewViewController:(id)arg2 committing:(BOOL)arg3; - (BOOL)oneUpPresentation:(id)arg1 handlePresentingPinchGestureRecognizer:(id)arg2; - (void)oneUpPresentation:(id)arg1 presentingViewControllerViewDidAppear:(BOOL)arg2; - (void)oneUpPresentation:(id)arg1 presentingViewControllerViewDidDisappear:(BOOL)arg2; diff --git a/Frameworks/PhotosUI.framework/PUPhotoEditLivePhotoController.h b/Frameworks/PhotosUI.framework/PUPhotoEditLivePhotoController.h index b92a2fb114..b032bad4f5 100644 --- a/Frameworks/PhotosUI.framework/PUPhotoEditLivePhotoController.h +++ b/Frameworks/PhotosUI.framework/PUPhotoEditLivePhotoController.h @@ -59,6 +59,7 @@ - (void)_updateRenderedLivePhotoIfNeeded; - (id)_videoRenderer; - (id)baseLivePhoto; +- (void)cancelRendering; - (void)dealloc; - (id)delegate; - (id)initWithBaseLivePhoto:(id)arg1 editRenderer:(id)arg2; diff --git a/Frameworks/PhotosUI.framework/PUPhotoEditSaveRequest.h b/Frameworks/PhotosUI.framework/PUPhotoEditSaveRequest.h index 52ac49ccfd..6fbe01a569 100644 --- a/Frameworks/PhotosUI.framework/PUPhotoEditSaveRequest.h +++ b/Frameworks/PhotosUI.framework/PUPhotoEditSaveRequest.h @@ -13,6 +13,7 @@ PUPhotoEditIrisModel * _irisModel; PUPhotoKitAdjustmentSaveNode * _outputNode; PHAsset * _photo; + PUVideoCompositionExportNode * _videoExportNode; int _workImageVersion; } @@ -26,7 +27,9 @@ @property (nonatomic, readonly) int identifier; @property (nonatomic, readonly, copy) PUPhotoEditIrisModel *irisModel; @property (nonatomic, readonly) PHAsset *photo; +@property (nonatomic, readonly) double progress; @property (readonly) Class superclass; +@property (nonatomic, readonly) BOOL supportsProgress; @property (nonatomic, readonly) int workImageVersion; - (void).cxx_destruct; @@ -36,6 +39,7 @@ - (void)_performRevertToOriginalOperation; - (void)_performSaveContentEditingOutput; - (void)_performSaveEditsOperation; +- (BOOL)_requiresVideoRender; - (id)_runGraph; - (void)_setRunGraph:(id)arg1; - (void)_transitionToState:(int)arg1; @@ -53,8 +57,10 @@ - (id)initWithPhotoToRevertToOriginal:(id)arg1; - (id)irisModel; - (id)photo; +- (double)progress; - (void)runNode:(id)arg1 didCancelWithError:(id)arg2; - (void)runNode:(id)arg1 didCompleteWithError:(id)arg2; +- (BOOL)supportsProgress; - (int)workImageVersion; @end diff --git a/Frameworks/PhotosUI.framework/PUPhotoEditToolController.h b/Frameworks/PhotosUI.framework/PUPhotoEditToolController.h index 4b67297ea1..55f0caf91c 100644 --- a/Frameworks/PhotosUI.framework/PUPhotoEditToolController.h +++ b/Frameworks/PhotosUI.framework/PUPhotoEditToolController.h @@ -77,6 +77,7 @@ - (id)preferredPreviewBackgroundColor; - (struct UIEdgeInsets { float x1; float x2; float x3; float x4; })preferredPreviewViewInsets; - (unsigned int)preferredRenderMode; +- (void)prepareForSave; - (void)resetForZoomAndPan; - (void)resetToDefaultValueAnimated:(BOOL)arg1; - (void)scrollViewDidEndZooming:(id)arg1 withView:(id)arg2 atScale:(float)arg3; diff --git a/Frameworks/PhotosUI.framework/PUPhotoEditViewController.h b/Frameworks/PhotosUI.framework/PUPhotoEditViewController.h index 419bc5cda5..6bdaef5cf1 100644 --- a/Frameworks/PhotosUI.framework/PUPhotoEditViewController.h +++ b/Frameworks/PhotosUI.framework/PUPhotoEditViewController.h @@ -47,6 +47,7 @@ NSArray * _currentToolViewConstraints; BOOL _didLoadTools; PUFiltersToolController * _filtersController; + int _inProgressSaveRequestID; UIButton * _irisButton; struct CGSize { float width; @@ -91,6 +92,7 @@ PUProgressIndicatorView * _progressIndicatorView; NSArray * _progressIndicatorViewConstraints; UIButton * _redEyeButton; + NSObject * _saveProgressTimer; UIButton * _secondMainActionButton; UIButton * _secondSecondActionButton; NSArray * _secondaryToolButtons; @@ -186,6 +188,7 @@ - (BOOL)_isPreviewingOriginal; - (BOOL)_isReadyToRender; - (BOOL)_isRevertingToOriginal; +- (BOOL)_isSaveProgressAvailable; - (BOOL)_isWaitingForAssetChange; - (BOOL)_isWaitingForSaveCompletion; - (struct CGSize { float x1; float x2; })_layoutReferenceSize; @@ -254,8 +257,10 @@ - (BOOL)_shouldBePreviewingOriginal; - (BOOL)_shouldDisplayRedEyeTool; - (void)_showCancelAndRevertOptionsAllowResetTool:(BOOL)arg1; +- (void)_startMonitoringSaveProgressIfNeeded; - (void)_startWaitingForAssetChange; - (void)_startWaitingForSaveRequestID:(int)arg1; +- (void)_stopMonitoringSaveProgress; - (void)_stopWaitingForAssetChangeWithAsset:(id)arg1 success:(BOOL)arg2; - (void)_stopWaitingForSaveRequestWithAsset:(id)arg1; - (void)_switchToEditingTool:(id)arg1 animated:(BOOL)arg2; @@ -282,6 +287,7 @@ - (void)_updatePreviewingOriginalBadge; - (void)_updateProgressIndicatorAnimated:(BOOL)arg1; - (void)_updateRenderedPreviewForceRender:(BOOL)arg1; +- (void)_updateSaveProgress; - (void)_updateScrollViewCentering; - (void)_updateScrollViewContentSize; - (void)_updateScrollViewForProxyZooming; diff --git a/Frameworks/PhotosUI.framework/PUPhotoKitPhotoEditMediaDestination.h b/Frameworks/PhotosUI.framework/PUPhotoKitPhotoEditMediaDestination.h index 0b2fb85765..17c0f87cb6 100644 --- a/Frameworks/PhotosUI.framework/PUPhotoKitPhotoEditMediaDestination.h +++ b/Frameworks/PhotosUI.framework/PUPhotoKitPhotoEditMediaDestination.h @@ -18,9 +18,11 @@ - (void)ensureEditableCopyOfAsset:(id)arg1 completionHandler:(id /* block */)arg2; - (id)init; - (BOOL)isSavingRequestWithIdentifier:(int)arg1; +- (double)progressForRequestWithIdentifier:(int)arg1; - (int)revertEditsForAsset:(id)arg1 completionHandler:(id /* block */)arg2; - (int)saveEditsByCopyingAsset:(id)arg1 withResourceURL:(id)arg2 usingContentEditingOutput:(id)arg3 livePhotoEditModel:(id)arg4 completionHandler:(id /* block */)arg5; - (int)saveEditsForAsset:(id)arg1 usingContentEditingOutput:(id)arg2 livePhotoEditModel:(id)arg3 completionHandler:(id /* block */)arg4; - (int)saveInternalEditsForAsset:(id)arg1 usingPhotoEditModel:(id)arg2 version:(int)arg3 livePhotoEditModel:(id)arg4 completionHandler:(id /* block */)arg5; +- (BOOL)supportsProgressForRequestWithIdentifier:(int)arg1; @end diff --git a/Frameworks/PhotosUI.framework/PUReviewAssetsMediaDestination.h b/Frameworks/PhotosUI.framework/PUReviewAssetsMediaDestination.h index 2c3c44127e..aefb1c50e5 100644 --- a/Frameworks/PhotosUI.framework/PUReviewAssetsMediaDestination.h +++ b/Frameworks/PhotosUI.framework/PUReviewAssetsMediaDestination.h @@ -23,9 +23,11 @@ - (void)ensureEditableCopyOfAsset:(id)arg1 completionHandler:(id /* block */)arg2; - (id)initWithOutputDirectory:(id)arg1 mediaProvider:(id)arg2; - (BOOL)isSavingRequestWithIdentifier:(int)arg1; +- (double)progressForRequestWithIdentifier:(int)arg1; - (int)revertEditsForAsset:(id)arg1 completionHandler:(id /* block */)arg2; - (int)saveEditsByCopyingAsset:(id)arg1 withResourceURL:(id)arg2 usingContentEditingOutput:(id)arg3 livePhotoEditModel:(id)arg4 completionHandler:(id /* block */)arg5; - (int)saveEditsForAsset:(id)arg1 usingContentEditingOutput:(id)arg2 livePhotoEditModel:(id)arg3 completionHandler:(id /* block */)arg4; - (int)saveInternalEditsForAsset:(id)arg1 usingPhotoEditModel:(id)arg2 version:(int)arg3 livePhotoEditModel:(id)arg4 completionHandler:(id /* block */)arg5; +- (BOOL)supportsProgressForRequestWithIdentifier:(int)arg1; @end diff --git a/Frameworks/PhotosUI.framework/PUSaveReviewAssetRequest.h b/Frameworks/PhotosUI.framework/PUSaveReviewAssetRequest.h index b2e919c93a..1fc83d44bc 100644 --- a/Frameworks/PhotosUI.framework/PUSaveReviewAssetRequest.h +++ b/Frameworks/PhotosUI.framework/PUSaveReviewAssetRequest.h @@ -14,6 +14,7 @@ int _identifier; PUPhotoEditIrisModel * _irisModel; PUReviewCreateAssetNode * _outputNode; + PUVideoCompositionExportNode * _videoExportNode; int _workImageVersion; } @@ -28,7 +29,9 @@ @property (readonly) unsigned int hash; @property (nonatomic, readonly) int identifier; @property (nonatomic, readonly, copy) PUPhotoEditIrisModel *irisModel; +@property (nonatomic, readonly) double progress; @property (readonly) Class superclass; +@property (nonatomic, readonly) BOOL supportsProgress; @property (nonatomic, readonly) int workImageVersion; - (void).cxx_destruct; @@ -37,6 +40,7 @@ - (int)_imageRequestVersion; - (void)_performInternalSaveOperation; - (void)_performSaveOperation; +- (BOOL)_requiresVideoRender; - (void)_transitionToState:(int)arg1; - (int)_videoRequestVersion; - (void)beginSaveOperationWithCompletionHandler:(id /* block */)arg1; @@ -55,8 +59,10 @@ - (id)initWithAssetForCopying:(id)arg1 mediaProvider:(id)arg2 directory:(id)arg3 resourceURL:(id)arg4 contentEditingOutput:(id)arg5 workImageVersion:(int)arg6 irisEditModel:(id)arg7; - (id)initWithAssetForRevertToOriginal:(id)arg1 mediaProvider:(id)arg2 directory:(id)arg3; - (id)irisModel; +- (double)progress; - (void)runNode:(id)arg1 didCancelWithError:(id)arg2; - (void)runNode:(id)arg1 didCompleteWithError:(id)arg2; +- (BOOL)supportsProgress; - (int)workImageVersion; @end diff --git a/Frameworks/PhotosUI.framework/PUSearchResultsDataSource.h b/Frameworks/PhotosUI.framework/PUSearchResultsDataSource.h index d452e076e0..8ab003717a 100644 --- a/Frameworks/PhotosUI.framework/PUSearchResultsDataSource.h +++ b/Frameworks/PhotosUI.framework/PUSearchResultsDataSource.h @@ -11,12 +11,15 @@ bool _didMerge; BOOL _ignorePastResults; unsigned int _maxGroupedResultsCount; + BOOL _needsAggdSearchLogging; PLPhotoLibrary * _photoLibrary; PSIQuery * _query; unsigned int _queryTag; NSObject * _queue; NSArray * _results; PSIDatabase * _searchIndex; + unsigned int _searchResultsCount; + double _searchTime; unsigned int _uncommittedMaxGroupedResultsCount; NSArray * _uncommittedResults; unsigned int _unprocessedSearchResultsCount; @@ -26,7 +29,10 @@ @property (readonly, copy) NSString *debugDescription; @property (readonly, copy) NSString *description; @property (readonly) unsigned int hash; +@property (nonatomic) BOOL needsAggdSearchLogging; @property (nonatomic, retain) PSIDatabase *searchIndex; +@property (nonatomic) unsigned int searchResultsCount; +@property (nonatomic) double searchTime; @property (readonly) Class superclass; - (void).cxx_destruct; @@ -41,14 +47,21 @@ - (BOOL)hasPendingChanges; - (id)initWithSearchIndex:(id)arg1; - (void)mergePendingChanges; +- (BOOL)needsAggdSearchLogging; - (unsigned int)numberOfSearchResults; +- (void)performAggdSearchLogIfNeeded; - (id)searchIndex; - (BOOL)searchIsFinished:(id)arg1; +- (unsigned int)searchResultsCount; +- (double)searchTime; - (void)setChangeObserver:(id)arg1; +- (void)setNeedsAggdSearchLogging:(BOOL)arg1; - (void)setSearchIndex:(id)arg1; +- (void)setSearchResultsCount:(unsigned int)arg1; - (void)setSearchString:(id)arg1; - (void)setSearchString:(id)arg1 withCompletion:(id /* block */)arg2; - (void)setSearchString:(id)arg1 withWildcardSearch:(BOOL)arg2 andEarlyNotifyOfResults:(id /* block */)arg3 andCompletion:(id /* block */)arg4; +- (void)setSearchTime:(double)arg1; - (id)valueAtIndex:(unsigned int)arg1; @end diff --git a/Frameworks/PhotosUI.framework/PUVideoCompositionExportNode.h b/Frameworks/PhotosUI.framework/PUVideoCompositionExportNode.h index 213f7c9a93..9b41c3753f 100644 --- a/Frameworks/PhotosUI.framework/PUVideoCompositionExportNode.h +++ b/Frameworks/PhotosUI.framework/PUVideoCompositionExportNode.h @@ -3,7 +3,9 @@ */ @interface PUVideoCompositionExportNode : PXRunNode { + BOOL _beganExport; AVAssetExportSession * _exportSession; + NSObject * _exportSessionAccessQueue; unsigned int _quality; * _videoCompositionNode; NSURL * _videoURL; @@ -16,6 +18,7 @@ @property (nonatomic, readonly, copy) NSArray *dependencies; @property (readonly, copy) NSString *description; @property (readonly) unsigned int hash; +@property (nonatomic, readonly) double progress; @property (nonatomic, readonly) unsigned int quality; @property (getter=isRunning, readonly) BOOL running; @property (readonly) unsigned int state; @@ -30,6 +33,7 @@ - (id)_newOutputURL; - (void)didCancel; - (id)initWithVideoCompositionNode:(id)arg1 quality:(unsigned int)arg2; +- (double)progress; - (unsigned int)quality; - (void)run; - (id)videoCompositionNode; diff --git a/Frameworks/QuartzCore.framework/CAMetalDrawable.h b/Frameworks/QuartzCore.framework/CAMetalDrawable.h index f8dc8d6965..e2fa44a6da 100644 --- a/Frameworks/QuartzCore.framework/CAMetalDrawable.h +++ b/Frameworks/QuartzCore.framework/CAMetalDrawable.h @@ -7,7 +7,7 @@ unsigned int _insertSeed; CAMetalLayer * _layer; NSMutableArray * _presentedHandlers; - struct _CAMetalDrawablePrivate { struct Atomic { struct { int x_1_2_1; } x_1_1_1; } x1; unsigned int x2; unsigned int x3; unsigned int x4; unsigned int x5; unsigned long long x6; id x7; struct _CAMetalLayerPrivate {} x8; struct __IOSurface {} *x9; id x10; struct CGColorSpace {} *x11; unsigned int x12; unsigned int x13 : 1; unsigned int x14 : 1; unsigned int x15 : 1; unsigned int x16 : 1; } * _priv; + struct _CAMetalDrawablePrivate { struct Atomic { struct { int x_1_2_1; } x_1_1_1; } x1; unsigned int x2; unsigned int x3; unsigned int x4; unsigned int x5; unsigned long long x6; struct _CAMetalLayerPrivate {} *x7; struct __IOSurface {} *x8; id x9; struct CGColorSpace {} *x10; unsigned int x11; unsigned int x12 : 1; unsigned int x13 : 1; unsigned int x14 : 1; unsigned int x15 : 1; } * _priv; int _state; } @@ -25,14 +25,14 @@ - (void)dealloc; - (void)didPresentAtTime:(double)arg1; - (BOOL)hasPresentedHandlers; -- (id)initWithDrawablePrivate:(struct _CAMetalDrawablePrivate { struct Atomic { struct { int x_1_2_1; } x_1_1_1; } x1; unsigned int x2; unsigned int x3; unsigned int x4; unsigned int x5; unsigned long long x6; id x7; struct _CAMetalLayerPrivate {} x8; struct __IOSurface {} *x9; id x10; struct CGColorSpace {} *x11; unsigned int x12; unsigned int x13 : 1; unsigned int x14 : 1; unsigned int x15 : 1; unsigned int x16 : 1; }*)arg1 layer:(id)arg2; +- (id)initWithDrawablePrivate:(struct _CAMetalDrawablePrivate { struct Atomic { struct { int x_1_2_1; } x_1_1_1; } x1; unsigned int x2; unsigned int x3; unsigned int x4; unsigned int x5; unsigned long long x6; struct _CAMetalLayerPrivate {} *x7; struct __IOSurface {} *x8; id x9; struct CGColorSpace {} *x10; unsigned int x11; unsigned int x12 : 1; unsigned int x13 : 1; unsigned int x14 : 1; unsigned int x15 : 1; }*)arg1 layer:(id)arg2; - (unsigned int)insertSeed; - (id)layer; - (void)present; - (void)presentAfterMinimumDuration:(double)arg1; - (void)presentAtTime:(double)arg1; -- (struct _CAMetalDrawablePrivate { struct Atomic { struct { int x_1_2_1; } x_1_1_1; } x1; unsigned int x2; unsigned int x3; unsigned int x4; unsigned int x5; unsigned long long x6; id x7; struct _CAMetalLayerPrivate {} x8; struct __IOSurface {} *x9; id x10; struct CGColorSpace {} *x11; unsigned int x12; unsigned int x13 : 1; unsigned int x14 : 1; unsigned int x15 : 1; unsigned int x16 : 1; }*)priv; -- (void)setDrawablePrivate:(struct _CAMetalDrawablePrivate { struct Atomic { struct { int x_1_2_1; } x_1_1_1; } x1; unsigned int x2; unsigned int x3; unsigned int x4; unsigned int x5; unsigned long long x6; id x7; struct _CAMetalLayerPrivate {} x8; struct __IOSurface {} *x9; id x10; struct CGColorSpace {} *x11; unsigned int x12; unsigned int x13 : 1; unsigned int x14 : 1; unsigned int x15 : 1; unsigned int x16 : 1; }*)arg1; +- (struct _CAMetalDrawablePrivate { struct Atomic { struct { int x_1_2_1; } x_1_1_1; } x1; unsigned int x2; unsigned int x3; unsigned int x4; unsigned int x5; unsigned long long x6; struct _CAMetalLayerPrivate {} *x7; struct __IOSurface {} *x8; id x9; struct CGColorSpace {} *x10; unsigned int x11; unsigned int x12 : 1; unsigned int x13 : 1; unsigned int x14 : 1; unsigned int x15 : 1; }*)priv; +- (void)releasePrivateReferences:(struct _CAMetalLayerPrivate { struct Atomic { struct { int x_1_2_1; } x_1_1_1; } x1; struct Atomic { struct { int x_1_2_1; } x_2_1_1; } x2; struct SpinLock { struct { int x_1_2_1; } x_3_1_1; } x3; struct _CAImageQueue {} *x4; id x5; struct List<_CAMetalDrawablePrivate *> {} x6; unsigned int x7; struct _CAMetalDrawablePrivate {} *x8; id x9; struct CGSize { float x_10_1_1; float x_10_1_2; } x10; unsigned int x11; unsigned int x12; unsigned int x13; unsigned int x14; struct Atomic { struct { int x_1_2_1; } x_15_1_1; } x15; id x16; /* Warning: Unrecognized filer type: 't' using 'void*' */ void*x17; out void*x18; int x19; BOOL x20; void*x21; struct { int x_22_1_1; } x22; }*)arg1; - (void)setInsertSeed:(unsigned int)arg1; - (void)setState:(int)arg1; - (int)state; diff --git a/Frameworks/QuartzCore.framework/CAMetalLayer.h b/Frameworks/QuartzCore.framework/CAMetalLayer.h index 7cb2554b8f..226005c279 100644 --- a/Frameworks/QuartzCore.framework/CAMetalLayer.h +++ b/Frameworks/QuartzCore.framework/CAMetalLayer.h @@ -3,7 +3,7 @@ */ @interface CAMetalLayer : CALayer { - struct _CAMetalLayerPrivate { struct Atomic { struct { int x_1_2_1; } x_1_1_1; } x1; struct Atomic { struct { int x_1_2_1; } x_2_1_1; } x2; struct SpinLock { struct { int x_1_2_1; } x_3_1_1; } x3; struct _CAImageQueue {} *x4; id x5; struct List<_CAMetalDrawablePrivate *> {} x6; unsigned int x7; struct _CAMetalDrawablePrivate {} *x8; id x9; struct CGSize { float x_10_1_1; float x_10_1_2; } x10; unsigned int x11; unsigned int x12; unsigned int x13; unsigned int x14; unsigned int x15; id x16; /* Warning: Unrecognized filer type: 't' using 'void*' */ void*x17; out void*x18; int x19; BOOL x20; void*x21; struct { int x_22_1_1; } x22; } * _priv; + struct _CAMetalLayerPrivate { struct Atomic { struct { int x_1_2_1; } x_1_1_1; } x1; struct Atomic { struct { int x_1_2_1; } x_2_1_1; } x2; struct SpinLock { struct { int x_1_2_1; } x_3_1_1; } x3; struct _CAImageQueue {} *x4; id x5; struct List<_CAMetalDrawablePrivate *> {} x6; unsigned int x7; struct _CAMetalDrawablePrivate {} *x8; id x9; struct CGSize { float x_10_1_1; float x_10_1_2; } x10; unsigned int x11; unsigned int x12; unsigned int x13; unsigned int x14; struct Atomic { struct { int x_1_2_1; } x_15_1_1; } x15; id x16; /* Warning: Unrecognized filer type: 't' using 'void*' */ void*x17; out void*x18; int x19; BOOL x20; void*x21; struct { int x_22_1_1; } x22; } * _priv; } @property (retain) *device; diff --git a/Frameworks/QuickLook.framework/QLItemAggregatedViewController.h b/Frameworks/QuickLook.framework/QLItemAggregatedViewController.h index b6eda1e743..2087dfd292 100644 --- a/Frameworks/QuickLook.framework/QLItemAggregatedViewController.h +++ b/Frameworks/QuickLook.framework/QLItemAggregatedViewController.h @@ -23,6 +23,7 @@ - (void)buttonPressedWithIdentifier:(id)arg1; - (BOOL)canEnterFullScreen; - (BOOL)canPinchToDismiss; +- (BOOL)canRotate; - (BOOL)canShowToolBar; - (BOOL)canSwipeToDismiss; - (id)currentPreviewViewController; diff --git a/Frameworks/QuickLook.framework/QLItemViewController.h b/Frameworks/QuickLook.framework/QLItemViewController.h index df10cfd4c4..f5cab9bec4 100644 --- a/Frameworks/QuickLook.framework/QLItemViewController.h +++ b/Frameworks/QuickLook.framework/QLItemViewController.h @@ -39,6 +39,7 @@ - (void)buttonPressedWithIdentifier:(id)arg1; - (BOOL)canEnterFullScreen; - (BOOL)canPinchToDismiss; +- (BOOL)canRotate; - (BOOL)canShowToolBar; - (BOOL)canSwipeToDismiss; - (id)delegate; diff --git a/Frameworks/QuickLook.framework/QLPDFItemViewController.h b/Frameworks/QuickLook.framework/QLPDFItemViewController.h index 964973bd1b..7407e1b07a 100644 --- a/Frameworks/QuickLook.framework/QLPDFItemViewController.h +++ b/Frameworks/QuickLook.framework/QLPDFItemViewController.h @@ -7,6 +7,7 @@ BOOL _isFullScreen; long _lastSavedEditNumber; QLMUViewController * _markupViewController; + BOOL _showingSignatureManagerView; BOOL _showingSignatureView; float _topInset; } @@ -31,8 +32,10 @@ - (void)buttonPressedWithIdentifier:(id)arg1; - (BOOL)canEnterFullScreen; - (BOOL)canPinchToDismiss; +- (BOOL)canRotate; - (BOOL)canShowToolBar; - (BOOL)canSwipeToDismiss; +- (BOOL)controller:(id)arg1 shouldOpenLinkAtURL:(id)arg2; - (struct UIEdgeInsets { float x1; float x2; float x3; float x4; })customEdgeInsets; - (struct UIEdgeInsets { float x1; float x2; float x3; float x4; })customSketchOverlayInsets; - (BOOL)hasChangesToUndo; @@ -46,6 +49,7 @@ - (void)setHasChangesToUndo:(BOOL)arg1; - (void)setTopInset:(float)arg1; - (BOOL)shouldAcceptTouch:(id)arg1 ofGestureRecognizer:(id)arg2; +- (void)showingSignatureManagerView:(BOOL)arg1; - (void)showingSignatureView:(BOOL)arg1; - (id)toolbarButtons; - (float)topInset; diff --git a/Frameworks/QuickLook.framework/QLPreviewCollection.h b/Frameworks/QuickLook.framework/QLPreviewCollection.h index 3178870f33..03615d31b0 100644 --- a/Frameworks/QuickLook.framework/QLPreviewCollection.h +++ b/Frameworks/QuickLook.framework/QLPreviewCollection.h @@ -105,8 +105,8 @@ - (void)previewItemViewController:(id)arg1 wantsFullScreen:(BOOL)arg2; - (void)previewItemViewController:(id)arg1 wantsToOpenURL:(id)arg2; - (void)previewItemViewControllerDidEditPreview:(id)arg1; -- (void)previewItemViewControllerEnteredEditMode:(id)arg1; - (void)previewItemViewControllerWantsToShowNoInternetConnectivityAlert:(id)arg1; +- (void)previewItemViewControllerWantsToUpdateRotation:(id)arg1; - (void)previewItemViewControllerWantsUpdateKeyCommands:(id)arg1; - (void)previewItemViewControllerWantsUpdatePrinter:(id)arg1; - (void)previewItemViewControllerWantsUpdateToolbar:(id)arg1 animated:(BOOL)arg2; diff --git a/Frameworks/QuickLook.framework/QLPreviewController.h b/Frameworks/QuickLook.framework/QLPreviewController.h index 970db10ea3..e16f0117d6 100644 --- a/Frameworks/QuickLook.framework/QLPreviewController.h +++ b/Frameworks/QuickLook.framework/QLPreviewController.h @@ -46,6 +46,7 @@ BOOL _previousStatusBarHidden; * _printer; unsigned int _quickLookVisibility; + BOOL _rotationEnabled; UIRotationGestureRecognizer * _rotationGesture; UIDocumentInteractionController * _sharingInteractionController; BOOL _showActionAsDefaultButton; @@ -260,6 +261,7 @@ - (void)setPrinter:(id)arg1; - (void)setQuickLookVisibility:(unsigned int)arg1; - (void)setQuickLookVisibility:(unsigned int)arg1 animated:(BOOL)arg2; +- (void)setRotationEnabled:(BOOL)arg1; - (void)setRotationGesture:(id)arg1; - (void)setSharingInteractionController:(id)arg1; - (void)setShowActionAsDefaultButton:(BOOL)arg1; @@ -272,6 +274,7 @@ - (void)setUseCustomActionButton:(BOOL)arg1; - (void)setWillTransitionToInternalView:(BOOL)arg1; - (id)sharingInteractionController; +- (BOOL)shouldAutorotate; - (BOOL)showActionAsDefaultButton; - (void)showNoDataViewIfNeeded; - (id)slideGesture; diff --git a/Frameworks/QuickLook.framework/QLThumbnailCreationOperation.h b/Frameworks/QuickLook.framework/QLThumbnailCreationOperation.h index 2b28b848ba..ed16efb702 100644 --- a/Frameworks/QuickLook.framework/QLThumbnailCreationOperation.h +++ b/Frameworks/QuickLook.framework/QLThumbnailCreationOperation.h @@ -20,6 +20,7 @@ BOOL _generateIfNeeded; UIImage * _image; float _maximumDimension; + NSOperationQueue * _operationQueue; float _scaleFactor; unsigned int _useMode; } diff --git a/Frameworks/ReplayKit.framework/RPBroadcastActivityViewController.h b/Frameworks/ReplayKit.framework/RPBroadcastActivityViewController.h index eacdc1718c..80d3c7b33d 100644 --- a/Frameworks/ReplayKit.framework/RPBroadcastActivityViewController.h +++ b/Frameworks/ReplayKit.framework/RPBroadcastActivityViewController.h @@ -15,6 +15,7 @@ @property (nonatomic, retain) UIPopoverPresentationController *popoverPresentationControllerProxy; + (void)loadBroadcastActivityViewControllerWithHandler:(id /* block */)arg1; ++ (void)loadBroadcastActivityViewControllerWithHandler:(id /* block */)arg1 broadcastActivitiesNotInstalledAlertTitle:(id)arg2 broadcastActivitiesNotInstalledAlertMessage:(id)arg3; + (void)viewControllerForExtension:(id)arg1 inputItems:(id)arg2 completionHandler:(id /* block */)arg3; - (void).cxx_destruct; diff --git a/Frameworks/ReplayKit.framework/RPBroadcastExtensionProxy.h b/Frameworks/ReplayKit.framework/RPBroadcastExtensionProxy.h index 856a778882..588aa46820 100644 --- a/Frameworks/ReplayKit.framework/RPBroadcastExtensionProxy.h +++ b/Frameworks/ReplayKit.framework/RPBroadcastExtensionProxy.h @@ -30,6 +30,7 @@ - (id /* block */)connectionReadyHandler; - (id /* block */)errorHandler; - (void)establishConnectionWithHandler:(id /* block */)arg1; +- (void)finishBroadcastWithError:(id)arg1; - (id)initWithBroadcastUploadExtension:(id)arg1; - (void)invalidateConnection; - (id)listener; diff --git a/Frameworks/ReplayKit.framework/RPBroadcastSampleHandler.h b/Frameworks/ReplayKit.framework/RPBroadcastSampleHandler.h index cfadd0ea29..271dda2725 100644 --- a/Frameworks/ReplayKit.framework/RPBroadcastSampleHandler.h +++ b/Frameworks/ReplayKit.framework/RPBroadcastSampleHandler.h @@ -25,6 +25,7 @@ - (void)broadcastStartedWithSetupInfo:(id)arg1; - (id)connection; - (id)daemonProxy; +- (void)finishBroadcastWithError:(id)arg1; - (void)processPayload:(id)arg1 completion:(id /* block */)arg2; - (void)processSampleBuffer:(struct opaqueCMSampleBuffer { }*)arg1 withType:(int)arg2; - (void)setConnection:(id)arg1; diff --git a/Frameworks/ReplayKit.framework/RPDaemonProxy.h b/Frameworks/ReplayKit.framework/RPDaemonProxy.h index 02376f0467..771177a437 100644 --- a/Frameworks/ReplayKit.framework/RPDaemonProxy.h +++ b/Frameworks/ReplayKit.framework/RPDaemonProxy.h @@ -31,5 +31,6 @@ - (oneway void)stopRecordingWithHandler:(id /* block */)arg1; - (oneway void)stopRecordingWithStartClipDuration:(double)arg1 endClipDuration:(double)arg2 handler:(id /* block */)arg3; - (oneway void)updateBroadcastServiceInfo:(id)arg1; +- (oneway void)updateProcessIDForAudioCaptureWithPID:(int)arg1; @end diff --git a/Frameworks/ReplayKit.framework/RPPipView.h b/Frameworks/ReplayKit.framework/RPPipView.h new file mode 100644 index 0000000000..84b3ffa482 --- /dev/null +++ b/Frameworks/ReplayKit.framework/RPPipView.h @@ -0,0 +1,17 @@ +/* Generated by RuntimeBrowser + Image: /System/Library/Frameworks/ReplayKit.framework/ReplayKit + */ + +@interface RPPipView : UIView { + AVCaptureVideoPreviewLayer * _previewLayer; +} + +@property (nonatomic, retain) AVCaptureVideoPreviewLayer *previewLayer; + +- (void).cxx_destruct; +- (void)addPreviewLayer:(id)arg1; +- (void)layoutSubviews; +- (id)previewLayer; +- (void)setPreviewLayer:(id)arg1; + +@end diff --git a/Frameworks/ReplayKit.framework/RPPipViewController.h b/Frameworks/ReplayKit.framework/RPPipViewController.h index 654ac06741..532efed98c 100644 --- a/Frameworks/ReplayKit.framework/RPPipViewController.h +++ b/Frameworks/ReplayKit.framework/RPPipViewController.h @@ -3,25 +3,28 @@ */ @interface RPPipViewController : UIViewController { + int _initialOrientation; AVCaptureSession * _pipSession; - AVCaptureVideoPreviewLayer * _previewLayer; AVCaptureDevice * _videoDevice; AVCaptureDeviceInput * _videoInput; } +@property (nonatomic) int initialOrientation; @property (nonatomic, retain) AVCaptureSession *pipSession; -@property (nonatomic, retain) AVCaptureVideoPreviewLayer *previewLayer; @property (nonatomic, retain) AVCaptureDevice *videoDevice; @property (nonatomic, retain) AVCaptureDeviceInput *videoInput; - (void).cxx_destruct; -- (void)didReceiveMemoryWarning; -- (id)init; +- (int)_captureVideoOrientationForUIDeviceOrientation:(int)arg1; +- (void)_deviceOrientationDidChange; +- (id)_pipView; +- (void)_updateViewGeometry; +- (id)initWithOrientation:(int)arg1; +- (int)initialOrientation; +- (void)loadView; - (id)pipSession; -- (id)previewLayer; +- (void)setInitialOrientation:(int)arg1; - (void)setPipSession:(id)arg1; -- (void)setPreviewLayer:(id)arg1; -- (void)setPreviewOrientation; - (void)setUpPipSession; - (void)setVideoDevice:(id)arg1; - (void)setVideoInput:(id)arg1; @@ -29,7 +32,8 @@ - (void)stopPipSession; - (id)videoDevice; - (id)videoInput; -- (void)viewDidLoad; -- (void)viewWillTransitionToSize:(struct CGSize { float x1; float x2; })arg1 withTransitionCoordinator:(id)arg2; +- (void)viewDidAppear:(BOOL)arg1; +- (void)viewDidDisappear:(BOOL)arg1; +- (void)viewWillAppear:(BOOL)arg1; @end diff --git a/Frameworks/ReplayKit.framework/RPScreenRecorder.h b/Frameworks/ReplayKit.framework/RPScreenRecorder.h index 936fcc681f..d4ba087536 100644 --- a/Frameworks/ReplayKit.framework/RPScreenRecorder.h +++ b/Frameworks/ReplayKit.framework/RPScreenRecorder.h @@ -5,6 +5,7 @@ @interface RPScreenRecorder : NSObject { RPBroadcastController * _activeBroadcastController; BOOL _available; + BOOL _broadcasting; BOOL _cameraEnabled; UIView * _cameraPreviewView; * _delegate; @@ -15,6 +16,7 @@ RPPipViewController * _pipViewController; NSString * _previousAudioCategory; unsigned int _previousAudioSessionOptions; + int _processIDForAudioCapture; BOOL _recording; id /* block */ _saveVideoToCameraRollCompletionBlock; BOOL _systemRecording; @@ -28,6 +30,7 @@ @property (nonatomic, retain) RPBroadcastController *activeBroadcastController; @property (getter=isAvailable, nonatomic) BOOL available; +@property (nonatomic) BOOL broadcasting; @property (getter=isCameraEnabled, nonatomic) BOOL cameraEnabled; @property (nonatomic, retain) UIView *cameraPreviewView; @property (readonly, copy) NSString *debugDescription; @@ -41,6 +44,7 @@ @property (nonatomic, retain) RPPipViewController *pipViewController; @property (nonatomic, retain) NSString *previousAudioCategory; @property (nonatomic) unsigned int previousAudioSessionOptions; +@property (setter=updateProcessIDForAudioCapture:, nonatomic) int processIDForAudioCapture; @property (getter=isRecording, nonatomic) BOOL recording; @property (nonatomic, copy) id /* block */ saveVideoToCameraRollCompletionBlock; @property (readonly) Class superclass; @@ -60,6 +64,7 @@ - (void)_startRecordingWithMicrophoneEnabled:(BOOL)arg1 cameraEnabled:(BOOL)arg2 streamingEnabled:(BOOL)arg3 handler:(id /* block */)arg4; - (id)activeBroadcastController; - (id)applicationWindow; +- (BOOL)broadcasting; - (id)cameraPreviewView; - (void)clientDidBecomeActive; - (void)clientWillResignActive; @@ -83,11 +88,13 @@ - (id)pipViewController; - (id)previousAudioCategory; - (unsigned int)previousAudioSessionOptions; +- (int)processIDForAudioCapture; - (void)restoreAudioSession; - (void)resumeRecording; - (id /* block */)saveVideoToCameraRollCompletionBlock; - (void)setActiveBroadcastController:(id)arg1; - (void)setAvailable:(BOOL)arg1; +- (void)setBroadcasting:(BOOL)arg1; - (void)setCameraEnabled:(BOOL)arg1; - (void)setCameraPreviewView:(id)arg1; - (void)setDelegate:(id)arg1; @@ -125,6 +132,7 @@ - (id)systemRecordingControlCenterStartClipEndTime; - (id)systemRecordingControlCenterStartClipStartTime; - (id)systemRecordingIndicatorWindow; +- (void)updateProcessIDForAudioCapture:(int)arg1; - (void)updateRecordingAvailability; - (void)video:(id)arg1 didFinishSavingToCameraRollWithError:(id)arg2 contextInfo:(void*)arg3; - (id)windowToRecord; diff --git a/Frameworks/SafariServices.framework/SFBrowserServiceViewController.h b/Frameworks/SafariServices.framework/SFBrowserServiceViewController.h index f8b3bd1995..487f474ae3 100644 --- a/Frameworks/SafariServices.framework/SFBrowserServiceViewController.h +++ b/Frameworks/SafariServices.framework/SFBrowserServiceViewController.h @@ -36,7 +36,6 @@ - (void)safariActivity:(id)arg1 didFinish:(BOOL)arg2; - (void)setIsRunningTransitionAnimation:(BOOL)arg1; - (void)setShowingLinkPreview:(BOOL)arg1; -- (void)setTintColor:(id)arg1; - (void)viewWillDisappear:(BOOL)arg1; @end diff --git a/Frameworks/SafariServices.framework/SFBrowserStateSQLiteStore.h b/Frameworks/SafariServices.framework/SFBrowserStateSQLiteStore.h index f27d9f308f..2453ca733a 100644 --- a/Frameworks/SafariServices.framework/SFBrowserStateSQLiteStore.h +++ b/Frameworks/SafariServices.framework/SFBrowserStateSQLiteStore.h @@ -37,7 +37,9 @@ - (void)_updateBrowserWindowWithData:(id)arg1 tabs:(id)arg2; - (void)_updateOrInsertTabStateWithData:(id)arg1; - (BOOL)_updateTabStateWithData:(id)arg1; +- (void)_vacuum; - (id)browserWindowUUIDs; +- (void)checkPointWriteAheadLog; - (void)closeDatabase; - (void)dealloc; - (BOOL)deleteAllSavedStates; @@ -48,6 +50,7 @@ - (void)readTabStatesWithBrowserWindowUUID:(id)arg1 completion:(id /* block */)arg2; - (void)removeTabWithTabData:(id)arg1; - (void)saveTabStateWithDictionary:(id)arg1; +- (void)setSecureDeleteEnabled:(BOOL)arg1; - (id)tabStatesWithBrowserWindowUUID:(id)arg1; - (void)updateBrowserWindowStateWithDictionary:(id)arg1 completion:(id /* block */)arg2; - (void)updateBrowserWindowWithData:(id)arg1 tabs:(id)arg2; diff --git a/Frameworks/SafariServices.framework/_SFBrowserSavedState.h b/Frameworks/SafariServices.framework/_SFBrowserSavedState.h index 1e9f511029..1b6ddd0aa9 100644 --- a/Frameworks/SafariServices.framework/_SFBrowserSavedState.h +++ b/Frameworks/SafariServices.framework/_SFBrowserSavedState.h @@ -5,16 +5,20 @@ @interface _SFBrowserSavedState : NSObject { NSArray * _browserControllerUUIDs; SFBrowserStateSQLiteStore * _browserStateSQLiteStore; + BOOL _checkPointWriteAheadLogOnNextUpdate; NSMutableArray * _recentlyClosedTabs; + BOOL _secureDeleteEnabled; } @property (nonatomic, copy) NSArray *browserControllerUUIDs; @property (nonatomic, retain) NSArray *recentlyClosedTabs; +@property (nonatomic) BOOL secureDeleteEnabled; + (void)setSharedBrowserSavedState:(id)arg1; + (id)sharedBrowserSavedState; - (void).cxx_destruct; +- (void)_checkPointWriteAheadLogIfNeeded; - (void)_readBrowserControllersSavedState; - (BOOL)activeDocumentIsValidForBrowserControllerWithUUID:(id)arg1; - (void)addRecentlyClosedTabWithData:(id)arg1; @@ -31,9 +35,11 @@ - (void)saveTabStateData:(id)arg1; - (void)saveTabsState:(id)arg1 forBrowserControllerWithUUID:(id)arg2 completion:(id /* block */)arg3; - (id)savedTabsStateForBrowserControllerWithUUID:(id)arg1; +- (BOOL)secureDeleteEnabled; - (void)setActiveDocumentIsValid:(BOOL)arg1 forBrowserControllerWithUUID:(id)arg2; - (void)setBrowserControllerUUIDs:(id)arg1; - (void)setRecentlyClosedTabs:(id)arg1; +- (void)setSecureDeleteEnabled:(BOOL)arg1; - (void)updateBrowserWindowState:(id)arg1 tabs:(id)arg2; @end diff --git a/Frameworks/SafariServices.framework/_SFNavigationBar.h b/Frameworks/SafariServices.framework/_SFNavigationBar.h index 3b069e079e..0f680dee90 100644 --- a/Frameworks/SafariServices.framework/_SFNavigationBar.h +++ b/Frameworks/SafariServices.framework/_SFNavigationBar.h @@ -43,6 +43,9 @@ float _minimumBackdropHeight; float _offsetOfURLInExpandedURL; UIColor * _preferredBarTintColor; + BOOL _preferredBarTintColorIsDark; + BOOL _preferredBarTintColorIsExtreme; + BOOL _preferredBarTintColorIsGreen; UIColor * _preferredControlsTintColor; _SFFluidProgressView * _progressView; _SFDimmingButton * _readerAppearanceButton; @@ -137,7 +140,6 @@ - (id)_newNavigationButtonWithImage:(id)arg1 insets:(struct UIEdgeInsets { float x1; float x2; float x3; float x4; })arg2 action:(SEL)arg3; - (id)_placeholderColor; - (id)_placeholderText; -- (BOOL)_preferredTintColorIsSimilarToEVCertLockAndTextColor; - (void)_readerAppearanceButtonPressed; - (void)_readerButtonTapped:(id)arg1; - (void)_reloadButtonLongPressed:(id)arg1; @@ -153,6 +155,7 @@ - (void)_updateBackdropFrame; - (void)_updateBackdropGroupName; - (void)_updateBackdropStyle; +- (void)_updateBarTintColorMetrics; - (void)_updateControlTints; - (void)_updateFakeViews; - (void)_updateLockIconHasEVCertificateTint; diff --git a/Frameworks/SceneKit.framework/SCNRenderer.h b/Frameworks/SceneKit.framework/SCNRenderer.h index 6c40b0432a..0627cbbc3d 100644 --- a/Frameworks/SceneKit.framework/SCNRenderer.h +++ b/Frameworks/SceneKit.framework/SCNRenderer.h @@ -112,7 +112,6 @@ - (id)MTLTexture; - (const void*)__CFObject; - (unsigned int)_antialiasingMode; -- (void)_attachTexture:(id)arg1; - (id)_authoringEnvironment; - (void)_beginFrame; - (void)_clearBuffers; @@ -122,7 +121,6 @@ - (void)_createOffscreenFramebufferIfNeeded; - (id)_defaultPOVForScene:(id)arg1; - (void)_deleteGLFramebuffer; -- (void)_detachTexture:(id)arg1; - (void)_didRenderScene:(id)arg1; - (void)_displayLinkStatsTack; - (void)_displayLinkStatsTick; diff --git a/Frameworks/SceneKit.framework/SCNSkinner.h b/Frameworks/SceneKit.framework/SCNSkinner.h index eff8c75fd4..692e70116d 100644 --- a/Frameworks/SceneKit.framework/SCNSkinner.h +++ b/Frameworks/SceneKit.framework/SCNSkinner.h @@ -18,7 +18,7 @@ @property (nonatomic, retain) SCNNode *skeleton; + (struct __C3DSkinner { }*)_createSkinnerWithCompressedData:(id)arg1 bonesCount:(unsigned int)arg2 vertexCount:(unsigned int)arg3; -+ (struct __C3DSkinner { }*)_createSkinnerWithVertexCount:(int)arg1 bones:(id)arg2 boneWeights:(id)arg3 boneIndices:(id)arg4; ++ (struct __C3DSkinner { }*)_createSkinnerWithVertexCount:(int)arg1 bones:(id)arg2 boneWeights:(id)arg3 boneIndices:(id)arg4 baseGeometry:(id)arg5; + (id)_skinnerWithBaseGeometry:(id)arg1 skinnableGeometry:(id)arg2 bones:(id)arg3 boneInverseBindTransforms:(id)arg4 bindMatrix:(struct SCNMatrix4 { float x1; float x2; float x3; float x4; float x5; float x6; float x7; float x8; float x9; float x10; float x11; float x12; float x13; float x14; float x15; float x16; })arg5; + (struct __C3DSkinner { }*)createSkinnerWithBaseGeometry:(id)arg1 bones:(id)arg2 boneWeights:(id)arg3 boneIndices:(id)arg4; + (id)skinnerWithBaseGeometry:(id)arg1 bones:(id)arg2 boneInverseBindTransforms:(id)arg3 boneWeights:(id)arg4 boneIndices:(id)arg5; diff --git a/Frameworks/SceneKit.framework/SCNSourceRendererRegistry.h b/Frameworks/SceneKit.framework/SCNSourceRendererRegistry.h index b3cee83a8d..5c92a1ae24 100644 --- a/Frameworks/SceneKit.framework/SCNSourceRendererRegistry.h +++ b/Frameworks/SceneKit.framework/SCNSourceRendererRegistry.h @@ -13,6 +13,6 @@ - (void)removeSourceRenderersForEngineContext:(struct __C3DEngineContext { }*)arg1; - (void)removeSourceRenderersForSource:(id)arg1; - (void)rendererDidChange:(id)arg1; -- (id)sourceRendererForEngineContext:(struct __C3DEngineContext { }*)arg1 source:(id)arg2; +- (id)sourceRendererForEngineContext:(struct __C3DEngineContext { }*)arg1 source:(id)arg2 textureSource:(id)arg3; @end diff --git a/Frameworks/SceneKit.framework/SCNTextureLayerSource.h b/Frameworks/SceneKit.framework/SCNTextureLayerSource.h index 2d1eb33cec..fee196dc40 100644 --- a/Frameworks/SceneKit.framework/SCNTextureLayerSource.h +++ b/Frameworks/SceneKit.framework/SCNTextureLayerSource.h @@ -17,8 +17,10 @@ - (void)dealloc; - (id)layer; - (struct CGSize { float x1; float x2; })layerSizeInPixels; +- (BOOL)prefersGL3; - (void)renderWithEngineContext:(struct __C3DEngineContext { }*)arg1 nextFrameTime:(double*)arg2; - (void)setLayer:(id)arg1; +- (BOOL)supportsMetal; - (struct __C3DTexture { }*)textureWithEngineContext:(struct __C3DEngineContext { }*)arg1 textureSampler:(struct __C3DTextureSampler { struct __CFRuntimeBase { unsigned int x_1_1_1; unsigned char x_1_1_2[4]; } x1; long x2; long x3; long x4; long x5; long x6; long x7; struct C3DColor4 { union { float x_1_2_1[4]; struct { float x_2_3_1; float x_2_3_2; float x_2_3_3; float x_2_3_4; } x_1_2_2; } x_8_1_1; } x8; float x9; unsigned char x10; long x11; unsigned int x12; }*)arg2 nextFrameTime:(double*)arg3; @end diff --git a/Frameworks/SceneKit.framework/SCNTextureSource.h b/Frameworks/SceneKit.framework/SCNTextureSource.h index dd1d13565d..80464f71f1 100644 --- a/Frameworks/SceneKit.framework/SCNTextureSource.h +++ b/Frameworks/SceneKit.framework/SCNTextureSource.h @@ -15,10 +15,13 @@ - (id)glTextureCache; - (id)metalTextureWithEngineContext:(struct __C3DEngineContext { }*)arg1 textureSampler:(struct __C3DTextureSampler { struct __CFRuntimeBase { unsigned int x_1_1_1; unsigned char x_1_1_2[4]; } x1; long x2; long x3; long x4; long x5; long x6; long x7; struct C3DColor4 { union { float x_1_2_1[4]; struct { float x_2_3_1; float x_2_3_2; float x_2_3_3; float x_2_3_4; } x_1_2_2; } x_8_1_1; } x8; float x9; unsigned char x10; long x11; unsigned int x12; }*)arg2 nextFrameTime:(double*)arg3; - (double)nextFrameTime; +- (BOOL)prefersGL3; - (void)renderWithEngineContext:(struct __C3DEngineContext { }*)arg1 nextFrameTime:(double*)arg2; +- (struct __C3DRendererContext { struct __CFRuntimeBase { unsigned int x_1_1_1; unsigned char x_1_1_2[4]; } x1; long x2; unsigned int x3; unsigned int x4; unsigned int x5; unsigned int x6; float x7; unsigned int x8; struct __C3DTexture {} *x9; struct __C3DStack {} *x10; void *x11; bool x12; bool x13; bool x14; bool x15; bool x16; unsigned long x17; struct __CFDictionary {} *x18; struct __CFDictionary {} *x19; struct __CFDictionary {} *x20; struct C3DColor4 { union { float x_1_2_1[4]; struct { float x_2_3_1; float x_2_3_2; float x_2_3_3; float x_2_3_4; } x_1_2_2; } x_21_1_1; } x21; void *x22; int x23; struct __C3DFXProgramObject {} *x24; struct __C3DEngineStats { unsigned int x_25_1_1; unsigned int x_25_1_2; unsigned int x_25_1_3; unsigned int x_25_1_4; unsigned int x_25_1_5; unsigned int x_25_1_6; unsigned int x_25_1_7; unsigned int x_25_1_8; unsigned int x_25_1_9; unsigned int x_25_1_10; unsigned int x_25_1_11; unsigned int x_25_1_12; unsigned int x_25_1_13; unsigned int x_25_1_14; unsigned int x_25_1_15; unsigned int x_25_1_16; unsigned int x_25_1_17; unsigned int x_25_1_18; unsigned int x_25_1_19; unsigned int x_25_1_20; unsigned int x_25_1_21; unsigned int x_25_1_22; unsigned int x_25_1_23; unsigned int x_25_1_24; double x_25_1_25; double x_25_1_26; double x_25_1_27; double x_25_1_28; double x_25_1_29; double x_25_1_30; double x_25_1_31; double x_25_1_32; double x_25_1_33; double x_25_1_34; double x_25_1_35; double x_25_1_36; double x_25_1_37; double x_25_1_38; unsigned int x_25_1_39; unsigned int x_25_1_40; unsigned int x_25_1_41; unsigned int x_25_1_42; unsigned int x_25_1_43; unsigned int x_25_1_44; unsigned int x_25_1_45; unsigned int x_25_1_46; unsigned int x_25_1_47; } x25; }*)rendererContextForTextureSourceWithEngineContext:(struct __C3DEngineContext { }*)arg1; - (void)setGlTextureCache:(id)arg1; - (void)setMTLTextureCache:(id)arg1; - (void)setSize; +- (BOOL)supportsMetal; - (void)textureSize; - (struct __C3DTexture { }*)textureWithEngineContext:(struct __C3DEngineContext { }*)arg1 textureSampler:(struct __C3DTextureSampler { struct __CFRuntimeBase { unsigned int x_1_1_1; unsigned char x_1_1_2[4]; } x1; long x2; long x3; long x4; long x5; long x6; long x7; struct C3DColor4 { union { float x_1_2_1[4]; struct { float x_2_3_1; float x_2_3_2; float x_2_3_3; float x_2_3_4; } x_1_2_2; } x_8_1_1; } x8; float x9; unsigned char x10; long x11; unsigned int x12; }*)arg2 nextFrameTime:(double*)arg3; diff --git a/Frameworks/SpriteKit.framework/SKEffectNode.h b/Frameworks/SpriteKit.framework/SKEffectNode.h index 0cbe420b25..94cbdb9c26 100644 --- a/Frameworks/SpriteKit.framework/SKEffectNode.h +++ b/Frameworks/SpriteKit.framework/SKEffectNode.h @@ -6,6 +6,7 @@ struct SKCEffectNode { int (**x1)(); id x2; struct unordered_map, SKAttributeValue *, std::__1::hash >, std::__1::equal_to >, std::__1::allocator, SKAttributeValue *> > > { struct __hash_table, SKAttributeValue *>, std::__1::__unordered_map_hasher, std::__1::__hash_value_type, SKAttributeValue *>, std::__1::hash >, true>, std::__1::__unordered_map_equal, std::__1::__hash_value_type, SKAttributeValue *>, std::__1::equal_to >, true>, std::__1::allocator, SKAttributeValue *> > > { struct unique_ptr, SKAttributeValue *>, void *> *[], std::__1::__bucket_list_deallocator, SKAttributeValue *>, void *> *> > > { struct __compressed_pair, SKAttributeValue *>, void *> **, std::__1::__bucket_list_deallocator, SKAttributeValue *>, void *> *> > > { struct __hash_node, SKAttributeValue *>, void *> {} **x_1_4_1; struct __bucket_list_deallocator, SKAttributeValue *>, void *> *> > { struct __compressed_pair, SKAttributeValue *>, void *> *> > { unsigned long x_1_6_1; } x_2_5_1; } x_1_4_2; } x_1_3_1; } x_1_2_1; } x_3_1_1; } x3; } * _skcEffectNode; } +@property (nonatomic, copy) NSDictionary *attributeValues; @property (nonatomic) int blendMode; @property (readonly, copy) NSString *debugDescription; @property (readonly, copy) NSString *description; diff --git a/Frameworks/SpriteKit.framework/SKEmitterNode.h b/Frameworks/SpriteKit.framework/SKEmitterNode.h index 4634ee9aca..c20a159313 100644 --- a/Frameworks/SpriteKit.framework/SKEmitterNode.h +++ b/Frameworks/SpriteKit.framework/SKEmitterNode.h @@ -16,6 +16,7 @@ SKNode * _target; } +@property (nonatomic, copy) NSDictionary *attributeValues; @property (nonatomic) float emissionAngle; @property (nonatomic) float emissionAngleRange; @property (nonatomic) unsigned int fieldBitMask; diff --git a/Frameworks/SpriteKit.framework/SKNode.h b/Frameworks/SpriteKit.framework/SKNode.h index 00c79a7ca8..0fb81ef0b1 100644 --- a/Frameworks/SpriteKit.framework/SKNode.h +++ b/Frameworks/SpriteKit.framework/SKNode.h @@ -75,13 +75,18 @@ - (id)_allActions; - (struct CGPoint { float x1; float x2; })_anchorPoint; - (struct SKCNode { int (**x1)(); id x2; struct unordered_map, SKAttributeValue *, std::__1::hash >, std::__1::equal_to >, std::__1::allocator, SKAttributeValue *> > > { struct __hash_table, SKAttributeValue *>, std::__1::__unordered_map_hasher, std::__1::__hash_value_type, SKAttributeValue *>, std::__1::hash >, true>, std::__1::__unordered_map_equal, std::__1::__hash_value_type, SKAttributeValue *>, std::__1::equal_to >, true>, std::__1::allocator, SKAttributeValue *> > > { struct unique_ptr, SKAttributeValue *>, void *> *[], std::__1::__bucket_list_deallocator, SKAttributeValue *>, void *> *> > > { struct __compressed_pair, SKAttributeValue *>, void *> **, std::__1::__bucket_list_deallocator, SKAttributeValue *>, void *> *> > > { struct __hash_node, SKAttributeValue *>, void *> {} **x_1_4_1; struct __bucket_list_deallocator, SKAttributeValue *>, void *> *> > { struct __compressed_pair, SKAttributeValue *>, void *> *> > { unsigned long x_1_6_1; } x_2_5_1; } x_1_4_2; } x_1_3_1; } x_1_2_1; } x_3_1_1; } x3; }*)_backingNode; -- (id)_childrenAndDescendantsWithPredicate:(id /* block */)arg1; +- (struct CGRect { struct CGPoint { float x_1_1_1; float x_1_1_2; } x1; struct CGSize { float x_2_1_1; float x_2_1_2; } x2; })_convertFrameToView:(id)arg1; - (id)_copyImageData; - (void)_debugPrint:(int)arg1; - (void)_debugPrint:(int)arg1 mask:(unsigned long long)arg2; +- (id)_descendants; +- (void)_descendantsToMutableArray:(id)arg1; +- (id)_descendantsWithPredicate:(id /* block */)arg1; +- (void)_descendantsWithPredicate:(id /* block */)arg1 toMutableArray:(id)arg2; - (void)_didMakeBackingNode; - (void)_enumerateChildNodesWithName:(id)arg1 usingBlock:(id /* block */)arg2 stopPointer:(BOOL*)arg3; - (void)_flippedChangedFrom:(BOOL)arg1 to:(BOOL)arg2; +- (void)_getBasePhysicsScale:(float*)arg1 yScale:(float*)arg2; - (void)_getWorldTransform:(float*)arg1 positionY:(float*)arg2 rotation:(float*)arg3 xScale:(float*)arg4 yScale:(float*)arg5; - (id)_info; - (void)_initAccessibility; diff --git a/Frameworks/SpriteKit.framework/SKScene.h b/Frameworks/SpriteKit.framework/SKScene.h index 3da2af6a15..8d0748b40c 100644 --- a/Frameworks/SpriteKit.framework/SKScene.h +++ b/Frameworks/SpriteKit.framework/SKScene.h @@ -71,6 +71,7 @@ - (void).cxx_destruct; - (void)_didMakeBackingNode; - (void)_didMoveToView:(id)arg1; +- (id)_getFocusNodes; - (BOOL)_hasConstraints; - (struct SKCNode { int (**x1)(); id x2; struct unordered_map, SKAttributeValue *, std::__1::hash >, std::__1::equal_to >, std::__1::allocator, SKAttributeValue *> > > { struct __hash_table, SKAttributeValue *>, std::__1::__unordered_map_hasher, std::__1::__hash_value_type, SKAttributeValue *>, std::__1::hash >, true>, std::__1::__unordered_map_equal, std::__1::__hash_value_type, SKAttributeValue *>, std::__1::equal_to >, true>, std::__1::allocator, SKAttributeValue *> > > { struct unique_ptr, SKAttributeValue *>, void *> *[], std::__1::__bucket_list_deallocator, SKAttributeValue *>, void *> *> > > { struct __compressed_pair, SKAttributeValue *>, void *> **, std::__1::__bucket_list_deallocator, SKAttributeValue *>, void *> *> > > { struct __hash_node, SKAttributeValue *>, void *> {} **x_1_4_1; struct __bucket_list_deallocator, SKAttributeValue *>, void *> *> > { struct __compressed_pair, SKAttributeValue *>, void *> *> > { unsigned long x_1_6_1; } x_2_5_1; } x_1_4_2; } x_1_3_1; } x_1_2_1; } x_3_1_1; } x3; }*)_makeBackingNode; - (BOOL)_needsRender; diff --git a/Frameworks/SpriteKit.framework/SKShader.h b/Frameworks/SpriteKit.framework/SKShader.h index ac9a7081c6..8103ef62f8 100644 --- a/Frameworks/SpriteKit.framework/SKShader.h +++ b/Frameworks/SpriteKit.framework/SKShader.h @@ -34,6 +34,7 @@ NSPointerArray * _targetNodes; NSMutableDictionary * _uniformData; NSMutableArray * _uniforms; + BOOL _usesPathLengthUniform; BOOL _usesSpriteSizeUniform; BOOL _usesTimeUniform; } @@ -73,6 +74,7 @@ - (void)_removeTargetNode:(id)arg1; - (void)_setUniformsDirty; - (id)_textureUniforms; +- (BOOL)_usesPathLengthUniform; - (BOOL)_usesTimeUniform; - (void)addUniform:(id)arg1; - (id)attributes; diff --git a/Frameworks/SpriteKit.framework/SKShapeNode.h b/Frameworks/SpriteKit.framework/SKShapeNode.h index 968605c5a1..9aacf7942f 100644 --- a/Frameworks/SpriteKit.framework/SKShapeNode.h +++ b/Frameworks/SpriteKit.framework/SKShapeNode.h @@ -7,6 +7,7 @@ } @property (getter=isAntialiased, nonatomic) BOOL antialiased; +@property (nonatomic, copy) NSDictionary *attributeValues; @property (nonatomic) int blendMode; @property (nonatomic, retain) UIColor *fillColor; @property (nonatomic, retain) SKShader *fillShader; diff --git a/Frameworks/SpriteKit.framework/SKSpriteNode.h b/Frameworks/SpriteKit.framework/SKSpriteNode.h index 92f203f7f8..6612d4248d 100644 --- a/Frameworks/SpriteKit.framework/SKSpriteNode.h +++ b/Frameworks/SpriteKit.framework/SKSpriteNode.h @@ -9,6 +9,7 @@ } @property (nonatomic) struct CGPoint { float x1; float x2; } anchorPoint; +@property (nonatomic, copy) NSDictionary *attributeValues; @property (nonatomic) int blendMode; @property (nonatomic) struct CGRect { struct CGPoint { float x_1_1_1; float x_1_1_2; } x1; struct CGSize { float x_2_1_1; float x_2_1_2; } x2; } centerRect; @property (nonatomic, retain) UIColor *color; diff --git a/Frameworks/SpriteKit.framework/SKTexture.h b/Frameworks/SpriteKit.framework/SKTexture.h index 03c9ad2de7..8e048bd179 100644 --- a/Frameworks/SpriteKit.framework/SKTexture.h +++ b/Frameworks/SpriteKit.framework/SKTexture.h @@ -26,6 +26,7 @@ BOOL _isPath; BOOL _isRepeatable; BOOL _isRotated; + BOOL _needsExtrusionWorkaround; NSString * _originalAtlasName; SKTexture * _originalTexture; BOOL _performFullCapture; @@ -68,6 +69,7 @@ @property (nonatomic) BOOL isFlipped; @property (nonatomic, readonly) BOOL isRepeatable; @property (nonatomic) BOOL isRotated; +@property (getter=_needsExtrusionWorkaround, nonatomic) BOOL needsExtrusionWorkaround; @property (nonatomic, copy) NSString *originalAtlasName; @property BOOL performFullCapture; @property (nonatomic, readonly) struct CGSize { float x1; float x2; } pixelSize; @@ -113,6 +115,7 @@ - (void)_ensureImageData; - (id)_generateNormalMap:(float)arg1 contrast:(float)arg2 multiPass:(unsigned long)arg3; - (id)_initWithGLTextureId:(unsigned int)arg1 size:(struct CGSize { float x1; float x2; })arg2; +- (BOOL)_needsExtrusionWorkaround; - (struct CGImage { }*)_newTextureFromGLCache; - (void)_savePngFromGLCache:(id)arg1; - (void)_setImageName:(id)arg1; @@ -156,6 +159,7 @@ - (void)setFilteringMode:(int)arg1; - (void)setIsFlipped:(BOOL)arg1; - (void)setIsRotated:(BOOL)arg1; +- (void)setNeedsExtrusionWorkaround:(BOOL)arg1; - (void)setOriginalAtlasName:(id)arg1; - (void)setPerformFullCapture:(BOOL)arg1; - (void)setRootAtlas:(id)arg1; diff --git a/Frameworks/SpriteKit.framework/SKTextureCache.h b/Frameworks/SpriteKit.framework/SKTextureCache.h index 31f1f296aa..2522a700a5 100644 --- a/Frameworks/SpriteKit.framework/SKTextureCache.h +++ b/Frameworks/SpriteKit.framework/SKTextureCache.h @@ -10,7 +10,6 @@ unsigned int _textureFormat; int filteringMode; BOOL hasAlpha; - BOOL isLoaded; BOOL isPOT; struct _opaque_pthread_mutex_t { long __sig; @@ -32,7 +31,6 @@ @property (nonatomic) struct shared_ptr { struct jet_texture {} *x1; struct __shared_weak_count {} *x2; } backingTexture; @property (nonatomic) int filteringMode; @property (nonatomic) BOOL hasAlpha; -@property (nonatomic) BOOL isLoaded; @property (nonatomic) BOOL isPOT; @property (getter=getLock, nonatomic, readonly) struct _opaque_pthread_mutex_t { long x1; BOOL x2[40]; }*lock; @property (nonatomic) char *pixelData; @@ -51,14 +49,12 @@ - (struct _opaque_pthread_mutex_t { long x1; BOOL x2[40]; }*)getLock; - (BOOL)hasAlpha; - (id)init; -- (BOOL)isLoaded; - (BOOL)isPOT; - (char *)pixelData; - (struct CGSize { float x1; float x2; })pixelSize; - (void)setBackingTexture:(struct shared_ptr { struct jet_texture {} *x1; struct __shared_weak_count {} *x2; })arg1; - (void)setFilteringMode:(int)arg1; - (void)setHasAlpha:(BOOL)arg1; -- (void)setIsLoaded:(BOOL)arg1; - (void)setIsPOT:(BOOL)arg1; - (void)setPixelData:(char *)arg1; - (void)setPixelSize:(struct CGSize { float x1; float x2; })arg1; diff --git a/Frameworks/SpriteKit.framework/SKTileMapNode.h b/Frameworks/SpriteKit.framework/SKTileMapNode.h index f55ed788a1..3a16973ec3 100644 --- a/Frameworks/SpriteKit.framework/SKTileMapNode.h +++ b/Frameworks/SpriteKit.framework/SKTileMapNode.h @@ -21,6 +21,7 @@ } @property (nonatomic) struct CGPoint { float x1; float x2; } anchorPoint; +@property (nonatomic, copy) NSDictionary *attributeValues; @property (nonatomic) int blendMode; @property (nonatomic, retain) UIColor *color; @property (nonatomic) float colorBlendFactor; diff --git a/Frameworks/SpriteKit.framework/SKTileSet.h b/Frameworks/SpriteKit.framework/SKTileSet.h index 30ac363d39..b6ecc448c3 100644 --- a/Frameworks/SpriteKit.framework/SKTileSet.h +++ b/Frameworks/SpriteKit.framework/SKTileSet.h @@ -3,7 +3,7 @@ */ @interface SKTileSet : NSObject { - unsigned int _defaultTileGroupIndex; + SKTileGroup * _defaultTileGroup; struct CGSize { float width; float height; diff --git a/Frameworks/SpriteKit.framework/SKView.h b/Frameworks/SpriteKit.framework/SKView.h index d8c633113e..1a7811b650 100644 --- a/Frameworks/SpriteKit.framework/SKView.h +++ b/Frameworks/SpriteKit.framework/SKView.h @@ -168,6 +168,7 @@ NSObject * _renderQueue; NSObject * _renderSemaphore; struct SKCRenderer { id x1; struct shared_ptr { struct SKCRenderPass {} *x_2_1_1; struct __shared_weak_count {} *x_2_1_2; } x2; unsigned int x3; struct shared_ptr { struct jet_command_buffer {} *x_4_1_1; struct __shared_weak_count {} *x_4_1_2; } x4; struct list, std::__1::allocator > > { struct __list_node_base, void *> { struct __list_node_base, void *> {} *x_1_2_1; struct __list_node_base, void *> {} *x_1_2_2; } x_5_1_1; struct __compressed_pair, void *> > > { unsigned long x_2_2_1; } x_5_1_2; } x5; struct { unsigned int x_6_1_1; unsigned int x_6_1_2; struct { /* Warning: Unrecognized filer type: ']' using 'void*' */ void*x_3_2_1[4]; } ***x_6_1_3; } x6; } * _renderer; + BOOL _rightMouseIsDown; SKScene * _scene; NSData * _spriteArrayHint; double _timePreviousUpdate; @@ -217,10 +218,10 @@ - (id)_focusedItemRegionContainer; - (float)_fps; - (unsigned int)_getEffectivePreferredFramesPerSecond; -- (id)_getFocusNodesFromScene; - (id)_getPerformanceStats; - (float)_getViewContentsScale; - (id)_info; +- (BOOL)_isDrawableAvailable; - (struct SKCRenderer { id x1; struct shared_ptr { struct SKCRenderPass {} *x_2_1_1; struct __shared_weak_count {} *x_2_1_2; } x2; unsigned int x3; struct shared_ptr { struct jet_command_buffer {} *x_4_1_1; struct __shared_weak_count {} *x_4_1_2; } x4; struct list, std::__1::allocator > > { struct __list_node_base, void *> { struct __list_node_base, void *> {} *x_1_2_1; struct __list_node_base, void *> {} *x_1_2_2; } x_5_1_1; struct __compressed_pair, void *> > > { unsigned long x_2_2_1; } x_5_1_2; } x5; struct { unsigned int x_6_1_1; unsigned int x_6_1_2; struct { /* Warning: Unrecognized filer type: ']' using 'void*' */ void*x_3_2_1[4]; } ***x_6_1_3; } x6; }*)_layerBackedRenderer; - (int)_preferredFocusMovementStyle; - (id)_regionForFocusedItem:(id)arg1 inScreen:(id)arg2; diff --git a/Frameworks/UIKit.framework/UIApplication.h b/Frameworks/UIKit.framework/UIApplication.h index e5cb96b4b0..0b8757f1a8 100644 --- a/Frameworks/UIKit.framework/UIApplication.h +++ b/Frameworks/UIKit.framework/UIApplication.h @@ -721,6 +721,10 @@ - (void)didDismissMiniAlert; - (void)didReceiveMemoryWarning; - (int)doubleHeightMode; +- (void)emitPPTEndTracePointForSubTestName:(id)arg1 identifier:(unsigned int)arg2; +- (void)emitPPTEndTracePointForTestName:(id)arg1 identifier:(unsigned int)arg2; +- (void)emitPPTStartTracePointForSubTestName:(id)arg1 identifier:(unsigned int)arg2 testIdentifier:(unsigned int)arg3; +- (void)emitPPTStartTracePointForTestName:(id)arg1 identifier:(unsigned int)arg2; - (void)enableFramebufferStatisticsGathering; - (unsigned int)enabledRemoteNotificationTypes; - (void)endBackgroundTask:(unsigned int)arg1; @@ -1015,6 +1019,11 @@ - (void)px_navigateToMomentsViewRevealingAsset:(id)arg1 completionHandler:(id /* block */)arg2; +// Image: /System/Library/PrivateFrameworks/StoreKitUI.framework/StoreKitUI + +- (BOOL)SKUI_isFullscreen; +- (BOOL)SKUI_isMedusaActive; + // Image: /System/Library/PrivateFrameworks/UIAccessibility.framework/UIAccessibility - (void)_accessibilityAddKeyboardWindowToArray:(id)arg1 forModalWindow:(id)arg2; diff --git a/Frameworks/UIKit.framework/UICalloutBar.h b/Frameworks/UIKit.framework/UICalloutBar.h index 6427a71603..eacb10ada7 100644 --- a/Frameworks/UIKit.framework/UICalloutBar.h +++ b/Frameworks/UIKit.framework/UICalloutBar.h @@ -106,6 +106,8 @@ @property (nonatomic, copy) NSString *untruncatedString; @property (nonatomic, readonly) BOOL visible; +// Image: /System/Library/Frameworks/UIKit.framework/UIKit + + (void)_releaseSharedInstance; + (id)activeCalloutBar; + (void)fadeSharedCalloutBar; @@ -128,7 +130,6 @@ - (void)applicationDidAddDeactivationReason:(id)arg1; - (int)arrowDirection; - (void)buttonHighlighted:(id)arg1 highlighted:(BOOL)arg2; -- (void)buttonPressed:(id)arg1; - (BOOL)calculateControlFrameForCalloutSize:(struct CGSize { float x1; float x2; })arg1 below:(BOOL)arg2; - (BOOL)calculateControlFrameForCalloutSize:(struct CGSize { float x1; float x2; })arg1 right:(BOOL)arg2; - (BOOL)calculateControlFrameInsideTargetRect:(struct CGSize { float x1; float x2; })arg1; @@ -141,10 +142,8 @@ - (void)dealloc; - (id)delegate; - (id)extraItems; -- (void)fade; - (void)fadeAnimationDidStopWithContext:(id)arg1 finished:(BOOL)arg2; - (BOOL)hasReplacements; -- (void)hide; - (id)hitTest:(struct CGPoint { float x1; float x2; })arg1 withEvent:(id)arg2; - (id)initWithFrame:(struct CGRect { struct CGPoint { float x_1_1_1; float x_1_1_2; } x1; struct CGSize { float x_2_1_1; float x_2_1_2; } x2; })arg1; - (struct CGPoint { float x1; float x2; })pointAboveControls; @@ -198,8 +197,17 @@ - (id)untruncatedString; - (void)update; - (void)updateAnimated:(BOOL)arg1; -- (void)updateAvailableButtons; - (void)updateForCurrentPage; - (BOOL)visible; +// Image: /System/Library/AccessibilityBundles/QuickSpeak.bundle/QuickSpeak + ++ (Class)safeCategoryBaseClass; + +- (void)_accessibilityAddSpeakItemToExtras:(id)arg1 selector:(SEL)arg2; +- (void)buttonPressed:(id)arg1; +- (void)fade; +- (void)hide; +- (void)updateAvailableButtons; + @end diff --git a/Frameworks/UIKit.framework/UICollectionReusableView.h b/Frameworks/UIKit.framework/UICollectionReusableView.h index b200adda5e..8cd3d8d38a 100644 --- a/Frameworks/UIKit.framework/UICollectionReusableView.h +++ b/Frameworks/UIKit.framework/UICollectionReusableView.h @@ -20,6 +20,8 @@ @property (getter=_layoutAttributes, setter=_setLayoutAttributes:, nonatomic, copy) UICollectionViewLayoutAttributes *layoutAttributes; @property (getter=_arePreferredAttributesValid, nonatomic) BOOL preferredAttributesValid; @property (setter=_setReuseIdentifier:, nonatomic, copy) NSString *reuseIdentifier; +@property (getter=tv_isDisplayed, setter=tv_setDisplayed:, nonatomic) BOOL tv_displayed; +@property (getter=tv_isFocused, setter=tv_setFocused:, nonatomic) BOOL tv_focused; // Image: /System/Library/Frameworks/UIKit.framework/UIKit @@ -68,4 +70,11 @@ - (id)_gkNewStandardTitleLabel; - (void)_gkSetLeadingGuideConstraint:(id)arg1 trailingGuideConstraint:(id)arg2; +// Image: /System/Library/PrivateFrameworks/TVMLKit.framework/TVMLKit + +- (BOOL)tv_isDisplayed; +- (BOOL)tv_isFocused; +- (void)tv_setDisplayed:(BOOL)arg1; +- (void)tv_setFocused:(BOOL)arg1; + @end diff --git a/Frameworks/UIKit.framework/UICollectionView.h b/Frameworks/UIKit.framework/UICollectionView.h index 73a448786a..e85759f633 100644 --- a/Frameworks/UIKit.framework/UICollectionView.h +++ b/Frameworks/UIKit.framework/UICollectionView.h @@ -100,6 +100,7 @@ UITouch * _currentTouch; UICollectionViewUpdate * _currentUpdate; * _dataSource; + NSMutableDictionary * _dataSourceToLayoutIndexPathMappingDict; struct UIEdgeInsets { float top; float left; @@ -327,7 +328,8 @@ - (void)_highlightFirstVisibleItemIfAppropriate; - (BOOL)_highlightItemAtIndexPath:(id)arg1 animated:(BOOL)arg2 scrollPosition:(unsigned int)arg3; - (BOOL)_highlightItemAtIndexPath:(id)arg1 animated:(BOOL)arg2 scrollPosition:(int)arg3 notifyDelegate:(BOOL)arg4; -- (id)_indexPathForView:(id)arg1 ofType:(unsigned int)arg2; +- (id)_indexPathForCell:(id)arg1 includePrefetchedCells:(BOOL)arg2; +- (id)_indexPathForView:(id)arg1 ofType:(unsigned int)arg2 includePrefetchedCells:(BOOL)arg3; - (BOOL)_indexPathIsValid:(id)arg1; - (id)_indexPathsForVisibleDecorationViewsOfKind:(id)arg1; - (id)_indexPathsForVisibleSupplementaryViewsOfKind:(id)arg1; @@ -336,6 +338,7 @@ - (void)_invalidateLayoutWithContext:(id)arg1; - (void)_invalidateWithBlock:(id /* block */)arg1; - (BOOL)_isEditing; +- (BOOL)_isReordering; - (BOOL)_isViewInReuseQueue:(id)arg1; - (BOOL)_itemIndexPathIsReordered:(id)arg1; - (BOOL)_keepsFirstResponderVisibleOnBoundsChange; @@ -594,4 +597,12 @@ - (id)_gkReuseIdentifierForClass:(Class)arg1; - (id)_gkVisibleCellForIndexPath:(id)arg1; +// Image: /System/Library/PrivateFrameworks/TVMLKit.framework/TVMLKit + +- (id)tv_indexPathsForIndexSet:(id)arg1 withOptions:(unsigned int)arg2 prefix:(id)arg3; +- (void)tv_updateItemsInSection:(unsigned int)arg1 withChange:(id)arg2; +- (void)tv_updateItemsInSection:(unsigned int)arg1 withChanges:(id)arg2; +- (void)tv_updateSectionsWithChange:(id)arg1; +- (void)tv_updateSectionsWithChanges:(id)arg1; + @end diff --git a/Frameworks/UIKit.framework/UICollectionViewTableLayout.h b/Frameworks/UIKit.framework/UICollectionViewTableLayout.h index 00670b2d61..c4a019d56b 100644 --- a/Frameworks/UIKit.framework/UICollectionViewTableLayout.h +++ b/Frameworks/UIKit.framework/UICollectionViewTableLayout.h @@ -241,7 +241,7 @@ - (BOOL)_shouldHaveFooterViewForSection:(int)arg1; - (BOOL)_shouldHaveGlobalViewForElementOfKind:(id)arg1; - (BOOL)_shouldHaveHeaderViewForSection:(int)arg1; -- (BOOL)_shouldHaveViewForElementOfKind:(id)arg1 atSection:(int)arg2; +- (BOOL)_shouldHaveViewForElementOfKind:(id)arg1 atSection:(int)arg2 useRowData:(BOOL)arg3; - (BOOL)_shouldIndentWhileEditingForRowAtIndexPath:(id)arg1; - (BOOL)_shouldStripHeaderTopPaddingForSection:(int)arg1; - (BOOL)_shouldUseNewHeaderFooterBehavior; diff --git a/Frameworks/UIKit.framework/UIColor.h b/Frameworks/UIKit.framework/UIColor.h index bd8e98b1b8..ea00c966bf 100644 --- a/Frameworks/UIKit.framework/UIColor.h +++ b/Frameworks/UIKit.framework/UIColor.h @@ -358,6 +358,10 @@ + (id)_iAd_colorWithRGBA:(unsigned int)arg1; +// Image: /System/Library/PrivateFrameworks/Accessibility.framework/Frameworks/AccessibilityUIUtilities.framework/AccessibilityUIUtilities + +- (float)_atvaccessibilityAlphaComponent; + // Image: /System/Library/PrivateFrameworks/AnnotationKit.framework/AnnotationKit + (id)akBoxBorderColor; @@ -587,6 +591,7 @@ + (id)siriui_glyphColor; + (id)siriui_highlightColor; ++ (id)siriui_insertionPointColor; + (id)siriui_keylineColor; + (id)siriui_keylineColorStark; + (id)siriui_maskingColor; @@ -611,9 +616,9 @@ - (BOOL)skui_isOpaque; -// Image: /System/Library/PrivateFrameworks/Swift/libswiftUIKit.dylib +// Image: /System/Library/PrivateFrameworks/TVMLKit.framework/TVMLKit -- (id)initWithColorLiteralRed:(float)arg1 green:(float)arg2 blue:(float)arg3 alpha:(float)arg4; ++ (id)tvmlkit_keyColor; // Image: /System/Library/PrivateFrameworks/TelephonyUI.framework/TelephonyUI @@ -621,6 +626,12 @@ - (id)darkerColorByPercentage:(float)arg1; - (id)tpImageFromColor; +// Image: /System/Library/PrivateFrameworks/WatchListKitUI.framework/WatchListKitUI + ++ (id)wlk_textColor; ++ (id)wlk_textColorForDarkMode; ++ (id)wlk_textModalColor; + // Image: /System/Library/PrivateFrameworks/iTunesStoreUI.framework/iTunesStoreUI + (id)colorWithStyleString:(id)arg1; diff --git a/Frameworks/UIKit.framework/UIContentSizeCategoryPreference.h b/Frameworks/UIKit.framework/UIContentSizeCategoryPreference.h index 65cc70f304..85a9f2aa00 100644 --- a/Frameworks/UIKit.framework/UIContentSizeCategoryPreference.h +++ b/Frameworks/UIKit.framework/UIContentSizeCategoryPreference.h @@ -3,26 +3,20 @@ */ @interface UIContentSizeCategoryPreference : NSObject { - BOOL _observingNotification; NSString * _preferredContentSizeCategory; } -@property (nonatomic, readonly) NSString *preferredContentSizeCategory; +@property (nonatomic, retain) NSString *preferredContentSizeCategory; + (void)_forceSystemPreferenceToContentSizeCategory:(id)arg1; + (void)_resetSystemPreference; + (id)system; - (void).cxx_destruct; -- (void)_beginObservingPreferredContentSizeChangedNotification; -- (void)_endObservingPreferredContentSizeChangedNotification; -- (void)_postContentSizeCategoryDidChangeNotification; -- (void)_updateContentSizeCategory:(id)arg1 postingNotification:(BOOL)arg2; -- (void)_updateContentSizeCategoryFromUserDefaultsPostingNotification:(BOOL)arg1; - (void)checkForChanges; -- (void)dealloc; - (id)init; - (id)initWithContentSizeCategory:(id)arg1; - (id)preferredContentSizeCategory; +- (void)setPreferredContentSizeCategory:(id)arg1; @end diff --git a/Frameworks/UIKit.framework/UIDevice.h b/Frameworks/UIKit.framework/UIDevice.h index 7b81965c3f..8ff5e004c7 100644 --- a/Frameworks/UIKit.framework/UIDevice.h +++ b/Frameworks/UIKit.framework/UIDevice.h @@ -134,9 +134,9 @@ - (id)_deviceInfoForKey:(struct __CFString { }*)arg1; - (int)_graphicsQualityIncludingMediumN41:(BOOL)arg1; - (id)_highQualityDevicesForHomeFolders; -- (id)_highQualityDevicesForSearchTransitions; - (id)_lowQualityDevicesForDashBoardPresentation; - (id)_lowQualityDevicesForHomescreenFolders; +- (id)_lowQualityDevicesForSearchTransitions; - (id)_mediumQualityProductsIncludingN41:(BOOL)arg1; - (int)sbf_bannerGraphicsQuality; - (int)sbf_controlCenterGraphicsQuality; diff --git a/Frameworks/UIKit.framework/UIDocumentInteractionController.h b/Frameworks/UIKit.framework/UIDocumentInteractionController.h index dc30052eef..aa1b51606a 100644 --- a/Frameworks/UIKit.framework/UIDocumentInteractionController.h +++ b/Frameworks/UIKit.framework/UIDocumentInteractionController.h @@ -134,7 +134,7 @@ - (void)_openDocumentInPlaceWithApplication:(id)arg1; - (void)_openDocumentWithApplication:(id)arg1; - (void)_openDocumentWithApplication:(id)arg1 userInfo:(id)arg2; -- (void)_openDocumentWithCurrentApplication; +- (void)_openDocumentWithApplicationAfterUnzippingIfNecessary:(id)arg1; - (id)_openWithAppActivitiesForDocumentProxy:(id)arg1; - (id)_pathsInArchive:(id /* block */)arg1; - (BOOL)_performingActivity; diff --git a/Frameworks/UIKit.framework/UIFeedbackGenerator.h b/Frameworks/UIKit.framework/UIFeedbackGenerator.h index a8392b3521..28184c762b 100644 --- a/Frameworks/UIKit.framework/UIFeedbackGenerator.h +++ b/Frameworks/UIKit.framework/UIFeedbackGenerator.h @@ -12,7 +12,6 @@ NSSet * _engines; int _externalActivationCount; BOOL _hasMutableFeedbackKeyPaths; - BOOL _muted; NSMutableDictionary * _preparationTimers; int _styleActivationCount; NSSet * _usedFeedbacks; @@ -60,6 +59,7 @@ - (BOOL)_isAutoDeactivated; - (BOOL)_isEnabled; - (BOOL)_isMuted; +- (int)_outputMode; - (id)_playCountStatistics; - (void)_playFeedback:(id)arg1; - (void)_playFeedback:(id)arg1 withMinimumIntervalPassed:(double)arg2 since:(double*)arg3 prefersRegularPace:(BOOL)arg4; @@ -71,6 +71,7 @@ - (void)_resetAutoDeactivationTimeout; - (void)_setConfiguration:(id)arg1; - (void)_setMuted:(BOOL)arg1; +- (void)_setOutputMode:(int)arg1; - (void)_setPreparationTimer:(id)arg1 forStyle:(int)arg2; - (void)_setupAutoDeactivateTimer; - (void)_setupEnginesIfNeeded; diff --git a/Frameworks/UIKit.framework/UIImage.h b/Frameworks/UIKit.framework/UIImage.h index 32a48fed0c..7780b484a8 100644 --- a/Frameworks/UIKit.framework/UIImage.h +++ b/Frameworks/UIKit.framework/UIImage.h @@ -33,7 +33,6 @@ @property (readonly) int _gkImageOrientation; @property (readonly) float _gkScale; @property (nonatomic, readonly) struct UIEdgeInsets { float x1; float x2; float x3; float x4; } alignmentRectInsets; -@property (nonatomic, readonly) MPArtworkCatalog *artworkCatalog; @property (nonatomic, readonly) NSURL *artworkCatalogBackingFileURL; @property (nonatomic, readonly) struct UIEdgeInsets { float x1; float x2; float x3; float x4; } capInsets; @property (readonly, copy) NSString *debugDescription; @@ -136,6 +135,7 @@ - (void)_encodePropertiesWithCoder:(id)arg1; - (id)_flatImageWithColor:(id)arg1; - (id)_flatImageWithWhite:(float)arg1 alpha:(float)arg2; +- (BOOL)_hasDecompressionInfo; - (id)_imageForLegibilitySettings:(id)arg1 strength:(float)arg2; - (id)_imageForLegibilityStyle:(int)arg1; - (int)_imageOrientationConsideringRTL; @@ -284,7 +284,6 @@ // Image: /System/Library/Frameworks/MediaPlayer.framework/MediaPlayer -- (id)artworkCatalog; - (id)artworkCatalogBackingFileURL; - (id)imageWithEtchedBorderOfColor:(id)arg1 radius:(float)arg2; - (id)imageWithShadow:(id)arg1; @@ -325,6 +324,10 @@ - (struct CGImage { }*)akCGImage; +// Image: /System/Library/PrivateFrameworks/BulletinDistributorCompanion.framework/BulletinDistributorCompanion + +- (BOOL)blt_hasAlpha; + // Image: /System/Library/PrivateFrameworks/ChatKit.framework/ChatKit + (id)abImageNamed:(id)arg1; @@ -631,12 +634,15 @@ + (id)sbf_imageFromBGRAContextWithSize:(struct CGSize { float x1; float x2; })arg1 scale:(float)arg2 colorSpace:(struct CGColorSpace { }*)arg3 withAlpha:(BOOL)arg4 pool:(id)arg5 drawing:(id /* block */)arg6 encapsulation:(id /* block */)arg7; + (id)sbf_imageFromContextWithSize:(struct CGSize { float x1; float x2; })arg1 scale:(float)arg2 type:(int)arg3 pool:(id)arg4 drawing:(id /* block */)arg5; + (id)sbf_imageFromContextWithSize:(struct CGSize { float x1; float x2; })arg1 scale:(float)arg2 type:(int)arg3 pool:(id)arg4 drawing:(id /* block */)arg5 encapsulation:(id /* block */)arg6; ++ (id)sbf_imageWithIOSurface:(struct __IOSurface { }*)arg1 scale:(float)arg2 orientation:(int)arg3; +- (id)sbf_ASTCSafeImage; - (id)sbf_CGImageBackedImage; - (int)sbf_EXIFOrientation; - (struct CGColorSpace { }*)sbf_colorSpace; - (id)sbf_cropImageWithRect:(struct CGRect { struct CGPoint { float x_1_1_1; float x_1_1_2; } x1; struct CGSize { float x_2_1_1; float x_2_1_2; } x2; })arg1 outputSize:(struct CGSize { float x1; float x2; })arg2; - (id)sbf_cropImageWithRect:(struct CGRect { struct CGPoint { float x_1_1_1; float x_1_1_2; } x1; struct CGSize { float x_2_1_1; float x_2_1_2; } x2; })arg1 outputSize:(struct CGSize { float x1; float x2; })arg2 preservingAspectRatio:(BOOL)arg3; +- (id)sbf_imageByConvertingToColorSpace:(struct CGColorSpace { }*)arg1 type:(int)arg2; - (id)sbf_imageByManipulatingInDeviceColorSpaceWithBlock:(id /* block */)arg1; - (id)sbf_imageMaskedByColor:(id)arg1; - (id)sbf_memoryMappedImageWithPool:(id)arg1; @@ -647,7 +653,7 @@ // Image: /System/Library/PrivateFrameworks/Swift/libswiftUIKit.dylib -- (id)initWithImageLiteral:(id)arg1; +- (id)initWithImageLiteralResourceName:(id)arg1; // Image: /System/Library/PrivateFrameworks/TelephonyUI.framework/TelephonyUI @@ -680,6 +686,12 @@ + (id)imageForPlaceholderURL:(id)arg1; +// Image: /System/Library/PrivateFrameworks/WatchListKitUI.framework/WatchListKitUI + ++ (unsigned long)sbg_bytesNeededForSize:(struct CGSize { float x1; float x2; })arg1 scale:(float)arg2 withContextType:(int)arg3; ++ (id)sbg_imageFromContextWithSize:(struct CGSize { float x1; float x2; })arg1 scale:(float)arg2 type:(int)arg3 pool:(id)arg4 drawing:(id /* block */)arg5; ++ (id)sbg_imageFromContextWithSize:(struct CGSize { float x1; float x2; })arg1 scale:(float)arg2 type:(int)arg3 pool:(id)arg4 drawing:(id /* block */)arg5 encapsulation:(id /* block */)arg6; + // Image: /System/Library/PrivateFrameworks/Weather.framework/Weather - (id)WAImageLoaderPreCacheImage; diff --git a/Frameworks/UIKit.framework/UIKBRenderFactory10Key_Landscape.h b/Frameworks/UIKit.framework/UIKBRenderFactory10Key_Landscape.h index 7d1aad3ca9..08a10a6b56 100644 --- a/Frameworks/UIKit.framework/UIKBRenderFactory10Key_Landscape.h +++ b/Frameworks/UIKit.framework/UIKBRenderFactory10Key_Landscape.h @@ -10,5 +10,6 @@ - (struct CGPoint { float x1; float x2; })numberPadKeyPrimaryTextOffset; - (struct CGPoint { float x1; float x2; })numberPadKeySecondaryTextOffset; - (struct CGPoint { float x1; float x2; })numberPadVBarSecondaryTextOffset; +- (struct UIEdgeInsets { float x1; float x2; float x3; float x4; })wideShadowPaddleInsets; @end diff --git a/Frameworks/UIKit.framework/UIKBRenderFactory10Key_Portrait.h b/Frameworks/UIKit.framework/UIKBRenderFactory10Key_Portrait.h index 655dedddcb..66ae44b723 100644 --- a/Frameworks/UIKit.framework/UIKBRenderFactory10Key_Portrait.h +++ b/Frameworks/UIKit.framework/UIKBRenderFactory10Key_Portrait.h @@ -4,11 +4,13 @@ @interface UIKBRenderFactory10Key_Portrait : UIKBRenderFactory10Key +- (void)_customizeTraits:(id)arg1 forPopupForKey:(id)arg2 withRenderingContext:(id)arg3 keycapsFontName:(id)arg4; - (float)controlColumnWidthFactor; - (struct CGPoint { float x1; float x2; })dictationKeyTextOffset; - (struct CGPoint { float x1; float x2; })globeKeyTextOffset; - (id)multitapCompleteKeyImageName; - (id)muttitapReverseKeyImageName; - (void)setupLayoutSegments; +- (struct UIEdgeInsets { float x1; float x2; float x3; float x4; })wideShadowPaddleInsets; @end diff --git a/Frameworks/UIKit.framework/UIKBRenderFactory10Key_PortraitChoco.h b/Frameworks/UIKit.framework/UIKBRenderFactory10Key_PortraitChoco.h new file mode 100644 index 0000000000..a64f980564 --- /dev/null +++ b/Frameworks/UIKit.framework/UIKBRenderFactory10Key_PortraitChoco.h @@ -0,0 +1,9 @@ +/* Generated by RuntimeBrowser + Image: /System/Library/Frameworks/UIKit.framework/UIKit + */ + +@interface UIKBRenderFactory10Key_PortraitChoco : UIKBRenderFactory10Key_Portrait + +- (struct UIEdgeInsets { float x1; float x2; float x3; float x4; })wideShadowPaddleInsets; + +@end diff --git a/Frameworks/UIKit.framework/UIKBRenderFactory10Key_PortraitTruffle.h b/Frameworks/UIKit.framework/UIKBRenderFactory10Key_PortraitTruffle.h new file mode 100644 index 0000000000..046e356f99 --- /dev/null +++ b/Frameworks/UIKit.framework/UIKBRenderFactory10Key_PortraitTruffle.h @@ -0,0 +1,9 @@ +/* Generated by RuntimeBrowser + Image: /System/Library/Frameworks/UIKit.framework/UIKit + */ + +@interface UIKBRenderFactory10Key_PortraitTruffle : UIKBRenderFactory10Key_Portrait + +- (struct UIEdgeInsets { float x1; float x2; float x3; float x4; })wideShadowPaddleInsets; + +@end diff --git a/Frameworks/UIKit.framework/UIKBTree.h b/Frameworks/UIKit.framework/UIKBTree.h index 8dd5cac107..edb1ed6bf3 100644 --- a/Frameworks/UIKit.framework/UIKBTree.h +++ b/Frameworks/UIKit.framework/UIKBTree.h @@ -200,6 +200,7 @@ - (void)setVisualStyle:(int)arg1; - (void)setVisualStyling:(struct { unsigned int x1 : 6; unsigned int x2 : 1; unsigned int x3 : 1; unsigned int x4 : 8; unsigned int x5 : 16; })arg1; - (id)shape; +- (id)shapeFromFrame:(struct CGRect { struct CGPoint { float x_1_1_1; float x_1_1_2; } x1; struct CGSize { float x_2_1_1; float x_2_1_2; } x2; })arg1 leftPadding:(float)arg2 rightPadding:(float)arg3; - (id)shiftAlternateKeyplaneName; - (BOOL)shouldCacheKey; - (BOOL)shouldSkipCandidateSelection; diff --git a/Frameworks/UIKit.framework/UIKeyboardCache.h b/Frameworks/UIKit.framework/UIKeyboardCache.h index f560391db9..977721667c 100644 --- a/Frameworks/UIKit.framework/UIKeyboardCache.h +++ b/Frameworks/UIKit.framework/UIKeyboardCache.h @@ -3,9 +3,8 @@ */ @interface UIKeyboardCache : NSObject { - BOOL _isCommitting; NSSet * _layouts; - CPBitmapStore * _store; + TIImageCacheClient * _store; } + (BOOL)enabled; @@ -17,8 +16,6 @@ - (void)commitTransaction; - (void)dealloc; - (id)displayImagesForView:(id)arg1 fromLayout:(id)arg2 imageFlags:(id)arg3; -- (void)displayView:(id)arg1 fromLayout:(id)arg2; -- (void)displayView:(id)arg1 imageWidth:(float)arg2 fromLayout:(id)arg3; - (void)drawCachedImage:(id)arg1 alpha:(float)arg2 inContext:(struct CGContext { }*)arg3; - (id)init; - (id)uniqueLayoutsFromInputModes:(id)arg1; diff --git a/Frameworks/UIKit.framework/UIKeyboardEmojiCategory.h b/Frameworks/UIKit.framework/UIKeyboardEmojiCategory.h index a993298708..d65254ec1a 100644 --- a/Frameworks/UIKit.framework/UIKeyboardEmojiCategory.h +++ b/Frameworks/UIKit.framework/UIKeyboardEmojiCategory.h @@ -15,37 +15,27 @@ @property (nonatomic) int lastVisibleFirstEmojiIndex; @property (getter=name, nonatomic, readonly) NSString *name; -+ (id)ActivityEmoji; -+ (id)CelebrationEmoji; + (id)DingbatVariantsEmoji; -+ (id)FoodAndDrinkEmoji; + (id)GenderEmoji; -+ (id)NatureEmoji; + (id)NoneVariantEmoji; -+ (id)ObjectsAndSymbolsEmoji; -+ (id)ObjectsEmoji; -+ (id)PeopleEmoji; -+ (id)PrepopulatedEmoji; ++ (id)ProfessionEmoji; + (id)SkinToneEmoji; -+ (id)SymbolsEmoji; -+ (id)TravelAndPlacesEmoji; + (id)categories; + (id)categoryForType:(int)arg1; + (unsigned int)categoryIndexForCategoryType:(int)arg1; + (int)categoryTypeForCategoryIndex:(unsigned int)arg1; -+ (id)computeEmojiFlagsSortedByLanguage; + (id)displayName:(int)arg1; ++ (id)emojiCategoryStringForCategoryType:(int)arg1; ++ (int)emojiCategoryTypeForCategoryString:(id)arg1; + (id)emojiRecentsFromPreferences; + (BOOL)emojiString:(id)arg1 inGroup:(id)arg2; + (id)enabledCategoryIndexes; + (id)fallbackDisplayName:(int)arg1; -+ (id)flagEmojiCountryCodesCommon; -+ (id)flagEmojiCountryCodesReadyToUse; + (unsigned int)hasVariantsForEmoji:(id)arg1; + (id)loadPrecomputedEmojiFlagCategory; + (id)localizedStringForKey:(id)arg1; + (int)numberOfCategories; -+ (id)stringToRegionalIndicatorString:(id)arg1; ++ (id)professionSkinToneEmojiBaseKey:(id)arg1; - (int)categoryType; - (void)dealloc; diff --git a/Frameworks/UIKit.framework/UIKeyboardEmojiCategoryBar.h b/Frameworks/UIKit.framework/UIKeyboardEmojiCategoryBar.h index a0d54d100c..9e17dd0686 100644 --- a/Frameworks/UIKit.framework/UIKeyboardEmojiCategoryBar.h +++ b/Frameworks/UIKit.framework/UIKeyboardEmojiCategoryBar.h @@ -22,6 +22,7 @@ - (id)emojiGraphicsTraits; - (struct CGRect { struct CGPoint { float x_1_1_1; float x_1_1_2; } x1; struct CGSize { float x_2_1_1; float x_2_1_2; } x2; })frameForDivider:(int)arg1; - (id)initWithFrame:(struct CGRect { struct CGPoint { float x_1_1_1; float x_1_1_2; } x1; struct CGSize { float x_2_1_1; float x_2_1_2; } x2; })arg1 keyplane:(id)arg2 key:(id)arg3; +- (void)prepareForDisplay; - (id)scrubView; - (unsigned int)selectedIndex; - (unsigned int)selectedIndexForTouches:(id)arg1; diff --git a/Frameworks/UIKit.framework/UIKeyboardEmojiGraphics.h b/Frameworks/UIKit.framework/UIKeyboardEmojiGraphics.h index ad2871b7b6..8958797b4e 100644 --- a/Frameworks/UIKit.framework/UIKeyboardEmojiGraphics.h +++ b/Frameworks/UIKit.framework/UIKeyboardEmojiGraphics.h @@ -6,7 +6,7 @@ + (BOOL)boldText; + (unsigned char)colCount:(BOOL)arg1; -+ (id)emojiCategoryImagePath:(id)arg1; ++ (id)emojiCategoryImagePath:(id)arg1 forRenderConfig:(id)arg2; + (id)emojiFontAttributes; + (id)emojiFontAttributesForPortrait:(BOOL)arg1; + (float)emojiPageControlYOffset:(BOOL)arg1; diff --git a/Frameworks/UIKit.framework/UIKeyboardEmojiKeyDisplayController.h b/Frameworks/UIKit.framework/UIKeyboardEmojiKeyDisplayController.h index 50860ca2b0..fc1cd5eee6 100644 --- a/Frameworks/UIKit.framework/UIKeyboardEmojiKeyDisplayController.h +++ b/Frameworks/UIKit.framework/UIKeyboardEmojiKeyDisplayController.h @@ -24,10 +24,14 @@ - (void)dealloc; - (void)emojiUsed:(id)arg1; - (void)emojiUsed:(id)arg1 language:(id)arg2; +- (id)emojiWithoutDuplicateRecents:(id)arg1; +- (BOOL)hasLastUsedVariantForEmojiString:(id)arg1; - (id)init; - (id)inputView; +- (id)lastUsedVariantEmojiForEmojiString:(id)arg1; - (id)lastViewedCategory; - (int)lastVisibleFirstEmojiIndexforCategory:(id)arg1; +- (id)recentEmojiAtIndex:(int)arg1 size:(unsigned int*)arg2; - (id)recents; - (int)reloadCategoryForOffsetPercentage:(float)arg1 withSender:(id)arg2; - (void)reloadForCategory:(int)arg1 withSender:(id)arg2; diff --git a/Frameworks/UIKit.framework/UIKeyboardEmojiPreferences.h b/Frameworks/UIKit.framework/UIKeyboardEmojiPreferences.h index 8a8940ffcc..fa2ff4343a 100644 --- a/Frameworks/UIKit.framework/UIKeyboardEmojiPreferences.h +++ b/Frameworks/UIKit.framework/UIKeyboardEmojiPreferences.h @@ -3,61 +3,46 @@ */ @interface UIKeyboardEmojiPreferences : NSObject { - int _currentSequence; - NSMutableDictionary * _defaults; - BOOL _isDefaultDirty; - unsigned int _maximumRecentsCount; + NSObject * _clientDispatchQueue; EMFEmojiPreferencesClient * _preferencesClient; - NSMutableArray * _recents; - NSMutableDictionary * _skinToneBaseKeyPreferences; - NSMutableDictionary * _typingNames; - NSMutableDictionary * _usageHistory; } -@property (nonatomic) int currentSequenceKey; +@property (nonatomic, readonly) BOOL hasDisplayedSkinToneHelp; @property (nonatomic) unsigned int maximumRecentsCount; @property (nonatomic, retain) NSArray *recents; @property (nonatomic) int selectedCategoryType; @property (nonatomic, retain) NSDictionary *skinToneBaseKeyPreferences; -@property (nonatomic, retain) NSDictionary *usageHistoryKey; + (id)sharedInstance; - (void)_createPreferencesClientIfNecessary; -- (void)_emojiUsed:(id)arg1 language:(id)arg2; -- (void)_readPreferencesFromDefaults; -- (void)_usageForEmoji:(id)arg1 language:(id)arg2 mode:(id)arg3; -- (int)currentSequenceKey; +- (void)_usageForEmoji:(id)arg1 language:(id)arg2 mode:(id)arg3 typingName:(id)arg4; - (void)dealloc; -- (id)defaultsValueForKey:(id)arg1; +- (void)didDisplaySkinToneHelp; - (int)emojiCategoryDefaultsIndex:(id)arg1; - (void)emojiPredicted:(id)arg1 typingName:(id)arg2 language:(id)arg3; - (void)emojiUsed:(id)arg1; - (void)emojiUsed:(id)arg1 language:(id)arg2; -- (id)emptyDefaultsDictionary; +- (id)emojiWithoutDuplicateRecents:(id)arg1; - (void)handleRead:(id)arg1; - (void)handleWrite:(id)arg1; +- (BOOL)hasDisplayedSkinToneHelp; +- (BOOL)hasLastUsedVariantForEmojiString:(id)arg1; - (id)init; +- (id)lastUsedVariantEmojiForEmojiString:(id)arg1; - (unsigned int)maximumRecentsCount; - (void)readEmojiDefaults; +- (id)recentEmojiAtIndex:(int)arg1 size:(unsigned int*)arg2; - (id)recents; -- (double)scoreForEmoji:(id)arg1; -- (double)scoreForSequence:(int)arg1; - (int)selectedCategoryType; -- (void)setCurrentSequenceKey:(int)arg1; -- (void)setDefaultsValue:(id)arg1 forKey:(id)arg2; - (void)setEmojiCategoryDefaultsIndex:(int)arg1 forCategory:(id)arg2; - (void)setMaximumRecentsCount:(unsigned int)arg1; - (void)setRecents:(id)arg1; - (void)setSelectedCategoryType:(int)arg1; - (void)setSkinToneBaseKeyPreferences:(id)arg1; -- (void)setTypingNames:(id)arg1; -- (void)setUsageHistoryKey:(id)arg1; - (id)skinToneBaseKeyPreferences; - (id)typingNameForEmoji:(id)arg1 language:(id)arg2; -- (id)typingNames; - (void)updateSkinToneBaseKey:(id)arg1 variantUsed:(id)arg2; -- (id)usageHistoryKey; - (void)writeEmojiDefaults; @end diff --git a/Frameworks/UIKit.framework/UIKeyboardImpl.h b/Frameworks/UIKit.framework/UIKeyboardImpl.h index 41032a55a9..17290199d9 100644 --- a/Frameworks/UIKit.framework/UIKeyboardImpl.h +++ b/Frameworks/UIKit.framework/UIKeyboardImpl.h @@ -228,8 +228,6 @@ + (id)normalizedInputModesFromPreference; + (struct CGPoint { float x1; float x2; })normalizedPersistentOffset; + (struct CGPoint { float x1; float x2; })normalizedPersistentOffsetIgnoringState; -+ (int)persistentDictationTargetZone; -+ (struct CGPoint { float x1; float x2; })persistentDictationWindowOffset; + (struct CGPoint { float x1; float x2; })persistentOffset; + (float)persistentSplitProgress; + (void)refreshRivenStateWithTraits:(id)arg1 isKeyboard:(BOOL)arg2; @@ -242,8 +240,6 @@ + (void)setFloating:(BOOL)arg1; + (void)setFloating:(BOOL)arg1 positionedWithLayout:(id)arg2; + (void)setParentTestForProfiling:(id)arg1; -+ (void)setPersistentDictationTargetZone:(int)arg1; -+ (void)setPersistentDictationWindowOffset:(struct CGPoint { float x1; float x2; })arg1; + (void)setPersistentOffset:(struct CGPoint { float x1; float x2; })arg1; + (void)setPersistentSplitProgress:(float)arg1; + (id)sharedInstance; @@ -743,6 +739,7 @@ - (BOOL)shouldRapidDelete; - (BOOL)shouldRapidDeleteWithDelegate; - (BOOL)shouldShowCandidateBar; +- (BOOL)shouldShowCandidateBarIfReceivedCandidatesInCurrentInputMode:(BOOL)arg1; - (BOOL)shouldSkipCandidateSelection; - (BOOL)shouldSwitchFromInputManagerMode:(id)arg1 toInputMode:(id)arg2; - (BOOL)shouldSwitchInputMode:(id)arg1; diff --git a/Frameworks/UIKit.framework/UIKeyboardPreferencesController.h b/Frameworks/UIKit.framework/UIKeyboardPreferencesController.h index d9de05ca74..29a9016823 100644 --- a/Frameworks/UIKit.framework/UIKeyboardPreferencesController.h +++ b/Frameworks/UIKit.framework/UIKeyboardPreferencesController.h @@ -8,26 +8,25 @@ + (id)sharedPreferencesController; -- (id)_domainForType:(int)arg1; +- (void)_configurePreferences; - (BOOL)boolForKey:(int)arg1; -- (BOOL)boolForKeyString:(id)arg1 domainType:(int)arg2 default:(BOOL)arg3; -- (BOOL)costlyCapture; +- (BOOL)boolForPreferenceKey:(id)arg1; - (void)dealloc; - (int)handBias; - (id)init; -- (int)intForKeyString:(id)arg1 domainType:(int)arg2 default:(int)arg3; -- (BOOL)isKeyLockedDown:(int)arg1; +- (BOOL)isPreferenceKeyLockedDown:(id)arg1; - (void)preferencesControllerChanged:(id)arg1; - (float)rivenSizeFactor:(float)arg1; - (void)saveInputModes:(id)arg1; - (void)setHandBias:(int)arg1; - (void)setLanguageAwareInputModeLastUsed:(id)arg1; - (void)setValue:(id)arg1 forKey:(int)arg2; +- (void)setValue:(id)arg1 forPreferenceKey:(id)arg2; - (BOOL)spaceConfirmationEnabled; - (void)synchronizePreferences; - (void)touchSynchronizePreferencesTimer; - (BOOL)typologyEnabled; - (id)valueForKey:(int)arg1; -- (id)valueForKeyString:(id)arg1 domainType:(int)arg2 default:(id)arg3; +- (id)valueForPreferenceKey:(id)arg1; @end diff --git a/Frameworks/UIKit.framework/UILabel.h b/Frameworks/UIKit.framework/UILabel.h index b8648a5185..72c49d97c6 100644 --- a/Frameworks/UIKit.framework/UILabel.h +++ b/Frameworks/UIKit.framework/UILabel.h @@ -33,6 +33,7 @@ int _measuredNumberOfLines; float _minimumFontSize; float _minimumScaleFactor; + float _multilineContextWidth; int _numberOfLines; float _preferredMaxLayoutWidth; float _previousBaselineOffsetFromBottom; @@ -164,6 +165,7 @@ - (void)_evaluateContentsFormat; - (id)_fallbackTextColorForUserInterfaceStyle:(int)arg1; - (float)_firstBaselineOffsetFromTop; +- (float)_firstLineBaseline; - (float)_firstLineBaselineFrameOriginY; - (float)_firstLineBaselineOffsetFromBoundsTop; - (float)_firstLineCapFrameOriginY; @@ -182,6 +184,7 @@ - (float)_maximumMarqueeTextWidth; - (int)_measuredNumberOfLines; - (float)_minimumFontSize; +- (float)_multilineContextWidth; - (BOOL)_needsDoubleUpdateConstraintsPass; - (void)_noteInstanceCustomizationForAttributedString:(id)arg1 attributes:(id)arg2; - (float)_preferredMaxLayoutWidth; @@ -203,6 +206,7 @@ - (void)_setLastLineBaselineFrameOriginY:(float)arg1; - (void)_setLineBreakMode:(int)arg1; - (void)_setMinimumFontSize:(float)arg1; +- (void)_setMultilineContextWidth:(float)arg1; - (void)_setNeedsDisplayForInvalidatedContents; - (void)_setNeedsUpdateConstraintsNeedingLayout:(BOOL)arg1; - (void)_setShadow:(id)arg1; @@ -391,6 +395,14 @@ + (id)SKUITrending_defaultTitleFont; + (id)SKUITrending_titleLabelWithElement:(id)arg1; +// Image: /System/Library/PrivateFrameworks/TVMLKit.framework/TVMLKit + +- (struct UIEdgeInsets { float x1; float x2; float x3; float x4; })tv_alignmentInsetsForExpectedWidth:(float)arg1; +- (float)tv_heightToFirstBaseline; +- (float)tv_scaledValueForValue:(float)arg1; +- (struct CGSize { float x1; float x2; })tv_textSizeForSize:(struct CGSize { float x1; float x2; })arg1; +- (struct CGSize { float x1; float x2; })tv_textSizeForWidth:(float)arg1; + // Image: /System/Library/PrivateFrameworks/UIAccessibility.framework/UIAccessibility - (BOOL)accessibilityExposeLabelAsValue; diff --git a/Frameworks/UIKit.framework/UINavigationController.h b/Frameworks/UIKit.framework/UINavigationController.h index 6edde57848..5125f2a7db 100644 --- a/Frameworks/UIKit.framework/UINavigationController.h +++ b/Frameworks/UIKit.framework/UINavigationController.h @@ -679,7 +679,6 @@ + (id)px_navigationControllerShouldUseBuiltinInteractionController:(id)arg1; - (id)px_diagnosticsItemProvidersForPoint:(struct CGPoint { float x1; float x2; })arg1 inCoordinateSpace:(id)arg2; -- (BOOL)px_isTopViewControllerDescendant:(id)arg1; - (BOOL)px_preparePopToViewController:(id)arg1 forced:(BOOL)arg2; - (id)px_snapBackController; diff --git a/Frameworks/UIKit.framework/UIPasteboard.h b/Frameworks/UIKit.framework/UIPasteboard.h index b3c1f30fea..7cfd1b272a 100644 --- a/Frameworks/UIKit.framework/UIPasteboard.h +++ b/Frameworks/UIKit.framework/UIPasteboard.h @@ -27,41 +27,19 @@ + (id)_pasteboardWithName:(id)arg1 create:(BOOL)arg2; + (id)_pasteboardWithUniqueName; -+ (id)generalPasteboard; -+ (id)pasteboardWithName:(id)arg1 create:(BOOL)arg2; -+ (id)pasteboardWithUniqueName; + (void)removePasteboardWithName:(id)arg1; -- (id)URL; -- (id)URLs; - (BOOL)_hasStrings; -- (void)addItems:(id)arg1; -- (int)changeCount; -- (id)color; -- (id)colors; -- (BOOL)containsPasteboardTypes:(id)arg1; -- (BOOL)containsPasteboardTypes:(id)arg1 inItemSet:(id)arg2; -- (id)dataForPasteboardType:(id)arg1; -- (id)dataForPasteboardType:(id)arg1 inItemSet:(id)arg2; - (BOOL)hasColors; - (BOOL)hasImages; - (BOOL)hasStrings; - (BOOL)hasURLs; -- (id)image; -- (id)images; - (BOOL)isPersistent; -- (id)itemSetWithPasteboardTypes:(id)arg1; -- (id)items; - (id)name; -- (int)numberOfItems; -- (id)pasteboardTypes; -- (id)pasteboardTypesForItemSet:(id)arg1; - (void)setColor:(id)arg1; - (void)setColors:(id)arg1; -- (void)setData:(id)arg1 forPasteboardType:(id)arg2; - (void)setImage:(id)arg1; - (void)setImages:(id)arg1; -- (void)setItems:(id)arg1; - (void)setItems:(id)arg1 options:(id)arg2; - (void)setName:(id)arg1; - (void)setPersistent:(BOOL)arg1; @@ -69,11 +47,6 @@ - (void)setStrings:(id)arg1; - (void)setURL:(id)arg1; - (void)setURLs:(id)arg1; -- (void)setValue:(id)arg1 forPasteboardType:(id)arg2; -- (id)string; -- (id)strings; -- (id)valueForPasteboardType:(id)arg1; -- (id)valuesForPasteboardType:(id)arg1 inItemSet:(id)arg2; // Image: /System/Library/Frameworks/MessageUI.framework/MessageUI @@ -122,4 +95,40 @@ - (id)objectsForPasteboardType:(id)arg1; +// Image: /System/Library/PrivateFrameworks/UIAccessibility.framework/UIAccessibility + ++ (id)_accessibilityQuickSpeakPasteboard; ++ (void)_accessibilitySetUseQuickSpeakPasteBoard:(BOOL)arg1; ++ (BOOL)_accessibilityUseQuickSpeakPasteBoard; ++ (id)generalPasteboard; ++ (id)pasteboardWithName:(id)arg1 create:(BOOL)arg2; ++ (id)pasteboardWithUniqueName; ++ (Class)safeCategoryBaseClass; + +- (id)URL; +- (id)URLs; +- (BOOL)_accessibilityShouldSwapReceiverWithQuickSpeakPasteboard; +- (void)addItems:(id)arg1; +- (int)changeCount; +- (id)color; +- (id)colors; +- (BOOL)containsPasteboardTypes:(id)arg1; +- (BOOL)containsPasteboardTypes:(id)arg1 inItemSet:(id)arg2; +- (id)dataForPasteboardType:(id)arg1; +- (id)dataForPasteboardType:(id)arg1 inItemSet:(id)arg2; +- (id)image; +- (id)images; +- (id)itemSetWithPasteboardTypes:(id)arg1; +- (id)items; +- (int)numberOfItems; +- (id)pasteboardTypes; +- (id)pasteboardTypesForItemSet:(id)arg1; +- (void)setData:(id)arg1 forPasteboardType:(id)arg2; +- (void)setItems:(id)arg1; +- (void)setValue:(id)arg1 forPasteboardType:(id)arg2; +- (id)string; +- (id)strings; +- (id)valueForPasteboardType:(id)arg1; +- (id)valuesForPasteboardType:(id)arg1 inItemSet:(id)arg2; + @end diff --git a/Frameworks/UIKit.framework/UIPreviewInteraction.h b/Frameworks/UIKit.framework/UIPreviewInteraction.h index c85f1bfe31..69f44cba0c 100644 --- a/Frameworks/UIKit.framework/UIPreviewInteraction.h +++ b/Frameworks/UIKit.framework/UIPreviewInteraction.h @@ -38,6 +38,7 @@ - (void)_attachToModalViewForRemainerOfInteraction:(id)arg1; - (BOOL)_delegateRespondsToCommitStateTransitions; - (BOOL)_delegateRespondsToPreviewStateCancellations; +- (void)_endContinuousEvaluation; - (void)_endInteractionIfNeeded; - (void)_endInteractiveStateTransitions; - (void)_endUsingFeedbackIfNeeded; diff --git a/Frameworks/UIKit.framework/UIRecentInputTableCell.h b/Frameworks/UIKit.framework/UIRecentInputTableCell.h index 91ebe565fb..82990feefc 100644 --- a/Frameworks/UIKit.framework/UIRecentInputTableCell.h +++ b/Frameworks/UIKit.framework/UIRecentInputTableCell.h @@ -5,10 +5,12 @@ @interface UIRecentInputTableCell : UITableViewCell { int _blurEffectStyle; UILabel * _floatingLabel; + UITextInputTraits * _textInputTraits; } @property (nonatomic) int blurEffectStyle; @property (nonatomic, retain) UILabel *floatingLabel; +@property (nonatomic, retain) UITextInputTraits *textInputTraits; @property (nonatomic, readonly) _UIFloatingContentView *tvFloatingView; + (id)backgroundColorForBlurEffectStyle:(int)arg1; @@ -26,6 +28,8 @@ - (void)setFloatingLabel:(id)arg1; - (void)setHighlighted:(BOOL)arg1 animated:(BOOL)arg2; - (void)setInputText:(id)arg1 withBlurStyle:(int)arg2; +- (void)setTextInputTraits:(id)arg1; +- (id)textInputTraits; - (void)traitCollectionDidChange:(id)arg1; - (id)tvFloatingView; diff --git a/Frameworks/UIKit.framework/UIRecentsInputViewController.h b/Frameworks/UIKit.framework/UIRecentsInputViewController.h index 3d86c93374..86c81105ea 100644 --- a/Frameworks/UIKit.framework/UIRecentsInputViewController.h +++ b/Frameworks/UIKit.framework/UIRecentsInputViewController.h @@ -6,6 +6,7 @@ NSString * _addNewString; NSString * _clearAllString; int _containingEffectStyle; + UILabel * _headerLabel; NSLayoutConstraint * _heightConstraint; NSString * _previouslyUsedString; * _recentInputDelegate; @@ -16,6 +17,7 @@ @property (nonatomic, retain) NSString *addNewString; @property (nonatomic, retain) NSString *clearAllString; @property (nonatomic) int containingEffectStyle; +@property (nonatomic, retain) UILabel *headerLabel; @property (nonatomic, retain) NSLayoutConstraint *heightConstraint; @property (nonatomic, retain) NSString *previouslyUsedString; @property (nonatomic) *recentInputDelegate; @@ -31,6 +33,7 @@ - (int)containingEffectStyle; - (void)didSelectButtonAtIndexPath:(id)arg1; - (void)ensureConstraints; +- (id)headerLabel; - (id)heightConstraint; - (id)indexPathForPreferredFocusedViewInTableView:(id)arg1; - (int)numberOfSectionsInTableView:(id)arg1; @@ -42,6 +45,7 @@ - (void)setAddNewString:(id)arg1; - (void)setClearAllString:(id)arg1; - (void)setContainingEffectStyle:(int)arg1; +- (void)setHeaderLabel:(id)arg1; - (void)setHeightConstraint:(id)arg1; - (void)setPreviouslyUsedString:(id)arg1; - (void)setRecentInputDelegate:(id)arg1; @@ -55,6 +59,7 @@ - (float)tableView:(id)arg1 heightForHeaderInSection:(int)arg2; - (int)tableView:(id)arg1 numberOfRowsInSection:(int)arg2; - (id)tableView:(id)arg1 titleForHeaderInSection:(int)arg2; +- (void)traitCollectionDidChange:(id)arg1; - (void)updateTableViewWidth; - (void)viewDidLoad; - (id)widthConstraint; diff --git a/Frameworks/UIKit.framework/UIResponder.h b/Frameworks/UIKit.framework/UIResponder.h index a77f7004bc..234b64114e 100644 --- a/Frameworks/UIKit.framework/UIResponder.h +++ b/Frameworks/UIKit.framework/UIResponder.h @@ -213,7 +213,6 @@ - (BOOL)becomeFirstResponder; - (void)beginSelectionChange; - (BOOL)canBecomeFirstResponder; -- (BOOL)canPerformAction:(SEL)arg1 withSender:(id)arg2; - (BOOL)canResignFirstResponder; - (void)dealloc; - (void)decodeRestorableStateWithCoder:(id)arg1; @@ -267,6 +266,12 @@ - (void)updateUserActivityState:(id)arg1; - (id)userActivity; +// Image: /System/Library/AccessibilityBundles/QuickSpeak.bundle/QuickSpeak + ++ (Class)safeCategoryBaseClass; + +- (BOOL)canPerformAction:(SEL)arg1 withSender:(id)arg2; + // Image: /System/Library/PrivateFrameworks/ChatKit.framework/ChatKit + (id)currentFirstResponder; @@ -281,6 +286,10 @@ - (id)_SKUIView; +// Image: /System/Library/PrivateFrameworks/TVMLKit.framework/TVMLKit + +- (void)tvmlkit_handleEvent:(id)arg1 forElement:(id)arg2 andSourceView:(id)arg3; + // Image: /System/Library/PrivateFrameworks/ToneKit.framework/ToneKit - (id)tk_firstViewControllerInResponderChain; diff --git a/Frameworks/UIKit.framework/UIScrollViewPanGestureRecognizer.h b/Frameworks/UIKit.framework/UIScrollViewPanGestureRecognizer.h index 669c1bbc3c..f2b2a50eef 100644 --- a/Frameworks/UIKit.framework/UIScrollViewPanGestureRecognizer.h +++ b/Frameworks/UIKit.framework/UIScrollViewPanGestureRecognizer.h @@ -5,7 +5,6 @@ @interface UIScrollViewPanGestureRecognizer : UIPanGestureRecognizer { unsigned int _caughtDeceleratingScrollView; unsigned int _directionalLockEnabled; - unsigned int _hasChildScrollView; unsigned int _hasParentScrollView; unsigned int _lastLockingAxis; unsigned int _lockingAxis; diff --git a/Frameworks/UIKit.framework/UISearchBar.h b/Frameworks/UIKit.framework/UISearchBar.h index 9d45510a89..03b85f0144 100644 --- a/Frameworks/UIKit.framework/UISearchBar.h +++ b/Frameworks/UIKit.framework/UISearchBar.h @@ -164,6 +164,7 @@ - (float)_availableBoundsWidth; - (float)_availableBoundsWidthForSize:(struct CGSize { float x1; float x2; })arg1; - (unsigned int)_backdropStyle; +- (id)_backgroundBlurEffectForPresentation; - (id)_backgroundView; - (float)_barHeightForBarMetrics:(int)arg1; - (int)_barMetricsForOrientation:(int)arg1; diff --git a/Frameworks/UIKit.framework/UISearchBarTextField.h b/Frameworks/UIKit.framework/UISearchBarTextField.h index 533be3fec2..8d0dc7535b 100644 --- a/Frameworks/UIKit.framework/UISearchBarTextField.h +++ b/Frameworks/UIKit.framework/UISearchBarTextField.h @@ -25,6 +25,7 @@ - (struct CGRect { struct CGPoint { float x_1_1_1; float x_1_1_2; } x1; struct CGSize { float x_2_1_1; float x_2_1_2; } x2; })_availableTextRectForBounds:(struct CGRect { struct CGPoint { float x_1_1_1; float x_1_1_2; } x1; struct CGSize { float x_2_1_1; float x_2_1_2; } x2; })arg1 forEditing:(BOOL)arg2; - (void)_becomeFirstResponder; - (BOOL)_becomeFirstResponderWhenPossible; +- (int)_blurEffectStyle; - (struct CGRect { struct CGPoint { float x_1_1_1; float x_1_1_2; } x1; struct CGSize { float x_2_1_1; float x_2_1_2; } x2; })_bookmarkViewRectForBounds:(struct CGRect { struct CGPoint { float x_1_1_1; float x_1_1_2; } x1; struct CGSize { float x_2_1_1; float x_2_1_2; } x2; })arg1; - (void)_clearBackgroundViews; - (id)_clearButtonImageForState:(unsigned int)arg1; @@ -45,11 +46,13 @@ - (void)_setPreventSelectionViewActivation:(BOOL)arg1; - (void)_setSearchTextOffetValue:(id)arg1; - (BOOL)_shouldCenterPlaceholder; +- (BOOL)_shouldDetermineInterfaceStyleTextColor; - (BOOL)_shouldSendContentChangedNotificationsIfOnlyMarkedTextChanged; - (struct CGRect { struct CGPoint { float x_1_1_1; float x_1_1_2; } x1; struct CGSize { float x_2_1_1; float x_2_1_2; } x2; })_suffixFrame; - (int)_suffixLabelTextAlignment; - (Class)_systemBackgroundViewClass; - (int)_textInputSource; +- (id)_tvDefaultTextColor; - (void)_updateBackgroundView:(id)arg1 withStyle:(unsigned int)arg2 filter:(id)arg3; - (void)_updateBackgroundViewsAnimated:(BOOL)arg1; - (BOOL)canBecomeFirstResponder; diff --git a/Frameworks/UIKit.framework/UISubTest.h b/Frameworks/UIKit.framework/UISubTest.h index 65eeb7fcf2..dcc68723aa 100644 --- a/Frameworks/UIKit.framework/UISubTest.h +++ b/Frameworks/UIKit.framework/UISubTest.h @@ -3,6 +3,7 @@ */ @interface UISubTest : NSObject { + NSMutableDictionary * _data; NSMutableArray * _fps; BOOL _showFps; BOOL _showTime; @@ -12,9 +13,14 @@ NSMutableArray * _time; } +@property (readonly) NSNumber *startTime; + - (void).cxx_destruct; +- (id)getObjectForKey:(id)arg1; - (id)initWithName:(id)arg1 metrics:(id)arg2; - (id)outputData; +- (void)setObject:(id)arg1 forKey:(id)arg2; +- (id)startTime; - (void)startWithFrameCount:(id)arg1; - (void)stopWithFrameCount:(id)arg1; diff --git a/Frameworks/UIKit.framework/UISwitchVisualElement.h b/Frameworks/UIKit.framework/UISwitchVisualElement.h index be17c2cdf0..c0f2696915 100644 --- a/Frameworks/UIKit.framework/UISwitchVisualElement.h +++ b/Frameworks/UIKit.framework/UISwitchVisualElement.h @@ -12,7 +12,7 @@ @property (nonatomic) BOOL enabled; @property (nonatomic) float enabledAlpha; @property (nonatomic, retain) _UIFeedbackImpactBehavior *impactFeedbackBehavior; -@property (nonatomic, retain) *switchControl; +@property (nonatomic) *switchControl; + (struct CGSize { float x1; float x2; })preferredContentSize; diff --git a/Frameworks/UIKit.framework/UISwitchiOS6VisualElement.h b/Frameworks/UIKit.framework/UISwitchiOS6VisualElement.h index ace16e09ae..5c044a9782 100644 --- a/Frameworks/UIKit.framework/UISwitchiOS6VisualElement.h +++ b/Frameworks/UIKit.framework/UISwitchiOS6VisualElement.h @@ -71,6 +71,7 @@ - (void)setFrame:(struct CGRect { struct CGPoint { float x_1_1_1; float x_1_1_2; } x1; struct CGSize { float x_2_1_1; float x_2_1_2; } x2; })arg1; - (void)setOffImage:(id)arg1; - (void)setOn:(BOOL)arg1; +- (void)setOn:(BOOL)arg1 animated:(BOOL)arg2; - (void)setOnImage:(id)arg1; - (void)setOnTintColor:(id)arg1; - (void)setPanGesture:(id)arg1; diff --git a/Frameworks/UIKit.framework/UISystemInputViewController.h b/Frameworks/UIKit.framework/UISystemInputViewController.h index 62930b4b11..e4822cf528 100644 --- a/Frameworks/UIKit.framework/UISystemInputViewController.h +++ b/Frameworks/UIKit.framework/UISystemInputViewController.h @@ -7,7 +7,7 @@ NSMutableDictionary * _accessoryViewControllers; int _blurEffectStyle; UILexicon * _cachedRecents; - UITraitCollection * _containingResponderTraitCollection; + UIResponder * _containingResponder; UIView * _containingView; UIView * _contentLayoutView; BOOL _didDisplayRecents; @@ -37,7 +37,7 @@ @property (nonatomic, retain) UILabel *_promptLabel; @property (nonatomic) int blurEffectStyle; @property (nonatomic, retain) UILexicon *cachedRecents; -@property (nonatomic, retain) UITraitCollection *containingResponderTraitCollection; +@property (nonatomic, retain) UIResponder *containingResponder; @property (nonatomic, retain) UIView *containingView; @property (nonatomic, retain) UIView *contentLayoutView; @property (readonly, copy) NSString *debugDescription; @@ -96,7 +96,7 @@ - (void)configureRecentsVCIfNecessary; - (id)constraintFromView:(id)arg1 attribute:(int)arg2 toView:(id)arg3 attribute:(int)arg4; - (id)constraintsForEdge:(int)arg1; -- (id)containingResponderTraitCollection; +- (id)containingResponder; - (id)containingView; - (id)contentLayoutView; - (void)dealloc; @@ -131,7 +131,7 @@ - (void)setBlurEffectStyle:(int)arg1; - (void)setCachedRecents:(id)arg1; - (void)setConstraints:(id)arg1 forEdge:(int)arg2; -- (void)setContainingResponderTraitCollection:(id)arg1; +- (void)setContainingResponder:(id)arg1; - (void)setContainingView:(id)arg1; - (void)setContentLayoutView:(id)arg1; - (void)setDidDisplayRecents:(BOOL)arg1; diff --git a/Frameworks/UIKit.framework/UITabBar.h b/Frameworks/UIKit.framework/UITabBar.h index beea82c16d..9597d85fab 100644 --- a/Frameworks/UIKit.framework/UITabBar.h +++ b/Frameworks/UIKit.framework/UITabBar.h @@ -177,7 +177,6 @@ - (int)_tabBarSizing; - (float)_tabButtonWidth; - (float)_totalDimensionForItems:(id)arg1 spacing:(float)arg2 dimension:(float)arg3 scaleFactor:(float)arg4; -- (void)_updateBackgroundColorForTraitCollection:(id)arg1; - (void)_updateTabBarItemView:(id)arg1; - (void)_updateTintedImages:(id)arg1 selected:(BOOL)arg2; - (BOOL)_vibrantLabels; diff --git a/Frameworks/UIKit.framework/UITableViewCell.h b/Frameworks/UIKit.framework/UITableViewCell.h index afa55c05a1..7d73a006a5 100644 --- a/Frameworks/UIKit.framework/UITableViewCell.h +++ b/Frameworks/UIKit.framework/UITableViewCell.h @@ -608,7 +608,9 @@ // Image: /System/Library/Frameworks/ContactsUI.framework/ContactsUI +- (void)_cnui_applyCommonContactStyle:(id)arg1; - (void)_cnui_applyContactStyle; +- (void)_cnui_applySelectedBackgroundViewStyle:(id)arg1; // Image: /System/Library/Frameworks/SafariServices.framework/SafariServices diff --git a/Frameworks/UIKit.framework/UITextField.h b/Frameworks/UIKit.framework/UITextField.h index 627017c5de..f57d81679a 100644 --- a/Frameworks/UIKit.framework/UITextField.h +++ b/Frameworks/UIKit.framework/UITextField.h @@ -237,6 +237,7 @@ - (id)_baselineLayoutLabel; - (struct CGRect { struct CGPoint { float x_1_1_1; float x_1_1_2; } x1; struct CGSize { float x_2_1_1; float x_2_1_2; } x2; })_baselineLeftViewRectForBounds:(struct CGRect { struct CGPoint { float x_1_1_1; float x_1_1_2; } x1; struct CGSize { float x_2_1_1; float x_2_1_2; } x2; })arg1; - (void)_becomeFirstResponder; +- (int)_blurEffectStyle; - (int)_blurEffectStyleForAppearance; - (BOOL)_blurEnabled; - (BOOL)_canDrawContent; @@ -359,6 +360,7 @@ - (void)_setSystemBackgroundViewActive:(BOOL)arg1; - (void)_setUpBaselineLayoutConstraintsForBounds:(struct CGRect { struct CGPoint { float x_1_1_1; float x_1_1_2; } x1; struct CGSize { float x_2_1_1; float x_2_1_2; } x2; })arg1; - (void)_share:(id)arg1; +- (BOOL)_shouldDetermineInterfaceStyleTextColor; - (BOOL)_shouldEndEditing; - (BOOL)_shouldObscureInput; - (BOOL)_shouldSendContentChangedNotificationsIfOnlyMarkedTextChanged; @@ -699,6 +701,13 @@ - (void)willDetachFieldEditor:(id)arg1; - (void)willMoveToWindow:(id)arg1; +// Image: /System/Library/AccessibilityBundles/QuickSpeak.bundle/QuickSpeak + ++ (Class)safeCategoryBaseClass; + +- (id)_accessibilityQuickSpeakContent; +- (BOOL)_accessibilitySystemShouldShowSpeakBubbleCommon; + // Image: /System/Library/Frameworks/ContactsUI.framework/ContactsUI - (void)_cnui_applyContactStyle; diff --git a/Frameworks/UIKit.framework/UITextView.h b/Frameworks/UIKit.framework/UITextView.h index 7425437317..288d594102 100644 --- a/Frameworks/UIKit.framework/UITextView.h +++ b/Frameworks/UIKit.framework/UITextView.h @@ -37,6 +37,7 @@ NSLayoutManager * _layoutManager; id _linkInteractionItem; NSDictionary * _linkTextAttributes; + float _multilineContextWidth; float _offsetFromScrollPosition; UILabel * _placeholderLabel; float _preferredMaxLayoutWidth; @@ -216,6 +217,7 @@ - (void)_layoutPlaceholder; - (id)_linkTextAttributesForLink:(id)arg1 forCharacterAtIndex:(unsigned int)arg2; - (BOOL)_mightHaveSelection; +- (float)_multilineContextWidth; - (BOOL)_needsDoubleUpdateConstraintsPass; - (void)_observedTextViewDidChange:(id)arg1; - (BOOL)_ownsInputAccessoryView; @@ -256,6 +258,7 @@ - (void)_setFrameOrBounds:(struct CGRect { struct CGPoint { float x_1_1_1; float x_1_1_2; } x1; struct CGSize { float x_2_1_1; float x_2_1_2; } x2; })arg1 fromOldRect:(struct CGRect { struct CGPoint { float x_1_1_1; float x_1_1_2; } x1; struct CGSize { float x_2_1_1; float x_2_1_2; } x2; })arg2 settingAction:(id /* block */)arg3; - (void)_setFreezeTextContainerSize:(BOOL)arg1; - (void)_setInteractiveTextSelectionDisabled:(BOOL)arg1; +- (void)_setMultilineContextWidth:(float)arg1; - (void)_setPreferredMaxLayoutWidth:(float)arg1; - (void)_setTextColor:(id)arg1; - (void)_setWhitelistedTypingAttributes:(id)arg1; diff --git a/Frameworks/UIKit.framework/UIView.h b/Frameworks/UIKit.framework/UIView.h index db54860bf7..86033504b0 100644 --- a/Frameworks/UIKit.framework/UIView.h +++ b/Frameworks/UIKit.framework/UIView.h @@ -117,6 +117,7 @@ unsigned int systemLayoutFittingSizeNeedsUpdate : 1; unsigned int systemLayoutFittingSizeNeedsUpdateInWholeSubtree : 1; unsigned int isCalculatingSystemLayoutFittingSize : 1; + unsigned int suppressEncapsulationConstraints : 1; unsigned int stayHiddenAwaitingReuse : 1; unsigned int stayHiddenAfterReuse : 1; unsigned int skippedLayoutWhileHiddenForReuse : 1; @@ -217,6 +218,7 @@ @property (setter=_setMayRemainFocused:, nonatomic) BOOL _mayRemainFocused; @property (nonatomic, readonly, retain) NSISVariable *_minXVariable; @property (nonatomic, readonly, retain) NSISVariable *_minYVariable; +@property (setter=_setMultilineContextWidth:, nonatomic) float _multilineContextWidth; @property (nonatomic, readonly, retain) NSMutableArray *_mutableLayoutArrangements; @property (nonatomic, readonly, retain) NSMutableArray *_mutableLayoutGuides; @property (setter=_setNeedsContentsFormatUpdate:, nonatomic) BOOL _needsContentsFormatUpdate; @@ -551,7 +553,7 @@ - (id)_boundsWidthVariable; - (BOOL)_cachedTraitCollectionIsValid; - (float)_calculatedIntrinsicHeight; -- (struct CGSize { float x1; float x2; })_calculatedSystemLayoutSizeFittingSize:(struct CGSize { float x1; float x2; })arg1 withHorizontalFittingPriority:(float)arg2 verticalFittingPriority:(float)arg3 hasIntentionallyCollapsedHeight:(BOOL*)arg4 shouldFlush:(BOOL)arg5; +- (struct CGSize { float x1; float x2; })_calculatedSystemLayoutSizeFittingSize:(struct CGSize { float x1; float x2; })arg1 withHorizontalFittingPriority:(float)arg2 verticalFittingPriority:(float)arg3 hasIntentionallyCollapsedHeight:(BOOL*)arg4; - (BOOL)_canBeParentTraitEnvironment; - (BOOL)_canBeReusedInPickerView; - (BOOL)_canBecomeFirstResponderWhenPossible; @@ -683,6 +685,7 @@ - (void)_endSuspendingMotionEffects; - (struct CGRect { struct CGPoint { float x_1_1_1; float x_1_1_2; } x1; struct CGSize { float x_2_1_1; float x_2_1_2; } x2; })_engineFrameAtScreenScaleForItem:(id)arg1 inEngine:(id)arg2; - (void)_engineHostConstraints_frameDidChange; +- (id)_engineHostingWidthConstraint; - (void)_enumerateDescendentViews:(id /* block */)arg1; - (void)_evaluateContentsFormat; - (BOOL)_fakeShouldAnimatePropertyWithKey:(id)arg1; @@ -841,7 +844,7 @@ - (id)_lowerExpressionOneLevelWithCurrentXExpression:(id)arg1 YExpression:(id)arg2 vertical:(BOOL)arg3 container:(id)arg4; - (void)_makeSubtreePerformSelector:(SEL)arg1 withObject:(id)arg2; - (void)_makeSubtreePerformSelector:(SEL)arg1 withObject:(id)arg2 withObject:(id)arg3 copySublayers:(BOOL)arg4; -- (void)_makeTemporaryInternalConstraintsWithEngine:(id)arg1 ignoreAutoresizingMaskConstraints:(BOOL)arg2 returningConstraintsForViewsNeedingSecondPass:(id*)arg3; +- (void)_makeTemporaryInternalConstraintsWithEngine:(id)arg1 ignoreAutoresizingMaskConstraints:(BOOL)arg2 returningConstraintsForViewsNeedingSecondPass:(id*)arg3 currentTargetWidth:(float)arg4; - (void)_markClippingDetected; - (id)_maskView; - (BOOL)_mayRemainFocused; @@ -852,6 +855,7 @@ - (id)_motionEffects; - (BOOL)_motionEffectsAreSuspended; - (void)_movedToFront; +- (float)_multilineContextWidth; - (id)_mutableLayoutArrangements; - (id)_mutableLayoutArrangementsCreateIfNecessary; - (id)_mutableLayoutGuides; @@ -920,7 +924,7 @@ - (BOOL)_recordBaselineLoweringInfo; - (void)_recordConstraintBrokenWhileUnsatisfiableConstraintsLoggingSuspended:(id)arg1; - (id)_recursiveAutolayoutTraceAtLevel:(int)arg1; -- (void)_recursiveCollectTemporaryInternalConstraintsWithEngine:(id)arg1 ignoreAutoresizingMaskConstraints:(BOOL)arg2 returningConstraintsForViewsNeedingSecondPass:(id*)arg3; +- (void)_recursiveCollectTemporaryInternalConstraintsWithEngine:(id)arg1 ignoreAutoresizingMaskConstraints:(BOOL)arg2 returningConstraintsForViewsNeedingSecondPass:(id*)arg3 currentTargetWidth:(float)arg4; - (id)_recursiveConstraintsTraceAtLevel:(int)arg1; - (void)_recursiveInvalidateDescendantsNeedingDoubleUpdateConstraints; - (id)_recursiveLayoutEngineDescription; @@ -1046,6 +1050,7 @@ - (void)_setMaskView:(id)arg1; - (void)_setMayRemainFocused:(BOOL)arg1; - (void)_setMonitorsSubtree:(BOOL)arg1; +- (void)_setMultilineContextWidth:(float)arg1; - (void)_setNeedsContentsFormatUpdate; - (void)_setNeedsContentsFormatUpdate:(BOOL)arg1; - (void)_setNeedsNonDeferredFocusUpdate; @@ -1163,9 +1168,9 @@ - (void)_updateBackdropMaskViewsInScrollView:(id)arg1; - (void)_updateConstraintsAsNecessaryAndApplyLayoutFromEngine; - (void)_updateConstraintsAtEngineLevelIfNeeded; -- (void)_updateConstraintsAtEngineLevelIfNeededPostponeVariableChangeNotifications:(BOOL)arg1; +- (void)_updateConstraintsAtEngineLevelIfNeededWithViewForVariableChangeNotifications:(id)arg1; - (void)_updateConstraintsIfNeededCollectingViews:(id)arg1 forSecondPass:(BOOL)arg2; -- (void)_updateConstraintsIfNeededPostponeVariableChangeNotifications:(BOOL)arg1; +- (void)_updateConstraintsIfNeededWithViewForVariableChangeNotifications:(id)arg1; - (void)_updateContentSizeConstraints; - (void)_updateDirectionalConstraintsIfNeeded; - (void)_updateInferredLayoutMargins; @@ -2196,6 +2201,43 @@ - (id)_SKUIView; - (id)skui_apparentBackgroundColor; +// Image: /System/Library/PrivateFrameworks/TVMLKit.framework/TVMLKit + +- (void)didSelect; +- (void)setSelected:(BOOL)arg1 animated:(BOOL)arg2; +- (void)setSelected:(BOOL)arg1 animated:(BOOL)arg2 withAnimationCoordinator:(id)arg3; +- (void)setValue:(id)arg1 forTVViewStyle:(id)arg2; +- (void)transferLayoutStylesFromElement:(id)arg1; +- (id)tv_AccessibilityText; +- (int)tv_alignment; +- (struct UIEdgeInsets { float x1; float x2; float x3; float x4; })tv_alignmentInsetsForExpectedWidth:(float)arg1; +- (id)tv_backgroundColor; +- (int)tv_contentAlignment; +- (unsigned int)tv_elementType; +- (struct UIEdgeInsets { float x1; float x2; float x3; float x4; })tv_focusMargin; +- (id)tv_highlightColor; +- (float)tv_interitemSpacing; +- (float)tv_itemHeight; +- (float)tv_itemWidth; +- (float)tv_lineSpacing; +- (struct UIEdgeInsets { float x1; float x2; float x3; float x4; })tv_margin; +- (BOOL)tv_marqueeOnHighlight; +- (float)tv_maxHeight; +- (float)tv_maxWidth; +- (float)tv_minHeight; +- (float)tv_minWidth; +- (struct UIEdgeInsets { float x1; float x2; float x3; float x4; })tv_padding; +- (int)tv_position; +- (void)tv_setAccessibilityText:(id)arg1; +- (void)tv_setSiriData:(id)arg1; +- (void)tv_setValue:(id)arg1 forTVViewTag:(id)arg2; +- (BOOL)tv_showOnHighlight; +- (id)tv_siriData; +- (struct CGSize { float x1; float x2; })tv_sizeThatFits:(struct CGSize { float x1; float x2; })arg1; +- (struct CGSize { float x1; float x2; })tv_sizeThatFits:(struct CGSize { float x1; float x2; })arg1 withSizeCalculation:(id /* block */)arg2; +- (id)tv_valueForTVViewTag:(id)arg1; +- (id)valueForTVViewStyle:(id)arg1; + // Image: /System/Library/PrivateFrameworks/TelephonyUI.framework/TelephonyUI + (void)tpSetSemanticContentAttribute_recursive:(int)arg1 startingAtView:(id)arg2; @@ -2292,6 +2334,13 @@ - (void)rc_showAllViewBoundsRecursively:(BOOL)arg1; - (void)rc_updateConstraintsAndLayoutSubtree; +// Image: /System/Library/PrivateFrameworks/Widgets.framework/Widgets + +- (void)_wg_innerWalkSubviewTreeWithBlock:(id /* block */)arg1 stop:(BOOL*)arg2; +- (BOOL)wg_imageContentsDrawWithinBounds; +- (BOOL)wg_supportsBottomCornerRadiusGivenRootView:(id)arg1 withCornerRadius:(float)arg2 supportedCorners:(unsigned int*)arg3; +- (void)wg_walkSubviewTreeWithBlock:(id /* block */)arg1; + // Image: /System/Library/PrivateFrameworks/iTunesStoreUI.framework/iTunesStoreUI - (id)_firstDescendantOfKind:(Class)arg1; diff --git a/Frameworks/UIKit.framework/UIViewAnimationState.h b/Frameworks/UIKit.framework/UIViewAnimationState.h index 399175a88d..775141401b 100644 --- a/Frameworks/UIKit.framework/UIViewAnimationState.h +++ b/Frameworks/UIKit.framework/UIViewAnimationState.h @@ -22,6 +22,7 @@ int _didEndCount; SEL _didEndSelector; BOOL _disallowAdditiveAnimations; + unsigned int _disallowCaptureWithinPropertyAnimator; double _duration; int _filter; float _filterValue; diff --git a/Frameworks/UIKit.framework/UIViewController.h b/Frameworks/UIKit.framework/UIViewController.h index b9b5a17e19..43c7d22a01 100644 --- a/Frameworks/UIKit.framework/UIViewController.h +++ b/Frameworks/UIKit.framework/UIViewController.h @@ -369,6 +369,7 @@ @property (nonatomic, readonly, retain) <_UILayoutItem> *topLayoutGuide; @property (nonatomic, readonly) UITraitCollection *traitCollection; @property (nonatomic) *transitioningDelegate; +@property (setter=tv_setIdentifier:, nonatomic, copy) NSString *tvIdentifier; @property (nonatomic, retain) UIView *view; @property (nonatomic, readonly) SUViewControllerFactory *viewControllerFactory; @property (nonatomic, readonly) UIView *viewIfLoaded; @@ -1533,6 +1534,7 @@ - (BOOL)px_canPerformPinchTransitionWithMasterViewController:(id)arg1; - (BOOL)px_canPerformZoomTransitionWithDetailViewController:(id)arg1; - (BOOL)px_canPerformZoomTransitionWithMasterViewController:(id)arg1; +- (BOOL)px_canPresentViewControllerAnimated:(BOOL)arg1; - (id)px_defaultTransitionEndPoint; - (id)px_diagnosticsItemProvidersForPoint:(struct CGPoint { float x1; float x2; })arg1 inCoordinateSpace:(id)arg2; - (void)px_enableBarAppearance; @@ -1542,6 +1544,7 @@ - (void)px_enumerateDescendantViewControllersWithOptions:(unsigned int)arg1 usingBlock:(id /* block */)arg2; - (id)px_extendedTraitCollection; - (id)px_gridPresentation; +- (BOOL)px_isDescendantOfViewController:(id)arg1; - (BOOL)px_isSnapBackDestination; - (BOOL)px_isVisible; - (id)px_oneUpPresentation; @@ -1579,6 +1582,17 @@ - (void)setNeedsScrollingSegmentContentScrollViewUpdate; - (void)setSKUIStackedBarSplit:(float)arg1; +// Image: /System/Library/PrivateFrameworks/TVMLKit.framework/TVMLKit + +- (id)customAnimatorForNavigationControllerOperation:(int)arg1 fromViewController:(id)arg2; +- (id)customAnimatorForNavigationControllerOperation:(int)arg1 toViewController:(id)arg2; +- (id)tvIdentifier; +- (float)tv_containedBottomLayoutGuideLength; +- (float)tv_containedTopLayoutGuideLength; +- (void)tv_setIdentifier:(id)arg1; +- (void)tv_updateViewLayout; +- (void)tvmlkit_setNeedsNavigationBarAppearanceUpdate; + // Image: /System/Library/PrivateFrameworks/UserNotificationsUIKit.framework/UserNotificationsUIKit - (id)longLookPresentationController; diff --git a/Frameworks/UIKit.framework/UIViewPropertyAnimator.h b/Frameworks/UIKit.framework/UIViewPropertyAnimator.h index cf0a685afc..14a16abb6f 100644 --- a/Frameworks/UIKit.framework/UIViewPropertyAnimator.h +++ b/Frameworks/UIKit.framework/UIViewPropertyAnimator.h @@ -167,8 +167,8 @@ - (void)observeValueForKeyPath:(id)arg1 ofObject:(id)arg2 change:(id)arg3 context:(void*)arg4; - (void)pauseAnimation; - (void)pauseAnimationTransiently; -- (void)reverseAnimation; -- (void)reverseAnimationWithTimingParameters:(id)arg1 durationFactor:(float)arg2; +- (void)reverseAnimation:(BOOL)arg1; +- (void)reverseAnimation:(BOOL)arg1 withTimingParameters:(id)arg2 durationFactor:(float)arg3; - (void)setAnimationDescriptionMap:(id)arg1; - (void)setFractionComplete:(float)arg1; - (void)setInternalDuration:(double)arg1; diff --git a/Frameworks/UIKit.framework/UIVisualEffectView.h b/Frameworks/UIKit.framework/UIVisualEffectView.h index bc78c56760..ee4fe81312 100644 --- a/Frameworks/UIKit.framework/UIVisualEffectView.h +++ b/Frameworks/UIKit.framework/UIVisualEffectView.h @@ -5,6 +5,7 @@ @interface UIVisualEffectView : UIView { BOOL __blurDisabled; _UIVisualEffectBackdropView * _backdropSubview; + float _backdropViewBackgroundColorAlpha; _UIVisualEffectFilterView * _colorBurnSubview; _UIVisualEffectFilterView * _colorSubview; _UIVisualEffectContentView * _contentView; @@ -26,6 +27,7 @@ UIVisualEffect * _overrideEffect; } +@property (getter=_backdropViewBackgroundColorAlpha, setter=_setBackdropViewBackgroundColorAlpha:, nonatomic) float _backdropViewBackgroundColorAlpha; @property (getter=_isBlurDisabled, setter=_setBlurDisabled:, nonatomic) BOOL _blurDisabled; @property (setter=_setCornerRadius:, nonatomic) float _cornerRadius; @property (nonatomic, readonly) NSArray *_effectViews; @@ -42,6 +44,7 @@ - (void)_applyCornerRadiusToSubviews; - (void)_applyGroupNameToSubviews; - (id)_backdropSubview; +- (float)_backdropViewBackgroundColorAlpha; - (void)_commonInit; - (void)_configureBackgroundColorForEffectIfNeeded; - (void)_configureForCurrentEffect; @@ -57,6 +60,7 @@ - (id)_maskViewImageMask; - (void)_populateArchivedSubviews:(id)arg1; - (void)_rebuildEffectViewForCurrentEffect; +- (void)_setBackdropViewBackgroundColorAlpha:(float)arg1; - (void)_setBlurDisabled:(BOOL)arg1; - (void)_setContinuousCornerRadius:(float)arg1; - (void)_setCornerRadius:(float)arg1; diff --git a/Frameworks/UIKit.framework/UIWebView.h b/Frameworks/UIKit.framework/UIWebView.h index ad534227f8..c343544db0 100644 --- a/Frameworks/UIKit.framework/UIWebView.h +++ b/Frameworks/UIKit.framework/UIWebView.h @@ -211,6 +211,14 @@ - (void)webViewMainFrameDidFirstVisuallyNonEmptyLayoutInFrame:(id)arg1; - (void)webViewSupportedOrientationsUpdated:(id)arg1; +// Image: /System/Library/AccessibilityBundles/QuickSpeak.bundle/QuickSpeak + ++ (Class)safeCategoryBaseClass; + +- (void)_accessibilityPauseSpeaking:(id)arg1; +- (void)_accessibilitySpeak:(id)arg1; +- (id)_accessibilitySpeakSelectionTextInputResponder; + // Image: /System/Library/PrivateFrameworks/HelpKit.framework/HelpKit - (int)highlightAllOccurencesOfTokens:(id)arg1; diff --git a/Frameworks/UIKit.framework/UIWindow.h b/Frameworks/UIKit.framework/UIWindow.h index 2944700d3c..4d99f146f2 100644 --- a/Frameworks/UIKit.framework/UIWindow.h +++ b/Frameworks/UIKit.framework/UIWindow.h @@ -443,7 +443,7 @@ - (void)_unregisterScrollToTopView:(id)arg1; - (void)_unregisterViewForSubtreeMonitoring:(id)arg1; - (void)_updateAppTintView; -- (void)_updateConstraintsIfNeededPostponeVariableChangeNotifications:(BOOL)arg1; +- (void)_updateConstraintsIfNeededWithViewForVariableChangeNotifications:(id)arg1; - (void)_updateCurrentTintView; - (void)_updateCurrentTintViewForPotentialTintView:(id)arg1; - (void)_updateInterfaceOrientationFromActiveInterfaceOrientation; diff --git a/Frameworks/UIKit.framework/_UICAPackageView.h b/Frameworks/UIKit.framework/_UICAPackageView.h index 9c421acc52..540c2fef87 100644 --- a/Frameworks/UIKit.framework/_UICAPackageView.h +++ b/Frameworks/UIKit.framework/_UICAPackageView.h @@ -7,8 +7,6 @@ NSArray * _rootViews; } -// Image: /System/Library/Frameworks/UIKit.framework/UIKit - + (id)_newViewHierarchyFrom:(id)arg1 publishedObjectViewClassMap:(id)arg2 into:(id)arg3; + (BOOL)_shouldCatchDecodingExceptions; + (void)loadPackageViewWithContentsOfURL:(id)arg1 publishedObjectViewClassMap:(id)arg2 completion:(id /* block */)arg3; @@ -21,10 +19,4 @@ - (id)publishedObjectWithName:(id)arg1; - (id)publishedViewWithName:(id)arg1; -// Image: /System/Library/PrivateFrameworks/Widgets.framework/Widgets - -- (id)sb_debugLabel; -- (void)wg_setShowsDebugLabel:(BOOL)arg1; -- (BOOL)wg_showsDebugLabel; - @end diff --git a/Frameworks/UIKit.framework/_UIContentSizeCategoryPreferenceSystem.h b/Frameworks/UIKit.framework/_UIContentSizeCategoryPreferenceSystem.h new file mode 100644 index 0000000000..bc8bc6a951 --- /dev/null +++ b/Frameworks/UIKit.framework/_UIContentSizeCategoryPreferenceSystem.h @@ -0,0 +1,22 @@ +/* Generated by RuntimeBrowser + Image: /System/Library/Frameworks/UIKit.framework/UIKit + */ + +@interface _UIContentSizeCategoryPreferenceSystem : UIContentSizeCategoryPreference { + BOOL _applicationOverridesPreferredContentSizeCategory; + BOOL _didCheckForPreferredContentSizeCategoryOverride; + BOOL _observingNotification; +} + +- (void)_beginObservingPreferredContentSizeChangedNotification; +- (void)_endObservingPreferredContentSizeChangedNotification; +- (void)_postContentSizeCategoryDidChangeNotification; +- (void)_readAndObservePreferences; +- (void)_updateContentSizeCategory:(id)arg1 postingNotification:(BOOL)arg2; +- (void)_updateContentSizeCategoryFromUserDefaultsPostingNotification:(BOOL)arg1; +- (void)checkForChanges; +- (void)dealloc; +- (id)initAsSystem; +- (void)setPreferredContentSizeCategory:(id)arg1; + +@end diff --git a/Frameworks/UIKit.framework/_UIFeedbackGeneratorConfiguration.h b/Frameworks/UIKit.framework/_UIFeedbackGeneratorConfiguration.h index 5bb923a26f..90790f4abc 100644 --- a/Frameworks/UIKit.framework/_UIFeedbackGeneratorConfiguration.h +++ b/Frameworks/UIKit.framework/_UIFeedbackGeneratorConfiguration.h @@ -7,6 +7,7 @@ int _activationStyle; Class _clientClass; BOOL _enabled; + int _outputMode; id /* block */ _preparationBlock; BOOL _prepared; BOOL _settingsEnabled; @@ -20,6 +21,7 @@ @property (nonatomic, readonly) NSString *descriptionKey; @property (getter=isEnabled, nonatomic) BOOL enabled; @property (nonatomic, readonly) NSArray *feedbackKeyPaths; +@property (nonatomic) int outputMode; @property (nonatomic, copy) id /* block */ preparationBlock; @property (getter=isPrepared, nonatomic) BOOL prepared; @property (nonatomic, readonly) int requiredSupportLevel; @@ -35,6 +37,7 @@ - (BOOL)_hasMutableFeedbackKeyPaths; - (void)_preferencesUpdated:(id)arg1; - (BOOL)_prepareRegardlessOfPreferences:(BOOL)arg1; +- (BOOL)_shouldEnable; - (id)_stats_key; - (void)_updateEnabled; - (int)activationStyle; @@ -49,11 +52,13 @@ - (BOOL)isEnabled; - (BOOL)isEqual:(id)arg1; - (BOOL)isPrepared; +- (int)outputMode; - (id /* block */)preparationBlock; - (int)requiredSupportLevel; - (void)setActivationStyle:(int)arg1; - (void)setClientClass:(Class)arg1; - (void)setEnabled:(BOOL)arg1; +- (void)setOutputMode:(int)arg1; - (void)setPreparationBlock:(id /* block */)arg1; - (void)setPrepared:(BOOL)arg1; - (void)setSettingsEnabled:(BOOL)arg1; diff --git a/Frameworks/UIKit.framework/_UIFocusEngine.h b/Frameworks/UIKit.framework/_UIFocusEngine.h index 6e2dce21d4..ca1f73f7a0 100644 --- a/Frameworks/UIKit.framework/_UIFocusEngine.h +++ b/Frameworks/UIKit.framework/_UIFocusEngine.h @@ -64,6 +64,7 @@ float height; } _peekingScrollViewPeekSize; BOOL _playsSoundOnFocusChange; + _UIFocusMovementInfo * _previousJoystickFocusMovementInfo; double _previousJoystickFocusMovementTime; double _previousJoystickRegionEntryTime; struct CGVector { @@ -125,11 +126,12 @@ - (float)_effortRequiredForFocusMovement:(id)arg1 fromItem:(id)arg2; - (void)_ensureFocusedViewIsOnscreen:(id)arg1; - (void)_exitJoystickModeForReal:(id)arg1; -- (id)_findFocusCandidateByExhaustivelySearchingScrollView:(id)arg1 forFocusMovement:(id)arg2 fromItem:(id)arg3; +- (id)_findFocusCandidateByExhaustivelySearchingScrollView:(id)arg1 forFocusMovement:(id)arg2 fromItem:(id)arg3 didFindSpeedBump:(out BOOL*)arg4; - (id)_findFocusCandidateBySearchingLinearFocusMovementSequencesForMovement:(id)arg1 fromItem:(id)arg2; -- (id)_findFocusCandidateWithoutLoadingScrollViewContent:(id)arg1 forFocusMovement:(id)arg2 fromItem:(id)arg3 minimumSearchArea:(struct CGRect { struct CGPoint { float x_1_1_1; float x_1_1_2; } x1; struct CGSize { float x_2_1_1; float x_2_1_2; } x2; })arg4; +- (id)_findFocusCandidateWithoutLoadingScrollViewContent:(id)arg1 forFocusMovement:(id)arg2 fromItem:(id)arg3 minimumSearchArea:(struct CGRect { struct CGPoint { float x_1_1_1; float x_1_1_2; } x1; struct CGSize { float x_2_1_1; float x_2_1_2; } x2; })arg4 didFindSpeedBump:(out BOOL*)arg5; - (id)_focusMap:(id)arg1 preferredDefaultFocusItemInEnvironment:(id)arg2; - (id)_focusMap:(id)arg1 preferredDestinationItemForFocusMovement:(id)arg2; +- (id)_focusMovementForJoystickPosition:(struct CGPoint { float x1; float x2; })arg1 usingMinimumRadius:(float)arg2 focusMovementStyle:(int)arg3; - (id)_focusedItem; - (id)_focusedItemInfo; - (float)_frictionInterpolationForMomentumSpeed:(float)arg1 totalDistance:(float)arg2 slope:(float)arg3 shortDistance:(float)arg4 longDistance:(float)arg5; @@ -147,12 +149,13 @@ - (BOOL)_isScrollingScrollView:(id)arg1; - (BOOL)_joystickAttemptFocusMovement:(id)arg1 fromItem:(id)arg2; - (void)_joystickDisplayLinkHeartbeat:(id)arg1; +- (BOOL)_joystickFocusMovement:(id)arg1 shouldBeConsideredEqualToFocusMovement:(id)arg2; - (void)_joystickGestureBegan:(id)arg1; - (void)_joystickGestureEnded:(id)arg1; - (void)_joystickGestureUpdated:(id)arg1; - (void)_joystickPerformRepeat:(id)arg1; - (double)_joystickRepeatDurationForTimeInMovementZone:(double)arg1; -- (struct CGVector { float x1; float x2; })_joystickVelocityForHeading:(unsigned int)arg1 timeInMovementZone:(double)arg2; +- (struct CGVector { float x1; float x2; })_joystickVelocityForHeading:(unsigned int)arg1; - (void)_loadScrollViewContentForFocusMovement:(id)arg1 fromItem:(id)arg2; - (struct CGRect { struct CGPoint { float x_1_1_1; float x_1_1_2; } x1; struct CGSize { float x_2_1_1; float x_2_1_2; } x2; })_minimumSearchAreaForContainerView:(id)arg1; - (void)_momentumHeartbeat:(id)arg1; diff --git a/Frameworks/UIKit.framework/_UIFocusGuideRegion.h b/Frameworks/UIKit.framework/_UIFocusGuideRegion.h index dcf3924edb..3d3da2aaf4 100644 --- a/Frameworks/UIKit.framework/_UIFocusGuideRegion.h +++ b/Frameworks/UIKit.framework/_UIFocusGuideRegion.h @@ -15,6 +15,7 @@ - (id)_fallbackFocusItemForMovement:(id)arg1 inFocusMap:(id)arg2; - (unsigned int)_focusableBoundaries; - (BOOL)_isEnabledForFocusedRegion:(id)arg1; +- (int)_preferredDistanceComparisonType; - (BOOL)_shouldDrawDebugQuickLookImageWithInfo:(id)arg1; - (BOOL)_shouldOccludeRegion:(id)arg1; - (id)_visualRepresentationColor; diff --git a/Frameworks/UIKit.framework/_UIFocusMapSearchInfo.h b/Frameworks/UIKit.framework/_UIFocusMapSearchInfo.h index 296deded1e..44ee23da46 100644 --- a/Frameworks/UIKit.framework/_UIFocusMapSearchInfo.h +++ b/Frameworks/UIKit.framework/_UIFocusMapSearchInfo.h @@ -3,11 +3,13 @@ */ @interface _UIFocusMapSearchInfo : NSObject { + BOOL _didFindFocusBlockingBoundary; NSMutableArray * _mutableDestinationRegions; NSMutableArray * _mutableSnapshots; } @property (nonatomic, readonly, copy) NSArray *destinationRegions; +@property (nonatomic) BOOL didFindFocusBlockingBoundary; @property (nonatomic, retain) NSMutableArray *mutableDestinationRegions; @property (nonatomic, retain) NSMutableArray *mutableSnapshots; @property (nonatomic, readonly, copy) NSArray *snapshots; @@ -16,9 +18,11 @@ - (void)addDestinationRegion:(id)arg1; - (void)addSnapshot:(id)arg1; - (id)destinationRegions; +- (BOOL)didFindFocusBlockingBoundary; - (id)init; - (id)mutableDestinationRegions; - (id)mutableSnapshots; +- (void)setDidFindFocusBlockingBoundary:(BOOL)arg1; - (void)setMutableDestinationRegions:(id)arg1; - (void)setMutableSnapshots:(id)arg1; - (id)snapshots; diff --git a/Frameworks/UIKit.framework/_UIFocusMoveTest.h b/Frameworks/UIKit.framework/_UIFocusMoveTest.h new file mode 100644 index 0000000000..66045d3bf8 --- /dev/null +++ b/Frameworks/UIKit.framework/_UIFocusMoveTest.h @@ -0,0 +1,73 @@ +/* Generated by RuntimeBrowser + Image: /System/Library/Frameworks/UIKit.framework/UIKit + */ + +@interface _UIFocusMoveTest : _UIFocusTest { + unsigned int _activeNumberOfIterations; + * _containerFocusEnvironment; + unsigned int _currentIteration; + unsigned int _currentMove; + <_UIFocusMoveTestDataSource> * _dataSource; + struct { + unsigned int isPerformingFocusMovement : 1; + unsigned int delegateRespondsToWillStartIteration : 1; + unsigned int delegateRespondsToDidFinishIteration : 1; + unsigned int delegateRespondsToWillMoveFocusAlongHeadingForMoveDuringIteration : 1; + unsigned int delegateRespondsToDidMoveFocusAlongHeadingForMoveDuringIteration : 1; + unsigned int dataSourceRespondsToNumberOfIterations : 1; + unsigned int dataSourceRespondsToMaximumNumberOfMovesDuringIteration : 1; + unsigned int dataSourceRespondsToDelayBeforeMoveDuringIteration : 1; + unsigned int dataSourceRespondsToHeadingForMoveDuringIteration : 1; + unsigned int dataSourceRespondsToShouldResetFocusBeforeIteration : 1; + } _flags; + unsigned int _maximumMovesPerIteration; + double _movementDelay; + unsigned int _movementHeading; + unsigned int _numberOfIterations; + BOOL _resetsFocusBeforeIterations; +} + +@property (nonatomic) *containerFocusEnvironment; +@property (nonatomic) <_UIFocusMoveTestDataSource> *dataSource; +@property (nonatomic) <_UIFocusMoveTestDelegate> *delegate; +@property (nonatomic) unsigned int maximumMovesPerIteration; +@property (nonatomic) double movementDelay; +@property (nonatomic) unsigned int movementHeading; +@property (nonatomic) unsigned int numberOfIterations; +@property (nonatomic) BOOL resetsFocusBeforeIterations; + +- (void).cxx_destruct; +- (double)_dataSourceDelayBeforeMove:(unsigned int)arg1 duringIteration:(unsigned int)arg2; +- (unsigned int)_dataSourceHeadingForMove:(unsigned int)arg1 duringIteration:(unsigned int)arg2; +- (unsigned int)_dataSourceMaximumNumberOfMovesDuringIteration:(unsigned int)arg1; +- (unsigned int)_dataSourceNumberOfIterations; +- (BOOL)_dataSourceShouldResetFocusBeforeIteration:(unsigned int)arg1; +- (void)_notifyDelegateDidFinishIteration:(unsigned int)arg1; +- (void)_notifyDelegateDidMoveFocusAlongHeading:(unsigned int)arg1 forMove:(unsigned int)arg2 duringIteration:(unsigned int)arg3; +- (void)_notifyDelegateWillMoveFocusAlongHeading:(unsigned int)arg1 forMove:(unsigned int)arg2 duringIteration:(unsigned int)arg3; +- (void)_notifyDelegateWillStartIteration:(unsigned int)arg1; +- (void)_performFocusMovement; +- (void)_performFocusMovementAfterDelayForMove:(unsigned int)arg1 iteration:(unsigned int)arg2; +- (void)_resetFocusIfNecessaryBeforeIteration:(unsigned int)arg1; +- (id)containerFocusEnvironment; +- (id)dataSource; +- (id)delegate; +- (id)initWithIdentifier:(id)arg1; +- (void)main; +- (unsigned int)maximumMovesPerIteration; +- (double)movementDelay; +- (unsigned int)movementHeading; +- (unsigned int)numberOfIterations; +- (void)prepareWithCompletionHandler:(id /* block */)arg1; +- (void)reset; +- (BOOL)resetsFocusBeforeIterations; +- (void)setContainerFocusEnvironment:(id)arg1; +- (void)setDataSource:(id)arg1; +- (void)setDelegate:(id)arg1; +- (void)setMaximumMovesPerIteration:(unsigned int)arg1; +- (void)setMovementDelay:(double)arg1; +- (void)setMovementHeading:(unsigned int)arg1; +- (void)setNumberOfIterations:(unsigned int)arg1; +- (void)setResetsFocusBeforeIterations:(BOOL)arg1; + +@end diff --git a/Frameworks/UIKit.framework/_UIFocusRegion.h b/Frameworks/UIKit.framework/_UIFocusRegion.h index f4cd2a69e0..e80bba5490 100644 --- a/Frameworks/UIKit.framework/_UIFocusRegion.h +++ b/Frameworks/UIKit.framework/_UIFocusRegion.h @@ -42,6 +42,7 @@ - (id)_mutableOccludingRegions; - (id)_occludingRegions; - (id)_originalRegion; +- (int)_preferredDistanceComparisonType; - (id)_resizeToRect:(struct CGRect { struct CGPoint { float x_1_1_1; float x_1_1_2; } x1; struct CGSize { float x_2_1_1; float x_2_1_2; } x2; })arg1; - (void)_setFrame:(struct CGRect { struct CGPoint { float x_1_1_1; float x_1_1_2; } x1; struct CGSize { float x_2_1_1; float x_2_1_2; } x2; })arg1; - (void)_setMutableOccludingRegions:(id)arg1; diff --git a/Frameworks/UIKit.framework/_UIFocusTest.h b/Frameworks/UIKit.framework/_UIFocusTest.h new file mode 100644 index 0000000000..fcba5efb79 --- /dev/null +++ b/Frameworks/UIKit.framework/_UIFocusTest.h @@ -0,0 +1,42 @@ +/* Generated by RuntimeBrowser + Image: /System/Library/Frameworks/UIKit.framework/UIKit + */ + +@interface _UIFocusTest : NSObject { + <_UIFocusTestDelegate> * _delegate; + NSString * _identifier; + BOOL _isApplicationTest; + id /* block */ _runCompletionHandler; + int _state; +} + +@property (nonatomic) <_UIFocusTestDelegate> *delegate; +@property (nonatomic, readonly, copy) NSString *identifier; +@property (getter=_isApplicationTest, nonatomic) BOOL isApplicationTest; +@property (nonatomic, copy) id /* block */ runCompletionHandler; +@property (nonatomic) int state; + ++ (void)_setCurrentTest:(id)arg1; ++ (id)currentTest; + +- (void).cxx_destruct; +- (void)_finish:(BOOL)arg1; +- (BOOL)_isApplicationTest; +- (void)_start; +- (void)cancel; +- (id)delegate; +- (id)identifier; +- (id)initWithIdentifier:(id)arg1; +- (void)main; +- (void)prepareWithCompletionHandler:(id /* block */)arg1; +- (void)reset; +- (id /* block */)runCompletionHandler; +- (void)runWithCompletionHandler:(id /* block */)arg1; +- (void)setDelegate:(id)arg1; +- (void)setIsApplicationTest:(BOOL)arg1; +- (void)setRunCompletionHandler:(id /* block */)arg1; +- (void)setState:(int)arg1; +- (int)state; +- (void)stop; + +@end diff --git a/Frameworks/UIKit.framework/_UIFocusableItemRegion.h b/Frameworks/UIKit.framework/_UIFocusableItemRegion.h index 6678972bf7..2b79db8e4a 100644 --- a/Frameworks/UIKit.framework/_UIFocusableItemRegion.h +++ b/Frameworks/UIKit.framework/_UIFocusableItemRegion.h @@ -14,6 +14,7 @@ - (id)_destinationItemForFocusMovement:(id)arg1 inMap:(id)arg2; - (void)_drawDebugQuickLookImageWithInfo:(id)arg1 inContext:(struct CGContext { }*)arg2; - (unsigned int)_focusableBoundaries; +- (int)_preferredDistanceComparisonType; - (BOOL)_shouldBeOccludedByRegion:(id)arg1; - (BOOL)_shouldCropRegionToSearchArea; - (BOOL)_shouldDrawDebugQuickLookImageWithInfo:(id)arg1; diff --git a/Frameworks/UIKit.framework/_UIKBRTRecognizer.h b/Frameworks/UIKit.framework/_UIKBRTRecognizer.h index 6a3fe5baa0..56cb324e4f 100644 --- a/Frameworks/UIKit.framework/_UIKBRTRecognizer.h +++ b/Frameworks/UIKit.framework/_UIKBRTRecognizer.h @@ -82,7 +82,7 @@ - (void)notifyDelegateOfSuccessfulTouch:(id)arg1; - (unsigned int)numProlongedTouches; - (void)processTouchInfo:(id)arg1; -- (BOOL)queryDelegateOfIgnoringTouch:(id)arg1; +- (BOOL)queryDelegateOfIgnoringTouch:(id)arg1 forOtherTouch:(BOOL)arg2; - (BOOL)queryDelegateOfRestingTouch:(id)arg1; - (BOOL)queryDelegateToBeginTouch:(id)arg1 forBeginState:(unsigned int)arg2 restartIfNecessary:(BOOL)arg3; - (BOOL)removedFromActiveTouches:(id)arg1; diff --git a/Frameworks/UIKit.framework/_UIKeyboardUsageTracking.h b/Frameworks/UIKit.framework/_UIKeyboardUsageTracking.h index 7c9db2687c..0f31c7429b 100644 --- a/Frameworks/UIKit.framework/_UIKeyboardUsageTracking.h +++ b/Frameworks/UIKit.framework/_UIKeyboardUsageTracking.h @@ -4,6 +4,7 @@ @interface _UIKeyboardUsageTracking : NSObject ++ (void)dualStringsKeyFlickUpCount; + (void)inputSwitcherSetPredictionPreference:(BOOL)arg1; + (void)keyboardExtensionCrashed; + (void)keyboardExtensionPrimaryLanguageChanged; @@ -18,9 +19,13 @@ + (void)keyboardReachabilityDistribution:(float)arg1; + (void)keyboardSetToInputMode:(id)arg1 fromPrevious:(id)arg2; + (void)keyboardTotalOnScreenTime:(double)arg1 orientation:(int)arg2; ++ (void)panAlternateKeyFlickDownCount; + (void)predictionViewState:(BOOL)arg1 forInputMode:(id)arg2; ++ (void)redoKeyCount; + (void)selectedPredictiveInputCandidate:(id)arg1 isAutocorrection:(BOOL)arg2; + (void)showCharacterPreviewPreference:(BOOL)arg1; + (void)showLowercaseKeyplanePreference:(BOOL)arg1; ++ (void)singleStringKeyFlickUpCount; ++ (void)undoKeyCount; @end diff --git a/Frameworks/UIKit.framework/_UINavigationControllerPalette.h b/Frameworks/UIKit.framework/_UINavigationControllerPalette.h index 70d590bf95..076dcda376 100644 --- a/Frameworks/UIKit.framework/_UINavigationControllerPalette.h +++ b/Frameworks/UIKit.framework/_UINavigationControllerPalette.h @@ -116,4 +116,9 @@ - (void)SKUI_endHidingPaletteShadow; - (void)resetBackgroundConstraints; +// Image: /System/Library/PrivateFrameworks/TVMLKit.framework/TVMLKit + +- (void)tvmlkit_beginHidingPaletteShadow; +- (void)tvmlkit_endHidingPaletteShadow; + @end diff --git a/Frameworks/UIKit.framework/_UIScreenRoutePickerViewController.h b/Frameworks/UIKit.framework/_UIScreenRoutePickerViewController.h index e255763258..e434e21c2f 100644 --- a/Frameworks/UIKit.framework/_UIScreenRoutePickerViewController.h +++ b/Frameworks/UIKit.framework/_UIScreenRoutePickerViewController.h @@ -19,6 +19,7 @@ - (id)_presentationControllerForPresentedController:(id)arg1 presentingController:(id)arg2 sourceController:(id)arg3; - (BOOL)_requiresCustomPresentationController; - (void)_setChildViewController:(id)arg1; +- (void)dealloc; - (void)disconnectRoute; - (id)init; - (id)initWithCoder:(id)arg1; diff --git a/Frameworks/UIKit.framework/_UIStackedImageConfiguration.h b/Frameworks/UIKit.framework/_UIStackedImageConfiguration.h index 0ddba79408..42d6694e60 100644 --- a/Frameworks/UIKit.framework/_UIStackedImageConfiguration.h +++ b/Frameworks/UIKit.framework/_UIStackedImageConfiguration.h @@ -33,6 +33,7 @@ unsigned int _maximumParallaxImages; float _minimumFocusDuration; float _overlayDepth; + BOOL _overlayFixedFrame; UIImage * _placeholderImage; float _pressedDuration; float _pressedScaleAdjustment; @@ -87,6 +88,7 @@ @property (nonatomic) unsigned int maximumParallaxImages; @property (nonatomic) float minimumFocusDuration; @property (nonatomic) float overlayDepth; +@property (nonatomic) BOOL overlayFixedFrame; @property (nonatomic, retain) UIImage *placeholderImage; @property (nonatomic) float pressedDuration; @property (nonatomic) float pressedScaleAdjustment; @@ -142,6 +144,7 @@ - (unsigned int)maximumParallaxImages; - (float)minimumFocusDuration; - (float)overlayDepth; +- (BOOL)overlayFixedFrame; - (id)placeholderImage; - (float)pressedDuration; - (float)pressedScaleAdjustment; @@ -181,6 +184,7 @@ - (void)setMaximumParallaxImages:(unsigned int)arg1; - (void)setMinimumFocusDuration:(float)arg1; - (void)setOverlayDepth:(float)arg1; +- (void)setOverlayFixedFrame:(BOOL)arg1; - (void)setPlaceholderImage:(id)arg1; - (void)setPressedDuration:(float)arg1; - (void)setPressedScaleAdjustment:(float)arg1; diff --git a/Frameworks/UIKit.framework/_UIStackedImageContainerLayer.h b/Frameworks/UIKit.framework/_UIStackedImageContainerLayer.h index e8d8039c95..f8ba1897ea 100644 --- a/Frameworks/UIKit.framework/_UIStackedImageContainerLayer.h +++ b/Frameworks/UIKit.framework/_UIStackedImageContainerLayer.h @@ -6,6 +6,7 @@ BOOL _animatingStateChange; BOOL _animatingToNormalState; double _animationDelay; + double _animationDelayReference; UIView * _animationView; _UIStackedImageConfiguration * _configuration; unsigned int _controlState; @@ -81,6 +82,7 @@ - (struct CGRect { struct CGPoint { float x_1_1_1; float x_1_1_2; } x1; struct CGSize { float x_2_1_1; float x_2_1_2; } x2; })_cursorBounds; - (void)_deselect; - (struct CGRect { struct CGPoint { float x_1_1_1; float x_1_1_2; } x1; struct CGSize { float x_2_1_1; float x_2_1_2; } x2; })_displayFrameForModelFrame:(struct CGRect { struct CGPoint { float x_1_1_1; float x_1_1_2; } x1; struct CGSize { float x_2_1_1; float x_2_1_2; } x2; })arg1; +- (struct CATransform3D { float x1; float x2; float x3; float x4; float x5; float x6; float x7; float x8; float x9; float x10; float x11; float x12; float x13; float x14; float x15; float x16; })_fixedFrameTransformForDepth:(float)arg1 fudgeFactor:(float)arg2; - (id)_flatLayer; - (struct CGSize { float x1; float x2; })_focusCursorInsetSizeForSize:(struct CGSize { float x1; float x2; })arg1; - (float)_focusedScaleFactorForCurrentBounds; @@ -131,6 +133,7 @@ - (void)_updateFocusKeylineStrokeTranslation:(struct CGPoint { float x1; float x2; })arg1; - (void)_updateFullBleedImageLayers; - (void)_updateImageLayerFilterChains; +- (void)_updateImageLayerFilterValues; - (void)_updateLayerForSelection; - (void)_updateLayerForSelectionWithAnimationCoordinator:(id)arg1; - (void)_updateNormalImageLayers; diff --git a/Frameworks/UIKit.framework/_UITableViewHeaderFooterContentView.h b/Frameworks/UIKit.framework/_UITableViewHeaderFooterContentView.h index 43ff98f429..1df7f32661 100644 --- a/Frameworks/UIKit.framework/_UITableViewHeaderFooterContentView.h +++ b/Frameworks/UIKit.framework/_UITableViewHeaderFooterContentView.h @@ -4,7 +4,7 @@ @interface _UITableViewHeaderFooterContentView : UIView -- (void)_updateConstraintsIfNeededPostponeVariableChangeNotifications:(BOOL)arg1; +- (void)_updateConstraintsIfNeededWithViewForVariableChangeNotifications:(id)arg1; - (id)initWithFrame:(struct CGRect { struct CGPoint { float x_1_1_1; float x_1_1_2; } x1; struct CGSize { float x_2_1_1; float x_2_1_2; } x2; })arg1; - (void)setBackgroundColor:(id)arg1; diff --git a/Frameworks/UIKit.framework/_UIViewFittingSizeTargetInfo.h b/Frameworks/UIKit.framework/_UIViewFittingSizeTargetInfo.h index bfe6fc4aea..4ba5457bce 100644 --- a/Frameworks/UIKit.framework/_UIViewFittingSizeTargetInfo.h +++ b/Frameworks/UIKit.framework/_UIViewFittingSizeTargetInfo.h @@ -18,6 +18,7 @@ @property (nonatomic, readonly) float verticalPriority; - (id)copyWithZone:(struct _NSZone { }*)arg1; +- (id)description; - (unsigned int)hash; - (float)horizontalPriority; - (id)initWithTargetSize:(struct CGSize { float x1; float x2; })arg1 horizontalPriority:(float)arg2 verticalPriority:(float)arg3; diff --git a/Frameworks/UIKit.framework/_UIViewServiceViewControllerOperator.h b/Frameworks/UIKit.framework/_UIViewServiceViewControllerOperator.h index 6c52e907d7..af38b46c06 100644 --- a/Frameworks/UIKit.framework/_UIViewServiceViewControllerOperator.h +++ b/Frameworks/UIKit.framework/_UIViewServiceViewControllerOperator.h @@ -8,6 +8,7 @@ id /* block */ __traitsDidChangeHandler; id /* block */ __traitsWillChangeHandler; BOOL _canShowTextServices; + NSMutableArray * _deferredToViewDidAppear; <_UIViewServiceViewControllerOperatorDelegate> * _delegate; NSMutableArray * _deputyRotationDelegates; BOOL _disableAutomaticKeyboardBehavior; diff --git a/Frameworks/UserNotifications.framework/UNImageNotificationAttachmentOptions.h b/Frameworks/UserNotifications.framework/UNImageNotificationAttachmentOptions.h index 4667726749..d7d344f80e 100644 --- a/Frameworks/UserNotifications.framework/UNImageNotificationAttachmentOptions.h +++ b/Frameworks/UserNotifications.framework/UNImageNotificationAttachmentOptions.h @@ -2,7 +2,7 @@ Image: /System/Library/Frameworks/UserNotifications.framework/UserNotifications */ -@interface UNImageNotificationAttachmentOptions : UNNotificationAttachmentOptions { +@interface UNImageNotificationAttachmentOptions : UNNotificationAttachmentOptions { struct CGRect { struct CGPoint { float x; @@ -17,6 +17,10 @@ BOOL _thumbnailHidden; } +@property (readonly, copy) NSString *debugDescription; +@property (readonly, copy) NSString *description; +@property (readonly) unsigned int hash; +@property (readonly) Class superclass; @property (nonatomic, readonly) struct CGRect { struct CGPoint { float x_1_1_1; float x_1_1_2; } x1; struct CGSize { float x_2_1_1; float x_2_1_2; } x2; } thumbnailClippingRect; @property (nonatomic, readonly, copy) NSNumber *thumbnailFrameNumber; @property (nonatomic, readonly) BOOL thumbnailHidden; diff --git a/Frameworks/UserNotifications.framework/UNMovieNotificationAttachmentOptions.h b/Frameworks/UserNotifications.framework/UNMovieNotificationAttachmentOptions.h index 12f63b609f..705549c56a 100644 --- a/Frameworks/UserNotifications.framework/UNMovieNotificationAttachmentOptions.h +++ b/Frameworks/UserNotifications.framework/UNMovieNotificationAttachmentOptions.h @@ -2,7 +2,7 @@ Image: /System/Library/Frameworks/UserNotifications.framework/UserNotifications */ -@interface UNMovieNotificationAttachmentOptions : UNNotificationAttachmentOptions { +@interface UNMovieNotificationAttachmentOptions : UNNotificationAttachmentOptions { struct CGRect { struct CGPoint { float x; @@ -22,6 +22,10 @@ } _thumbnailTimestamp; } +@property (readonly, copy) NSString *debugDescription; +@property (readonly, copy) NSString *description; +@property (readonly) unsigned int hash; +@property (readonly) Class superclass; @property (nonatomic, readonly) struct CGRect { struct CGPoint { float x_1_1_1; float x_1_1_2; } x1; struct CGSize { float x_2_1_1; float x_2_1_2; } x2; } thumbnailClippingRect; @property (nonatomic, readonly) BOOL thumbnailHidden; @property (nonatomic, readonly) struct { long long x1; int x2; unsigned int x3; long long x4; } thumbnailTimestamp; diff --git a/Frameworks/UserNotifications.framework/UNSecurityScopedURL.h b/Frameworks/UserNotifications.framework/UNSecurityScopedURL.h index bd3edaed42..6a2343ec31 100644 --- a/Frameworks/UserNotifications.framework/UNSecurityScopedURL.h +++ b/Frameworks/UserNotifications.framework/UNSecurityScopedURL.h @@ -3,19 +3,17 @@ */ @interface UNSecurityScopedURL : NSURL { - id /* block */ _sandboxExtensionIssuingBlock; + NSString * _sandboxExtensionClass; } -@property (nonatomic, copy) id /* block */ sandboxExtensionIssuingBlock; - + (BOOL)supportsSecureCoding; - (void).cxx_destruct; - (BOOL)_allowsDirectEncoding; +- (id)_issueSandboxExtension; - (id)copyWithZone:(struct _NSZone { }*)arg1; - (void)encodeWithCoder:(id)arg1; +- (id)initFileURLWithPath:(id)arg1 sandboxExtensionClass:(id)arg2; - (id)initWithCoder:(id)arg1; -- (id /* block */)sandboxExtensionIssuingBlock; -- (void)setSandboxExtensionIssuingBlock:(id /* block */)arg1; @end diff --git a/Frameworks/UserNotificationsUI.framework/_UNNotificationExtensionHostViewController.h b/Frameworks/UserNotificationsUI.framework/_UNNotificationExtensionHostViewController.h index 06e27fb53b..3cb97ee4dd 100644 --- a/Frameworks/UserNotificationsUI.framework/_UNNotificationExtensionHostViewController.h +++ b/Frameworks/UserNotificationsUI.framework/_UNNotificationExtensionHostViewController.h @@ -43,6 +43,7 @@ - (void)_extensionSetPlayPauseMediaButtonColor:(id)arg1; - (void)_extensionSetPlayPauseMediaButtonFrame:(struct CGRect { struct CGPoint { float x_1_1_1; float x_1_1_2; } x1; struct CGSize { float x_2_1_1; float x_2_1_2; } x2; })arg1; - (void)_extensionSetPlayPauseMediaButtonType:(unsigned int)arg1; +- (void)_extensionSetTitle:(id)arg1; - (void)_extensionWantsToBecomeFirstResponder:(BOOL)arg1; - (void)_extensionWantsToReceiveActionResponses:(BOOL)arg1; - (id)delegate; diff --git a/Frameworks/UserNotificationsUI.framework/_UNNotificationExtensionRemoteViewController.h b/Frameworks/UserNotificationsUI.framework/_UNNotificationExtensionRemoteViewController.h index 8d2a3c0030..0834c68cd9 100644 --- a/Frameworks/UserNotificationsUI.framework/_UNNotificationExtensionRemoteViewController.h +++ b/Frameworks/UserNotificationsUI.framework/_UNNotificationExtensionRemoteViewController.h @@ -44,6 +44,7 @@ - (void)notificationContentExtension:(id)arg1 setDismissEnabled:(BOOL)arg2; - (void)notificationContentExtensionDismiss:(id)arg1; - (id)notificationExtensionContext; +- (void)observeValueForKeyPath:(id)arg1 ofObject:(id)arg2 change:(id)arg3 context:(void*)arg4; - (void)preferredContentSizeDidChangeForChildContentContainer:(id)arg1; - (void)setDidCheckActionResponseDelegate:(BOOL)arg1; - (void)setExtensionViewController:(id)arg1; diff --git a/Frameworks/VideoSubscriberAccount.framework/VSAccount.h b/Frameworks/VideoSubscriberAccount.framework/VSAccount.h index def73c052e..ebf41d8be6 100644 --- a/Frameworks/VideoSubscriberAccount.framework/VSAccount.h +++ b/Frameworks/VideoSubscriberAccount.framework/VSAccount.h @@ -6,7 +6,7 @@ NSString * _accountDescription; VSAccountStore * _accountStore; NSString * _accountTypeDescription; - NSString * _authenticationToken; + * _authenticationToken; NSString * _identityProviderDisplayName; NSString * _identityProviderID; NSString * _username; @@ -15,7 +15,7 @@ @property (nonatomic, copy) NSString *accountDescription; @property (nonatomic) VSAccountStore *accountStore; @property (nonatomic, copy) NSString *accountTypeDescription; -@property (nonatomic, copy) NSString *authenticationToken; +@property (nonatomic, retain) *authenticationToken; @property (nonatomic, copy) NSString *identityProviderDisplayName; @property (nonatomic, copy) NSString *identityProviderID; @property (nonatomic, retain) VSKeychainGenericPassword *keychainItem; diff --git a/Frameworks/VideoSubscriberAccount.framework/VSAccountAuthentication.h b/Frameworks/VideoSubscriberAccount.framework/VSAccountAuthentication.h index 681e2c546b..038e0af889 100644 --- a/Frameworks/VideoSubscriberAccount.framework/VSAccountAuthentication.h +++ b/Frameworks/VideoSubscriberAccount.framework/VSAccountAuthentication.h @@ -3,11 +3,11 @@ */ @interface VSAccountAuthentication : NSObject { - NSString * _authenticationToken; + * _authenticationToken; NSString * _username; } -@property (nonatomic, copy) NSString *authenticationToken; +@property (nonatomic, retain) *authenticationToken; @property (nonatomic, copy) NSString *username; - (void).cxx_destruct; diff --git a/Frameworks/VideoSubscriberAccount.framework/VSAccountInfoViewController.h b/Frameworks/VideoSubscriberAccount.framework/VSAccountInfoViewController.h new file mode 100644 index 0000000000..cebca29ff6 --- /dev/null +++ b/Frameworks/VideoSubscriberAccount.framework/VSAccountInfoViewController.h @@ -0,0 +1,67 @@ +/* Generated by RuntimeBrowser + Image: /System/Library/Frameworks/VideoSubscriberAccount.framework/VideoSubscriberAccount + */ + +@interface VSAccountInfoViewController : ACUIViewController { + VSAccount * _account; + ACUIAppDescription * _appDescription; + ACUIAppInstaller * _appInstaller; + * _delegate; + VSIdentityProvider * _identityProvider; + PSSpecifier * _installAppSpecifier; + BOOL _pendingAppDownloadabilityCheck; + BOOL _pendingAppStoreAvailabilityCheck; +} + +@property (nonatomic, readonly) VSAccount *account; +@property (nonatomic, readonly) ACUIAppDescription *appDescription; +@property (nonatomic, retain) ACUIAppInstaller *appInstaller; +@property (readonly, copy) NSString *debugDescription; +@property (nonatomic) *delegate; +@property (readonly, copy) NSString *description; +@property (readonly) unsigned int hash; +@property (nonatomic, readonly) VSIdentityProvider *identityProvider; +@property (nonatomic, retain) PSSpecifier *installAppSpecifier; +@property (nonatomic) BOOL pendingAppDownloadabilityCheck; +@property (nonatomic) BOOL pendingAppStoreAvailabilityCheck; +@property (readonly) Class superclass; + +- (void).cxx_destruct; +- (void)_aboutPrivacyLinkTapped:(id)arg1; +- (id)_accountAccessSpecifiers; +- (void)_accountUsernameButtonTapped:(id)arg1; +- (id)_accountUsernameSpecifier; +- (void)_dismissAboutPrivacyViewController:(id)arg1; +- (BOOL)_expectedAppAvailabilityInCurrentAppStore:(id)arg1; +- (void)_initializeAppInstallerWithAppDescription:(id)arg1; +- (void)_installButtonTapped:(id)arg1; +- (id)_isAppAllowedAccountAccessWithSpecifier:(id)arg1; +- (void)_reloadInstallAppSpecifierIfNeeded; +- (void)_seeMoreAppsLinkButtonTapped:(id)arg1; +- (id)_seeMoreAppsSpecifier; +- (void)_setAppAllowedAccess:(id)arg1 withSpecifier:(id)arg2; +- (id)_specifierForBundle:(struct __CFBundle { }*)arg1; +- (id)_specifiers; +- (void)_updateInstallCell:(id)arg1; +- (id)account; +- (id)appDescription; +- (id)appInstaller; +- (void)appInstallerWillStart:(id)arg1; +- (void)appIsAvailableInStoreDidChange:(id)arg1; +- (void)appIsDownloadableDidChange:(id)arg1; +- (id)delegate; +- (id)identityProvider; +- (id)initWithAccount:(id)arg1 identityProvider:(id)arg2 appDescription:(id)arg3; +- (id)initWithCoder:(id)arg1; +- (id)initWithNibName:(id)arg1 bundle:(id)arg2; +- (id)installAppSpecifier; +- (BOOL)pendingAppDownloadabilityCheck; +- (BOOL)pendingAppStoreAvailabilityCheck; +- (void)setAppInstaller:(id)arg1; +- (void)setDelegate:(id)arg1; +- (void)setInstallAppSpecifier:(id)arg1; +- (void)setPendingAppDownloadabilityCheck:(BOOL)arg1; +- (void)setPendingAppStoreAvailabilityCheck:(BOOL)arg1; +- (id)tableView:(id)arg1 cellForRowAtIndexPath:(id)arg2; + +@end diff --git a/Frameworks/VideoSubscriberAccount.framework/VSAccountMetadata.h b/Frameworks/VideoSubscriberAccount.framework/VSAccountMetadata.h index c481febf39..b3fbe18f6d 100644 --- a/Frameworks/VideoSubscriberAccount.framework/VSAccountMetadata.h +++ b/Frameworks/VideoSubscriberAccount.framework/VSAccountMetadata.h @@ -3,14 +3,15 @@ */ @interface VSAccountMetadata : NSObject { - NSString * _SAMLAttributeQueryResponse; NSString * _accountProviderIdentifier; + VSAccountProviderResponse * _accountProviderResponse; NSDate * _authenticationExpirationDate; NSData * _verificationData; } -@property (nonatomic, copy) NSString *SAMLAttributeQueryResponse; +@property (nonatomic, readonly, copy) NSString *SAMLAttributeQueryResponse; @property (nonatomic, copy) NSString *accountProviderIdentifier; +@property (nonatomic, retain) VSAccountProviderResponse *accountProviderResponse; @property (nonatomic, copy) NSDate *authenticationExpirationDate; @property (nonatomic, copy) NSData *verificationData; @@ -19,6 +20,7 @@ - (void).cxx_destruct; - (id)SAMLAttributeQueryResponse; - (id)accountProviderIdentifier; +- (id)accountProviderResponse; - (id)authenticationExpirationDate; - (id)copyWithZone:(struct _NSZone { }*)arg1; - (id)description; @@ -28,8 +30,8 @@ - (id)initWithCoder:(id)arg1; - (BOOL)isEqual:(id)arg1; - (void)setAccountProviderIdentifier:(id)arg1; +- (void)setAccountProviderResponse:(id)arg1; - (void)setAuthenticationExpirationDate:(id)arg1; -- (void)setSAMLAttributeQueryResponse:(id)arg1; - (void)setVerificationData:(id)arg1; - (id)verificationData; diff --git a/Frameworks/VideoSubscriberAccount.framework/VSAccountMetadataRequest.h b/Frameworks/VideoSubscriberAccount.framework/VSAccountMetadataRequest.h index 576495d8f6..f8466a9d18 100644 --- a/Frameworks/VideoSubscriberAccount.framework/VSAccountMetadataRequest.h +++ b/Frameworks/VideoSubscriberAccount.framework/VSAccountMetadataRequest.h @@ -11,6 +11,7 @@ BOOL _interruptionAllowed; NSString * _localizedVideoTitle; NSArray * _supportedAccountProviderIdentifiers; + NSArray * _supportedAuthenticationSchemes; NSString * _verificationToken; } @@ -22,6 +23,7 @@ @property (getter=isInterruptionAllowed, nonatomic) BOOL interruptionAllowed; @property (nonatomic, copy) NSString *localizedVideoTitle; @property (nonatomic, copy) NSArray *supportedAccountProviderIdentifiers; +@property (nonatomic, copy) NSArray *supportedAuthenticationSchemes; @property (nonatomic, copy) NSString *verificationToken; + (BOOL)supportsSecureCoding; @@ -49,8 +51,10 @@ - (void)setInterruptionAllowed:(BOOL)arg1; - (void)setLocalizedVideoTitle:(id)arg1; - (void)setSupportedAccountProviderIdentifiers:(id)arg1; +- (void)setSupportedAuthenticationSchemes:(id)arg1; - (void)setVerificationToken:(id)arg1; - (id)supportedAccountProviderIdentifiers; +- (id)supportedAuthenticationSchemes; - (id)verificationToken; @end diff --git a/Frameworks/VideoSubscriberAccount.framework/VSAccountProviderResponse.h b/Frameworks/VideoSubscriberAccount.framework/VSAccountProviderResponse.h new file mode 100644 index 0000000000..c4c2bd48cd --- /dev/null +++ b/Frameworks/VideoSubscriberAccount.framework/VSAccountProviderResponse.h @@ -0,0 +1,32 @@ +/* Generated by RuntimeBrowser + Image: /System/Library/Frameworks/VideoSubscriberAccount.framework/VideoSubscriberAccount + */ + +@interface VSAccountProviderResponse : NSObject { + NSString * _authenticationScheme; + NSString * _body; + NSString * _status; +} + +@property (nonatomic, copy) NSString *authenticationScheme; +@property (nonatomic, copy) NSString *body; +@property (nonatomic, copy) NSString *status; + ++ (BOOL)supportsSecureCoding; + +- (void).cxx_destruct; +- (id)authenticationScheme; +- (id)body; +- (id)copyWithZone:(struct _NSZone { }*)arg1; +- (id)description; +- (void)encodeWithCoder:(id)arg1; +- (unsigned int)hash; +- (id)init; +- (id)initWithCoder:(id)arg1; +- (BOOL)isEqual:(id)arg1; +- (void)setAuthenticationScheme:(id)arg1; +- (void)setBody:(id)arg1; +- (void)setStatus:(id)arg1; +- (id)status; + +@end diff --git a/Frameworks/VideoSubscriberAccount.framework/VSAppDeviceConfig.h b/Frameworks/VideoSubscriberAccount.framework/VSAppDeviceConfig.h index bb9cd1e16f..0751e62d34 100644 --- a/Frameworks/VideoSubscriberAccount.framework/VSAppDeviceConfig.h +++ b/Frameworks/VideoSubscriberAccount.framework/VSAppDeviceConfig.h @@ -9,6 +9,7 @@ @property (readonly) unsigned int hash; @property (readonly) Class superclass; +- (id)currentSizeClasses; - (BOOL)isTimeZoneSet; - (unsigned int)preferredVideoFormat; - (unsigned int)preferredVideoPreviewFormat; diff --git a/Frameworks/VideoSubscriberAccount.framework/VSAppDocumentController.h b/Frameworks/VideoSubscriberAccount.framework/VSAppDocumentController.h index 64d9d64aa3..fbdedd70a4 100644 --- a/Frameworks/VideoSubscriberAccount.framework/VSAppDocumentController.h +++ b/Frameworks/VideoSubscriberAccount.framework/VSAppDocumentController.h @@ -31,6 +31,7 @@ - (id)appDocument; - (void)dealloc; - (id)delegate; +- (BOOL)document:(id)arg1 evaluateStyleMediaQuery:(id)arg2; - (void)documentDidUpdate:(id)arg1; - (void)documentNeedsUpdate:(id)arg1; - (id)init; diff --git a/Frameworks/VideoSubscriberAccount.framework/VSAppInstallCell.h b/Frameworks/VideoSubscriberAccount.framework/VSAppInstallCell.h new file mode 100644 index 0000000000..3266e1a2fe --- /dev/null +++ b/Frameworks/VideoSubscriberAccount.framework/VSAppInstallCell.h @@ -0,0 +1,26 @@ +/* Generated by RuntimeBrowser + Image: /System/Library/Frameworks/VideoSubscriberAccount.framework/VideoSubscriberAccount + */ + +@interface VSAppInstallCell : PSTableCell { + SKUIItemOfferButton * _installButton; + int _installState; +} + +@property (nonatomic) int installState; + ++ (id)specifierForAppWithDescription:(id)arg1 target:(id)arg2 action:(SEL)arg3; + +- (void).cxx_destruct; +- (id)_createInstallButton; +- (void)_updateSubviewsWithInstallState:(int)arg1; +- (id)initWithStyle:(int)arg1 reuseIdentifier:(id)arg2 specifier:(id)arg3; +- (int)installState; +- (void)layoutSubviews; +- (void)setInstallState:(int)arg1; +- (void)touchesBegan:(id)arg1 withEvent:(id)arg2; +- (void)touchesCancelled:(id)arg1 withEvent:(id)arg2; +- (void)touchesEnded:(id)arg1 withEvent:(id)arg2; +- (void)touchesMoved:(id)arg1 withEvent:(id)arg2; + +@end diff --git a/Frameworks/VideoSubscriberAccount.framework/VSApplication.h b/Frameworks/VideoSubscriberAccount.framework/VSApplication.h index 754852a8bf..d7a1f07856 100644 --- a/Frameworks/VideoSubscriberAccount.framework/VSApplication.h +++ b/Frameworks/VideoSubscriberAccount.framework/VSApplication.h @@ -6,6 +6,7 @@ IKAppContext * _appContext; VSAppDeviceConfig * _appDeviceConfig; NSURL * _bootURL; + NSHTTPCookieStorage * _cookieStorage; * _delegate; BOOL _shouldAllowRemoteInspection; } @@ -13,6 +14,7 @@ @property (nonatomic, retain) IKAppContext *appContext; @property (nonatomic, retain) VSAppDeviceConfig *appDeviceConfig; @property (nonatomic, readonly, copy) NSURL *bootURL; +@property (nonatomic, retain) NSHTTPCookieStorage *cookieStorage; @property (readonly, copy) NSString *debugDescription; @property (nonatomic) *delegate; @property (readonly, copy) NSString *description; @@ -40,6 +42,7 @@ - (id)appJSURL; - (id)appLaunchParams; - (id)bootURL; +- (id)cookieStorage; - (void)dealloc; - (id)delegate; - (id)deviceConfigForContext:(id)arg1; @@ -53,6 +56,7 @@ - (void)sendErrorWithMessage:(id)arg1; - (void)setAppContext:(id)arg1; - (void)setAppDeviceConfig:(id)arg1; +- (void)setCookieStorage:(id)arg1; - (void)setDelegate:(id)arg1; - (void)setShouldAllowRemoteInspection:(BOOL)arg1; - (BOOL)shouldAllowRemoteInspection; @@ -62,5 +66,6 @@ - (id)userDefaultsStorage; - (id)vendorIdentifier; - (id)vendorStorage; +- (id)xhrSessionConfigurationForContext:(id)arg1; @end diff --git a/Frameworks/VideoSubscriberAccount.framework/VSApplicationController.h b/Frameworks/VideoSubscriberAccount.framework/VSApplicationController.h index 972ccca12e..9d67ecf9e2 100644 --- a/Frameworks/VideoSubscriberAccount.framework/VSApplicationController.h +++ b/Frameworks/VideoSubscriberAccount.framework/VSApplicationController.h @@ -9,7 +9,7 @@ JSValue * _applicationReadyCallback; * _delegate; VSIdentityProvider * _identityProvider; - VSJSSAMLRequest * _javascriptRequest; + VSJSRequest * _javascriptRequest; VSPreferences * _preferences; NSOperationQueue * _privateQueue; VSApplicationControllerRequest * _request; @@ -25,7 +25,7 @@ @property (readonly, copy) NSString *description; @property (readonly) unsigned int hash; @property (nonatomic, retain) VSIdentityProvider *identityProvider; -@property (nonatomic, retain) VSJSSAMLRequest *javascriptRequest; +@property (nonatomic, retain) VSJSRequest *javascriptRequest; @property (nonatomic, retain) VSPreferences *preferences; @property (nonatomic, retain) NSOperationQueue *privateQueue; @property (nonatomic, retain) VSApplicationControllerRequest *request; @@ -36,12 +36,13 @@ - (void).cxx_destruct; - (id)_applicationLaunchParams; -- (void)_applicationReadyWithSuccess:(BOOL)arg1 javascriptError:(id)arg2; +- (void)_applicationReadyWithSuccess:(BOOL)arg1 javascriptErrorValue:(id)arg2; +- (void)_beginAuthentication; - (id)_bootURL; - (void)_cleanUpStoppedApp; -- (void)_completeRequestWithJavascriptResponse:(id)arg1 javascriptError:(id)arg2; +- (void)_completeRequestWithJavascriptResponse:(id)arg1 javascriptErrorValue:(id)arg2; - (void)_completeRequestWithResult:(id)arg1; -- (id)_errorForJavascriptError:(id)arg1; +- (id)_errorForJavascriptErrorValueValue:(id)arg1; - (id)_javascriptRequestForRequest:(id)arg1 withVerificationData:(id)arg2; - (id)_javascriptShowUserInterfacePurposeForAuthenticationUserInterfacePurpose:(int)arg1; - (id)_makeJavaScriptRequest; diff --git a/Frameworks/VideoSubscriberAccount.framework/VSApplicationControllerRequest.h b/Frameworks/VideoSubscriberAccount.framework/VSApplicationControllerRequest.h index 2dcbbcf8c2..2ca9a0c4e4 100644 --- a/Frameworks/VideoSubscriberAccount.framework/VSApplicationControllerRequest.h +++ b/Frameworks/VideoSubscriberAccount.framework/VSApplicationControllerRequest.h @@ -4,6 +4,7 @@ @interface VSApplicationControllerRequest : NSObject { NSString * _SAMLRequest; + NSArray * _attributeNames; NSString * _authenticationToken; NSString * _requestorVerificationToken; int _type; @@ -11,6 +12,7 @@ } @property (nonatomic, copy) NSString *SAMLRequest; +@property (nonatomic, copy) NSArray *attributeNames; @property (nonatomic, copy) NSString *authenticationToken; @property (nonatomic, copy) NSString *requestorVerificationToken; @property (nonatomic) int type; @@ -18,8 +20,10 @@ - (void).cxx_destruct; - (id)SAMLRequest; +- (id)attributeNames; - (id)authenticationToken; - (id)requestorVerificationToken; +- (void)setAttributeNames:(id)arg1; - (void)setAuthenticationToken:(id)arg1; - (void)setRequestorVerificationToken:(id)arg1; - (void)setSAMLRequest:(id)arg1; diff --git a/Frameworks/VideoSubscriberAccount.framework/VSApplicationControllerRequestFactory.h b/Frameworks/VideoSubscriberAccount.framework/VSApplicationControllerRequestFactory.h index da9b4bf133..23ed1695c9 100644 --- a/Frameworks/VideoSubscriberAccount.framework/VSApplicationControllerRequestFactory.h +++ b/Frameworks/VideoSubscriberAccount.framework/VSApplicationControllerRequestFactory.h @@ -9,7 +9,7 @@ + (id)_logoutSAMLRequestStringWithError:(id*)arg1; + (id)sharedFactory; -- (id)_applicationControllerRequestWithType:(int)arg1 SAMLRequestString:(id)arg2 authenticationToken:(id)arg3 requestorVerificationToken:(id)arg4 userInfo:(id)arg5; +- (id)_applicationControllerRequestWithType:(int)arg1 SAMLRequestString:(id)arg2 authenticationTokenBody:(id)arg3 requestorVerificationToken:(id)arg4 attributeNames:(id)arg5 userInfo:(id)arg6; - (id)accountMetadataApplicationControllerRequestWithAccountMetadataRequest:(id)arg1 authenticationToken:(id)arg2; - (id)authenticationApplicationControllerRequestWithAuthenticationToken:(id)arg1 forcedAuthentication:(BOOL)arg2; - (id)logoutApplicationControllerRequest; diff --git a/Frameworks/VideoSubscriberAccount.framework/VSApplicationControllerResponse.h b/Frameworks/VideoSubscriberAccount.framework/VSApplicationControllerResponse.h index 518cdaec0a..72b5e6b7bb 100644 --- a/Frameworks/VideoSubscriberAccount.framework/VSApplicationControllerResponse.h +++ b/Frameworks/VideoSubscriberAccount.framework/VSApplicationControllerResponse.h @@ -3,22 +3,30 @@ */ @interface VSApplicationControllerResponse : NSObject { - SAMLResponse * _SAMLResponse; - NSString * _SAMLResponseString; VSAccountAuthentication * _accountAuthentication; + NSString * _authenticationScheme; + NSNumber * _expectedAction; + NSString * _responseStatusCode; + NSString * _responseString; } -@property (nonatomic, retain) SAMLResponse *SAMLResponse; -@property (nonatomic, copy) NSString *SAMLResponseString; @property (nonatomic, retain) VSAccountAuthentication *accountAuthentication; +@property (nonatomic, copy) NSString *authenticationScheme; +@property (nonatomic, copy) NSNumber *expectedAction; +@property (nonatomic, copy) NSString *responseStatusCode; +@property (nonatomic, copy) NSString *responseString; - (void).cxx_destruct; -- (id)SAMLResponse; -- (id)SAMLResponseString; - (id)accountAuthentication; +- (id)authenticationScheme; - (id)description; +- (id)expectedAction; +- (id)responseStatusCode; +- (id)responseString; - (void)setAccountAuthentication:(id)arg1; -- (void)setSAMLResponse:(id)arg1; -- (void)setSAMLResponseString:(id)arg1; +- (void)setAuthenticationScheme:(id)arg1; +- (void)setExpectedAction:(id)arg1; +- (void)setResponseStatusCode:(id)arg1; +- (void)setResponseString:(id)arg1; @end diff --git a/Frameworks/VideoSubscriberAccount.framework/VSApplicationControllerResponseHandler.h b/Frameworks/VideoSubscriberAccount.framework/VSApplicationControllerResponseHandler.h index ebfc4f3c8e..adf2c83f76 100644 --- a/Frameworks/VideoSubscriberAccount.framework/VSApplicationControllerResponseHandler.h +++ b/Frameworks/VideoSubscriberAccount.framework/VSApplicationControllerResponseHandler.h @@ -4,7 +4,7 @@ @interface VSApplicationControllerResponseHandler : NSObject -- (id)_accountAuthenticationWithAuthNResponseString:(id)arg1 error:(id*)arg2; +- (id)_accountAuthenticationWithJavascriptResponse:(id)arg1 error:(id*)arg2; - (void)_handleJavascriptResponseInternal:(id)arg1 requestType:(int)arg2 accountAuthentication:(id)arg3 completionHandler:(id /* block */)arg4; - (id)_parseSAMLResponseString:(id)arg1 error:(id*)arg2; - (void)handleJavascriptResponse:(id)arg1 requestType:(int)arg2 completionHandler:(id /* block */)arg3; diff --git a/Frameworks/VideoSubscriberAccount.framework/VSAutoAuthenticationViewController_iOS.h b/Frameworks/VideoSubscriberAccount.framework/VSAutoAuthenticationViewController_iOS.h index b1269783d7..32de4822cc 100644 --- a/Frameworks/VideoSubscriberAccount.framework/VSAutoAuthenticationViewController_iOS.h +++ b/Frameworks/VideoSubscriberAccount.framework/VSAutoAuthenticationViewController_iOS.h @@ -7,7 +7,7 @@ UIBarButtonItem * _cancelButtonItem; BOOL _cancellationAllowed; id _contentSizeCategoryObserver; - * _delegate; + * _delegate; VSIdentityProviderLogoView * _logoView; UIButton * _manualSignInButton; UILabel * _manualSignInTitleLabel; @@ -24,7 +24,7 @@ @property (getter=isCancellationAllowed, nonatomic) BOOL cancellationAllowed; @property (nonatomic) id contentSizeCategoryObserver; @property (readonly, copy) NSString *debugDescription; -@property (nonatomic) *delegate; +@property (nonatomic) *delegate; @property (readonly, copy) NSString *description; @property (readonly) unsigned int hash; @property (nonatomic, retain) VSIdentityProviderLogoView *logoView; @@ -37,7 +37,7 @@ @property (nonatomic, retain) UIScrollView *scrollView; @property (nonatomic, retain) UIBarButtonItem *signInButtonItem; @property (readonly) Class superclass; -@property (nonatomic, retain) VSAutoAuthenticationViewModel *viewModel; +@property (nonatomic, readonly) VSViewModel *viewModel; - (void).cxx_destruct; - (void)_cancelButtonPressed:(id)arg1; diff --git a/Frameworks/VideoSubscriberAccount.framework/VSAutoAuthenticationViewModel.h b/Frameworks/VideoSubscriberAccount.framework/VSAutoAuthenticationViewModel.h index 56a6cfb4b4..80747323e4 100644 --- a/Frameworks/VideoSubscriberAccount.framework/VSAutoAuthenticationViewModel.h +++ b/Frameworks/VideoSubscriberAccount.framework/VSAutoAuthenticationViewModel.h @@ -2,7 +2,7 @@ Image: /System/Library/Frameworks/VideoSubscriberAccount.framework/VideoSubscriberAccount */ -@interface VSAutoAuthenticationViewModel : VSViewModel { +@interface VSAutoAuthenticationViewModel : VSCuratedViewModel { NSString * _accountName; * _delegate; NSString * _manualSignInButtonText; diff --git a/Frameworks/VideoSubscriberAccount.framework/VSBulletinService.h b/Frameworks/VideoSubscriberAccount.framework/VSBulletinService.h index f30436f2c8..928cf7fb42 100644 --- a/Frameworks/VideoSubscriberAccount.framework/VSBulletinService.h +++ b/Frameworks/VideoSubscriberAccount.framework/VSBulletinService.h @@ -4,6 +4,6 @@ @interface VSBulletinService : VSServiceListener -+ (id)sharedService; +- (id)init; @end diff --git a/Frameworks/VideoSubscriberAccount.framework/VSCookieServer.h b/Frameworks/VideoSubscriberAccount.framework/VSCookieServer.h new file mode 100644 index 0000000000..25032985e4 --- /dev/null +++ b/Frameworks/VideoSubscriberAccount.framework/VSCookieServer.h @@ -0,0 +1,39 @@ +/* Generated by RuntimeBrowser + Image: /System/Library/Frameworks/VideoSubscriberAccount.framework/VideoSubscriberAccount + */ + +@interface VSCookieServer : NSObject { + NSNumber * _cookieMaxAge; + NSString * _cookieName; + NSString * _cookieValue; + VSWebServer * _server; +} + +@property (nonatomic, readonly, copy) NSURL *URL; +@property (nonatomic, copy) NSNumber *cookieMaxAge; +@property (nonatomic, copy) NSString *cookieName; +@property (nonatomic, copy) NSString *cookieValue; +@property (readonly, copy) NSString *debugDescription; +@property (readonly, copy) NSString *description; +@property (readonly) unsigned int hash; +@property (nonatomic, retain) VSWebServer *server; +@property (readonly) Class superclass; + +- (void).cxx_destruct; +- (id)URL; +- (id)cookieGetter; +- (id)cookieMaxAge; +- (id)cookieName; +- (id)cookieSetter; +- (id)cookieValue; +- (id)init; +- (id)server; +- (void)setCookieMaxAge:(id)arg1; +- (void)setCookieName:(id)arg1; +- (void)setCookieValue:(id)arg1; +- (void)setServer:(id)arg1; +- (void)webServer:(id)arg1 didOpenConnection:(id)arg2; +- (void)webServer:(id)arg1 didReceiveError:(id)arg2; +- (void)webServerConnection:(id)arg1 didReceiveRequest:(id)arg2; + +@end diff --git a/Frameworks/VideoSubscriberAccount.framework/VSCredentialEntryViewController_iOS.h b/Frameworks/VideoSubscriberAccount.framework/VSCredentialEntryViewController_iOS.h index 173ce24bd0..70e331e2fb 100644 --- a/Frameworks/VideoSubscriberAccount.framework/VSCredentialEntryViewController_iOS.h +++ b/Frameworks/VideoSubscriberAccount.framework/VSCredentialEntryViewController_iOS.h @@ -5,7 +5,7 @@ @interface VSCredentialEntryViewController_iOS : ACUIViewController { BOOL _cancellationAllowed; NSArray * _credentialEntryFieldSpecifiers; - * _delegate; + * _delegate; UIProgressHUD * _deletingAccountHUD; float _keyboardHeight; id _keyboardWillHideObserver; @@ -19,7 +19,7 @@ @property (getter=isCancellationAllowed, nonatomic) BOOL cancellationAllowed; @property (nonatomic, retain) NSArray *credentialEntryFieldSpecifiers; @property (readonly, copy) NSString *debugDescription; -@property (nonatomic) *delegate; +@property (nonatomic) *delegate; @property (nonatomic, retain) UIProgressHUD *deletingAccountHUD; @property (readonly, copy) NSString *description; @property (readonly) unsigned int hash; @@ -31,7 +31,7 @@ @property (nonatomic, readonly) struct CGSize { float x1; float x2; } preferredLogoSize; @property (readonly) Class superclass; @property (nonatomic) id textFieldTextDidChangeObserver; -@property (nonatomic, retain) VSCredentialEntryViewModel *viewModel; +@property (nonatomic, readonly) VSViewModel *viewModel; - (void).cxx_destruct; - (id)_credentialEntryFieldForSpecifier:(id)arg1; @@ -44,7 +44,9 @@ - (void)_showDeletingAccountHUD; - (void)_showNavigationBarButtons; - (id)_specifierForTextField:(id)arg1; +- (void)_startObservingViewModel:(id)arg1; - (void)_startValidation; +- (void)_stopObservingViewModel:(id)arg1; - (void)_stopValidationAndShowButtons:(BOOL)arg1; - (id)_textFieldForSpecifier:(id)arg1; - (id)_textForSpecifier:(id)arg1; diff --git a/Frameworks/VideoSubscriberAccount.framework/VSCredentialEntryViewModel.h b/Frameworks/VideoSubscriberAccount.framework/VSCredentialEntryViewModel.h index f7c4872c3f..e3300ee270 100644 --- a/Frameworks/VideoSubscriberAccount.framework/VSCredentialEntryViewModel.h +++ b/Frameworks/VideoSubscriberAccount.framework/VSCredentialEntryViewModel.h @@ -2,7 +2,7 @@ Image: /System/Library/Frameworks/VideoSubscriberAccount.framework/VideoSubscriberAccount */ -@interface VSCredentialEntryViewModel : VSViewModel { +@interface VSCredentialEntryViewModel : VSCuratedViewModel { NSArray * _fields; NSString * _linkTitle; NSURL * _linkURL; @@ -18,6 +18,8 @@ - (void).cxx_destruct; - (void)_setNeedsUpdateValidationButtonState; +- (void)_startObservingFields:(id)arg1; +- (void)_stopObservingFields:(id)arg1; - (void)_updateValidationButtonState; - (void)dealloc; - (id)fields; diff --git a/Frameworks/VideoSubscriberAccount.framework/VSCuratedViewModel.h b/Frameworks/VideoSubscriberAccount.framework/VSCuratedViewModel.h new file mode 100644 index 0000000000..1faf6ac62d --- /dev/null +++ b/Frameworks/VideoSubscriberAccount.framework/VSCuratedViewModel.h @@ -0,0 +1,59 @@ +/* Generated by RuntimeBrowser + Image: /System/Library/Frameworks/VideoSubscriberAccount.framework/VideoSubscriberAccount + */ + +@interface VSCuratedViewModel : VSViewModel { + BOOL _beginValidationButtonEnabled; + NSString * _beginValidationButtonTitle; + NSString * _footerText; + NSString * _identityProviderDisplayName; + UIImage * _logo; + NSString * _logoAccessibilityLabel; + NSItemProvider * _logoProvider; + NSString * _message; + NSString * _notice; + BOOL _showDeleteAccountButton; + BOOL _showFooter; +} + +@property (getter=isBeginValidationButtonEnabled, nonatomic) BOOL beginValidationButtonEnabled; +@property (nonatomic, copy) NSString *beginValidationButtonTitle; +@property (readonly, copy) NSString *debugDescription; +@property (readonly, copy) NSString *description; +@property (nonatomic, copy) NSString *footerText; +@property (readonly) unsigned int hash; +@property (nonatomic, copy) NSString *identityProviderDisplayName; +@property (nonatomic, retain) UIImage *logo; +@property (nonatomic, copy) NSString *logoAccessibilityLabel; +@property (nonatomic, retain) NSItemProvider *logoProvider; +@property (nonatomic, copy) NSString *message; +@property (nonatomic, copy) NSString *notice; +@property (nonatomic) BOOL showDeleteAccountButton; +@property (nonatomic) BOOL showFooter; +@property (readonly) Class superclass; + +- (void).cxx_destruct; +- (id)beginValidationButtonTitle; +- (id)footerText; +- (id)identityProviderDisplayName; +- (BOOL)isBeginValidationButtonEnabled; +- (id)logo; +- (id)logoAccessibilityLabel; +- (id)logoProvider; +- (id)message; +- (id)notice; +- (void)setBeginValidationButtonEnabled:(BOOL)arg1; +- (void)setBeginValidationButtonTitle:(id)arg1; +- (void)setFooterText:(id)arg1; +- (void)setIdentityProviderDisplayName:(id)arg1; +- (void)setLogo:(id)arg1; +- (void)setLogoAccessibilityLabel:(id)arg1; +- (void)setLogoProvider:(id)arg1; +- (void)setMessage:(id)arg1; +- (void)setNotice:(id)arg1; +- (void)setShowDeleteAccountButton:(BOOL)arg1; +- (void)setShowFooter:(BOOL)arg1; +- (BOOL)showDeleteAccountButton; +- (BOOL)showFooter; + +@end diff --git a/Frameworks/VideoSubscriberAccount.framework/VSDemoProvider.h b/Frameworks/VideoSubscriberAccount.framework/VSDemoProvider.h new file mode 100644 index 0000000000..1815db9b6d --- /dev/null +++ b/Frameworks/VideoSubscriberAccount.framework/VSDemoProvider.h @@ -0,0 +1,56 @@ +/* Generated by RuntimeBrowser + Image: /System/Library/Frameworks/VideoSubscriberAccount.framework/VideoSubscriberAccount + */ + +@interface VSDemoProvider : NSObject { + NSString * _appIdentifier; + NSURL * _appStoreRoomURL; + NSArray * _authProtocols; + NSArray * _authTemplates; + VSCookieServer * _cookieServer; + BOOL _prohibited; + NSString * _providerIdentifier; + VSDemoProviderServer * _server; + NSString * _vendorIdentifier; +} + +@property (nonatomic, copy) NSString *appIdentifier; +@property (nonatomic, copy) NSURL *appStoreRoomURL; +@property (nonatomic, copy) NSArray *authProtocols; +@property (nonatomic, copy) NSArray *authTemplates; +@property (nonatomic, readonly, copy) NSURL *authURL; +@property (nonatomic, retain) VSCookieServer *cookieServer; +@property (nonatomic, copy) NSString *displayName; +@property (getter=isProhibited, nonatomic) BOOL prohibited; +@property (nonatomic, copy) NSString *providerIdentifier; +@property (nonatomic, retain) VSDemoProviderServer *server; +@property (nonatomic, copy) NSString *vendorIdentifier; + ++ (id)deafultDemoProvidersStoreResponse; ++ (id)defaultDemoProviders; + +- (void).cxx_destruct; +- (id)appIdentifier; +- (id)appStoreRoomURL; +- (id)authProtocols; +- (id)authTemplates; +- (id)authURL; +- (id)cookieServer; +- (id)displayName; +- (id)init; +- (BOOL)isProhibited; +- (id)providerIdentifier; +- (id)server; +- (void)setAppIdentifier:(id)arg1; +- (void)setAppStoreRoomURL:(id)arg1; +- (void)setAuthProtocols:(id)arg1; +- (void)setAuthTemplates:(id)arg1; +- (void)setCookieServer:(id)arg1; +- (void)setDisplayName:(id)arg1; +- (void)setProhibited:(BOOL)arg1; +- (void)setProviderIdentifier:(id)arg1; +- (void)setServer:(id)arg1; +- (void)setVendorIdentifier:(id)arg1; +- (id)vendorIdentifier; + +@end diff --git a/Frameworks/VideoSubscriberAccount.framework/VSDemoProviderServer.h b/Frameworks/VideoSubscriberAccount.framework/VSDemoProviderServer.h new file mode 100644 index 0000000000..301bc5039d --- /dev/null +++ b/Frameworks/VideoSubscriberAccount.framework/VSDemoProviderServer.h @@ -0,0 +1,50 @@ +/* Generated by RuntimeBrowser + Image: /System/Library/Frameworks/VideoSubscriberAccount.framework/VideoSubscriberAccount + */ + +@interface VSDemoProviderServer : NSObject { + NSUUID * _cacheBuster; + NSURL * _cookieServerURL; + NSString * _providerLogoResourceName; + NSString * _providerName; + VSWebServer * _server; + NSString * _templateName; +} + +@property (nonatomic, readonly, copy) NSURL *bootURL; +@property (nonatomic, copy) NSUUID *cacheBuster; +@property (nonatomic, copy) NSURL *cookieServerURL; +@property (readonly, copy) NSString *debugDescription; +@property (readonly, copy) NSString *description; +@property (readonly) unsigned int hash; +@property (nonatomic, copy) NSString *providerLogoResourceName; +@property (nonatomic, copy) NSString *providerName; +@property (nonatomic, retain) VSWebServer *server; +@property (readonly) Class superclass; +@property (nonatomic, copy) NSString *templateName; + +- (void).cxx_destruct; +- (id)_bootPath; +- (id)_helperPath; +- (id)_logoPath; +- (id)_responseToRequest:(id)arg1 usingResourceOfType:(id)arg2 withName:(id)arg3; +- (id)_webPath; +- (id)bootURL; +- (id)cacheBuster; +- (id)cookieServerURL; +- (id)init; +- (id)providerLogoResourceName; +- (id)providerName; +- (id)server; +- (void)setCacheBuster:(id)arg1; +- (void)setCookieServerURL:(id)arg1; +- (void)setProviderLogoResourceName:(id)arg1; +- (void)setProviderName:(id)arg1; +- (void)setServer:(id)arg1; +- (void)setTemplateName:(id)arg1; +- (id)templateName; +- (void)webServer:(id)arg1 didOpenConnection:(id)arg2; +- (void)webServer:(id)arg1 didReceiveError:(id)arg2; +- (void)webServerConnection:(id)arg1 didReceiveRequest:(id)arg2; + +@end diff --git a/Frameworks/VideoSubscriberAccount.framework/VSDeveloperAttribute.h b/Frameworks/VideoSubscriberAccount.framework/VSDeveloperAttribute.h new file mode 100644 index 0000000000..fde5257ab2 --- /dev/null +++ b/Frameworks/VideoSubscriberAccount.framework/VSDeveloperAttribute.h @@ -0,0 +1,42 @@ +/* Generated by RuntimeBrowser + Image: /System/Library/Frameworks/VideoSubscriberAccount.framework/VideoSubscriberAccount + */ + +@interface VSDeveloperAttribute : NSObject { + int _autocorrectionType; + NSString * _displayName; + NSString * _keyPath; + int _keyboardType; + NSString * _placeholder; + int _spellCheckingType; + NSValueTransformer * _valueTransformer; +} + +@property (nonatomic) int autocorrectionType; +@property (nonatomic, copy) NSString *displayName; +@property (nonatomic, copy) NSString *keyPath; +@property (nonatomic) int keyboardType; +@property (nonatomic, copy) NSString *placeholder; +@property (nonatomic) int spellCheckingType; +@property (nonatomic, retain) NSValueTransformer *valueTransformer; + ++ (id)standardAttributes; + +- (void).cxx_destruct; +- (int)autocorrectionType; +- (id)displayName; +- (id)init; +- (id)keyPath; +- (int)keyboardType; +- (id)placeholder; +- (void)setAutocorrectionType:(int)arg1; +- (void)setDisplayName:(id)arg1; +- (void)setKeyPath:(id)arg1; +- (void)setKeyboardType:(int)arg1; +- (void)setPlaceholder:(id)arg1; +- (void)setSpellCheckingType:(int)arg1; +- (void)setValueTransformer:(id)arg1; +- (int)spellCheckingType; +- (id)valueTransformer; + +@end diff --git a/Frameworks/VideoSubscriberAccount.framework/VSDeveloperAttributeCell.h b/Frameworks/VideoSubscriberAccount.framework/VSDeveloperAttributeCell.h new file mode 100644 index 0000000000..f7f6e9133c --- /dev/null +++ b/Frameworks/VideoSubscriberAccount.framework/VSDeveloperAttributeCell.h @@ -0,0 +1,56 @@ +/* Generated by RuntimeBrowser + Image: /System/Library/Frameworks/VideoSubscriberAccount.framework/VideoSubscriberAccount + */ + +@interface VSDeveloperAttributeCell : UITableViewCell { + * _delegate; + UILabel * _label; + UITextField * _textField; +} + +@property (nonatomic) int autocorrectionType; +@property (readonly, copy) NSString *debugDescription; +@property (nonatomic) *delegate; +@property (readonly, copy) NSString *description; +@property (nonatomic, copy) NSString *fieldValue; +@property (readonly) unsigned int hash; +@property (nonatomic) int keyboardType; +@property (nonatomic, retain) UILabel *label; +@property (nonatomic, copy) NSString *name; +@property (nonatomic, copy) NSString *placeholder; +@property (nonatomic) int returnKeyType; +@property (nonatomic) int spellCheckingType; +@property (readonly) Class superclass; +@property (nonatomic, retain) UITextField *textField; + ++ (id)nib; + +- (void).cxx_destruct; +- (void)_textFieldTextDidChange:(id)arg1; +- (int)autocorrectionType; +- (void)awakeFromNib; +- (void)dealloc; +- (id)delegate; +- (id)fieldValue; +- (int)keyboardType; +- (id)label; +- (id)name; +- (id)placeholder; +- (BOOL)resignFirstResponder; +- (int)returnKeyType; +- (void)setAutocorrectionType:(int)arg1; +- (void)setDelegate:(id)arg1; +- (void)setFieldValue:(id)arg1; +- (void)setKeyboardType:(int)arg1; +- (void)setLabel:(id)arg1; +- (void)setName:(id)arg1; +- (void)setPlaceholder:(id)arg1; +- (void)setReturnKeyType:(int)arg1; +- (void)setSelected:(BOOL)arg1 animated:(BOOL)arg2; +- (void)setSpellCheckingType:(int)arg1; +- (void)setTextField:(id)arg1; +- (int)spellCheckingType; +- (id)textField; +- (BOOL)textFieldShouldReturn:(id)arg1; + +@end diff --git a/Frameworks/VideoSubscriberAccount.framework/VSDeveloperIdentityProviderViewController_iOS.h b/Frameworks/VideoSubscriberAccount.framework/VSDeveloperIdentityProviderViewController_iOS.h new file mode 100644 index 0000000000..3051061eec --- /dev/null +++ b/Frameworks/VideoSubscriberAccount.framework/VSDeveloperIdentityProviderViewController_iOS.h @@ -0,0 +1,52 @@ +/* Generated by RuntimeBrowser + Image: /System/Library/Frameworks/VideoSubscriberAccount.framework/VideoSubscriberAccount + */ + +@interface VSDeveloperIdentityProviderViewController_iOS : UITableViewController { + NSArray * _attributes; + * _delegate; + int _editingMode; + VSIdentityProvider * _identityProvider; +} + +@property (nonatomic, copy) NSArray *attributes; +@property (readonly, copy) NSString *debugDescription; +@property (nonatomic) *delegate; +@property (readonly, copy) NSString *description; +@property (nonatomic) int editingMode; +@property (readonly) unsigned int hash; +@property (nonatomic, copy) VSIdentityProvider *identityProvider; +@property (readonly) Class superclass; + +- (void).cxx_destruct; +- (id)_attributeForCell:(id)arg1; +- (void)_cancelButtonPressed:(id)arg1; +- (id)_cellReuseIdentifierForRowAtIndexPath:(id)arg1; +- (void)_configureCell:(id)arg1 forRowAtIndexPath:(id)arg2; +- (void)_didCancel; +- (void)_didDelete; +- (void)_didFinish; +- (void)_doneButtonPressed:(id)arg1; +- (BOOL)_isLastAttributeIndexPath:(id)arg1; +- (void)_presentDeletionConfirmationFromCellAtIndexPath:(id)arg1; +- (id)attributes; +- (id)delegate; +- (void)developerAttributeCell:(id)arg1 fieldValueDidChange:(id)arg2; +- (void)developerAttributeCellDidFinish:(id)arg1; +- (int)editingMode; +- (id)identityProvider; +- (id)initWithStyle:(int)arg1; +- (int)modalPresentationStyle; +- (int)numberOfSectionsInTableView:(id)arg1; +- (void)setAttributes:(id)arg1; +- (void)setDelegate:(id)arg1; +- (void)setEditingMode:(int)arg1; +- (void)setIdentityProvider:(id)arg1; +- (id)tableView:(id)arg1 cellForRowAtIndexPath:(id)arg2; +- (void)tableView:(id)arg1 didSelectRowAtIndexPath:(id)arg2; +- (int)tableView:(id)arg1 numberOfRowsInSection:(int)arg2; +- (void)viewDidAppear:(BOOL)arg1; +- (void)viewDidLoad; +- (void)viewWillDisappear:(BOOL)arg1; + +@end diff --git a/Frameworks/VideoSubscriberAccount.framework/VSDeveloperService.h b/Frameworks/VideoSubscriberAccount.framework/VSDeveloperService.h index c71eb6583c..6d78dcbe28 100644 --- a/Frameworks/VideoSubscriberAccount.framework/VSDeveloperService.h +++ b/Frameworks/VideoSubscriberAccount.framework/VSDeveloperService.h @@ -4,6 +4,6 @@ @interface VSDeveloperService : VSServiceListener -+ (id)sharedService; +- (id)init; @end diff --git a/Frameworks/VideoSubscriberAccount.framework/VSDeveloperSettingsViewController_iOS.h b/Frameworks/VideoSubscriberAccount.framework/VSDeveloperSettingsViewController_iOS.h new file mode 100644 index 0000000000..0613e3ae38 --- /dev/null +++ b/Frameworks/VideoSubscriberAccount.framework/VSDeveloperSettingsViewController_iOS.h @@ -0,0 +1,37 @@ +/* Generated by RuntimeBrowser + Image: /System/Library/Frameworks/VideoSubscriberAccount.framework/VideoSubscriberAccount + */ + +@interface VSDeveloperSettingsViewController_iOS : PSViewController { + * _pickerViewController; + NSOperationQueue * _privateQueue; +} + +@property (readonly, copy) NSString *debugDescription; +@property (readonly, copy) NSString *description; +@property (readonly) unsigned int hash; +@property (nonatomic, retain) *pickerViewController; +@property (nonatomic, retain) NSOperationQueue *privateQueue; +@property (readonly) Class superclass; + +- (void).cxx_destruct; +- (void)_deselectSelectedProvider; +- (void)_enqueueChange:(int)arg1 withIdentityProvider:(id)arg2; +- (void)_fetchDeveloperProvidersWithCompletionHandler:(id /* block */)arg1; +- (void)_presentError:(id)arg1; +- (void)_setupAppropriateChildViewController; +- (void)_showDetailsForIdentityProvider:(id)arg1; +- (void)_updateChildViewController:(id)arg1; +- (void)developerIdentityProviderViewControllerDidCancel:(id)arg1; +- (void)developerIdentityProviderViewControllerDidDelete:(id)arg1; +- (void)developerIdentityProviderViewControllerDidFinish:(id)arg1; +- (void)identityProviderPickerViewController:(id)arg1 didPickIdentityProvider:(id)arg2; +- (void)identityProviderPickerViewControllerDidPickAdditionalIdentityProviders:(id)arg1; +- (id)initWithNibName:(id)arg1 bundle:(id)arg2; +- (id)pickerViewController; +- (id)privateQueue; +- (void)setPickerViewController:(id)arg1; +- (void)setPrivateQueue:(id)arg1; +- (void)viewDidLoad; + +@end diff --git a/Frameworks/VideoSubscriberAccount.framework/VSIdentityProvider.h b/Frameworks/VideoSubscriberAccount.framework/VSIdentityProvider.h index 613605b649..22d645651e 100644 --- a/Frameworks/VideoSubscriberAccount.framework/VSIdentityProvider.h +++ b/Frameworks/VideoSubscriberAccount.framework/VSIdentityProvider.h @@ -8,8 +8,10 @@ NSURL * _authenticationURL; BOOL _developer; NSString * _nameForSorting; + BOOL _prohibitedByStore; NSString * _providerID; - BOOL _supported; + NSArray * _supportedAuthenticationSchemes; + NSArray * _supportedTemplates; NSString * _uniqueID; } @@ -19,8 +21,12 @@ @property (getter=isDeveloper, nonatomic) BOOL developer; @property (nonatomic, readonly, copy) NSString *displayName; @property (nonatomic, copy) NSString *nameForSorting; +@property (getter=isProhibitedByStore, nonatomic) BOOL prohibitedByStore; @property (nonatomic, copy) NSString *providerID; -@property (getter=isSupported, nonatomic) BOOL supported; +@property (nonatomic, copy) NSArray *supportedAuthenticationSchemes; +@property (nonatomic, copy) NSArray *supportedTemplates; +@property (nonatomic, readonly) BOOL supportsTemplatesSufficientForCurrentPlatform; +@property (nonatomic, readonly) BOOL supportsTemplatesSufficientForSomeKnownPlatform; @property (nonatomic, copy) NSString *uniqueID; + (id)keyPathsForValuesAffectingDisplayName; @@ -39,7 +45,7 @@ - (id)initWithCoder:(id)arg1; - (BOOL)isDeveloper; - (BOOL)isEqual:(id)arg1; -- (BOOL)isSupported; +- (BOOL)isProhibitedByStore; - (id)nameForSorting; - (id)providerID; - (void)setAppAdamID:(id)arg1; @@ -47,9 +53,16 @@ - (void)setAuthenticationURL:(id)arg1; - (void)setDeveloper:(BOOL)arg1; - (void)setNameForSorting:(id)arg1; +- (void)setProhibitedByStore:(BOOL)arg1; - (void)setProviderID:(id)arg1; -- (void)setSupported:(BOOL)arg1; +- (void)setSupportedAuthenticationSchemes:(id)arg1; +- (void)setSupportedTemplates:(id)arg1; - (void)setUniqueID:(id)arg1; +- (id)supportedAuthenticationSchemes; +- (id)supportedTemplates; +- (BOOL)supportsRequestsExpectingAuthenticationSchemes:(id)arg1; +- (BOOL)supportsTemplatesSufficientForCurrentPlatform; +- (BOOL)supportsTemplatesSufficientForSomeKnownPlatform; - (id)uniqueID; @end diff --git a/Frameworks/VideoSubscriberAccount.framework/VSIdentityProviderController.h b/Frameworks/VideoSubscriberAccount.framework/VSIdentityProviderController.h index 84274a2484..5183a3e2cf 100644 --- a/Frameworks/VideoSubscriberAccount.framework/VSIdentityProviderController.h +++ b/Frameworks/VideoSubscriberAccount.framework/VSIdentityProviderController.h @@ -2,7 +2,7 @@ Image: /System/Library/Frameworks/VideoSubscriberAccount.framework/VideoSubscriberAccount */ -@interface VSIdentityProviderController : NSObject { +@interface VSIdentityProviderController : NSObject { BOOL _cancellationAllowed; * _delegate; BOOL _didShowAuthenticationViewController; @@ -39,6 +39,8 @@ - (void)_completeRequestWithResult:(id)arg1; - (void)_configureAutoAuthenticationViewModel:(id)arg1 forRequest:(id)arg2; - (void)_configureCredentialEntryViewModel:(id)arg1 forRequest:(id)arg2; +- (void)_configureCuratedViewModel:(id)arg1 forRequest:(id)arg2; +- (void)_configureOnscreenCodeViewModel:(id)arg1 forRequest:(id)arg2; - (void)_configureViewModel:(id)arg1 forRequest:(id)arg2; - (void)_didCancel; - (void)_hideViewController; @@ -52,8 +54,7 @@ - (void)_showLoadingViewController; - (void)_showViewController:(id)arg1; - (void)_showViewController:(id)arg1 currentlyShowingViewController:(BOOL)arg2; -- (void)autoAuthenticationViewControllerDidCancel:(id)arg1; -- (void)credentialEntryViewControllerDidCancel:(id)arg1; +- (void)authenticationViewControllerDidCancel:(id)arg1; - (id)delegate; - (BOOL)didShowAuthenticationViewController; - (BOOL)didShowViewController; diff --git a/Frameworks/VideoSubscriberAccount.framework/VSIdentityProviderRequestManager.h b/Frameworks/VideoSubscriberAccount.framework/VSIdentityProviderRequestManager.h index 42ea0e7e04..41a04fb303 100644 --- a/Frameworks/VideoSubscriberAccount.framework/VSIdentityProviderRequestManager.h +++ b/Frameworks/VideoSubscriberAccount.framework/VSIdentityProviderRequestManager.h @@ -45,7 +45,7 @@ @property (nonatomic, retain) VSViewModel *viewModel; - (void).cxx_destruct; -- (id)_accountMetadataWithSAMLResponseString:(id)arg1 accountMetadataRequest:(id)arg2 verificationData:(id)arg3; +- (id)_accountMetadataWithAuthenticationScheme:(id)arg1 responseStatusCode:(id)arg2 responseString:(id)arg3 accountMetadataRequest:(id)arg4 verificationData:(id)arg5; - (id)_applicationControllerRequestWithIdentityProviderRequest:(id)arg1; - (BOOL)_canShowAuthenticationUI; - (void)_completeAuthenticationRequestWithApplicationControllerResponse:(id)arg1; diff --git a/Frameworks/VideoSubscriberAccount.framework/VSJSMessagePort.h b/Frameworks/VideoSubscriberAccount.framework/VSJSMessagePort.h new file mode 100644 index 0000000000..6229a65d71 --- /dev/null +++ b/Frameworks/VideoSubscriberAccount.framework/VSJSMessagePort.h @@ -0,0 +1,16 @@ +/* Generated by RuntimeBrowser + Image: /System/Library/Frameworks/VideoSubscriberAccount.framework/VideoSubscriberAccount + */ + +@interface VSJSMessagePort : IKJSObject { + * _delegate; +} + +@property (nonatomic) *delegate; + +- (void).cxx_destruct; +- (id)delegate; +- (void)postMessage:(id)arg1; +- (void)setDelegate:(id)arg1; + +@end diff --git a/Frameworks/VideoSubscriberAccount.framework/VSJSSAMLRequest.h b/Frameworks/VideoSubscriberAccount.framework/VSJSRequest.h similarity index 84% rename from Frameworks/VideoSubscriberAccount.framework/VSJSSAMLRequest.h rename to Frameworks/VideoSubscriberAccount.framework/VSJSRequest.h index 10c04f3788..d5abdab772 100644 --- a/Frameworks/VideoSubscriberAccount.framework/VSJSSAMLRequest.h +++ b/Frameworks/VideoSubscriberAccount.framework/VSJSRequest.h @@ -2,8 +2,9 @@ Image: /System/Library/Frameworks/VideoSubscriberAccount.framework/VideoSubscriberAccount */ -@interface VSJSSAMLRequest : IKJSObject { +@interface VSJSRequest : IKJSObject { NSString * _appleVerificationToken; + NSArray * _attributeNames; NSString * _currentAuthentication; NSString * _requestBody; NSString * _requestType; @@ -12,6 +13,7 @@ } @property (nonatomic, copy) NSString *appleVerificationToken; +@property (nonatomic, copy) NSArray *attributeNames; @property (nonatomic, copy) NSString *currentAuthentication; @property (nonatomic, copy) NSString *requestBody; @property (nonatomic, copy) NSString *requestType; @@ -20,6 +22,7 @@ - (void).cxx_destruct; - (id)appleVerificationToken; +- (id)attributeNames; - (id)copyWithZone:(struct _NSZone { }*)arg1; - (id)currentAuthentication; - (id)requestBody; @@ -27,6 +30,7 @@ - (id)requestorInfo; - (id)requestorVerificationToken; - (void)setAppleVerificationToken:(id)arg1; +- (void)setAttributeNames:(id)arg1; - (void)setCurrentAuthentication:(id)arg1; - (void)setRequestBody:(id)arg1; - (void)setRequestType:(id)arg1; diff --git a/Frameworks/VideoSubscriberAccount.framework/VSJSResponsePayload.h b/Frameworks/VideoSubscriberAccount.framework/VSJSResponsePayload.h new file mode 100644 index 0000000000..142429c73d --- /dev/null +++ b/Frameworks/VideoSubscriberAccount.framework/VSJSResponsePayload.h @@ -0,0 +1,49 @@ +/* Generated by RuntimeBrowser + Image: /System/Library/Frameworks/VideoSubscriberAccount.framework/VideoSubscriberAccount + */ + +@interface VSJSResponsePayload : IKJSObject { + NSString * _authN; + NSString * _authenticationScheme; + NSNumber * _expectedAction; + NSDate * _expirationDate; + NSString * _logout; + NSString * _statusCode; + NSArray * _userChannelList; + NSString * _userMetadata; + NSString * _username; +} + +@property (nonatomic, copy) NSString *authN; +@property (nonatomic, copy) NSString *authenticationScheme; +@property (nonatomic, copy) NSNumber *expectedAction; +@property (nonatomic, copy) NSDate *expirationDate; +@property (nonatomic, copy) NSString *logout; +@property (nonatomic, copy) NSString *statusCode; +@property (nonatomic, copy) NSArray *userChannelList; +@property (nonatomic, copy) NSString *userMetadata; +@property (nonatomic, copy) NSString *username; + +- (void).cxx_destruct; +- (id)authN; +- (id)authenticationScheme; +- (id)copyWithZone:(struct _NSZone { }*)arg1; +- (id)expectedAction; +- (id)expirationDate; +- (id)init; +- (id)logout; +- (void)setAuthN:(id)arg1; +- (void)setAuthenticationScheme:(id)arg1; +- (void)setExpectedAction:(id)arg1; +- (void)setExpirationDate:(id)arg1; +- (void)setLogout:(id)arg1; +- (void)setStatusCode:(id)arg1; +- (void)setUserChannelList:(id)arg1; +- (void)setUserMetadata:(id)arg1; +- (void)setUsername:(id)arg1; +- (id)statusCode; +- (id)userChannelList; +- (id)userMetadata; +- (id)username; + +@end diff --git a/Frameworks/VideoSubscriberAccount.framework/VSJSSAMLResponse.h b/Frameworks/VideoSubscriberAccount.framework/VSJSSAMLResponse.h deleted file mode 100644 index 87e2275cb5..0000000000 --- a/Frameworks/VideoSubscriberAccount.framework/VSJSSAMLResponse.h +++ /dev/null @@ -1,29 +0,0 @@ -/* Generated by RuntimeBrowser - Image: /System/Library/Frameworks/VideoSubscriberAccount.framework/VideoSubscriberAccount - */ - -@interface VSJSSAMLResponse : IKJSObject { - NSString * _authN; - NSString * _logout; - NSArray * _userChannelList; - NSString * _userMetadata; -} - -@property (nonatomic, copy) NSString *authN; -@property (nonatomic, copy) NSString *logout; -@property (nonatomic, copy) NSArray *userChannelList; -@property (nonatomic, copy) NSString *userMetadata; - -- (void).cxx_destruct; -- (id)authN; -- (id)copyWithZone:(struct _NSZone { }*)arg1; -- (id)init; -- (id)logout; -- (void)setAuthN:(id)arg1; -- (void)setLogout:(id)arg1; -- (void)setUserChannelList:(id)arg1; -- (void)setUserMetadata:(id)arg1; -- (id)userChannelList; -- (id)userMetadata; - -@end diff --git a/Frameworks/VideoSubscriberAccount.framework/VSKeychainEditingContext.h b/Frameworks/VideoSubscriberAccount.framework/VSKeychainEditingContext.h index 0d92b8d37c..31a9fa6cda 100644 --- a/Frameworks/VideoSubscriberAccount.framework/VSKeychainEditingContext.h +++ b/Frameworks/VideoSubscriberAccount.framework/VSKeychainEditingContext.h @@ -17,12 +17,13 @@ - (id)_findOrCreateItemForCommittedValues:(id)arg1 withItemKind:(id)arg2; - (void)_populateErrors:(id)arg1 withResult:(long)arg2 affectingItem:(id)arg3; - (void)_populateQuery:(struct __CFDictionary { }*)arg1 usingPredicate:(id)arg2 withItemKind:(id)arg3; -- (void)_populateResult:(id)arg1 withItemOfKind:(id)arg2 fromMatch:(struct __CFDictionary { }*)arg3; +- (void)_populateResult:(id)arg1 forRequest:(id)arg2 fromMatch:(struct __CFDictionary { }*)arg3; - (void)_populateUserInfoDictionary:(id)arg1 withSecErrorCode:(long)arg2; - (id)_subsetOfRegisteredItemsWithKeyPath:(id)arg1; - (void)deleteItem:(id)arg1; - (id)deletedItems; - (id)executeFetchRequest:(id)arg1 error:(id*)arg2; +- (void)fulfillFault:(id)arg1; - (id)init; - (void)insertItem:(id)arg1; - (id)insertedItems; diff --git a/Frameworks/VideoSubscriberAccount.framework/VSKeychainGenericPassword.h b/Frameworks/VideoSubscriberAccount.framework/VSKeychainGenericPassword.h index 1a9dc03dfb..6cf625a988 100644 --- a/Frameworks/VideoSubscriberAccount.framework/VSKeychainGenericPassword.h +++ b/Frameworks/VideoSubscriberAccount.framework/VSKeychainGenericPassword.h @@ -9,7 +9,6 @@ @property (nonatomic, copy) NSString *comment; @property (nonatomic, readonly, copy) NSDate *creationDate; @property (nonatomic, copy) NSNumber *creatorCode; -@property (nonatomic, copy) NSData *data; @property (nonatomic, copy) NSString *generic; @property (getter=isInvisible, nonatomic) BOOL invisible; @property (nonatomic, copy) NSString *itemDescription; @@ -20,13 +19,13 @@ @property (getter=isSynchronizable, nonatomic) BOOL synchronizable; @property (nonatomic, copy) NSNumber *typeCode; +- (id)_faultWhileAccessingPrimitiveValueForKey:(id)arg1; - (void)_notifyWhileSettingPrimitiveValue:(id)arg1 forKey:(id)arg2; - (id)accessGroup; - (id)account; - (id)comment; - (id)creationDate; - (id)creatorCode; -- (id)data; - (id)generic; - (id)init; - (BOOL)isInvisible; @@ -40,7 +39,6 @@ - (void)setAccount:(id)arg1; - (void)setComment:(id)arg1; - (void)setCreatorCode:(id)arg1; -- (void)setData:(id)arg1; - (void)setGeneric:(id)arg1; - (void)setInvisible:(BOOL)arg1; - (void)setItemDescription:(id)arg1; diff --git a/Frameworks/VideoSubscriberAccount.framework/VSKeychainItem.h b/Frameworks/VideoSubscriberAccount.framework/VSKeychainItem.h index 161cd693a8..203cdc425a 100644 --- a/Frameworks/VideoSubscriberAccount.framework/VSKeychainItem.h +++ b/Frameworks/VideoSubscriberAccount.framework/VSKeychainItem.h @@ -6,6 +6,7 @@ NSMutableDictionary * _committedValues; BOOL _deleted; VSKeychainEditingContext * _editingContext; + BOOL _hasFaultForData; BOOL _inserted; VSKeychainItemKind * _itemKind; NSMutableDictionary * _primitiveValues; @@ -13,9 +14,11 @@ } @property (nonatomic, retain) NSMutableDictionary *committedValues; +@property (nonatomic, copy) NSData *data; @property (getter=isDeleted, nonatomic) BOOL deleted; @property (nonatomic) VSKeychainEditingContext *editingContext; @property (nonatomic, readonly) BOOL hasChanges; +@property (nonatomic) BOOL hasFaultForData; @property (nonatomic, readonly) BOOL hasPersistentChangedValues; @property (getter=isInserted, nonatomic) BOOL inserted; @property (nonatomic, readonly, copy) VSKeychainItemKind *itemKind; @@ -27,9 +30,12 @@ - (id)committedValueForKey:(id)arg1; - (id)committedValues; - (id)committedValuesForKeys:(id)arg1; +- (id)data; - (id)description; +- (void)didAccessValueForKey:(id)arg1; - (id)editingContext; - (BOOL)hasChanges; +- (BOOL)hasFaultForData; - (BOOL)hasPersistentChangedValues; - (id)init; - (id)initWithItemKind:(id)arg1 insertIntoEditingContext:(id)arg2; @@ -40,11 +46,14 @@ - (id)primitiveValueForKey:(id)arg1; - (id)primitiveValues; - (void)setCommittedValues:(id)arg1; +- (void)setData:(id)arg1; - (void)setDeleted:(BOOL)arg1; - (void)setEditingContext:(id)arg1; +- (void)setHasFaultForData:(BOOL)arg1; - (void)setInserted:(BOOL)arg1; - (void)setPrimitiveValue:(id)arg1 forKey:(id)arg2; - (void)setPrimitiveValues:(id)arg1; - (void)setUpdated:(BOOL)arg1; +- (void)willAccessValueForKey:(id)arg1; @end diff --git a/Frameworks/VideoSubscriberAccount.framework/VSMessagePortFeature.h b/Frameworks/VideoSubscriberAccount.framework/VSMessagePortFeature.h new file mode 100644 index 0000000000..4d9190f8bc --- /dev/null +++ b/Frameworks/VideoSubscriberAccount.framework/VSMessagePortFeature.h @@ -0,0 +1,29 @@ +/* Generated by RuntimeBrowser + Image: /System/Library/Frameworks/VideoSubscriberAccount.framework/VideoSubscriberAccount + */ + +@interface VSMessagePortFeature : NSObject { + IKAppContext * _appContext; + * _delegate; + NSString * _featureName; +} + +@property (nonatomic, readonly) IKAppContext *appContext; +@property (readonly, copy) NSString *debugDescription; +@property (nonatomic) *delegate; +@property (readonly, copy) NSString *description; +@property (nonatomic, readonly, copy) NSString *featureName; +@property (readonly) unsigned int hash; +@property (readonly) Class superclass; + ++ (id)makeFeatureJSObjectForFeature:(id)arg1; + +- (void).cxx_destruct; +- (id)appContext; +- (id)delegate; +- (id)featureName; +- (id)initWithDOMNode:(id)arg1 featureName:(id)arg2; +- (void)messagePort:(id)arg1 didReceiveMessage:(id)arg2; +- (void)setDelegate:(id)arg1; + +@end diff --git a/Frameworks/VideoSubscriberAccount.framework/VSMessageQueue.h b/Frameworks/VideoSubscriberAccount.framework/VSMessageQueue.h new file mode 100644 index 0000000000..ca9d2a85c8 --- /dev/null +++ b/Frameworks/VideoSubscriberAccount.framework/VSMessageQueue.h @@ -0,0 +1,22 @@ +/* Generated by RuntimeBrowser + Image: /System/Library/Frameworks/VideoSubscriberAccount.framework/VideoSubscriberAccount + */ + +@interface VSMessageQueue : NSObject { + * _delegate; + NSMutableArray * _messages; +} + +@property (nonatomic) *delegate; +@property (nonatomic, retain) NSMutableArray *messages; + +- (void).cxx_destruct; +- (void)addMessage:(id)arg1; +- (id)delegate; +- (id)init; +- (id)messages; +- (id)removeAllMessages; +- (void)setDelegate:(id)arg1; +- (void)setMessages:(id)arg1; + +@end diff --git a/Frameworks/VideoSubscriberAccount.framework/VSMockDeveloperService.h b/Frameworks/VideoSubscriberAccount.framework/VSMockDeveloperService.h deleted file mode 100644 index ed2d84d47c..0000000000 --- a/Frameworks/VideoSubscriberAccount.framework/VSMockDeveloperService.h +++ /dev/null @@ -1,35 +0,0 @@ -/* Generated by RuntimeBrowser - Image: /System/Library/Frameworks/VideoSubscriberAccount.framework/VideoSubscriberAccount - */ - -@interface VSMockDeveloperService : NSObject { - id /* block */ _addBlock; - id /* block */ _fetchBlock; - id /* block */ _removeBlock; - id /* block */ _updateBlock; -} - -@property (nonatomic, copy) id /* block */ addBlock; -@property (readonly, copy) NSString *debugDescription; -@property (readonly, copy) NSString *description; -@property (nonatomic, copy) id /* block */ fetchBlock; -@property (readonly) unsigned int hash; -@property (nonatomic, copy) id /* block */ removeBlock; -@property (readonly) Class superclass; -@property (nonatomic, copy) id /* block */ updateBlock; - -- (void).cxx_destruct; -- (id /* block */)addBlock; -- (void)addDeveloperIdentityProvider:(id)arg1 completionHandler:(id /* block */)arg2; -- (id /* block */)fetchBlock; -- (void)fetchDeveloperIdentityProvidersWithCompletionHandler:(id /* block */)arg1; -- (id /* block */)removeBlock; -- (void)removeDeveloperIdentityProviderWithUniqueID:(id)arg1 completionHandler:(id /* block */)arg2; -- (void)setAddBlock:(id /* block */)arg1; -- (void)setFetchBlock:(id /* block */)arg1; -- (void)setRemoveBlock:(id /* block */)arg1; -- (void)setUpdateBlock:(id /* block */)arg1; -- (id /* block */)updateBlock; -- (void)updateExistingDeveloperIdentityProvider:(id)arg1 completionHandler:(id /* block */)arg2; - -@end diff --git a/Frameworks/VideoSubscriberAccount.framework/VSMockDeveloperServiceConnection.h b/Frameworks/VideoSubscriberAccount.framework/VSMockDeveloperServiceConnection.h deleted file mode 100644 index 4383d85a90..0000000000 --- a/Frameworks/VideoSubscriberAccount.framework/VSMockDeveloperServiceConnection.h +++ /dev/null @@ -1,16 +0,0 @@ -/* Generated by RuntimeBrowser - Image: /System/Library/Frameworks/VideoSubscriberAccount.framework/VideoSubscriberAccount - */ - -@interface VSMockDeveloperServiceConnection : VSDeveloperServiceConnection { - id /* block */ _serviceBlock; -} - -@property (nonatomic, copy) id /* block */ serviceBlock; - -- (void).cxx_destruct; -- (id /* block */)serviceBlock; -- (id)serviceWithErrorHandler:(id /* block */)arg1; -- (void)setServiceBlock:(id /* block */)arg1; - -@end diff --git a/Frameworks/VideoSubscriberAccount.framework/VSOnscreenCodeAuthenticationAppDocumentController.h b/Frameworks/VideoSubscriberAccount.framework/VSOnscreenCodeAuthenticationAppDocumentController.h new file mode 100644 index 0000000000..7907115306 --- /dev/null +++ b/Frameworks/VideoSubscriberAccount.framework/VSOnscreenCodeAuthenticationAppDocumentController.h @@ -0,0 +1,27 @@ +/* Generated by RuntimeBrowser + Image: /System/Library/Frameworks/VideoSubscriberAccount.framework/VideoSubscriberAccount + */ + +@interface VSOnscreenCodeAuthenticationAppDocumentController : VSAppDocumentController { + IKViewElement * _regenerateCodeButtonElement; +} + +@property (readonly, copy) NSString *debugDescription; +@property (readonly, copy) NSString *description; +@property (readonly) unsigned int hash; +@property (nonatomic, retain) IKViewElement *regenerateCodeButtonElement; +@property (readonly) Class superclass; + +- (void).cxx_destruct; +- (id)_newViewModel; +- (id)_onscreenCodeViewModelWithViewModel:(id)arg1; +- (void)_startObservingViewModel:(id)arg1; +- (void)_stopObservingViewModel:(id)arg1; +- (BOOL)_updateOnscreenCodeViewModel:(id)arg1 error:(id*)arg2; +- (BOOL)_updateOnscreenCodeViewModel:(id)arg1 withTemplate:(id)arg2; +- (BOOL)_updateViewModel:(id)arg1 error:(id*)arg2; +- (void)didAddMessagesToMessageQueue:(id)arg1; +- (id)regenerateCodeButtonElement; +- (void)setRegenerateCodeButtonElement:(id)arg1; + +@end diff --git a/Frameworks/VideoSubscriberAccount.framework/VSOnscreenCodeViewModel.h b/Frameworks/VideoSubscriberAccount.framework/VSOnscreenCodeViewModel.h new file mode 100644 index 0000000000..a0bc0e4eed --- /dev/null +++ b/Frameworks/VideoSubscriberAccount.framework/VSOnscreenCodeViewModel.h @@ -0,0 +1,60 @@ +/* Generated by RuntimeBrowser + Image: /System/Library/Frameworks/VideoSubscriberAccount.framework/VideoSubscriberAccount + */ + +@interface VSOnscreenCodeViewModel : VSViewModel { + NSString * _footerText; + UIImage * _logo; + NSString * _logoAccessibilityLabel; + NSItemProvider * _logoProvider; + NSString * _onscreenCode; + NSString * _regenerateCodeButtonTitle; + VSMessageQueue * _regenerateCodeEventQueue; + BOOL _shouldShowRegenerateCodeButton; + NSString * _webPagePostamble; + NSString * _webPagePreamble; + NSURL * _webPageURL; +} + +@property (readonly, copy) NSString *debugDescription; +@property (readonly, copy) NSString *description; +@property (nonatomic, copy) NSString *footerText; +@property (readonly) unsigned int hash; +@property (nonatomic, retain) UIImage *logo; +@property (nonatomic, copy) NSString *logoAccessibilityLabel; +@property (nonatomic, retain) NSItemProvider *logoProvider; +@property (nonatomic, copy) NSString *onscreenCode; +@property (nonatomic, copy) NSString *regenerateCodeButtonTitle; +@property (nonatomic, retain) VSMessageQueue *regenerateCodeEventQueue; +@property (nonatomic) BOOL shouldShowRegenerateCodeButton; +@property (readonly) Class superclass; +@property (nonatomic, copy) NSString *webPagePostamble; +@property (nonatomic, copy) NSString *webPagePreamble; +@property (nonatomic, copy) NSURL *webPageURL; + +- (void).cxx_destruct; +- (id)footerText; +- (id)init; +- (id)logo; +- (id)logoAccessibilityLabel; +- (id)logoProvider; +- (id)onscreenCode; +- (id)regenerateCodeButtonTitle; +- (id)regenerateCodeEventQueue; +- (void)setFooterText:(id)arg1; +- (void)setLogo:(id)arg1; +- (void)setLogoAccessibilityLabel:(id)arg1; +- (void)setLogoProvider:(id)arg1; +- (void)setOnscreenCode:(id)arg1; +- (void)setRegenerateCodeButtonTitle:(id)arg1; +- (void)setRegenerateCodeEventQueue:(id)arg1; +- (void)setShouldShowRegenerateCodeButton:(BOOL)arg1; +- (void)setWebPagePostamble:(id)arg1; +- (void)setWebPagePreamble:(id)arg1; +- (void)setWebPageURL:(id)arg1; +- (BOOL)shouldShowRegenerateCodeButton; +- (id)webPagePostamble; +- (id)webPagePreamble; +- (id)webPageURL; + +@end diff --git a/Frameworks/VideoSubscriberAccount.framework/VSOpaqueAuthenticationToken.h b/Frameworks/VideoSubscriberAccount.framework/VSOpaqueAuthenticationToken.h new file mode 100644 index 0000000000..838627db97 --- /dev/null +++ b/Frameworks/VideoSubscriberAccount.framework/VSOpaqueAuthenticationToken.h @@ -0,0 +1,28 @@ +/* Generated by RuntimeBrowser + Image: /System/Library/Frameworks/VideoSubscriberAccount.framework/VideoSubscriberAccount + */ + +@interface VSOpaqueAuthenticationToken : NSObject { + NSString * _body; + NSDate * _expirationDate; +} + +@property (nonatomic, copy) NSString *body; +@property (readonly, copy) NSString *debugDescription; +@property (readonly, copy) NSString *description; +@property (nonatomic, copy) NSDate *expirationDate; +@property (readonly) unsigned int hash; +@property (readonly) Class superclass; + +- (void).cxx_destruct; +- (id)body; +- (id)expirationDate; +- (id)init; +- (id)initWithSerializedData:(id)arg1; +- (BOOL)isOpaque; +- (BOOL)isValid; +- (id)serializedData; +- (void)setBody:(id)arg1; +- (void)setExpirationDate:(id)arg1; + +@end diff --git a/Frameworks/VideoSubscriberAccount.framework/VSPrivacyService.h b/Frameworks/VideoSubscriberAccount.framework/VSPrivacyService.h index b105e75043..e512af5ffd 100644 --- a/Frameworks/VideoSubscriberAccount.framework/VSPrivacyService.h +++ b/Frameworks/VideoSubscriberAccount.framework/VSPrivacyService.h @@ -4,6 +4,6 @@ @interface VSPrivacyService : VSServiceListener -+ (id)sharedService; +- (id)init; @end diff --git a/Frameworks/VideoSubscriberAccount.framework/VSSAMLAuthenticationToken.h b/Frameworks/VideoSubscriberAccount.framework/VSSAMLAuthenticationToken.h new file mode 100644 index 0000000000..e1730af122 --- /dev/null +++ b/Frameworks/VideoSubscriberAccount.framework/VSSAMLAuthenticationToken.h @@ -0,0 +1,25 @@ +/* Generated by RuntimeBrowser + Image: /System/Library/Frameworks/VideoSubscriberAccount.framework/VideoSubscriberAccount + */ + +@interface VSSAMLAuthenticationToken : NSObject { + NSString * _body; +} + +@property (nonatomic, copy) NSString *body; +@property (readonly, copy) NSString *debugDescription; +@property (readonly, copy) NSString *description; +@property (nonatomic, readonly, copy) NSDate *expirationDate; +@property (readonly) unsigned int hash; +@property (readonly) Class superclass; + +- (void).cxx_destruct; +- (id)body; +- (id)expirationDate; +- (id)initWithSerializedData:(id)arg1; +- (BOOL)isOpaque; +- (BOOL)isValid; +- (id)serializedData; +- (void)setBody:(id)arg1; + +@end diff --git a/Frameworks/VideoSubscriberAccount.framework/VSScriptMessage.h b/Frameworks/VideoSubscriberAccount.framework/VSScriptMessage.h new file mode 100644 index 0000000000..2d6b7074a4 --- /dev/null +++ b/Frameworks/VideoSubscriberAccount.framework/VSScriptMessage.h @@ -0,0 +1,24 @@ +/* Generated by RuntimeBrowser + Image: /System/Library/Frameworks/VideoSubscriberAccount.framework/VideoSubscriberAccount + */ + +@interface VSScriptMessage : NSObject { + NSString * _body; + VSScriptSecurityOrigin * _source; + VSScriptSecurityOrigin * _target; +} + +@property (nonatomic, copy) NSString *body; +@property (nonatomic, retain) VSScriptSecurityOrigin *source; +@property (nonatomic, retain) VSScriptSecurityOrigin *target; + +- (void).cxx_destruct; +- (id)body; +- (id)description; +- (void)setBody:(id)arg1; +- (void)setSource:(id)arg1; +- (void)setTarget:(id)arg1; +- (id)source; +- (id)target; + +@end diff --git a/Frameworks/VideoSubscriberAccount.framework/VSScriptSecurityOrigin.h b/Frameworks/VideoSubscriberAccount.framework/VSScriptSecurityOrigin.h new file mode 100644 index 0000000000..d6b77205a6 --- /dev/null +++ b/Frameworks/VideoSubscriberAccount.framework/VSScriptSecurityOrigin.h @@ -0,0 +1,24 @@ +/* Generated by RuntimeBrowser + Image: /System/Library/Frameworks/VideoSubscriberAccount.framework/VideoSubscriberAccount + */ + +@interface VSScriptSecurityOrigin : NSObject { + NSString * _host; + int _port; + NSString * _scheme; +} + +@property (nonatomic, copy) NSString *host; +@property (nonatomic) int port; +@property (nonatomic, copy) NSString *scheme; + +- (void).cxx_destruct; +- (id)description; +- (id)host; +- (int)port; +- (id)scheme; +- (void)setHost:(id)arg1; +- (void)setPort:(int)arg1; +- (void)setScheme:(id)arg1; + +@end diff --git a/Frameworks/VideoSubscriberAccount.framework/VSSettingsViewController.h b/Frameworks/VideoSubscriberAccount.framework/VSSettingsViewController.h new file mode 100644 index 0000000000..e37532590a --- /dev/null +++ b/Frameworks/VideoSubscriberAccount.framework/VSSettingsViewController.h @@ -0,0 +1,57 @@ +/* Generated by RuntimeBrowser + Image: /System/Library/Frameworks/VideoSubscriberAccount.framework/VideoSubscriberAccount + */ + +@interface VSSettingsViewController : PSViewController { + VSAccountStore * _accountStore; + UIViewController * _currentChildViewController; + VSIdentityProviderController * _identityProviderController; + NSOperationQueue * _privateQueue; + VSRemoteNotifier * _remoteNotifier; + BOOL _shouldPresentIdentityProviderViewController; +} + +@property (nonatomic, retain) VSAccountStore *accountStore; +@property (nonatomic, retain) UIViewController *currentChildViewController; +@property (readonly, copy) NSString *debugDescription; +@property (readonly, copy) NSString *description; +@property (readonly) unsigned int hash; +@property (nonatomic, retain) VSIdentityProviderController *identityProviderController; +@property (nonatomic, retain) NSOperationQueue *privateQueue; +@property (nonatomic, retain) VSRemoteNotifier *remoteNotifier; +@property (nonatomic) BOOL shouldPresentIdentityProviderViewController; +@property (readonly) Class superclass; + +- (void).cxx_destruct; +- (id)_account; +- (void)_dismiss; +- (void)_presentAlertForError:(id)arg1 offeringToDeleteAccount:(BOOL)arg2; +- (void)_presentError:(id)arg1; +- (void)_removeCurrentChildViewControllerIfNecessary; +- (void)_replaceLastViewControllerWithViewController:(id)arg1; +- (void)_setupAppropriateChildViewController; +- (void)_showInitialIdentityProviderViewController:(id)arg1; +- (void)_startIdentityProviderRequest:(id)arg1 identityProvider:(id)arg2 presentViewControllers:(BOOL)arg3; +- (void)_updateChildViewController:(id)arg1; +- (void)accountInfoViewController:(id)arg1 didSelectEditAccountForAccount:(id)arg2 identityProvider:(id)arg3; +- (void)accountInfoViewControllerWantsMoreApps:(id)arg1; +- (id)accountStore; +- (id)currentChildViewController; +- (id)identityProviderController; +- (void)identityProviderController:(id)arg1 replaceViewControllerWithViewController:(id)arg2; +- (void)identityProviderController:(id)arg1 showViewController:(id)arg2; +- (void)identityProviderPickerViewController:(id)arg1 didPickIdentityProvider:(id)arg2; +- (id)initWithNibName:(id)arg1 bundle:(id)arg2; +- (id)privateQueue; +- (id)remoteNotifier; +- (void)remoteNotifier:(id)arg1 didReceiveRemoteNotificationWithUserInfo:(id)arg2; +- (void)setAccountStore:(id)arg1; +- (void)setCurrentChildViewController:(id)arg1; +- (void)setIdentityProviderController:(id)arg1; +- (void)setPrivateQueue:(id)arg1; +- (void)setRemoteNotifier:(id)arg1; +- (void)setShouldPresentIdentityProviderViewController:(BOOL)arg1; +- (BOOL)shouldPresentIdentityProviderViewController; +- (void)viewDidAppear:(BOOL)arg1; + +@end diff --git a/Frameworks/VideoSubscriberAccount.framework/VSViewControllerFactory.h b/Frameworks/VideoSubscriberAccount.framework/VSViewControllerFactory.h index 2baba5f565..7cacbb1bfb 100644 --- a/Frameworks/VideoSubscriberAccount.framework/VSViewControllerFactory.h +++ b/Frameworks/VideoSubscriberAccount.framework/VSViewControllerFactory.h @@ -10,10 +10,12 @@ - (id)credentialEntryViewController; - (id)identityProviderPickerViewControllerWithIdentityProviders:(id)arg1; - (id)loadingViewController; +- (id)onscreenCodeAuthenticationViewController; - (id)viewControllerForAboutPrivacyWithTarget:(id)arg1 action:(SEL)arg2; - (id)viewControllerToConfirmAccountDeletionForIdentityProviderDisplayName:(id)arg1 preferredStyle:(int)arg2 confirmationHandler:(id /* block */)arg3; - (id)viewControllerToConfirmDeveloperIdentityProviderDeletionWithConfirmationHandler:(id /* block */)arg1; - (id)viewControlllerForUnsupportedProvider:(id)arg1 withRequestingAppDisplayName:(id)arg2 acknowledgementHandler:(id /* block */)arg3; - (void)viewServiceRemoteViewControllerWithCompletion:(id /* block */)arg1; +- (id)webAuthenticationViewController; @end diff --git a/Frameworks/VideoSubscriberAccount.framework/VSViewModel.h b/Frameworks/VideoSubscriberAccount.framework/VSViewModel.h index bdbaf8a513..653d8ddddb 100644 --- a/Frameworks/VideoSubscriberAccount.framework/VSViewModel.h +++ b/Frameworks/VideoSubscriberAccount.framework/VSViewModel.h @@ -3,71 +3,27 @@ */ @interface VSViewModel : NSObject { - BOOL _beginValidationButtonEnabled; - NSString * _beginValidationButtonTitle; unsigned int _deleteAccountState; NSError * _error; - NSString * _footerText; - NSString * _identityProviderDisplayName; - UIImage * _logo; - NSString * _logoAccessibilityLabel; - NSItemProvider * _logoProvider; - NSString * _message; - NSString * _notice; - BOOL _showDeleteAccountButton; - BOOL _showFooter; NSString * _title; unsigned int _validationState; unsigned int _viewState; } -@property (getter=isBeginValidationButtonEnabled, nonatomic) BOOL beginValidationButtonEnabled; -@property (nonatomic, copy) NSString *beginValidationButtonTitle; @property (nonatomic) unsigned int deleteAccountState; @property (nonatomic, retain) NSError *error; -@property (nonatomic, copy) NSString *footerText; -@property (nonatomic, copy) NSString *identityProviderDisplayName; -@property (nonatomic, retain) UIImage *logo; -@property (nonatomic, copy) NSString *logoAccessibilityLabel; -@property (nonatomic, retain) NSItemProvider *logoProvider; -@property (nonatomic, copy) NSString *message; -@property (nonatomic, copy) NSString *notice; -@property (nonatomic) BOOL showDeleteAccountButton; -@property (nonatomic) BOOL showFooter; @property (nonatomic, copy) NSString *title; @property (nonatomic) unsigned int validationState; @property (nonatomic) unsigned int viewState; - (void).cxx_destruct; -- (id)beginValidationButtonTitle; - (unsigned int)deleteAccountState; - (id)error; -- (id)footerText; -- (id)identityProviderDisplayName; -- (BOOL)isBeginValidationButtonEnabled; -- (id)logo; -- (id)logoAccessibilityLabel; -- (id)logoProvider; -- (id)message; -- (id)notice; -- (void)setBeginValidationButtonEnabled:(BOOL)arg1; -- (void)setBeginValidationButtonTitle:(id)arg1; - (void)setDeleteAccountState:(unsigned int)arg1; - (void)setError:(id)arg1; -- (void)setFooterText:(id)arg1; -- (void)setIdentityProviderDisplayName:(id)arg1; -- (void)setLogo:(id)arg1; -- (void)setLogoAccessibilityLabel:(id)arg1; -- (void)setLogoProvider:(id)arg1; -- (void)setMessage:(id)arg1; -- (void)setNotice:(id)arg1; -- (void)setShowDeleteAccountButton:(BOOL)arg1; -- (void)setShowFooter:(BOOL)arg1; - (void)setTitle:(id)arg1; - (void)setValidationState:(unsigned int)arg1; - (void)setViewState:(unsigned int)arg1; -- (BOOL)showDeleteAccountButton; -- (BOOL)showFooter; - (id)title; - (unsigned int)validationState; - (unsigned int)viewState; diff --git a/Frameworks/VideoSubscriberAccount.framework/VSViewServiceRequest.h b/Frameworks/VideoSubscriberAccount.framework/VSViewServiceRequest.h index 1eec6682e5..7a8e4a730e 100644 --- a/Frameworks/VideoSubscriberAccount.framework/VSViewServiceRequest.h +++ b/Frameworks/VideoSubscriberAccount.framework/VSViewServiceRequest.h @@ -15,6 +15,7 @@ @property (nonatomic, readonly, copy) NSString *localizedVideoTitle; @property (nonatomic, copy) NSString *requestingAppDisplayName; @property (nonatomic) BOOL requiresPrivacyUI; +@property (nonatomic, readonly, copy) NSArray *supportedAccountProviderAuthenticationSchemes; @property (nonatomic, readonly, copy) NSArray *supportedIdentityProviderIdentifiers; + (BOOL)supportsSecureCoding; @@ -37,6 +38,7 @@ - (void)setAllowsPrivacyUI:(BOOL)arg1; - (void)setRequestingAppDisplayName:(id)arg1; - (void)setRequiresPrivacyUI:(BOOL)arg1; +- (id)supportedAccountProviderAuthenticationSchemes; - (id)supportedIdentityProviderIdentifiers; @end diff --git a/Frameworks/VideoSubscriberAccount.framework/VSWebAuthenticationAppDocumentController.h b/Frameworks/VideoSubscriberAccount.framework/VSWebAuthenticationAppDocumentController.h new file mode 100644 index 0000000000..93583482da --- /dev/null +++ b/Frameworks/VideoSubscriberAccount.framework/VSWebAuthenticationAppDocumentController.h @@ -0,0 +1,24 @@ +/* Generated by RuntimeBrowser + Image: /System/Library/Frameworks/VideoSubscriberAccount.framework/VideoSubscriberAccount + */ + +@interface VSWebAuthenticationAppDocumentController : VSAppDocumentController + +@property (readonly, copy) NSString *debugDescription; +@property (readonly, copy) NSString *description; +@property (readonly) unsigned int hash; +@property (readonly) Class superclass; + +- (id)_newViewModel; +- (void)_sendMessage:(id)arg1; +- (void)_startObservingViewModel:(id)arg1; +- (void)_stopObservingViewModel:(id)arg1; +- (BOOL)_updateViewModel:(id)arg1 error:(id*)arg2; +- (BOOL)_updateWebAuthenticationViewModel:(id)arg1 error:(id*)arg2; +- (BOOL)_updateWebAuthenticationViewModel:(id)arg1 withTemplate:(id)arg2 error:(id*)arg3; +- (id)_webAuthenticationViewModelWithViewModel:(id)arg1; +- (void)didAddMessagesToMessageQueue:(id)arg1; +- (id)initWithAppDocument:(id)arg1; +- (void)messagePort:(id)arg1 didReceiveMessage:(id)arg2; + +@end diff --git a/Frameworks/VideoSubscriberAccount.framework/VSWebAuthenticationTemplateElement.h b/Frameworks/VideoSubscriberAccount.framework/VSWebAuthenticationTemplateElement.h new file mode 100644 index 0000000000..1d75e514b3 --- /dev/null +++ b/Frameworks/VideoSubscriberAccount.framework/VSWebAuthenticationTemplateElement.h @@ -0,0 +1,17 @@ +/* Generated by RuntimeBrowser + Image: /System/Library/Frameworks/VideoSubscriberAccount.framework/VideoSubscriberAccount + */ + +@interface VSWebAuthenticationTemplateElement : IKViewElement { + VSMessagePortFeature * _messagePort; +} + +@property (nonatomic, readonly) VSMessagePortFeature *messagePort; + ++ (id)supportedFeatures; + +- (void).cxx_destruct; +- (id)initWithDOMElement:(id)arg1 parent:(id)arg2 elementFactory:(id)arg3; +- (id)messagePort; + +@end diff --git a/Frameworks/VideoSubscriberAccount.framework/VSWebAuthenticationViewController.h b/Frameworks/VideoSubscriberAccount.framework/VSWebAuthenticationViewController.h new file mode 100644 index 0000000000..1df9559fc2 --- /dev/null +++ b/Frameworks/VideoSubscriberAccount.framework/VSWebAuthenticationViewController.h @@ -0,0 +1,49 @@ +/* Generated by RuntimeBrowser + Image: /System/Library/Frameworks/VideoSubscriberAccount.framework/VideoSubscriberAccount + */ + +@interface VSWebAuthenticationViewController : UIViewController { + BOOL _cancellationAllowed; + * _delegate; + VSWebAuthenticationViewModel * _viewModel; +} + +@property (getter=isCancellationAllowed, nonatomic) BOOL cancellationAllowed; +@property (readonly, copy) NSString *debugDescription; +@property (nonatomic) *delegate; +@property (readonly, copy) NSString *description; +@property (readonly) unsigned int hash; +@property (nonatomic, readonly) struct CGSize { float x1; float x2; } preferredLogoSize; +@property (readonly) Class superclass; +@property (nonatomic, readonly) VSViewModel *viewModel; + +- (void).cxx_destruct; +- (void)_cancelButtonPressed:(id)arg1; +- (id)_canonicalRequestForRequest:(id)arg1; +- (void)_retrieveMessages; +- (void)_sendMessage:(id)arg1; +- (void)_sendMessages:(id)arg1; +- (void)_startObservingViewModel:(id)arg1; +- (void)_stopObservingViewModel:(id)arg1; +- (void)dealloc; +- (id)delegate; +- (void)didAddMessagesToMessageQueue:(id)arg1; +- (BOOL)isCancellationAllowed; +- (void)loadView; +- (void)observeValueForKeyPath:(id)arg1 ofObject:(id)arg2 change:(id)arg3 context:(void*)arg4; +- (void)setCancellationAllowed:(BOOL)arg1; +- (void)setDelegate:(id)arg1; +- (void)setViewModel:(id)arg1; +- (id)uiWebView:(id)arg1 resource:(id)arg2 willSendRequest:(id)arg3 redirectResponse:(id)arg4 fromDataSource:(id)arg5; +- (void)viewDidAppear:(BOOL)arg1; +- (void)viewDidDisappear:(BOOL)arg1; +- (void)viewDidLoad; +- (id)viewModel; +- (void)viewWillAppear:(BOOL)arg1; +- (void)viewWillDisappear:(BOOL)arg1; +- (id)webView; +- (BOOL)webView:(id)arg1 shouldStartLoadWithRequest:(id)arg2 navigationType:(int)arg3; +- (void)webViewDidFinishLoad:(id)arg1; +- (void)webViewDidStartLoad:(id)arg1; + +@end diff --git a/Frameworks/VideoSubscriberAccount.framework/VSWebAuthenticationViewModel.h b/Frameworks/VideoSubscriberAccount.framework/VSWebAuthenticationViewModel.h new file mode 100644 index 0000000000..7bf4fcddd0 --- /dev/null +++ b/Frameworks/VideoSubscriberAccount.framework/VSWebAuthenticationViewModel.h @@ -0,0 +1,22 @@ +/* Generated by RuntimeBrowser + Image: /System/Library/Frameworks/VideoSubscriberAccount.framework/VideoSubscriberAccount + */ + +@interface VSWebAuthenticationViewModel : VSViewModel { + VSMessageQueue * _messagesFromWeb; + VSMessageQueue * _messagesToWeb; + NSURL * _sourceURL; +} + +@property (nonatomic, readonly) VSMessageQueue *messagesFromWeb; +@property (nonatomic, readonly) VSMessageQueue *messagesToWeb; +@property (nonatomic, copy) NSURL *sourceURL; + +- (void).cxx_destruct; +- (id)init; +- (id)messagesFromWeb; +- (id)messagesToWeb; +- (void)setSourceURL:(id)arg1; +- (id)sourceURL; + +@end diff --git a/Frameworks/VideoSubscriberAccount.framework/VSWebServer.h b/Frameworks/VideoSubscriberAccount.framework/VSWebServer.h new file mode 100644 index 0000000000..aafe31a4b3 --- /dev/null +++ b/Frameworks/VideoSubscriberAccount.framework/VSWebServer.h @@ -0,0 +1,34 @@ +/* Generated by RuntimeBrowser + Image: /System/Library/Frameworks/VideoSubscriberAccount.framework/VideoSubscriberAccount + */ + +@interface VSWebServer : NSObject { + * _delegate; + NSObject * _privateQueue; + struct _CFHTTPServer { } * _server; +} + +@property (nonatomic) *delegate; +@property (nonatomic, readonly) unsigned short port; +@property (nonatomic, retain) NSObject *privateQueue; +@property (nonatomic) struct _CFHTTPServer { }*server; + +- (void).cxx_destruct; +- (void)dealloc; +- (id)delegate; +- (id)description; +- (id)init; +- (id)initWithPort:(unsigned short)arg1; +- (void)invalidate; +- (id)name; +- (unsigned short)port; +- (id)privateQueue; +- (void)resume; +- (struct _CFHTTPServer { }*)server; +- (id)serviceType; +- (void)setDelegate:(id)arg1; +- (void)setPrivateQueue:(id)arg1; +- (void)setServer:(struct _CFHTTPServer { }*)arg1; +- (void)suspend; + +@end diff --git a/Frameworks/VideoSubscriberAccount.framework/VSWebServerConnection.h b/Frameworks/VideoSubscriberAccount.framework/VSWebServerConnection.h new file mode 100644 index 0000000000..d08994e03e --- /dev/null +++ b/Frameworks/VideoSubscriberAccount.framework/VSWebServerConnection.h @@ -0,0 +1,27 @@ +/* Generated by RuntimeBrowser + Image: /System/Library/Frameworks/VideoSubscriberAccount.framework/VideoSubscriberAccount + */ + +@interface VSWebServerConnection : NSObject { + struct _CFHTTPServerConnection { } * _connection; + * _delegate; + NSObject * _privateQueue; +} + +@property (nonatomic, readonly) struct _CFHTTPServerConnection { }*connection; +@property (nonatomic) *delegate; +@property (nonatomic, retain) NSObject *privateQueue; + +- (void).cxx_destruct; +- (struct _CFHTTPServerConnection { }*)connection; +- (id)delegate; +- (id)initWithConnection:(struct _CFHTTPServerConnection { }*)arg1; +- (void)invalidate; +- (id)privateQueue; +- (void)resume; +- (id)server; +- (void)setDelegate:(id)arg1; +- (void)setPrivateQueue:(id)arg1; +- (void)suspend; + +@end diff --git a/Frameworks/VideoSubscriberAccount.framework/VSWebServerRequest.h b/Frameworks/VideoSubscriberAccount.framework/VSWebServerRequest.h new file mode 100644 index 0000000000..bcac5cc564 --- /dev/null +++ b/Frameworks/VideoSubscriberAccount.framework/VSWebServerRequest.h @@ -0,0 +1,27 @@ +/* Generated by RuntimeBrowser + Image: /System/Library/Frameworks/VideoSubscriberAccount.framework/VideoSubscriberAccount + */ + +@interface VSWebServerRequest : NSObject { + struct _CFHTTPServerRequest { } * _request; +} + +@property (nonatomic, readonly, copy) NSString *HTTPVersion; +@property (nonatomic, readonly, copy) NSURL *URL; +@property (nonatomic, readonly, copy) NSDictionary *headerFields; +@property (nonatomic, readonly, copy) NSString *method; +@property (nonatomic, readonly, copy) NSString *path; +@property (nonatomic, readonly) struct _CFHTTPServerRequest { }*request; + +- (id)HTTPVersion; +- (id)URL; +- (id)bodyStream; +- (id)connection; +- (id)description; +- (id)headerFields; +- (id)initWithRequest:(struct _CFHTTPServerRequest { }*)arg1; +- (id)method; +- (id)path; +- (struct _CFHTTPServerRequest { }*)request; + +@end diff --git a/Frameworks/VideoSubscriberAccount.framework/VSWebServerResponse.h b/Frameworks/VideoSubscriberAccount.framework/VSWebServerResponse.h new file mode 100644 index 0000000000..e529d9b3f8 --- /dev/null +++ b/Frameworks/VideoSubscriberAccount.framework/VSWebServerResponse.h @@ -0,0 +1,22 @@ +/* Generated by RuntimeBrowser + Image: /System/Library/Frameworks/VideoSubscriberAccount.framework/VideoSubscriberAccount + */ + +@interface VSWebServerResponse : NSObject { + struct _CFHTTPServerResponse { } * _response; +} + +@property (nonatomic, readonly) struct _CFHTTPServerResponse { }*response; + ++ (id)responseToRequest:(id)arg1 withCode:(int)arg2 headers:(id)arg3 bodyData:(id)arg4; ++ (id)responseToRequest:(id)arg1 withCode:(int)arg2 headers:(id)arg3 bodyStream:(id)arg4; + +- (id)connection; +- (id)description; +- (void)enqueue; +- (id)initWithResponse:(struct _CFHTTPServerResponse { }*)arg1; +- (struct __CFHTTPMessage { }*)message; +- (id)request; +- (struct _CFHTTPServerResponse { }*)response; + +@end diff --git a/Frameworks/WatchKit.framework/SPRemoteInterface.h b/Frameworks/WatchKit.framework/SPRemoteInterface.h index b0ce35df97..fd8f9e1409 100644 --- a/Frameworks/WatchKit.framework/SPRemoteInterface.h +++ b/Frameworks/WatchKit.framework/SPRemoteInterface.h @@ -85,6 +85,7 @@ - (void).cxx_destruct; - (void)_activateViewController:(id)arg1 clientIdentifier:(id)arg2; +- (id)_allInterfaceControllers; - (void)_callDidDeactivate; - (void)_deregisterInterfaceControllerID:(id)arg1; - (void)_dumpInterfaceDictionary; @@ -163,6 +164,7 @@ - (void)receiveNavigationReply:(id)arg1 clientIdentifier:(id)arg2; - (void)receiveProtoData:(id)arg1 fromIdentifier:(id)arg2; - (void)recoverFromMissingIntefaceControllerWithID:(id)arg1; +- (void)releaseViewController:(id)arg1 clientIdentifier:(id)arg2; - (void)reloadRootControllersWithNames:(id)arg1 initializationContextIDs:(id)arg2; - (void)removeInterfaceControllersForClient:(id)arg1; - (void)removePageControllerAtIndexes:(id)arg1; diff --git a/Frameworks/WatchKit.framework/SPUtils.h b/Frameworks/WatchKit.framework/SPUtils.h index 500fc4277c..8c96972068 100644 --- a/Frameworks/WatchKit.framework/SPUtils.h +++ b/Frameworks/WatchKit.framework/SPUtils.h @@ -7,12 +7,13 @@ + (id)SPURLQueryAllowedCharacterSet; + (id)UIColorFromString:(id)arg1; + (BOOL)appExtensionFirstUnlock; -+ (id)companionConnectionClientIdentifier:(BOOL)arg1; ++ (id)companionConnectionClientIdentifier:(BOOL)arg1 isNotification:(BOOL)arg2; + (id)deserializeObject:(id)arg1; + (void)dispatchAsyncToMainThread:(id /* block */)arg1; + (void)dispatchSyncToMainThread:(id /* block */)arg1; + (unsigned long long)folderSizeAtPath:(id)arg1 volumeBlockSize:(unsigned int)arg2; + (BOOL)isApplicationCompanionConnectionClientIdentifier:(id)arg1; ++ (BOOL)isNotificationCompanionConnectionClientIdentifier:(id)arg1; + (BOOL)isRTL; + (BOOL)isRunningInAnyDemoMode; + (BOOL)isRunningInF201DemoMode; diff --git a/Frameworks/WebKit.framework/WKBackForwardListItem.h b/Frameworks/WebKit.framework/WKBackForwardListItem.h index 48e898dfed..ef5a3f6a66 100644 --- a/Frameworks/WebKit.framework/WKBackForwardListItem.h +++ b/Frameworks/WebKit.framework/WKBackForwardListItem.h @@ -25,6 +25,7 @@ - (id)URL; - (/* Warning: unhandled struct encoding: '{Object=^^?@}' */ struct Object { int (**x1)(); id x2; }*)_apiObject; +- (struct CGImage { }*)_copySnapshotForTesting; - (struct WebBackForwardListItem { int (**x1)(); id x2; bool x3; /* Warning: Unrecognized filer type: 'a' using 'void*' */ void*x4; BOOL x5; void*x6; void*x7; out const void*x8; void*x9; const double x10; unsigned long x11; int x12; short x13; void*x14; unsigned int x15; void*x16; void*x17; void*x18; unsigned short x19; void*x20; void*x21; void*x22; void*x23; void*x24; unsigned long long x25; struct PageState { struct String { struct RefPtr { struct StringImpl {} *x_1_3_1; } x_1_2_1; } x_26_1_1; struct FrameState { struct String { struct RefPtr { struct StringImpl {} *x_1_4_1; } x_1_3_1; } x_2_2_1; struct String { struct RefPtr { struct StringImpl {} *x_1_4_1; } x_2_3_1; } x_2_2_2; struct String { struct RefPtr { struct StringImpl {} *x_1_4_1; } x_3_3_1; } x_2_2_3; struct String { struct RefPtr { struct StringImpl {} *x_1_4_1; } x_4_3_1; } x_2_2_4; struct Vector { struct String {} *x_5_3_1; unsigned int x_5_3_2; unsigned int x_5_3_3; } x_2_2_5; struct Optional > { bool x_6_3_1; struct type { unsigned char x_2_4_1[12]; } x_6_3_2; } x_2_2_6; long long x_2_2_7; long long x_2_2_8; struct IntPoint { int x_9_3_1; int x_9_3_2; } x_2_2_9; float x_2_2_10; struct Optional { bool x_11_3_1; struct type { unsigned char x_2_4_1[16]; } x_11_3_2; } x_2_2_11; struct FloatRect { struct FloatPoint { float x_1_4_1; float x_1_4_2; } x_12_3_1; struct FloatSize { float x_2_4_1; float x_2_4_2; } x_12_3_2; } x_2_2_12; } x_26_1_2; } x26; }*)_item; - (void)dealloc; - (id)initialURL; diff --git a/Frameworks/WebKit.framework/WKWebView.h b/Frameworks/WebKit.framework/WKWebView.h index b6a40f1ab1..c6ea7f7e4a 100644 --- a/Frameworks/WebKit.framework/WKWebView.h +++ b/Frameworks/WebKit.framework/WKWebView.h @@ -214,6 +214,7 @@ @property (nonatomic, readonly) NSString *_suggestedFilenameForDisplayedPDF; @property (nonatomic, readonly) BOOL _supportsTextZoom; @property (setter=_setTextZoomFactor:, nonatomic) double _textZoomFactor; +@property (nonatomic, readonly) NSArray *_uiTextSelectionRectViews; @property (nonatomic, readonly) NSURL *_unreachableURL; @property (nonatomic, readonly) NSString *_userAgent; @property (setter=_setUserContentExtensionsEnabled:, nonatomic) BOOL _userContentExtensionsEnabled; @@ -284,11 +285,11 @@ - (void)_didFinishLoadForMainFrame; - (void)_didFinishLoadingDataForCustomContentProviderWithSuggestedFilename:(const struct String { struct RefPtr { struct StringImpl {} *x_1_1_1; } x1; }*)arg1 data:(id)arg2; - (void)_didFinishScrolling; -- (void)_didFirstVisuallyNonEmptyLayoutForMainFrame; - (void)_didInvokeUIScrollViewDelegateCallback; - (void)_didRelaunchProcess; - (void)_didSameDocumentNavigationForMainFrame:(int)arg1; - (void)_didScroll; +- (void)_disableBackForwardSnapshotVolatilityForTesting; - (void)_doAfterNextPresentationUpdate:(id /* block */)arg1; - (void)_dynamicViewportUpdateChangedTargetToScale:(double)arg1 position:(struct CGPoint { float x1; float x2; })arg2 nextValidLayerTreeTransactionID:(unsigned long long)arg3; - (void)_enclosingScrollerScrollingEnded:(id)arg1; @@ -385,7 +386,6 @@ - (void)_setHistoryDelegate:(id)arg1; - (void)_setInputDelegate:(id)arg1; - (void)_setInterfaceOrientationOverride:(int)arg1; -- (void)_setIsBlankBeforeFirstNonEmptyLayout:(BOOL)arg1; - (void)_setLayoutMode:(unsigned int)arg1; - (void)_setMaximumUnobscuredSizeOverride:(struct CGSize { float x1; float x2; })arg1; - (void)_setMinimumLayoutSizeOverride:(struct CGSize { float x1; float x2; })arg1; @@ -410,6 +410,7 @@ - (struct PassRefPtr { struct ViewSnapshot {} *x1; })_takeViewSnapshot; - (float)_targetContentZoomScaleForRect:(const struct FloatRect { struct FloatPoint { float x_1_1_1; float x_1_1_2; } x1; struct FloatSize { float x_2_1_1; float x_2_1_2; } x2; }*)arg1 currentScale:(double)arg2 fitEntireRect:(BOOL)arg3 minimumScale:(double)arg4 maximumScale:(double)arg5; - (double)_textZoomFactor; +- (id)_uiTextSelectionRectViews; - (id)_unreachableURL; - (void)_updateContentRectsWithState:(BOOL)arg1; - (void)_updateScrollViewBackground; diff --git a/Frameworks/iAd.framework/ADOptInManager.h b/Frameworks/iAd.framework/ADOptInManager.h index 3656e0349f..0264d7d0b5 100644 --- a/Frameworks/iAd.framework/ADOptInManager.h +++ b/Frameworks/iAd.framework/ADOptInManager.h @@ -22,6 +22,7 @@ - (void)handleAccountChange; - (void)handlePushNotification:(id)arg1; - (id)init; +- (void)primeAdSheetDataStore; - (void)refreshOptInStatus; - (void)refreshOptInStatusRefreshingWeakToken:(BOOL)arg1 withCompletionHandler:(id /* block */)arg2; - (void)setConnection:(id)arg1; diff --git a/Frameworks/iAd.framework/ADSWebViewGestureRecognizer.h b/Frameworks/iAd.framework/ADSWebViewGestureRecognizer.h deleted file mode 100644 index 2babe1afb3..0000000000 --- a/Frameworks/iAd.framework/ADSWebViewGestureRecognizer.h +++ /dev/null @@ -1,33 +0,0 @@ -/* Generated by RuntimeBrowser - Image: /System/Library/Frameworks/iAd.framework/iAd - */ - -@interface ADSWebViewGestureRecognizer : UIGestureRecognizer { - int _lastTrackedTouch; - struct CGPoint { - float x; - float y; - } _location; - BOOL _pointIsInsideView; - BOOL _shouldBlockNavigation; -} - -@property (nonatomic) int lastTrackedTouch; -@property (nonatomic, readonly) struct CGPoint { float x1; float x2; } location; -@property (nonatomic, readonly) BOOL pointIsInsideView; -@property (nonatomic, readonly) BOOL shouldBlockNavigation; - -- (BOOL)canBePreventedByGestureRecognizer:(id)arg1; -- (BOOL)canPreventGestureRecognizer:(id)arg1; -- (int)lastTrackedTouch; -- (struct CGPoint { float x1; float x2; })location; -- (BOOL)pointIsInsideView; -- (void)reset; -- (void)setLastTrackedTouch:(int)arg1; -- (BOOL)shouldBlockNavigation; -- (void)touchesBegan:(id)arg1 withEvent:(id)arg2; -- (void)touchesCancelled:(id)arg1 withEvent:(id)arg2; -- (void)touchesEnded:(id)arg1 withEvent:(id)arg2; -- (void)touchesMoved:(id)arg1 withEvent:(id)arg2; - -@end diff --git a/Frameworks/iAd.framework/ADSoftLinking.h b/Frameworks/iAd.framework/ADSoftLinking.h index acb7110de6..bc33c24bab 100644 --- a/Frameworks/iAd.framework/ADSoftLinking.h +++ b/Frameworks/iAd.framework/ADSoftLinking.h @@ -36,11 +36,13 @@ @property (nonatomic, readonly) Class EKReminderViewController; @property (nonatomic, readonly) int (*IOSurfaceCreate; @property (nonatomic, readonly) int (*IOSurfaceCreateXPCObject; +@property (nonatomic, readonly) int (*IOSurfaceDecrementUseCount; @property (nonatomic, readonly) int (*IOSurfaceGetAllocSize; @property (nonatomic, readonly) int (*IOSurfaceGetBaseAddress; @property (nonatomic, readonly) int (*IOSurfaceGetBytesPerRow; @property (nonatomic, readonly) int (*IOSurfaceGetHeight; @property (nonatomic, readonly) int (*IOSurfaceGetWidth; +@property (nonatomic, readonly) int (*IOSurfaceIncrementUseCount; @property (nonatomic, readonly) int (*IOSurfaceLock; @property (nonatomic, readonly) int (*IOSurfaceLookupFromXPCObject; @property (nonatomic, readonly) int (*IOSurfaceUnlock; @@ -116,11 +118,13 @@ - (Class)EKReminderViewController; - (int (*)IOSurfaceCreate; - (int (*)IOSurfaceCreateXPCObject; +- (int (*)IOSurfaceDecrementUseCount; - (int (*)IOSurfaceGetAllocSize; - (int (*)IOSurfaceGetBaseAddress; - (int (*)IOSurfaceGetBytesPerRow; - (int (*)IOSurfaceGetHeight; - (int (*)IOSurfaceGetWidth; +- (int (*)IOSurfaceIncrementUseCount; - (int (*)IOSurfaceLock; - (int (*)IOSurfaceLookupFromXPCObject; - (int (*)IOSurfaceUnlock; diff --git a/PrivateFrameworks/AITTarget.framework/AITTarget.h b/PrivateFrameworks/AITTarget.framework/AITTarget.h deleted file mode 100644 index 645b205cbc..0000000000 --- a/PrivateFrameworks/AITTarget.framework/AITTarget.h +++ /dev/null @@ -1,56 +0,0 @@ -/* Generated by RuntimeBrowser - Image: /System/Library/PrivateFrameworks/AITTarget.framework/AITTarget - */ - -@interface AITTarget : NSObject { - NSObject * _clientQueue; - int _notifyToken; - NSMutableDictionary * _observerRecords; - NSMutableArray * _queuedProbes; - NSObject * _rpcDispatchQueue; - NSString * _rpcSelectorPrefix; - id _rpcTarget; - double _startTime; - NSObject * _watchdogSource; - AITXPCConnection * _xpcConnection; -} - -@property (readonly, copy) NSString *debugDescription; -@property (readonly, copy) NSString *description; -@property (readonly) unsigned int hash; -@property (nonatomic) NSObject *rpcDispatchQueue; -@property (nonatomic, copy) NSString *rpcSelectorPrefix; -@property (nonatomic, retain) id rpcTarget; -@property (readonly) Class superclass; - -+ (id)allocWithZone:(struct _NSZone { }*)arg1; -+ (id)sharedTarget; - -- (BOOL)_appIsWhitelisted; -- (void)_fireProbe:(id)arg1 withArgumentDictionary:(id)arg2; -- (void)_flushQueuedProbes; -- (void)_probeBarrier:(id /* block */)arg1; -- (BOOL)_probeIsEnabled:(id)arg1; -- (id)_rpcTarget; -- (void)_sendAckForToken:(id)arg1 success:(BOOL)arg2 returnValue:(id)arg3 details:(id)arg4; -- (void)_setupWatchdog; -- (void)_setupXPCConnectionIfNeeded; -- (void)addObserver:(id)arg1 forMessage:(id)arg2 dispatchQueue:(id)arg3 block:(id /* block */)arg4; -- (id)autorelease; -- (id)copyWithZone:(struct _NSZone { }*)arg1; -- (id)init; -- (oneway void)release; -- (void)removeObserver:(id)arg1 forMessage:(id)arg2; -- (id)retain; -- (unsigned int)retainCount; -- (id)rpcDispatchQueue; -- (id)rpcSelectorPrefix; -- (id)rpcTarget; -- (void)setRpcDispatchQueue:(id)arg1; -- (void)setRpcSelectorPrefix:(id)arg1; -- (void)setRpcTarget:(id)arg1; -- (void)xpcConnection:(id)arg1 receivedMessage:(id)arg2 userInfo:(id)arg3; -- (void)xpcConnectionFailed:(id)arg1; -- (void)xpcConnectionUnhandledMessage:(id)arg1; - -@end diff --git a/PrivateFrameworks/AITTarget.framework/AITTargetObserverRecord.h b/PrivateFrameworks/AITTarget.framework/AITTargetObserverRecord.h deleted file mode 100644 index 0fec94c407..0000000000 --- a/PrivateFrameworks/AITTarget.framework/AITTargetObserverRecord.h +++ /dev/null @@ -1,22 +0,0 @@ -/* Generated by RuntimeBrowser - Image: /System/Library/PrivateFrameworks/AITTarget.framework/AITTarget - */ - -@interface AITTargetObserverRecord : NSObject { - id /* block */ _handler; - id _observer; - NSObject * _queue; -} - -@property (readonly) id /* block */ handler; -@property (readonly) id observer; -@property (readonly) NSObject *queue; - -+ (id)recordForObserver:(id)arg1 queue:(id)arg2 block:(id /* block */)arg3; - -- (void)dealloc; -- (id /* block */)handler; -- (id)observer; -- (id)queue; - -@end diff --git a/PrivateFrameworks/AITTarget.framework/AITXPCConnection.h b/PrivateFrameworks/AITTarget.framework/AITXPCConnection.h deleted file mode 100644 index 582d746cb1..0000000000 --- a/PrivateFrameworks/AITTarget.framework/AITXPCConnection.h +++ /dev/null @@ -1,48 +0,0 @@ -/* Generated by RuntimeBrowser - Image: /System/Library/PrivateFrameworks/AITTarget.framework/AITTarget - */ - -@interface AITXPCConnection : NSObject { - NSString * _bundleId; - NSObject * _connection; - NSObject * _currentMessage; - * _delegate; - NSObject * _dispatchQueue; - NSObject * _internalQueue; - int _pid; -} - -@property (nonatomic, readonly) BOOL available; -@property (nonatomic, copy) NSString *bundleId; -@property (nonatomic) NSObject *connection; -@property (nonatomic) NSObject *currentMessage; -@property (nonatomic) *delegate; -@property (nonatomic) NSObject *dispatchQueue; -@property (nonatomic) NSObject *internalQueue; -@property (nonatomic, readonly) int pid; - -- (id)_deserializeMessage:(id)arg1; -- (void)_handleEvent:(id)arg1; -- (BOOL)available; -- (void)barrierWithCompletionHandler:(id /* block */)arg1; -- (id)bundleId; -- (void)closeConnection; -- (id)connection; -- (id)currentMessage; -- (void)dealloc; -- (id)delegate; -- (id)dispatchQueue; -- (id)initWithConnection:(id)arg1 delegate:(id)arg2; -- (id)initWithConnection:(id)arg1 delegate:(id)arg2 dispatchQueue:(id)arg3; -- (id)internalQueue; -- (int)pid; -- (void)sendMessage:(id)arg1 userInfo:(id)arg2; -- (void)sendMessage:(id)arg1 userInfo:(id)arg2 replyHandler:(id /* block */)arg3; -- (void)setBundleId:(id)arg1; -- (void)setConnection:(id)arg1; -- (void)setCurrentMessage:(id)arg1; -- (void)setDelegate:(id)arg1; -- (void)setDispatchQueue:(id)arg1; -- (void)setInternalQueue:(id)arg1; - -@end diff --git a/PrivateFrameworks/AVConference.framework b/PrivateFrameworks/AVConference.framework deleted file mode 100644 index cf630f7314..0000000000 --- a/PrivateFrameworks/AVConference.framework +++ /dev/null @@ -1,58 +0,0 @@ - - -AVConference.framework - - - -
-   ___          _   _             ___
-  | _ \_  _ _ _| |_(_)_ __  ___  | _ )_ _ _____ __ _____ ___ _ _
-  |   / || | ' \  _| | '  \/ -_) | _ \ '_/ _ \ V  V (_-// -_) '_|
-  |_|_\\_,_|_||_\__|_|_|_|_\___| |___/_| \___/\_/\_//__/\___|_|
-  
- -------------------------------------------------------------------------------
-
-
-/PrivateFrameworks/AVConference.framework
-0 classes
-
-
-
- -------------------------------------------------------------------------------
-
- Source code: https://github.com/nst/RuntimeBrowser
-
- Authors: Ezra Epstein (eepstein@prajna.com)
-          Nicolas Seriot (nicolas@seriot.ch)
-
- Copyright (c) 2002 by Prajna IT Consulting.
-                       http://www.prajna.com
-               2015 by Nicolas Seriot
-                       http://www.seriot.ch
-
- ========================================================================
-
- THIS PROGRAM AND THIS CODE COME WITH ABSOLUTELY NO WARRANTY.
- THIS CODE HAS BEEN PROVIDED "AS IS" AND THE RESPONSIBILITY
- FOR ITS OPERATIONS IS 100% YOURS.
-
- ========================================================================
- 
- RuntimeBrowser is free software; you can redistribute it and/or modify
- it under the terms of the GNU General Public License as published by
- the Free Software Foundation; either version 2 of the License, or
- (at your option) any later version.
-
- RuntimeBrowser is distributed in the hope that it will be useful,
- but WITHOUT ANY WARRANTY; without even the implied warranty of
- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
- GNU General Public License for more details.
-
- You should have received a copy of the GNU General Public License
- along with RuntimeBrowser (in a file called "COPYING.txt"); if not,
- write to the Free Software Foundation, Inc., 59 Temple Place, Suite 330,
- Boston, MA  02111-1307  USA
-
-
-
- diff --git a/PrivateFrameworks/AXMediaUtilities.framework b/PrivateFrameworks/AXMediaUtilities.framework deleted file mode 100644 index a9a6d6fe1c..0000000000 --- a/PrivateFrameworks/AXMediaUtilities.framework +++ /dev/null @@ -1,58 +0,0 @@ - - -AXMediaUtilities.framework - - - -
-   ___          _   _             ___
-  | _ \_  _ _ _| |_(_)_ __  ___  | _ )_ _ _____ __ _____ ___ _ _
-  |   / || | ' \  _| | '  \/ -_) | _ \ '_/ _ \ V  V (_-// -_) '_|
-  |_|_\\_,_|_||_\__|_|_|_|_\___| |___/_| \___/\_/\_//__/\___|_|
-  
- -------------------------------------------------------------------------------
-
-
-/PrivateFrameworks/AXMediaUtilities.framework
-0 classes
-
-
-
- -------------------------------------------------------------------------------
-
- Source code: https://github.com/nst/RuntimeBrowser
-
- Authors: Ezra Epstein (eepstein@prajna.com)
-          Nicolas Seriot (nicolas@seriot.ch)
-
- Copyright (c) 2002 by Prajna IT Consulting.
-                       http://www.prajna.com
-               2015 by Nicolas Seriot
-                       http://www.seriot.ch
-
- ========================================================================
-
- THIS PROGRAM AND THIS CODE COME WITH ABSOLUTELY NO WARRANTY.
- THIS CODE HAS BEEN PROVIDED "AS IS" AND THE RESPONSIBILITY
- FOR ITS OPERATIONS IS 100% YOURS.
-
- ========================================================================
- 
- RuntimeBrowser is free software; you can redistribute it and/or modify
- it under the terms of the GNU General Public License as published by
- the Free Software Foundation; either version 2 of the License, or
- (at your option) any later version.
-
- RuntimeBrowser is distributed in the hope that it will be useful,
- but WITHOUT ANY WARRANTY; without even the implied warranty of
- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
- GNU General Public License for more details.
-
- You should have received a copy of the GNU General Public License
- along with RuntimeBrowser (in a file called "COPYING.txt"); if not,
- write to the Free Software Foundation, Inc., 59 Temple Place, Suite 330,
- Boston, MA  02111-1307  USA
-
-
-
- diff --git a/PrivateFrameworks/AXRuntime.framework/AXRemoteElement.h b/PrivateFrameworks/AXRuntime.framework/AXRemoteElement.h index ebe49f43b4..fe0bd7f95d 100644 --- a/PrivateFrameworks/AXRuntime.framework/AXRemoteElement.h +++ b/PrivateFrameworks/AXRuntime.framework/AXRemoteElement.h @@ -31,6 +31,7 @@ + (id)remoteElementForBlock:(id /* block */)arg1; + (id)remoteElementForContextId:(unsigned int)arg1; +- (void).cxx_destruct; - (id)_accessibilityActiveKeyboard; - (id)_accessibilityFirstElement; - (void)_accessibilityIncreaseSelection:(id)arg1; diff --git a/PrivateFrameworks/AccessibilityUI.framework b/PrivateFrameworks/AccessibilityUI.framework deleted file mode 100644 index 14c1538f92..0000000000 --- a/PrivateFrameworks/AccessibilityUI.framework +++ /dev/null @@ -1,58 +0,0 @@ - - -AccessibilityUI.framework - - - -
-   ___          _   _             ___
-  | _ \_  _ _ _| |_(_)_ __  ___  | _ )_ _ _____ __ _____ ___ _ _
-  |   / || | ' \  _| | '  \/ -_) | _ \ '_/ _ \ V  V (_-// -_) '_|
-  |_|_\\_,_|_||_\__|_|_|_|_\___| |___/_| \___/\_/\_//__/\___|_|
-  
- -------------------------------------------------------------------------------
-
-
-/PrivateFrameworks/AccessibilityUI.framework
-0 classes
-
-
-
- -------------------------------------------------------------------------------
-
- Source code: https://github.com/nst/RuntimeBrowser
-
- Authors: Ezra Epstein (eepstein@prajna.com)
-          Nicolas Seriot (nicolas@seriot.ch)
-
- Copyright (c) 2002 by Prajna IT Consulting.
-                       http://www.prajna.com
-               2015 by Nicolas Seriot
-                       http://www.seriot.ch
-
- ========================================================================
-
- THIS PROGRAM AND THIS CODE COME WITH ABSOLUTELY NO WARRANTY.
- THIS CODE HAS BEEN PROVIDED "AS IS" AND THE RESPONSIBILITY
- FOR ITS OPERATIONS IS 100% YOURS.
-
- ========================================================================
- 
- RuntimeBrowser is free software; you can redistribute it and/or modify
- it under the terms of the GNU General Public License as published by
- the Free Software Foundation; either version 2 of the License, or
- (at your option) any later version.
-
- RuntimeBrowser is distributed in the hope that it will be useful,
- but WITHOUT ANY WARRANTY; without even the implied warranty of
- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
- GNU General Public License for more details.
-
- You should have received a copy of the GNU General Public License
- along with RuntimeBrowser (in a file called "COPYING.txt"); if not,
- write to the Free Software Foundation, Inc., 59 Temple Place, Suite 330,
- Boston, MA  02111-1307  USA
-
-
-
- diff --git a/PrivateFrameworks/AccessibilityUIUtilities.framework b/PrivateFrameworks/AccessibilityUIUtilities.framework deleted file mode 100644 index f4c6ac3439..0000000000 --- a/PrivateFrameworks/AccessibilityUIUtilities.framework +++ /dev/null @@ -1,58 +0,0 @@ - - -AccessibilityUIUtilities.framework - - - -
-   ___          _   _             ___
-  | _ \_  _ _ _| |_(_)_ __  ___  | _ )_ _ _____ __ _____ ___ _ _
-  |   / || | ' \  _| | '  \/ -_) | _ \ '_/ _ \ V  V (_-// -_) '_|
-  |_|_\\_,_|_||_\__|_|_|_|_\___| |___/_| \___/\_/\_//__/\___|_|
-  
- -------------------------------------------------------------------------------
-
-
-/PrivateFrameworks/AccessibilityUIUtilities.framework
-0 classes
-
-
-
- -------------------------------------------------------------------------------
-
- Source code: https://github.com/nst/RuntimeBrowser
-
- Authors: Ezra Epstein (eepstein@prajna.com)
-          Nicolas Seriot (nicolas@seriot.ch)
-
- Copyright (c) 2002 by Prajna IT Consulting.
-                       http://www.prajna.com
-               2015 by Nicolas Seriot
-                       http://www.seriot.ch
-
- ========================================================================
-
- THIS PROGRAM AND THIS CODE COME WITH ABSOLUTELY NO WARRANTY.
- THIS CODE HAS BEEN PROVIDED "AS IS" AND THE RESPONSIBILITY
- FOR ITS OPERATIONS IS 100% YOURS.
-
- ========================================================================
- 
- RuntimeBrowser is free software; you can redistribute it and/or modify
- it under the terms of the GNU General Public License as published by
- the Free Software Foundation; either version 2 of the License, or
- (at your option) any later version.
-
- RuntimeBrowser is distributed in the hope that it will be useful,
- but WITHOUT ANY WARRANTY; without even the implied warranty of
- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
- GNU General Public License for more details.
-
- You should have received a copy of the GNU General Public License
- along with RuntimeBrowser (in a file called "COPYING.txt"); if not,
- write to the Free Software Foundation, Inc., 59 Temple Place, Suite 330,
- Boston, MA  02111-1307  USA
-
-
-
- diff --git a/PrivateFrameworks/AccessibilityUtilities.framework/AXEventKeyInfoRepresentation.h b/PrivateFrameworks/AccessibilityUtilities.framework/AXEventKeyInfoRepresentation.h index a02af10b3c..6a4ec2dbeb 100644 --- a/PrivateFrameworks/AccessibilityUtilities.framework/AXEventKeyInfoRepresentation.h +++ b/PrivateFrameworks/AccessibilityUtilities.framework/AXEventKeyInfoRepresentation.h @@ -30,6 +30,7 @@ - (id)accessibilityEventRepresentationTabularDescription; - (id)copyWithZone:(struct _NSZone { }*)arg1; - (void)dealloc; +- (id)description; - (void)encodeWithCoder:(id)arg1; - (id)initWithCoder:(id)arg1; - (unsigned short)keyCode; diff --git a/PrivateFrameworks/AccessibilityUtilities.framework/AXEventRepresentation.h b/PrivateFrameworks/AccessibilityUtilities.framework/AXEventRepresentation.h index c55254ad3a..b032ca44b8 100644 --- a/PrivateFrameworks/AccessibilityUtilities.framework/AXEventRepresentation.h +++ b/PrivateFrameworks/AccessibilityUtilities.framework/AXEventRepresentation.h @@ -26,6 +26,7 @@ float y; } _location; int _pid; + BOOL _redirectEvent; long long _scrollAmount; unsigned long long _senderID; int _subtype; @@ -73,6 +74,7 @@ @property (nonatomic, retain) AXEventKeyInfoRepresentation *keyInfo; @property (nonatomic) struct CGPoint { float x1; float x2; } location; @property (nonatomic) int pid; +@property (getter=isRedirectEvent, nonatomic) BOOL redirectEvent; @property (nonatomic) long long scrollAmount; @property (nonatomic) unsigned long long senderID; @property (nonatomic) int subtype; @@ -97,6 +99,7 @@ + (id)representationWithData:(id)arg1; + (id)representationWithEventRecord:(struct { int x1; int x2; struct CGPoint { float x_3_1_1; float x_3_1_2; } x3; struct CGPoint { float x_4_1_1; float x_4_1_2; } x4; unsigned int x5; unsigned long long x6; void *x7; int x8; int x9; unsigned int x10; unsigned long long x11; unsigned char x12[0]; }*)arg1; + (id)representationWithHIDEvent:(struct __IOHIDEvent { }*)arg1 hidStreamIdentifier:(id)arg2; ++ (id)representationWithHIDEvent:(struct __IOHIDEvent { }*)arg1 hidStreamIdentifier:(id)arg2 clientID:(id)arg3 taskPort:(unsigned int)arg4; + (id)representationWithLocation:(struct CGPoint { float x1; float x2; })arg1 windowLocation:(struct CGPoint { float x1; float x2; })arg2 handInfo:(id)arg3; + (id)representationWithType:(unsigned int)arg1 subtype:(int)arg2 time:(unsigned long long)arg3 location:(struct CGPoint { float x1; float x2; })arg4 windowLocation:(struct CGPoint { float x1; float x2; })arg5 handInfo:(id)arg6; + (BOOL)supportsSecureCoding; @@ -148,6 +151,7 @@ - (BOOL)isInRangeLift; - (BOOL)isLift; - (BOOL)isMove; +- (BOOL)isRedirectEvent; - (BOOL)isTouchDown; - (BOOL)isUpdate; - (id)keyInfo; @@ -183,6 +187,7 @@ - (void)setKeyInfo:(id)arg1; - (void)setLocation:(struct CGPoint { float x1; float x2; })arg1; - (void)setPid:(int)arg1; +- (void)setRedirectEvent:(BOOL)arg1; - (void)setScrollAmount:(long long)arg1; - (void)setSenderID:(unsigned long long)arg1; - (void)setSubtype:(int)arg1; diff --git a/PrivateFrameworks/AccessibilityUtilities.framework/AXRedirectedEventDetector.h b/PrivateFrameworks/AccessibilityUtilities.framework/AXRedirectedEventDetector.h new file mode 100644 index 0000000000..a88b381c99 --- /dev/null +++ b/PrivateFrameworks/AccessibilityUtilities.framework/AXRedirectedEventDetector.h @@ -0,0 +1,26 @@ +/* Generated by RuntimeBrowser + Image: /System/Library/PrivateFrameworks/AccessibilityUtilities.framework/AccessibilityUtilities + */ + +@interface AXRedirectedEventDetector : NSObject { + AXDispatchTimer * _flushEventsTimer; + NSObject * _queue; + NSMutableArray * _recentEvents; +} + +@property (nonatomic, retain) AXDispatchTimer *flushEventsTimer; +@property (nonatomic, retain) NSMutableArray *recentEvents; + ++ (void)setFlushEventsTimerDelay:(double)arg1; + +- (double)_elapsedTimeFrom:(unsigned long long)arg1 to:(unsigned long long)arg2; +- (void)addEvent:(id)arg1; +- (void)dealloc; +- (id)flushEventsTimer; +- (id)init; +- (BOOL)isRedirectedEvent:(id)arg1; +- (id)recentEvents; +- (void)setFlushEventsTimer:(id)arg1; +- (void)setRecentEvents:(id)arg1; + +@end diff --git a/PrivateFrameworks/AccessibilityUtilities.framework/AXSettings.h b/PrivateFrameworks/AccessibilityUtilities.framework/AXSettings.h index 4259cd7417..f166a8a42f 100644 --- a/PrivateFrameworks/AccessibilityUtilities.framework/AXSettings.h +++ b/PrivateFrameworks/AccessibilityUtilities.framework/AXSettings.h @@ -73,6 +73,7 @@ @property BOOL automationHitpointWarpingEnabled; @property BOOL automationLocalizedStringLookupInfoEnabled; @property (readonly) NSString *automationPreferredLocalization; +@property (nonatomic) int brokenHomeButtonCount; @property BOOL buttonShapesEnabled; @property (nonatomic) double characterFeedbackDelayDuration; @property (nonatomic) int characterVoicesUsageCount; @@ -390,6 +391,7 @@ - (BOOL)automationHitpointWarpingEnabled; - (BOOL)automationLocalizedStringLookupInfoEnabled; - (id)automationPreferredLocalization; +- (int)brokenHomeButtonCount; - (BOOL)buttonShapesEnabled; - (double)characterFeedbackDelayDuration; - (int)characterVoicesUsageCount; @@ -489,6 +491,7 @@ - (void)registerUpdateBlock:(id /* block */)arg1 forRetrieveSelector:(SEL)arg2 withListener:(id)arg3; - (id)registeredNotifications; - (void)saveRecipe:(id)arg1; +- (id)selectedSpeechVoiceIdentifiers; - (void)setAlexLocalAssetURL:(id)arg1; - (void)setAllowHearingAidControlOnLockScreen:(BOOL)arg1; - (void)setApplicationAccessibilityEnabled:(BOOL)arg1; @@ -543,6 +546,7 @@ - (void)setAutomationFauxCollectionViewCellsEnabled:(BOOL)arg1; - (void)setAutomationHitpointWarpingEnabled:(BOOL)arg1; - (void)setAutomationLocalizedStringLookupInfoEnabled:(BOOL)arg1; +- (void)setBrokenHomeButtonCount:(int)arg1; - (void)setButtonShapesEnabled:(BOOL)arg1; - (void)setCharacterFeedbackDelayDuration:(double)arg1; - (void)setCharacterVoicesUsageCount:(int)arg1; diff --git a/PrivateFrameworks/AccessibilityUtilities.framework/AXSpringBoardServer.h b/PrivateFrameworks/AccessibilityUtilities.framework/AXSpringBoardServer.h index e034a9a2fe..0953c4b19d 100644 --- a/PrivateFrameworks/AccessibilityUtilities.framework/AXSpringBoardServer.h +++ b/PrivateFrameworks/AccessibilityUtilities.framework/AXSpringBoardServer.h @@ -40,6 +40,7 @@ - (id)accessQueue; - (void)acquireAssertionWithType:(id)arg1 identifier:(id)arg2; - (id)actionHandlers; +- (void)activateSOSMode; - (int)activeApplicationOrientation; - (int)activeInterfaceOrientation; - (void)activeInterfaceOrientation:(id /* block */)arg1; @@ -76,6 +77,7 @@ - (void)isMediaPlayingForApp:(id)arg1 completionHandler:(id /* block */)arg2; - (BOOL)isMultiTaskingActive; - (BOOL)isNotificationCenterVisible; +- (BOOL)isNotificationVisible; - (BOOL)isNowPlayingUIVisible; - (BOOL)isOrientationLocked; - (BOOL)isPointInsideAccessibilityInspector:(id)arg1; @@ -91,7 +93,6 @@ - (BOOL)isSiriVisible; - (BOOL)isSoftwareUpdateUIVisible; - (BOOL)isSpeakThisTemporarilyDisabled; -- (BOOL)isStickyNotificationVisible; - (BOOL)isSyncingRestoringResettingOrUpdating; - (BOOL)isSystemAppFrontmost; - (void)isSystemAppFrontmost:(id /* block */)arg1; diff --git a/PrivateFrameworks/AccessibilityUtilities.framework/AXTestingRouteDescription.h b/PrivateFrameworks/AccessibilityUtilities.framework/AXTestingRouteDescription.h new file mode 100644 index 0000000000..da735609fc --- /dev/null +++ b/PrivateFrameworks/AccessibilityUtilities.framework/AXTestingRouteDescription.h @@ -0,0 +1,19 @@ +/* Generated by RuntimeBrowser + Image: /System/Library/PrivateFrameworks/AccessibilityUtilities.framework/AccessibilityUtilities + */ + +@interface AXTestingRouteDescription : AVAudioSessionRouteDescription { + NSArray * inputs; + NSArray * outputs; +} + +@property (retain) NSArray *inputs; +@property (retain) NSArray *outputs; + +- (void)dealloc; +- (id)inputs; +- (id)outputs; +- (void)setInputs:(id)arg1; +- (void)setOutputs:(id)arg1; + +@end diff --git a/PrivateFrameworks/AccountsDaemon.framework/ACDAWDMetricsReporter.h b/PrivateFrameworks/AccountsDaemon.framework/ACDAWDMetricsReporter.h new file mode 100644 index 0000000000..8e3bc7b54c --- /dev/null +++ b/PrivateFrameworks/AccountsDaemon.framework/ACDAWDMetricsReporter.h @@ -0,0 +1,10 @@ +/* Generated by RuntimeBrowser + Image: /System/Library/PrivateFrameworks/AccountsDaemon.framework/AccountsDaemon + */ + +@interface ACDAWDMetricsReporter : NSObject + ++ (void)renewCredentialsBeginForAccountType:(id)arg1 avoidUI:(BOOL)arg2 shouldForce:(BOOL)arg3 requestedBy:(id)arg4; ++ (void)renewCredentialsEndForAccountType:(id)arg1 result:(unsigned int)arg2; + +@end diff --git a/PrivateFrameworks/AccountsDaemon.framework/ACDAccountSync.h b/PrivateFrameworks/AccountsDaemon.framework/ACDAccountSync.h index 80cd63018b..77b904a17b 100644 --- a/PrivateFrameworks/AccountsDaemon.framework/ACDAccountSync.h +++ b/PrivateFrameworks/AccountsDaemon.framework/ACDAccountSync.h @@ -26,6 +26,7 @@ - (void)createKeychainItems:(id)arg1; - (void)dealloc; - (void)deleteAccounts:(id)arg1; +- (BOOL)detectDuchess; - (void)devices; - (void)fixLDAP; - (void)fixSMTP; diff --git a/PrivateFrameworks/AccountsDaemon.framework/ACDDatabaseInitializer.h b/PrivateFrameworks/AccountsDaemon.framework/ACDDatabaseInitializer.h index 23a0a8ad9a..c8dfae1347 100644 --- a/PrivateFrameworks/AccountsDaemon.framework/ACDDatabaseInitializer.h +++ b/PrivateFrameworks/AccountsDaemon.framework/ACDDatabaseInitializer.h @@ -105,6 +105,7 @@ - (void)_removeFacebookAppVersionAccessKey; - (void)_removeFacebookPermissionGroupAccessKey; - (void)_removeLiverpoolTypes; +- (void)_removeMessengerFromYahooSupportedDataclasses; - (id)_resultsForEntityNamed:(id)arg1; - (void)_setCloudKitCredentialType; - (void)_setOwningBundleIDForNativeAccountTypes; diff --git a/PrivateFrameworks/AccountsDaemon.framework/ACDKeychain.h b/PrivateFrameworks/AccountsDaemon.framework/ACDKeychain.h index 5d98218331..37e8a278f8 100644 --- a/PrivateFrameworks/AccountsDaemon.framework/ACDKeychain.h +++ b/PrivateFrameworks/AccountsDaemon.framework/ACDKeychain.h @@ -16,7 +16,7 @@ + (BOOL)canAccessPasswordsWithPolicy:(id)arg1; + (id)keychainDeletedAccounts; + (id)passwordForServiceName:(id)arg1 username:(id)arg2 accessGroup:(id)arg3 options:(id)arg4 error:(id*)arg5; -+ (void)removeItemForServiceName:(id)arg1 username:(id)arg2 accessGroup:(id)arg3 error:(id*)arg4; ++ (void)removeItemForServiceName:(id)arg1 username:(id)arg2 accessGroup:(id)arg3 options:(id)arg4 error:(id*)arg5; + (void)removeTombstoneForServiceName:(id)arg1 username:(id)arg2 accessGroup:(id)arg3 extension:(id)arg4 error:(id*)arg5; + (void)updateItemForServiceName:(id)arg1 username:(id)arg2 accessGroup:(id)arg3 newValues:(id)arg4 options:(id)arg5 error:(id*)arg6; + (void)updateSyncItemForServiceName:(id)arg1 hostname:(id)arg2 accessGroup:(id)arg3 newValues:(id)arg4 extension:(id)arg5 error:(id*)arg6; diff --git a/PrivateFrameworks/AccountsDaemon.framework/ACDKeychainCleanupActivity.h b/PrivateFrameworks/AccountsDaemon.framework/ACDKeychainCleanupActivity.h index c5c6817bf3..479c957fa7 100644 --- a/PrivateFrameworks/AccountsDaemon.framework/ACDKeychainCleanupActivity.h +++ b/PrivateFrameworks/AccountsDaemon.framework/ACDKeychainCleanupActivity.h @@ -11,13 +11,14 @@ + (id)sharedActivity; - (void).cxx_destruct; -- (BOOL)_canRemoveCredentialItem:(id)arg1; -- (void)_configureXPCActivityWithCriteria:(id)arg1; -- (void)_queueCredentialItemWithAccount:(id)arg1 serviceName:(id)arg2; -- (void)_removeCredentialItem:(id)arg1 withCompletionHandler:(id /* block */)arg2; -- (void)_removeExpiredCredentials; -- (void)_unregisterActivity; -- (void)checkIn; +- (void)_activityQueue_checkIn; +- (void)_activityQueue_configureXPCActivityWithCriteria:(id)arg1; +- (void)_activityQueue_queueCredentialItemWithAccount:(id)arg1 serviceName:(id)arg2; +- (void)_activityQueue_registerXPCActivityWithCriteria:(id)arg1; +- (void)_activityQueue_removeCredentialItem:(id)arg1 withCompletionHandler:(id /* block */)arg2; +- (void)_activityQueue_removeExpiredCredentials; +- (void)_activityQueue_unregisterActivity; +- (void)checkInIfNecessary; - (id)init; - (void)queueNonPersistentCredentialRemoval:(id)arg1; diff --git a/PrivateFrameworks/AccountsDaemon.framework/ACDKeychainItem.h b/PrivateFrameworks/AccountsDaemon.framework/ACDKeychainItem.h index 6ed9a0803d..2c45ffc2e2 100644 --- a/PrivateFrameworks/AccountsDaemon.framework/ACDKeychainItem.h +++ b/PrivateFrameworks/AccountsDaemon.framework/ACDKeychainItem.h @@ -10,11 +10,11 @@ @property (copy) NSString *accessGroup; @property (copy) NSString *accessibility; +@property (copy) NSString *account; @property (copy) NSDictionary *metadata; @property (readonly) const struct __CFData { }*persistentRef; @property (copy) NSString *service; @property BOOL synchronizable; -@property (copy) NSString *username; @property int version; - (void).cxx_destruct; @@ -27,6 +27,7 @@ - (void)_setValue:(id)arg1 forProperty:(id)arg2; - (id)accessGroup; - (id)accessibility; +- (id)account; - (void)dealloc; - (id)debugDescription; - (id)description; @@ -39,13 +40,12 @@ - (id)service; - (void)setAccessGroup:(id)arg1; - (void)setAccessibility:(id)arg1; +- (void)setAccount:(id)arg1; - (void)setMetadata:(id)arg1; - (void)setService:(id)arg1; - (void)setSynchronizable:(BOOL)arg1; -- (void)setUsername:(id)arg1; - (void)setVersion:(int)arg1; - (BOOL)synchronizable; -- (id)username; - (int)version; @end diff --git a/PrivateFrameworks/AccountsDaemon.framework/ACDKeychainManager.h b/PrivateFrameworks/AccountsDaemon.framework/ACDKeychainManager.h index fbd6de0332..3600bc8028 100644 --- a/PrivateFrameworks/AccountsDaemon.framework/ACDKeychainManager.h +++ b/PrivateFrameworks/AccountsDaemon.framework/ACDKeychainManager.h @@ -8,7 +8,7 @@ + (BOOL)_accountSyncItemExistsForServiceName:(id)arg1 username:(id)arg2; + (void)_accountTypeIdentifierFromComponents:(id)arg1 handler:(id /* block */)arg2; + (void)_createNoSyncOAuthTokens:(id)arg1 account:(id)arg2 clientID:(id)arg3; -+ (id)_credentialForAccountWithID:(id)arg1 accountTypeID:(id)arg2 credentialType:(id)arg3 clientID:(id)arg4 options:(id)arg5 error:(id*)arg6; ++ (id)_credentialForAccountWithID:(id)arg1 accountTypeID:(id)arg2 credentialType:(id)arg3 clientID:(id)arg4 allowAdditionalAccountTypeSegment:(BOOL)arg5 options:(id)arg6 error:(id*)arg7; + (BOOL)_dataclassSyncItemExistsForServiceName:(id)arg1 username:(id)arg2; + (void)_fallbackToUnsyncedOAuthTokens:(id)arg1; + (id)_fetchOptionsForAccount:(id)arg1; @@ -43,7 +43,7 @@ + (id)keychainDeletedContactAccounts; + (id)keychainDeletedHostnameAccounts; + (id)keychainHostnameAccounts; -+ (id)keychainServiceNameForClientID:(id)arg1 accountTypeIdentifier:(id)arg2 key:(id)arg3; ++ (id)keychainServiceNameForClientID:(id)arg1 accountTypeIdentifier:(id)arg2 additionalAccountTypeSegment:(id)arg3 key:(id)arg4; + (void)removeAccountSyncItemForAccount:(id)arg1 clientID:(id)arg2 properties:(id)arg3 error:(id*)arg4; + (void)removeCredentialForAccount:(id)arg1; + (void)removeCredentialForAccount:(id)arg1 clientID:(id)arg2; diff --git a/PrivateFrameworks/AccountsDaemon.framework/ACDKeychainMigrator.h b/PrivateFrameworks/AccountsDaemon.framework/ACDKeychainMigrator.h index 5967daa4b9..f589a80d36 100644 --- a/PrivateFrameworks/AccountsDaemon.framework/ACDKeychainMigrator.h +++ b/PrivateFrameworks/AccountsDaemon.framework/ACDKeychainMigrator.h @@ -3,15 +3,20 @@ */ @interface ACDKeychainMigrator : NSObject { + NSMutableDictionary * _accountTypeLookupCache; + NSObject * _accountTypeLookupQueue; ACAccountStore * _store; } + (id)sharedInstance; - (void).cxx_destruct; +- (id)_accountTypeWithAccountTypeIdentifier:(id)arg1; - (id)_keychainItemFromAttributes:(id)arg1; - (id)_keychainItemFromAttributesArray:(id)arg1; -- (id)_keychainItemsForUsername:(id)arg1 accountTypeIdentifiers:(id)arg2; +- (id)_keychainItemsForAccount:(id)arg1 accountTypeIdentifiers:(id)arg2; +- (void)_migrateUUIDKeychainItems:(id)arg1; +- (void)_setAccountType:(id)arg1 forAccountTypeIdentifier:(id)arg2; - (void)_validateKeychainItemClass:(id)arg1; - (id)allKeychainItems; - (id)init; diff --git a/PrivateFrameworks/AccountsDaemon.framework/AWDAccountsRenewCredentialsBegin.h b/PrivateFrameworks/AccountsDaemon.framework/AWDAccountsRenewCredentialsBegin.h new file mode 100644 index 0000000000..5d9dad6368 --- /dev/null +++ b/PrivateFrameworks/AccountsDaemon.framework/AWDAccountsRenewCredentialsBegin.h @@ -0,0 +1,58 @@ +/* Generated by RuntimeBrowser + Image: /System/Library/PrivateFrameworks/AccountsDaemon.framework/AccountsDaemon + */ + +@interface AWDAccountsRenewCredentialsBegin : PBCodable { + NSString * _accountType; + BOOL _avoidUI; + NSString * _clientBundleID; + struct { + unsigned int timestamp : 1; + unsigned int avoidUI : 1; + unsigned int shouldForce : 1; + } _has; + BOOL _shouldForce; + unsigned long long _timestamp; +} + +@property (nonatomic, retain) NSString *accountType; +@property (nonatomic) BOOL avoidUI; +@property (nonatomic, retain) NSString *clientBundleID; +@property (nonatomic, readonly) BOOL hasAccountType; +@property (nonatomic) BOOL hasAvoidUI; +@property (nonatomic, readonly) BOOL hasClientBundleID; +@property (nonatomic) BOOL hasShouldForce; +@property (nonatomic) BOOL hasTimestamp; +@property (nonatomic) BOOL shouldForce; +@property (nonatomic) unsigned long long timestamp; + +- (void).cxx_destruct; +- (id)accountType; +- (BOOL)avoidUI; +- (id)clientBundleID; +- (void)copyTo:(id)arg1; +- (id)copyWithZone:(struct _NSZone { }*)arg1; +- (id)description; +- (id)dictionaryRepresentation; +- (BOOL)hasAccountType; +- (BOOL)hasAvoidUI; +- (BOOL)hasClientBundleID; +- (BOOL)hasShouldForce; +- (BOOL)hasTimestamp; +- (unsigned int)hash; +- (BOOL)isEqual:(id)arg1; +- (void)mergeFrom:(id)arg1; +- (BOOL)readFrom:(id)arg1; +- (void)setAccountType:(id)arg1; +- (void)setAvoidUI:(BOOL)arg1; +- (void)setClientBundleID:(id)arg1; +- (void)setHasAvoidUI:(BOOL)arg1; +- (void)setHasShouldForce:(BOOL)arg1; +- (void)setHasTimestamp:(BOOL)arg1; +- (void)setShouldForce:(BOOL)arg1; +- (void)setTimestamp:(unsigned long long)arg1; +- (BOOL)shouldForce; +- (unsigned long long)timestamp; +- (void)writeTo:(id)arg1; + +@end diff --git a/PrivateFrameworks/AccountsDaemon.framework/AWDAccountsRenewCredentialsEnd.h b/PrivateFrameworks/AccountsDaemon.framework/AWDAccountsRenewCredentialsEnd.h new file mode 100644 index 0000000000..10ca58f2ac --- /dev/null +++ b/PrivateFrameworks/AccountsDaemon.framework/AWDAccountsRenewCredentialsEnd.h @@ -0,0 +1,44 @@ +/* Generated by RuntimeBrowser + Image: /System/Library/PrivateFrameworks/AccountsDaemon.framework/AccountsDaemon + */ + +@interface AWDAccountsRenewCredentialsEnd : PBCodable { + NSString * _accountType; + struct { + unsigned int timestamp : 1; + unsigned int result : 1; + } _has; + unsigned int _result; + unsigned long long _timestamp; +} + +@property (nonatomic, retain) NSString *accountType; +@property (nonatomic, readonly) BOOL hasAccountType; +@property (nonatomic) BOOL hasResult; +@property (nonatomic) BOOL hasTimestamp; +@property (nonatomic) unsigned int result; +@property (nonatomic) unsigned long long timestamp; + +- (void).cxx_destruct; +- (id)accountType; +- (void)copyTo:(id)arg1; +- (id)copyWithZone:(struct _NSZone { }*)arg1; +- (id)description; +- (id)dictionaryRepresentation; +- (BOOL)hasAccountType; +- (BOOL)hasResult; +- (BOOL)hasTimestamp; +- (unsigned int)hash; +- (BOOL)isEqual:(id)arg1; +- (void)mergeFrom:(id)arg1; +- (BOOL)readFrom:(id)arg1; +- (unsigned int)result; +- (void)setAccountType:(id)arg1; +- (void)setHasResult:(BOOL)arg1; +- (void)setHasTimestamp:(BOOL)arg1; +- (void)setResult:(unsigned int)arg1; +- (void)setTimestamp:(unsigned long long)arg1; +- (unsigned long long)timestamp; +- (void)writeTo:(id)arg1; + +@end diff --git a/PrivateFrameworks/AirTraffic.framework/_AirTrafficOSLog.h b/PrivateFrameworks/AirTraffic.framework/_AirTrafficOSLog.h new file mode 100644 index 0000000000..7c3c34d2bf --- /dev/null +++ b/PrivateFrameworks/AirTraffic.framework/_AirTrafficOSLog.h @@ -0,0 +1,9 @@ +/* Generated by RuntimeBrowser + Image: /System/Library/PrivateFrameworks/AirTraffic.framework/AirTraffic + */ + +@interface _AirTrafficOSLog : NSObject + ++ (void)load; + +@end diff --git a/PrivateFrameworks/AnnotationKit.framework/AKHighlightAnnotation.h b/PrivateFrameworks/AnnotationKit.framework/AKHighlightAnnotation.h index 036b3519e3..ea8d3c0874 100644 --- a/PrivateFrameworks/AnnotationKit.framework/AKHighlightAnnotation.h +++ b/PrivateFrameworks/AnnotationKit.framework/AKHighlightAnnotation.h @@ -4,14 +4,12 @@ @interface AKHighlightAnnotation : AKAnnotation { UIColor * _color; - NSString * _contents; NSArray * _quadPoints; unsigned int _style; } @property AKAnnotation *childAnnotation; @property (retain) UIColor *color; -@property (copy) NSString *contents; @property (readonly, copy) NSString *debugDescription; @property (readonly, copy) NSString *description; @property (readonly) unsigned int hash; @@ -26,7 +24,6 @@ - (void).cxx_destruct; - (id)color; -- (id)contents; - (id)displayName; - (void)encodeWithCoder:(id)arg1; - (void)flattenModelExifOrientation:(int)arg1 withModelSize:(struct CGSize { float x1; float x2; })arg2; @@ -36,7 +33,6 @@ - (id)keysForValuesToObserveForUndo; - (id)quadPoints; - (void)setColor:(id)arg1; -- (void)setContents:(id)arg1; - (void)setQuadPoints:(id)arg1; - (void)setStyle:(unsigned int)arg1; - (unsigned int)style; diff --git a/PrivateFrameworks/AnnotationKit.framework/AKIntelligentSketchController.h b/PrivateFrameworks/AnnotationKit.framework/AKIntelligentSketchController.h index 19d14dea70..d5ef251278 100644 --- a/PrivateFrameworks/AnnotationKit.framework/AKIntelligentSketchController.h +++ b/PrivateFrameworks/AnnotationKit.framework/AKIntelligentSketchController.h @@ -13,7 +13,9 @@ AKController * _controller; BOOL _ignoreAnnotationAndSelectionKVO; AKSmoothPathView * _intelligentSketchOverlayView; + BOOL _isPreviousCandidateAnnotationUndecided; BOOL _isShowingOverlay; + BOOL _isWaitingToCoalesceStrokes; CHDrawing * _lastDrawing; AKPageModelController * _modelControllerToObserveForAnnotationsAndSelections; id /* block */ _performRecognitionBlock; @@ -50,7 +52,9 @@ @property (readonly) unsigned int hash; @property BOOL ignoreAnnotationAndSelectionKVO; @property (nonatomic, retain) AKSmoothPathView *intelligentSketchOverlayView; +@property BOOL isPreviousCandidateAnnotationUndecided; @property BOOL isShowingOverlay; +@property BOOL isWaitingToCoalesceStrokes; @property (retain) CHDrawing *lastDrawing; @property (nonatomic, retain) AKPageModelController *modelControllerToObserveForAnnotationsAndSelections; @property (nonatomic, copy) id /* block */ performRecognitionBlock; @@ -112,8 +116,10 @@ - (void)inputView:(id)arg1 didCollectPrestrokedPath:(struct CGPath { }*)arg2; - (void)inputViewWillStartDrawing:(id)arg1; - (id)intelligentSketchOverlayView; +- (BOOL)isPreviousCandidateAnnotationUndecided; - (BOOL)isShowingCandidatePicker; - (BOOL)isShowingOverlay; +- (BOOL)isWaitingToCoalesceStrokes; - (id)lastDrawing; - (void)logLastDrawingToDisk; - (id)modelControllerToObserveForAnnotationsAndSelections; @@ -136,7 +142,9 @@ - (void)setController:(id)arg1; - (void)setIgnoreAnnotationAndSelectionKVO:(BOOL)arg1; - (void)setIntelligentSketchOverlayView:(id)arg1; +- (void)setIsPreviousCandidateAnnotationUndecided:(BOOL)arg1; - (void)setIsShowingOverlay:(BOOL)arg1; +- (void)setIsWaitingToCoalesceStrokes:(BOOL)arg1; - (void)setLastDrawing:(id)arg1; - (void)setModelControllerToObserveForAnnotationsAndSelections:(id)arg1; - (void)setPerformRecognitionBlock:(id /* block */)arg1; diff --git a/PrivateFrameworks/AnnotationKit.framework/AKTextEditorController.h b/PrivateFrameworks/AnnotationKit.framework/AKTextEditorController.h index 919595884e..b495ea5d92 100644 --- a/PrivateFrameworks/AnnotationKit.framework/AKTextEditorController.h +++ b/PrivateFrameworks/AnnotationKit.framework/AKTextEditorController.h @@ -5,15 +5,18 @@ @interface AKTextEditorController : NSObject { AKAnnotation * _annotation; AKController * _controller; + UIScrollView * _currentEnclosingScrollView; float _handleCompensatingScaleFactor; BOOL _isInAdjustAnnotationFrameToFitText; BOOL _isInEndEditing; - AKPageController * _pageController; - float _renderingTextStorageScaleFactor; struct CGPoint { float x; float y; - } _startingContentInset; + } _keyboardStartingContentInset; + BOOL _keyboardWillRemainUp; + float _modelToEditorScaleFactor; + AKPageController * _pageController; + float _renderingTextStorageScaleFactor; NSTextStorage * _textStorage; UITextView * _textView; NSUndoManager * _textViewUndoManager; @@ -21,6 +24,7 @@ @property AKAnnotation *annotation; @property AKController *controller; +@property UIScrollView *currentEnclosingScrollView; @property (readonly, copy) NSString *debugDescription; @property (readonly, copy) NSString *description; @property float handleCompensatingScaleFactor; @@ -28,9 +32,11 @@ @property (nonatomic, readonly) BOOL isEditing; @property BOOL isInAdjustAnnotationFrameToFitText; @property BOOL isInEndEditing; +@property struct CGPoint { float x1; float x2; } keyboardStartingContentInset; +@property BOOL keyboardWillRemainUp; +@property float modelToEditorScaleFactor; @property AKPageController *pageController; @property float renderingTextStorageScaleFactor; -@property struct CGPoint { float x1; float x2; } startingContentInset; @property (readonly) Class superclass; @property (retain) NSTextStorage *textStorage; @property (retain) UITextView *textView; @@ -44,8 +50,8 @@ - (void)_commitToModelWithoutEndingEditing; - (struct CGRect { struct CGPoint { float x_1_1_1; float x_1_1_2; } x1; struct CGSize { float x_2_1_1; float x_2_1_2; } x2; })_editorFrameForTextBoundsInModel:(struct CGRect { struct CGPoint { float x_1_1_1; float x_1_1_2; } x1; struct CGSize { float x_2_1_1; float x_2_1_2; } x2; })arg1; - (void)_endEditing; +- (void)_keyboardDidHide:(id)arg1; - (void)_keyboardDidShow:(id)arg1; -- (void)_keyboardWillHide:(id)arg1; - (id)_newScaledPaths:(id)arg1 withScaleFactor:(float)arg2 aboutCenter:(struct CGPoint { float x1; float x2; })arg3; - (void)_performBlockOnMainThread:(id /* block */)arg1; - (void)_registerForKeyboardNotifications; @@ -56,6 +62,7 @@ - (void)beginEditingAnnotation:(id)arg1 withPageController:(id)arg2 selectAllText:(BOOL)arg3; - (void)commitToModelWithoutEndingEditing; - (id)controller; +- (id)currentEnclosingScrollView; - (void)dealloc; - (void)endEditing; - (float)handleCompensatingScaleFactor; @@ -63,20 +70,25 @@ - (BOOL)isEditing; - (BOOL)isInAdjustAnnotationFrameToFitText; - (BOOL)isInEndEditing; +- (struct CGPoint { float x1; float x2; })keyboardStartingContentInset; +- (BOOL)keyboardWillRemainUp; +- (float)modelToEditorScaleFactor; - (id)pageController; - (float)renderingTextStorageScaleFactor; - (void)setAnnotation:(id)arg1; - (void)setController:(id)arg1; +- (void)setCurrentEnclosingScrollView:(id)arg1; - (void)setHandleCompensatingScaleFactor:(float)arg1; - (void)setIsInAdjustAnnotationFrameToFitText:(BOOL)arg1; - (void)setIsInEndEditing:(BOOL)arg1; +- (void)setKeyboardStartingContentInset:(struct CGPoint { float x1; float x2; })arg1; +- (void)setKeyboardWillRemainUp:(BOOL)arg1; +- (void)setModelToEditorScaleFactor:(float)arg1; - (void)setPageController:(id)arg1; - (void)setRenderingTextStorageScaleFactor:(float)arg1; -- (void)setStartingContentInset:(struct CGPoint { float x1; float x2; })arg1; - (void)setTextStorage:(id)arg1; - (void)setTextView:(id)arg1; - (void)setTextViewUndoManager:(id)arg1; -- (struct CGPoint { float x1; float x2; })startingContentInset; - (id)textStorage; - (id)textView; - (void)textViewDidBeginEditing:(id)arg1; diff --git a/PrivateFrameworks/AppPredictionInternal.framework/_ATXAggregateLogger.h b/PrivateFrameworks/AppPredictionInternal.framework/_ATXAggregateLogger.h index facc30e882..55026695f3 100644 --- a/PrivateFrameworks/AppPredictionInternal.framework/_ATXAggregateLogger.h +++ b/PrivateFrameworks/AppPredictionInternal.framework/_ATXAggregateLogger.h @@ -3,6 +3,7 @@ */ @interface _ATXAggregateLogger : NSObject { + PETScalarEventTracker * _allLaunchesPredictionTracker; PETScalarEventTracker * _appOutcomeTracker; int _buildType; _ATXBundleIdSet * _bundleIdSet; @@ -19,9 +20,11 @@ PETDistributionEventTracker * _scoreTracker; } ++ (id)_launchReasonToPropertyString; + (BOOL)isConversionOutcome:(unsigned int)arg1; + (id)predictedItemOutcomesMapping; + (id)predictionOutcomesMapping; ++ (id)propertyStringForLaunchReason:(id)arg1; + (id)sharedInstance; + (id)stringForPredictedItemOutcome:(unsigned int)arg1; + (id)stringForPredictionOutcome:(unsigned int)arg1; @@ -30,6 +33,7 @@ - (void).cxx_destruct; - (id)init; - (void)logInputs:(double*)arg1 andScore:(double)arg2 withOutcome:(unsigned int)arg3; +- (void)logLaunchEventWithLaunchReason:(id)arg1 predicted:(BOOL)arg2 position:(int)arg3; - (void)logPredictionEventWith:(unsigned int)arg1 shownItemsAndOutcome:(unsigned int)arg2 forABGroup:(id)arg3 consumerType:(unsigned int)arg4 andSubType:(unsigned char)arg5; - (void)logPredictionEventWithMagicalMoments:(BOOL)arg1 magicalMomentsOverlap:(BOOL)arg2 heroApp:(BOOL)arg3 heroAppOverlap:(BOOL)arg4 consumerType:(unsigned int)arg5 consumerSubType:(unsigned char)arg6 reason:(int)arg7 andOutcome:(unsigned int)arg8; - (void)logPredictionOfAppWithBundleId:(id)arg1 inputs:(double*)arg2 outcome:(unsigned int)arg3 rank:(int)arg4 score:(double)arg5 forABGroup:(id)arg6; diff --git a/PrivateFrameworks/AppPredictionInternal.framework/_ATXAppLaunchMonitor.h b/PrivateFrameworks/AppPredictionInternal.framework/_ATXAppLaunchMonitor.h index 37c54f6925..c787b224cd 100644 --- a/PrivateFrameworks/AppPredictionInternal.framework/_ATXAppLaunchMonitor.h +++ b/PrivateFrameworks/AppPredictionInternal.framework/_ATXAppLaunchMonitor.h @@ -11,12 +11,18 @@ NSMutableArray * _deltaLog; _ATXDuetHelper * _duetHelper; NSMutableDictionary * _launchedBundleIds; + NSObject * _logQueue; NSMutableSet * _registrations; PETScalarEventTracker * _updateLaunchHistoryTracker; } ++ (int)_predictionPositionForBundleId:(id)arg1 forPredictions:(id)arg2; + - (void).cxx_destruct; - (void)_addLaunchWithBundleIdNoLock:(id)arg1 withDate:(id)arg2 timeZone:(id)arg3 reason:(id)arg4; +- (void)_logPredictionForBundleId:(id)arg1 launchReason:(id)arg2; +- (void)_shadowSessionLoggingForBundleId:(id)arg1 launchReason:(id)arg2; +- (void)_syncForTests; - (void)addLaunchWithBundleId:(id)arg1 withDate:(id)arg2 timeZone:(id)arg3 reason:(id)arg4; - (id)appInfoManager; - (id)appLaunchHistogramManager; @@ -36,7 +42,6 @@ - (void)stop; - (id)stopDeltaRecording; - (void)swapDuetHelper:(id)arg1; -- (void)syncForTests; - (void)updateLaunchHistoryFromDuet; - (void)updateLaunchHistoryFromDuet:(double)arg1 completionBlock:(id /* block */)arg2; diff --git a/PrivateFrameworks/AppPredictionInternal.framework/_ATXAppLaunchSequence.h b/PrivateFrameworks/AppPredictionInternal.framework/_ATXAppLaunchSequence.h index 959b546946..3e2e336e5d 100644 --- a/PrivateFrameworks/AppPredictionInternal.framework/_ATXAppLaunchSequence.h +++ b/PrivateFrameworks/AppPredictionInternal.framework/_ATXAppLaunchSequence.h @@ -27,7 +27,8 @@ - (void)deleteDataForBundle:(id)arg1; - (void)deleteDataForBundles:(id)arg1; - (id)initWithPreviousLaunch:(id)arg1 dataStore:(id)arg2; -- (id)initWithPreviousLaunch:(id)arg1 subsequentLaunchCounts:(id)arg2 dataStore:(id)arg3; +- (id)initWithPreviousLaunch:(id)arg1 dataStore:(id)arg2 allowSimulatedCrashes:(BOOL)arg3; +- (id)initWithPreviousLaunch:(id)arg1 subsequentLaunchCounts:(id)arg2 dataStore:(id)arg3 allowSimulatedCrashes:(BOOL)arg4; - (double)launchCountForBundle:(id)arg1; - (double)likelyhoodForBundleId:(id)arg1; - (BOOL)previousAppDeleted; diff --git a/PrivateFrameworks/AppPredictionInternal.framework/_ATXAppPredictor.h b/PrivateFrameworks/AppPredictionInternal.framework/_ATXAppPredictor.h index b17d220532..196298d304 100644 --- a/PrivateFrameworks/AppPredictionInternal.framework/_ATXAppPredictor.h +++ b/PrivateFrameworks/AppPredictionInternal.framework/_ATXAppPredictor.h @@ -26,6 +26,7 @@ - (id)appDictionaryForAppAtIndex:(int)arg1; - (id)appInstallMonitor; - (id)appLaunchMonitor; +- (id)constructSessionLogDictionaryWithEngagedBundle:(id)arg1 resultsShown:(int)arg2 consumerType:(unsigned int)arg3 outcome:(unsigned int)arg4 annotation:(id)arg5; - (id)constructSessionLogDictionaryWithFeedback:(id)arg1 consumerType:(unsigned int)arg2 outcome:(unsigned int)arg3; - (void)dealloc; - (id)getParseTree; diff --git a/PrivateFrameworks/AppPredictionInternal.framework/_ATXGlobals.h b/PrivateFrameworks/AppPredictionInternal.framework/_ATXGlobals.h index cb465d7766..119b54d66c 100644 --- a/PrivateFrameworks/AppPredictionInternal.framework/_ATXGlobals.h +++ b/PrivateFrameworks/AppPredictionInternal.framework/_ATXGlobals.h @@ -16,6 +16,7 @@ - (id)initWithAssetClass:(Class)arg1; - (double)launchSequenceDecayHalfLife; - (double)sessionObjectLogSamplingRate; +- (double)shadowLogSamplingRate; - (double)spotlightLaunchDecayHalflife; @end diff --git a/PrivateFrameworks/AppStoreDaemon.framework/ASDJobManager.h b/PrivateFrameworks/AppStoreDaemon.framework/ASDJobManager.h index 008883e6d2..87b8775b11 100644 --- a/PrivateFrameworks/AppStoreDaemon.framework/ASDJobManager.h +++ b/PrivateFrameworks/AppStoreDaemon.framework/ASDJobManager.h @@ -43,6 +43,7 @@ - (void)dealloc; - (void)didChangeJobs:(id)arg1; - (void)didCompleteJobs:(id)arg1; +- (void)didCompleteJobs:(id)arg1 finalPhases:(id)arg2; - (void)didUpdateProgress:(id)arg1; - (void)didUpdateStates:(id)arg1; - (void)finishJobs:(id)arg1; diff --git a/PrivateFrameworks/AppStoreDaemon.framework/ASDJobManagerClientConnection.h b/PrivateFrameworks/AppStoreDaemon.framework/ASDJobManagerClientConnection.h index b1224abb0e..114b62609b 100644 --- a/PrivateFrameworks/AppStoreDaemon.framework/ASDJobManagerClientConnection.h +++ b/PrivateFrameworks/AppStoreDaemon.framework/ASDJobManagerClientConnection.h @@ -13,7 +13,7 @@ - (void)_call:(id /* block */)arg1; - (void)dealloc; - (void)didChangeJobs:(id)arg1; -- (void)didCompleteJobs:(id)arg1; +- (void)didCompleteJobs:(id)arg1 finalPhases:(id)arg2; - (void)didUpdateProgress:(id)arg1; - (void)didUpdateStates:(id)arg1; - (id)initWithConnection:(id)arg1 delegate:(id)arg2; diff --git a/PrivateFrameworks/AppStoreDaemon.framework/ASDSoftwareUpdatesStore.h b/PrivateFrameworks/AppStoreDaemon.framework/ASDSoftwareUpdatesStore.h index 213d7c3e1f..d7956bf9c3 100644 --- a/PrivateFrameworks/AppStoreDaemon.framework/ASDSoftwareUpdatesStore.h +++ b/PrivateFrameworks/AppStoreDaemon.framework/ASDSoftwareUpdatesStore.h @@ -24,6 +24,7 @@ - (BOOL)hasEntitlement; - (void)hideApplicationBadgeForPendingUpdates; - (id)init; +- (void)refreshUpdateCountWithCompletionBlock:(id /* block */)arg1; - (void)reloadForSettingsFromServerWithCompletionBlock:(id /* block */)arg1; - (void)reloadFromServerInBackgroundWithCompletionBlock:(id /* block */)arg1; - (void)reloadFromServerWithCompletionBlock:(id /* block */)arg1; diff --git a/PrivateFrameworks/AppleAccount.framework/AAStorableLoginContext.h b/PrivateFrameworks/AppleAccount.framework/AAStorableLoginContext.h index 432924eeb5..4f86cb0495 100644 --- a/PrivateFrameworks/AppleAccount.framework/AAStorableLoginContext.h +++ b/PrivateFrameworks/AppleAccount.framework/AAStorableLoginContext.h @@ -6,6 +6,7 @@ NSString * _DSID; NSString * _altDSID; NSString * _appleID; + NSString * _cloudKitToken; NSString * _continuationKey; NSString * _passwordResetKey; NSString * _rawPassword; @@ -14,6 +15,7 @@ @property (nonatomic, copy) NSString *DSID; @property (nonatomic, readonly) NSString *altDSID; @property (nonatomic, readonly) NSString *appleID; +@property (nonatomic, copy) NSString *cloudKitToken; @property (nonatomic, copy) NSString *continuationKey; @property (nonatomic, copy) NSString *passwordResetKey; @property (nonatomic, copy) NSString *rawPassword; @@ -22,10 +24,12 @@ - (id)DSID; - (id)altDSID; - (id)appleID; +- (id)cloudKitToken; - (id)continuationKey; - (id)initWithAppleID:(id)arg1 altDSID:(id)arg2; - (id)passwordResetKey; - (id)rawPassword; +- (void)setCloudKitToken:(id)arg1; - (void)setContinuationKey:(id)arg1; - (void)setDSID:(id)arg1; - (void)setPasswordResetKey:(id)arg1; diff --git a/PrivateFrameworks/AppleServiceToolkit.framework/ASTIdentity.h b/PrivateFrameworks/AppleServiceToolkit.framework/ASTIdentity.h index 29b9ef6a62..007a28b17a 100644 --- a/PrivateFrameworks/AppleServiceToolkit.framework/ASTIdentity.h +++ b/PrivateFrameworks/AppleServiceToolkit.framework/ASTIdentity.h @@ -6,6 +6,7 @@ + (id)hostAppBuild; + (id)hostAppVersion; ++ (BOOL)isInternalBuild; + (id)userAgent; @end diff --git a/PrivateFrameworks/AssistantServices.framework/AFAggregator.h b/PrivateFrameworks/AssistantServices.framework/AFAggregator.h index 47e0a926a5..1e34e1cc52 100644 --- a/PrivateFrameworks/AssistantServices.framework/AFAggregator.h +++ b/PrivateFrameworks/AssistantServices.framework/AFAggregator.h @@ -14,11 +14,14 @@ @property (nonatomic) BOOL hasActiveRequest; + (id)_fullAggDKeyWithPrefix:(id)arg1 error:(id)arg2; ++ (void)_logFeature:(id)arg1 setTo:(BOOL)arg2 by:(id)arg3; + (id)_stringForGatekeeperType:(unsigned int)arg1; ++ (void)logAssistantEnabledSetTo:(BOOL)arg1 by:(id)arg2; + (void)logCreateAssistant; + (void)logDESEvaluationForLanguage:(id)arg1 error:(id)arg2; + (void)logDESRecordingForLanguage:(id)arg1 error:(id)arg2; + (void)logDictationCancelled; ++ (void)logDictationEnabledSetTo:(BOOL)arg1 by:(id)arg2; + (void)logDictationFailedWithError:(id)arg1; + (void)logDictationFollowedByContinueOccurredForLanguage:(id)arg1; + (void)logDictationFollowedByKeyboardDeleteOccurredForLanguage:(id)arg1; diff --git a/PrivateFrameworks/AssistantServices.framework/AFAnalyticsEventRecord.h b/PrivateFrameworks/AssistantServices.framework/AFAnalyticsEventRecord.h new file mode 100644 index 0000000000..854bcccd0e --- /dev/null +++ b/PrivateFrameworks/AssistantServices.framework/AFAnalyticsEventRecord.h @@ -0,0 +1,34 @@ +/* Generated by RuntimeBrowser + Image: /System/Library/PrivateFrameworks/AssistantServices.framework/AssistantServices + */ + +@interface AFAnalyticsEventRecord : NSObject { + NSData * _contextData; + int _contextDataType; + NSDate * _dateCreated; + NSString * _streamUID; + unsigned long long _timestamp; + int _type; +} + +@property (nonatomic, readonly, copy) NSData *contextData; +@property (nonatomic, readonly) int contextDataType; +@property (nonatomic, readonly, copy) NSDate *dateCreated; +@property (nonatomic, readonly, copy) NSString *streamUID; +@property (nonatomic, readonly) unsigned long long timestamp; +@property (nonatomic, readonly) int type; + ++ (BOOL)supportsSecureCoding; + +- (void).cxx_destruct; +- (id)contextData; +- (int)contextDataType; +- (id)dateCreated; +- (void)encodeWithCoder:(id)arg1; +- (id)initWithCoder:(id)arg1; +- (id)initWithStreamUID:(id)arg1 type:(int)arg2 timestamp:(unsigned long long)arg3 contextData:(id)arg4 contextDataType:(int)arg5 dateCreated:(id)arg6 noCopy:(BOOL)arg7; +- (id)streamUID; +- (unsigned long long)timestamp; +- (int)type; + +@end diff --git a/PrivateFrameworks/AssistantServices.framework/AFAudioAnalyzer.h b/PrivateFrameworks/AssistantServices.framework/AFAudioAnalyzer.h index 80f7645a26..7de6c455ae 100644 --- a/PrivateFrameworks/AssistantServices.framework/AFAudioAnalyzer.h +++ b/PrivateFrameworks/AssistantServices.framework/AFAudioAnalyzer.h @@ -7,6 +7,7 @@ double _automaticEndpointingSuspensionEndTime; BOOL _communicatedEndpointDetection; BOOL _communicatedStartPointDetection; + double _delay; * _delegate; BOOL _detectedOneShotEndpoint; BOOL _detectedOneShotStartpoint; @@ -31,10 +32,12 @@ double _startWaitTime; int _style; NSDictionary * _topLevelParameterDict; + double _totalSamples; } @property (nonatomic) double automaticEndpointingSuspensionEndTime; @property (readonly, copy) NSString *debugDescription; +@property (nonatomic) double delay; @property (nonatomic) *delegate; @property (readonly, copy) NSString *description; @property double endWaitTime; @@ -54,6 +57,7 @@ - (double)automaticEndpointingSuspensionEndTime; - (BOOL)configureWithASBD:(struct AudioStreamBasicDescription { double x1; unsigned int x2; unsigned int x3; unsigned int x4; unsigned int x5; unsigned int x6; unsigned int x7; unsigned int x8; unsigned int x9; }*)arg1 andFrameRate:(unsigned long)arg2; - (void)dealloc; +- (double)delay; - (id)delegate; - (double)endWaitTime; - (int)endpointMode; @@ -67,6 +71,7 @@ - (void)reset; - (void)saveSamplesSeenOnNextReset; - (void)setAutomaticEndpointingSuspensionEndTime:(double)arg1; +- (void)setDelay:(double)arg1; - (void)setDelegate:(id)arg1; - (void)setEndWaitTime:(double)arg1; - (void)setEndpointMode:(int)arg1; diff --git a/PrivateFrameworks/AssistantServices.framework/AFConnection.h b/PrivateFrameworks/AssistantServices.framework/AFConnection.h index ea0aa65602..ecb80a9686 100644 --- a/PrivateFrameworks/AssistantServices.framework/AFConnection.h +++ b/PrivateFrameworks/AssistantServices.framework/AFConnection.h @@ -3,22 +3,22 @@ */ @interface AFConnection : NSObject { + int _activeRequestType; int _activeRequestUsefulUserResultType; unsigned int _audioSessionID; NSArray * _cachedBulletins; unsigned int _clientStateIsInSync; NSXPCConnection * _connection; * _delegate; - BOOL _hasActiveRequest; BOOL _hasActiveTimeout; unsigned int _hasOutstandingRequest; unsigned int _isCapturingSpeech; NSError * _lastRetryError; - void * _levelsSharedMem; + NSData * _levelsSharedData; NSObject * _levelsTimer; NSString * _outstandingRequestClass; NSMutableDictionary * _replyHandlerForAceId; - unsigned long _sharedMemSize; + NSString * _requestIdString; unsigned int _shouldSpeak; NSObject * _speechCallbackGroup; * _speechDelegate; @@ -68,6 +68,7 @@ - (void)_setAudioSessionID:(unsigned int)arg1; - (void)_setLevelsWithSharedMem:(id)arg1; - (void)_setShouldSpeak:(BOOL)arg1; +- (void)_speechRecordingDidFailWithError:(id)arg1; - (void)_startRequestWithInfo:(id)arg1 analyticsEventProvider:(id /* block */)arg2; - (void)_stopLevelUpdates; - (void)_tellDelegateAudioSessionDidBeginInterruption; diff --git a/PrivateFrameworks/AssistantServices.framework/AFDictationConnection.h b/PrivateFrameworks/AssistantServices.framework/AFDictationConnection.h index 2a330cc4c1..334baed997 100644 --- a/PrivateFrameworks/AssistantServices.framework/AFDictationConnection.h +++ b/PrivateFrameworks/AssistantServices.framework/AFDictationConnection.h @@ -5,18 +5,22 @@ @interface AFDictationConnection : NSObject { NSXPCConnection * _connection; * _delegate; + NSObject * _delegateQueue; BOOL _hasActiveRequest; + NSObject * _internalQueue; BOOL _isCapturingSpeech; BOOL _isWaitingForAudioFile; NSSet * _knownOfflineInstalledLanguages; NSString * _lastUsedLanguage; - void * _levelsSharedMem; - unsigned long _sharedMemSize; + NSData * _levelsSharedData; + NSString * _requestIdString; NSObject * _speechCallbackGroup; + NSObject * _timeoutTimer; } @property (readonly, copy) NSString *debugDescription; @property (nonatomic) *delegate; +@property (nonatomic, retain) NSObject *delegateQueue; @property (readonly, copy) NSString *description; @property (readonly) unsigned int hash; @property (readonly) Class superclass; @@ -35,6 +39,7 @@ - (void)_connectionClearedForInterruption:(BOOL)arg1; - (id)_dictationService; - (id)_dictationServiceWithErrorHandler:(id /* block */)arg1; +- (void)_dispatchAsync:(id /* block */)arg1; - (void)_dispatchCallbackGroupBlock:(id /* block */)arg1; - (void)_extendRequestTimeout; - (void)_invokeRequestTimeout; @@ -44,6 +49,7 @@ - (void)_setLevelsWithSharedMem:(id)arg1; - (void)_stopLevelUpdates; - (void)_tellSpeechDelegateAudioFileFinished:(id)arg1 error:(id)arg2; +- (void)_tellSpeechDelegateAvailabilityChanged; - (void)_tellSpeechDelegateDidProcessAudioDuration:(double)arg1; - (void)_tellSpeechDelegateDidRecognizeSpeechPhrases:(id)arg1 languageModel:(id)arg2 correctionIdentifier:(id)arg3; - (void)_tellSpeechDelegateDidRecognizeSpeechTokens:(id)arg1 languageModel:(id)arg2; @@ -58,7 +64,7 @@ - (void)_willCancelDictation; - (void)_willCompleteDictation; - (void)_willFailDictationWithError:(id)arg1; -- (void)_willStartDictationWithOptions:(id)arg1; +- (void)_willStartDictationWithLanguageCode:(id)arg1 options:(id)arg2 speechOptions:(id)arg3 machAbsoluteTime:(unsigned long long)arg4; - (void)addRecordedSpeechSampleData:(id)arg1; - (float)averagePower; - (void)beginAvailabilityMonitoring; @@ -66,9 +72,11 @@ - (void)cancelSpeech; - (void)dealloc; - (id)delegate; +- (id)delegateQueue; - (BOOL)dictationIsAvailableForLanguage:(id)arg1; - (void)endSession; - (BOOL)forcedOfflineDictationIsAvailableForLanguage:(id)arg1; +- (id)init; - (void)networkAvailability:(id)arg1 isAvailable:(BOOL)arg2; - (float)peakPower; - (void)preheat; @@ -77,6 +85,7 @@ - (void)sendEngagementFeedback:(int)arg1 voiceQueryIdentifier:(id)arg2; - (void)sendSpeechCorrection:(id)arg1 forIdentifier:(id)arg2; - (void)setDelegate:(id)arg1; +- (void)setDelegateQueue:(id)arg1; - (void)startDictationWithLanguageCode:(id)arg1 options:(id)arg2; - (void)startDictationWithLanguageCode:(id)arg1 options:(id)arg2 speechOptions:(id)arg3; - (void)startDictationWithSpeechFileAtURL:(id)arg1 isNarrowBand:(BOOL)arg2 options:(id)arg3 forLanguage:(id)arg4; diff --git a/PrivateFrameworks/AssistantServices.framework/AFMyriadCoordinator.h b/PrivateFrameworks/AssistantServices.framework/AFMyriadCoordinator.h index f8ecb7a8ad..f7150bca35 100644 --- a/PrivateFrameworks/AssistantServices.framework/AFMyriadCoordinator.h +++ b/PrivateFrameworks/AssistantServices.framework/AFMyriadCoordinator.h @@ -5,6 +5,7 @@ @interface AFMyriadCoordinator : NSObject { unsigned int _advertisingState; BOOL _clientIsDirectActivating; + BOOL _clientIsListeningAfterRecentWin; BOOL _clientLostDueToTrumping; BOOL _clientRecentlyLostElection; BOOL _coordinationEnabled; @@ -15,6 +16,7 @@ int _deviceAdjust; NSString * _deviceClass; WPHeySiri * _heySiriBTLE; + unsigned short _lastPHash; NSDate * _lastSiriActivationTime; BOOL _listenTimerIsRunning; NSObject * _myriadListenQueue; @@ -37,7 +39,6 @@ - (void)_cancelTimer; - (void)_handleRecentClientElectionLoss; - (void)_initDeviceClassAndAdjustments; -- (id)_responseObject:(unsigned short)arg1; - (BOOL)_shouldContinueFor:(id)arg1; - (id)_sortedReplies; - (void)_startListenTimer; @@ -64,6 +65,7 @@ - (void)logCoreDuetResults:(id)arg1; - (unsigned short)recentEventBump; - (void)resetReplies; +- (id)responseObject:(unsigned short)arg1; - (void)startAdvertising:(id)arg1 afterDelay:(float)arg2 maxInterval:(float)arg3; - (void)startAdvertisingFromDirectTrigger; - (void)startAdvertisingFromVoiceTrigger; diff --git a/PrivateFrameworks/AssistantServices.framework/AFPreferences.h b/PrivateFrameworks/AssistantServices.framework/AFPreferences.h index aca1677720..2558c74ec9 100644 --- a/PrivateFrameworks/AssistantServices.framework/AFPreferences.h +++ b/PrivateFrameworks/AssistantServices.framework/AFPreferences.h @@ -35,7 +35,6 @@ - (BOOL)assistantIsEnabled; - (BOOL)assistantLanguageForceRTL; - (id)bestSupportedLanguageCodeForLanguageCode:(id)arg1; -- (int)bugReportingMode; - (void)dealloc; - (BOOL)debugButtonIsEnabled; - (BOOL)dictationIsEnabled; @@ -58,7 +57,6 @@ - (BOOL)respectsSystemMute; - (void)setAssistantIsEnabled:(BOOL)arg1; - (void)setAssistantLanguageForceRTL:(BOOL)arg1; -- (void)setBugReportingMode:(int)arg1; - (void)setDebugButtonIsEnabled:(BOOL)arg1; - (void)setDictationIsEnabled:(BOOL)arg1; - (void)setDisableAssistantWhilePasscodeLocked:(BOOL)arg1; diff --git a/PrivateFrameworks/AssistantServices.framework/AFSettingsConnection.h b/PrivateFrameworks/AssistantServices.framework/AFSettingsConnection.h index 1a4ac09fce..b6508a2c56 100644 --- a/PrivateFrameworks/AssistantServices.framework/AFSettingsConnection.h +++ b/PrivateFrameworks/AssistantServices.framework/AFSettingsConnection.h @@ -35,6 +35,7 @@ - (void)dealloc; - (void)deleteAccountWithIdentifier:(id)arg1; - (void)disableDESWithCompletion:(id /* block */)arg1; +- (void)fetchEventRecordsFromAnalyticsStoreAtPath:(id)arg1 completion:(id /* block */)arg2; - (void)fetchSiriDisabledAppIDsWithCompletion:(id /* block */)arg1; - (void)fetchSiriIntegrationEnabledForAppID:(id)arg1 completion:(id /* block */)arg2; - (void)fetchSupportedLanguageCodes:(id /* block */)arg1; @@ -45,6 +46,8 @@ - (void)getOfflineDictationStatusWithCompletion:(id /* block */)arg1; - (id)init; - (void)killDaemon; +- (void)purgeAnalyticsStoreWithCompletion:(id /* block */)arg1; +- (void)resetAnalyticsStoreWithCompletion:(id /* block */)arg1; - (void)runAdaptationRecipeEvaluation:(id)arg1 language:(id)arg2 completion:(id /* block */)arg3; - (void)runLiveAdaptationRecipeEvaluationWithBaseURL:(id)arg1 completion:(id /* block */)arg2; - (void)saveAccount:(id)arg1 setActive:(BOOL)arg2; diff --git a/PrivateFrameworks/AssistantServices.framework/AFSiriTether.h b/PrivateFrameworks/AssistantServices.framework/AFSiriTether.h index 899210f856..f582444d6c 100644 --- a/PrivateFrameworks/AssistantServices.framework/AFSiriTether.h +++ b/PrivateFrameworks/AssistantServices.framework/AFSiriTether.h @@ -7,6 +7,7 @@ NSObject * _connection; BOOL _isAttached; int _notifyToken; + NSMutableArray * _pendingEvents; NSObject * _queue; } @@ -17,6 +18,7 @@ - (void)_connectionInterrupted:(id)arg1; - (void)_connectionInvalid:(id)arg1; - (void)_listenForLaunchNotification; +- (void)_logEvent:(id)arg1; - (void)attach:(id /* block */)arg1; - (void)dealloc; - (id)init; diff --git a/PrivateFrameworks/AssistantServices.framework/AFUserUtterance.h b/PrivateFrameworks/AssistantServices.framework/AFUserUtterance.h index 21e31f05f8..e6b485a5c5 100644 --- a/PrivateFrameworks/AssistantServices.framework/AFUserUtterance.h +++ b/PrivateFrameworks/AssistantServices.framework/AFUserUtterance.h @@ -34,7 +34,7 @@ - (id)rangeListOfDifferingTextFromSpeechInterpretation:(id)arg1 comparedToBaseUtteranceAtIndex:(unsigned int)arg2; - (id)rangeListOfDifferingTextFromTargetTokenList:(id)arg1 comparedToBaseTokenList:(id)arg2; - (id)rangeListOfDifferingTextFromUtteranceAtIndex:(unsigned int)arg1 comparedToBaseUtteranceAtIndex:(unsigned int)arg2; -- (id)speechTokensForUtteranceAdIndex:(unsigned int)arg1; +- (id)speechTokensForUtteranceAtIndex:(unsigned int)arg1; - (id)streamingTokens; - (id)textOfUtteranceAtIndex:(unsigned int)arg1; - (id)updateDictationResult:(id)arg1 withAlternativeUtteranceAtIndex:(unsigned int)arg2; diff --git a/PrivateFrameworks/AssistantUI.framework/AFUIModalTextViewController.h b/PrivateFrameworks/AssistantUI.framework/AFUIModalTextViewController.h new file mode 100644 index 0000000000..a7ed7f418c --- /dev/null +++ b/PrivateFrameworks/AssistantUI.framework/AFUIModalTextViewController.h @@ -0,0 +1,15 @@ +/* Generated by RuntimeBrowser + Image: /System/Library/PrivateFrameworks/AssistantUI.framework/AssistantUI + */ + +@interface AFUIModalTextViewController : UIViewController { + NSString * _bodyText; +} + +- (void).cxx_destruct; +- (void)donePressed; +- (id)initWithTitleText:(id)arg1 andBodyText:(id)arg2; +- (void)loadView; +- (void)presentFromParentViewController:(id)arg1; + +@end diff --git a/PrivateFrameworks/AssistantUI.framework/AFUISiriRemoteViewController.h b/PrivateFrameworks/AssistantUI.framework/AFUISiriRemoteViewController.h index c11d21aebf..49fa4fb3d7 100644 --- a/PrivateFrameworks/AssistantUI.framework/AFUISiriRemoteViewController.h +++ b/PrivateFrameworks/AssistantUI.framework/AFUISiriRemoteViewController.h @@ -21,6 +21,9 @@ + (id)serviceViewControllerInterface; - (void).cxx_destruct; +- (void)applicationDidBecomeActive; +- (void)applicationWillEnterForeground; +- (void)applicationWillResignActive; - (id)dataSource; - (id)delegate; - (void)didReceiveBugButtonLongPress; @@ -42,7 +45,7 @@ - (void)serviceDidPresentUserInterface; - (void)serviceDidReadBulletinWithIdentifier:(id)arg1; - (void)serviceLastAppUpdateTimeWithReplyHandler:(id /* block */)arg1; -- (void)serviceLaunchApplicationWithBundleIdentifier:(id)arg1 withURL:(id)arg2 launchOverSiri:(BOOL)arg3 replyHandler:(id /* block */)arg4; +- (void)serviceLaunchApplicationWithBundleIdentifier:(id)arg1 withURL:(id)arg2 launchOptions:(int)arg3 replyHandler:(id /* block */)arg4; - (void)serviceOpenURL:(id)arg1 appBundleID:(id)arg2 allowSiriDismissal:(BOOL)arg3; - (void)serviceOpenURL:(id)arg1 delaySessionEndForTTS:(BOOL)arg2 replyHandler:(id /* block */)arg3; - (void)servicePresentationDidChangePeekMode:(unsigned int)arg1; @@ -59,6 +62,7 @@ - (void)setDataSource:(id)arg1; - (void)setDelegate:(id)arg1; - (void)setHelpButtonEmphasized:(BOOL)arg1; +- (void)setKeyboardEnabled:(BOOL)arg1; - (void)setRequestOptions:(id)arg1; - (void)setSession:(id)arg1; - (void)setSpeechSynthesis:(id)arg1; diff --git a/PrivateFrameworks/AssistantUI.framework/AFUISiriSetupViewController.h b/PrivateFrameworks/AssistantUI.framework/AFUISiriSetupViewController.h new file mode 100644 index 0000000000..021fb1f5b7 --- /dev/null +++ b/PrivateFrameworks/AssistantUI.framework/AFUISiriSetupViewController.h @@ -0,0 +1,54 @@ +/* Generated by RuntimeBrowser + Image: /System/Library/PrivateFrameworks/AssistantUI.framework/AssistantUI + */ + +@interface AFUISiriSetupViewController : UIViewController { + _UIBackdropView * _backdropView; + BOOL _backdropViewVisible; + UIView * _contentView; + * _delegate; + BOOL _lastTimeShown; + VTUITurnOnSiriView * _setupView; + UIStatusBar * _statusBar; + BOOL _visible; +} + +@property (readonly, copy) NSString *debugDescription; +@property (nonatomic) *delegate; +@property (readonly, copy) NSString *description; +@property (readonly) unsigned int hash; +@property (nonatomic) BOOL lastTimeShown; +@property (getter=_statusBar, setter=_setStatusBar:, nonatomic, retain) UIStatusBar *statusBar; +@property (readonly) Class superclass; +@property (getter=isVisible, nonatomic) BOOL visible; + +- (void).cxx_destruct; +- (void)_addStatusBar; +- (void)_continueTapped:(id)arg1; +- (void)_laterTapped:(id)arg1; +- (void)_removeStatusBar; +- (void)_setBackdropVisible:(BOOL)arg1; +- (void)_setStatusBar:(id)arg1; +- (id)_statusBar; +- (struct CGRect { struct CGPoint { float x_1_1_1; float x_1_1_2; } x1; struct CGSize { float x_2_1_1; float x_2_1_2; } x2; })_statusBarFrame; +- (void)aboutSelectedInTurnOnSiriView:(id)arg1; +- (void)animateAppearanceFromContext:(id)arg1; +- (void)animateDisappearanceFromContext:(id)arg1; +- (id)delegate; +- (id)dimBackdropSettings; +- (id)init; +- (BOOL)isVisible; +- (BOOL)lastTimeShown; +- (void)loadView; +- (void)setDelegate:(id)arg1; +- (void)setLastTimeShown:(BOOL)arg1; +- (void)setVisible:(BOOL)arg1; +- (BOOL)shouldAutorotate; +- (unsigned int)supportedInterfaceOrientations; +- (void)viewDidAppear:(BOOL)arg1; +- (void)viewDidDisappear:(BOOL)arg1; +- (void)viewWillAppear:(BOOL)arg1; +- (void)viewWillDisappear:(BOOL)arg1; +- (void)willAnimateRotationToInterfaceOrientation:(int)arg1 duration:(double)arg2; + +@end diff --git a/PrivateFrameworks/AssistantUI.framework/AFUISiriView.h b/PrivateFrameworks/AssistantUI.framework/AFUISiriView.h index 720eef376a..f16c4fb2fb 100644 --- a/PrivateFrameworks/AssistantUI.framework/AFUISiriView.h +++ b/PrivateFrameworks/AssistantUI.framework/AFUISiriView.h @@ -21,6 +21,7 @@ BOOL _inHideUnlockViewanimation; BOOL _inShowUnlockViewAnimation; BOOL _keepStatusViewHidden; + SiriUIKeyboardButton * _keyboardButton; UIView * _lockView; int _mode; UIView * _remoteContentView; @@ -62,6 +63,9 @@ - (void)_helpButtonTapped:(id)arg1; - (void)_hideLockViewWithResult:(int)arg1; - (void)_hideLockViewWithResult:(int)arg1 hideCompletion:(id /* block */)arg2; +- (id)_keyboardButton; +- (void)_keyboardButtonLongPressed:(id)arg1; +- (void)_keyboardButtonTapped; - (void)_layoutReportBugButton; - (void)_loadReportBugButtonTemplateImageInBackgroundWithCompletion:(id /* block */)arg1; - (id)_lockViewBackgroundColor; @@ -113,7 +117,7 @@ - (void)setSiriSessionState:(int)arg1; - (void)setStatusViewHidden:(BOOL)arg1; - (void)setStatusViewUserInteractionEnabled:(BOOL)arg1; -- (void)showPasscodeUnlockWithStatusText:(id)arg1 completion:(id /* block */)arg2; +- (void)showPasscodeUnlockWithStatusText:(id)arg1 completionHandler:(id /* block */)arg2 unlockCompletionHandler:(id /* block */)arg3; - (void)siriDidActivateFromSource:(int)arg1; - (int)siriSessionState; - (void)siriStatusViewHoldDidBegin:(id)arg1; diff --git a/PrivateFrameworks/AssistantUI.framework/AFUISiriViewController.h b/PrivateFrameworks/AssistantUI.framework/AFUISiriViewController.h index ca68d43a47..ea711f92ea 100644 --- a/PrivateFrameworks/AssistantUI.framework/AFUISiriViewController.h +++ b/PrivateFrameworks/AssistantUI.framework/AFUISiriViewController.h @@ -66,6 +66,10 @@ - (void).cxx_destruct; - (void)_activationTriggerDidRelease:(id)arg1; - (void)_addStatusBar; +- (void)_applicationDidBecomeActive:(id)arg1; +- (void)_applicationWillEnterForeground:(id)arg1; +- (void)_applicationWillResignActive:(id)arg1; +- (BOOL)_canIgnoreHoldToTalkThreshold; - (id)_currentRequestOptions; - (void)_enqueueRemoteViewControllerMessageBlock:(id /* block */)arg1; - (void)_enqueueRemoteViewControllerMessageBlockWithWeaklyReferencedRemoteViewController:(id /* block */)arg1; @@ -80,6 +84,7 @@ - (void)_holdToTalkTriggerDidReleaseFromSource:(int)arg1; - (void)_informRemoteViewControllerOfParentIfNecessary; - (BOOL)_isInHoldToTalkMode; +- (BOOL)_isInitialSpeechRequest; - (double)_manualEndpointingThreshold; - (void)_presentDeferredFlamesViewIfNecessary; - (void)_presentRemoteViewController; @@ -98,6 +103,7 @@ - (void)_setHasCalledBeginAppearanceTransition:(BOOL)arg1; - (void)_setHasCalledEndAppearanceTransition:(BOOL)arg1; - (void)_setInHoldToTalkMode:(BOOL)arg1; +- (void)_setKeyboardEnabled:(BOOL)arg1; - (void)_setRecordingStartedTimeValue:(id)arg1; - (void)_setShowAudioRoutePicker:(BOOL)arg1; - (void)_setStatusBar:(id)arg1; @@ -135,6 +141,7 @@ - (id)init; - (id)initWithConnection:(id)arg1 configuration:(id)arg2; - (BOOL)isEyesFree; +- (BOOL)isInitialBringUp; - (BOOL)isListening; - (BOOL)isPreventingActivationGesture; - (BOOL)isProcessingAcousticIdRequest; @@ -178,7 +185,7 @@ - (void)siriRemoteViewController:(id)arg1 didEncounterUnexpectedServiceError:(id)arg2; - (void)siriRemoteViewController:(id)arg1 didReadBulletinWithIdentifier:(id)arg2; - (void)siriRemoteViewController:(id)arg1 handlePasscodeUnlockWithCompletion:(id /* block */)arg2; -- (void)siriRemoteViewController:(id)arg1 launchApplicationWithBundleIdentifier:(id)arg2 withURL:(id)arg3 launchOverSiri:(BOOL)arg4 replyHandler:(id /* block */)arg5; +- (void)siriRemoteViewController:(id)arg1 launchApplicationWithBundleIdentifier:(id)arg2 withURL:(id)arg3 launchOptions:(int)arg4 replyHandler:(id /* block */)arg5; - (BOOL)siriRemoteViewController:(id)arg1 openURL:(id)arg2 appBundleID:(id)arg3 allowSiriDismissal:(BOOL)arg4; - (BOOL)siriRemoteViewController:(id)arg1 openURL:(id)arg2 delaySessionEndForTTS:(BOOL)arg3; - (void)siriRemoteViewController:(id)arg1 setBugReportingAvailable:(BOOL)arg2; @@ -215,6 +222,7 @@ - (void)siriViewDidReceiveAudioRouteAction:(id)arg1; - (void)siriViewDidReceiveBugButtonLongPress:(id)arg1; - (void)siriViewDidReceiveHelpAction:(id)arg1; +- (void)siriViewDidReceiveKeyboardAction:(id)arg1; - (void)siriViewDidReceiveReportBugAction:(id)arg1; - (void)siriViewDidRecieveStatusViewHoldDidBeginAction:(id)arg1; - (void)siriViewDidRecieveStatusViewHoldDidEndAction:(id)arg1; diff --git a/PrivateFrameworks/AssistantUI.framework/AFUISpeechSynthesis.h b/PrivateFrameworks/AssistantUI.framework/AFUISpeechSynthesis.h index 4bc13eeaa0..d64afd398b 100644 --- a/PrivateFrameworks/AssistantUI.framework/AFUISpeechSynthesis.h +++ b/PrivateFrameworks/AssistantUI.framework/AFUISpeechSynthesis.h @@ -34,7 +34,7 @@ - (void)cancel; - (id)delegate; - (void)enqueueText:(id)arg1 completion:(id /* block */)arg2; -- (void)enqueueText:(id)arg1 isPhonetic:(BOOL)arg2 provisionally:(BOOL)arg3 eligibleAfterDuration:(double)arg4 preparationIdentifier:(id)arg5 completion:(id /* block */)arg6 animationIdentifier:(id)arg7; +- (void)enqueueText:(id)arg1 isPhonetic:(BOOL)arg2 provisionally:(BOOL)arg3 eligibleAfterDuration:(double)arg4 preparationIdentifier:(id)arg5 completion:(id /* block */)arg6 animationIdentifier:(id)arg7 analyticsContext:(id)arg8; - (id)init; - (void)invalidate; - (void)invalidateOnMainThread; diff --git a/PrivateFrameworks/AssistantUI.framework/AFUISpeechSynthesisElement.h b/PrivateFrameworks/AssistantUI.framework/AFUISpeechSynthesisElement.h index 95a9f72347..1543eedf12 100644 --- a/PrivateFrameworks/AssistantUI.framework/AFUISpeechSynthesisElement.h +++ b/PrivateFrameworks/AssistantUI.framework/AFUISpeechSynthesisElement.h @@ -3,6 +3,7 @@ */ @interface AFUISpeechSynthesisElement : NSObject { + NSDictionary * _analyticsContext; NSString * _animationIdentifier; id /* block */ _completion; * _delegate; @@ -16,6 +17,7 @@ NSString * _text; } +@property (nonatomic, readonly) NSDictionary *analyticsContext; @property (nonatomic, readonly) NSString *animationIdentifier; @property (getter=_completion, nonatomic, readonly) id /* block */ completion; @property (nonatomic) *delegate; @@ -35,13 +37,14 @@ - (void)_setPreparationBlockCompleted:(BOOL)arg1; - (void)_setText:(id)arg1; - (void)_updateSynthesisEligibility; +- (id)analyticsContext; - (id)animationIdentifier; - (id)delegate; - (id)description; - (BOOL)durationHasElapsed; - (void)executeCompletion; - (id)init; -- (id)initWithText:(id)arg1 provisional:(BOOL)arg2 eligibleAfterDuration:(double)arg3 preparation:(id /* block */)arg4 completion:(id /* block */)arg5 animationIdentifier:(id)arg6; +- (id)initWithText:(id)arg1 provisional:(BOOL)arg2 eligibleAfterDuration:(double)arg3 preparation:(id /* block */)arg4 completion:(id /* block */)arg5 animationIdentifier:(id)arg6 analyticsContext:(id)arg7; - (BOOL)isEligibleForSynthesis; - (BOOL)isPhonetic; - (BOOL)isProvisional; diff --git a/PrivateFrameworks/AuthKit.framework/AKAccountManager.h b/PrivateFrameworks/AuthKit.framework/AKAccountManager.h index 0cd46d3207..de9600d1c2 100644 --- a/PrivateFrameworks/AuthKit.framework/AKAccountManager.h +++ b/PrivateFrameworks/AuthKit.framework/AKAccountManager.h @@ -48,6 +48,7 @@ - (id)passwordResetTokenForAccount:(id)arg1; - (void)removeAllPasswordResetTokens; - (void)removeContinuationTokenForAccount:(id)arg1; +- (void)removeMasterTokenForAccount:(id)arg1; - (void)removeUnusedAuthKitAccounts; - (unsigned int)securityLevelForAccount:(id)arg1; - (id)servicesUsingAccount:(id)arg1; @@ -58,5 +59,6 @@ - (void)setSecurityLevel:(unsigned int)arg1 forAccount:(id)arg2; - (void)setStore:(id)arg1; - (id)store; +- (id)transportableAuthKitAccount:(id)arg1; @end diff --git a/PrivateFrameworks/AuthKit.framework/AKDevice.h b/PrivateFrameworks/AuthKit.framework/AKDevice.h index 98fa42c895..e5c9acf903 100644 --- a/PrivateFrameworks/AuthKit.framework/AKDevice.h +++ b/PrivateFrameworks/AuthKit.framework/AKDevice.h @@ -38,6 +38,7 @@ @property (readonly) BOOL isProtectedWithPasscode; @property (readonly) BOOL isUnlocked; @property (setter=setLinkType:) unsigned int linkType; +@property (readonly) NSString *localUserUUID; @property (copy) NSLocale *locale; @property (readonly) NSString *mobileEquipmentIdentifier; @property (copy) NSString *modelNumber; @@ -94,6 +95,7 @@ - (BOOL)isProtectedWithPasscode; - (BOOL)isUnlocked; - (unsigned int)linkType; +- (id)localUserUUID; - (id)locale; - (id)mobileEquipmentIdentifier; - (id)modelNumber; diff --git a/PrivateFrameworks/AuthKitUI.framework/AKAppleIDAuthenticationInAppContext.h b/PrivateFrameworks/AuthKitUI.framework/AKAppleIDAuthenticationInAppContext.h index 5a80934ae7..0bdd6300ae 100644 --- a/PrivateFrameworks/AuthKitUI.framework/AKAppleIDAuthenticationInAppContext.h +++ b/PrivateFrameworks/AuthKitUI.framework/AKAppleIDAuthenticationInAppContext.h @@ -7,6 +7,7 @@ RUIObjectModel * _currentRemoteOM; * _delegate; BOOL _isPresentingServerUI; + NSHTTPURLResponse * _latestReadResponse; UINavigationController * _modalRemoteUINavController; UINavigationController * _navController; UIViewController * _presentingViewController; diff --git a/PrivateFrameworks/BaseBoard.framework/BSSettings.h b/PrivateFrameworks/BaseBoard.framework/BSSettings.h index 6f86ff6dfc..dacf31dcd9 100644 --- a/PrivateFrameworks/BaseBoard.framework/BSSettings.h +++ b/PrivateFrameworks/BaseBoard.framework/BSSettings.h @@ -16,6 +16,7 @@ + (BOOL)supportsSecureCoding; +- (void).cxx_destruct; - (void)_applyToSettings:(id)arg1; - (void)_enumerateSettingsForFlagsWithBlock:(id /* block */)arg1; - (void)_enumerateSettingsForObjectsWithBlock:(id /* block */)arg1; diff --git a/PrivateFrameworks/BaseBoard.framework/BSSettingsDiff.h b/PrivateFrameworks/BaseBoard.framework/BSSettingsDiff.h index 751d1d57c8..3373756fae 100644 --- a/PrivateFrameworks/BaseBoard.framework/BSSettingsDiff.h +++ b/PrivateFrameworks/BaseBoard.framework/BSSettingsDiff.h @@ -19,6 +19,7 @@ + (id)_newHashTableWithInitialCapacity:(unsigned int)arg1; + (id)diffFromSettings:(id)arg1 toSettings:(id)arg2; +- (void).cxx_destruct; - (unsigned int)_diffTypesForSetting:(unsigned int)arg1; - (void)_enumerateSettingsInTable:(id)arg1 withBlock:(id /* block */)arg2; - (id)_initWithChanges:(id)arg1 flagRemovals:(id)arg2 objectRemovals:(id)arg3; diff --git a/PrivateFrameworks/BaseBoard.framework/BSStateCaptureInvalidator.h b/PrivateFrameworks/BaseBoard.framework/BSStateCaptureInvalidator.h new file mode 100644 index 0000000000..cea345caa1 --- /dev/null +++ b/PrivateFrameworks/BaseBoard.framework/BSStateCaptureInvalidator.h @@ -0,0 +1,18 @@ +/* Generated by RuntimeBrowser + Image: /System/Library/PrivateFrameworks/BaseBoard.framework/BaseBoard + */ + +@interface BSStateCaptureInvalidator : NSObject { + unsigned long long _handle; + BOOL _invalidated; +} + +@property (readonly, copy) NSString *debugDescription; +@property (readonly, copy) NSString *description; +@property (readonly) unsigned int hash; +@property (readonly) Class superclass; + +- (id)initWithHandle:(unsigned long long)arg1; +- (void)invalidate; + +@end diff --git a/PrivateFrameworks/BaseBoard.framework/BSTimer.h b/PrivateFrameworks/BaseBoard.framework/BSTimer.h index a366afd6a5..a3d4431a96 100644 --- a/PrivateFrameworks/BaseBoard.framework/BSTimer.h +++ b/PrivateFrameworks/BaseBoard.framework/BSTimer.h @@ -3,10 +3,12 @@ */ @interface BSTimer : NSObject { + NSObject * _callOutQueue; unsigned int _fireCount; double _fireInterval; id /* block */ _handler; double _leewayInterval; + BOOL _oneShot; NSObject * _queue; double _repeatInterval; BOOL _scheduled; @@ -22,6 +24,8 @@ + (id)scheduledTimerWithFireInterval:(double)arg1 queue:(id)arg2 handler:(id /* block */)arg3; +- (void)_queue_cancel; +- (void)_queue_noteTimerFired; - (void)cancel; - (void)dealloc; - (unsigned int)fireCount; diff --git a/PrivateFrameworks/BluetoothManager.framework/BluetoothDevice.h b/PrivateFrameworks/BluetoothManager.framework/BluetoothDevice.h index 8140e5ca1c..3498f24b6a 100644 --- a/PrivateFrameworks/BluetoothManager.framework/BluetoothDevice.h +++ b/PrivateFrameworks/BluetoothManager.framework/BluetoothDevice.h @@ -4,6 +4,7 @@ @interface BluetoothDevice : NSObject { NSString * _address; + unsigned int _connectingServiceMask; struct BTDeviceImpl { } * _device; NSString * _name; } @@ -27,6 +28,7 @@ - (void)disconnect; - (unsigned int)doubleTapAction; - (void)endVoiceCommand; +- (unsigned int)getConnectingServiceMask; - (id)getServiceSetting:(unsigned int)arg1 key:(id)arg2; - (BOOL)inEarDetectEnabled; - (id)initWithDevice:(struct BTDeviceImpl { }*)arg1 address:(id)arg2; @@ -42,6 +44,7 @@ - (BOOL)paired; - (unsigned int)productId; - (id)scoUID; +- (void)setConnectingServicemask:(unsigned int)arg1; - (void)setDevice:(struct BTDeviceImpl { }*)arg1; - (BOOL)setDoubleTapAction:(unsigned int)arg1; - (BOOL)setInEarDetectEnabled:(BOOL)arg1; diff --git a/PrivateFrameworks/BulletinBoard.framework/BBBulletin.h b/PrivateFrameworks/BulletinBoard.framework/BBBulletin.h index c9030e5568..4a8cf72d9d 100644 --- a/PrivateFrameworks/BulletinBoard.framework/BBBulletin.h +++ b/PrivateFrameworks/BulletinBoard.framework/BBBulletin.h @@ -14,6 +14,7 @@ NSString * _categoryID; BOOL _clearable; BBContent * _content; + int _contentPreviewSetting; NSDictionary * _context; unsigned int _counter; NSDate * _date; @@ -25,7 +26,6 @@ unsigned int _expirationEvents; BOOL _expiresOnPublisherDeath; BOOL _hasEventDate; - BOOL _hasPrivateContent; BBSectionIcon * _icon; BOOL _ignoresQuietMode; NSArray * _intentIDs; @@ -80,6 +80,7 @@ @property (nonatomic) BOOL clearable; @property (nonatomic, readonly) BOOL coalescesWhenLocked; @property (nonatomic, retain) BBContent *content; +@property (nonatomic) int contentPreviewSetting; @property (nonatomic, retain) NSDictionary *context; @property (nonatomic) unsigned int counter; @property (nonatomic, retain) NSDate *date; @@ -211,6 +212,7 @@ - (struct CGSize { float x1; float x2; })composedAttachmentImageSizeWithObserver:(id)arg1; - (id)composedAttachmentImageWithObserver:(id)arg1; - (id)content; +- (int)contentPreviewSetting; - (id)context; - (id)copyWithZone:(struct _NSZone { }*)arg1; - (unsigned int)counter; @@ -304,6 +306,7 @@ - (void)setCategoryID:(id)arg1; - (void)setClearable:(BOOL)arg1; - (void)setContent:(id)arg1; +- (void)setContentPreviewSetting:(int)arg1; - (void)setContext:(id)arg1; - (void)setCounter:(unsigned int)arg1; - (void)setDate:(id)arg1; diff --git a/PrivateFrameworks/BulletinBoard.framework/BBBulletinRequest.h b/PrivateFrameworks/BulletinBoard.framework/BBBulletinRequest.h index e4a13c8332..1a7b2b9644 100644 --- a/PrivateFrameworks/BulletinBoard.framework/BBBulletinRequest.h +++ b/PrivateFrameworks/BulletinBoard.framework/BBBulletinRequest.h @@ -10,12 +10,15 @@ @property (nonatomic, copy) BBAction *acknowledgeAction; @property (nonatomic, copy) NSArray *additionalAttachments; @property (nonatomic) int addressBookRecordID; +@property (nonatomic, copy) NSSet *alertSuppressionAppIDs_deprecated; @property (nonatomic, copy) NSSet *alertSuppressionContexts; @property (nonatomic, copy) BBAction *alternateAction; @property (nonatomic, copy) NSString *bulletinID; @property (nonatomic, copy) NSArray *buttons; @property (nonatomic, copy) NSString *categoryID; @property (nonatomic) BOOL clearable; +@property (nonatomic) int contentPreviewSetting; +@property (nonatomic, retain) NSDictionary *context; @property (nonatomic) unsigned int counter; @property (nonatomic, retain) NSDate *date; @property (nonatomic) int dateFormatStyle; @@ -32,15 +35,19 @@ @property (nonatomic, retain) BBSectionIcon *icon; @property (nonatomic) BOOL ignoresQuietMode; @property (nonatomic, copy) NSArray *intentIDs; +@property (nonatomic, retain) NSDate *lastInterruptDate; @property (getter=isLoading, nonatomic) BOOL loading; @property (nonatomic, copy) NSString *message; @property (nonatomic, retain) BBContent *modalAlertContent; +@property (nonatomic, copy) NSString *parentSectionID; @property (nonatomic, copy) NSArray *peopleIDs; @property (nonatomic, copy) BBAttachmentMetadata *primaryAttachment; @property (nonatomic) int primaryAttachmentType; +@property (nonatomic, retain) NSDate *publicationDate; @property (nonatomic, copy) NSString *publisherBulletinID; @property (nonatomic, copy) BBAction *raiseAction; @property (nonatomic) unsigned int realertCount; +@property (nonatomic) unsigned int realertCount_deprecated; @property (nonatomic, retain) NSDate *recencyDate; @property (nonatomic, copy) NSString *recordID; @property (nonatomic, copy) NSString *section; @@ -59,6 +66,8 @@ @property (nonatomic, retain) NSTimeZone *timeZone; @property (nonatomic, copy) NSString *title; @property (nonatomic) BOOL turnsOnDisplay; +@property (nonatomic, copy) NSString *universalSectionID; +@property (nonatomic, copy) NSString *unlockActionLabelOverride; @property (nonatomic) BOOL usesExternalSync; @property (nonatomic) BOOL wantsFullscreenPresentation; @@ -68,6 +77,7 @@ - (void)addAlertSuppressionAppID:(id)arg1; - (void)addAttachmentOfType:(int)arg1; - (void)addButton:(id)arg1; +- (id)awakeAfterUsingCoder:(id)arg1; - (unsigned int)expirationEvents; - (void)generateBulletinID; - (void)generateNewBulletinID; @@ -75,6 +85,7 @@ - (void)publish; - (void)publish:(BOOL)arg1; - (unsigned int)realertCount; +- (id)replacementObjectForCoder:(id)arg1; - (void)setContextValue:(id)arg1 forKey:(id)arg2; - (void)setExpirationEvents:(unsigned int)arg1; - (void)setPrimaryAttachmentType:(int)arg1; diff --git a/PrivateFrameworks/BulletinBoard.framework/BBSectionInfo.h b/PrivateFrameworks/BulletinBoard.framework/BBSectionInfo.h index 59a9ec72b3..e13d266311 100644 --- a/PrivateFrameworks/BulletinBoard.framework/BBSectionInfo.h +++ b/PrivateFrameworks/BulletinBoard.framework/BBSectionInfo.h @@ -31,6 +31,7 @@ @property (nonatomic, copy) NSString *appName; @property (nonatomic) unsigned int bulletinCount; @property (nonatomic) int carPlaySetting; +@property (nonatomic) int contentPreviewSetting; @property (nonatomic, copy) NSArray *dataProviderIDs; @property (nonatomic, copy) NSString *displayName; @property (nonatomic) BOOL displaysCriticalBulletins; @@ -52,7 +53,6 @@ @property (nonatomic) int sectionType; @property (nonatomic) BOOL showsInLockScreen; @property (nonatomic) BOOL showsInNotificationCenter; -@property (nonatomic) BOOL showsMessagePreview; @property (nonatomic) BOOL showsOnExternalDevices; @property (nonatomic, copy) NSString *subsectionID; @property (nonatomic) int subsectionPriority; @@ -82,6 +82,7 @@ - (id)awakeAfterUsingCoder:(id)arg1; - (unsigned int)bulletinCount; - (int)carPlaySetting; +- (int)contentPreviewSetting; - (id)copyWithZone:(struct _NSZone { }*)arg1; - (id)dataProviderIDs; - (id)description; @@ -120,6 +121,7 @@ - (void)setAppName:(id)arg1; - (void)setBulletinCount:(unsigned int)arg1; - (void)setCarPlaySetting:(int)arg1; +- (void)setContentPreviewSetting:(int)arg1; - (void)setDataProviderIDs:(id)arg1; - (void)setDisplayName:(id)arg1; - (void)setDisplaysCriticalBulletins:(BOOL)arg1; diff --git a/PrivateFrameworks/BulletinBoard.framework/BBSectionInfoSettings.h b/PrivateFrameworks/BulletinBoard.framework/BBSectionInfoSettings.h index 605b90a62c..f6e24d1655 100644 --- a/PrivateFrameworks/BulletinBoard.framework/BBSectionInfoSettings.h +++ b/PrivateFrameworks/BulletinBoard.framework/BBSectionInfoSettings.h @@ -6,16 +6,17 @@ unsigned int _alertType; BOOL _allowsNotifications; int _carPlaySetting; + int _contentPreviewSetting; unsigned int _pushSettings; BOOL _showsInLockScreen; BOOL _showsInNotificationCenter; - BOOL _showsMessagePreview; BOOL _showsOnExternalDevices; } @property (nonatomic) unsigned int alertType; @property (nonatomic) BOOL allowsNotifications; @property (nonatomic) int carPlaySetting; +@property (nonatomic) int contentPreviewSetting; @property (nonatomic) unsigned int pushSettings; @property (nonatomic) BOOL showsInLockScreen; @property (nonatomic) BOOL showsInNotificationCenter; @@ -26,21 +27,23 @@ + (BOOL)supportsSecureCoding; - (id)_alertTypeDescription; +- (id)_contentPreviewSettingDescription; - (unsigned int)alertType; - (BOOL)allowsNotifications; - (int)carPlaySetting; +- (int)contentPreviewSetting; - (id)copyWithZone:(struct _NSZone { }*)arg1; - (id)description; - (void)encodeWithCoder:(id)arg1; - (unsigned int)hash; - (id)initWithCoder:(id)arg1; - (id)initWithDefaultsForSectionType:(int)arg1; -- (id)initWithManagedBundleSettingsDictionary:(id)arg1; - (BOOL)isEqual:(id)arg1; - (unsigned int)pushSettings; - (void)setAlertType:(unsigned int)arg1; - (void)setAllowsNotifications:(BOOL)arg1; - (void)setCarPlaySetting:(int)arg1; +- (void)setContentPreviewSetting:(int)arg1; - (void)setPushSettings:(unsigned int)arg1; - (void)setShowsInLockScreen:(BOOL)arg1; - (void)setShowsInNotificationCenter:(BOOL)arg1; diff --git a/PrivateFrameworks/BulletinBoard.framework/BBServer.h b/PrivateFrameworks/BulletinBoard.framework/BBServer.h index c9de766f56..90b0699b04 100644 --- a/PrivateFrameworks/BulletinBoard.framework/BBServer.h +++ b/PrivateFrameworks/BulletinBoard.framework/BBServer.h @@ -30,7 +30,6 @@ NSMutableDictionary * _clearedSections; NSXPCListener * _conduitListener; unsigned int _currentSystemState; - NSMutableDictionary * _dataProviderFactoriesBySection; BBDataProviderManager * _dataProviderManager; NSDateComponents * _defaultExpirationComponents; int _demo_lockscreen_token; @@ -249,7 +248,7 @@ - (void)_updateSectionInfoForSectionID:(id)arg1 handler:(id /* block */)arg2; - (void)_updateSectionParametersForDataProvider:(id)arg1; - (void)_updateShowsMessagePreviewForBulletin:(id)arg1; -- (void)_validateExpirationDateForBulletin:(id)arg1; +- (void)_validateExpirationDateForBulletinRequest:(id)arg1; - (BOOL)_verifyBulletinRequest:(id)arg1 forDataProvider:(id)arg2; - (void)_writeBehaviorOverrides; - (void)_writeClearedSections; diff --git a/PrivateFrameworks/BulletinDistributorCompanion.framework/BLTAWDMetric.h b/PrivateFrameworks/BulletinDistributorCompanion.framework/BLTAWDMetric.h index ea05024c5a..6720043142 100644 --- a/PrivateFrameworks/BulletinDistributorCompanion.framework/BLTAWDMetric.h +++ b/PrivateFrameworks/BulletinDistributorCompanion.framework/BLTAWDMetric.h @@ -9,17 +9,23 @@ @property (nonatomic, readonly, retain) id metric; -+ (id)metricForDelayAckFromSecondaryDeviceWithSectionID:(id)arg1 publisherMatchID:(id)arg2 companionPublicationDate:(id)arg3 startTime:(id)arg4 connectionStatus:(unsigned int)arg5 origConnectionStatus:(unsigned int)arg6 timedOut:(BOOL)arg7; -+ (id)metricForDelayToSyncWithStartTime:(id)arg1 initial:(BOOL)arg2; -+ (id)metricForDelayWithID:(unsigned long)arg1 class:(Class)arg2 sectionID:(id)arg3 publisherMatchID:(id)arg4 companionPublicationDate:(id)arg5 isGizmoDate:(BOOL)arg6 startTime:(id)arg7; -+ (id)metricForDelayWithID:(unsigned long)arg1 class:(Class)arg2 sectionID:(id)arg3 publisherMatchID:(id)arg4 companionPublicationDate:(id)arg5 startTime:(id)arg6; -+ (id)metricForDelayWithID:(unsigned long)arg1 class:(Class)arg2 sectionID:(id)arg3 publisherMatchID:(id)arg4 companionPublicationDate:(id)arg5 startTime:(id)arg6 connectionStatus:(unsigned int)arg7; -+ (id)metricForDelayWithID:(unsigned long)arg1 class:(Class)arg2 sectionID:(id)arg3 publisherMatchID:(id)arg4 companionPublicationDate:(id)arg5 startTime:(id)arg6 connectionStatus:(unsigned int)arg7 hasPublicationDate:(BOOL)arg8; -+ (id)metricForDelayWithID:(unsigned long)arg1 class:(Class)arg2 startTime:(id)arg3; ++ (id)metricForDelayWithID:(unsigned long)arg1 class:(Class)arg2; ++ (id)metricForDelayWithID:(unsigned long)arg1 class:(Class)arg2 sectionID:(id)arg3 publisherMatchID:(id)arg4 companionPublicationDate:(id)arg5 isGizmoDate:(BOOL)arg6 startTime:(id)arg7 now:(id)arg8; ++ (id)metricForDelayWithID:(unsigned long)arg1 class:(Class)arg2 sectionID:(id)arg3 publisherMatchID:(id)arg4 companionPublicationDate:(id)arg5 startTime:(id)arg6 now:(id)arg7; ++ (id)metricForDelayWithID:(unsigned long)arg1 class:(Class)arg2 sectionID:(id)arg3 publisherMatchID:(id)arg4 companionPublicationDate:(id)arg5 startTime:(id)arg6 now:(id)arg7 connectionStatus:(unsigned int)arg8; ++ (id)metricForDelayWithID:(unsigned long)arg1 class:(Class)arg2 sectionID:(id)arg3 publisherMatchID:(id)arg4 companionPublicationDate:(id)arg5 startTime:(id)arg6 now:(id)arg7 connectionStatus:(unsigned int)arg8 hasPublicationDate:(BOOL)arg9; ++ (void)submitMetricForDelayAckFromSecondaryDeviceWithSectionID:(id)arg1 publisherMatchID:(id)arg2 companionPublicationDate:(id)arg3 startTime:(id)arg4 connectionStatus:(unsigned int)arg5 origConnectionStatus:(unsigned int)arg6 timedOut:(BOOL)arg7; ++ (void)submitMetricForDelayToSyncWithStartTime:(id)arg1 initial:(BOOL)arg2; ++ (void)submitMetricForDelayWithID:(unsigned long)arg1 class:(Class)arg2 sectionID:(id)arg3 publisherMatchID:(id)arg4 companionPublicationDate:(id)arg5 isGizmoDate:(BOOL)arg6 startTime:(id)arg7; ++ (void)submitMetricForDelayWithID:(unsigned long)arg1 class:(Class)arg2 sectionID:(id)arg3 publisherMatchID:(id)arg4 companionPublicationDate:(id)arg5 startTime:(id)arg6; ++ (void)submitMetricForDelayWithID:(unsigned long)arg1 class:(Class)arg2 sectionID:(id)arg3 publisherMatchID:(id)arg4 companionPublicationDate:(id)arg5 startTime:(id)arg6 connectionStatus:(unsigned int)arg7; ++ (void)submitMetricForDelayWithID:(unsigned long)arg1 class:(Class)arg2 sectionID:(id)arg3 publisherMatchID:(id)arg4 companionPublicationDate:(id)arg5 startTime:(id)arg6 connectionStatus:(unsigned int)arg7 hasPublicationDate:(BOOL)arg8; ++ (void)submitMetricForDelayWithID:(unsigned long)arg1 class:(Class)arg2 startTime:(id)arg3; - (void).cxx_destruct; +- (void)_setDelayFrom:(id)arg1 to:(id)arg2; +- (void)_submit; - (id)initWithMetricID:(unsigned long)arg1 class:(Class)arg2; - (id)metric; -- (void)submit; @end diff --git a/PrivateFrameworks/BulletinDistributorCompanion.framework/BLTDNDSyncInternal.h b/PrivateFrameworks/BulletinDistributorCompanion.framework/BLTDNDSyncInternal.h index cd8e43b22f..c8f0e15e70 100644 --- a/PrivateFrameworks/BulletinDistributorCompanion.framework/BLTDNDSyncInternal.h +++ b/PrivateFrameworks/BulletinDistributorCompanion.framework/BLTDNDSyncInternal.h @@ -21,10 +21,24 @@ @property (nonatomic, retain) BBSettingsGateway *settingsGateway; - (void).cxx_destruct; -- (void)_isChangeToDNDSettingObsoleteAtDate:(id)arg1 completion:(id /* block */)arg2; +- (void)_clearDomainDefaults; +- (void)_disableDNDMirroring; +- (void)_enableDNDMirroring; +- (BOOL)_isChangeToDNDSettingMadeAtDate:(id)arg1 obsoleteAtDate:(id)arg2 withOverride:(id)arg3; +- (BOOL)_isChangeToDNDSettingMadeAtDate:(id)arg1 obsoleteAtDate:(id)arg2 withOverrides:(id)arg3; +- (BOOL)_isNPSDateLaterThanAllowed:(id)arg1 currentDate:(id)arg2; +- (id)_latestValidNPSDateWithCurrentDate:(id)arg1; +- (void)_loadDNDEnabledStateFromNPS:(id /* block */)arg1; +- (BOOL)_loadDNDMirrorStateFromDefaults; +- (id)_newDomainAccessor; +- (void)_resolveDNDStateWithBBState:(unsigned int)arg1 bbDate:(id)arg2 npsState:(unsigned int)arg3 npsDate:(id)arg4 currentDate:(id)arg5 deviceIsCompanion:(BOOL)arg6 triggeredBySource:(unsigned int)arg7 behaviorOverrides:(id)arg8 completion:(id /* block */)arg9; +- (void)_saveDNDEnabledStateToNPS:(BOOL)arg1 date:(id)arg2; - (void)_setAssertionOnBehalfOfActive:(BOOL)arg1; - (void)_settingsGatewayReconnected:(id)arg1; - (void)_transportConnectionStatusChanged:(id)arg1; +- (void)_updateDNDMirrorState; +- (void)_updateDNDStateChangedByPreferencesSync:(BOOL)arg1; +- (void)_updateDNDStateWithSource:(unsigned int)arg1 state:(unsigned int)arg2 date:(id)arg3; - (void)_updateOnBehalfOfAssertActiveWithConnectionStatus:(unsigned int)arg1 updateObserver:(BOOL)arg2; - (void)_updateSettingsGatewayTo:(BOOL)arg1 changeDate:(id)arg2; - (void)_updateTransportConnectionStatusObserver:(BOOL)arg1; @@ -49,7 +63,5 @@ - (void)setPrivilegedSenderTypes:(unsigned int)arg1; - (void)setSettingsGateway:(id)arg1; - (id)settingsGateway; -- (void)updateDNDMirrorState; -- (void)updateDNDStateChangedByPreferencesSync:(BOOL)arg1; @end diff --git a/PrivateFrameworks/BulletinDistributorCompanion.framework/BLTDebugObserverHolder.h b/PrivateFrameworks/BulletinDistributorCompanion.framework/BLTDebugObserverHolder.h index 3398c1450f..513c34db90 100644 --- a/PrivateFrameworks/BulletinDistributorCompanion.framework/BLTDebugObserverHolder.h +++ b/PrivateFrameworks/BulletinDistributorCompanion.framework/BLTDebugObserverHolder.h @@ -5,6 +5,7 @@ @interface BLTDebugObserverHolder : NSObject { BLTDebugMetricsRatioOnInterval * _exceedeExpirationDebugMetric; BBObserver * _observer; + * _wkAppList; } @property (readonly, copy) NSString *debugDescription; @@ -12,13 +13,13 @@ @property (readonly) unsigned int hash; @property (readonly) Class superclass; -+ (void)startWithExceededExpirationDebugMetric:(id)arg1; ++ (void)startWithExceededExpirationDebugMetric:(id)arg1 wkAppList:(id)arg2; - (void).cxx_destruct; - (void)_reconnectObserver; - (void)dealloc; - (id)init; -- (id)initWithExceededExpirationDebugMetric:(id)arg1; +- (id)initWithExceededExpirationDebugMetric:(id)arg1 wkAppList:(id)arg2; - (void)observer:(id)arg1 addBulletin:(id)arg2 forFeed:(unsigned int)arg3 playLightsAndSirens:(BOOL)arg4 withReply:(id /* block */)arg5; - (void)observer:(id)arg1 noteServerConnectionStateChanged:(BOOL)arg2; diff --git a/PrivateFrameworks/BulletinDistributorCompanion.framework/BLTRemoteObject.h b/PrivateFrameworks/BulletinDistributorCompanion.framework/BLTRemoteObject.h index cf16e86c5d..33cd5419b5 100644 --- a/PrivateFrameworks/BulletinDistributorCompanion.framework/BLTRemoteObject.h +++ b/PrivateFrameworks/BulletinDistributorCompanion.framework/BLTRemoteObject.h @@ -4,6 +4,7 @@ @interface BLTRemoteObject : NSObject { NSObject * _clientQueue; + NSObject * _connectionStatusQueue; * _defaultPairedDevice; NSLock * _defaultPairedDeviceLock; BOOL _full; @@ -35,9 +36,11 @@ - (void)_deviceConnectionStatusChanged:(id)arg1; - (void)_handleDebugException; - (void)_handleNewSessionState:(unsigned int)arg1; +- (BOOL)_idsQueueCallSendCompletionHandlerWithSuccess:(BOOL)arg1 identifier:(id)arg2 error:(id)arg3; - (void)_queueHandleIDSProtobuf:(id)arg1; - (void)_queuePerformSend:(id /* block */)arg1 responseToRequest:(id)arg2 withTimeout:(id)arg3 withDescription:(id)arg4 shortDescription:(id)arg5 onlyOneFor:(id)arg6 didSend:(id /* block */)arg7 andResponse:(id /* block */)arg8; - (void)_queueSendMessage:(id)arg1 type:(unsigned short)arg2 responseToRequest:(id)arg3 withTimeout:(id)arg4 withDescription:(id)arg5 onlyOneFor:(id)arg6 didSend:(id /* block */)arg7 andResponse:(id /* block */)arg8 didQueue:(id /* block */)arg9; +- (void)_queueUpdateConnectionStatus; - (void)_removeAndHandleResponseHandler:(id)arg1; - (void)_resetDefaultPairedDevice; - (void)_sendAckInitialSequenceNumberForSession:(id)arg1 sessionState:(unsigned int)arg2; @@ -47,7 +50,7 @@ - (BOOL)_sequenceErrorDidHappenAndHandled:(int)arg1 service:(id)arg2 incomingIdentifier:(id)arg3; - (void)_setStandaloneTestModeEnabled:(BOOL)arg1; - (void)_storeProtobufAction:(SEL)arg1 messageType:(unsigned short)arg2 messageSendType:(int)arg3; -- (unsigned int)_updateConnectionStatus; +- (void)_updateConnectionStatus; - (id)_wrapError:(id)arg1 identifier:(id)arg2; - (id)clientQueue; - (unsigned int)connectionStatus; diff --git a/PrivateFrameworks/BulletinDistributorCompanion.framework/BLTWatchKitAppList.h b/PrivateFrameworks/BulletinDistributorCompanion.framework/BLTWatchKitAppList.h index 9a119d8240..b6398b22a0 100644 --- a/PrivateFrameworks/BulletinDistributorCompanion.framework/BLTWatchKitAppList.h +++ b/PrivateFrameworks/BulletinDistributorCompanion.framework/BLTWatchKitAppList.h @@ -2,7 +2,7 @@ Image: /System/Library/PrivateFrameworks/BulletinDistributorCompanion.framework/BulletinDistributorCompanion */ -@interface BLTWatchKitAppList : NSObject { +@interface BLTWatchKitAppList : NSObject { NSDictionary * _appsByAppBundleID; * _delegate; BOOL _loaded; @@ -14,8 +14,12 @@ } _lock; } +@property (readonly, copy) NSString *debugDescription; @property (nonatomic) *delegate; +@property (readonly, copy) NSString *description; +@property (readonly) unsigned int hash; @property (getter=isLoaded) BOOL loaded; +@property (readonly) Class superclass; - (void).cxx_destruct; - (void)_fetchWatchKitInfo; diff --git a/PrivateFrameworks/CVML.framework/CVMLAgglomerativeClustering.h b/PrivateFrameworks/CVML.framework/CVMLAgglomerativeClustering.h index f5be1f7ddb..ca2facf4d5 100644 --- a/PrivateFrameworks/CVML.framework/CVMLAgglomerativeClustering.h +++ b/PrivateFrameworks/CVML.framework/CVMLAgglomerativeClustering.h @@ -24,5 +24,6 @@ - (void)setDebugMode:(BOOL)arg1; - (void)setFaceIdsMapping:(id)arg1; - (id)suggestionsForClusterIds:(id)arg1 affinityThreshold:(float)arg2 error:(id*)arg3; +- (id)suggestionsForClusterIdsWithFlags:(id)arg1 affinityThreshold:(float)arg2 error:(id*)arg3; @end diff --git a/PrivateFrameworks/CVML.framework/CVMLClusterContext.h b/PrivateFrameworks/CVML.framework/CVMLClusterContext.h index 2363ff5854..c7fb30af98 100644 --- a/PrivateFrameworks/CVML.framework/CVMLClusterContext.h +++ b/PrivateFrameworks/CVML.framework/CVMLClusterContext.h @@ -26,7 +26,9 @@ - (id)clusterState; - (id)getClusteredFaceIds; - (id)getClustersForClusterIds:(id)arg1 options:(id)arg2 error:(id*)arg3; +- (id)getDistanceBetweenClustersWithFaceIds:(id)arg1; - (id)getDistances:(id)arg1 to:(id)arg2; +- (id)getGroupedClusteredFaceIdsForFaceId:(id)arg1; - (id)getRepresentativenessForFaces:(id)arg1 error:(id*)arg2; - (id)initWithOptions:(id)arg1 error:(id*)arg2; - (id)matrix; @@ -37,6 +39,7 @@ - (BOOL)restoreClusterState:(id)arg1 cacheFolderPath:(id)arg2; - (void)setMatrix:(id)arg1; - (id)suggestionsForClusterIds:(id)arg1 affinityThreshold:(float)arg2 error:(id*)arg3; +- (id)suggestionsForClusterIdsWithFlags:(id)arg1 affinityThreshold:(float)arg2 error:(id*)arg3; - (BOOL)useClusterObservation; @end diff --git a/PrivateFrameworks/CVML.framework/CVMLClusterObservation.h b/PrivateFrameworks/CVML.framework/CVMLClusterObservation.h index 9d2cef119e..9755ed15da 100644 --- a/PrivateFrameworks/CVML.framework/CVMLClusterObservation.h +++ b/PrivateFrameworks/CVML.framework/CVMLClusterObservation.h @@ -6,25 +6,33 @@ NSData * _clusterState; NSSet * _clusteredFaceIds; NSArray * _clusters; + NSNumber * _distance; NSDictionary * _distancesById; + NSArray * _groupedClusteredFaceIdsForCluster; NSArray * _suggestionsForCluster; } @property (retain) NSData *clusterState; @property (retain) NSSet *clusteredFaceIds; @property (retain) NSArray *clusters; +@property (retain) NSNumber *distance; @property (retain) NSDictionary *distancesById; +@property (retain) NSArray *groupedClusteredFaceIdsForCluster; @property (retain) NSArray *suggestionsForCluster; - (void).cxx_destruct; - (id)clusterState; - (id)clusteredFaceIds; - (id)clusters; +- (id)distance; - (id)distancesById; +- (id)groupedClusteredFaceIdsForCluster; - (void)setClusterState:(id)arg1; - (void)setClusteredFaceIds:(id)arg1; - (void)setClusters:(id)arg1; +- (void)setDistance:(id)arg1; - (void)setDistancesById:(id)arg1; +- (void)setGroupedClusteredFaceIdsForCluster:(id)arg1; - (void)setSuggestionsForCluster:(id)arg1; - (id)suggestionsForCluster; diff --git a/PrivateFrameworks/CVML.framework/CVMLClusteringLogger.h b/PrivateFrameworks/CVML.framework/CVMLClusteringLogger.h new file mode 100644 index 0000000000..7e17a51c1d --- /dev/null +++ b/PrivateFrameworks/CVML.framework/CVMLClusteringLogger.h @@ -0,0 +1,36 @@ +/* Generated by RuntimeBrowser + Image: /System/Library/PrivateFrameworks/CVML.framework/CVML + */ + +@interface CVMLClusteringLogger : NSObject { + NSString * _fileNameBase; + BOOL _logEnabled; + NSURL * _logFileURL; + NSURL * _logFolderURL; +} + +@property (readonly) NSString *fileNameBase; +@property (readonly) BOOL logEnabled; +@property (readonly) NSURL *logFileURL; +@property (readonly) NSURL *logFolderURL; + ++ (void)appendString:(id)arg1 toLogFile:(id)arg2; ++ (id)currentDateTime; ++ (id)padStringWithSpaces:(id)arg1 toSize:(int)arg2; + +- (void).cxx_destruct; +- (id)fileNameBase; +- (id)initWithOptions:(id)arg1 logEnabled:(BOOL)arg2; +- (id)initWithOptions:(id)arg1 logEnabled:(BOOL)arg2 logFileNameBase:(id)arg3; +- (void)logClusterLookupMapL0:(const struct map >, std::__1::less, std::__1::allocator > > > > { struct __tree > >, std::__1::__map_value_compare > >, std::__1::less, true>, std::__1::allocator > > > > { struct __tree_node > >, void *> {} *x_1_1_1; struct __compressed_pair *>, std::__1::allocator > >, void *> > > { struct __tree_end_node *> { struct __tree_node_base {} *x_1_3_1; } x_2_2_1; } x_1_1_2; struct __compressed_pair > >, std::__1::less, true> > { unsigned long x_3_2_1; } x_1_1_3; } x1; }*)arg1; +- (void)logClusterLookupMapL1:(const struct map >, std::__1::less, std::__1::allocator > > > > { struct __tree > >, std::__1::__map_value_compare > >, std::__1::less, true>, std::__1::allocator > > > > { struct __tree_node > >, void *> {} *x_1_1_1; struct __compressed_pair *>, std::__1::allocator > >, void *> > > { struct __tree_end_node *> { struct __tree_node_base {} *x_1_3_1; } x_2_2_1; } x_1_1_2; struct __compressed_pair > >, std::__1::less, true> > { unsigned long x_3_2_1; } x_1_1_3; } x1; }*)arg1; +- (void)logClusterMap:(const struct map >, std::__1::less, std::__1::allocator > > > > { struct __tree > >, std::__1::__map_value_compare > >, std::__1::less, true>, std::__1::allocator > > > > { struct __tree_node > >, void *> {} *x_1_1_1; struct __compressed_pair *>, std::__1::allocator > >, void *> > > { struct __tree_end_node *> { struct __tree_node_base {} *x_1_3_1; } x_2_2_1; } x_1_1_2; struct __compressed_pair > >, std::__1::less, true> > { unsigned long x_3_2_1; } x_1_1_3; } x1; }*)arg1 level:(id)arg2; +- (void)logClusterMapL0:(const struct map >, std::__1::less, std::__1::allocator > > > > { struct __tree > >, std::__1::__map_value_compare > >, std::__1::less, true>, std::__1::allocator > > > > { struct __tree_node > >, void *> {} *x_1_1_1; struct __compressed_pair *>, std::__1::allocator > >, void *> > > { struct __tree_end_node *> { struct __tree_node_base {} *x_1_3_1; } x_2_2_1; } x_1_1_2; struct __compressed_pair > >, std::__1::less, true> > { unsigned long x_3_2_1; } x_1_1_3; } x1; }*)arg1; +- (void)logClusterMapL1:(const struct map >, std::__1::less, std::__1::allocator > > > > { struct __tree > >, std::__1::__map_value_compare > >, std::__1::less, true>, std::__1::allocator > > > > { struct __tree_node > >, void *> {} *x_1_1_1; struct __compressed_pair *>, std::__1::allocator > >, void *> > > { struct __tree_end_node *> { struct __tree_node_base {} *x_1_3_1; } x_2_2_1; } x_1_1_2; struct __compressed_pair > >, std::__1::less, true> > { unsigned long x_3_2_1; } x_1_1_3; } x1; }*)arg1; +- (BOOL)logEnabled; +- (id)logFileURL; +- (id)logFolderURL; +- (void)logString:(id)arg1; +- (void)resetFileNameURLWithCurentDateTime; + +@end diff --git a/PrivateFrameworks/CVML.framework/CVMLDetector.h b/PrivateFrameworks/CVML.framework/CVMLDetector.h index febafbe507..629d4cd909 100644 --- a/PrivateFrameworks/CVML.framework/CVMLDetector.h +++ b/PrivateFrameworks/CVML.framework/CVMLDetector.h @@ -10,13 +10,15 @@ @property (nonatomic, retain) NSObject *processingQueue; + (BOOL)bestImageWidth:(unsigned int*)arg1 height:(unsigned int*)arg2 format:(unsigned int*)arg3; ++ (id)detectorName; - (void).cxx_destruct; -- (id)getArrayFromOptions:(id)arg1 withOptionName:(id)arg2 andEnsureClass:(Class)arg3 error:(id*)arg4; - (id)initWithOptions:(id)arg1 error:(id*)arg2; - (BOOL)initializeMetalContext:(id)arg1 error:(id*)arg2; - (id)processWithOptions:(id)arg1 regionOfInterest:(struct CGRect { struct CGPoint { float x_1_1_1; float x_1_1_2; } x1; struct CGSize { float x_2_1_1; float x_2_1_2; } x2; })arg2 warningRecorder:(id)arg3 error:(id*)arg4; - (id)processingQueue; - (void)setProcessingQueue:(id)arg1; +- (BOOL)validateImageBuffer:(id)arg1 error:(id*)arg2; +- (id)validatedImageBufferFromOptions:(id)arg1 error:(id*)arg2; @end diff --git a/PrivateFrameworks/CVML.framework/CVMLError.h b/PrivateFrameworks/CVML.framework/CVMLError.h index 3105b42d63..98b29d88d1 100644 --- a/PrivateFrameworks/CVML.framework/CVMLError.h +++ b/PrivateFrameworks/CVML.framework/CVMLError.h @@ -5,6 +5,7 @@ @interface CVMLError : NSObject + (id)errorForCancellationOfRequest:(id)arg1; ++ (id)errorForMemoryAllocationFailure; + (id)errorWithAlgorithmError:(id)arg1; + (id)errorWithCode:(int)arg1 message:(id)arg2; + (id)errorWithCode:(int)arg1 message:(id)arg2 underlyingError:(id)arg3; diff --git a/PrivateFrameworks/CVML.framework/CVMLGreedyClustering.h b/PrivateFrameworks/CVML.framework/CVMLGreedyClustering.h index b6eadd4059..06bd931f81 100644 --- a/PrivateFrameworks/CVML.framework/CVMLGreedyClustering.h +++ b/PrivateFrameworks/CVML.framework/CVMLGreedyClustering.h @@ -3,20 +3,19 @@ */ @interface CVMLGreedyClustering : NSObject { - NSString * _cacheFolderPath; - NSURL * _cacheFolderURL; - BOOL _logEnabled; + CVMLClusteringLogger * clusteringLogger; struct shared_ptr { struct GreedyClustererFacesAPI {} *__ptr_; struct __shared_weak_count {} *__cntrl_; } m_ClusteringImpl; + CVMLSuggestionsLogger * suggestionsLogger; } ++ (BOOL)isLogEnabled; + - (id).cxx_construct; - (void).cxx_destruct; - (long long)_cancellableUpdate:(struct ImageDescriptorBufferFloat32 { int (**x1)(); struct vector > { long long *x_2_1_1; long long *x_2_1_2; struct __compressed_pair > { long long *x_3_2_1; } x_2_1_3; } x2; struct map, std::__1::allocator > > { struct __tree, std::__1::__map_value_compare, std::__1::less, true>, std::__1::allocator > > { struct __tree_node, void *> {} *x_1_2_1; struct __compressed_pair *>, std::__1::allocator, void *> > > { struct __tree_end_node *> { struct __tree_node_base {} *x_1_4_1; } x_2_3_1; } x_1_2_2; struct __compressed_pair, std::__1::less, true> > { unsigned long x_3_3_1; } x_1_2_3; } x_3_1_1; } x3; }*)arg1 facesToMove:(struct vector, std::__1::allocator > > { struct pair {} *x1; struct pair {} *x2; struct __compressed_pair *, std::__1::allocator > > { struct pair {} *x_3_1_1; } x3; }*)arg2; -- (void)_logString:(id)arg1; -- (id)_reduceIdsToOnePerCluster:(id)arg1 allIds:(id)arg2; - (BOOL)addDescriptorIds:(id)arg1 withSimilarityMatrix:(id)arg2 error:(id*)arg3; - (void)addFaceObservations:(id)arg1 toFaceDescriptorBuffer:(struct ImageDescriptorBufferFloat32 { int (**x1)(); struct vector > { long long *x_2_1_1; long long *x_2_1_2; struct __compressed_pair > { long long *x_3_2_1; } x_2_1_3; } x2; struct map, std::__1::allocator > > { struct __tree, std::__1::__map_value_compare, std::__1::less, true>, std::__1::allocator > > { struct __tree_node, void *> {} *x_1_2_1; struct __compressed_pair *>, std::__1::allocator, void *> > > { struct __tree_end_node *> { struct __tree_node_base {} *x_1_4_1; } x_2_3_1; } x_1_2_2; struct __compressed_pair, std::__1::less, true> > { unsigned long x_3_3_1; } x_1_2_3; } x_3_1_1; } x3; }*)arg2; - (BOOL)cancelClustering:(id*)arg1; @@ -25,10 +24,14 @@ - (id)getClusteredIds; - (id)getClustersForClusterIds:(id)arg1 options:(id)arg2 error:(id*)arg3; - (id)getClustersWithOptions:(id)arg1 error:(id*)arg2; +- (id)getDistanceBetweenLevel0ClustersWithFaceIds:(id)arg1; - (id)getDistances:(id)arg1 to:(id)arg2; +- (id)getLevel0ClusteredIdsForFaceId:(id)arg1; +- (id)getLevel1ClusteredIdsGroupedByLevel0ClustersForFaceId:(id)arg1; - (id)getRepresentativenessForFaces:(id)arg1 error:(id*)arg2; - (id)initWithOptions:(id)arg1 error:(id*)arg2; - (id)refinedSuggestionsForClusterIds:(id)arg1 fromClusters:(id)arg2 affinityThreshold:(float)arg3 error:(id*)arg4; - (id)suggestionsForClusterIds:(id)arg1 affinityThreshold:(float)arg2 error:(id*)arg3; +- (id)suggestionsForClusterIdsWithFlags:(id)arg1 affinityThreshold:(float)arg2 error:(id*)arg3; @end diff --git a/PrivateFrameworks/CVML.framework/CVMLHierarchicalClustering.h b/PrivateFrameworks/CVML.framework/CVMLHierarchicalClustering.h index 89a48ffe8f..8ce54fb259 100644 --- a/PrivateFrameworks/CVML.framework/CVMLHierarchicalClustering.h +++ b/PrivateFrameworks/CVML.framework/CVMLHierarchicalClustering.h @@ -16,5 +16,6 @@ - (id)getClustersWithOptions:(id)arg1 error:(id*)arg2; - (id)initWithOptions:(id)arg1 error:(id*)arg2; - (id)suggestionsForClusterIds:(id)arg1 affinityThreshold:(float)arg2 error:(id*)arg3; +- (id)suggestionsForClusterIdsWithFlags:(id)arg1 affinityThreshold:(float)arg2 error:(id*)arg3; @end diff --git a/PrivateFrameworks/CVML.framework/CVMLSuggestionsLogger.h b/PrivateFrameworks/CVML.framework/CVMLSuggestionsLogger.h new file mode 100644 index 0000000000..ff32ff3fd1 --- /dev/null +++ b/PrivateFrameworks/CVML.framework/CVMLSuggestionsLogger.h @@ -0,0 +1,16 @@ +/* Generated by RuntimeBrowser + Image: /System/Library/PrivateFrameworks/CVML.framework/CVML + */ + +@interface CVMLSuggestionsLogger : CVMLClusteringLogger + +- (id)initWithOptions:(id)arg1 logEnabled:(BOOL)arg2; +- (void)logAllSuggestons:(id)arg1; +- (void)logConnectedGroups:(id)arg1; +- (void)logFilteredByInputQuerySuggestons:(id)arg1; +- (void)logFinalSuggestionsList:(id)arg1; +- (void)logInputFaceIdsWithFlags:(id)arg1; +- (void)logString:(id)arg1; +- (void)logSuggestons:(id)arg1 description:(id)arg2; + +@end diff --git a/PrivateFrameworks/CVML.framework/CVMLValidationUtilities.h b/PrivateFrameworks/CVML.framework/CVMLValidationUtilities.h new file mode 100644 index 0000000000..d20f7129b2 --- /dev/null +++ b/PrivateFrameworks/CVML.framework/CVMLValidationUtilities.h @@ -0,0 +1,12 @@ +/* Generated by RuntimeBrowser + Image: /System/Library/PrivateFrameworks/CVML.framework/CVML + */ + +@interface CVMLValidationUtilities : NSObject + ++ (id)arrayFromOptions:(id)arg1 withOptionName:(id)arg2 andEnsureClass:(Class)arg3 error:(id*)arg4; ++ (id)arrayFromOptions:(id)arg1 withOptionName:(id)arg2 andEnsureClass:(Class)arg3 withCountRange:(struct _NSRange { unsigned int x1; unsigned int x2; })arg4 error:(id*)arg5; ++ (id)faceObservationFromOptions:(id)arg1 withOptionName:(id)arg2 error:(id*)arg3; ++ (BOOL)validateNonZeroImageWidth:(unsigned long)arg1 height:(unsigned long)arg2 componentNameProvidingBlock:(id /* block */)arg3 error:(id*)arg4; + +@end diff --git a/PrivateFrameworks/CalDAV.framework/CalDAVCalendarServerUserItem.h b/PrivateFrameworks/CalDAV.framework/CalDAVCalendarServerUserItem.h index 0a489efb26..d48be89abe 100644 --- a/PrivateFrameworks/CalDAV.framework/CalDAVCalendarServerUserItem.h +++ b/PrivateFrameworks/CalDAV.framework/CalDAVCalendarServerUserItem.h @@ -22,6 +22,8 @@ @property (nonatomic, retain) NSString *lastName; @property (nonatomic, retain) CoreDAVLeafItem *summary; +// Image: /System/Library/PrivateFrameworks/CalDAV.framework/CalDAV + - (void).cxx_destruct; - (id)acceptedURL; - (id)access; @@ -48,4 +50,10 @@ - (void)setSummary:(id)arg1; - (id)summary; +// Image: /System/Library/PrivateFrameworks/DataAccess.framework/Frameworks/DACalDAV.framework/DACalDAV + +- (void*)createCalShareeInDatabase:(/* Warning: unhandled struct encoding: '{CalDatabase={__CFRuntimeBase=I[4C]}i^{CPRecordStore}^{CalEventOccurrenceCache}^{CalScheduledTaskCache}^{__CFDictionary}^{__CFDictionary}{_opaque_pthread_mutex_t=l[40c]}II^{__CFArray}^{__CFString}^{__CFArray}ii^{__CFString}^{__CFString}i@?{_opaque_pthread_mutex_t=l[40c]}B^{__CFArray}^{__CFArray}B@}' */ struct CalDatabase { struct __CFRuntimeBase { unsigned int x_1_1_1; unsigned char x_1_1_2[4]; } x1; int x2; struct CPRecordStore {} *x3; struct CalEventOccurrenceCache {} *x4; struct CalScheduledTaskCache {} *x5; struct __CFDictionary {} *x6; struct __CFDictionary {} *x7; struct _opaque_pthread_mutex_t { long x_8_1_1; BOOL x_8_1_2[40]; } x8; unsigned int x9; unsigned int x10; struct __CFArray {} *x11; struct __CFString {} *x12; struct __CFArray {} *x13; int x14; int x15; struct __CFString {} *x16; struct __CFString {} *x17; int x18; id /* block */ x19; struct _opaque_pthread_mutex_t { long x_20_1_1; BOOL x_20_1_2[40]; } x20; bool x21; struct __CFArray {} *x22; struct __CFArray {} *x23; bool x24; id x25; }*)arg1 andCalendar:(void*)arg2; +- (id)initWithCalSharee:(void*)arg1; +- (BOOL)updateCalSharee:(void*)arg1; + @end diff --git a/PrivateFrameworks/CalendarDaemon.framework/CADCalSearchOperation.h b/PrivateFrameworks/CalendarDaemon.framework/CADCalSearchOperation.h index 4a8cbc684e..d9ccdc61de 100644 --- a/PrivateFrameworks/CalendarDaemon.framework/CADCalSearchOperation.h +++ b/PrivateFrameworks/CalendarDaemon.framework/CADCalSearchOperation.h @@ -19,10 +19,12 @@ + (id)operationWithConnection:(id)arg1 filter:(struct CalFilter { }*)arg2 replyID:(unsigned int)arg3; - (void).cxx_destruct; +- (void)_completeOperation; - (void)calSearch:(id)arg1 foundOccurrences:(struct __CFArray { }*)arg2 cachedDays:(struct __CFArray { }*)arg3 cachedDaysIndexes:(struct __CFArray { }*)arg4; - (void)calSearch:(id)arg1 showResultsStartingOnDate:(double)arg2; - (void)calSearchComplete:(id)arg1; - (bool)calSearchShouldStopSearching:(id)arg1; +- (void)cancel; - (void)dealloc; - (id)initWithConnection:(id)arg1 filter:(struct CalFilter { }*)arg2 replyID:(unsigned int)arg3; - (void)main; diff --git a/PrivateFrameworks/CalendarDaemon.framework/CADCalendarItemOperationGroup.h b/PrivateFrameworks/CalendarDaemon.framework/CADCalendarItemOperationGroup.h index f13de8a18e..e6c0002d12 100644 --- a/PrivateFrameworks/CalendarDaemon.framework/CADCalendarItemOperationGroup.h +++ b/PrivateFrameworks/CalendarDaemon.framework/CADCalendarItemOperationGroup.h @@ -17,5 +17,6 @@ - (void)CADDatabaseGetCalendarItemWithUUID:(id)arg1 reply:(id /* block */)arg2; - (void)CADDatabaseGetContactIdentifierForCalendarItem:(struct { int x1; int x2; })arg1 reply:(id /* block */)arg2; - (void)CADDatabaseRemoveContactIdentifier:(id)arg1 forCalendarItem:(struct { int x1; int x2; })arg2 withReply:(id /* block */)arg3; +- (id)_resultsFilteredForTCCAccess:(id)arg1; @end diff --git a/PrivateFrameworks/CalendarDaemon.framework/CADIdleChangeTrackingCleanupInfo.h b/PrivateFrameworks/CalendarDaemon.framework/CADIdleChangeTrackingCleanupInfo.h new file mode 100644 index 0000000000..40397a517c --- /dev/null +++ b/PrivateFrameworks/CalendarDaemon.framework/CADIdleChangeTrackingCleanupInfo.h @@ -0,0 +1,24 @@ +/* Generated by RuntimeBrowser + Image: /System/Library/PrivateFrameworks/CalendarDaemon.framework/CalendarDaemon + */ + +@interface CADIdleChangeTrackingCleanupInfo : NSObject { + double _languishPeriod; + int _numberOfChanges; +} + +@property (nonatomic) double languishPeriod; +@property (nonatomic) int numberOfChanges; + ++ (id)serverIdleChangeTrackingCleanupInfo; + +- (id)description; +- (id)initWithLanguishPeriod:(double)arg1 numberOfChanges:(int)arg2; +- (BOOL)isEqual:(id)arg1; +- (BOOL)isEqualToInfo:(id)arg1; +- (double)languishPeriod; +- (int)numberOfChanges; +- (void)setLanguishPeriod:(double)arg1; +- (void)setNumberOfChanges:(int)arg1; + +@end diff --git a/PrivateFrameworks/CalendarDaemon.framework/CADServer.h b/PrivateFrameworks/CalendarDaemon.framework/CADServer.h index 8c5d3b47c0..a2356489da 100644 --- a/PrivateFrameworks/CalendarDaemon.framework/CADServer.h +++ b/PrivateFrameworks/CalendarDaemon.framework/CADServer.h @@ -34,6 +34,7 @@ - (void)_registerForIdentityOrphanCleanup; - (void)_registerForIdleChangeTrackingClientCleanup; - (void)_registerForNotifications; +- (void)_registerMaintenanceActivities; - (void)_setUpSignalHandlers; - (void)_startBirthdayManager; - (void)_stopBirthdayManager; @@ -43,6 +44,8 @@ - (void)clientConnectionDied:(id)arg1; - (id)dataProtectionObserver; - (void)dealloc; +- (void)identityOrphanCleanupDatabase:(/* Warning: unhandled struct encoding: '{CalDatabase={__CFRuntimeBase=I[4C]}i^{CPRecordStore}^{CalEventOccurrenceCache}^{CalScheduledTaskCache}^{__CFDictionary}^{__CFDictionary}{_opaque_pthread_mutex_t=l[40c]}II^{__CFArray}^{__CFString}^{__CFArray}ii^{__CFString}^{__CFString}i@?{_opaque_pthread_mutex_t=l[40c]}B^{__CFArray}^{__CFArray}B@}' */ struct CalDatabase { struct __CFRuntimeBase { unsigned int x_1_1_1; unsigned char x_1_1_2[4]; } x1; int x2; struct CPRecordStore {} *x3; struct CalEventOccurrenceCache {} *x4; struct CalScheduledTaskCache {} *x5; struct __CFDictionary {} *x6; struct __CFDictionary {} *x7; struct _opaque_pthread_mutex_t { long x_8_1_1; BOOL x_8_1_2[40]; } x8; unsigned int x9; unsigned int x10; struct __CFArray {} *x11; struct __CFString {} *x12; struct __CFArray {} *x13; int x14; int x15; struct __CFString {} *x16; struct __CFString {} *x17; int x18; id /* block */ x19; struct _opaque_pthread_mutex_t { long x_20_1_1; BOOL x_20_1_2[40]; } x20; bool x21; struct __CFArray {} *x22; struct __CFArray {} *x23; bool x24; id x25; }*)arg1; +- (void)idleChangeTrackingClientCleanupDatabase:(/* Warning: unhandled struct encoding: '{CalDatabase={__CFRuntimeBase=I[4C]}i^{CPRecordStore}^{CalEventOccurrenceCache}^{CalScheduledTaskCache}^{__CFDictionary}^{__CFDictionary}{_opaque_pthread_mutex_t=l[40c]}II^{__CFArray}^{__CFString}^{__CFArray}ii^{__CFString}^{__CFString}i@?{_opaque_pthread_mutex_t=l[40c]}B^{__CFArray}^{__CFArray}B@}' */ struct CalDatabase { struct __CFRuntimeBase { unsigned int x_1_1_1; unsigned char x_1_1_2[4]; } x1; int x2; struct CPRecordStore {} *x3; struct CalEventOccurrenceCache {} *x4; struct CalScheduledTaskCache {} *x5; struct __CFDictionary {} *x6; struct __CFDictionary {} *x7; struct _opaque_pthread_mutex_t { long x_8_1_1; BOOL x_8_1_2[40]; } x8; unsigned int x9; unsigned int x10; struct __CFArray {} *x11; struct __CFString {} *x12; struct __CFArray {} *x13; int x14; int x15; struct __CFString {} *x16; struct __CFString {} *x17; int x18; id /* block */ x19; struct _opaque_pthread_mutex_t { long x_20_1_1; BOOL x_20_1_2[40]; } x20; bool x21; struct __CFArray {} *x22; struct __CFArray {} *x23; bool x24; id x25; }*)arg1; - (id)init; - (BOOL)listener:(id)arg1 shouldAcceptNewConnection:(id)arg2; - (void)run; diff --git a/PrivateFrameworks/CalendarDaemon.framework/ClientConnection.h b/PrivateFrameworks/CalendarDaemon.framework/ClientConnection.h index 6ccb36afbc..e001c34cb9 100644 --- a/PrivateFrameworks/CalendarDaemon.framework/ClientConnection.h +++ b/PrivateFrameworks/CalendarDaemon.framework/ClientConnection.h @@ -34,6 +34,7 @@ - (void).cxx_destruct; - (void)_databaseChanged; +- (BOOL)_hasTCCAccessToEntityWithObjectIDUsingDeepInspection:(struct { int x1; int x2; })arg1; - (void)_loadAccessPermissionsIfNeeded; - (id)_restrictedStoreRowIDs; - (BOOL)_shouldUseMCToBlacklist; @@ -48,6 +49,7 @@ - (id)delegate; - (void)dumpState; - (BOOL)eventAccessGranted; +- (BOOL)hasTCCAccessToEntityWithObjectID:(struct { int x1; int x2; })arg1; - (id)identity; - (id)initWithXPCConnection:(id)arg1; - (void)insertObject:(void*)arg1 key:(id)arg2; diff --git a/PrivateFrameworks/CalendarDatabase.framework/CDBPreferences.h b/PrivateFrameworks/CalendarDatabase.framework/CDBPreferences.h index 921a2ebd80..f91e7c3e0f 100644 --- a/PrivateFrameworks/CalendarDatabase.framework/CDBPreferences.h +++ b/PrivateFrameworks/CalendarDatabase.framework/CDBPreferences.h @@ -7,6 +7,8 @@ } @property (getter=get_enableTravelAdvisoriesForAutomaticBehavior, setter=set_enableTravelAdvisoriesForAutomaticBehavior:, nonatomic) BOOL enableTravelAdvisoriesForAutomaticBehavior; +@property (getter=get_kCalPreferredDaysToSyncKey, setter=set_kCalPreferredDaysToSyncKey:, nonatomic) int kCalPreferredDaysToSyncKey; +@property (getter=get_kCalRemindersPreferredDaysToSyncKey, setter=set_kCalRemindersPreferredDaysToSyncKey:, nonatomic) int kCalRemindersPreferredDaysToSyncKey; @property (getter=get_sqlProfileLoggingEnabled, setter=set_sqlProfileLoggingEnabled:, nonatomic) BOOL sqlProfileLoggingEnabled; @property (getter=get_suggestEventLocations, setter=set_suggestEventLocations:, nonatomic) BOOL suggestEventLocations; @property (getter=get_suggestedLocationsTestMode, setter=set_suggestedLocationsTestMode:, nonatomic) BOOL suggestedLocationsTestMode; @@ -15,11 +17,15 @@ - (void).cxx_destruct; - (BOOL)get_enableTravelAdvisoriesForAutomaticBehavior; +- (int)get_kCalPreferredDaysToSyncKey; +- (int)get_kCalRemindersPreferredDaysToSyncKey; - (BOOL)get_sqlProfileLoggingEnabled; - (BOOL)get_suggestEventLocations; - (BOOL)get_suggestedLocationsTestMode; - (id)init; - (void)set_enableTravelAdvisoriesForAutomaticBehavior:(BOOL)arg1; +- (void)set_kCalPreferredDaysToSyncKey:(int)arg1; +- (void)set_kCalRemindersPreferredDaysToSyncKey:(int)arg1; - (void)set_sqlProfileLoggingEnabled:(BOOL)arg1; - (void)set_suggestEventLocations:(BOOL)arg1; - (void)set_suggestedLocationsTestMode:(BOOL)arg1; diff --git a/PrivateFrameworks/CalendarDatabase.framework/CDBSourceConstraints.h b/PrivateFrameworks/CalendarDatabase.framework/CDBSourceConstraints.h index 4a365b465d..330983024f 100644 --- a/PrivateFrameworks/CalendarDatabase.framework/CDBSourceConstraints.h +++ b/PrivateFrameworks/CalendarDatabase.framework/CDBSourceConstraints.h @@ -60,6 +60,7 @@ unsigned int prohibitsDetachmentOnCommentChange : 1; unsigned int allowsProposeNewTime : 1; unsigned int prohibitsICSImport : 1; + unsigned int supportsAutoGeocodingStructuredLocations : 1; } _flags; int _maxAlarmsAllowed; int _maxRecurrencesAllowed; @@ -107,6 +108,7 @@ @property (nonatomic) BOOL supportsAlarmTriggerIntervals; @property (nonatomic) BOOL supportsAlarmsTriggeringAfterStartDate; @property (nonatomic) BOOL supportsAllDayDueDates; +@property (nonatomic) BOOL supportsAutoGeocodingStructuredLocations; @property (nonatomic) BOOL supportsAvailabilityRequests; @property (nonatomic) BOOL supportsEventForwarding; @property (nonatomic) BOOL supportsIgnoringEventsInAvailabilityRequests; @@ -200,6 +202,7 @@ - (void)setSupportsAlarmTriggerIntervals:(BOOL)arg1; - (void)setSupportsAlarmsTriggeringAfterStartDate:(BOOL)arg1; - (void)setSupportsAllDayDueDates:(BOOL)arg1; +- (void)setSupportsAutoGeocodingStructuredLocations:(BOOL)arg1; - (void)setSupportsAvailabilityRequests:(BOOL)arg1; - (void)setSupportsEventForwarding:(BOOL)arg1; - (void)setSupportsIgnoringEventsInAvailabilityRequests:(BOOL)arg1; @@ -224,6 +227,7 @@ - (BOOL)supportsAlarmTriggerIntervals; - (BOOL)supportsAlarmsTriggeringAfterStartDate; - (BOOL)supportsAllDayDueDates; +- (BOOL)supportsAutoGeocodingStructuredLocations; - (BOOL)supportsAvailabilityRequests; - (BOOL)supportsEventForwarding; - (BOOL)supportsIgnoringEventsInAvailabilityRequests; diff --git a/PrivateFrameworks/CalendarFoundation.framework/CalPreferences.h b/PrivateFrameworks/CalendarFoundation.framework/CalPreferences.h index 5730c79597..03d6e020f5 100644 --- a/PrivateFrameworks/CalendarFoundation.framework/CalPreferences.h +++ b/PrivateFrameworks/CalendarFoundation.framework/CalPreferences.h @@ -13,11 +13,13 @@ - (void)_synchronizePreferences; - (void)dealloc; - (BOOL)getBooleanPreference:(id)arg1 defaultValue:(BOOL)arg2; +- (int)getIntegerPreference:(id)arg1 defaultValue:(int)arg2; - (id)getValueForPreference:(id)arg1 expectedClass:(Class)arg2; - (id)init; - (id)initWithDomain:(id)arg1; - (void)registerReflectionForPreferenceWithNotificationName:(id)arg1; - (void)setBooleanPreference:(id)arg1 value:(BOOL)arg2 notificationName:(id)arg3; +- (void)setIntegerPreference:(id)arg1 value:(int)arg2 notificationName:(id)arg3; - (void)setValueForPreference:(id)arg1 value:(id)arg2 notificationName:(id)arg3; - (void)unregisterReflectionForPreferenceWithNotificationName:(id)arg1; diff --git a/PrivateFrameworks/CalendarFoundation.framework/EKFoundInAppsEventTracker.h b/PrivateFrameworks/CalendarFoundation.framework/EKFoundInAppsEventTracker.h new file mode 100644 index 0000000000..f6ccaf8385 --- /dev/null +++ b/PrivateFrameworks/CalendarFoundation.framework/EKFoundInAppsEventTracker.h @@ -0,0 +1,16 @@ +/* Generated by RuntimeBrowser + Image: /System/Library/PrivateFrameworks/CalendarFoundation.framework/CalendarFoundation + */ + +@interface EKFoundInAppsEventTracker : NSObject + ++ (id)pseudoEventDateChangedTracker; ++ (id)pseudoEventDetailsOpenedTracker; ++ (id)pseudoEventExpiredTracker; ++ (id)pseudoEventInitialTimeToLeaveFiredTracker; ++ (void)trackPseudoEventDateChanged; ++ (void)trackPseudoEventDetailsOpened; ++ (void)trackPseudoEventInitialTimeToLeaveFired; ++ (void)trackPseudoEventsExpired:(int)arg1; + +@end diff --git a/PrivateFrameworks/CalendarFoundation.framework/EKTTLEventTracker.h b/PrivateFrameworks/CalendarFoundation.framework/EKTTLEventTracker.h index 02566d6601..81588f622f 100644 --- a/PrivateFrameworks/CalendarFoundation.framework/EKTTLEventTracker.h +++ b/PrivateFrameworks/CalendarFoundation.framework/EKTTLEventTracker.h @@ -19,12 +19,7 @@ + (void)trackEventFiredTTLAlertWithAlertType:(unsigned int)arg1 transportType:(unsigned int)arg2 etaType:(unsigned int)arg3 travelState:(unsigned int)arg4 hasSuggestedLocation:(BOOL)arg5 isOnSharedCalendar:(BOOL)arg6; + (void)trackIsTTLEnabled:(BOOL)arg1; + (void)trackSignificantEventHasSuggestedLocation:(BOOL)arg1 isOnSharedCalendar:(BOOL)arg2; -+ (void)trackTTLAlertDirectionsEngaged; -+ (void)trackTTLAlertFired; + (void)trackTTLCandidateEventHasSuggestedLocation:(BOOL)arg1 isOnSharedCalendar:(BOOL)arg2; -+ (void)trackTTLEventCandidate; -+ (id)ttlAlertDirectionsEngagedEventTracker; -+ (id)ttlAlertFiredEventTracker; + (id)ttlCandidateEventTracker; @end diff --git a/PrivateFrameworks/CalendarNotification.framework/CALNRemoteEventProvider.h b/PrivateFrameworks/CalendarNotification.framework/CALNRemoteEventProvider.h index ecd71136f0..44f48ab0cb 100644 --- a/PrivateFrameworks/CalendarNotification.framework/CALNRemoteEventProvider.h +++ b/PrivateFrameworks/CalendarNotification.framework/CALNRemoteEventProvider.h @@ -46,7 +46,7 @@ - (id)_iconImageDataForDate:(id)arg1 calendar:(id)arg2; - (void)_receivedHypothesis:(id)arg1 forEventWithExternalURL:(id)arg2; - (void)_recordDisplayOfInitialTimeToLeaveAlert; -- (void)_recordDisplayOfInitialTimeToLeaveAlertWithDate:(id)arg1 event:(id)arg2 hypothesis:(id)arg3; +- (void)_recordDisplayOfInitialTimeToLeaveAlertWithDate:(id)arg1 event:(id)arg2 hypothesis:(id)arg3 wasFoundInApps:(BOOL)arg4; - (void)_recordUpcomingEventAlertSuppression; - (void)_refreshTimerFired:(id)arg1; - (void)_removeRefreshTimerForEventWithExternalURL:(id)arg1; diff --git a/PrivateFrameworks/CalendarNotification.framework/EKTravelEngineAgendaEntry.h b/PrivateFrameworks/CalendarNotification.framework/EKTravelEngineAgendaEntry.h index 43f44f4885..865339148a 100644 --- a/PrivateFrameworks/CalendarNotification.framework/EKTravelEngineAgendaEntry.h +++ b/PrivateFrameworks/CalendarNotification.framework/EKTravelEngineAgendaEntry.h @@ -47,8 +47,6 @@ + (void)_accountForLocationEnhancementSuccess; + (void)_accountForNoLocationEnhancementNeeded; + (double)fuzzyMaximumInitialUpdateIntervalBeforeStartDate; -+ (double)maximumAllowableTravelTime; -+ (double)minimumAllowableTravelTime; - (void).cxx_destruct; - (void)_accountForGeocodedEventEncounter; diff --git a/PrivateFrameworks/CalendarNotification.framework/EKTravelEngineOriginalEvent.h b/PrivateFrameworks/CalendarNotification.framework/EKTravelEngineOriginalEvent.h index 4b6804d731..42435847d2 100644 --- a/PrivateFrameworks/CalendarNotification.framework/EKTravelEngineOriginalEvent.h +++ b/PrivateFrameworks/CalendarNotification.framework/EKTravelEngineOriginalEvent.h @@ -12,6 +12,7 @@ BOOL _locationIsAConferenceRoom; NSData * _locationMapKitHandle; NSString * _locationString; + NSString * _locationStringWithoutPrediction; NSDate * _startDate; int _transportTypeOverride; } @@ -25,6 +26,7 @@ @property (nonatomic) BOOL locationIsAConferenceRoom; @property (nonatomic, retain) NSData *locationMapKitHandle; @property (nonatomic, retain) NSString *locationString; +@property (nonatomic, retain) NSString *locationStringWithoutPrediction; @property (nonatomic, retain) NSDate *startDate; @property (nonatomic) int transportTypeOverride; @@ -40,6 +42,7 @@ - (BOOL)locationIsAConferenceRoom; - (id)locationMapKitHandle; - (id)locationString; +- (id)locationStringWithoutPrediction; - (void)setAutomaticGeocodingAllowed:(BOOL)arg1; - (void)setEndDate:(id)arg1; - (void)setEventExternalURL:(id)arg1; @@ -49,6 +52,7 @@ - (void)setLocationIsAConferenceRoom:(BOOL)arg1; - (void)setLocationMapKitHandle:(id)arg1; - (void)setLocationString:(id)arg1; +- (void)setLocationStringWithoutPrediction:(id)arg1; - (void)setStartDate:(id)arg1; - (void)setTransportTypeOverride:(int)arg1; - (id)startDate; diff --git a/PrivateFrameworks/CalendarNotification.framework/_EKAlarmEngine.h b/PrivateFrameworks/CalendarNotification.framework/_EKAlarmEngine.h index c6ed2ce5d2..a108505fb1 100644 --- a/PrivateFrameworks/CalendarNotification.framework/_EKAlarmEngine.h +++ b/PrivateFrameworks/CalendarNotification.framework/_EKAlarmEngine.h @@ -11,8 +11,6 @@ int _lastDBSequence; CLLocationManager * _locationManager; NSMutableDictionary * _monitoredRegions; - BOOL _monitoringForConnections; - BOOL _monitoringForDisconnections; BOOL _needsAlarmTablePopulation; NSDate * _nextFireDate; BOOL _pendingChanges; @@ -22,7 +20,6 @@ RTRoutineManager * _routineManager; BOOL _shouldUpdateWithForceForAlarmTable; BOOL _shouldUpdateWithForceForFences; - BOOL _shouldUpdateWithForceForVehicleTriggers; NSTimer * _syncTimer; EKTimedEventStorePurger * _timedEventStorePurger; NSDate * _tomorrow; @@ -43,7 +40,6 @@ - (void).cxx_destruct; - (void)_adjustFences:(id)arg1; -- (void)_adjustVehicleTriggersWithEventStore:(id)arg1; - (id)_alertInfoAlarmIDFromEKAlarm:(id)arg1; - (id)_alertInfoAlarmIDFromSideAlarm:(id)arg1; - (BOOL)_allowConservativeEntry; @@ -61,7 +57,7 @@ - (void)_killSyncTimer; - (void)_killTimer; - (void)_locationDaemonDidLaunch; -- (void)_motionUpdatedWithConnectionState:(int)arg1 activity:(id)arg2; +- (void)_motionUpdatedWithConnectionState:(int)arg1; - (void)_notifyAlarmsFired:(id)arg1; - (BOOL)_populateAlarmTable:(id)arg1; - (void)_populateFinished; @@ -86,7 +82,7 @@ - (void)_timeZoneChanged:(id)arg1; - (void)_timerFired; - (void)_updateRegionMonitoringForRegion:(id)arg1 withLocationOfInterest:(id)arg2 forLocation:(struct CLLocationCoordinate2D { double x1; double x2; })arg3; -- (void)_updateWithForceForAlarmTable:(BOOL)arg1 forFences:(BOOL)arg2 forVehicleTriggers:(BOOL)arg3; +- (void)_updateWithForceForAlarmTable:(BOOL)arg1 forFences:(BOOL)arg2; - (void)_vehicleTriggerFired:(BOOL)arg1; - (void)dealloc; - (void)handleBTAJob:(id)arg1 named:(const char *)arg2; diff --git a/PrivateFrameworks/CalendarUIKit.framework/CUIKTravelAdvisoryDescriptionUtilities.h b/PrivateFrameworks/CalendarUIKit.framework/CUIKTravelAdvisoryDescriptionUtilities.h new file mode 100644 index 0000000000..74964c1b52 --- /dev/null +++ b/PrivateFrameworks/CalendarUIKit.framework/CUIKTravelAdvisoryDescriptionUtilities.h @@ -0,0 +1,9 @@ +/* Generated by RuntimeBrowser + Image: /System/Library/PrivateFrameworks/CalendarUIKit.framework/CalendarUIKit + */ + +@interface CUIKTravelAdvisoryDescriptionUtilities : NSObject + ++ (BOOL)shouldIncludeTravelAdvisoryDescription:(id)arg1; + +@end diff --git a/PrivateFrameworks/CalendarUIKit.framework/CUIKTravelAdvisoryUtilities.h b/PrivateFrameworks/CalendarUIKit.framework/CUIKTravelAdvisoryUtilities.h new file mode 100644 index 0000000000..76c400bf99 --- /dev/null +++ b/PrivateFrameworks/CalendarUIKit.framework/CUIKTravelAdvisoryUtilities.h @@ -0,0 +1,9 @@ +/* Generated by RuntimeBrowser + Image: /System/Library/PrivateFrameworks/CalendarUIKit.framework/CalendarUIKit + */ + +@interface CUIKTravelAdvisoryUtilities : NSObject + ++ (BOOL)doesHypothesisSatisfyMinimumAllowableTravelTime:(id)arg1; + +@end diff --git a/PrivateFrameworks/CallHistory.framework/CHInteraction.h b/PrivateFrameworks/CallHistory.framework/CHInteraction.h index 1601887f4a..5262162041 100644 --- a/PrivateFrameworks/CallHistory.framework/CHInteraction.h +++ b/PrivateFrameworks/CallHistory.framework/CHInteraction.h @@ -9,8 +9,8 @@ @property (readonly) unsigned int hash; @property (readonly) Class superclass; -+ (void)deleteInteractionWithCall:(id)arg1; -+ (void)deleteInteractionWithCalls:(id)arg1; -+ (void)donateCallHistoryInteractionWithCall:(id)arg1; +- (void)deleteInteractionWithCall:(id)arg1; +- (void)deleteInteractionWithCalls:(id)arg1; +- (void)donateCallHistoryInteractionWithCall:(id)arg1; @end diff --git a/PrivateFrameworks/CallHistory.framework/DeserializedTransaction.h b/PrivateFrameworks/CallHistory.framework/DeserializedTransaction.h new file mode 100644 index 0000000000..9df91d87ae --- /dev/null +++ b/PrivateFrameworks/CallHistory.framework/DeserializedTransaction.h @@ -0,0 +1,20 @@ +/* Generated by RuntimeBrowser + Image: /System/Library/PrivateFrameworks/CallHistory.framework/CallHistory + */ + +@interface DeserializedTransaction : NSObject { + CHRecentCall * _call; + unsigned int _type; +} + +@property (retain) CHRecentCall *call; +@property unsigned int type; + +- (void).cxx_destruct; +- (id)call; +- (id)initWithCall:(id)arg1 andType:(unsigned int)arg2; +- (void)setCall:(id)arg1; +- (void)setType:(unsigned int)arg1; +- (unsigned int)type; + +@end diff --git a/PrivateFrameworks/CameraUI.framework/CAMCameraViewController.h b/PrivateFrameworks/CameraUI.framework/CAMCameraViewController.h index cd636a2370..472b457290 100644 --- a/PrivateFrameworks/CameraUI.framework/CAMCameraViewController.h +++ b/PrivateFrameworks/CameraUI.framework/CAMCameraViewController.h @@ -5,6 +5,7 @@ @interface CAMCameraViewController : UIViewController { NSObject * __resultProcessingQueue; NSMutableDictionary * __resultQueuePendingLivePhotoProperties; + NSMutableDictionary * __resultQueuePendingPortraitPhotoProperties; CAMThumbnailGenerator * __resultQueueThumbnailGenerator; CAMReviewButton * __reviewButton; BOOL _automaticallyManagesCameraSession; @@ -28,6 +29,7 @@ @property (nonatomic, readonly) NSObject *_resultProcessingQueue; @property (nonatomic, readonly) NSMutableDictionary *_resultQueuePendingLivePhotoProperties; +@property (nonatomic, readonly) NSMutableDictionary *_resultQueuePendingPortraitPhotoProperties; @property (nonatomic, readonly) CAMThumbnailGenerator *_resultQueueThumbnailGenerator; @property (nonatomic, readonly) CAMReviewButton *_reviewButton; @property (nonatomic) BOOL automaticallyAdjustsApplicationIdleTimer; @@ -51,6 +53,7 @@ @property (nonatomic, readonly) CAMLocationController *locationController; @property (nonatomic, readonly) CAMMotionController *motionController; @property (nonatomic, readonly) CAMNebulaDaemonProxyManager *nebulaDaemonProxyManager; +@property (getter=isPerformingTileTransition, nonatomic) BOOL performingTileTransition; @property (nonatomic) unsigned int persistenceBehavior; @property (nonatomic, readonly) CAMPersistenceController *persistenceController; @property (nonatomic, readonly) CAMPowerController *powerController; @@ -81,10 +84,13 @@ - (id)_resultProcessingQueue; - (void)_resultQueueHandleFallbackPhotoForPairingIdentifierIfNecessary:(id)arg1; - (id)_resultQueuePendingLivePhotoProperties; +- (id)_resultQueuePendingPortraitPhotoProperties; - (id)_resultQueueProcessLivePhotoForPairingIdentifier:(id)arg1 combinedProperties:(out id*)arg2 error:(id*)arg3; +- (void)_resultQueueProcessSingleCapturePortraitResultForPersistenceUUID:(id)arg1; - (id)_resultQueueSafeImageFromSurface:(void*)arg1 imageOrientation:(int)arg2; - (id)_resultQueueThumbnailGenerator; - (BOOL)_resultQueueUpdatePendingLivePhotoForPairingIdentifier:(id)arg1 withProperties:(id)arg2; +- (void)_resultQueueUpdateSingleCapturePortraitPhotoForPersistenceUUID:(id)arg1 properties:(id)arg2 captureError:(id)arg3; - (id)_reviewButton; - (unsigned int)_viewfinderPersistenceBehaviorForCapturePersistenceBehavior:(unsigned int)arg1; - (BOOL)automaticallyAdjustsApplicationIdleTimer; @@ -111,6 +117,7 @@ - (id)irisVideoController; - (BOOL)isDisablingAdditionalCaptures; - (BOOL)isDisablingMultipleCaptureFeatures; +- (BOOL)isPerformingTileTransition; - (BOOL)isRecording; - (id)keepAliveController; - (int)livePhotoMode; @@ -139,6 +146,7 @@ - (void)setFlashMode:(int)arg1; - (void)setHDRMode:(int)arg1; - (void)setLivePhotoMode:(int)arg1; +- (void)setPerformingTileTransition:(BOOL)arg1; - (void)setPersistenceBehavior:(unsigned int)arg1; - (void)setPresentationDelegate:(id)arg1; - (void)setTimerDuration:(int)arg1; diff --git a/PrivateFrameworks/CameraUI.framework/CAMClosedViewfinderController.h b/PrivateFrameworks/CameraUI.framework/CAMClosedViewfinderController.h index 774a2d7287..281e08926e 100644 --- a/PrivateFrameworks/CameraUI.framework/CAMClosedViewfinderController.h +++ b/PrivateFrameworks/CameraUI.framework/CAMClosedViewfinderController.h @@ -14,12 +14,15 @@ - (void).cxx_destruct; - (id)_descriptionForReasons:(id)arg1; - (id)_descriptionStringForReason:(int)arg1; +- (void)_performDelayedRemovalOfReason:(id)arg1; - (id)_reasonsForClosingViewfinder; - (void)addClosedViewfinderReason:(int)arg1; +- (void)cancelDelayedRemovalOfReason:(int)arg1; - (id)delegate; - (id)init; - (BOOL)isViewfinderClosed; - (void)removeClosedViewfinderReason:(int)arg1; +- (void)removeClosedViewfinderReason:(int)arg1 afterDelay:(double)arg2; - (void)setDelegate:(id)arg1; @end diff --git a/PrivateFrameworks/CameraUI.framework/CAMImagePickerCameraViewController.h b/PrivateFrameworks/CameraUI.framework/CAMImagePickerCameraViewController.h index d1f0f5b012..60fc3a9c1a 100644 --- a/PrivateFrameworks/CameraUI.framework/CAMImagePickerCameraViewController.h +++ b/PrivateFrameworks/CameraUI.framework/CAMImagePickerCameraViewController.h @@ -12,6 +12,7 @@ NSDictionary * _mostRecentPhotoProperties; NSDictionary * _mostRecentVideoProperties; int _photoSavingOptions; + BOOL _statusBarWasHidden; BOOL _usingTelephonyUI; BOOL _videoEditingAllowed; } @@ -32,6 +33,7 @@ @property (getter=_mostRecentVideoProperties, setter=_setMostRecentVideoProperties:, nonatomic, copy) NSDictionary *mostRecentVideoProperties; @property (getter=_photoSavingOptions, setter=_setPhotoSavingOptions:, nonatomic) int photoSavingOptions; @property (getter=isShowingStandardControls, nonatomic) BOOL showingStandardControls; +@property (getter=_statusBarWasHidden, setter=_setStatusBarWasHidden:, nonatomic) BOOL statusBarWasHidden; @property (readonly) Class superclass; @property (getter=_isUsingTelephonyUI, setter=_setUsingTelephonyUI:, nonatomic) BOOL usingTelephonyUI; @property (getter=_isVideoEditingAllowed, setter=_setVideoEditingAllowed:, nonatomic) BOOL videoEditingAllowed; @@ -80,10 +82,12 @@ - (void)_setMostRecentVideoProperties:(id)arg1; - (void)_setPhotoSavingOptions:(int)arg1; - (void)_setShowsCameraControls:(BOOL)arg1; +- (void)_setStatusBarWasHidden:(BOOL)arg1; - (void)_setUsingTelephonyUI:(BOOL)arg1; - (void)_setVideoEditingAllowed:(BOOL)arg1; - (BOOL)_showsCameraControls; - (BOOL)_startVideoCapture; +- (BOOL)_statusBarWasHidden; - (void)_stopVideoCapture; - (void)_takePicture; - (void)_updateFromEditabilityChange; @@ -118,5 +122,6 @@ - (void)videoViewIsReadyToBeginPlayback:(id)arg1; - (float)videoViewScrubberYOrigin:(id)arg1 forOrientation:(int)arg2; - (void)viewWillAppear:(BOOL)arg1; +- (void)viewWillDisappear:(BOOL)arg1; @end diff --git a/PrivateFrameworks/CameraUI.framework/CAMMotionController.h b/PrivateFrameworks/CameraUI.framework/CAMMotionController.h index dfd9075591..dfce234517 100644 --- a/PrivateFrameworks/CameraUI.framework/CAMMotionController.h +++ b/PrivateFrameworks/CameraUI.framework/CAMMotionController.h @@ -19,7 +19,6 @@ @property (readonly, copy) NSString *description; @property (setter=_setDominantPhysicalButton:, nonatomic) int dominantPhysicalButton; @property (readonly) unsigned int hash; -@property (nonatomic, readonly) int interfaceOrientation; @property (nonatomic, readonly) int panoramaCaptureOrientation; @property (readonly) Class superclass; @@ -42,7 +41,6 @@ - (int)dominantPhysicalButton; - (void)endGeneratingDominantPhysicalButtonNotifications; - (id)init; -- (int)interfaceOrientation; - (int)panoramaCaptureOrientation; @end diff --git a/PrivateFrameworks/CameraUI.framework/CAMMutableStillImageCaptureRequest.h b/PrivateFrameworks/CameraUI.framework/CAMMutableStillImageCaptureRequest.h index 8cb3f23cf0..6b84d5ca74 100644 --- a/PrivateFrameworks/CameraUI.framework/CAMMutableStillImageCaptureRequest.h +++ b/PrivateFrameworks/CameraUI.framework/CAMMutableStillImageCaptureRequest.h @@ -42,7 +42,7 @@ @property (nonatomic) BOOL usesStillImageStabilization; @property (nonatomic, copy) NSString *videoPersistenceUUID; @property (nonatomic) BOOL wantsAudioForCapture; -@property (nonatomic) BOOL wantsAutoDuoImageFusion; +@property (nonatomic) BOOL wantsAutoDualCameraFusion; @property (nonatomic) BOOL wantsHighResolutionStills; @property (nonatomic) BOOL wantsPortraitEffect; @property (nonatomic) BOOL wantsSquareCrop; @@ -85,7 +85,7 @@ - (void)setUsesStillImageStabilization:(BOOL)arg1; - (void)setVideoPersistenceUUID:(id)arg1; - (void)setWantsAudioForCapture:(BOOL)arg1; -- (void)setWantsAutoDuoImageFusion:(BOOL)arg1; +- (void)setWantsAutoDualCameraFusion:(BOOL)arg1; - (void)setWantsHighResolutionStills:(BOOL)arg1; - (void)setWantsPortraitEffect:(BOOL)arg1; - (void)setWantsSquareCrop:(BOOL)arg1; diff --git a/PrivateFrameworks/CameraUI.framework/CAMPhysicalCaptureNotifier.h b/PrivateFrameworks/CameraUI.framework/CAMPhysicalCaptureNotifier.h new file mode 100644 index 0000000000..3009bb9bf5 --- /dev/null +++ b/PrivateFrameworks/CameraUI.framework/CAMPhysicalCaptureNotifier.h @@ -0,0 +1,39 @@ +/* Generated by RuntimeBrowser + Image: /System/Library/PrivateFrameworks/CameraUI.framework/CameraUI + */ + +@interface CAMPhysicalCaptureNotifier : NSObject { + int __volumeDownButtonState; + int __volumeUpButtonState; + * _delegate; + BOOL _enabled; + int _state; +} + +@property (setter=_setVolumeDownButtonState:, nonatomic) int _volumeDownButtonState; +@property (setter=_setVolumeUpButtonState:, nonatomic) int _volumeUpButtonState; +@property (nonatomic) *delegate; +@property (getter=isEnabled, nonatomic) BOOL enabled; +@property (setter=_setState:, nonatomic) int state; + +- (void).cxx_destruct; +- (void)_handleVolumeDownButtonDownNotification:(id)arg1; +- (void)_handleVolumeDownButtonUpNotification:(id)arg1; +- (void)_handleVolumeUpButtonDownNotification:(id)arg1; +- (void)_handleVolumeUpButtonUpNotification:(id)arg1; +- (void)_setState:(int)arg1; +- (void)_setVolumeDownButtonState:(int)arg1; +- (void)_setVolumeUpButtonState:(int)arg1; +- (void)_updateCaptureButtonNotifications; +- (void)_updateStateAndNotifyDelegateIfNeeded; +- (int)_volumeDownButtonState; +- (int)_volumeUpButtonState; +- (void)dealloc; +- (id)delegate; +- (id)init; +- (BOOL)isEnabled; +- (void)setDelegate:(id)arg1; +- (void)setEnabled:(BOOL)arg1; +- (int)state; + +@end diff --git a/PrivateFrameworks/CameraUI.framework/CAMPreviewViewController.h b/PrivateFrameworks/CameraUI.framework/CAMPreviewViewController.h index 21e29270e5..9cc1e2de6e 100644 --- a/PrivateFrameworks/CameraUI.framework/CAMPreviewViewController.h +++ b/PrivateFrameworks/CameraUI.framework/CAMPreviewViewController.h @@ -241,6 +241,7 @@ - (BOOL)isShowingStandardControls; - (int)layoutStyle; - (void)loadView; +- (void)notifyCaptureSessionDidStopRunning; - (void)notifyDidStopCapture; - (void)notifyShutterButtonPressed; - (void)notifyWillStartCapturing; diff --git a/PrivateFrameworks/CameraUI.framework/CAMRemoteShutterController.h b/PrivateFrameworks/CameraUI.framework/CAMRemoteShutterController.h index 7168eef516..d435ab7a98 100644 --- a/PrivateFrameworks/CameraUI.framework/CAMRemoteShutterController.h +++ b/PrivateFrameworks/CameraUI.framework/CAMRemoteShutterController.h @@ -66,9 +66,12 @@ - (int)cameraConnectionIrisMode:(id)arg1; - (int)cameraConnectionIrisSupport:(id)arg1; - (BOOL)cameraConnectionIsMirrored:(id)arg1; +- (unsigned int)cameraConnectionMode:(id)arg1; - (int)cameraConnectionOrientation:(id)arg1; - (void)cameraConnectionToggleCameraDevice:(id)arg1; +- (BOOL)cameraConnectionToggleCameraDeviceSupport:(id)arg1; - (float)cameraConnectionZoomAmount:(id)arg1; +- (BOOL)cameraConnectionZoomSupport:(id)arg1; - (int)captureDevice; - (int)captureMode; - (void)closeConnection; diff --git a/PrivateFrameworks/CameraUI.framework/CAMStillImageCaptureRequest.h b/PrivateFrameworks/CameraUI.framework/CAMStillImageCaptureRequest.h index d13e555926..8256c70196 100644 --- a/PrivateFrameworks/CameraUI.framework/CAMStillImageCaptureRequest.h +++ b/PrivateFrameworks/CameraUI.framework/CAMStillImageCaptureRequest.h @@ -24,7 +24,7 @@ BOOL _usesStillImageStabilization; NSString * _videoPersistenceUUID; BOOL _wantsAudioForCapture; - BOOL _wantsAutoDuoImageFusion; + BOOL _wantsAutoDualCameraFusion; BOOL _wantsHighResolutionStills; BOOL _wantsPortraitEffect; BOOL _wantsSquareCrop; @@ -52,7 +52,7 @@ @property (nonatomic, readonly) BOOL usesStillImageStabilization; @property (nonatomic, readonly, copy) NSString *videoPersistenceUUID; @property (nonatomic, readonly) BOOL wantsAudioForCapture; -@property (nonatomic, readonly) BOOL wantsAutoDuoImageFusion; +@property (nonatomic, readonly) BOOL wantsAutoDualCameraFusion; @property (nonatomic, readonly) BOOL wantsHighResolutionStills; @property (nonatomic, readonly) BOOL wantsPortraitEffect; @property (nonatomic, readonly) BOOL wantsSquareCrop; @@ -87,7 +87,7 @@ - (BOOL)usesStillImageStabilization; - (id)videoPersistenceUUID; - (BOOL)wantsAudioForCapture; -- (BOOL)wantsAutoDuoImageFusion; +- (BOOL)wantsAutoDualCameraFusion; - (BOOL)wantsHighResolutionStills; - (BOOL)wantsPortraitEffect; - (BOOL)wantsSquareCrop; diff --git a/PrivateFrameworks/CameraUI.framework/CAMUserPreferences.h b/PrivateFrameworks/CameraUI.framework/CAMUserPreferences.h index bd2c83dcec..99b52755f4 100644 --- a/PrivateFrameworks/CameraUI.framework/CAMUserPreferences.h +++ b/PrivateFrameworks/CameraUI.framework/CAMUserPreferences.h @@ -10,6 +10,9 @@ BOOL _lockAsShutterEnabled; int _overriddenBackCaptureInterval; int _overriddenFrontCaptureInterval; + BOOL _preserveCaptureMode; + BOOL _preserveEffectFilter; + BOOL _preserveLivePhoto; int _previewViewAspectMode; NSDate * _resetTimeoutDate; BOOL _shouldCaptureHDREV0; @@ -29,6 +32,9 @@ @property (getter=isLockAsShutterEnabled, nonatomic, readonly) BOOL lockAsShutterEnabled; @property (nonatomic, readonly) int overriddenBackCaptureInterval; @property (nonatomic, readonly) int overriddenFrontCaptureInterval; +@property (nonatomic, readonly) BOOL preserveCaptureMode; +@property (nonatomic, readonly) BOOL preserveEffectFilter; +@property (nonatomic, readonly) BOOL preserveLivePhoto; @property (nonatomic) int previewViewAspectMode; @property (setter=_setResetTimeoutDate:, nonatomic, retain) NSDate *resetTimeoutDate; @property (nonatomic, readonly) BOOL shouldCaptureHDREV0; @@ -55,6 +61,9 @@ - (BOOL)isLockAsShutterEnabled; - (int)overriddenBackCaptureInterval; - (int)overriddenFrontCaptureInterval; +- (BOOL)preserveCaptureMode; +- (BOOL)preserveEffectFilter; +- (BOOL)preserveLivePhoto; - (int)previewViewAspectMode; - (void)readPreferences; - (BOOL)readPreferencesWithLaunchOptions:(id)arg1 emulationMode:(int)arg2; diff --git a/PrivateFrameworks/CameraUI.framework/CAMViewfinderViewController.h b/PrivateFrameworks/CameraUI.framework/CAMViewfinderViewController.h index dacd2819de..6c9c8de2b8 100644 --- a/PrivateFrameworks/CameraUI.framework/CAMViewfinderViewController.h +++ b/PrivateFrameworks/CameraUI.framework/CAMViewfinderViewController.h @@ -2,7 +2,7 @@ Image: /System/Library/PrivateFrameworks/CameraUI.framework/CameraUI */ -@interface CAMViewfinderViewController : UIViewController { +@interface CAMViewfinderViewController : UIViewController { CAMHDRBadge * __HDRBadge; CAMHDRButton * __HDRButton; CAMBottomBar * __bottomBar; @@ -61,6 +61,7 @@ BOOL __performingFilterTransition; BOOL __performingTopBarOrientationChange; int __photoModeEffectFilterType; + CAMPhysicalCaptureNotifier * __physicalCaptureNotifier; CAMPhysicalCaptureRecognizer * __physicalCaptureRecognizer; CAMPortraitModeDescriptionOverlayView * __portraitModeDescriptionOverlayView; CAMPortraitModeInstructionLabel * __portraitModeInstructionLabel; @@ -116,6 +117,7 @@ int _imagePickerVideoConfiguration; double _maximumVideoRecordingDuration; BOOL _performingReviewUsingOverlay; + BOOL _performingTileTransition; unsigned int _persistenceBehavior; * _reviewButtonSource; BOOL _showingStandardControls; @@ -184,6 +186,7 @@ @property (getter=_isPerformingFilterTransition, setter=_setPerformingFilterTransition:, nonatomic) BOOL _performingFilterTransition; @property (getter=_isPerformingTopBarOrientationChange, setter=_setPerformingTopBarOrientationChange:, nonatomic) BOOL _performingTopBarOrientationChange; @property (setter=_setPhotoModeEffectFilterType:, nonatomic) int _photoModeEffectFilterType; +@property (nonatomic, retain) CAMPhysicalCaptureNotifier *_physicalCaptureNotifier; @property (nonatomic, retain) CAMPhysicalCaptureRecognizer *_physicalCaptureRecognizer; @property (setter=_setPortraitModeDescriptionOverlayView:, nonatomic, retain) CAMPortraitModeDescriptionOverlayView *_portraitModeDescriptionOverlayView; @property (nonatomic, readonly) CAMPortraitModeInstructionLabel *_portraitModeInstructionLabel; @@ -243,6 +246,7 @@ @property (nonatomic) int livePhotoMode; @property (nonatomic) double maximumVideoRecordingDuration; @property (getter=isPerformingReviewUsingOverlay, nonatomic) BOOL performingReviewUsingOverlay; +@property (getter=isPerformingTileTransition, nonatomic) BOOL performingTileTransition; @property (nonatomic) unsigned int persistenceBehavior; @property (getter=isRecording, nonatomic, readonly) BOOL recording; @property (nonatomic) *reviewButtonSource; @@ -272,9 +276,7 @@ - (struct __CFString { }*)_aggregateDictionaryKeyForPhysicalButtonType:(int)arg1; - (BOOL)_allowsPhysicalCaptureInteraction; - (void)_applyAutorotationCorrectingTransformForOrientation:(int)arg1; -- (void)_applyPreviewTransform:(struct CGAffineTransform { float x1; float x2; float x3; float x4; float x5; float x6; })arg1; - (void)_applyTransformsForAutorotationStyle:(int)arg1; -- (void)_applyViewfinderAndPreviewTransformIfNecessaryWithTransitionCoordinator:(id)arg1; - (int)_appropriateLayoutStyleForSize:(struct CGSize { float x1; float x2; })arg1; - (int)_aspectRatioForMode:(int)arg1; - (id)_automaticallyAdjustedCaptureModes; @@ -325,7 +327,7 @@ - (void)_createOrDestroyGridViewIfNecessary; - (void)_createPanoramaControlsIfNecessary; - (void)_createPanoramaViewControllerIfNecessary; -- (void)_createPhysicalCaptureRecognizerIfNecessary; +- (void)_createPhysicalCaptureRecognizerOrNotifierIfNecessary; - (void)_createPortraitModeControlsIfNecessary; - (void)_createPortraitModeDescriptionOverlayViewIfNecessary; - (void)_createPortraitModeInstructionLabelIfNecessary; @@ -435,6 +437,8 @@ - (void)_handleUserChangedToDevice:(int)arg1; - (void)_handleUserChangedToMode:(int)arg1; - (void)_handleUserChangedToMode:(int)arg1 device:(int)arg2; +- (void)_handleUserSetDesiredFlashMode:(int)arg1; +- (void)_handleUserSetDesiredTorchMode:(int)arg1; - (void)_handleZoomButtonWasTapped:(id)arg1; - (void)_handleZoomPinchGestureRecognizer:(id)arg1; - (BOOL)_hasInFlightConfiguration; @@ -494,6 +498,7 @@ - (void)_performCaptureAnimation; - (int)_persistenceOptionsForBehavior:(unsigned int)arg1 allowingOptionalLocalPersistence:(BOOL)arg2; - (int)_photoModeEffectFilterType; +- (id)_physicalCaptureNotifier; - (id)_physicalCaptureRecognizer; - (id)_portraitModeDescriptionOverlayView; - (id)_portraitModeInstructionLabel; @@ -511,9 +516,7 @@ - (unsigned int)_remainingCaptureTimerTicks; - (id)_remoteShutterController; - (void)_resetAggregateInfoForPhotoFilters; -- (void)_resetAutorotationCorrectingTransform; - (BOOL)_resetTimerDurationAfterDelayedCapture; -- (void)_resetViewfinderAndPreviewTransform; - (void)_resolveAndUpdatePotentiallyConflictingControls:(BOOL)arg1; - (void)_resolvePotentiallyConflictingControlsForGraphConfiguration:(id)arg1 resolvedFlashMode:(int*)arg2 resolvedHDRMode:(int*)arg3 resolvedLivePhotoMode:(int*)arg4; - (int)_resolvedFlashMode; @@ -693,6 +696,7 @@ - (void)_updateEnabledControlsWithReason:(id)arg1 forceLog:(BOOL)arg2; - (void)_updateFilterAggregateDictionariesForRequest:(id)arg1; - (void)_updateFilterButtonOnState; +- (void)_updateFlashButtonAvailability; - (void)_updateFlashButtonForMode:(int)arg1; - (void)_updateFlashModeOnControllerIfNecessaryForMode:(int)arg1; - (void)_updateFocusAfterZoomIfNecessary; @@ -713,6 +717,7 @@ - (void)_updatePanoramaViewVisibilityForViewfinderTransition; - (void)_updatePausingOfCameraRollAudioHandlingForCapture; - (void)_updatePhysicalButtonCapturedEnabledResigningActiveOrDisappearing:(BOOL)arg1; +- (void)_updatePortraitModeCustomRenderedAggregateDictionariesForRequest:(id)arg1 response:(id)arg2; - (void)_updatePropertiesForCaptureConfiguration:(id)arg1 conflictingControlConfiguration:(id)arg2; - (void)_updateSphereAggregateDictionariesForResponse:(id)arg1; - (void)_updateStillImageCaptureTypeAggregateDictionariesForRequest:(id)arg1 response:(id)arg2; @@ -740,6 +745,7 @@ - (id)_zoomSlider; - (void)_zoomSliderValueDidChange:(id)arg1 forEvent:(id)arg2; - (float)_zoomSliderValueForZoomFactor:(float)arg1; +- (void)_zoomUIDidChangeToFactor:(float)arg1; - (void)applyCaptureConfiguration:(id)arg1 conflictingControlConfiguration:(id)arg2; - (BOOL)automaticallyAdjustsApplicationIdleTimer; - (BOOL)automaticallyAdjustsAutorotationStyle; @@ -821,6 +827,7 @@ - (BOOL)isDisablingMultipleCaptureFeatures; - (BOOL)isEmulatingImagePicker; - (BOOL)isPerformingReviewUsingOverlay; +- (BOOL)isPerformingTileTransition; - (BOOL)isRecording; - (BOOL)isShowingStandardControls; - (BOOL)isUserInteractionLoggingEnabled; @@ -835,6 +842,7 @@ - (void)panoramaRequestDidStartCapturing:(id)arg1; - (void)panoramaRequestDidStopCapturing:(id)arg1; - (unsigned int)persistenceBehavior; +- (void)physicalCaptureNotifierDidChangeState:(id)arg1; - (void)portraitModeDescriptionOverlayViewDidAcknowledge:(id)arg1; - (int)preferredWhitePointAdaptivityStyle; - (BOOL)prefersStatusBarHidden; @@ -873,12 +881,14 @@ - (void)setLivePhotoMode:(int)arg1; - (void)setMaximumVideoRecordingDuration:(double)arg1; - (void)setPerformingReviewUsingOverlay:(BOOL)arg1; +- (void)setPerformingTileTransition:(BOOL)arg1; - (void)setPersistenceBehavior:(unsigned int)arg1; - (void)setReviewButtonSource:(id)arg1; - (void)setShowingStandardControls:(BOOL)arg1; - (void)setTimerDuration:(int)arg1; - (void)setTorchMode:(int)arg1; - (void)setUserInteractionLoggingEnabled:(BOOL)arg1; +- (void)set_physicalCaptureNotifier:(id)arg1; - (void)set_physicalCaptureRecognizer:(id)arg1; - (void)set_reviewButton:(id)arg1; - (BOOL)shouldAutorotate; diff --git a/PrivateFrameworks/CarKit.framework/CARManufacturerIcon.h b/PrivateFrameworks/CarKit.framework/CARManufacturerIcon.h new file mode 100644 index 0000000000..84237bff34 --- /dev/null +++ b/PrivateFrameworks/CarKit.framework/CARManufacturerIcon.h @@ -0,0 +1,25 @@ +/* Generated by RuntimeBrowser + Image: /System/Library/PrivateFrameworks/CarKit.framework/CarKit + */ + +@interface CARManufacturerIcon : NSObject { + NSData * _imageData; + struct CGSize { + float width; + float height; + } _pixelSize; + BOOL _prerendered; +} + +@property (nonatomic, readonly, copy) NSData *imageData; +@property (nonatomic, readonly) struct CGSize { float x1; float x2; } pixelSize; +@property (getter=isPrerendered, nonatomic, readonly) BOOL prerendered; + +- (void).cxx_destruct; +- (id)description; +- (id)imageData; +- (id)initWithPropertySupplier:(id /* block */)arg1; +- (BOOL)isPrerendered; +- (struct CGSize { float x1; float x2; })pixelSize; + +@end diff --git a/PrivateFrameworks/CarKit.framework/CARSession.h b/PrivateFrameworks/CarKit.framework/CARSession.h new file mode 100644 index 0000000000..3a4d42e4b2 --- /dev/null +++ b/PrivateFrameworks/CarKit.framework/CARSession.h @@ -0,0 +1,55 @@ +/* Generated by RuntimeBrowser + Image: /System/Library/PrivateFrameworks/CarKit.framework/CarKit + */ + +@interface CARSession : NSObject { + NSData * _MFiCertSerial; + CARSessionConfiguration * _configuration; + struct OpaqueFigEndpoint { } * _endpoint; + NSObject * _queue; + * _sessionDelegate; +} + +@property (nonatomic, copy) NSData *MFiCertSerial; +@property (nonatomic, retain) CARSessionConfiguration *configuration; +@property (nonatomic, readonly, copy) NSNumber *electronicTollCollectionAvailable; +@property (nonatomic, readonly, copy) NSNumber *limitUserInterfaces; +@property (nonatomic, readonly, copy) NSNumber *nightMode; +@property (nonatomic, retain) NSObject *queue; +@property (nonatomic) *sessionDelegate; + ++ (int)_siriRequestEventForEndpointAction:(id)arg1; + +- (void).cxx_destruct; +- (id)MFiCertSerial; +- (id)MFiCertificateSerialNumber; +- (id)_endpointValueForKey:(struct __CFString { }*)arg1; +- (void)_handleOpenURL:(id)arg1; +- (void)_handleSiriRequestEvent:(int)arg1; +- (void)_performExtendedEndpointAction:(id /* block */)arg1; +- (void)_setEndpointValue:(void*)arg1 forKey:(struct __CFString { }*)arg2; +- (id)borrowScreenForClient:(id)arg1 reason:(id)arg2; +- (id)configuration; +- (void)dealloc; +- (id)description; +- (id)electronicTollCollectionAvailable; +- (struct OpaqueFigEndpoint { }*)endpoint; +- (id)initWithFigEndpoint:(struct OpaqueFigEndpoint { }*)arg1; +- (id)limitUserInterfaces; +- (id)nightMode; +- (BOOL)ownsScreen; +- (BOOL)ownsTurnByTurnNavigation; +- (id)queue; +- (BOOL)recognizingSpeech; +- (void)requestCarUI; +- (void)requestCarUIForURL:(id)arg1; +- (id)requestTurnByTurnNavigationOwnership; +- (id)sessionDelegate; +- (void)setConfiguration:(id)arg1; +- (void)setMFiCertSerial:(id)arg1; +- (void)setQueue:(id)arg1; +- (void)setSessionDelegate:(id)arg1; +- (void)takeScreenForClient:(id)arg1 reason:(id)arg2; +- (void)takeScreenForConnection; + +@end diff --git a/PrivateFrameworks/CarKit.framework/CARSessionConfiguration.h b/PrivateFrameworks/CarKit.framework/CARSessionConfiguration.h new file mode 100644 index 0000000000..e8b0ad1d9f --- /dev/null +++ b/PrivateFrameworks/CarKit.framework/CARSessionConfiguration.h @@ -0,0 +1,44 @@ +/* Generated by RuntimeBrowser + Image: /System/Library/PrivateFrameworks/CarKit.framework/CarKit + */ + +@interface CARSessionConfiguration : NSObject { + NSString * _endpointIdentifier; + unsigned int _limitableUserInterfaces; + NSString * _manufacturerIconLabel; + BOOL _manufacturerIconVisible; + NSArray * _manufacturerIcons; + NSString * _modelName; + NSString * _name; + BOOL _rightHandDrive; + unsigned int _transportType; +} + +@property (nonatomic, readonly, copy) NSString *endpointIdentifier; +@property (nonatomic, readonly) unsigned int limitableUserInterfaces; +@property (nonatomic, readonly, copy) NSString *manufacturerIconLabel; +@property (nonatomic, readonly) BOOL manufacturerIconVisible; +@property (nonatomic, readonly, copy) NSArray *manufacturerIcons; +@property (nonatomic, readonly, copy) NSString *modelName; +@property (nonatomic, readonly, copy) NSString *name; +@property (nonatomic, readonly) BOOL rightHandDrive; +@property (nonatomic, readonly) unsigned int transportType; + ++ (id)_descriptionForLimitableUserInterfaces:(unsigned int)arg1; ++ (id)_descriptionForTransportType:(unsigned int)arg1; ++ (unsigned int)_limitableUserInterfacesFromLimitedUIValues:(id)arg1; + +- (void).cxx_destruct; +- (id)description; +- (id)endpointIdentifier; +- (id)initWithPropertySupplier:(id /* block */)arg1; +- (unsigned int)limitableUserInterfaces; +- (id)manufacturerIconLabel; +- (BOOL)manufacturerIconVisible; +- (id)manufacturerIcons; +- (id)modelName; +- (id)name; +- (BOOL)rightHandDrive; +- (unsigned int)transportType; + +@end diff --git a/PrivateFrameworks/CarKit.framework/CARSessionScreenBorrowToken.h b/PrivateFrameworks/CarKit.framework/CARSessionScreenBorrowToken.h new file mode 100644 index 0000000000..5dd52b54e6 --- /dev/null +++ b/PrivateFrameworks/CarKit.framework/CARSessionScreenBorrowToken.h @@ -0,0 +1,22 @@ +/* Generated by RuntimeBrowser + Image: /System/Library/PrivateFrameworks/CarKit.framework/CarKit + */ + +@interface CARSessionScreenBorrowToken : NSObject { + NSString * _client; + NSString * _reason; + CARSession * _session; +} + +@property (nonatomic, readonly, copy) NSString *client; +@property (nonatomic, readonly, copy) NSString *reason; +@property (nonatomic, readonly) CARSession *session; + +- (void).cxx_destruct; +- (id)client; +- (void)dealloc; +- (id)initWithSession:(id)arg1 client:(id)arg2 reason:(id)arg3; +- (id)reason; +- (id)session; + +@end diff --git a/PrivateFrameworks/CarKit.framework/CARSessionStatus.h b/PrivateFrameworks/CarKit.framework/CARSessionStatus.h new file mode 100644 index 0000000000..2fc007b77d --- /dev/null +++ b/PrivateFrameworks/CarKit.framework/CARSessionStatus.h @@ -0,0 +1,30 @@ +/* Generated by RuntimeBrowser + Image: /System/Library/PrivateFrameworks/CarKit.framework/CarKit + */ + +@interface CARSessionStatus : NSObject { + CARSession * _session; + * _sessionObserver; + NSObject * _sessionUpdatesQueue; +} + +@property (nonatomic, readonly) CARSession *currentSession; +@property (nonatomic, retain) CARSession *session; +@property (nonatomic) *sessionObserver; +@property (nonatomic, retain) NSObject *sessionUpdatesQueue; + +- (void).cxx_destruct; +- (void)_notifyDidConnectSession:(id)arg1; +- (void)_notifyDidDisconnectSession:(id)arg1; +- (void)_updateSession; +- (id)currentSession; +- (void)dealloc; +- (id)init; +- (id)session; +- (id)sessionObserver; +- (id)sessionUpdatesQueue; +- (void)setSession:(id)arg1; +- (void)setSessionObserver:(id)arg1; +- (void)setSessionUpdatesQueue:(id)arg1; + +@end diff --git a/PrivateFrameworks/CarKit.framework/CARSessionTurnByTurnToken.h b/PrivateFrameworks/CarKit.framework/CARSessionTurnByTurnToken.h new file mode 100644 index 0000000000..b9e0f44780 --- /dev/null +++ b/PrivateFrameworks/CarKit.framework/CARSessionTurnByTurnToken.h @@ -0,0 +1,16 @@ +/* Generated by RuntimeBrowser + Image: /System/Library/PrivateFrameworks/CarKit.framework/CarKit + */ + +@interface CARSessionTurnByTurnToken : NSObject { + CARSession * _session; +} + +@property (nonatomic, readonly) CARSession *session; + +- (void).cxx_destruct; +- (void)dealloc; +- (id)initWithSession:(id)arg1; +- (id)session; + +@end diff --git a/PrivateFrameworks/Celestial.framework/AVSystemController.h b/PrivateFrameworks/Celestial.framework/AVSystemController.h index 0d1a4f0869..ba8f604f56 100644 --- a/PrivateFrameworks/Celestial.framework/AVSystemController.h +++ b/PrivateFrameworks/Celestial.framework/AVSystemController.h @@ -16,6 +16,7 @@ - (BOOL)changeActiveCategoryVolumeBy:(float)arg1 forRoute:(id)arg2 andDeviceIdentifier:(id)arg3; - (BOOL)changeVolumeBy:(float)arg1 forCategory:(id)arg2; - (BOOL)changeVolumeForAccessoryBy:(float)arg1 forCategory:(id)arg2 accessoryRoute:(id)arg3 andAccessoryDeviceIdentifier:(id)arg4; +- (BOOL)changeVolumeForRouteBy:(float)arg1 forCategory:(id)arg2 mode:(id)arg3 route:(id)arg4 deviceIdentifier:(id)arg5 andRouteSubtype:(id)arg6; - (BOOL)currentRouteHasVolumeControl; - (void)dealloc; - (BOOL)didCancelRoutePicking:(id)arg1; @@ -29,6 +30,7 @@ - (BOOL)getVibeIntensity:(float*)arg1; - (BOOL)getVolume:(float*)arg1 forCategory:(id)arg2; - (BOOL)getVolumeForAccessory:(float*)arg1 forCategory:(id)arg2 accessoryRoute:(id)arg3 andAccessoryDeviceIdentifier:(id)arg4; +- (BOOL)getVolumeForRoute:(float*)arg1 forCategory:(id)arg2 mode:(id)arg3 route:(id)arg4 deviceIdentifier:(id)arg5 andRouteSubtype:(id)arg6; - (void)handleServerDied; - (id)init; - (void)makeError:(id*)arg1 withDescription:(id)arg2 code:(long)arg3; @@ -46,6 +48,7 @@ - (BOOL)setPickedRouteWithPassword:(id)arg1 withPassword:(id)arg2; - (BOOL)setVibeIntensityTo:(float)arg1; - (BOOL)setVolumeForAccessoryTo:(float)arg1 forCategory:(id)arg2 accessoryRoute:(id)arg3 andAccessoryDeviceIdentifier:(id)arg4; +- (BOOL)setVolumeForRouteTo:(float)arg1 forCategory:(id)arg2 mode:(id)arg3 route:(id)arg4 deviceIdentifier:(id)arg5 andRouteSubtype:(id)arg6; - (BOOL)setVolumeTo:(float)arg1 forCategory:(id)arg2; - (BOOL)toggleActiveCategoryMuted; - (BOOL)toggleActiveCategoryMutedForRoute:(id)arg1 andDeviceIdentifier:(id)arg2; diff --git a/PrivateFrameworks/Celestial.framework/BWCaptureDevice.h b/PrivateFrameworks/Celestial.framework/BWCaptureDevice.h index e19dd0590d..14e3554b2b 100644 --- a/PrivateFrameworks/Celestial.framework/BWCaptureDevice.h +++ b/PrivateFrameworks/Celestial.framework/BWCaptureDevice.h @@ -13,7 +13,7 @@ - (int)activeFormatIndex; - (long)captureStillImageNowWithSettings:(id)arg1; - (struct OpaqueCMClock { }*)clock; -- (void)getCurrentVideoFrameStatistics:(struct { double x1; float x2; float x3; double x4; float x5; unsigned int x6; unsigned int x7; unsigned int x8; unsigned int x9; unsigned char x10; unsigned char x11; unsigned int x12; unsigned int x13; int x14; int x15; unsigned int x16; float x17; float x18; float x19; double x20; int x21; int x22; float x23; int x24; int x25; int x26; float x27; int x28; int x29; int x30; int x31; long long x32; }*)arg1; +- (void)getCurrentVideoFrameStatistics:(struct { double x1; float x2; float x3; double x4; float x5; unsigned int x6; unsigned int x7; unsigned int x8; unsigned int x9; unsigned char x10; unsigned char x11; unsigned int x12; unsigned int x13; int x14; int x15; unsigned int x16; float x17; float x18; float x19; double x20; int x21; int x22; int x23; float x24; int x25; int x26; int x27; float x28; int x29; int x30; int x31; int x32; long long x33; }*)arg1; - (float)maximumFrameRate; - (float)minimumFrameRate; - (int)position; @@ -22,7 +22,7 @@ - (void)setMaximumFrameRate:(float)arg1; - (void)setMinimumFrameRate:(float)arg1; - (BOOL)startStreamingToSampleBufferHandler:(id /* block */)arg1 error:(id*)arg2; -- (id)stillImageCaptureSettingsForCaptureType:(int)arg1 frameStatistics:(struct { double x1; float x2; float x3; double x4; float x5; unsigned int x6; unsigned int x7; unsigned int x8; unsigned int x9; unsigned char x10; unsigned char x11; unsigned int x12; unsigned int x13; int x14; int x15; unsigned int x16; float x17; float x18; float x19; double x20; int x21; int x22; float x23; int x24; int x25; int x26; float x27; int x28; int x29; int x30; int x31; long long x32; }*)arg2 deliverOriginalImage:(BOOL)arg3 deliverSushiRaw:(BOOL)arg4 includePreBracketedEV0ForProcessing:(BOOL)arg5 clientBracketSettings:(id)arg6; +- (id)stillImageCaptureSettingsForCaptureType:(int)arg1 frameStatistics:(struct { double x1; float x2; float x3; double x4; float x5; unsigned int x6; unsigned int x7; unsigned int x8; unsigned int x9; unsigned char x10; unsigned char x11; unsigned int x12; unsigned int x13; int x14; int x15; unsigned int x16; float x17; float x18; float x19; double x20; int x21; int x22; int x23; float x24; int x25; int x26; int x27; float x28; int x29; int x30; int x31; int x32; long long x33; }*)arg2 deliverOriginalImage:(BOOL)arg3 deliverSushiRaw:(BOOL)arg4 includePreBracketedEV0ForProcessing:(BOOL)arg5 clientBracketSettings:(id)arg6; - (BOOL)stopStreamingToSampleBufferHandler:(id /* block */)arg1 error:(id*)arg2; - (id)supportedFormats; - (BOOL)unregisterStillImageBufferHandler:(id /* block */)arg1 error:(id*)arg2; diff --git a/PrivateFrameworks/Celestial.framework/BWFigExternalVideoCaptureDevice.h b/PrivateFrameworks/Celestial.framework/BWFigExternalVideoCaptureDevice.h index c61367884d..3424bea665 100644 --- a/PrivateFrameworks/Celestial.framework/BWFigExternalVideoCaptureDevice.h +++ b/PrivateFrameworks/Celestial.framework/BWFigExternalVideoCaptureDevice.h @@ -82,7 +82,7 @@ - (void)rampToVideoZoomFactor:(float)arg1 withRampType:(int)arg2 rate:(float)arg3 duration:(double)arg4 commandID:(int)arg5; - (void)registerForAEMatrixMetadata; - (BOOL)registerStillImageBufferHandler:(id /* block */)arg1 error:(id*)arg2; -- (int)resolveStillImageCaptureTypeFromStatistics:(struct { double x1; float x2; float x3; double x4; float x5; unsigned int x6; unsigned int x7; unsigned int x8; unsigned int x9; unsigned char x10; unsigned char x11; unsigned int x12; unsigned int x13; int x14; int x15; unsigned int x16; float x17; float x18; float x19; double x20; int x21; int x22; float x23; int x24; int x25; int x26; float x27; int x28; int x29; int x30; int x31; long long x32; }*)arg1 flashMode:(int)arg2 hdrMode:(int)arg3 sisMode:(int)arg4 autoShallowDepthOfFieldEffectEnabled:(BOOL)arg5 clientBracketMode:(int)arg6; +- (int)resolveStillImageCaptureTypeFromStatistics:(struct { double x1; float x2; float x3; double x4; float x5; unsigned int x6; unsigned int x7; unsigned int x8; unsigned int x9; unsigned char x10; unsigned char x11; unsigned int x12; unsigned int x13; int x14; int x15; unsigned int x16; float x17; float x18; float x19; double x20; int x21; int x22; int x23; float x24; int x25; int x26; int x27; float x28; int x29; int x30; int x31; int x32; long long x33; }*)arg1 flashMode:(int)arg2 hdrMode:(int)arg3 sisMode:(int)arg4 autoShallowDepthOfFieldEffectEnabled:(BOOL)arg5 clientBracketMode:(int)arg6; - (id)sensorIDDictionaryByPortType; - (void)setActiveFormatIndex:(int)arg1; - (BOOL)setAutoFlashEnabled:(BOOL)arg1 error:(id*)arg2; @@ -118,7 +118,7 @@ - (BOOL)startStreamingToSampleBufferHandler:(id /* block */)arg1 error:(id*)arg2; - (void)startupFaceDetectionIfNeeded; - (BOOL)stillImageCaptureEnabled; -- (id)stillImageCaptureSettingsForCaptureType:(int)arg1 frameStatistics:(struct { double x1; float x2; float x3; double x4; float x5; unsigned int x6; unsigned int x7; unsigned int x8; unsigned int x9; unsigned char x10; unsigned char x11; unsigned int x12; unsigned int x13; int x14; int x15; unsigned int x16; float x17; float x18; float x19; double x20; int x21; int x22; float x23; int x24; int x25; int x26; float x27; int x28; int x29; int x30; int x31; long long x32; }*)arg2 deliverOriginalImage:(BOOL)arg3 deliverSushiRaw:(BOOL)arg4 includePreBracketedEV0ForProcessing:(BOOL)arg5 clientBracketSettings:(id)arg6 stereoFusionMode:(int)arg7; +- (id)stillImageCaptureSettingsForCaptureType:(int)arg1 frameStatistics:(struct { double x1; float x2; float x3; double x4; float x5; unsigned int x6; unsigned int x7; unsigned int x8; unsigned int x9; unsigned char x10; unsigned char x11; unsigned int x12; unsigned int x13; int x14; int x15; unsigned int x16; float x17; float x18; float x19; double x20; int x21; int x22; int x23; float x24; int x25; int x26; int x27; float x28; int x29; int x30; int x31; int x32; long long x33; }*)arg2 deliverOriginalImage:(BOOL)arg3 deliverSushiRaw:(BOOL)arg4 includePreBracketedEV0ForProcessing:(BOOL)arg5 clientBracketSettings:(id)arg6 stereoFusionMode:(int)arg7; - (void)stopCameraInfo; - (BOOL)stopStreamingToSampleBufferHandler:(id /* block */)arg1 error:(id*)arg2; - (void)streamsReady; diff --git a/PrivateFrameworks/Celestial.framework/BWFigVideoCaptureDevice.h b/PrivateFrameworks/Celestial.framework/BWFigVideoCaptureDevice.h index 6194552681..e7d8efb6b0 100644 --- a/PrivateFrameworks/Celestial.framework/BWFigVideoCaptureDevice.h +++ b/PrivateFrameworks/Celestial.framework/BWFigVideoCaptureDevice.h @@ -78,6 +78,7 @@ float synchronizedStreamsTelephotoStableGain; double synchronizedStreamsTelephotoIntegrationTime; int synchronizedStreamsTelephotoAFStatus; + int synchronizedStreamsTelephotoFocusingMethod; int synchronizedStreamsTelephotoAFStationaryCount; float synchronizedStreamsTelephotoFocusDistance; int synchronizedStreamsTelephotoGravityAdjustedFocusPosition; @@ -153,6 +154,7 @@ NSDictionary * _moduleInfoByPortType; float _motionDataBiasErrorEstimateThresholdAbandon; float _motionDataBiasErrorEstimateThresholdDegraded; + float _newISPZoomFactor; NSString * _nonLocalizedName; NSObject * _notificationQueue; int _numberOfCompletedStillCaptures; @@ -173,11 +175,20 @@ float _quadraLowLightResampledNormalizedSNRThreshold; float _rampDefaultBravoSnapDistanceFraction; BOOL _retryCaptureStillImageNow; + BOOL _sdofAEStableAfterStartStreaming; BOOL _sdofAlwaysCaptureSDOFPlusOriginal; - float _sdofBackgroundShiftSum; + float _sdofBackgroundShiftSumFiltered; int _sdofEffectStatus; - int _sdofEffectStatusLock; - float _sdofInvalidShiftRatio; + BOOL _sdofFocusAdjusting; + BOOL _sdofFocusLocked; + BOOL _sdofFocusStableAfterStartStreaming; + float _sdofInvalidShiftRatioFiltered; + int _sdofLastFocusingMethod; + int _sdofLock; + int _sdofNumFramesSinceAEBecameStable; + int _sdofNumFramesSinceFocusBecameStable; + int _sdofNumFramesSinceFocusLocked; + BOOL _sdofOneShotFocusInProgress; BOOL _sdofSceneIsTooDark; BOOL _sdofSceneMonitoringEnabled; BOOL _sdofSceneTooDarkExposureThresholdReached; @@ -187,6 +198,7 @@ float _sdofSceneTooDarkInvalidShiftRatioThreshold; BOOL _sdofSceneTooDarkMonitoringEnabled; BOOL _sdofSubjectIsTooClose; + int _sdofSubjectTooCloseLastWideFocusPosition; BOOL _sdofSubjectTooCloseMonitoringEnabled; float _sdofSubjectTooCloseWideFocusDistanceHysteresisLag; float _sdofSubjectTooCloseWideFocusDistanceThreshold; @@ -204,6 +216,7 @@ int _sdofSubjectTooFarFocusPositionHysteresisLag; int _sdofSubjectTooFarFocusPositionInfinityThreshold; int _sdofSubjectTooFarFocusPositionThreshold; + int _sdofSubjectTooFarLastTeleFocusPosition; BOOL _sdofSubjectTooFarMonitoringEnabled; BOOL _sdofSubjectTooFarUseTeleForFocusDistance; BOOL _sdofUseFocusPositionInsteadOfFocusDistance; @@ -306,8 +319,8 @@ - (void)_addFeature1ToMetadata:(struct opaqueCMSampleBuffer { }*)arg1; - (long)_attachMetadataFlatDictionaryToSampleBuffer:(struct opaqueCMSampleBuffer { }*)arg1; - (struct OpaqueFigSampleBufferProcessor { }*)_autofocusProcessor; -- (int)_bravoCameraForOISOrSISCaptureType:(int)arg1 stereoFusionMode:(int)arg2 frameStatistics:(struct { double x1; float x2; float x3; double x4; float x5; unsigned int x6; unsigned int x7; unsigned int x8; unsigned int x9; unsigned char x10; unsigned char x11; unsigned int x12; unsigned int x13; int x14; int x15; unsigned int x16; float x17; float x18; float x19; double x20; int x21; int x22; float x23; int x24; int x25; int x26; float x27; int x28; int x29; int x30; int x31; long long x32; }*)arg3 zoomFactor:(float)arg4 stereoFusionLowerBoundZoomFactor:(float)arg5 stereoFusionUpperBoundZoomFactor:(float)arg6; -- (id)_bravoStillImageCaptureSettingsForCaptureType:(int)arg1 frameStatistics:(struct { double x1; float x2; float x3; double x4; float x5; unsigned int x6; unsigned int x7; unsigned int x8; unsigned int x9; unsigned char x10; unsigned char x11; unsigned int x12; unsigned int x13; int x14; int x15; unsigned int x16; float x17; float x18; float x19; double x20; int x21; int x22; float x23; int x24; int x25; int x26; float x27; int x28; int x29; int x30; int x31; long long x32; }*)arg2 deliverOriginalImage:(BOOL)arg3 includePreBracketedEV0ForProcessing:(BOOL)arg4 clientBracketSettings:(id)arg5 stereoFusionMode:(int)arg6; +- (int)_bravoCameraForOISOrSISCaptureType:(int)arg1 stereoFusionMode:(int)arg2 frameStatistics:(struct { double x1; float x2; float x3; double x4; float x5; unsigned int x6; unsigned int x7; unsigned int x8; unsigned int x9; unsigned char x10; unsigned char x11; unsigned int x12; unsigned int x13; int x14; int x15; unsigned int x16; float x17; float x18; float x19; double x20; int x21; int x22; int x23; float x24; int x25; int x26; int x27; float x28; int x29; int x30; int x31; int x32; long long x33; }*)arg3 zoomFactor:(float)arg4 stereoFusionLowerBoundZoomFactor:(float)arg5 stereoFusionUpperBoundZoomFactor:(float)arg6; +- (id)_bravoStillImageCaptureSettingsForCaptureType:(int)arg1 frameStatistics:(struct { double x1; float x2; float x3; double x4; float x5; unsigned int x6; unsigned int x7; unsigned int x8; unsigned int x9; unsigned char x10; unsigned char x11; unsigned int x12; unsigned int x13; int x14; int x15; unsigned int x16; float x17; float x18; float x19; double x20; int x21; int x22; int x23; float x24; int x25; int x26; int x27; float x28; int x29; int x30; int x31; int x32; long long x33; }*)arg2 deliverOriginalImage:(BOOL)arg3 includePreBracketedEV0ForProcessing:(BOOL)arg4 clientBracketSettings:(id)arg5 stereoFusionMode:(int)arg6; - (long)_captureStillImageNowOnStreamWithOptions:(id)arg1 captureStreamProperties:(id)arg2; - (void)_captureStillImageNowWithSettings:(id)arg1; - (long)_convertStillImageCaptureSettings:(id)arg1 masterCaptureStreamPortType:(id)arg2 bravoDeviceEnabled:(BOOL)arg3 toStillImageCaptureNowOptions:(id*)arg4 captureStreamPropertyValues:(id*)arg5; @@ -323,27 +336,29 @@ - (void)_postNotificationWithPayload:(id)arg1 notificationPayload:(id)arg2; - (void)_resetStillImageCaptureRequestState; - (id)_sensorIDDictionaryFromCameraTuningParametersForStream:(struct OpaqueFigCaptureStream { }*)arg1; -- (void)_serviceAutoTorchNotification:(struct { double x1; float x2; float x3; double x4; float x5; unsigned int x6; unsigned int x7; unsigned int x8; unsigned int x9; unsigned char x10; unsigned char x11; unsigned int x12; unsigned int x13; int x14; int x15; unsigned int x16; float x17; float x18; float x19; double x20; int x21; int x22; float x23; int x24; int x25; int x26; float x27; int x28; int x29; int x30; int x31; long long x32; }*)arg1; +- (void)_serviceAutoTorchNotification:(struct { double x1; float x2; float x3; double x4; float x5; unsigned int x6; unsigned int x7; unsigned int x8; unsigned int x9; unsigned char x10; unsigned char x11; unsigned int x12; unsigned int x13; int x14; int x15; unsigned int x16; float x17; float x18; float x19; double x20; int x21; int x22; int x23; float x24; int x25; int x26; int x27; float x28; int x29; int x30; int x31; int x32; long long x33; }*)arg1; - (void)_serviceCompletedRequestNotifications:(struct opaqueCMSampleBuffer { }*)arg1; - (void)_serviceLowLightBoostActiveNotification:(struct opaqueCMSampleBuffer { }*)arg1; - (void)_servicePropertyChangeNotifications:(struct opaqueCMSampleBuffer { }*)arg1; -- (void)_serviceRetryStillImageCaptureUsingFrameStatistics:(struct { double x1; float x2; float x3; double x4; float x5; unsigned int x6; unsigned int x7; unsigned int x8; unsigned int x9; unsigned char x10; unsigned char x11; unsigned int x12; unsigned int x13; int x14; int x15; unsigned int x16; float x17; float x18; float x19; double x20; int x21; int x22; float x23; int x24; int x25; int x26; float x27; int x28; int x29; int x30; int x31; long long x32; }*)arg1; -- (void)_serviceSDOFEffectStatusWithSampleBuffer:(struct opaqueCMSampleBuffer { }*)arg1 frameStatistics:(struct { double x1; float x2; float x3; double x4; float x5; unsigned int x6; unsigned int x7; unsigned int x8; unsigned int x9; unsigned char x10; unsigned char x11; unsigned int x12; unsigned int x13; int x14; int x15; unsigned int x16; float x17; float x18; float x19; double x20; int x21; int x22; float x23; int x24; int x25; int x26; float x27; int x28; int x29; int x30; int x31; long long x32; }*)arg2; -- (void)_serviceSynchronizedStreamsWithSampleBuffer:(struct opaqueCMSampleBuffer { }*)arg1 fromCaptureStream:(id)arg2 frameStatistics:(struct { double x1; float x2; float x3; double x4; float x5; unsigned int x6; unsigned int x7; unsigned int x8; unsigned int x9; unsigned char x10; unsigned char x11; unsigned int x12; unsigned int x13; int x14; int x15; unsigned int x16; float x17; float x18; float x19; double x20; int x21; int x22; float x23; int x24; int x25; int x26; float x27; int x28; int x29; int x30; int x31; long long x32; }*)arg3; +- (void)_serviceRetryStillImageCaptureUsingFrameStatistics:(struct { double x1; float x2; float x3; double x4; float x5; unsigned int x6; unsigned int x7; unsigned int x8; unsigned int x9; unsigned char x10; unsigned char x11; unsigned int x12; unsigned int x13; int x14; int x15; unsigned int x16; float x17; float x18; float x19; double x20; int x21; int x22; int x23; float x24; int x25; int x26; int x27; float x28; int x29; int x30; int x31; int x32; long long x33; }*)arg1; +- (void)_serviceSDOFSceneMonitoringWithSampleBuffer:(struct opaqueCMSampleBuffer { }*)arg1 frameStatistics:(struct { double x1; float x2; float x3; double x4; float x5; unsigned int x6; unsigned int x7; unsigned int x8; unsigned int x9; unsigned char x10; unsigned char x11; unsigned int x12; unsigned int x13; int x14; int x15; unsigned int x16; float x17; float x18; float x19; double x20; int x21; int x22; int x23; float x24; int x25; int x26; int x27; float x28; int x29; int x30; int x31; int x32; long long x33; }*)arg2; +- (void)_serviceSynchronizedStreamsWithSampleBuffer:(struct opaqueCMSampleBuffer { }*)arg1 fromCaptureStream:(id)arg2 frameStatistics:(struct { double x1; float x2; float x3; double x4; float x5; unsigned int x6; unsigned int x7; unsigned int x8; unsigned int x9; unsigned char x10; unsigned char x11; unsigned int x12; unsigned int x13; int x14; int x15; unsigned int x16; float x17; float x18; float x19; double x20; int x21; int x22; int x23; float x24; int x25; int x26; int x27; float x28; int x29; int x30; int x31; int x32; long long x33; }*)arg3; - (void)_serviceZoomForSampleBuffer:(struct opaqueCMSampleBuffer { }*)arg1 updateISPZoom:(BOOL)arg2; - (long)_setAutofocusProcessorImageControlModeProperty:(int)arg1; - (long)_setAutofocusProcessorProperty:(struct __CFString { }*)arg1 propertyValue:(void*)arg2; - (long)_setAutofocusProcessorPropertyInternal:(struct __CFString { }*)arg1 propertyValue:(void*)arg2; - (long)_setExposureModeAutoWithRect:(struct CGRect { struct CGPoint { float x_1_1_1; float x_1_1_2; } x1; struct CGSize { float x_2_1_1; float x_2_1_2; } x2; })arg1; +- (void)_setISPZoomFactorSynchronously:(float)arg1; +- (void)_setNewISPZoomFactorOnStream; - (long)_setupAutofocusSampleBufferProcessor; - (long)_setupFeature1SampleBufferProcessor; - (void)_setupStillImageCaptureStateMachine; - (BOOL)_shouldUseSphereForStillImageCaptureTakingIntoAccountExposureDuration:(BOOL)arg1 deviceMotionActivity:(BOOL)arg2; -- (unsigned int)_stillImageCaptureInProgressSubstateForFrameStatistics:(struct { double x1; float x2; float x3; double x4; float x5; unsigned int x6; unsigned int x7; unsigned int x8; unsigned int x9; unsigned char x10; unsigned char x11; unsigned int x12; unsigned int x13; int x14; int x15; unsigned int x16; float x17; float x18; float x19; double x20; int x21; int x22; float x23; int x24; int x25; int x26; float x27; int x28; int x29; int x30; int x31; long long x32; }*)arg1 captureType:(int)arg2 stereoFusionCapture:(BOOL)arg3; -- (id)_stillImageCaptureSettingsForCaptureType:(int)arg1 frameStatistics:(struct { double x1; float x2; float x3; double x4; float x5; unsigned int x6; unsigned int x7; unsigned int x8; unsigned int x9; unsigned char x10; unsigned char x11; unsigned int x12; unsigned int x13; int x14; int x15; unsigned int x16; float x17; float x18; float x19; double x20; int x21; int x22; float x23; int x24; int x25; int x26; float x27; int x28; int x29; int x30; int x31; long long x32; }*)arg2 deliverOriginalImage:(BOOL)arg3 deliverSushiRaw:(BOOL)arg4 includePreBracketedEV0ForProcessing:(BOOL)arg5 clientBracketSettings:(id)arg6; +- (unsigned int)_stillImageCaptureInProgressSubstateForFrameStatistics:(struct { double x1; float x2; float x3; double x4; float x5; unsigned int x6; unsigned int x7; unsigned int x8; unsigned int x9; unsigned char x10; unsigned char x11; unsigned int x12; unsigned int x13; int x14; int x15; unsigned int x16; float x17; float x18; float x19; double x20; int x21; int x22; int x23; float x24; int x25; int x26; int x27; float x28; int x29; int x30; int x31; int x32; long long x33; }*)arg1 captureType:(int)arg2 masterCaptureStreamPortType:(id)arg3 stereoFusionCapture:(BOOL)arg4; +- (id)_stillImageCaptureSettingsForCaptureType:(int)arg1 frameStatistics:(struct { double x1; float x2; float x3; double x4; float x5; unsigned int x6; unsigned int x7; unsigned int x8; unsigned int x9; unsigned char x10; unsigned char x11; unsigned int x12; unsigned int x13; int x14; int x15; unsigned int x16; float x17; float x18; float x19; double x20; int x21; int x22; int x23; float x24; int x25; int x26; int x27; float x28; int x29; int x30; int x31; int x32; long long x33; }*)arg2 deliverOriginalImage:(BOOL)arg3 deliverSushiRaw:(BOOL)arg4 includePreBracketedEV0ForProcessing:(BOOL)arg5 clientBracketSettings:(id)arg6; - (void)_stillImageCaptureStateMachineDidTransitionToInProgress; -- (int)_stillImageSceneTypeForFrameStatistics:(struct { double x1; float x2; float x3; double x4; float x5; unsigned int x6; unsigned int x7; unsigned int x8; unsigned int x9; unsigned char x10; unsigned char x11; unsigned int x12; unsigned int x13; int x14; int x15; unsigned int x16; float x17; float x18; float x19; double x20; int x21; int x22; float x23; int x24; int x25; int x26; float x27; int x28; int x29; int x30; int x31; long long x32; }*)arg1 flashSceneDetectionEnabled:(BOOL)arg2 hdrSceneDetectionEnabled:(BOOL)arg3 sisSceneDetectionEnabled:(BOOL)arg4; -- (BOOL)_switchToOtherStreamForCurrentMasterStream:(id)arg1 requestedZoomFactor:(float)arg2 frameStatistics:(struct { double x1; float x2; float x3; double x4; float x5; unsigned int x6; unsigned int x7; unsigned int x8; unsigned int x9; unsigned char x10; unsigned char x11; unsigned int x12; unsigned int x13; int x14; int x15; unsigned int x16; float x17; float x18; float x19; double x20; int x21; int x22; float x23; int x24; int x25; int x26; float x27; int x28; int x29; int x30; int x31; long long x32; }*)arg3 selectionBehavior:(int)arg4; +- (int)_stillImageSceneTypeForFrameStatistics:(struct { double x1; float x2; float x3; double x4; float x5; unsigned int x6; unsigned int x7; unsigned int x8; unsigned int x9; unsigned char x10; unsigned char x11; unsigned int x12; unsigned int x13; int x14; int x15; unsigned int x16; float x17; float x18; float x19; double x20; int x21; int x22; int x23; float x24; int x25; int x26; int x27; float x28; int x29; int x30; int x31; int x32; long long x33; }*)arg1 flashSceneDetectionEnabled:(BOOL)arg2 hdrSceneDetectionEnabled:(BOOL)arg3 sisSceneDetectionEnabled:(BOOL)arg4; +- (BOOL)_switchToOtherStreamForCurrentMasterStream:(id)arg1 requestedZoomFactor:(float)arg2 frameStatistics:(struct { double x1; float x2; float x3; double x4; float x5; unsigned int x6; unsigned int x7; unsigned int x8; unsigned int x9; unsigned char x10; unsigned char x11; unsigned int x12; unsigned int x13; int x14; int x15; unsigned int x16; float x17; float x18; float x19; double x20; int x21; int x22; int x23; float x24; int x25; int x26; int x27; float x28; int x29; int x30; int x31; int x32; long long x33; }*)arg3 selectionBehavior:(int)arg4; - (void)_teardownAutoFocusSampleBufferProcessor; - (void)_teardownFeature1SampleBufferProcessor; - (void)_terminateCaptureAndEmitStillImageCaptureError:(long)arg1 stillImageCaptureNowOptions:(id)arg2 stillImageCaptureStreamProperties:(id)arg3; @@ -356,7 +371,8 @@ - (void)_updateISPCropForZoomFactor:(float)arg1; - (void)_updateImageControlModeStateForAutofocusProperty:(struct __CFString { }*)arg1 propertyValue:(void*)arg2; - (void)_updateSDOFEffectStatus:(int)arg1; -- (void)_updateSwitchOverStateForCurrentMasterStream:(id)arg1 frameStatistics:(struct { double x1; float x2; float x3; double x4; float x5; unsigned int x6; unsigned int x7; unsigned int x8; unsigned int x9; unsigned char x10; unsigned char x11; unsigned int x12; unsigned int x13; int x14; int x15; unsigned int x16; float x17; float x18; float x19; double x20; int x21; int x22; float x23; int x24; int x25; int x26; float x27; int x28; int x29; int x30; int x31; long long x32; }*)arg2; +- (void)_updateSDOFFocusStateForAutofocusProperty:(struct __CFString { }*)arg1 propertyValue:(void*)arg2; +- (void)_updateSwitchOverStateForCurrentMasterStream:(id)arg1 frameStatistics:(struct { double x1; float x2; float x3; double x4; float x5; unsigned int x6; unsigned int x7; unsigned int x8; unsigned int x9; unsigned char x10; unsigned char x11; unsigned int x12; unsigned int x13; int x14; int x15; unsigned int x16; float x17; float x18; float x19; double x20; int x21; int x22; int x23; float x24; int x25; int x26; int x27; float x28; int x29; int x30; int x31; int x32; long long x33; }*)arg2; - (void)_updateWhiteBalanceStateForAutofocusProperty:(struct __CFString { }*)arg1 propertyValue:(void*)arg2; - (void)_updateZoomCapabilitiesForActiveFormatIndex:(int)arg1; - (void)_validateSphereModeBasedOnMotionDataBiasErrorEstimate:(BOOL*)arg1 useStillDegradedMode:(BOOL*)arg2; @@ -388,7 +404,7 @@ - (struct { long long x1; int x2; unsigned int x3; long long x4; })exposureDuration; - (float)exposureTargetBias; - (float)exposureTargetOffset; -- (void)getCurrentVideoFrameStatistics:(struct { double x1; float x2; float x3; double x4; float x5; unsigned int x6; unsigned int x7; unsigned int x8; unsigned int x9; unsigned char x10; unsigned char x11; unsigned int x12; unsigned int x13; int x14; int x15; unsigned int x16; float x17; float x18; float x19; double x20; int x21; int x22; float x23; int x24; int x25; int x26; float x27; int x28; int x29; int x30; int x31; long long x32; }*)arg1; +- (void)getCurrentVideoFrameStatistics:(struct { double x1; float x2; float x3; double x4; float x5; unsigned int x6; unsigned int x7; unsigned int x8; unsigned int x9; unsigned char x10; unsigned char x11; unsigned int x12; unsigned int x13; int x14; int x15; unsigned int x16; float x17; float x18; float x19; double x20; int x21; int x22; int x23; float x24; int x25; int x26; int x27; float x28; int x29; int x30; int x31; int x32; long long x33; }*)arg1; - (struct { float x1; float x2; float x3; })grayWorldDeviceWhiteBalanceGains; - (id)initWithAttributes:(id)arg1 synchronizedStreamsAttributes:(id)arg2 forPID:(int)arg3 clientIDOut:(int*)arg4 deviceAvailabilityChangedHandler:(id /* block */)arg5; - (BOOL)isFlashScene; @@ -409,7 +425,7 @@ - (BOOL)quadraHighResStillImageCaptureEnabled; - (void)rampToVideoZoomFactor:(float)arg1 withRampType:(int)arg2 rate:(float)arg3 duration:(double)arg4 commandID:(int)arg5; - (void)registerForAEMatrixMetadata; -- (int)resolveStillImageCaptureTypeFromStatistics:(struct { double x1; float x2; float x3; double x4; float x5; unsigned int x6; unsigned int x7; unsigned int x8; unsigned int x9; unsigned char x10; unsigned char x11; unsigned int x12; unsigned int x13; int x14; int x15; unsigned int x16; float x17; float x18; float x19; double x20; int x21; int x22; float x23; int x24; int x25; int x26; float x27; int x28; int x29; int x30; int x31; long long x32; }*)arg1 flashMode:(int)arg2 hdrMode:(int)arg3 sisMode:(int)arg4 autoShallowDepthOfFieldEffectEnabled:(BOOL)arg5 clientBracketMode:(int)arg6; +- (int)resolveStillImageCaptureTypeFromStatistics:(struct { double x1; float x2; float x3; double x4; float x5; unsigned int x6; unsigned int x7; unsigned int x8; unsigned int x9; unsigned char x10; unsigned char x11; unsigned int x12; unsigned int x13; int x14; int x15; unsigned int x16; float x17; float x18; float x19; double x20; int x21; int x22; int x23; float x24; int x25; int x26; int x27; float x28; int x29; int x30; int x31; int x32; long long x33; }*)arg1 flashMode:(int)arg2 hdrMode:(int)arg3 sisMode:(int)arg4 autoShallowDepthOfFieldEffectEnabled:(BOOL)arg5 clientBracketMode:(int)arg6; - (id)sensorIDDictionaryByPortType; - (long)setAlternateOutputSizeAndCrop:(id)arg1; - (BOOL)setAutoFlashEnabled:(BOOL)arg1 error:(id*)arg2; @@ -454,7 +470,7 @@ - (void)startupFaceDetectionIfNeeded; - (BOOL)stereoFusionEnabled; - (BOOL)stillImageCaptureEnabled; -- (id)stillImageCaptureSettingsForCaptureType:(int)arg1 frameStatistics:(struct { double x1; float x2; float x3; double x4; float x5; unsigned int x6; unsigned int x7; unsigned int x8; unsigned int x9; unsigned char x10; unsigned char x11; unsigned int x12; unsigned int x13; int x14; int x15; unsigned int x16; float x17; float x18; float x19; double x20; int x21; int x22; float x23; int x24; int x25; int x26; float x27; int x28; int x29; int x30; int x31; long long x32; }*)arg2 deliverOriginalImage:(BOOL)arg3 deliverSushiRaw:(BOOL)arg4 includePreBracketedEV0ForProcessing:(BOOL)arg5 clientBracketSettings:(id)arg6 stereoFusionMode:(int)arg7; +- (id)stillImageCaptureSettingsForCaptureType:(int)arg1 frameStatistics:(struct { double x1; float x2; float x3; double x4; float x5; unsigned int x6; unsigned int x7; unsigned int x8; unsigned int x9; unsigned char x10; unsigned char x11; unsigned int x12; unsigned int x13; int x14; int x15; unsigned int x16; float x17; float x18; float x19; double x20; int x21; int x22; int x23; float x24; int x25; int x26; int x27; float x28; int x29; int x30; int x31; int x32; long long x33; }*)arg2 deliverOriginalImage:(BOOL)arg3 deliverSushiRaw:(BOOL)arg4 includePreBracketedEV0ForProcessing:(BOOL)arg5 clientBracketSettings:(id)arg6 stereoFusionMode:(int)arg7; - (id)supportedFormats; - (BOOL)supportsProperty:(struct __CFString { }*)arg1; - (id)telephotoCaptureStream; diff --git a/PrivateFrameworks/Celestial.framework/BWFrameRateGovernorNode.h b/PrivateFrameworks/Celestial.framework/BWFrameRateGovernorNode.h index bba738418d..99569c3a12 100644 --- a/PrivateFrameworks/Celestial.framework/BWFrameRateGovernorNode.h +++ b/PrivateFrameworks/Celestial.framework/BWFrameRateGovernorNode.h @@ -12,16 +12,22 @@ unsigned int flags; long long epoch; } _lastEmittedPTS; + BWMotionDataPreserver * _motionDataPreserver; + BOOL _preservesMotionDataFromDroppedStillBracketFrames; } + (void)initialize; +- (void)dealloc; - (void)didSelectFormat:(id)arg1 forInput:(id)arg2; - (BOOL)dropsStillBracketFramesToMaintainConsistentFrameRate; - (id)init; - (id)nodeSubType; - (id)nodeType; +- (void)prepareForCurrentConfigurationToBecomeLive; +- (BOOL)preservesMotionDataFromDroppedStillBracketFrames; - (void)renderSampleBuffer:(struct opaqueCMSampleBuffer { }*)arg1 forInput:(id)arg2; - (void)setDropsStillBracketFramesToMaintainConsistentFrameRate:(BOOL)arg1; +- (void)setPreservesMotionDataFromDroppedStillBracketFrames:(BOOL)arg1; @end diff --git a/PrivateFrameworks/Celestial.framework/BWGNRNode.h b/PrivateFrameworks/Celestial.framework/BWGNRNode.h index 7219a9a136..efd1125967 100644 --- a/PrivateFrameworks/Celestial.framework/BWGNRNode.h +++ b/PrivateFrameworks/Celestial.framework/BWGNRNode.h @@ -51,9 +51,9 @@ - (void)_clearCaptureRequestState; - (void)_detectMissingPreBracketedFrameAndEmitBWNodeError; - (int)_gnrProcessingTypeWithStillImageStreamCaptureType:(int)arg1 stereoFusionCapture:(BOOL)arg2; -- (id)_hdrBracketSettingsWithCurrentFrameStats:(struct { double x1; float x2; float x3; double x4; float x5; unsigned int x6; unsigned int x7; unsigned int x8; unsigned int x9; unsigned char x10; unsigned char x11; unsigned int x12; unsigned int x13; int x14; int x15; unsigned int x16; float x17; float x18; float x19; double x20; int x21; int x22; float x23; int x24; int x25; int x26; float x27; int x28; int x29; int x30; int x31; long long x32; }*)arg1 stillImageSettings:(id)arg2; +- (id)_hdrBracketSettingsWithCurrentFrameStats:(struct { double x1; float x2; float x3; double x4; float x5; unsigned int x6; unsigned int x7; unsigned int x8; unsigned int x9; unsigned char x10; unsigned char x11; unsigned int x12; unsigned int x13; int x14; int x15; unsigned int x16; float x17; float x18; float x19; double x20; int x21; int x22; int x23; float x24; int x25; int x26; int x27; float x28; int x29; int x30; int x31; int x32; long long x33; }*)arg1 stillImageSettings:(id)arg2; - (id)_initWithSISEnabled:(BOOL)arg1 OISEnabled:(BOOL)arg2 HDREnabled:(BOOL)arg3 portType:(id)arg4 sensorID:(id)arg5 sensorIDDictionary:(id)arg6 telephotoPortType:(id)arg7 telephotoSensorID:(id)arg8 telephotoSensorIDDictionary:(id)arg9 sbpCreationFunction:(int (*)arg10 treatSoftErrorsAsHardErrors:(BOOL)arg11; -- (id)_oisBracketSettingsWithCurrentFrameStats:(struct { double x1; float x2; float x3; double x4; float x5; unsigned int x6; unsigned int x7; unsigned int x8; unsigned int x9; unsigned char x10; unsigned char x11; unsigned int x12; unsigned int x13; int x14; int x15; unsigned int x16; float x17; float x18; float x19; double x20; int x21; int x22; float x23; int x24; int x25; int x26; float x27; int x28; int x29; int x30; int x31; long long x32; }*)arg1 stillImageSettings:(id)arg2; +- (id)_oisBracketSettingsWithCurrentFrameStats:(struct { double x1; float x2; float x3; double x4; float x5; unsigned int x6; unsigned int x7; unsigned int x8; unsigned int x9; unsigned char x10; unsigned char x11; unsigned int x12; unsigned int x13; int x14; int x15; unsigned int x16; float x17; float x18; float x19; double x20; int x21; int x22; int x23; float x24; int x25; int x26; int x27; float x28; int x29; int x30; int x31; int x32; long long x33; }*)arg1 stillImageSettings:(id)arg2; - (void)_processSequenceInSampleBufferProcessor; - (BOOL)_receivedExpectedAmountOfFrames; - (void)_sampleBufferProcessorOutputReady:(long)arg1 sampleBuffer:(struct opaqueCMSampleBuffer { }*)arg2; @@ -61,7 +61,7 @@ - (long)_setPropertyOnSampleBufferProcessorWithKey:(struct __CFString { }*)arg1 value:(void*)arg2; - (void)_setReferenceFrameBracketedCaptureSequenceNumberOnSampleBufferProcessor:(int)arg1; - (long)_setupSampleBufferProcessor; -- (id)_sisBracketSettingsWithCurrentFrameStats:(struct { double x1; float x2; float x3; double x4; float x5; unsigned int x6; unsigned int x7; unsigned int x8; unsigned int x9; unsigned char x10; unsigned char x11; unsigned int x12; unsigned int x13; int x14; int x15; unsigned int x16; float x17; float x18; float x19; double x20; int x21; int x22; float x23; int x24; int x25; int x26; float x27; int x28; int x29; int x30; int x31; long long x32; }*)arg1 stillImageSettings:(id)arg2; +- (id)_sisBracketSettingsWithCurrentFrameStats:(struct { double x1; float x2; float x3; double x4; float x5; unsigned int x6; unsigned int x7; unsigned int x8; unsigned int x9; unsigned char x10; unsigned char x11; unsigned int x12; unsigned int x13; int x14; int x15; unsigned int x16; float x17; float x18; float x19; double x20; int x21; int x22; int x23; float x24; int x25; int x26; int x27; float x28; int x29; int x30; int x31; int x32; long long x33; }*)arg1 stillImageSettings:(id)arg2; - (id)_tuningDictionaryWithOnlyGNRParameters; - (long)_unpackOptions; - (unsigned int)_worstCaseFrameRetainCount; @@ -69,7 +69,7 @@ - (BOOL)alwaysRequestsPreBracketedEV0; - (BOOL)alwaysRequestsPreBracketedEV0ForOIS; - (BOOL)attachesInputBracketToOutputSampleBuffer; -- (id)bracketSettingsForBracketingMode:(int)arg1 withCurrentFrameStats:(struct { double x1; float x2; float x3; double x4; float x5; unsigned int x6; unsigned int x7; unsigned int x8; unsigned int x9; unsigned char x10; unsigned char x11; unsigned int x12; unsigned int x13; int x14; int x15; unsigned int x16; float x17; float x18; float x19; double x20; int x21; int x22; float x23; int x24; int x25; int x26; float x27; int x28; int x29; int x30; int x31; long long x32; }*)arg2 stillImageSettings:(id)arg3; +- (id)bracketSettingsForBracketingMode:(int)arg1 withCurrentFrameStats:(struct { double x1; float x2; float x3; double x4; float x5; unsigned int x6; unsigned int x7; unsigned int x8; unsigned int x9; unsigned char x10; unsigned char x11; unsigned int x12; unsigned int x13; int x14; int x15; unsigned int x16; float x17; float x18; float x19; double x20; int x21; int x22; int x23; float x24; int x25; int x26; int x27; float x28; int x29; int x30; int x31; int x32; long long x33; }*)arg2 stillImageSettings:(id)arg3; - (void)dealloc; - (void)didSelectFormat:(id)arg1 forInput:(id)arg2; - (void)handleNodeError:(id)arg1 forInput:(id)arg2; diff --git a/PrivateFrameworks/Celestial.framework/BWHDRNode.h b/PrivateFrameworks/Celestial.framework/BWHDRNode.h index 132d3d3768..32923821aa 100644 --- a/PrivateFrameworks/Celestial.framework/BWHDRNode.h +++ b/PrivateFrameworks/Celestial.framework/BWHDRNode.h @@ -38,7 +38,7 @@ - (long)_setupSampleBufferProcessor; - (BOOL)alwaysRequestsPreBracketedEV0; - (BOOL)attachesInputBracketToOutputSampleBuffer; -- (id)bracketSettingsForBracketingMode:(int)arg1 withCurrentFrameStats:(struct { double x1; float x2; float x3; double x4; float x5; unsigned int x6; unsigned int x7; unsigned int x8; unsigned int x9; unsigned char x10; unsigned char x11; unsigned int x12; unsigned int x13; int x14; int x15; unsigned int x16; float x17; float x18; float x19; double x20; int x21; int x22; float x23; int x24; int x25; int x26; float x27; int x28; int x29; int x30; int x31; long long x32; }*)arg2 stillImageSettings:(id)arg3; +- (id)bracketSettingsForBracketingMode:(int)arg1 withCurrentFrameStats:(struct { double x1; float x2; float x3; double x4; float x5; unsigned int x6; unsigned int x7; unsigned int x8; unsigned int x9; unsigned char x10; unsigned char x11; unsigned int x12; unsigned int x13; int x14; int x15; unsigned int x16; float x17; float x18; float x19; double x20; int x21; int x22; int x23; float x24; int x25; int x26; int x27; float x28; int x29; int x30; int x31; int x32; long long x33; }*)arg2 stillImageSettings:(id)arg3; - (void)dealloc; - (void)didSelectFormat:(id)arg1 forInput:(id)arg2; - (void)handleNodeError:(id)arg1 forInput:(id)arg2; diff --git a/PrivateFrameworks/Celestial.framework/BWImageQueueSinkNode.h b/PrivateFrameworks/Celestial.framework/BWImageQueueSinkNode.h index 0d0fbb8523..b8a06944dc 100644 --- a/PrivateFrameworks/Celestial.framework/BWImageQueueSinkNode.h +++ b/PrivateFrameworks/Celestial.framework/BWImageQueueSinkNode.h @@ -6,6 +6,7 @@ NSMutableArray * _bufferIDsInQueue; unsigned int _enqueuedBufferContextCount; struct _EnqueuedBufferContext {} ** _enqueuedBufferContexts; + unsigned int _framesSinceLastHarmonicCompensation; NSObject * _holdingBuffersForClientAssertion; struct _CAImageQueue { } * _imageQueue; unsigned int _imageQueueCapacity; @@ -19,6 +20,7 @@ unsigned int _numFramesReceived; struct OpaqueFigPreviewSynchronizer { } * _previewSynchronizer; * _previewTapDelegate; + double _previousFrameDuration; BOOL _resetPreviewSynchronizerOnNextFrame; unsigned long long * _sharedBufferIDs; unsigned int _sharedSurfaceCount; diff --git a/PrivateFrameworks/Celestial.framework/BWIrisDiscontinuity.h b/PrivateFrameworks/Celestial.framework/BWIrisDiscontinuity.h index 6696c4d4b3..656ca2060f 100644 --- a/PrivateFrameworks/Celestial.framework/BWIrisDiscontinuity.h +++ b/PrivateFrameworks/Celestial.framework/BWIrisDiscontinuity.h @@ -9,6 +9,13 @@ unsigned int flags; long long epoch; } _discontinuityTime; + struct { + long long value; + int timescale; + unsigned int flags; + long long epoch; + } _duration; + BOOL _onlyRetime; NSArray * _recipe; struct { long long value; @@ -19,6 +26,7 @@ NSArray * _timeSkews; } +@property (readonly) struct { long long x1; int x2; unsigned int x3; long long x4; } targetFrameDuration; @property (readonly) struct { long long x1; int x2; unsigned int x3; long long x4; } time; @property (nonatomic, retain) NSArray *timeSkews; @@ -27,9 +35,10 @@ - (int)_offsetIndexFromDiscontinuityForTime:(struct { long long x1; int x2; unsigned int x3; long long x4; })arg1; - (BOOL)containsVideoBufferTime:(struct { long long x1; int x2; unsigned int x3; long long x4; })arg1; - (void)dealloc; -- (id)initWithTime:(struct { long long x1; int x2; unsigned int x3; long long x4; })arg1 duration:(struct { long long x1; int x2; unsigned int x3; long long x4; })arg2 targetFrameDuration:(struct { long long x1; int x2; unsigned int x3; long long x4; })arg3 timeSkews:(id)arg4; +- (id)initWithTime:(struct { long long x1; int x2; unsigned int x3; long long x4; })arg1 duration:(struct { long long x1; int x2; unsigned int x3; long long x4; })arg2 targetFrameDuration:(struct { long long x1; int x2; unsigned int x3; long long x4; })arg3 onlyRetime:(BOOL)arg4 timeSkews:(id)arg5; - (void)setTimeSkews:(id)arg1; - (BOOL)shouldKeepBufferWithTime:(struct { long long x1; int x2; unsigned int x3; long long x4; })arg1 nextAdjustedTimeInOut:(struct { long long x1; int x2; unsigned int x3; long long x4; }*)arg2; +- (struct { long long x1; int x2; unsigned int x3; long long x4; })targetFrameDuration; - (struct { long long x1; int x2; unsigned int x3; long long x4; })time; - (id)timeSkews; diff --git a/PrivateFrameworks/Celestial.framework/BWIrisSequenceAdjuster.h b/PrivateFrameworks/Celestial.framework/BWIrisSequenceAdjuster.h index 3802715b53..449f721c49 100644 --- a/PrivateFrameworks/Celestial.framework/BWIrisSequenceAdjuster.h +++ b/PrivateFrameworks/Celestial.framework/BWIrisSequenceAdjuster.h @@ -3,14 +3,7 @@ */ @interface BWIrisSequenceAdjuster : NSObject { - BOOL _adjustVideoTimesUntilReset; int _audioOffsetForOriginalStillImageTimeMaximumFrameLatency; - struct { - long long value; - int timescale; - unsigned int flags; - long long epoch; - } _bufferingTime; NSMutableArray * _discontinuities; struct { long long value; @@ -32,6 +25,7 @@ long long epoch; } _masterMovieOriginalStartTime; unsigned int * _mediaTypes; + BWMotionDataPreserver * _motionDataPreserver; struct { long long value; int timescale; @@ -43,7 +37,7 @@ int timescale; unsigned int flags; long long epoch; - } _targetFrameDuration; + } _previewFrameDuration; NSMutableArray * _timeSkews; } @@ -58,29 +52,24 @@ - (struct { long long x1; int x2; unsigned int x3; long long x4; })_adjustedTimeForMetadataBufferWithTime:(struct { long long x1; int x2; unsigned int x3; long long x4; })arg1; - (struct { long long x1; int x2; unsigned int x3; long long x4; })_adjustedTimeForVideoBufferWithTime:(struct { long long x1; int x2; unsigned int x3; long long x4; })arg1; - (struct { long long x1; int x2; unsigned int x3; long long x4; })_audioOffsetForOriginalStillImageTime:(struct { long long x1; int x2; unsigned int x3; long long x4; })arg1 adjustedStillImageTime:(struct { long long x1; int x2; unsigned int x3; long long x4; })arg2; -- (void)_getPreviousTimeSkewOut:(struct { struct { long long x_1_1_1; int x_1_1_2; unsigned int x_1_1_3; long long x_1_1_4; } x1; struct { long long x_2_1_1; int x_2_1_2; unsigned int x_2_1_3; long long x_2_1_4; } x2; }*)arg1 andNextTimeSkewOut:(struct { struct { long long x_1_1_1; int x_1_1_2; unsigned int x_1_1_3; long long x_1_1_4; } x1; struct { long long x_2_1_1; int x_2_1_2; unsigned int x_2_1_3; long long x_2_1_4; } x2; }*)arg2 forTime:(struct { long long x1; int x2; unsigned int x3; long long x4; })arg3; +- (void)_getPreviousTimeSkewOut:(struct { struct { long long x_1_1_1; int x_1_1_2; unsigned int x_1_1_3; long long x_1_1_4; } x1; struct { long long x_2_1_1; int x_2_1_2; unsigned int x_2_1_3; long long x_2_1_4; } x2; struct { long long x_3_1_1; int x_3_1_2; unsigned int x_3_1_3; long long x_3_1_4; } x3; BOOL x4; BOOL x5; }*)arg1 andNextTimeSkewOut:(struct { struct { long long x_1_1_1; int x_1_1_2; unsigned int x_1_1_3; long long x_1_1_4; } x1; struct { long long x_2_1_1; int x_2_1_2; unsigned int x_2_1_3; long long x_2_1_4; } x2; struct { long long x_3_1_1; int x_3_1_2; unsigned int x_3_1_3; long long x_3_1_4; } x3; BOOL x4; BOOL x5; }*)arg2 forTime:(struct { long long x1; int x2; unsigned int x3; long long x4; })arg3; - (int)_indexOfTime:(struct { long long x1; int x2; unsigned int x3; long long x4; })arg1; - (struct { long long x1; int x2; unsigned int x3; long long x4; })_originalDurationForVideoBufferWithTime:(struct { long long x1; int x2; unsigned int x3; long long x4; })arg1; - (void)adjustMovieInfoTimes:(id)arg1; -- (void)adjustVideoTimesUntilReset; - (struct { long long x1; int x2; unsigned int x3; long long x4; })adjustedTimeForStillImageTime:(struct { long long x1; int x2; unsigned int x3; long long x4; })arg1; - (struct { long long x1; int x2; unsigned int x3; long long x4; })adjustedTimeForTime:(struct { long long x1; int x2; unsigned int x3; long long x4; })arg1; - (struct { long long x1; int x2; unsigned int x3; long long x4; })audioOffsetForOriginalStillImageTime:(struct { long long x1; int x2; unsigned int x3; long long x4; })arg1; - (int)audioOffsetForOriginalStillImageTimeMaximumFrameLatency; -- (struct { long long x1; int x2; unsigned int x3; long long x4; })bufferingTime; - (void)dealloc; - (struct opaqueCMSampleBuffer { }*)dequeueAndRetainAdjustedSampleBufferForMediaTypeWithIndex:(int)arg1; - (void)enqueueSampleBuffer:(struct opaqueCMSampleBuffer { }*)arg1 forMediaTypeWithIndex:(int)arg2; -- (void)enqueueVideoBufferTime:(struct { long long x1; int x2; unsigned int x3; long long x4; })arg1; +- (void)enqueueVideoBufferTime:(struct { long long x1; int x2; unsigned int x3; long long x4; })arg1 nativeTime:(struct { long long x1; int x2; unsigned int x3; long long x4; })arg2 isBracketFrame:(BOOL)arg3 isSISFrame:(BOOL)arg4; - (id)initWithMediaTypes:(id)arg1; - (struct { long long x1; int x2; unsigned int x3; long long x4; })masterMovieOriginalEndTime; - (struct { long long x1; int x2; unsigned int x3; long long x4; })masterMovieOriginalStartTime; - (void)reset; - (void)setAudioOffsetForOriginalStillImageTimeMaximumFrameLatency:(int)arg1; -- (void)setBufferingTime:(struct { long long x1; int x2; unsigned int x3; long long x4; })arg1; - (void)setMasterMovieOriginalEndTime:(struct { long long x1; int x2; unsigned int x3; long long x4; })arg1; - (void)setMasterMovieOriginalStartTime:(struct { long long x1; int x2; unsigned int x3; long long x4; })arg1; -- (void)setTargetFrameDuration:(struct { long long x1; int x2; unsigned int x3; long long x4; })arg1; -- (struct { long long x1; int x2; unsigned int x3; long long x4; })targetFrameDuration; @end diff --git a/PrivateFrameworks/Celestial.framework/BWIrisStagingNode.h b/PrivateFrameworks/Celestial.framework/BWIrisStagingNode.h index 5db8f4543c..058dac8f22 100644 --- a/PrivateFrameworks/Celestial.framework/BWIrisStagingNode.h +++ b/PrivateFrameworks/Celestial.framework/BWIrisStagingNode.h @@ -59,6 +59,7 @@ long long epoch; } _masterMovieStartPTS; NSURL * _masterMovieURL; + BWMotionDataPreserver * _motionDataPreserver; int _numEODMessagesReceived; struct { long long value; @@ -98,7 +99,6 @@ - (void)_enqueueIrisRequest:(id)arg1; - (BOOL)_fillInRefMovieStartAndTrimTimesForStillImageTimesBeforeTime:(struct { long long x1; int x2; unsigned int x3; long long x4; })arg1; - (BOOL)_fillInStartAndTrimTimesForMasterMovieWithInfo:(id)arg1; -- (void)_forceConstantFramerateAdjustmentIfSampleBufferIsFromSISBracketSequence:(struct opaqueCMSampleBuffer { }*)arg1; - (struct { long long x1; int x2; unsigned int x3; long long x4; })_hostPTSForSampleBuffer:(struct opaqueCMSampleBuffer { }*)arg1; - (unsigned int)_indexOfBufferBeforeOrEqualToHostPTS:(struct { long long x1; int x2; unsigned int x3; long long x4; })arg1 inputIndex:(unsigned int)arg2 tolerance:(struct { long long x1; int x2; unsigned int x3; long long x4; })arg3; - (unsigned int)_indexOfBufferBeforeOrEqualToPTS:(struct { long long x1; int x2; unsigned int x3; long long x4; })arg1 inputIndex:(unsigned int)arg2; diff --git a/PrivateFrameworks/Celestial.framework/BWMotionDataPreserver.h b/PrivateFrameworks/Celestial.framework/BWMotionDataPreserver.h new file mode 100644 index 0000000000..ec75593968 --- /dev/null +++ b/PrivateFrameworks/Celestial.framework/BWMotionDataPreserver.h @@ -0,0 +1,20 @@ +/* Generated by RuntimeBrowser + Image: /System/Library/PrivateFrameworks/Celestial.framework/Celestial + */ + +@interface BWMotionDataPreserver : NSObject { + NSString * _name; + NSMutableData * _preservedISPHallData; + NSMutableData * _preservedISPMotionData; +} + ++ (void)initialize; + +- (BOOL)_preserveMotionDataForSampleBuffer:(struct opaqueCMSampleBuffer { }*)arg1 willBeDropped:(BOOL)arg2; +- (void)dealloc; +- (id)initWithName:(id)arg1; +- (BOOL)prependPreservedMotionDataToSampleBuffer:(struct opaqueCMSampleBuffer { }*)arg1; +- (BOOL)preserveMotionDataForSoonToBeDroppedSampleBuffer:(struct opaqueCMSampleBuffer { }*)arg1; +- (void)reset; + +@end diff --git a/PrivateFrameworks/Celestial.framework/BWMultiStreamCameraSourceNode.h b/PrivateFrameworks/Celestial.framework/BWMultiStreamCameraSourceNode.h index 42a7f6ff43..def8e76975 100644 --- a/PrivateFrameworks/Celestial.framework/BWMultiStreamCameraSourceNode.h +++ b/PrivateFrameworks/Celestial.framework/BWMultiStreamCameraSourceNode.h @@ -21,6 +21,7 @@ BOOL _deferMetadataCreation; BOOL _deferProcessingSessionMetadataCreation; BWDeferredMetadataCache * _deferredMetadataCache; + * _detectedFacesFilterDelegate; BWNodeOutput * _detectedFacesOutput; NSDictionary * _detectedFacesOutputConfiguration; BOOL _detectedFacesOutputEnabled; @@ -36,6 +37,7 @@ int _maxIntegrationTimeOverride; float _minFrameRate; int _motionAttachmentsSource; + BWMotionDataPreserver * _motionDataPreserver; struct CGSize { float width; float height; @@ -134,6 +136,8 @@ - (id)_initWithCaptureDevice:(id)arg1 captureStream:(id)arg2; - (float)_ispAppliedZoomFactorFromSampleBufferMetadataDictionary:(id)arg1 outputIndex:(int)arg2; - (void)_markEndOfLiveOutput; +- (void)_prependPreservedMotionDataToSampleBuffer:(struct opaqueCMSampleBuffer { }*)arg1; +- (void)_preserveMotionDataForSoonToBeDroppedSampleBuffer:(struct opaqueCMSampleBuffer { }*)arg1; - (void)_reflectStillSampleBufferOnStreamingOutputs:(struct opaqueCMSampleBuffer { }*)arg1 captureType:(int)arg2; - (void)_registerForStreamNotifications; - (void)_registerStreamOutputHandlers; @@ -167,6 +171,7 @@ - (struct { int x1; int x2; })cropAspectRatio; - (BOOL)cropsOverscanFromFirmwareStillImageOutput; - (void)dealloc; +- (id)detectedFacesFilterDelegate; - (id)detectedFacesOutput; - (id)detectedFacesOutputConfiguration; - (BOOL)detectedFacesOutputEnabled; @@ -200,6 +205,7 @@ - (void)setColorSpaceProperties:(int)arg1; - (void)setCropAspectRatio:(struct { int x1; int x2; })arg1; - (void)setCropsOverscanFromFirmwareStillImageOutput:(BOOL)arg1; +- (void)setDetectedFacesFilterDelegate:(id)arg1; - (void)setDetectedFacesOutputConfiguration:(id)arg1; - (void)setDetectedFacesOutputEnabled:(BOOL)arg1; - (void)setDiscardsUnstableSphereVideoFrames:(BOOL)arg1; diff --git a/PrivateFrameworks/Celestial.framework/BWSISNode.h b/PrivateFrameworks/Celestial.framework/BWSISNode.h index 0e62b598f8..ee2dd8e027 100644 --- a/PrivateFrameworks/Celestial.framework/BWSISNode.h +++ b/PrivateFrameworks/Celestial.framework/BWSISNode.h @@ -35,14 +35,14 @@ - (void)_clearCaptureRequestState; - (id)_initWithCameraTuningDictionary:(id)arg1 sensorIDDictionary:(id)arg2 sbpCreationFunction:(int (*)arg3 fusionScheme:(int)arg4 allowExperimentalOverrides:(BOOL)arg5; -- (id)_oisBracketSettingsWithCurrentFrameStats:(struct { double x1; float x2; float x3; double x4; float x5; unsigned int x6; unsigned int x7; unsigned int x8; unsigned int x9; unsigned char x10; unsigned char x11; unsigned int x12; unsigned int x13; int x14; int x15; unsigned int x16; float x17; float x18; float x19; double x20; int x21; int x22; float x23; int x24; int x25; int x26; float x27; int x28; int x29; int x30; int x31; long long x32; }*)arg1 stillImageSettings:(id)arg2; +- (id)_oisBracketSettingsWithCurrentFrameStats:(struct { double x1; float x2; float x3; double x4; float x5; unsigned int x6; unsigned int x7; unsigned int x8; unsigned int x9; unsigned char x10; unsigned char x11; unsigned int x12; unsigned int x13; int x14; int x15; unsigned int x16; float x17; float x18; float x19; double x20; int x21; int x22; int x23; float x24; int x25; int x26; int x27; float x28; int x29; int x30; int x31; int x32; long long x33; }*)arg1 stillImageSettings:(id)arg2; - (void)_sampleBufferProcessorOutputReady:(long)arg1 sampleBuffer:(struct opaqueCMSampleBuffer { }*)arg2; - (long)_setupSampleBufferProcessor; -- (id)_sisBracketSettingsWithCurrentFrameStats:(struct { double x1; float x2; float x3; double x4; float x5; unsigned int x6; unsigned int x7; unsigned int x8; unsigned int x9; unsigned char x10; unsigned char x11; unsigned int x12; unsigned int x13; int x14; int x15; unsigned int x16; float x17; float x18; float x19; double x20; int x21; int x22; float x23; int x24; int x25; int x26; float x27; int x28; int x29; int x30; int x31; long long x32; }*)arg1 stillImageSettings:(id)arg2; +- (id)_sisBracketSettingsWithCurrentFrameStats:(struct { double x1; float x2; float x3; double x4; float x5; unsigned int x6; unsigned int x7; unsigned int x8; unsigned int x9; unsigned char x10; unsigned char x11; unsigned int x12; unsigned int x13; int x14; int x15; unsigned int x16; float x17; float x18; float x19; double x20; int x21; int x22; int x23; float x24; int x25; int x26; int x27; float x28; int x29; int x30; int x31; int x32; long long x33; }*)arg1 stillImageSettings:(id)arg2; - (long)_unpackSISOptions; - (BOOL)alwaysRequestsPreBracketedEV0; - (BOOL)attachesInputBracketToOutputSampleBuffer; -- (id)bracketSettingsForBracketingMode:(int)arg1 withCurrentFrameStats:(struct { double x1; float x2; float x3; double x4; float x5; unsigned int x6; unsigned int x7; unsigned int x8; unsigned int x9; unsigned char x10; unsigned char x11; unsigned int x12; unsigned int x13; int x14; int x15; unsigned int x16; float x17; float x18; float x19; double x20; int x21; int x22; float x23; int x24; int x25; int x26; float x27; int x28; int x29; int x30; int x31; long long x32; }*)arg2 stillImageSettings:(id)arg3; +- (id)bracketSettingsForBracketingMode:(int)arg1 withCurrentFrameStats:(struct { double x1; float x2; float x3; double x4; float x5; unsigned int x6; unsigned int x7; unsigned int x8; unsigned int x9; unsigned char x10; unsigned char x11; unsigned int x12; unsigned int x13; int x14; int x15; unsigned int x16; float x17; float x18; float x19; double x20; int x21; int x22; int x23; float x24; int x25; int x26; int x27; float x28; int x29; int x30; int x31; int x32; long long x33; }*)arg2 stillImageSettings:(id)arg3; - (void)dealloc; - (void)didSelectFormat:(id)arg1 forInput:(id)arg2; - (void)handleNodeError:(id)arg1 forInput:(id)arg2; diff --git a/PrivateFrameworks/Celestial.framework/BWStereoFusionNode.h b/PrivateFrameworks/Celestial.framework/BWStereoFusionNode.h index ecc6370040..b471d468aa 100644 --- a/PrivateFrameworks/Celestial.framework/BWStereoFusionNode.h +++ b/PrivateFrameworks/Celestial.framework/BWStereoFusionNode.h @@ -47,6 +47,7 @@ - (void)_endSequence; - (void)_handleError:(long)arg1 forSampleBuffer:(struct opaqueCMSampleBuffer { }*)arg2 input:(id)arg3; - (id)_initWithTelephotoSensorIDDictionary:(id)arg1 processingType:(int)arg2 cameraAlignmentInfo:(id)arg3 cameraInfoByPortType:(id)arg4 sbpCreationFunction:(int (*)arg5 treatSoftErrorsAsHardErrors:(BOOL)arg6; +- (unsigned int)_numberOfNodeErrorsToEmit; - (void)_processCachedSampleBufferInSampleBufferProcessor; - (void)_processSampleBufferInSampleBufferProcessor:(struct opaqueCMSampleBuffer { }*)arg1 metadataDictionary:(id)arg2; - (void)_processSequenceInSampleBufferProcessor; diff --git a/PrivateFrameworks/Celestial.framework/BWStillImageCoordinatorNode.h b/PrivateFrameworks/Celestial.framework/BWStillImageCoordinatorNode.h index 2f2109b01d..fe9c28ee39 100644 --- a/PrivateFrameworks/Celestial.framework/BWStillImageCoordinatorNode.h +++ b/PrivateFrameworks/Celestial.framework/BWStillImageCoordinatorNode.h @@ -51,7 +51,7 @@ - (void)_beginCapture; - (void)_captureDevicePreparedToCaptureStillImageNow; -- (int)_captureTypeForSettings:(id)arg1 frameStatistics:(struct { double x1; float x2; float x3; double x4; float x5; unsigned int x6; unsigned int x7; unsigned int x8; unsigned int x9; unsigned char x10; unsigned char x11; unsigned int x12; unsigned int x13; int x14; int x15; unsigned int x16; float x17; float x18; float x19; double x20; int x21; int x22; float x23; int x24; int x25; int x26; float x27; int x28; int x29; int x30; int x31; long long x32; }*)arg2; +- (int)_captureTypeForSettings:(id)arg1 frameStatistics:(struct { double x1; float x2; float x3; double x4; float x5; unsigned int x6; unsigned int x7; unsigned int x8; unsigned int x9; unsigned char x10; unsigned char x11; unsigned int x12; unsigned int x13; int x14; int x15; unsigned int x16; float x17; float x18; float x19; double x20; int x21; int x22; int x23; float x24; int x25; int x26; int x27; float x28; int x29; int x30; int x31; int x32; long long x33; }*)arg2; - (void)_completeCaptureWithStatus:(long)arg1; - (void)_configureCurrentCaptureRequestStateForFigCaptureStillImageSettings; - (void)_didCaptureStillImageWithPTS:(struct { long long x1; int x2; unsigned int x3; long long x4; })arg1; @@ -66,7 +66,7 @@ - (void)_willBeginCapture; - (void)_willCaptureStillImage; - (BOOL)alwaysRequestsPreBracketedEV0; -- (id)bracketSettingsForBracketingMode:(int)arg1 withCurrentFrameStats:(struct { double x1; float x2; float x3; double x4; float x5; unsigned int x6; unsigned int x7; unsigned int x8; unsigned int x9; unsigned char x10; unsigned char x11; unsigned int x12; unsigned int x13; int x14; int x15; unsigned int x16; float x17; float x18; float x19; double x20; int x21; int x22; float x23; int x24; int x25; int x26; float x27; int x28; int x29; int x30; int x31; long long x32; }*)arg2 stillImageSettings:(id)arg3; +- (id)bracketSettingsForBracketingMode:(int)arg1 withCurrentFrameStats:(struct { double x1; float x2; float x3; double x4; float x5; unsigned int x6; unsigned int x7; unsigned int x8; unsigned int x9; unsigned char x10; unsigned char x11; unsigned int x12; unsigned int x13; int x14; int x15; unsigned int x16; float x17; float x18; float x19; double x20; int x21; int x22; int x23; float x24; int x25; int x26; int x27; float x28; int x29; int x30; int x31; int x32; long long x33; }*)arg2 stillImageSettings:(id)arg3; - (long)captureStillImageNowWithSettings:(id)arg1; - (void)captureStream:(id)arg1 didCapturePreBracketedEV0ImageWithPTS:(struct { long long x1; int x2; unsigned int x3; long long x4; })arg2; - (void)captureStream:(id)arg1 didCompleteStillImageCaptureWithPTS:(struct { long long x1; int x2; unsigned int x3; long long x4; })arg2 referenceFrameBracketedCaptureSequenceNumber:(id)arg3; diff --git a/PrivateFrameworks/Celestial.framework/BWVideoSDOFNode.h b/PrivateFrameworks/Celestial.framework/BWVideoSDOFNode.h index dabb6e4b8c..02511cc901 100644 --- a/PrivateFrameworks/Celestial.framework/BWVideoSDOFNode.h +++ b/PrivateFrameworks/Celestial.framework/BWVideoSDOFNode.h @@ -2,50 +2,59 @@ Image: /System/Library/PrivateFrameworks/Celestial.framework/Celestial */ -@interface BWVideoSDOFNode : BWNode { +@interface BWVideoSDOFNode : BWNode { struct __CVBuffer { } * _alphaBuffer; BOOL _alwaysPreviewSDOFEffect; - double _averageRenderDuration; float _deltaShift; + NSMutableDictionary * _detectedFacesVisibility; BWFigVideoCaptureDevice * _device; - BOOL _deviceFramerateThrottled; NSObject * _deviceQueue; struct opaqueCMFormatDescription { } * _formatDescription; - BOOL _framerateThrottlingEnabled; + int _frameratesByThermalPressureLevel; + int _framesSinceLastStableFocus; struct _OpaqueCVAFusion { } * _fusionRef; - struct { - long long value; - int timescale; - unsigned int flags; - long long epoch; - } _lastInputPTS; + float _lastDeviceFramerate; BWRamp * _lensApertureRamp; - unsigned long _numFramesSinceLastSwitch; + struct { struct __CVBuffer {} *x1; unsigned int x2; BOOL x3; } * _mostRecentRelativeShiftBuffer; float _rawFocusShift; BOOL _receivedFirstFrameWithDepth; - struct __CVBuffer { } * _relativeShiftBuffer; + struct { + struct __CVBuffer {} *buffer; + unsigned int readCount; + BOOL lockedForWriting; + } _relativeShiftBuffers; + int _relativeShiftBuffersLock; NSObject * _renderingGroup; BOOL _sdofEffectEnabled; BWPixelBufferPool * _sdofOutputPool; BOOL _setupDone; unsigned long _shiftHeight; unsigned long _shiftWidth; - int _targetFramerate; - int _throttledFramerate; + int _thermalPressureNotificationToken; + BOOL _thermalThrottlingEnabled; struct _OpaqueCVAVideoMatting { } * _videoMattingRef; } +@property (readonly, copy) NSString *debugDescription; +@property (readonly, copy) NSString *description; +@property (readonly) unsigned int hash; @property (nonatomic, retain) BWPixelBufferPool *sdofOutputPool; +@property (readonly) Class superclass; + (void)initialize; -- (void)_provideBackPressureIfNeededForRenderDuration:(double)arg1 sbufPTS:(struct { long long x1; int x2; unsigned int x3; long long x4; })arg2 didDropPDEBuffers:(BOOL)arg3 isTele:(BOOL)arg4; +- (void)_filterFacesVisibility:(id)arg1; +- (struct { struct __CVBuffer {} *x1; unsigned int x2; BOOL x3; }*)_lockRelativeShiftBufferForWriting:(BOOL)arg1; +- (void)_registerForThermalNotificationsAndSetInitialDeviceFramerate; - (void)_setDeviceFramerate:(int)arg1; - (long)_setupCVA; +- (void)_unlockRelativeShiftBuffer:(struct { struct __CVBuffer {} *x1; unsigned int x2; BOOL x3; }*)arg1 updated:(BOOL)arg2; +- (void)_updateThermalPressureLevelAndSetDeviceFramerate; - (void)configurationWithID:(long long)arg1 updatedFormat:(id)arg2 didBecomeLiveForInput:(id)arg3; - (void)dealloc; - (void)didReachEndOfDataForInput:(id)arg1; - (void)didSelectFormat:(id)arg1 forInput:(id)arg2; +- (void)filterDetectedFacesInSampleBuffer:(struct opaqueCMSampleBuffer { }*)arg1; - (id)initWithCaptureDevice:(id)arg1; - (id)nodeSubType; - (id)nodeType; diff --git a/PrivateFrameworks/ChatKit.framework/CKAcknowledgmentBalloonView.h b/PrivateFrameworks/ChatKit.framework/CKAcknowledgmentBalloonView.h index 62c19e3fb3..a79319ffbe 100644 --- a/PrivateFrameworks/ChatKit.framework/CKAcknowledgmentBalloonView.h +++ b/PrivateFrameworks/ChatKit.framework/CKAcknowledgmentBalloonView.h @@ -5,21 +5,21 @@ @interface CKAcknowledgmentBalloonView : CKBalloonView { int _coloredPart; CKAcknowledgmentGlyphView * _glyphView; - BOOL _stacked; + unsigned int _stackCount; } @property (nonatomic) int coloredPart; @property (nonatomic, retain) CKAcknowledgmentGlyphView *glyphView; -@property (getter=isStacked, nonatomic) BOOL stacked; +@property (nonatomic) unsigned int stackCount; - (void).cxx_destruct; - (int)coloredPart; - (void)configureForAggregateAcknowledgmentChatItem:(id)arg1; - (id)glyphView; -- (BOOL)isStacked; - (void)prepareForReuse; - (void)setColoredPart:(int)arg1; - (void)setGlyphView:(id)arg1; -- (void)setStacked:(BOOL)arg1; +- (void)setStackCount:(unsigned int)arg1; +- (unsigned int)stackCount; @end diff --git a/PrivateFrameworks/ChatKit.framework/CKAttachmentItem.h b/PrivateFrameworks/ChatKit.framework/CKAttachmentItem.h index 3f19b42f6c..7c429dec74 100644 --- a/PrivateFrameworks/ChatKit.framework/CKAttachmentItem.h +++ b/PrivateFrameworks/ChatKit.framework/CKAttachmentItem.h @@ -7,6 +7,7 @@ NSDate * _createdDate; NSURL * _fileURL; NSString * _guid; + NSString * _irisVideoPath; BOOL _isIrisAsset; BOOL _isSticker; NSURL * _previewURL; @@ -23,6 +24,7 @@ @property (nonatomic, copy) NSURL *fileURL; @property (nonatomic, copy) NSString *guid; @property (readonly) unsigned int hash; +@property (nonatomic, retain) NSString *irisVideoPath; @property (nonatomic) BOOL isIrisAsset; @property (nonatomic) BOOL isSticker; @property (nonatomic, readonly) NSString *previewItemTitle; @@ -48,6 +50,7 @@ - (void)_savePreview:(id)arg1; - (id)_savedPreviewFromURL:(id)arg1; - (id)cachedPreview; +- (id)calculateIrisVideoPath; - (BOOL)canShareItem; - (id)createdDate; - (void)dealloc; @@ -58,6 +61,7 @@ - (id)guid; - (id)imageData; - (id)initWithFileURL:(id)arg1 size:(struct CGSize { float x1; float x2; })arg2 transferGUID:(id)arg3 guid:(id)arg4 createdDate:(id)arg5; +- (id)irisVideoPath; - (BOOL)isEqual:(id)arg1; - (BOOL)isIrisAsset; - (BOOL)isSticker; @@ -67,6 +71,7 @@ - (void)setCreatedDate:(id)arg1; - (void)setFileURL:(id)arg1; - (void)setGuid:(id)arg1; +- (void)setIrisVideoPath:(id)arg1; - (void)setIsIrisAsset:(BOOL)arg1; - (void)setIsSticker:(BOOL)arg1; - (void)setPreviewURL:(id)arg1; diff --git a/PrivateFrameworks/ChatKit.framework/CKAttachmentSaver.h b/PrivateFrameworks/ChatKit.framework/CKAttachmentSaver.h index d0fa8d6fc1..da51037e70 100644 --- a/PrivateFrameworks/ChatKit.framework/CKAttachmentSaver.h +++ b/PrivateFrameworks/ChatKit.framework/CKAttachmentSaver.h @@ -14,6 +14,7 @@ - (void)_saveCompletionForVideoWithPath:(id)arg1 error:(id)arg2 context:(void*)arg3; - (void)_saveNextAttachment; - (id)initWithAttachments:(id)arg1; +- (void)popAndSaveNextAttachment; - (void)runToCompletion; @end diff --git a/PrivateFrameworks/ChatKit.framework/CKBadgeView.h b/PrivateFrameworks/ChatKit.framework/CKBadgeView.h index f52cac5b5c..2329ef3f61 100644 --- a/PrivateFrameworks/ChatKit.framework/CKBadgeView.h +++ b/PrivateFrameworks/ChatKit.framework/CKBadgeView.h @@ -4,28 +4,18 @@ @interface CKBadgeView : UIView { UILabel * _countLabel; - NSLayoutConstraint * _heightConstraint; - NSLayoutConstraint * _pillWidthConstraint; - NSLayoutConstraint * _roundWidthConstraint; unsigned int _value; - NSLayoutConstraint * _zeroWidthConstraint; } @property (nonatomic, readonly) UILabel *countLabel; -@property (nonatomic, readonly) NSLayoutConstraint *heightConstraint; -@property (nonatomic, readonly) NSLayoutConstraint *pillWidthConstraint; -@property (nonatomic, readonly) NSLayoutConstraint *roundWidthConstraint; @property (nonatomic) unsigned int value; -@property (nonatomic, readonly) NSLayoutConstraint *zeroWidthConstraint; - (void).cxx_destruct; - (id)countLabel; -- (id)heightConstraint; - (id)initWithFrame:(struct CGRect { struct CGPoint { float x_1_1_1; float x_1_1_2; } x1; struct CGSize { float x_2_1_1; float x_2_1_2; } x2; })arg1; -- (id)pillWidthConstraint; -- (id)roundWidthConstraint; +- (void)layoutSubviews; - (void)setValue:(unsigned int)arg1; +- (struct CGSize { float x1; float x2; })sizeThatFits:(struct CGSize { float x1; float x2; })arg1; - (unsigned int)value; -- (id)zeroWidthConstraint; @end diff --git a/PrivateFrameworks/ChatKit.framework/CKBalloonView.h b/PrivateFrameworks/ChatKit.framework/CKBalloonView.h index e7f896d05a..e94a0df3ae 100644 --- a/PrivateFrameworks/ChatKit.framework/CKBalloonView.h +++ b/PrivateFrameworks/ChatKit.framework/CKBalloonView.h @@ -19,7 +19,7 @@ BOOL _invisibleInkEffectPaused; UILongPressGestureRecognizer * _longPressGestureRecognizer; BOOL _orientation; - CKBalloonImageView * _overlay; + UIImageView * _overlay; BOOL _showingMenu; UITapGestureRecognizer * _tapGestureRecognizer; struct UIEdgeInsets { @@ -56,7 +56,7 @@ @property (nonatomic, retain) UILongPressGestureRecognizer *longPressGestureRecognizer; @property (nonatomic, readonly) BOOL needsGroupOpacity; @property (nonatomic) BOOL orientation; -@property (nonatomic, retain) CKBalloonImageView *overlay; +@property (nonatomic, retain) UIImageView *overlay; @property (nonatomic, readonly) UIColor *overlayColor; @property (getter=isShowingMenu, nonatomic, readonly) BOOL showingMenu; @property (readonly) Class superclass; diff --git a/PrivateFrameworks/ChatKit.framework/CKBrowserAppInstallCell.h b/PrivateFrameworks/ChatKit.framework/CKBrowserAppInstallCell.h index fb25964932..b4996df4a2 100644 --- a/PrivateFrameworks/ChatKit.framework/CKBrowserAppInstallCell.h +++ b/PrivateFrameworks/ChatKit.framework/CKBrowserAppInstallCell.h @@ -16,6 +16,7 @@ - (id)browserIconView; - (id)iconView; - (id)installation; +- (void)layoutSubviews; - (void)setBrowserIconView:(id)arg1; - (void)setInstallation:(id)arg1; diff --git a/PrivateFrameworks/ChatKit.framework/CKBrowserCell.h b/PrivateFrameworks/ChatKit.framework/CKBrowserCell.h index 1d17d89286..ce9a412321 100644 --- a/PrivateFrameworks/ChatKit.framework/CKBrowserCell.h +++ b/PrivateFrameworks/ChatKit.framework/CKBrowserCell.h @@ -8,8 +8,6 @@ * _delegate; CKBrowserCellDeleteButton * _deleteButton; BOOL _jitter; - UILayoutGuide * _labelAndBadge; - NSLayoutConstraint * _labelConstraintBadge; unsigned int _shinyStatus; CKBrowserSelectionLabelAccessoryView * _shinyStatusView; } @@ -20,8 +18,6 @@ @property (nonatomic, retain) CKBrowserCellDeleteButton *deleteButton; @property (readonly) UIView *iconView; @property (nonatomic) BOOL jitter; -@property (nonatomic, retain) UILayoutGuide *labelAndBadge; -@property (nonatomic, retain) NSLayoutConstraint *labelConstraintBadge; @property (nonatomic) unsigned int shinyStatus; @property (nonatomic, retain) CKBrowserSelectionLabelAccessoryView *shinyStatusView; @@ -31,8 +27,11 @@ + (id)reuseIdentifier; - (void).cxx_destruct; -- (void)_buildConstraints; +- (float)_absoluteLabelMaxWith; - (void)_deleteButtonTapped:(id)arg1; +- (BOOL)_isPortrait; +- (BOOL)_isiPad; +- (struct CGRect { struct CGPoint { float x_1_1_1; float x_1_1_2; } x1; struct CGSize { float x_2_1_1; float x_2_1_2; } x2; })_screenBounds; - (void)applyLayoutAttributes:(id)arg1; - (id)badgeView; - (id)browserLabel; @@ -42,16 +41,13 @@ - (id)iconView; - (id)initWithFrame:(struct CGRect { struct CGPoint { float x_1_1_1; float x_1_1_2; } x1; struct CGSize { float x_2_1_1; float x_2_1_2; } x2; })arg1; - (BOOL)jitter; -- (id)labelAndBadge; -- (id)labelConstraintBadge; +- (void)layoutSubviews; - (void)prepareForReuse; - (void)setBadgeView:(id)arg1; - (void)setBrowserLabel:(id)arg1; - (void)setDelegate:(id)arg1; - (void)setDeleteButton:(id)arg1; - (void)setJitter:(BOOL)arg1; -- (void)setLabelAndBadge:(id)arg1; -- (void)setLabelConstraintBadge:(id)arg1; - (void)setShinyStatus:(unsigned int)arg1; - (void)setShinyStatusView:(id)arg1; - (unsigned int)shinyStatus; diff --git a/PrivateFrameworks/ChatKit.framework/CKBrowserCellDeleteButton.h b/PrivateFrameworks/ChatKit.framework/CKBrowserCellDeleteButton.h index 58997103cf..bc60a109a6 100644 --- a/PrivateFrameworks/ChatKit.framework/CKBrowserCellDeleteButton.h +++ b/PrivateFrameworks/ChatKit.framework/CKBrowserCellDeleteButton.h @@ -17,12 +17,13 @@ - (void).cxx_destruct; - (id)backgroundView; - (id)initWithFrame:(struct CGRect { struct CGPoint { float x_1_1_1; float x_1_1_2; } x1; struct CGSize { float x_2_1_1; float x_2_1_2; } x2; })arg1; +- (void)layoutSubviews; - (BOOL)pointInside:(struct CGPoint { float x1; float x2; })arg1 withEvent:(id)arg2; - (void)setBackgroundView:(id)arg1; - (void)setWhiteTintView:(id)arg1; - (void)setXColorBurnView:(id)arg1; - (void)setXPlusDView:(id)arg1; -- (struct CGSize { float x1; float x2; })systemLayoutSizeFittingSize:(struct CGSize { float x1; float x2; })arg1; +- (struct CGSize { float x1; float x2; })sizeThatFits:(struct CGSize { float x1; float x2; })arg1; - (id)whiteTintView; - (id)xColorBurnView; - (id)xPlusDView; diff --git a/PrivateFrameworks/ChatKit.framework/CKBrowserDragViewController.h b/PrivateFrameworks/ChatKit.framework/CKBrowserDragViewController.h index 29da89e0d2..10537bb5db 100644 --- a/PrivateFrameworks/ChatKit.framework/CKBrowserDragViewController.h +++ b/PrivateFrameworks/ChatKit.framework/CKBrowserDragViewController.h @@ -52,6 +52,7 @@ float x; float y; } _peelLayerStartPosition; + NSMutableDictionary * _peelMaskImageCache; CALayer * _peelMaskLayer; CALayer * _perspectiveLayer; BOOL _pressed; @@ -124,6 +125,7 @@ @property (nonatomic, retain) CALayer *peelImageLayer; @property (nonatomic) CALayer *peelLayer; @property (nonatomic) struct CGPoint { float x1; float x2; } peelLayerStartPosition; +@property (nonatomic, retain) NSMutableDictionary *peelMaskImageCache; @property (nonatomic, retain) CALayer *peelMaskLayer; @property (nonatomic) CALayer *perspectiveLayer; @property (getter=isPressed, nonatomic) BOOL pressed; @@ -196,6 +198,7 @@ - (id)peelImageLayer; - (id)peelLayer; - (struct CGPoint { float x1; float x2; })peelLayerStartPosition; +- (id)peelMaskImageCache; - (id)peelMaskImageFromImage:(id)arg1; - (id)peelMaskLayer; - (id)perspectiveLayer; @@ -235,6 +238,7 @@ - (void)setPeelImageLayer:(id)arg1; - (void)setPeelLayer:(id)arg1; - (void)setPeelLayerStartPosition:(struct CGPoint { float x1; float x2; })arg1; +- (void)setPeelMaskImageCache:(id)arg1; - (void)setPeelMaskLayer:(id)arg1; - (void)setPerspectiveLayer:(id)arg1; - (void)setPressed:(BOOL)arg1; diff --git a/PrivateFrameworks/ChatKit.framework/CKBrowserDummyCell.h b/PrivateFrameworks/ChatKit.framework/CKBrowserDummyCell.h index 28995b9b5a..b51a1aeda9 100644 --- a/PrivateFrameworks/ChatKit.framework/CKBrowserDummyCell.h +++ b/PrivateFrameworks/ChatKit.framework/CKBrowserDummyCell.h @@ -13,6 +13,7 @@ - (void).cxx_destruct; - (id)iconView; - (id)image; +- (void)layoutSubviews; - (void)setImage:(id)arg1; @end diff --git a/PrivateFrameworks/ChatKit.framework/CKBrowserNavigationViewController.h b/PrivateFrameworks/ChatKit.framework/CKBrowserNavigationViewController.h index 2d895a5ebc..7c61e09c7a 100644 --- a/PrivateFrameworks/ChatKit.framework/CKBrowserNavigationViewController.h +++ b/PrivateFrameworks/ChatKit.framework/CKBrowserNavigationViewController.h @@ -34,7 +34,6 @@ @property (nonatomic, retain) UIViewController *presentationViewController; @property (nonatomic) NSObject *sendDelegate; @property (nonatomic, readonly) BOOL shouldShowChatChrome; -@property (nonatomic, retain) NSURL *storeLaunchURL; @property (readonly) Class superclass; @property (nonatomic, readonly) BOOL supportsQuickView; @property (nonatomic, readonly) BOOL wantsDarkUI; diff --git a/PrivateFrameworks/ChatKit.framework/CKBrowserSelectionController.h b/PrivateFrameworks/ChatKit.framework/CKBrowserSelectionController.h index f3a89c1777..43a3450b0b 100644 --- a/PrivateFrameworks/ChatKit.framework/CKBrowserSelectionController.h +++ b/PrivateFrameworks/ChatKit.framework/CKBrowserSelectionController.h @@ -2,7 +2,7 @@ Image: /System/Library/PrivateFrameworks/ChatKit.framework/ChatKit */ -@interface CKBrowserSelectionController : CKBrowserViewController { +@interface CKBrowserSelectionController : UIViewController { UIVisualEffectView * _backgroundView; UICollectionView * _collectionView; BOOL _deferringInteractiveMoveUntilGestureChange; diff --git a/PrivateFrameworks/ChatKit.framework/CKBrowserSelectionLabelAccessoryView.h b/PrivateFrameworks/ChatKit.framework/CKBrowserSelectionLabelAccessoryView.h index df6c50d72a..36d8b6f90f 100644 --- a/PrivateFrameworks/ChatKit.framework/CKBrowserSelectionLabelAccessoryView.h +++ b/PrivateFrameworks/ChatKit.framework/CKBrowserSelectionLabelAccessoryView.h @@ -2,10 +2,22 @@ Image: /System/Library/PrivateFrameworks/ChatKit.framework/ChatKit */ -@interface CKBrowserSelectionLabelAccessoryView : UIView +@interface CKBrowserSelectionLabelAccessoryView : UIView { + UIImageView * _plusDView; + UIImageView * _plusLView; +} +@property (nonatomic, retain) UIImageView *plusDView; +@property (nonatomic, retain) UIImageView *plusLView; + +- (void).cxx_destruct; - (id)initWithCoder:(id)arg1; - (id)initWithFrame:(struct CGRect { struct CGPoint { float x_1_1_1; float x_1_1_2; } x1; struct CGSize { float x_2_1_1; float x_2_1_2; } x2; })arg1; - (id)initWithLabelAccessoryType:(unsigned int)arg1; +- (id)plusDView; +- (id)plusLView; +- (void)setPlusDView:(id)arg1; +- (void)setPlusLView:(id)arg1; +- (struct CGSize { float x1; float x2; })sizeThatFits:(struct CGSize { float x1; float x2; })arg1; @end diff --git a/PrivateFrameworks/ChatKit.framework/CKBrowserSwitcherViewController.h b/PrivateFrameworks/ChatKit.framework/CKBrowserSwitcherViewController.h index 52a57cece4..f579b3c2f9 100644 --- a/PrivateFrameworks/ChatKit.framework/CKBrowserSwitcherViewController.h +++ b/PrivateFrameworks/ChatKit.framework/CKBrowserSwitcherViewController.h @@ -221,5 +221,6 @@ - (void)viewDidLoad; - (BOOL)viewHasLaidOutSubviews; - (void)viewWillDisappear:(BOOL)arg1; +- (void)viewWillTransitionToSize:(struct CGSize { float x1; float x2; })arg1 withTransitionCoordinator:(id)arg2; @end diff --git a/PrivateFrameworks/ChatKit.framework/CKBrowserTransitionCoordinator.h b/PrivateFrameworks/ChatKit.framework/CKBrowserTransitionCoordinator.h index a2e39f51bd..c1bb732bff 100644 --- a/PrivateFrameworks/ChatKit.framework/CKBrowserTransitionCoordinator.h +++ b/PrivateFrameworks/ChatKit.framework/CKBrowserTransitionCoordinator.h @@ -46,6 +46,7 @@ @property (nonatomic) BOOL underTest; - (void).cxx_destruct; +- (id)_senderIdentifier; - (id)appWindow; - (struct CGRect { struct CGPoint { float x_1_1_1; float x_1_1_2; } x1; struct CGSize { float x_2_1_1; float x_2_1_2; } x2; })cachedCompactFrame; - (id)conversation; diff --git a/PrivateFrameworks/ChatKit.framework/CKBrowserViewController.h b/PrivateFrameworks/ChatKit.framework/CKBrowserViewController.h index faf0e1613d..d56ec958d8 100644 --- a/PrivateFrameworks/ChatKit.framework/CKBrowserViewController.h +++ b/PrivateFrameworks/ChatKit.framework/CKBrowserViewController.h @@ -37,7 +37,6 @@ @property (nonatomic, retain) UIViewController *presentationViewController; @property (nonatomic) NSObject *sendDelegate; @property (nonatomic, readonly) BOOL shouldShowChatChrome; -@property (nonatomic, retain) NSURL *storeLaunchURL; @property (readonly) Class superclass; @property (nonatomic, readonly) BOOL supportsQuickView; @property (nonatomic, readonly) BOOL wantsDarkUI; diff --git a/PrivateFrameworks/ChatKit.framework/CKChatController.h b/PrivateFrameworks/ChatKit.framework/CKChatController.h index 8681306c80..e5f2265a03 100644 --- a/PrivateFrameworks/ChatKit.framework/CKChatController.h +++ b/PrivateFrameworks/ChatKit.framework/CKChatController.h @@ -158,6 +158,7 @@ - (id)_menuTitleForChatItem:(id)arg1; - (id)_navigationControllerToPop; - (void)_performResume; +- (void)_presentBrowserOrAppStoreForAdamID:(id)arg1; - (void)_presentDetailsViewController; - (void)_presentEffectPicker; - (void)_raiseToListenSettingChanged:(id)arg1; @@ -186,6 +187,7 @@ - (void)_transferRestoredNotification:(id)arg1; - (void)_updateActionsToolbarItems; - (void)_updateEntryViewFrameIfNeeded:(BOOL)arg1; +- (void)_updateForNewPreferredService; - (void)_updateInputViewFrameIfNecessary; - (void)_updateNavigationButtons; - (void)_updateTranscriptInlineNotification; @@ -301,6 +303,8 @@ - (BOOL)isShowingPreview; - (BOOL)isShowingVideoMessageRecordingView; - (BOOL)isTransitioningSize; +- (void)keyboardDidShowOrHide:(id)arg1; +- (void)keyboardWillShowOrHide:(id)arg1; - (int)lastKnownDeviceOrientation; - (void)loadChatInputController; - (void)loadView; @@ -351,6 +355,7 @@ - (id)previewController:(id)arg1 transitionImageForPreviewItem:(id)arg2 contentRect:(struct CGRect { struct CGPoint { float x_1_1_1; float x_1_1_2; } x1; struct CGSize { float x_2_1_1; float x_2_1_2; } x2; }*)arg3; - (id)previewController:(id)arg1 transitionViewForPreviewItem:(id)arg2 uncroppedSourceFrame:(struct CGRect { struct CGPoint { float x_1_1_1; float x_1_1_2; } x1; struct CGSize { float x_2_1_1; float x_2_1_2; } x2; }*)arg3 realSize:(struct CGSize { float x1; float x2; }*)arg4; - (void)previewController:(id)arg1 willTransitionToState:(int)arg2; +- (void)previewControllerDidCancelDismiss:(id)arg1; - (void)previewControllerDidDismiss:(id)arg1; - (void)previewControllerWillDismiss:(id)arg1; - (void)previewInteraction:(id)arg1 didUpdateCommitTransition:(float)arg2 ended:(BOOL)arg3; @@ -467,6 +472,7 @@ - (float)throwAnimationManagerAccessoryViewHeight:(id)arg1; - (id)throwAnimationManagerEntryView:(id)arg1; - (void)throwAnimationManagerPrepareForThrowAnimation:(id)arg1 context:(id)arg2; +- (float)throwAnimationManagerTopHeaderHeight:(id)arg1; - (struct CGRect { struct CGPoint { float x_1_1_1; float x_1_1_2; } x1; struct CGSize { float x_2_1_1; float x_2_1_2; } x2; })throwAnimationWindowFrame:(id)arg1; - (id)throwBalloonsForSendAnimationContext:(id)arg1; - (float)topInsetPadding; diff --git a/PrivateFrameworks/ChatKit.framework/CKChatControllerDummyAnimator.h b/PrivateFrameworks/ChatKit.framework/CKChatControllerDummyAnimator.h index 4aac5a6ef6..22e9804fc8 100644 --- a/PrivateFrameworks/ChatKit.framework/CKChatControllerDummyAnimator.h +++ b/PrivateFrameworks/ChatKit.framework/CKChatControllerDummyAnimator.h @@ -5,14 +5,12 @@ @interface CKChatControllerDummyAnimator : NSObject { * _animationDelegate; CAEmitterLayer * _dustEmitter; - CKImpactEffectHapticsGenerator * _hapticsGenerator; } @property (nonatomic) *animationDelegate; @property (readonly, copy) NSString *debugDescription; @property (readonly, copy) NSString *description; @property (nonatomic, retain) CAEmitterLayer *dustEmitter; -@property (nonatomic, retain) CKImpactEffectHapticsGenerator *hapticsGenerator; @property (readonly) unsigned int hash; @property (readonly) Class superclass; @@ -25,11 +23,9 @@ - (id)animationDelegate; - (void)beginAnimationWithSendAnimationContext:(id)arg1; - (id)dustEmitter; -- (id)hapticsGenerator; - (id)init; - (void)setAnimationDelegate:(id)arg1; - (void)setDustEmitter:(id)arg1; -- (void)setHapticsGenerator:(id)arg1; - (void)stopAnimationWithSendAnimationContext:(id)arg1; @end diff --git a/PrivateFrameworks/ChatKit.framework/CKChatInputController.h b/PrivateFrameworks/ChatKit.framework/CKChatInputController.h index d98d694bcb..11898ba6bb 100644 --- a/PrivateFrameworks/ChatKit.framework/CKChatInputController.h +++ b/PrivateFrameworks/ChatKit.framework/CKChatInputController.h @@ -82,6 +82,7 @@ - (void)_openContainingBundleID:(id)arg1 applicationService:(id)arg2 withURL:(id)arg3 pluginID:(id)arg4 completionHandler:(id /* block */)arg5; - (void)_reconfigurePluginDataSourceWithBalloonControllerIfNecessary; - (void)_restoreDimmingWindow; +- (id)_senderIdentifier; - (void)_setupObserverForLaunchAppExtensionForDebugging; - (BOOL)_shouldSendTypingIndicatorDataForPluginIdentifier:(id)arg1; - (void)_showFullScreenBrowser:(id)arg1; diff --git a/PrivateFrameworks/ChatKit.framework/CKComposeChatController.h b/PrivateFrameworks/ChatKit.framework/CKComposeChatController.h index e1bc9a23d8..a4c53dec7c 100644 --- a/PrivateFrameworks/ChatKit.framework/CKComposeChatController.h +++ b/PrivateFrameworks/ChatKit.framework/CKComposeChatController.h @@ -5,6 +5,7 @@ @interface CKComposeChatController : CKChatController { UIBarButtonItem * _composeCancelItem; CKComposeRecipientSelectionController * _composeRecipientSelectionController; + CKComposeNavbarManager * _navbarManager; BOOL _newComposeCancelled; CKComposition * _prepopulatedComposition; NSArray * _prepopulatedRecipients; @@ -16,6 +17,7 @@ @property (nonatomic) *delegate; @property (readonly, copy) NSString *description; @property (readonly) unsigned int hash; +@property (nonatomic, retain) CKComposeNavbarManager *navbarManager; @property (nonatomic) BOOL newComposeCancelled; @property (nonatomic, retain) CKComposition *prepopulatedComposition; @property (nonatomic, retain) NSArray *prepopulatedRecipients; @@ -45,6 +47,7 @@ - (void)messageEntryViewDidChange:(id)arg1; - (void)messageEntryViewSendButtonHit:(id)arg1; - (void)messageEntryViewSendButtonHitWhileDisabled:(id)arg1; +- (id)navbarManager; - (struct UIEdgeInsets { float x1; float x2; float x3; float x4; })navigationBarInsetsForRecipientSelectionController:(id)arg1; - (BOOL)newComposeCancelled; - (id)outgoingComposeViewForSendAnimation; @@ -62,9 +65,11 @@ - (void)recipientSelectionControllerReturnPressed:(id)arg1; - (void)recipientSelectionControllerSearchListDidShowOrHide:(id)arg1; - (void)reloadEntryViewIfNeeded; +- (void)sendAnimationManagerWillStartAnimation:(id)arg1 context:(id)arg2; - (void)sendComposition:(id)arg1; - (void)setComposeCancelItem:(id)arg1; - (void)setComposeRecipientSelectionController:(id)arg1; +- (void)setNavbarManager:(id)arg1; - (void)setNewComposeCancelled:(BOOL)arg1; - (void)setPrepopulatedComposition:(id)arg1; - (void)setPrepopulatedRecipients:(id)arg1; @@ -74,6 +79,7 @@ - (BOOL)transcriptCollectionViewControllerPlaybackForOutgoingEffectsIsAllowed:(id)arg1; - (id)unatomizedRecipientText; - (void)viewDidAppear:(BOOL)arg1; +- (void)viewDidLoad; - (void)viewWillDisappear:(BOOL)arg1; @end diff --git a/PrivateFrameworks/ChatKit.framework/CKComposeNavbarCanvasViewController.h b/PrivateFrameworks/ChatKit.framework/CKComposeNavbarCanvasViewController.h new file mode 100644 index 0000000000..d9835a3fa5 --- /dev/null +++ b/PrivateFrameworks/ChatKit.framework/CKComposeNavbarCanvasViewController.h @@ -0,0 +1,31 @@ +/* Generated by RuntimeBrowser + Image: /System/Library/PrivateFrameworks/ChatKit.framework/ChatKit + */ + +@interface CKComposeNavbarCanvasViewController : UIViewController { + UIButton * _cancelButton; + CKNavigationBarCanvasView * _canvasView; + UILabel * _titleLabel; +} + +@property (nonatomic, retain) UIButton *cancelButton; +@property (nonatomic, retain) CKNavigationBarCanvasView *canvasView; +@property (nonatomic, retain) UILabel *titleLabel; + +- (void).cxx_destruct; +- (void)_initializeForTraitCollection:(id)arg1; +- (float)_preferredHeightForTraitCollection:(id)arg1; +- (void)_setupDefaultCanvasView; +- (BOOL)_shouldUseRTL; +- (id)_windowTraitCollection; +- (id)cancelButton; +- (id)canvasView; +- (void)loadView; +- (void)setCancelButton:(id)arg1; +- (void)setCanvasView:(id)arg1; +- (void)setTitleLabel:(id)arg1; +- (id)titleLabel; +- (void)updateTitle:(id)arg1 animated:(BOOL)arg2; +- (void)viewDidLoad; + +@end diff --git a/PrivateFrameworks/ChatKit.framework/CKComposeNavbarManager.h b/PrivateFrameworks/ChatKit.framework/CKComposeNavbarManager.h new file mode 100644 index 0000000000..ad933d0d5f --- /dev/null +++ b/PrivateFrameworks/ChatKit.framework/CKComposeNavbarManager.h @@ -0,0 +1,30 @@ +/* Generated by RuntimeBrowser + Image: /System/Library/PrivateFrameworks/ChatKit.framework/ChatKit + */ + +@interface CKComposeNavbarManager : NSObject { + CKNavbarCanvasViewController * _avatarNavbarCanvasViewController; + CKComposeNavbarManagerContentView * _contentView; + CKComposeNavbarCanvasViewController * _defaultNavbarCanvasViewController; +} + +@property (nonatomic, retain) CKNavbarCanvasViewController *avatarNavbarCanvasViewController; +@property (nonatomic, readonly) UIButton *cancelButton; +@property (nonatomic, retain) CKComposeNavbarManagerContentView *contentView; +@property (nonatomic, retain) CKComposeNavbarCanvasViewController *defaultNavbarCanvasViewController; + +- (void).cxx_destruct; +- (void)_setupAvatarNavBarViewControllerWithConversation:(id)arg1 shouldShowBackButtonView:(BOOL)arg2; +- (void)_setupDefaultNavbarCanvasViewController; +- (id)avatarNavbarCanvasViewController; +- (id)cancelButton; +- (void)commitTransitionAnimationWithConversation:(id)arg1 shouldShowBackButtonView:(BOOL)arg2; +- (id)contentView; +- (id)defaultNavbarCanvasViewController; +- (id)init; +- (void)setAvatarNavbarCanvasViewController:(id)arg1; +- (void)setContentView:(id)arg1; +- (void)setDefaultNavbarCanvasViewController:(id)arg1; +- (void)updateTitle:(id)arg1 animated:(BOOL)arg2; + +@end diff --git a/PrivateFrameworks/ChatKit.framework/CKComposeNavbarManagerContentView.h b/PrivateFrameworks/ChatKit.framework/CKComposeNavbarManagerContentView.h new file mode 100644 index 0000000000..2ad5416071 --- /dev/null +++ b/PrivateFrameworks/ChatKit.framework/CKComposeNavbarManagerContentView.h @@ -0,0 +1,17 @@ +/* Generated by RuntimeBrowser + Image: /System/Library/PrivateFrameworks/ChatKit.framework/ChatKit + */ + +@interface CKComposeNavbarManagerContentView : UIView { + CKNavigationBarCanvasView * _canvasView; +} + +@property (nonatomic, retain) CKNavigationBarCanvasView *canvasView; + +- (void).cxx_destruct; +- (id)canvasView; +- (void)layoutSubviews; +- (void)setCanvasView:(id)arg1; +- (struct CGSize { float x1; float x2; })sizeThatFits:(struct CGSize { float x1; float x2; })arg1; + +@end diff --git a/PrivateFrameworks/ChatKit.framework/CKContactsSearchManager.h b/PrivateFrameworks/ChatKit.framework/CKContactsSearchManager.h index 6ff9d440a6..90ea875dcc 100644 --- a/PrivateFrameworks/ChatKit.framework/CKContactsSearchManager.h +++ b/PrivateFrameworks/ChatKit.framework/CKContactsSearchManager.h @@ -7,6 +7,7 @@ NSArray * _conversationCache; NSNumber * _currentSearchTaskID; * _delegate; + NSCharacterSet * _emojiCharacterSet; NSArray * _enteredRecipients; MFContactsSearchManager * _searchManager; NSMutableArray * _searchResults; @@ -20,6 +21,7 @@ @property (readonly, copy) NSString *debugDescription; @property (nonatomic) *delegate; @property (readonly, copy) NSString *description; +@property (nonatomic, retain) NSCharacterSet *emojiCharacterSet; @property (nonatomic, retain) NSArray *enteredRecipients; @property (readonly) unsigned int hash; @property (nonatomic, retain) MFContactsSearchManager *searchManager; @@ -29,7 +31,9 @@ @property (nonatomic) BOOL suppressGroupSuggestions; - (void).cxx_destruct; +- (id)_cullOldResults:(id)arg1; - (void)_generateConversationCache; +- (struct _NSRange { unsigned int x1; unsigned int x2; })_rangeForSearchTerm:(id)arg1 inTarget:(id)arg2 tokenizedByCharacterSet:(id)arg3; - (id)_sortResultsByDate:(id)arg1; - (id)_sortSearchResultsWithCoreRecentsResults:(id)arg1 displayNameMatches:(id)arg2 participantNameMatches:(id)arg3; - (void)beganNetworkActivity; @@ -42,6 +46,7 @@ - (void)dealloc; - (id)delegate; - (void)didSelectRecipient:(id)arg1 atIndex:(unsigned int)arg2; +- (id)emojiCharacterSet; - (void)endedNetworkActivity; - (id)enteredRecipients; - (void)finishedSearchingForAutocompleteResults; @@ -56,6 +61,7 @@ - (void)setConversationCache:(id)arg1; - (void)setCurrentSearchTaskID:(id)arg1; - (void)setDelegate:(id)arg1; +- (void)setEmojiCharacterSet:(id)arg1; - (void)setEnteredRecipients:(id)arg1; - (void)setSearchManager:(id)arg1; - (void)setSearchResults:(id)arg1; diff --git a/PrivateFrameworks/ChatKit.framework/CKCoreChatController.h b/PrivateFrameworks/ChatKit.framework/CKCoreChatController.h index e2ec6351e6..875801092f 100644 --- a/PrivateFrameworks/ChatKit.framework/CKCoreChatController.h +++ b/PrivateFrameworks/ChatKit.framework/CKCoreChatController.h @@ -67,6 +67,7 @@ - (void)_setTitle:(id)arg1 animated:(BOOL)arg2; - (void)_transferFinishedNotification:(id)arg1; - (void)_transferRestoredNotification:(id)arg1; +- (void)_updateForNewPreferredService; - (void)_updateNavigationButtons; - (void)_updateTitleAnimated:(BOOL)arg1; - (void)_willSendComposition:(id)arg1 inConversation:(id)arg2; diff --git a/PrivateFrameworks/ChatKit.framework/CKDNDList.h b/PrivateFrameworks/ChatKit.framework/CKDNDList.h index 8f1099227c..fc0c3bd357 100644 --- a/PrivateFrameworks/ChatKit.framework/CKDNDList.h +++ b/PrivateFrameworks/ChatKit.framework/CKDNDList.h @@ -11,17 +11,22 @@ + (id)sharedList; - (void).cxx_destruct; +- (id)_deprecated_globalIdentifierForChat:(id)arg1; - (void)_handleDNDListChanged; - (id)currentList; - (void)dealloc; -- (id)globalIdentifierForChat:(id)arg1; +- (id)groupHashForChat:(id)arg1; +- (id)groupHashForHandleIDs:(id)arg1; - (id)init; - (BOOL)isMutedChat:(id)arg1; -- (BOOL)isMutedChatIdentifier:(id)arg1; +- (BOOL)isMutedChatIdentifier:(id)arg1 handleIDs:(id)arg2 style:(unsigned char)arg3 isSMS:(BOOL)arg4; - (void)muteChat:(id)arg1 untilDate:(id)arg2; +- (void)muteChat:(id)arg1 untilDate:(id)arg2 syncToWatch:(BOOL)arg3; +- (void)muteChat:(id)arg1 usingIdentifier:(id)arg2 untilDate:(id)arg3 syncToWatch:(BOOL)arg4; - (void)performMigrationIfNecessary; - (void)setSyncManager:(id)arg1; - (id)syncManager; +- (void)syncToWatchIncludingVersion:(BOOL)arg1; - (id)unmuteDateForChat:(id)arg1; - (id)unmuteDateForIdentifier:(id)arg1; diff --git a/PrivateFrameworks/ChatKit.framework/CKDetailsAddGroupNameView.h b/PrivateFrameworks/ChatKit.framework/CKDetailsAddGroupNameView.h index 39fce5e92c..37ff52c57b 100644 --- a/PrivateFrameworks/ChatKit.framework/CKDetailsAddGroupNameView.h +++ b/PrivateFrameworks/ChatKit.framework/CKDetailsAddGroupNameView.h @@ -6,7 +6,7 @@ * _delegate; BOOL _enabled; NSString * _groupName; - UITextField * _inputField; + CKDetailsViewAddGroupNameViewUITextField * _inputField; UILabel * _placeholderLabel; } @@ -16,7 +16,7 @@ @property (getter=isEnabled, nonatomic) BOOL enabled; @property (nonatomic, copy) NSString *groupName; @property (readonly) unsigned int hash; -@property (nonatomic, retain) UITextField *inputField; +@property (nonatomic, retain) CKDetailsViewAddGroupNameViewUITextField *inputField; @property (nonatomic, retain) UILabel *placeholderLabel; @property (readonly) Class superclass; @@ -37,6 +37,7 @@ - (void)setInputField:(id)arg1; - (void)setPlaceholderLabel:(id)arg1; - (struct CGSize { float x1; float x2; })sizeThatFits:(struct CGSize { float x1; float x2; })arg1; +- (void)textFieldDidBeginEditing:(id)arg1; - (void)textFieldDidEndEditing:(id)arg1; - (BOOL)textFieldShouldReturn:(id)arg1; diff --git a/PrivateFrameworks/ChatKit.framework/CKDetailsPhotosViewController.h b/PrivateFrameworks/ChatKit.framework/CKDetailsPhotosViewController.h index fb109dd6c1..b52d557af7 100644 --- a/PrivateFrameworks/ChatKit.framework/CKDetailsPhotosViewController.h +++ b/PrivateFrameworks/ChatKit.framework/CKDetailsPhotosViewController.h @@ -100,6 +100,7 @@ - (struct CGRect { struct CGPoint { float x_1_1_1; float x_1_1_2; } x1; struct CGSize { float x_2_1_1; float x_2_1_2; } x2; })previewController:(id)arg1 frameForPreviewItem:(id)arg2 inSourceView:(id*)arg3; - (BOOL)previewController:(id)arg1 shouldOpenURL:(id)arg2 forPreviewItem:(id)arg3; - (id)previewController:(id)arg1 transitionViewForPreviewItem:(id)arg2 uncroppedSourceFrame:(struct CGRect { struct CGPoint { float x_1_1_1; float x_1_1_2; } x1; struct CGSize { float x_2_1_1; float x_2_1_2; } x2; }*)arg3 realSize:(struct CGSize { float x1; float x2; }*)arg4; +- (void)previewControllerDidCancelDismiss:(id)arg1; - (void)previewControllerDidDismiss:(id)arg1; - (void)previewingContext:(id)arg1 commitViewController:(id)arg2; - (id)previewingContext:(id)arg1 viewControllerForLocation:(struct CGPoint { float x1; float x2; })arg2; diff --git a/PrivateFrameworks/ChatKit.framework/CKDetailsViewAddGroupNameViewUITextField.h b/PrivateFrameworks/ChatKit.framework/CKDetailsViewAddGroupNameViewUITextField.h new file mode 100644 index 0000000000..c77cf220fa --- /dev/null +++ b/PrivateFrameworks/ChatKit.framework/CKDetailsViewAddGroupNameViewUITextField.h @@ -0,0 +1,15 @@ +/* Generated by RuntimeBrowser + Image: /System/Library/PrivateFrameworks/ChatKit.framework/ChatKit + */ + +@interface CKDetailsViewAddGroupNameViewUITextField : UITextField { + BOOL _canResignFirstResponderInternal; +} + +@property (nonatomic) BOOL canResignFirstResponderInternal; + +- (BOOL)canResignFirstResponder; +- (BOOL)canResignFirstResponderInternal; +- (void)setCanResignFirstResponderInternal:(BOOL)arg1; + +@end diff --git a/PrivateFrameworks/ChatKit.framework/CKDispatchQueue.h b/PrivateFrameworks/ChatKit.framework/CKDispatchQueue.h index faef171164..671b380db1 100644 --- a/PrivateFrameworks/ChatKit.framework/CKDispatchQueue.h +++ b/PrivateFrameworks/ChatKit.framework/CKDispatchQueue.h @@ -28,7 +28,6 @@ - (void)addBlock:(id /* block */)arg1 withQueuePriority:(int)arg2; - (void)addBlock:(id /* block */)arg1 withQueuePriority:(int)arg2 forKey:(id)arg3; - (id)allKeysOfOutstandingBlocks; -- (void)cancelOustandingBlocks; - (BOOL)containsOutstandingBlockForKey:(id)arg1; - (void)dealloc; - (id)dispatchQueue; diff --git a/PrivateFrameworks/ChatKit.framework/CKEffectPickerView.h b/PrivateFrameworks/ChatKit.framework/CKEffectPickerView.h index d6243559e7..b6a09fd07e 100644 --- a/PrivateFrameworks/ChatKit.framework/CKEffectPickerView.h +++ b/PrivateFrameworks/ChatKit.framework/CKEffectPickerView.h @@ -16,6 +16,7 @@ CALayer * _blueContrastLayer; UIButton * _closeButton; NSLayoutConstraint * _closeButtonBottomConstraint; + BOOL _controlColor; * _delegate; CKChatControllerDummyAnimator * _dummyAnimator; NSMutableArray * _effectDescriptiveLabels; @@ -34,6 +35,7 @@ NSArray * _momentIdentifiers; UILabel * _momentTitleLabel; UICollectionView * _momentsCollectionView; + BOOL _needsSwitcherAnimation; UIPageControl * _pageControl; UIPanGestureRecognizer * _panGestureRecognizer; NSMutableDictionary * _pausedAnimatedCells; @@ -58,6 +60,7 @@ @property (nonatomic, retain) CALayer *blueContrastLayer; @property (nonatomic, retain) UIButton *closeButton; @property (nonatomic, retain) NSLayoutConstraint *closeButtonBottomConstraint; +@property (nonatomic) BOOL controlColor; @property (readonly, copy) NSString *debugDescription; @property (nonatomic) *delegate; @property (readonly, copy) NSString *description; @@ -79,6 +82,7 @@ @property (nonatomic, copy) NSArray *momentIdentifiers; @property (nonatomic, retain) UILabel *momentTitleLabel; @property (nonatomic, retain) UICollectionView *momentsCollectionView; +@property (nonatomic) BOOL needsSwitcherAnimation; @property (nonatomic, retain) UIPageControl *pageControl; @property (nonatomic, retain) UIPanGestureRecognizer *panGestureRecognizer; @property (nonatomic, retain) NSMutableDictionary *pausedAnimatedCells; @@ -110,10 +114,10 @@ - (id)_defaultSendAnimationContextForAnimationPreview; - (id)_glyphLayerForButtonAnimationWithGlyphName:(id)arg1; - (BOOL)_keyboardIsOnTopOfEffectPickerWindow; -- (BOOL)_needsSwitcherAnimation; - (void)_panGesture:(id)arg1; - (void)_resizeBalloon; - (void)_setBalloonText:(id)arg1 withColor:(id)arg2; +- (void)_setNeedsSwitcherAnimationIfNecessary; - (void)_startSwitcherAnimationIfNecessary; - (void)_stopBalloonAnimation; - (void)_touchUpInsideCloseButton:(id)arg1; @@ -143,6 +147,7 @@ - (void)collectionView:(id)arg1 didEndDisplayingCell:(id)arg2 forItemAtIndexPath:(id)arg3; - (int)collectionView:(id)arg1 numberOfItemsInSection:(int)arg2; - (void)collectionView:(id)arg1 willDisplayCell:(id)arg2 forItemAtIndexPath:(id)arg3; +- (BOOL)controlColor; - (void)dealloc; - (id)delegate; - (id)dummyAnimator; @@ -159,7 +164,7 @@ - (id)hintBlackText; - (id)hintContainer; - (id)hintSendButton; -- (id)initWithFrame:(struct CGRect { struct CGPoint { float x_1_1_1; float x_1_1_2; } x1; struct CGSize { float x_2_1_1; float x_2_1_2; } x2; })arg1 sendButtonFrame:(struct CGRect { struct CGPoint { float x_1_1_1; float x_1_1_2; } x1; struct CGSize { float x_2_1_1; float x_2_1_2; } x2; })arg2 balloonViewOrigin:(struct CGPoint { float x1; float x2; })arg3 composition:(id)arg4; +- (id)initWithFrame:(struct CGRect { struct CGPoint { float x_1_1_1; float x_1_1_2; } x1; struct CGSize { float x_2_1_1; float x_2_1_2; } x2; })arg1 sendButtonFrame:(struct CGRect { struct CGPoint { float x_1_1_1; float x_1_1_2; } x1; struct CGSize { float x_2_1_1; float x_2_1_2; } x2; })arg2 balloonViewOrigin:(struct CGPoint { float x1; float x2; })arg3 composition:(id)arg4 color:(BOOL)arg5; - (void)invalidateAllAnimationTimers; - (BOOL)isAnimating; - (void)layoutSubviews; @@ -168,6 +173,7 @@ - (id)momentIdentifiers; - (id)momentTitleLabel; - (id)momentsCollectionView; +- (BOOL)needsSwitcherAnimation; - (id)pageControl; - (void)pageControlChanged:(id)arg1; - (id)panGestureRecognizer; @@ -195,6 +201,7 @@ - (void)setCloseButton:(id)arg1; - (void)setCloseButtonBottomConstraint:(id)arg1; - (void)setCloseButtonYPosition:(float)arg1; +- (void)setControlColor:(BOOL)arg1; - (void)setDelegate:(id)arg1; - (void)setDummyAnimator:(id)arg1; - (void)setEffectDescriptiveLabels:(id)arg1; @@ -213,6 +220,7 @@ - (void)setMomentIdentifiers:(id)arg1; - (void)setMomentTitleLabel:(id)arg1; - (void)setMomentsCollectionView:(id)arg1; +- (void)setNeedsSwitcherAnimation:(BOOL)arg1; - (void)setPageControl:(id)arg1; - (void)setPanGestureRecognizer:(id)arg1; - (void)setPausedAnimatedCells:(id)arg1; @@ -228,6 +236,7 @@ - (void)startAnimationPreviewForIdentifier:(id)arg1; - (id)typeSegmentedControl; - (id)typeSegmentedControlBottomConstraint; +- (void)updateColor:(BOOL)arg1; - (void)updateHintTransition:(float)arg1; - (void)updateMomentTitle:(BOOL)arg1; - (BOOL)usesDarkVibrancyForLayers; diff --git a/PrivateFrameworks/ChatKit.framework/CKEffectPickerViewController.h b/PrivateFrameworks/ChatKit.framework/CKEffectPickerViewController.h index 688df5b8e9..61642b093a 100644 --- a/PrivateFrameworks/ChatKit.framework/CKEffectPickerViewController.h +++ b/PrivateFrameworks/ChatKit.framework/CKEffectPickerViewController.h @@ -35,7 +35,7 @@ - (void)effectSelectedWithIdentifier:(id)arg1; - (void)handleTouchMoved:(struct CGPoint { float x1; float x2; })arg1; - (void)handleTouchUp:(struct CGPoint { float x1; float x2; })arg1; -- (id)initWithComposition:(id)arg1 sendButtonFrame:(struct CGRect { struct CGPoint { float x_1_1_1; float x_1_1_2; } x1; struct CGSize { float x_2_1_1; float x_2_1_2; } x2; })arg2 balloonViewOrigin:(struct CGPoint { float x1; float x2; })arg3; +- (id)initWithComposition:(id)arg1 sendButtonFrame:(struct CGRect { struct CGPoint { float x_1_1_1; float x_1_1_2; } x1; struct CGSize { float x_2_1_1; float x_2_1_2; } x2; })arg2 balloonViewOrigin:(struct CGPoint { float x1; float x2; })arg3 color:(BOOL)arg4; - (id)pickerView; - (void)presentPicker; - (struct CGRect { struct CGPoint { float x_1_1_1; float x_1_1_2; } x1; struct CGSize { float x_2_1_1; float x_2_1_2; } x2; })sendButtonFrame; @@ -48,6 +48,7 @@ - (void)setText:(id)arg1; - (id)text; - (void)touchUpInsideCloseButton; +- (void)updateColor:(BOOL)arg1; - (void)updateHintTransition:(float)arg1; - (void)viewWillAppear:(BOOL)arg1; - (void)viewWillDisappear:(BOOL)arg1; diff --git a/PrivateFrameworks/ChatKit.framework/CKEnglishHaAcknowledgmentGlyphView.h b/PrivateFrameworks/ChatKit.framework/CKEnglishHaAcknowledgmentGlyphView.h new file mode 100644 index 0000000000..70821fc92a --- /dev/null +++ b/PrivateFrameworks/ChatKit.framework/CKEnglishHaAcknowledgmentGlyphView.h @@ -0,0 +1,34 @@ +/* Generated by RuntimeBrowser + Image: /System/Library/PrivateFrameworks/ChatKit.framework/ChatKit + */ + +@interface CKEnglishHaAcknowledgmentGlyphView : CKAcknowledgmentGlyphView { + UIImageView * _a1; + UIImageView * _a2; + UIImageView * _h1; + UIImageView * _h2; +} + +@property (nonatomic, retain) UIImageView *a1; +@property (nonatomic, retain) UIImageView *a2; +@property (nonatomic, retain) UIImageView *h1; +@property (nonatomic, retain) UIImageView *h2; + +- (void).cxx_destruct; +- (id)a1; +- (id)a2; +- (int)acknowledgmentType; +- (void)animateWithDelay:(double)arg1 completionDelay:(double)arg2 completion:(id /* block */)arg3; +- (double)animationDuration; +- (struct CGPoint { float x1; float x2; })glyphOffset; +- (id)h1; +- (id)h2; +- (id)initWithFrame:(struct CGRect { struct CGPoint { float x_1_1_1; float x_1_1_2; } x1; struct CGSize { float x_2_1_1; float x_2_1_2; } x2; })arg1; +- (void)layoutSubviews; +- (void)setA1:(id)arg1; +- (void)setA2:(id)arg1; +- (void)setGlyphColor:(id)arg1; +- (void)setH1:(id)arg1; +- (void)setH2:(id)arg1; + +@end diff --git a/PrivateFrameworks/ChatKit.framework/CKFullScreenAppNavbarManager.h b/PrivateFrameworks/ChatKit.framework/CKFullScreenAppNavbarManager.h index 0f57aa24f2..d84a2efb29 100644 --- a/PrivateFrameworks/ChatKit.framework/CKFullScreenAppNavbarManager.h +++ b/PrivateFrameworks/ChatKit.framework/CKFullScreenAppNavbarManager.h @@ -7,6 +7,7 @@ CKAvatarPickerViewController * _avatarPickerViewController; CKNavigationBarCanvasView * _canvasView; CKConversation * _conversation; + UILabel * _defaultTitleLabel; * _delegate; UIButton * _dismissButton; NSTimer * _notificationTimer; @@ -20,6 +21,7 @@ @property (nonatomic, retain) CKNavigationBarCanvasView *canvasView; @property (nonatomic, retain) CKConversation *conversation; @property (readonly, copy) NSString *debugDescription; +@property (nonatomic, retain) UILabel *defaultTitleLabel; @property (nonatomic) *delegate; @property (readonly, copy) NSString *description; @property (nonatomic, retain) UIButton *dismissButton; @@ -32,15 +34,20 @@ - (void).cxx_destruct; - (void)_addNotificationViewToQueue; +- (BOOL)_canShowAvatarView; - (void)_configureCanvasView; +- (void)_contactPhotosEnabledChangedNotification:(id)arg1; - (void)_dequeueNotificationViews:(id)arg1; - (BOOL)_didReceiveMessageChatItem:(id)arg1 addedChatItems:(id)arg2; +- (void)_handleChatDisplayNameChange:(id)arg1; - (void)_handleChatItemDidChange:(id)arg1; - (void)_invalidateTimer; - (void)_removeAllNotifications; - (BOOL)_shouldStartnotificationQueue; - (void)_startNotificationQueue; - (void)_updateDismissButton; +- (void)_updateTitleLabelText; +- (void)_updateTitleView; - (int)_viewModeForCalloutView; - (id)appIconButton; - (void)avatarNotificationCalloutViewDidFinishFadeOut:(id)arg1; @@ -50,6 +57,7 @@ - (id)canvasView; - (id)conversation; - (void)dealloc; +- (id)defaultTitleLabel; - (id)delegate; - (id)dismissButton; - (void)dismissNotifications; @@ -61,6 +69,7 @@ - (void)setAvatarPickerViewController:(id)arg1; - (void)setCanvasView:(id)arg1; - (void)setConversation:(id)arg1; +- (void)setDefaultTitleLabel:(id)arg1; - (void)setDelegate:(id)arg1; - (void)setDismissButton:(id)arg1; - (void)setNotificationTimer:(id)arg1; diff --git a/PrivateFrameworks/ChatKit.framework/CKFullScreenAppViewController.h b/PrivateFrameworks/ChatKit.framework/CKFullScreenAppViewController.h index 07ffb6ec22..6cb2fcd4a0 100644 --- a/PrivateFrameworks/ChatKit.framework/CKFullScreenAppViewController.h +++ b/PrivateFrameworks/ChatKit.framework/CKFullScreenAppViewController.h @@ -81,7 +81,6 @@ @property (nonatomic, retain) UIViewController *presentationViewController; @property (nonatomic) NSObject *sendDelegate; @property (nonatomic, readonly) BOOL shouldShowChatChrome; -@property (nonatomic, retain) NSURL *storeLaunchURL; @property (readonly) Class superclass; @property (nonatomic, readonly) BOOL supportsQuickView; @property (nonatomic) struct CGRect { struct CGPoint { float x_1_1_1; float x_1_1_2; } x1; struct CGSize { float x_2_1_1; float x_2_1_2; } x2; } targetBrowserFrame; diff --git a/PrivateFrameworks/ChatKit.framework/CKFullScreenBalloonViewControllerPhone.h b/PrivateFrameworks/ChatKit.framework/CKFullScreenBalloonViewControllerPhone.h index e25a7138fe..b66b26371d 100644 --- a/PrivateFrameworks/ChatKit.framework/CKFullScreenBalloonViewControllerPhone.h +++ b/PrivateFrameworks/ChatKit.framework/CKFullScreenBalloonViewControllerPhone.h @@ -6,7 +6,6 @@ BOOL _animationsDisabledForTesting; UIView * _balloonView; float _balloonYOffsetFromTranscript; - CKImpactEffectHapticsGenerator * _hapticsGenerator; NSArray * _interfaceActions; CKActionSheetMenuView * _menuView; BOOL _shouldLayoutViews; @@ -18,7 +17,6 @@ @property (nonatomic) float balloonYOffsetFromTranscript; @property (readonly, copy) NSString *debugDescription; @property (readonly, copy) NSString *description; -@property (nonatomic, retain) CKImpactEffectHapticsGenerator *hapticsGenerator; @property (readonly) unsigned int hash; @property (nonatomic, copy) NSArray *interfaceActions; @property (nonatomic, retain) CKActionSheetMenuView *menuView; @@ -38,7 +36,6 @@ - (void)dealloc; - (void)disableAnimationsForTesting; - (void)dismissTapGestureRecognized:(id)arg1; -- (id)hapticsGenerator; - (id)initWithChatItem:(id)arg1 title:(id)arg2 interfaceActions:(id)arg3 gradientReferenceView:(id)arg4 isGroupConversation:(BOOL)arg5 showActionMenu:(BOOL)arg6 pluginBalloonSnapshot:(id)arg7 delegate:(id)arg8; - (void)interactionStartedFromPreviewItemControllerInBalloonView:(id)arg1; - (void)interactionStoppedFromPreviewItemControllerInBalloonView:(id)arg1; @@ -50,7 +47,6 @@ - (void)setAnimationsDisabledForTesting:(BOOL)arg1; - (void)setBalloonView:(id)arg1; - (void)setBalloonYOffsetFromTranscript:(float)arg1; -- (void)setHapticsGenerator:(id)arg1; - (void)setInterfaceActions:(id)arg1; - (void)setMenuView:(id)arg1; - (void)setVotingViewController:(id)arg1; diff --git a/PrivateFrameworks/ChatKit.framework/CKFullScreenEffect.h b/PrivateFrameworks/ChatKit.framework/CKFullScreenEffect.h index 28383a2f61..8501caf0a1 100644 --- a/PrivateFrameworks/ChatKit.framework/CKFullScreenEffect.h +++ b/PrivateFrameworks/ChatKit.framework/CKFullScreenEffect.h @@ -7,6 +7,7 @@ float _currentVolume; * _delegate; NSString * _identifier; + BOOL _triggeredByResponseKit; CKMessagePartChatItem * _triggeringChatItem; } @@ -16,6 +17,7 @@ @property (readonly) unsigned int hash; @property (nonatomic, copy) NSString *identifier; @property (readonly) Class superclass; +@property (nonatomic) BOOL triggeredByResponseKit; @property (nonatomic, retain) CKMessagePartChatItem *triggeringChatItem; + (id)_monochromeDimmingFilterWithType:(int)arg1; @@ -30,6 +32,7 @@ - (int)_filterTypeForCell:(id)arg1 caresAboutOrientation:(BOOL*)arg2 orientation:(BOOL*)arg3; - (BOOL)_supportsSoundEffects; - (void)applyMessageFiltersToCells:(id)arg1; +- (void)applyMessageFiltersToTriggeringCell:(id)arg1; - (void)audioController:(id)arg1 didPrepareMediaObjectToPlay:(id)arg2 successfully:(BOOL)arg3; - (void)audioController:(id)arg1 mediaObjectProgressDidChange:(id)arg2 currentTime:(double)arg3 duration:(double)arg4; - (id)backgroundColor; @@ -40,17 +43,20 @@ - (BOOL)effectIsDark; - (Class)effectViewClass; - (id)identifier; +- (BOOL)isForegroundEffect; - (unsigned int)layerCount; - (id)messageFilters; - (void)playSoundEffect; - (void)prepareSoundEffect; - (void)setDelegate:(id)arg1; - (void)setIdentifier:(id)arg1; +- (void)setTriggeredByResponseKit:(BOOL)arg1; - (void)setTriggeringChatItem:(id)arg1; - (BOOL)shouldDrawOverNavigationBar; - (id)soundEffectFileURL; - (BOOL)soundEffectHasHapticTrack; - (void)stopSoundEffect; +- (BOOL)triggeredByResponseKit; - (id)triggeringChatItem; @end diff --git a/PrivateFrameworks/ChatKit.framework/CKFullscreenBrowserNavigationController.h b/PrivateFrameworks/ChatKit.framework/CKFullscreenBrowserNavigationController.h index d28d4e50e4..7d82ed37b2 100644 --- a/PrivateFrameworks/ChatKit.framework/CKFullscreenBrowserNavigationController.h +++ b/PrivateFrameworks/ChatKit.framework/CKFullscreenBrowserNavigationController.h @@ -12,6 +12,7 @@ - (BOOL)constrainToPresentingVCBounds; - (BOOL)forceWindowedPresentation; - (void)loadView; +- (int)preferredStatusBarStyle; - (BOOL)preserveModalPresentationStyle; - (BOOL)shouldAutorotate; - (unsigned int)supportedInterfaceOrientations; diff --git a/PrivateFrameworks/ChatKit.framework/CKFullscreenEffectMessageFilter.h b/PrivateFrameworks/ChatKit.framework/CKFullscreenEffectMessageFilter.h index 3dd353fc53..8753a720c7 100644 --- a/PrivateFrameworks/ChatKit.framework/CKFullscreenEffectMessageFilter.h +++ b/PrivateFrameworks/ChatKit.framework/CKFullscreenEffectMessageFilter.h @@ -9,6 +9,7 @@ NSArray * _balloonFilters; float _contentAlpha; int _direction; + UIColor * _textColor; CAFilter * _textCompositingFilter; int _type; } @@ -19,6 +20,7 @@ @property (nonatomic, copy) NSArray *balloonFilters; @property (nonatomic) float contentAlpha; @property (nonatomic) int direction; +@property (nonatomic, copy) UIColor *textColor; @property (nonatomic, copy) CAFilter *textCompositingFilter; @property (nonatomic) int type; @@ -36,8 +38,10 @@ - (void)setBalloonFilters:(id)arg1; - (void)setContentAlpha:(float)arg1; - (void)setDirection:(int)arg1; +- (void)setTextColor:(id)arg1; - (void)setTextCompositingFilter:(id)arg1; - (void)setType:(int)arg1; +- (id)textColor; - (id)textCompositingFilter; - (int)type; diff --git a/PrivateFrameworks/ChatKit.framework/CKHaAcknowledgmentGlyphView.h b/PrivateFrameworks/ChatKit.framework/CKHaAcknowledgmentGlyphView.h index ac19ad0e36..8966537940 100644 --- a/PrivateFrameworks/ChatKit.framework/CKHaAcknowledgmentGlyphView.h +++ b/PrivateFrameworks/ChatKit.framework/CKHaAcknowledgmentGlyphView.h @@ -2,9 +2,10 @@ Image: /System/Library/PrivateFrameworks/ChatKit.framework/ChatKit */ -@interface CKHaAcknowledgmentGlyphView : CKHeartAcknowledgmentGlyphView +@interface CKHaAcknowledgmentGlyphView : CKSimpleAcknowledgementGlyphView - (int)acknowledgmentType; - (void)animateWithDelay:(double)arg1 completionDelay:(double)arg2 completion:(id /* block */)arg3; +- (struct CGPoint { float x1; float x2; })glyphOffset; @end diff --git a/PrivateFrameworks/ChatKit.framework/CKHandwritingPresentationController.h b/PrivateFrameworks/ChatKit.framework/CKHandwritingPresentationController.h index d6a6ece6e3..f558fa452e 100644 --- a/PrivateFrameworks/ChatKit.framework/CKHandwritingPresentationController.h +++ b/PrivateFrameworks/ChatKit.framework/CKHandwritingPresentationController.h @@ -10,6 +10,7 @@ NSObject * _cachedSendDelegate; NSObject * _delegate; CKDeviceOrientationManager * _deviceOrientationManager; + BOOL _foregrounded; CKHandwritingWindow * _handwritingWindow; int _initialInterfaceOrientation; BOOL _requestedVisibility; @@ -24,6 +25,7 @@ @property (nonatomic) NSObject *cachedSendDelegate; @property (nonatomic) NSObject *delegate; @property (nonatomic, retain) CKDeviceOrientationManager *deviceOrientationManager; +@property (nonatomic) BOOL foregrounded; @property (nonatomic, retain) CKHandwritingWindow *handwritingWindow; @property (nonatomic) int initialInterfaceOrientation; @property (readonly) NSString *pluginBundleID; @@ -36,6 +38,9 @@ - (void).cxx_destruct; - (void)_doInitialization; +- (void)_flushHandwritingWindowCacheIfNeeded; +- (void)_handleApplicationDidEnterBackground:(id)arg1; +- (void)_handleApplicationWillEnterForeground:(id)arg1; - (void)_loadCachedPayloadIntoBrowser; - (void)_updateVisibilityState; - (BOOL)actualVisibility; @@ -46,6 +51,7 @@ - (void)dealloc; - (id)delegate; - (id)deviceOrientationManager; +- (BOOL)foregrounded; - (id)handwritingWindow; - (id)init; - (int)initialInterfaceOrientation; @@ -61,6 +67,7 @@ - (void)setCachedSendDelegate:(id)arg1; - (void)setDelegate:(id)arg1; - (void)setDeviceOrientationManager:(id)arg1; +- (void)setForegrounded:(BOOL)arg1; - (void)setHandwritingWindow:(id)arg1; - (void)setInitialInterfaceOrientation:(int)arg1; - (void)setPluginPayload:(id)arg1; diff --git a/PrivateFrameworks/ChatKit.framework/CKImageData.h b/PrivateFrameworks/ChatKit.framework/CKImageData.h index 50813bcb22..4549bef027 100644 --- a/PrivateFrameworks/ChatKit.framework/CKImageData.h +++ b/PrivateFrameworks/ChatKit.framework/CKImageData.h @@ -5,6 +5,7 @@ @interface CKImageData : NSObject { unsigned int _count; NSData * _data; + UIImage * _image; struct CGImageSource { } * _imageSource; BOOL _initializedProperties; int _orientation; @@ -19,7 +20,7 @@ @property (nonatomic, readonly, copy) NSString *UTIType; @property (nonatomic, readonly) unsigned int count; @property (nonatomic, retain) NSData *data; -@property (nonatomic, readonly) UIImage *image; +@property (nonatomic, retain) UIImage *image; @property (nonatomic, readonly) int orientation; @property (nonatomic, readonly) struct CGSize { float x1; float x2; } ptSize; @property (nonatomic, readonly) struct CGSize { float x1; float x2; } pxSize; @@ -45,6 +46,7 @@ - (struct CGSize { float x1; float x2; })ptSize; - (struct CGSize { float x1; float x2; })pxSize; - (void)setData:(id)arg1; +- (void)setImage:(id)arg1; - (void)setUrl:(id)arg1; - (id)thumbnailAtIndex:(unsigned int)arg1 fillToSize:(struct CGSize { float x1; float x2; })arg2 maxCount:(unsigned int)arg3; - (id)thumbnailFillToSize:(struct CGSize { float x1; float x2; })arg1; diff --git a/PrivateFrameworks/ChatKit.framework/CKImageMediaObject.h b/PrivateFrameworks/ChatKit.framework/CKImageMediaObject.h index e1dbf11adf..f0240f1e37 100644 --- a/PrivateFrameworks/ChatKit.framework/CKImageMediaObject.h +++ b/PrivateFrameworks/ChatKit.framework/CKImageMediaObject.h @@ -6,7 +6,7 @@ NSURL * _appendedBundleURL; CKImageData * _backgroundImageData; CKImageData * _imageData; - BOOL _isIrisAsset; + NSString * _irisVideoPath; BOOL _isSticker; struct CGSize { float width; @@ -16,7 +16,7 @@ } @property (nonatomic, readonly) CKImageData *imageData; -@property (nonatomic) BOOL isIrisAsset; +@property (nonatomic, readonly) BOOL isIrisAsset; @property (nonatomic, readonly) BOOL isSticker; @property (nonatomic, retain) UIImage *thumbnail; @@ -29,17 +29,18 @@ - (void).cxx_destruct; - (id)_getIrisBundleURL; -- (id)_getIrisVideoPath; - (id)_getTempIrisBundleLocation; - (id)_getTempIrisFolder; - (void)_removeAppendedBundle; - (struct CGSize { float x1; float x2; })bbSize; +- (id)calculateIrisVideoPath; - (BOOL)canExport; - (BOOL)canShareItem; - (void)dealloc; - (void)export:(id)arg1; - (id)generateThumbnailFillToSize:(struct CGSize { float x1; float x2; })arg1 contentAlignmentInsets:(struct UIEdgeInsets { float x1; float x2; float x3; float x4; })arg2; - (id)generateThumbnailForWidth:(float)arg1 orientation:(BOOL)arg2; +- (id)getIrisVideoPath; - (id)imageData; - (id)initWithTransfer:(id)arg1; - (BOOL)isIrisAsset; @@ -50,7 +51,6 @@ - (id)pasteboardItem; - (id)previewItemTitle; - (id)previewItemURL; -- (void)setIsIrisAsset:(BOOL)arg1; - (void)setThumbnail:(id)arg1; - (id)thumbnail; diff --git a/PrivateFrameworks/ChatKit.framework/CKMessageEntryContentView.h b/PrivateFrameworks/ChatKit.framework/CKMessageEntryContentView.h index 3ad15341a8..b79892bdee 100644 --- a/PrivateFrameworks/ChatKit.framework/CKMessageEntryContentView.h +++ b/PrivateFrameworks/ChatKit.framework/CKMessageEntryContentView.h @@ -12,6 +12,7 @@ BOOL _isCompositionExpirable; float _maxContentWidthWhenExpanded; BOOL _needsEnsureSelectionVisible; + BOOL _needsEnsureTextViewVisible; BOOL _needsTextLayout; NSString * _overridePlaceholderText; BOOL _pendingShelfPayloadWillAnimateIn; @@ -43,6 +44,7 @@ @property (nonatomic) BOOL isCompositionExpirable; @property (nonatomic) float maxContentWidthWhenExpanded; @property (nonatomic) BOOL needsEnsureSelectionVisible; +@property (nonatomic) BOOL needsEnsureTextViewVisible; @property (nonatomic) BOOL needsTextLayout; @property (nonatomic, retain) NSString *overridePlaceholderText; @property (nonatomic) BOOL pendingShelfPayloadWillAnimateIn; @@ -84,6 +86,7 @@ - (id)conversation; - (void)dealloc; - (void)ensureSelectionVisibleIfNeeded; +- (void)ensureTextViewVisibleIfNeeded; - (BOOL)ignoreEndEditing; - (id)initWithFrame:(struct CGRect { struct CGPoint { float x_1_1_1; float x_1_1_2; } x1; struct CGSize { float x_2_1_1; float x_2_1_2; } x2; })arg1 shouldShowSubject:(BOOL)arg2; - (void)invalidateComposition; @@ -101,6 +104,7 @@ - (void)messageEntryRichTextViewDidTapHandwritingKey:(id)arg1; - (void)messageEntryRichTextViewWasTapped:(id)arg1 isLongPress:(BOOL)arg2; - (BOOL)needsEnsureSelectionVisible; +- (BOOL)needsEnsureTextViewVisible; - (BOOL)needsTextLayout; - (id)overridePlaceholderText; - (BOOL)pendingShelfPayloadWillAnimateIn; @@ -125,6 +129,7 @@ - (void)setIsCompositionExpirable:(BOOL)arg1; - (void)setMaxContentWidthWhenExpanded:(float)arg1; - (void)setNeedsEnsureSelectionVisible:(BOOL)arg1; +- (void)setNeedsEnsureTextViewVisible:(BOOL)arg1; - (void)setNeedsTextLayout:(BOOL)arg1; - (void)setOverridePlaceholderText:(id)arg1; - (void)setPendingShelfPayloadWillAnimateIn:(BOOL)arg1; diff --git a/PrivateFrameworks/ChatKit.framework/CKMessageEntryView.h b/PrivateFrameworks/ChatKit.framework/CKMessageEntryView.h index 085fa37360..c8d7935073 100644 --- a/PrivateFrameworks/ChatKit.framework/CKMessageEntryView.h +++ b/PrivateFrameworks/ChatKit.framework/CKMessageEntryView.h @@ -182,6 +182,7 @@ - (void)_animateCollapseInteractive:(BOOL)arg1; - (void)_animateExpand; - (void)_setupWaveformView; +- (BOOL)_shouldNotAnimateCollapseInteractive; - (void)_updateUIForEntryFieldCollapsedStateChange; - (void)actionMenuControllerDidDismissActionMenu:(id)arg1; - (void)actionMenuControllerWillDismissActionMenu:(id)arg1 animated:(BOOL)arg2; diff --git a/PrivateFrameworks/ChatKit.framework/CKMessageStatusChatItem.h b/PrivateFrameworks/ChatKit.framework/CKMessageStatusChatItem.h index 7565853769..fbfbaaa0e0 100644 --- a/PrivateFrameworks/ChatKit.framework/CKMessageStatusChatItem.h +++ b/PrivateFrameworks/ChatKit.framework/CKMessageStatusChatItem.h @@ -17,17 +17,20 @@ NSAttributedString * _transcriptButtonText; } +@property (nonatomic, readonly) BOOL allowsEffectAutoPlayback; @property (nonatomic, readonly) struct CGSize { float x1; float x2; } buttonSize; @property (getter=isButtonSizeLoaded, nonatomic) BOOL buttonSizeLoaded; @property (nonatomic, readonly) struct UIEdgeInsets { float x1; float x2; float x3; float x4; } buttonTextAlignmentInsets; @property (nonatomic, readonly) int buttonType; @property (nonatomic, copy) NSAttributedString *transcriptButtonText; ++ (id)createImageAsTextAttachment; + (id)thePastDateFormatter; + (id)thisWeekRelativeDateFormatter; + (id)todayDateFormatter; - (void).cxx_destruct; +- (BOOL)allowsEffectAutoPlayback; - (struct CGSize { float x1; float x2; })buttonSize; - (struct UIEdgeInsets { float x1; float x2; float x3; float x4; })buttonTextAlignmentInsets; - (int)buttonType; diff --git a/PrivateFrameworks/ChatKit.framework/CKMomentCollectionViewCell.h b/PrivateFrameworks/ChatKit.framework/CKMomentCollectionViewCell.h index 1922a4011d..7c8ea0452f 100644 --- a/PrivateFrameworks/ChatKit.framework/CKMomentCollectionViewCell.h +++ b/PrivateFrameworks/ChatKit.framework/CKMomentCollectionViewCell.h @@ -20,7 +20,7 @@ - (void)prepareForReuse; - (void)setEffect:(id)arg1; - (void)setEffectViews:(id)arg1; -- (void)setupForEffect:(id)arg1; +- (void)setupEffectIfNeeded; - (void)stopAnimation; @end diff --git a/PrivateFrameworks/ChatKit.framework/CKNavbarCanvasViewController.h b/PrivateFrameworks/ChatKit.framework/CKNavbarCanvasViewController.h index dc9a2d93b6..aae3a45c66 100644 --- a/PrivateFrameworks/ChatKit.framework/CKNavbarCanvasViewController.h +++ b/PrivateFrameworks/ChatKit.framework/CKNavbarCanvasViewController.h @@ -40,9 +40,11 @@ - (void).cxx_destruct; - (void)_buttonPressed:(id)arg1; +- (BOOL)_canShowAvatarView; - (void)_chatUnreadCountDidChange:(id)arg1; - (void)_configureForDefaultMode; - (void)_configureForEditMode; +- (void)_contactPhotosEnabledChangedNotification:(id)arg1; - (void)_initializeForTraitCollection:(id)arg1; - (id)_leftItemViewForTraitCollection:(id)arg1; - (float)_preferredHeightForTraitCollection:(id)arg1; diff --git a/PrivateFrameworks/ChatKit.framework/CKNavigationBarCanvasView.h b/PrivateFrameworks/ChatKit.framework/CKNavigationBarCanvasView.h index a0171c535e..feb926b844 100644 --- a/PrivateFrameworks/ChatKit.framework/CKNavigationBarCanvasView.h +++ b/PrivateFrameworks/ChatKit.framework/CKNavigationBarCanvasView.h @@ -3,12 +3,14 @@ */ @interface CKNavigationBarCanvasView : UIView { + BOOL _enforceLeftItemViewsAlignmentToCenter; UIView * _leftItemView; float _preferredHeight; UIView * _rightItemView; UIView * _titleView; } +@property (nonatomic) BOOL enforceLeftItemViewsAlignmentToCenter; @property (nonatomic, retain) UIView *leftItemView; @property (nonatomic) float preferredHeight; @property (nonatomic, retain) UIView *rightItemView; @@ -20,7 +22,9 @@ + (float)preferredLandscapeHeightForRegularWidth; - (void).cxx_destruct; +- (BOOL)_shouldUseTallHeight; - (void)clearAllItemViews; +- (BOOL)enforceLeftItemViewsAlignmentToCenter; - (id)hitTest:(struct CGPoint { float x1; float x2; })arg1 withEvent:(id)arg2; - (id)initWithFrame:(struct CGRect { struct CGPoint { float x_1_1_1; float x_1_1_2; } x1; struct CGSize { float x_2_1_1; float x_2_1_2; } x2; })arg1; - (id)initWithFrame:(struct CGRect { struct CGPoint { float x_1_1_1; float x_1_1_2; } x1; struct CGSize { float x_2_1_1; float x_2_1_2; } x2; })arg1 preferredHeight:(float)arg2; @@ -28,6 +32,7 @@ - (id)leftItemView; - (float)preferredHeight; - (id)rightItemView; +- (void)setEnforceLeftItemViewsAlignmentToCenter:(BOOL)arg1; - (void)setLeftItemView:(id)arg1; - (void)setPreferredHeight:(float)arg1; - (void)setRightItemView:(id)arg1; diff --git a/PrivateFrameworks/ChatKit.framework/CKNavigationController.h b/PrivateFrameworks/ChatKit.framework/CKNavigationController.h index 622a7ecfcd..33c2326d08 100644 --- a/PrivateFrameworks/ChatKit.framework/CKNavigationController.h +++ b/PrivateFrameworks/ChatKit.framework/CKNavigationController.h @@ -4,6 +4,7 @@ @interface CKNavigationController : UINavigationController +- (int)preferredStatusBarStyle; - (BOOL)shouldAutorotate; @end diff --git a/PrivateFrameworks/ChatKit.framework/CKPreviewDispatchCache.h b/PrivateFrameworks/ChatKit.framework/CKPreviewDispatchCache.h index fe3142b3a7..3d31ff31c3 100644 --- a/PrivateFrameworks/ChatKit.framework/CKPreviewDispatchCache.h +++ b/PrivateFrameworks/ChatKit.framework/CKPreviewDispatchCache.h @@ -10,9 +10,11 @@ @property (nonatomic, retain) CKDispatchCache *dispatchCache; @property (nonatomic, retain) CKMultiDict *pendingBlocks; ++ (void)_invalidateStickerPreviewCache; + (id)detailsPreviewCache; + (id)mapThumbnailQueue; + (id)snapshotCache; ++ (id)stickerPreviewCache; + (id)transcriptPreviewCache; - (void).cxx_destruct; diff --git a/PrivateFrameworks/ChatKit.framework/CKQLPreviewController.h b/PrivateFrameworks/ChatKit.framework/CKQLPreviewController.h index aaaca09455..0b413e6c0f 100644 --- a/PrivateFrameworks/ChatKit.framework/CKQLPreviewController.h +++ b/PrivateFrameworks/ChatKit.framework/CKQLPreviewController.h @@ -3,12 +3,15 @@ */ @interface CKQLPreviewController : QLPreviewController { + BOOL _controllerWasDismissed; NSArray * _previewItems; } +@property (nonatomic) BOOL controllerWasDismissed; @property (nonatomic, copy) NSArray *previewItems; - (void).cxx_destruct; +- (BOOL)controllerWasDismissed; - (id)currentPreviewItem; - (void)dismissViewControllerAnimated:(BOOL)arg1 completion:(id /* block */)arg2; - (id)init; @@ -18,6 +21,7 @@ - (id)previewActions; - (id)previewController:(id)arg1 previewItemAtIndex:(int)arg2; - (id)previewItems; +- (void)setControllerWasDismissed:(BOOL)arg1; - (void)setDataSource:(id)arg1; - (void)setPreviewItems:(id)arg1; - (void)viewDidAppear:(BOOL)arg1; diff --git a/PrivateFrameworks/ChatKit.framework/CKRecentsViewController.h b/PrivateFrameworks/ChatKit.framework/CKRecentsViewController.h index 40aad19c23..ca0602f8e6 100644 --- a/PrivateFrameworks/ChatKit.framework/CKRecentsViewController.h +++ b/PrivateFrameworks/ChatKit.framework/CKRecentsViewController.h @@ -75,6 +75,7 @@ - (BOOL)stickerBrowserView:(id)arg1 shouldDrawBorderAroundSticker:(id)arg2; - (id)stickerBrowserView:(id)arg1 stickerAtIndex:(int)arg2; - (id)stickerCache; +- (void)viewDidDisappear:(BOOL)arg1; - (void)viewDidLayoutSubviews; - (void)viewWillAppear:(BOOL)arg1; diff --git a/PrivateFrameworks/ChatKit.framework/CKSOSUtilities.h b/PrivateFrameworks/ChatKit.framework/CKSOSUtilities.h new file mode 100644 index 0000000000..f0ca7d385c --- /dev/null +++ b/PrivateFrameworks/ChatKit.framework/CKSOSUtilities.h @@ -0,0 +1,14 @@ +/* Generated by RuntimeBrowser + Image: /System/Library/PrivateFrameworks/ChatKit.framework/ChatKit + */ + +@interface CKSOSUtilities : NSObject + ++ (id)_sendMessage:(id)arg1 location:(id)arg2 handles:(id)arg3; ++ (void)_sendMessage:(id)arg1 location:(id)arg2 recipients:(id)arg3 failureHandler:(id /* block */)arg4; ++ (BOOL)isMMSEnabled; ++ (id)sendComposition:(id)arg1 toConversation:(id)arg2; ++ (void)sendMessage:(id)arg1 location:(id)arg2 recipients:(id)arg3; ++ (void)sendMessage:(id)arg1 location:(id)arg2 recipients:(id)arg3 failureHandler:(id /* block */)arg4; + +@end diff --git a/PrivateFrameworks/ChatKit.framework/CKSharedContentsViewController.h b/PrivateFrameworks/ChatKit.framework/CKSharedContentsViewController.h index 93788d4057..cf7aa295c0 100644 --- a/PrivateFrameworks/ChatKit.framework/CKSharedContentsViewController.h +++ b/PrivateFrameworks/ChatKit.framework/CKSharedContentsViewController.h @@ -73,6 +73,7 @@ - (struct CGRect { struct CGPoint { float x_1_1_1; float x_1_1_2; } x1; struct CGSize { float x_2_1_1; float x_2_1_2; } x2; })previewController:(id)arg1 frameForPreviewItem:(id)arg2 inSourceView:(id*)arg3; - (BOOL)previewController:(id)arg1 shouldOpenURL:(id)arg2 forPreviewItem:(id)arg3; - (id)previewController:(id)arg1 transitionViewForPreviewItem:(id)arg2 uncroppedSourceFrame:(struct CGRect { struct CGPoint { float x_1_1_1; float x_1_1_2; } x1; struct CGSize { float x_2_1_1; float x_2_1_2; } x2; }*)arg3 realSize:(struct CGSize { float x1; float x2; }*)arg4; +- (void)previewControllerDidCancelDismiss:(id)arg1; - (void)previewControllerDidDismiss:(id)arg1; - (void)previewingContext:(id)arg1 commitViewController:(id)arg2; - (id)previewingContext:(id)arg1 viewControllerForLocation:(struct CGPoint { float x1; float x2; })arg2; diff --git a/PrivateFrameworks/ChatKit.framework/CKTranscriptCollectionViewController.h b/PrivateFrameworks/ChatKit.framework/CKTranscriptCollectionViewController.h index b3caff8814..ba4cc2fbab 100644 --- a/PrivateFrameworks/ChatKit.framework/CKTranscriptCollectionViewController.h +++ b/PrivateFrameworks/ChatKit.framework/CKTranscriptCollectionViewController.h @@ -16,7 +16,6 @@ BOOL _filterAllButFirstMessage; CKFullScreenEffectManager * _fullscreenEffectManager; UIView * _gradientReferenceView; - CKImpactEffectHapticsGenerator * _hapticsGenerator; BOOL _hasHiddenItems; NSIndexSet * _hiddenBalloonViews; NSIndexSet * _hiddenItems; @@ -69,7 +68,6 @@ @property (nonatomic) BOOL filterAllButFirstMessage; @property (nonatomic, retain) CKFullScreenEffectManager *fullscreenEffectManager; @property (nonatomic, retain) UIView *gradientReferenceView; -@property (nonatomic, retain) CKImpactEffectHapticsGenerator *hapticsGenerator; @property (nonatomic) BOOL hasHiddenItems; @property (readonly) unsigned int hash; @property (nonatomic, copy) NSIndexSet *hiddenBalloonViews; @@ -126,7 +124,7 @@ - (void)_showLoggingAlertIfNecessary; - (void)_startPlaybackWithIndexPaths:(id)arg1; - (void)_tearDownLoggingTapGestureRecognizer; -- (void)_updateEffectViewFocusPoint:(id)arg1 effect:(id)arg2; +- (void)_updateEffectViewMessageRect:(id)arg1 effect:(id)arg2; - (void)_updatePluginPlaybackManagerForInsertedChatItems:(id)arg1; - (void)addInvisibleInkEffectPauseReasons:(int)arg1; - (void)addressBookChanged:(id)arg1; @@ -198,10 +196,10 @@ - (void)didMoveToParentViewController:(id)arg1; - (void)effectManager:(id)arg1 didStartEffect:(id)arg2; - (void)effectManager:(id)arg1 didStopEffect:(id)arg2; +- (void)endHoldingUpdatesAfterQuicklookCancelsDismiss; - (BOOL)filterAllButFirstMessage; - (id)fullscreenEffectManager; - (id)gradientReferenceView; -- (id)hapticsGenerator; - (BOOL)hasHiddenItems; - (id)hiddenBalloonViews; - (id)hiddenItems; @@ -272,7 +270,6 @@ - (void)setFilterAllButFirstMessage:(BOOL)arg1; - (void)setFullscreenEffectManager:(id)arg1; - (void)setGradientReferenceView:(id)arg1; -- (void)setHapticsGenerator:(id)arg1; - (void)setHasHiddenItems:(BOOL)arg1; - (void)setHiddenBalloonViews:(id)arg1; - (void)setHiddenItems:(id)arg1; @@ -323,7 +320,7 @@ - (void)transferUpdated:(id)arg1; - (BOOL)transitionedFromComposing; - (id)updateAnimationGroup; -- (void)updateEffectViewFocusPoints; +- (void)updateEffectViewMessageRects; - (void)updateInvisibleInkEffectsPaused; - (void)updateTranscript:(id /* block */)arg1 animated:(BOOL)arg2 completion:(id /* block */)arg3; - (void)updateTranscriptChatItems:(id)arg1 inserted:(id)arg2 removed:(id)arg3 reload:(id)arg4 regenerate:(id)arg5 animated:(BOOL)arg6 completion:(id /* block */)arg7; diff --git a/PrivateFrameworks/ChatKit.framework/CKTranscriptPreviewController.h b/PrivateFrameworks/ChatKit.framework/CKTranscriptPreviewController.h index 85a08ea825..681c4f30b0 100644 --- a/PrivateFrameworks/ChatKit.framework/CKTranscriptPreviewController.h +++ b/PrivateFrameworks/ChatKit.framework/CKTranscriptPreviewController.h @@ -55,6 +55,7 @@ - (void)transcriptCollectionViewControllerChatItemsDidChange:(id)arg1; - (void)transcriptCollectionViewControllerDidInsertAssociatedChatItem:(id)arg1; - (void)transcriptCollectionViewControllerDidInset:(id)arg1; +- (BOOL)transcriptCollectionViewControllerPlaybackForOutgoingEffectsIsAllowed:(id)arg1; - (void)transcriptCollectionViewControllerPlayingAudioDidChange:(id)arg1; - (void)transcriptCollectionViewControllerReportSpamButtonTapped:(id)arg1; - (BOOL)transcriptCollectionViewControllerShouldLayoutFullscreenEffects:(id)arg1; diff --git a/PrivateFrameworks/ChatKit.framework/CKTranscriptReplayEffectCell.h b/PrivateFrameworks/ChatKit.framework/CKTranscriptReplayEffectCell.h new file mode 100644 index 0000000000..64df82001d --- /dev/null +++ b/PrivateFrameworks/ChatKit.framework/CKTranscriptReplayEffectCell.h @@ -0,0 +1,7 @@ +/* Generated by RuntimeBrowser + Image: /System/Library/PrivateFrameworks/ChatKit.framework/ChatKit + */ + +@interface CKTranscriptReplayEffectCell : CKTranscriptStatusCell + +@end diff --git a/PrivateFrameworks/ChatKit.framework/CKTransientReplicaButtonContainer.h b/PrivateFrameworks/ChatKit.framework/CKTransientReplicaButtonContainer.h index 3f137d809f..c600aee31e 100644 --- a/PrivateFrameworks/ChatKit.framework/CKTransientReplicaButtonContainer.h +++ b/PrivateFrameworks/ChatKit.framework/CKTransientReplicaButtonContainer.h @@ -18,7 +18,7 @@ - (id)_glyphLayerForButtonAnimationWithGlyphName:(id)arg1; - (id)cancelButtonCircle; - (id)cancelButtonGlyphLayer; -- (id)initWithFrame:(struct CGRect { struct CGPoint { float x_1_1_1; float x_1_1_2; } x1; struct CGSize { float x_2_1_1; float x_2_1_2; } x2; })arg1 hasDarkVibrancy:(BOOL)arg2; +- (id)initWithFrame:(struct CGRect { struct CGPoint { float x_1_1_1; float x_1_1_2; } x1; struct CGSize { float x_2_1_1; float x_2_1_2; } x2; })arg1 hasDarkVibrancy:(BOOL)arg2 color:(BOOL)arg3; - (id)sendButtonCircle; - (id)sendButtonGlyphLayer; diff --git a/PrivateFrameworks/ChatKit.framework/CKUIBehavior.h b/PrivateFrameworks/ChatKit.framework/CKUIBehavior.h index 4316d01689..e8df8a219c 100644 --- a/PrivateFrameworks/ChatKit.framework/CKUIBehavior.h +++ b/PrivateFrameworks/ChatKit.framework/CKUIBehavior.h @@ -18,8 +18,10 @@ @property (nonatomic, readonly) NSString *aggregateAcknowledgmentBottomMiddleName; @property (nonatomic, readonly) NSString *aggregateAcknowledgmentBottomTopName; @property (nonatomic, readonly) NSString *aggregateAcknowledgmentMiddleName; -@property (nonatomic, readonly) NSString *aggregateAcknowledgmentStackBackgroundName; -@property (nonatomic, readonly) NSString *aggregateAcknowledgmentStackName; +@property (nonatomic, readonly) NSString *aggregateAcknowledgmentStackBackgroundName2; +@property (nonatomic, readonly) NSString *aggregateAcknowledgmentStackBackgroundName3; +@property (nonatomic, readonly) NSString *aggregateAcknowledgmentStackName2; +@property (nonatomic, readonly) NSString *aggregateAcknowledgmentStackName3; @property (nonatomic, readonly) NSString *aggregateAcknowledgmentTopBackgroundName; @property (nonatomic, readonly) NSString *aggregateAcknowledgmentTopName; @property (nonatomic, readonly) struct CGSize { float x1; float x2; } aggregateAcknowledgmentTranscriptBalloonSize; @@ -275,6 +277,7 @@ @property (nonatomic, readonly) BOOL shouldShowDisclosureChevronInRecipientAtoms; @property (nonatomic, readonly) BOOL shouldShowSearchBarInConversationList; @property (nonatomic, readonly) BOOL shouldSizeInitialViewingMessageCount; +@property (nonatomic, readonly) BOOL shouldSuppressDynamicsOnKeyboardPresentation; @property (nonatomic, readonly) BOOL shouldSuppressRotationInNewCompose; @property (nonatomic, readonly) BOOL shouldUseDynamicGradient; @property (nonatomic, readonly) BOOL shouldUseDynamicScrolling; @@ -386,8 +389,10 @@ - (id)aggregateAcknowledgmentBottomMiddleName; - (id)aggregateAcknowledgmentBottomTopName; - (id)aggregateAcknowledgmentMiddleName; -- (id)aggregateAcknowledgmentStackBackgroundName; -- (id)aggregateAcknowledgmentStackName; +- (id)aggregateAcknowledgmentStackBackgroundName2; +- (id)aggregateAcknowledgmentStackBackgroundName3; +- (id)aggregateAcknowledgmentStackName2; +- (id)aggregateAcknowledgmentStackName3; - (id)aggregateAcknowledgmentTopBackgroundName; - (id)aggregateAcknowledgmentTopName; - (struct CGSize { float x1; float x2; })aggregateAcknowledgmentTranscriptBalloonSize; @@ -444,6 +449,7 @@ - (id)balloonTextFont; - (struct UIEdgeInsets { float x1; float x2; float x3; float x4; })balloonTranscriptInsets; - (struct UIEdgeInsets { float x1; float x2; float x3; float x4; })bigEmojiAlignmentRectInsets; +- (struct UIEdgeInsets { float x1; float x2; float x3; float x4; })bigEmojiBalloonMaskAlignmentRectInsets; - (id)bigEmojiFont; - (id)blue_chevronImage; - (float)bottomConversationListSpace; @@ -696,6 +702,7 @@ - (BOOL)shouldShowDisclosureChevronInRecipientAtoms; - (BOOL)shouldShowSearchBarInConversationList; - (BOOL)shouldSizeInitialViewingMessageCount; +- (BOOL)shouldSuppressDynamicsOnKeyboardPresentation; - (BOOL)shouldSuppressRotationInNewCompose; - (BOOL)shouldUseDynamicGradient; - (BOOL)shouldUseDynamicScrolling; diff --git a/PrivateFrameworks/ChatKit.framework/CKUIBehaviorNano.h b/PrivateFrameworks/ChatKit.framework/CKUIBehaviorNano.h index 79eb2ddac3..c05233814a 100644 --- a/PrivateFrameworks/ChatKit.framework/CKUIBehaviorNano.h +++ b/PrivateFrameworks/ChatKit.framework/CKUIBehaviorNano.h @@ -19,6 +19,7 @@ - (float)balloonMaskTailWidth; - (float)balloonMaxWidthForTranscriptWidth:(float)arg1 marginInsets:(struct UIEdgeInsets { float x1; float x2; float x3; float x4; })arg2 shouldShowPluginButtons:(BOOL)arg3 shouldShowCharacterCount:(BOOL)arg4; - (id)balloonName; +- (struct UIEdgeInsets { float x1; float x2; float x3; float x4; })bigEmojiBalloonMaskAlignmentRectInsets; - (float)bottomConversationListSpace; - (float)bottomTranscriptSpace; - (BOOL)calculatesWidthForAttachmentBalloons; diff --git a/PrivateFrameworks/ClockKit.framework/CLKLocalizableCompoundTextProvider.h b/PrivateFrameworks/ClockKit.framework/CLKLocalizableCompoundTextProvider.h index ba4109d6e0..5f69d42db6 100644 --- a/PrivateFrameworks/ClockKit.framework/CLKLocalizableCompoundTextProvider.h +++ b/PrivateFrameworks/ClockKit.framework/CLKLocalizableCompoundTextProvider.h @@ -15,6 +15,7 @@ - (id)_initWithJSONObjectRepresentation:(id)arg1; - (id)_localizedStringForKey:(id)arg1 withBundle:(id)arg2 forLocalization:(id)arg3; - (id)_localizedTextProviderWithBundle:(id)arg1 forLocalization:(id)arg2; +- (id)_sessionAttributedTextForIndex:(unsigned int)arg1 withStyle:(id)arg2; - (void)_validate; - (id)copyWithZone:(struct _NSZone { }*)arg1; - (void)encodeWithCoder:(id)arg1; diff --git a/PrivateFrameworks/ClockKit.framework/_CLKTreatedImageCache.h b/PrivateFrameworks/ClockKit.framework/_CLKTreatedImageCache.h index 8d6d97242f..76bee2f23b 100644 --- a/PrivateFrameworks/ClockKit.framework/_CLKTreatedImageCache.h +++ b/PrivateFrameworks/ClockKit.framework/_CLKTreatedImageCache.h @@ -4,13 +4,14 @@ @interface _CLKTreatedImageCache : NSObject { NSMutableDictionary * _cache; + NSObject * _internalQueue; NSMutableArray * _recentlyUsedKeys; } + (id)sharedInstance; - (void).cxx_destruct; -- (void)_pruneCacheIfNecessary; +- (void)_queue_pruneCacheIfNecessary; - (id)imageForRawImage:(id)arg1 scale:(float)arg2 maskToCircle:(BOOL)arg3; - (id)init; diff --git a/PrivateFrameworks/CloudDocs.framework/BRAccount.h b/PrivateFrameworks/CloudDocs.framework/BRAccount.h index 5a1718a478..7a1ec2bab9 100644 --- a/PrivateFrameworks/CloudDocs.framework/BRAccount.h +++ b/PrivateFrameworks/CloudDocs.framework/BRAccount.h @@ -16,7 +16,6 @@ + (void)startAccountTokenChangeObserverIfNeeded; - (void).cxx_destruct; -- (BOOL)canLogoutSafely; - (id)containerWithPendingChanges; - (void)evictOldDocumentsWithHandler:(id /* block */)arg1; - (BOOL)getEvictableSpace:(id*)arg1 error:(id*)arg2; diff --git a/PrivateFrameworks/CloudDocs.framework/BRRemoteUserDefaults.h b/PrivateFrameworks/CloudDocs.framework/BRRemoteUserDefaults.h index 60bf0721a4..75cdfedf44 100644 --- a/PrivateFrameworks/CloudDocs.framework/BRRemoteUserDefaults.h +++ b/PrivateFrameworks/CloudDocs.framework/BRRemoteUserDefaults.h @@ -7,16 +7,17 @@ } @property (nonatomic, readonly) NSSet *excludedExtensionsWorthPreserving; -@property (nonatomic, readonly) NSSet *excludedFilenamesWorthPreserving; +@property (nonatomic, readonly) NSSet *excludedFilenamesWorthWarningAtLogout; + (id)defaultExcludedExtensionsWorthPreserving; + (id)defaultExcludedFilenamesWorthPreserving; ++ (id)defaultExcludedFilenamesWorthWarningAtLogout; + (id)sharedDefaults; - (void).cxx_destruct; - (id)_init; - (id)excludedExtensionsWorthPreserving; -- (id)excludedFilenamesWorthPreserving; +- (id)excludedFilenamesWorthWarningAtLogout; - (id)init; @end diff --git a/PrivateFrameworks/CloudDocs.framework/BRShareSaveOperation.h b/PrivateFrameworks/CloudDocs.framework/BRShareSaveOperation.h index bd9d324a86..7788337174 100644 --- a/PrivateFrameworks/CloudDocs.framework/BRShareSaveOperation.h +++ b/PrivateFrameworks/CloudDocs.framework/BRShareSaveOperation.h @@ -10,6 +10,8 @@ @property (nonatomic, retain) CKShare *share; @property (copy) id /* block */ shareSaveCompletionBlock; ++ (BOOL)shouldRetryShareSaveOnError:(id)arg1; + - (void).cxx_destruct; - (void)finishWithResult:(id)arg1 error:(id)arg2; - (id)initWithShare:(id)arg1; diff --git a/PrivateFrameworks/CloudDocsDaemon.framework/BRCAccountSession.h b/PrivateFrameworks/CloudDocsDaemon.framework/BRCAccountSession.h index def0feec4c..6e771bc728 100644 --- a/PrivateFrameworks/CloudDocsDaemon.framework/BRCAccountSession.h +++ b/PrivateFrameworks/CloudDocsDaemon.framework/BRCAccountSession.h @@ -131,9 +131,9 @@ - (void).cxx_destruct; - (BOOL)PCSMigrationComplete; -- (id)__getOrCreateAppLibrary:(id)arg1 ownerName:(id)arg2 rowID:(id)arg3 createOnDisk:(BOOL)arg4 alreadyExists:(BOOL*)arg5 zoneID:(id)arg6 withClientZone:(id)arg7; -- (id)__getOrCreateClientZone:(id)arg1 ownerName:(id)arg2 zoneID:(id)arg3 withServerZone:(id)arg4; -- (id)__getOrCreateServerZone:(id)arg1 ownerName:(id)arg2 zoneID:(id)arg3; +- (id)__getOrCreateAppLibrary:(id)arg1 ownerName:(id)arg2 rowID:(id)arg3 createOnDisk:(BOOL)arg4 alreadyExists:(BOOL*)arg5 withClientZone:(id)arg6 createCZMMoved:(BOOL)arg7; +- (id)__getOrCreateClientZone:(id)arg1 ownerName:(id)arg2 withServerZone:(id)arg3; +- (id)__getOrCreateServerZone:(id)arg1 ownerName:(id)arg2; - (void)__registerServerZone:(id)arg1 clientZone:(id)arg2 appLibrary:(id)arg3 isShared:(BOOL)arg4; - (BOOL)_checkIntegrity:(id)arg1 serverTruth:(BOOL)arg2 error:(id*)arg3; - (void)_clearNeedsUpgradeErrorsIfNeeded:(id)arg1 brVersion:(id)arg2; @@ -155,7 +155,7 @@ - (BOOL)_dumpClientZoneStatus:(id)arg1 toContext:(id)arg2 error:(id*)arg3; - (void)_enumerateAccountHandlerSupportedFolderTypes:(id /* block */)arg1; - (void)_enumerateAppLibraryRowIDs:(id)arg1 usingBlock:(id /* block */)arg2; -- (id)_getOrCreateAppLibraryAndZonesIfNecessary:(id)arg1 ownerName:(id)arg2 alreadyExistsAndResumed:(BOOL*)arg3; +- (id)_getOrCreateAppLibraryAndZonesIfNecessary:(id)arg1 ownerName:(id)arg2 creationFlags:(unsigned int*)arg3; - (BOOL)_getRootPathXattrValue:(id*)arg1 forRootPath:(id)arg2 error:(id*)arg3; - (void)_loadClientZonesFromDisk; - (BOOL)_openClientTruthConnectionWithError:(id*)arg1; @@ -168,7 +168,6 @@ - (void)_recreateSymlinkIfNecessaryForDocumentsPath:(id)arg1 folderName:(id)arg2 destinationPath:(id)arg3; - (BOOL)_recursivelyPrepareFolderForLogOutAtURL:(id)arg1 pruneEmptyFolders:(BOOL)arg2 pruneEmptyTopLevelFolder:(BOOL)arg3 maxDepth:(unsigned int)arg4; - (void)_registerLastBootIfNeeded:(id)arg1 table:(struct NSObject { Class x1; }*)arg2; -- (void)_removeDesktopSymlink:(BOOL)arg1 andDocumentsSymlink:(BOOL)arg2; - (id)_reserveRowIDForLibrary:(id)arg1 owner:(id)arg2; - (void)_resolvePathInMobileDocsRoot:(id)arg1 appLibrary:(id*)arg2 clientZone:(id*)arg3; - (BOOL)_setRootPathXattrValue:(id)arg1 forRootPath:(id)arg2 error:(id*)arg3; @@ -244,8 +243,6 @@ - (void)destroySharedClientZone:(id)arg1; - (id)deviceKeyForName:(id)arg1 db:(id)arg2; - (id)dirPathForSyncedFolderType:(unsigned int)arg1; -- (id)directoryItemIDByFileID:(unsigned long long)arg1; -- (id)directoryItemIDByFileID:(unsigned long long)arg1 db:(id)arg2; - (void)disableDatabaseProfilingForDB:(id)arg1; - (BOOL)disableSyncforSyncedFolderType:(unsigned int)arg1 isInitialCreation:(BOOL)arg2 error:(id*)arg3; - (id)diskReclaimer; @@ -273,12 +270,15 @@ - (id)fsReader; - (id)fsUploader; - (id)fsWriter; -- (id)getOrCreatePrivateAppLibrary:(id)arg1 withRowID:(id)arg2 onDisk:(BOOL)arg3 withExistingClientZone:(id)arg4; - (id)getOrCreatePrivateAppLibraryAndZonesIfNecessary:(id)arg1; - (id)getOrCreatePrivateAppLibraryAndZonesIfNecessary:(id)arg1 appLibraryExists:(BOOL*)arg2; - (id)getOrCreateSharedAppLibraryAndZones:(id)arg1 ownerName:(id)arg2; - (id)getOrCreateSharedAppLibraryAndZones:(id)arg1 ownerName:(id)arg2 needsActivate:(BOOL*)arg3; - (id)getOrReserveLibraryRowIDForLibrary:(id)arg1 ownerName:(id)arg2; +- (id)globalItemByDocumentID:(unsigned int)arg1; +- (id)globalItemByDocumentID:(unsigned int)arg1 db:(id)arg2; +- (id)globalItemByFileID:(unsigned long long)arg1; +- (id)globalItemByFileID:(unsigned long long)arg1 db:(id)arg2; - (id)globalProgress; - (BOOL)hasFSEventsMonitorForSyncedFolderType:(unsigned int)arg1; - (BOOL)hasOptimizeStorageEnabled; @@ -288,10 +288,6 @@ - (BOOL)initializeOfflineDatabase:(id*)arg1; - (BOOL)isCancelled; - (BOOL)isGreedy; -- (id)itemByDocumentID:(unsigned int)arg1; -- (id)itemByDocumentID:(unsigned int)arg1 db:(id)arg2; -- (id)itemByFileID:(unsigned long long)arg1; -- (id)itemByFileID:(unsigned long long)arg1 db:(id)arg2; - (id)itemByRowID:(unsigned long long)arg1; - (id)itemByRowID:(unsigned long long)arg1 db:(id)arg2; - (id)itemIDByRowID:(unsigned long long)arg1; @@ -326,6 +322,7 @@ - (id)recentDocumentsService; - (void)recreateDesktopSymlinksIfNecessary; - (void)registerClient:(id)arg1; +- (void)removeDesktopSymlink:(BOOL)arg1 andDocumentsSymlink:(BOOL)arg2; - (void)removeFSEventsMonitorForSyncedFolderType:(unsigned int)arg1; - (void)removeRootForSyncedFolderType:(unsigned int)arg1; - (id)resetQueue; diff --git a/PrivateFrameworks/CloudDocsDaemon.framework/BRCAliasItem.h b/PrivateFrameworks/CloudDocsDaemon.framework/BRCAliasItem.h index 460c84c9f6..fdf04dca4d 100644 --- a/PrivateFrameworks/CloudDocsDaemon.framework/BRCAliasItem.h +++ b/PrivateFrameworks/CloudDocsDaemon.framework/BRCAliasItem.h @@ -14,6 +14,7 @@ - (BOOL)_deleteFromDB:(id)arg1 keepAliases:(BOOL)arg2; - (BOOL)_insertInDB:(id)arg1 dbRowID:(unsigned long long)arg2; +- (void)_removeAliasAndMarkDead; - (BOOL)_updateInDB:(id)arg1 diffs:(unsigned long long)arg2; - (id)asBRAlias; - (BOOL)changedAtRelativePath:(id)arg1 scanPackage:(BOOL)arg2; @@ -29,7 +30,9 @@ - (id)targetAppLibrary; - (id)targetAppLibraryID; - (id)targetClientZone; +- (id)targetDocument; - (id)targetItemID; +- (void)targetMovedToThisAppLibrary; - (void)targetMovedToTrashOrDeleted; - (id)targetReference; - (BOOL)updateOnDiskWithAliasTarget:(id)arg1 forServerEdit:(BOOL)arg2; diff --git a/PrivateFrameworks/CloudDocsDaemon.framework/BRCAppLibrary.h b/PrivateFrameworks/CloudDocsDaemon.framework/BRCAppLibrary.h index d1009e3605..f353cf6af9 100644 --- a/PrivateFrameworks/CloudDocsDaemon.framework/BRCAppLibrary.h +++ b/PrivateFrameworks/CloudDocsDaemon.framework/BRCAppLibrary.h @@ -21,9 +21,7 @@ long long _maxLostStamp; BOOL _needsSave; NSString * _ownerName; - NSMutableIndexSet * _pendingCoordinatedIOs; - NSMutableSet * _pendingReadFileCoordinators; - NSMutableSet * _pendingWriteFileCoordinators; + NSMutableDictionary * _pendingFileCoordinators; BRCAccountSession * _session; unsigned int _state; NSMutableSet * _targetAppLibraries; @@ -52,6 +50,7 @@ @property (readonly) BOOL hasActiveRecursiveQueries; @property (readonly) unsigned int hash; @property (nonatomic, readonly) NSString *identifier; +@property (nonatomic, readonly) BOOL isCloudDocsAppLibrary; @property (nonatomic, readonly) BOOL isForeground; @property (nonatomic, readonly) BOOL isGreedy; @property (nonatomic, readonly) BOOL isPrivateAppLibrary; @@ -62,7 +61,6 @@ @property (nonatomic) BOOL needsSave; @property (nonatomic, readonly) NSString *ownerName; @property (nonatomic, readonly) NSString *pathRelativeToRoot; -@property (nonatomic, readonly) NSMutableIndexSet *pendingCoordinatedIOs; @property (nonatomic, readonly) NSMutableDictionary *plist; @property (nonatomic, readonly) BRCRelativePath *root; @property (nonatomic, retain) BRCAccountSession *session; @@ -100,6 +98,7 @@ - (void)cancelDeepScan; - (void)cancelFileCoordinators; - (void)cancelFileProviders; +- (void)cancelWriteCoordinatorForItem:(id)arg1; - (void)clearStateBits:(unsigned int)arg1; - (id)clientZone; - (void)close; @@ -115,8 +114,6 @@ - (void)didCreateDocumentScopedItem; - (void)didFindLostItem:(id)arg1 oldAppLibrary:(id)arg2; - (void)didReceiveHandoffRequest; -- (id)directoryItemIDByFileID:(unsigned long long)arg1; -- (id)directoryItemIDByFileID:(unsigned long long)arg1 db:(id)arg2; - (unsigned long long)documentCount; - (unsigned long long)documentEvictableSizeUsage; - (unsigned long long)documentEvictableSizeUsageWithAccessTimeDelta:(double)arg1; @@ -140,8 +137,9 @@ - (id)identifier; - (BOOL)includesDataScope; - (id)init; -- (id)initWithName:(id)arg1 ownerName:(id)arg2 dbRowID:(id)arg3 zoneRowID:(id)arg4 db:(id)arg5 plist:(id)arg6 session:(id)arg7 initialCreation:(BOOL)arg8 createdRootOnDisk:(BOOL)arg9 rootFileID:(id)arg10; +- (id)initWithName:(id)arg1 ownerName:(id)arg2 dbRowID:(id)arg3 zoneRowID:(id)arg4 db:(id)arg5 plist:(id)arg6 session:(id)arg7 initialCreation:(BOOL)arg8 createdRootOnDisk:(BOOL)arg9 createdCZMMoved:(BOOL)arg10 rootFileID:(id)arg11; - (BOOL)isCloudDocsAppLibrary; +- (BOOL)isCoordinationPendingForItem:(id)arg1; - (BOOL)isDesktopAppLibrary; - (BOOL)isDocumentsAppLibrary; - (BOOL)isEqual:(id)arg1; @@ -151,10 +149,6 @@ - (BOOL)isSharedAppLibrary; - (BOOL)isStillTargetingAppLibrary:(id)arg1; - (BOOL)isiCloudDesktopAppLibrary; -- (id)itemByDocumentID:(unsigned int)arg1; -- (id)itemByDocumentID:(unsigned int)arg1 db:(id)arg2; -- (id)itemByFileID:(unsigned long long)arg1; -- (id)itemByFileID:(unsigned long long)arg1 db:(id)arg2; - (id)itemByRowID:(unsigned long long)arg1; - (id)itemByRowID:(unsigned long long)arg1 db:(id)arg2; - (id)itemIDByRowID:(unsigned long long)arg1; @@ -170,7 +164,6 @@ - (BOOL)needsSave; - (id)ownerName; - (id)pathRelativeToRoot; -- (id)pendingCoordinatedIOs; - (id)plist; - (void)recomputeShouldEvictState; - (void)registerQueryWithAliases:(BOOL)arg1 isRecursive:(BOOL)arg2; diff --git a/PrivateFrameworks/CloudDocsDaemon.framework/BRCClientZone.h b/PrivateFrameworks/CloudDocsDaemon.framework/BRCClientZone.h index 6eba225fda..9cf1af9856 100644 --- a/PrivateFrameworks/CloudDocsDaemon.framework/BRCClientZone.h +++ b/PrivateFrameworks/CloudDocsDaemon.framework/BRCClientZone.h @@ -102,6 +102,7 @@ - (void)_appendToString:(id)arg1 descriptionOfFieldNamed:(id)arg2 inResultSet:(id)arg3 pos:(int*)arg4 containsSize:(BOOL)arg5 context:(id)arg6; - (id)_cancelAllOperationsForReset; - (void)_createCloudKitZoneWithCompletion:(id /* block */)arg1; +- (BOOL)_crossZoneMoveDocumentsToZone:(id)arg1; - (void)_decreaseSyncUpBatchSizeAfterError; - (BOOL)_dumpItemsToContext:(id)arg1 error:(id*)arg2; - (void)_dumpRecursivePropertiesOfItemByRowID:(unsigned long long)arg1 context:(id)arg2 depth:(int)arg3; @@ -162,8 +163,8 @@ - (void)didClearOutOfQuota; - (void)didGCTombstoneRanks:(id)arg1; - (void)didSyncDownRequestID:(unsigned long long)arg1 maxApplyRank:(long long)arg2 caughtUpWithServer:(BOOL)arg3 syncDownDate:(id)arg4; -- (id)directoryItemIDByFileID:(unsigned long long)arg1; -- (id)directoryItemIDByFileID:(unsigned long long)arg1 db:(id)arg2; +- (id)directoryOrRootItemIDByFileID:(unsigned long long)arg1; +- (id)directoryOrRootItemIDByFileID:(unsigned long long)arg1 db:(id)arg2; - (void)disconnectNSMDQListenerAsync; - (id)documentItemByItemID:(id)arg1; - (id)documentItemByItemID:(id)arg1 db:(id)arg2; @@ -174,6 +175,7 @@ - (BOOL)existsByItemID:(id)arg1; - (BOOL)existsByItemID:(id)arg1 db:(id)arg2; - (struct PQLResultSet { Class x1; }*)faultsEnumerator; +- (void)flushAppliedTombstones; - (void)handleRootRecordDeletion; - (BOOL)handleZoneLevelErrorIfNeeded:(id)arg1; - (BOOL)hasCompletedInitialSyncDownOnce; diff --git a/PrivateFrameworks/CloudDocsDaemon.framework/BRCCloudFileProvider.h b/PrivateFrameworks/CloudDocsDaemon.framework/BRCCloudFileProvider.h index 862f8211fd..c53a4ed22e 100644 --- a/PrivateFrameworks/CloudDocsDaemon.framework/BRCCloudFileProvider.h +++ b/PrivateFrameworks/CloudDocsDaemon.framework/BRCCloudFileProvider.h @@ -16,7 +16,7 @@ @property (readonly) Class superclass; - (void).cxx_destruct; -- (void)__provideItemAtURL:(id)arg1 toReaderWithID:(id)arg2 session:(id)arg3 recursively:(BOOL)arg4 updateAccessTime:(BOOL)arg5 completionHandler:(id /* block */)arg6; +- (void)__provideItemAtURL:(id)arg1 toReaderWithID:(id)arg2 session:(id)arg3 recursively:(BOOL)arg4 readingOptions:(unsigned int)arg5 completionHandler:(id /* block */)arg6; - (void)_cancelCallBackForDocID:(id)arg1 key:(id)arg2; - (void)_cancelProvidingItemAtURL:(id)arg1 toReaderWithID:(id)arg2; - (id)_fileReactorID; @@ -26,8 +26,8 @@ - (unsigned long long)_spaceRequiredForReaders; - (void)_triggerImmediateReadOfDocumentAtPath:(id)arg1; - (void)_unregisterPresenterForKey:(id)arg1; -- (void)_waitForDownloadOfDirectory:(id)arg1 key:(id)arg2 updateAccessTime:(BOOL)arg3 completionHandler:(id /* block */)arg4; -- (void)_waitForDownloadOfDocument:(id)arg1 key:(id)arg2 requireCurrent:(BOOL)arg3 updateAccessTime:(BOOL)arg4 completionHandler:(id /* block */)arg5; +- (void)_waitForDownloadOfDirectory:(id)arg1 key:(id)arg2 readingOptions:(unsigned int)arg3 completionHandler:(id /* block */)arg4; +- (void)_waitForDownloadOfDocument:(id)arg1 key:(id)arg2 requireCurrent:(BOOL)arg3 readingOptions:(unsigned int)arg4 completionHandler:(id /* block */)arg5; - (void)boostFilePresenterForURL:(id)arg1; - (void)cancelAllCoordinationProviders; - (void)cancelFileProvidersForPath:(id)arg1; diff --git a/PrivateFrameworks/CloudDocsDaemon.framework/BRCDirectoryItem.h b/PrivateFrameworks/CloudDocsDaemon.framework/BRCDirectoryItem.h index c67093cf0d..ae7229ca92 100644 --- a/PrivateFrameworks/CloudDocsDaemon.framework/BRCDirectoryItem.h +++ b/PrivateFrameworks/CloudDocsDaemon.framework/BRCDirectoryItem.h @@ -17,7 +17,6 @@ - (id)asDirectory; - (BOOL)changedAtRelativePath:(id)arg1 scanPackage:(BOOL)arg2; - (BOOL)evictInTask:(id)arg1 options:(unsigned int)arg2 error:(id*)arg3; -- (BOOL)fixupItemAfterCrossZoneMovedCreationWithLookup:(id)arg1; - (BOOL)hasDeadChildren; - (BOOL)hasLiveChildren; - (BOOL)hasLostChildren; diff --git a/PrivateFrameworks/CloudDocsDaemon.framework/BRCDiskSpaceReclaimer.h b/PrivateFrameworks/CloudDocsDaemon.framework/BRCDiskSpaceReclaimer.h index d507ceef6b..83ddc55dca 100644 --- a/PrivateFrameworks/CloudDocsDaemon.framework/BRCDiskSpaceReclaimer.h +++ b/PrivateFrameworks/CloudDocsDaemon.framework/BRCDiskSpaceReclaimer.h @@ -17,13 +17,15 @@ @property (readonly) Class superclass; + (double)accessTimeDeltaForUrgency:(int)arg1; ++ (double)onDiskAccessTimeDeltaForUrgency:(int)arg1; + (int)urgencyForCacheDeleteUrgency:(int)arg1; - (void).cxx_destruct; - (long long)_doFullVacuum:(id)arg1; - (long long)_doIncrementalVacuum:(id)arg1 amount:(long long)arg2; -- (void)_enumerateItemsForEvictSyncWithBlock:(id /* block */)arg1 withTimeDelta:(double)arg2; +- (void)_enumerateItemsForEvictSyncWithBlock:(id /* block */)arg1 withTimeDelta:(double)arg2 onDiskAccessTimeDelta:(double)arg3; - (void)_enumerateItemsForEvictSyncWithBlock:(id /* block */)arg1 withUrgency:(int)arg2; +- (long long)_evictableTimestampForDocument:(id)arg1 accessTime:(unsigned long long)arg2 modifyAccessTime:(unsigned long long*)arg3; - (long long)_purgeSpaceUnderQueue:(long long)arg1 withUrgency:(int)arg2; - (void)_requestPurgeSpace; - (long long)_vacuumDB:(id)arg1 amount:(long long)arg2 withUrgency:(int)arg3; @@ -34,6 +36,7 @@ - (id)descriptionForItem:(id)arg1 context:(id)arg2; - (void)didAccessDocument:(id)arg1; - (void)didUpdateMtimeOnDocument:(id)arg1; +- (void)document:(id)arg1 updatedIndexability:(BOOL)arg2; - (BOOL)documentUpdateEvictability:(id)arg1; - (BOOL)documentWasAccessedRecently:(id)arg1; - (BOOL)documentWasCreated:(id)arg1; @@ -41,7 +44,7 @@ - (id)initWithAccountSession:(id)arg1; - (void)lowDiskStatusChangedForDevice:(int)arg1 hasEnoughSpace:(BOOL)arg2; - (BOOL)overwriteDocumentAccessTime:(id)arg1 atime:(unsigned long long)arg2; -- (BOOL)performOptimizeStorageWithTimeDelta:(double)arg1 error:(id*)arg2; +- (BOOL)performOptimizeStorageWithTimeDelta:(double)arg1 onDiskAccessTimeDelta:(double)arg2 error:(id*)arg3; - (long long)periodicReclaimSpace; - (long long)purgeSpace:(long long)arg1 withUrgency:(int)arg2; - (id)queue; diff --git a/PrivateFrameworks/CloudDocsDaemon.framework/BRCDocumentItem.h b/PrivateFrameworks/CloudDocsDaemon.framework/BRCDocumentItem.h index a6158775dd..ec1ac6ed61 100644 --- a/PrivateFrameworks/CloudDocsDaemon.framework/BRCDocumentItem.h +++ b/PrivateFrameworks/CloudDocsDaemon.framework/BRCDocumentItem.h @@ -66,7 +66,7 @@ - (void)_updateRecursivePropertiesInDB:(id)arg1 dbRowID:(unsigned long long)arg2 diffs:(unsigned long long)arg3; - (void)_updateUploadThrottleIfNeededWithDiffs:(unsigned long long)arg1; - (void)addResolvedConflictLoserEtag:(id)arg1; -- (id)aliasItemIDForAppLibrary:(id)arg1; +- (id)aliasItemID; - (id)anyReverseAliasInAppLibrary:(id)arg1; - (void)appDidResolveConflictLoserWithEtag:(id)arg1; - (id)asDocument; diff --git a/PrivateFrameworks/CloudDocsDaemon.framework/BRCFetchRecordSubResourcesOperation.h b/PrivateFrameworks/CloudDocsDaemon.framework/BRCFetchRecordSubResourcesOperation.h index 44e79e1a05..149989f90a 100644 --- a/PrivateFrameworks/CloudDocsDaemon.framework/BRCFetchRecordSubResourcesOperation.h +++ b/PrivateFrameworks/CloudDocsDaemon.framework/BRCFetchRecordSubResourcesOperation.h @@ -31,6 +31,7 @@ - (void)main; - (id)recordsByID; - (void)removeAllRecords; +- (void)removeRecordByID:(id)arg1; - (BOOL)shouldRetryForError:(id)arg1; - (void)startWithParentOperation:(struct _BRCOperation { Class x1; id x2; id x3; /* Warning: Unrecognized filer type: '1' using 'void*' */ void*x4; void*x5; unsigned char x6; void*x7; }*)arg1; - (void)stop; diff --git a/PrivateFrameworks/CloudDocsDaemon.framework/BRCFileCoordinator.h b/PrivateFrameworks/CloudDocsDaemon.framework/BRCFileCoordinator.h index 69bb162a90..d51819a5d1 100644 --- a/PrivateFrameworks/CloudDocsDaemon.framework/BRCFileCoordinator.h +++ b/PrivateFrameworks/CloudDocsDaemon.framework/BRCFileCoordinator.h @@ -5,6 +5,7 @@ @interface BRCFileCoordinator : NSFileCoordinator { BOOL _cancelled; id /* block */ _doneHandler; + BOOL _forRead; BOOL _isUpdateForReconnecting; BRCAccountSession * _session; unsigned long long _startStamp; @@ -13,6 +14,7 @@ NSURL * _url2; } +@property (nonatomic, readonly) BOOL forRead; @property (nonatomic) BOOL isUpdateForReconnecting; + (void)itemAtPath:(id)arg1 didBounceToName:(id)arg2; @@ -26,7 +28,8 @@ - (void)_willRequestCoordinationWithContext:(id)arg1 url1:(id)arg2 url2:(id)arg3; - (void)cancel; - (void)cancelAfterDelay:(double)arg1; -- (id)initWithSession:(id)arg1 doneHandler:(id /* block */)arg2; +- (BOOL)forRead; +- (id)initWithSession:(id)arg1 forRead:(BOOL)arg2 doneHandler:(id /* block */)arg3; - (BOOL)isUpdateForReconnecting; - (void)scheduleDeleteOfItemAtURL:(id)arg1 queue:(id)arg2 taskTracker:(id)arg3 accessor:(id /* block */)arg4; - (void)scheduleReadOfItemAtURL:(id)arg1 queue:(id)arg2 taskTracker:(id)arg3 accessor:(id /* block */)arg4; diff --git a/PrivateFrameworks/CloudDocsDaemon.framework/BRCItemID.h b/PrivateFrameworks/CloudDocsDaemon.framework/BRCItemID.h index 1ee6c526dc..bf79a5b62d 100644 --- a/PrivateFrameworks/CloudDocsDaemon.framework/BRCItemID.h +++ b/PrivateFrameworks/CloudDocsDaemon.framework/BRCItemID.h @@ -23,6 +23,7 @@ + (BOOL)isDocumentsItemIDWithSQLiteValue:(struct Mem { }*)arg1; + (BOOL)isRootItemIDWithSQLiteValue:(struct Mem { }*)arg1; + (BOOL)migrateItemIDsToVersion5WithDB:(id)arg1 serverTruth:(BOOL)arg2; ++ (BOOL)migrateItemIDsToVersion8WithDB:(id)arg1 serverTruth:(BOOL)arg2; + (id)newFromSqliteValue:(struct Mem { }*)arg1; + (id)newItemIDFromEnclosureUUID:(id)arg1 libraryRowID:(id)arg2; + (id)parseMangledItemID:(id)arg1 mangledContainerID:(id*)arg2 etag:(id*)arg3 session:(id)arg4; @@ -36,7 +37,7 @@ - (id)contentsRecordIDInZoneID:(id)arg1; - (id)copyWithZone:(struct _NSZone { }*)arg1; - (id)debugItemIDString; -- (id)derivedAliasItemIDWithOwnerName:(id)arg1 libraryRowID:(id)arg2; +- (id)derivedAliasItemIDWithOwnerName:(id)arg1; - (id)description; - (id)directoryReferenceInZoneID:(id)arg1 action:(unsigned int)arg2; - (id)directoryStructureRecordIDInZoneID:(id)arg1; @@ -45,7 +46,7 @@ - (unsigned int)hash; - (id)init; - (id)initAsDocumentsWithAppLibraryRowID:(id)arg1; -- (id)initWithAliasUUID:(id)arg1 aliasLibraryRowID:(id)arg2; +- (id)initWithAliasUUID:(id)arg1; - (id)initWithCoder:(id)arg1; - (id)initWithItemID:(id)arg1; - (id)initWithRootObject:(struct RootItemObject { unsigned char x1; unsigned int x2; }*)arg1; diff --git a/PrivateFrameworks/CloudDocsDaemon.framework/BRCLocalItem.h b/PrivateFrameworks/CloudDocsDaemon.framework/BRCLocalItem.h index 99e64e73e0..60bf3e3134 100644 --- a/PrivateFrameworks/CloudDocsDaemon.framework/BRCLocalItem.h +++ b/PrivateFrameworks/CloudDocsDaemon.framework/BRCLocalItem.h @@ -161,7 +161,6 @@ - (float)fakeSync; - (id)fetchParentFileIDs; - (id)fileID; -- (BOOL)fixupItemAfterCrossZoneMovedCreationWithLookup:(id)arg1; - (void)fixupStagedItemAtStartup; - (void)handleUnknownItemError; - (BOOL)hasShareIDAndIsOwnedByMe; @@ -206,7 +205,6 @@ - (id)logicalName; - (void)markBounceFailed; - (void)markBounceFinished; -- (void)markCrossZoneMovedToUncreatedZone:(id)arg1; - (void)markDead; - (void)markForceNeedsSyncUp; - (void)markForceNotify; @@ -221,6 +219,7 @@ - (void)markLostWithoutBackoff; - (void)markMetadataLive; - (void)markNeedsDeleteForRescheduleOfItem:(id)arg1; +- (void)markNeedsDeleteWhenAlreadyDeadInServerTruth; - (void)markNeedsOSUpgradeToSyncUpWithName:(id)arg1; - (void)markNeedsUploadOrSyncingUp; - (void)markRemovedFromFilesystemForServerEdit:(BOOL)arg1; diff --git a/PrivateFrameworks/CloudDocsDaemon.framework/BRCNotification.h b/PrivateFrameworks/CloudDocsDaemon.framework/BRCNotification.h index 434ef35816..2673e2dec8 100644 --- a/PrivateFrameworks/CloudDocsDaemon.framework/BRCNotification.h +++ b/PrivateFrameworks/CloudDocsDaemon.framework/BRCNotification.h @@ -10,6 +10,7 @@ BOOL _isInDocumentScope; BOOL _isInTrashScope; BRCItemID * _itemID; + NSString * _oldAppLibraryID; unsigned long long _oldParentFileID; BRCItemID * _parentID; NSSet * _parentIDs; @@ -23,6 +24,7 @@ @property (nonatomic, readonly) BOOL isInDocumentScope; @property (nonatomic, readonly) BOOL isInTrashScope; @property (nonatomic, readonly) BRCItemID *itemID; +@property (nonatomic, readonly) NSString *oldAppLibraryID; @property (nonatomic, readonly) unsigned long long oldParentFileID; @property (nonatomic, readonly) BRFileObjectID *oldParentFileObjectID; @property (nonatomic, readonly) BRFileObjectID *parentFileObjectID; @@ -52,6 +54,7 @@ - (id)itemID; - (void)merge:(id)arg1; - (id)notificationByStrippingSharingInfoIfNeeded; +- (id)oldAppLibraryID; - (unsigned long long)oldParentFileID; - (id)oldParentFileObjectID; - (id)parentFileObjectID; diff --git a/PrivateFrameworks/CloudDocsDaemon.framework/BRCPathToItemLookup.h b/PrivateFrameworks/CloudDocsDaemon.framework/BRCPathToItemLookup.h index c79af8f035..0d48d9b3e5 100644 --- a/PrivateFrameworks/CloudDocsDaemon.framework/BRCPathToItemLookup.h +++ b/PrivateFrameworks/CloudDocsDaemon.framework/BRCPathToItemLookup.h @@ -13,7 +13,9 @@ unsigned int packageItem : 1; } _fetched; BRCDocumentItem * _matchByDocumentID; + BRCDocumentItem * _matchByDocumentIDGlobally; BRCLocalItem * _matchByFileID; + BRCLocalItem * _matchByFileIDGlobally; BRCLocalItem * _matchByPath; BRCPackageItem * _packageItem; BRCItemID * _parentID; @@ -24,7 +26,9 @@ } @property (nonatomic, retain) BRCDocumentItem *byDocumentID; +@property (readonly, retain) BRCDocumentItem *byDocumentIDGlobally; @property (nonatomic, retain) BRCLocalItem *byFileID; +@property (readonly, retain) BRCLocalItem *byFileIDGlobally; @property (nonatomic, readonly) BRCLocalItem *byPath; @property (nonatomic, readonly) BRCItemID *parentID; @property (nonatomic, readonly) BRCRelativePath *relpathOfFSEvent; @@ -35,11 +39,13 @@ - (void).cxx_destruct; - (id)_byPathWithLastPathComponent:(id)arg1; -- (BOOL)_fetchByDocumentID; -- (BOOL)_fetchByFileID; +- (BOOL)_fetchByDocumentID:(BOOL)arg1; +- (BOOL)_fetchByFileID:(BOOL)arg1; - (BOOL)_fetchByPath; - (id)byDocumentID; +- (id)byDocumentIDGlobally; - (id)byFileID; +- (id)byFileIDGlobally; - (id)byPath; - (id)byPathWithLastPathComponent:(id)arg1; - (id)description; diff --git a/PrivateFrameworks/CloudDocsDaemon.framework/BRCPrivateAppLibrary.h b/PrivateFrameworks/CloudDocsDaemon.framework/BRCPrivateAppLibrary.h index 57b8d7d101..9fa33a9b5b 100644 --- a/PrivateFrameworks/CloudDocsDaemon.framework/BRCPrivateAppLibrary.h +++ b/PrivateFrameworks/CloudDocsDaemon.framework/BRCPrivateAppLibrary.h @@ -15,7 +15,6 @@ - (void).cxx_destruct; - (unsigned int)_activateState:(unsigned int)arg1 origState:(unsigned int)arg2; -- (BOOL)_crossZoneMoveDocumentsFromClientZone:(id)arg1 toZone:(id)arg2; - (BOOL)_isInCloudDocsZone; - (id)_unwrappedDescriptionWithContext:(id)arg1; - (void)_updateContainerMetadataFromRecord:(id)arg1 stripIcons:(BOOL)arg2; @@ -30,7 +29,7 @@ - (id)documentsPath; - (id)fetchRootItem; - (id)fetchRootItemInDB:(id)arg1; -- (id)initWithName:(id)arg1 ownerName:(id)arg2 dbRowID:(id)arg3 zoneRowID:(id)arg4 db:(id)arg5 plist:(id)arg6 session:(id)arg7 initialCreation:(BOOL)arg8 createdRootOnDisk:(BOOL)arg9 rootFileID:(id)arg10; +- (id)initWithName:(id)arg1 ownerName:(id)arg2 dbRowID:(id)arg3 zoneRowID:(id)arg4 db:(id)arg5 plist:(id)arg6 session:(id)arg7 initialCreation:(BOOL)arg8 createdRootOnDisk:(BOOL)arg9 createdCZMMoved:(BOOL)arg10 rootFileID:(id)arg11; - (BOOL)isPrivateAppLibrary; - (void)notifyClient:(id)arg1 whenFaultingIsDone:(id /* block */)arg2; - (id)pathRelativeToRoot; diff --git a/PrivateFrameworks/CloudDocsDaemon.framework/BRCPrivateClientZone.h b/PrivateFrameworks/CloudDocsDaemon.framework/BRCPrivateClientZone.h index e7cc6a120b..02373d97a5 100644 --- a/PrivateFrameworks/CloudDocsDaemon.framework/BRCPrivateClientZone.h +++ b/PrivateFrameworks/CloudDocsDaemon.framework/BRCPrivateClientZone.h @@ -30,7 +30,6 @@ - (BOOL)existsByParentID:(id)arg1 andName:(id)arg2 db:(id)arg3; - (id)faultByParentID:(id)arg1 andDisplayName:(id)arg2; - (id)faultByParentID:(id)arg1 andDisplayName:(id)arg2 db:(id)arg3; -- (void)fixupItemsOnInitialZoneCreation; - (BOOL)isDocumentScopePublic; - (BOOL)isPrivateZone; - (id)itemByParentID:(id)arg1 andName:(id)arg2; diff --git a/PrivateFrameworks/CloudDocsDaemon.framework/BRCServerZone.h b/PrivateFrameworks/CloudDocsDaemon.framework/BRCServerZone.h index d54585b7b8..516fa52714 100644 --- a/PrivateFrameworks/CloudDocsDaemon.framework/BRCServerZone.h +++ b/PrivateFrameworks/CloudDocsDaemon.framework/BRCServerZone.h @@ -38,18 +38,19 @@ - (struct PQLResultSet { Class x1; }*)_enumeratePendingFetchDeletedShareRecordIDs; - (BOOL)_markItemDeadForRecordID:(id)arg1; - (BOOL)_markShareIDDead:(id)arg1; +- (void)_reportCantSaveProblem:(id)arg1 record:(id)arg2; - (BOOL)_saveDeletedRecordIDs:(id)arg1; -- (BOOL)_saveEditedAliasRecord:(id)arg1; +- (BOOL)_saveEditedAliasRecord:(id)arg1 error:(id*)arg2; - (BOOL)_saveEditedContentRecords:(id)arg1; -- (BOOL)_saveEditedDirOrDocStructureRecord:(id)arg1; -- (BOOL)_saveEditedDocumentContentRecord:(id)arg1; -- (BOOL)_saveEditedFinderBookmarkRecord:(id)arg1; -- (BOOL)_saveEditedRecord:(id)arg1; -- (BOOL)_saveEditedShareRecord:(id)arg1; +- (BOOL)_saveEditedDirOrDocStructureRecord:(id)arg1 error:(id*)arg2; +- (BOOL)_saveEditedDocumentContentRecord:(id)arg1 error:(id*)arg2; +- (BOOL)_saveEditedFinderBookmarkRecord:(id)arg1 error:(id*)arg2; +- (BOOL)_saveEditedRecord:(id)arg1 error:(id*)arg2; +- (BOOL)_saveEditedShareRecord:(id)arg1 error:(id*)arg2; - (BOOL)_saveEditedShareRecords:(id)arg1 deletedShareRecordIDs:(id)arg2; - (BOOL)_saveEditedStructureRecords:(id)arg1; -- (BOOL)_saveEditedSymlinkRecord:(id)arg1; -- (BOOL)_saveItemID:(id)arg1 stat:(id)arg2 record:(id)arg3; +- (BOOL)_saveEditedSymlinkRecord:(id)arg1 error:(id*)arg2; +- (BOOL)_saveItemID:(id)arg1 stat:(id)arg2 record:(id)arg3 error:(id*)arg4; - (BOOL)_saveItemID:(id)arg1 stat:(id)arg2 record:(id)arg3 origName:(id)arg4 base:(id)arg5 no:(id)arg6 ext:(id)arg7; - (BOOL)_saveItemID:(id)arg1 version:(id)arg2 record:(id)arg3 iWorkSharingOptions:(unsigned int)arg4; - (id)_structurePrefixForType:(BOOL)arg1; diff --git a/PrivateFrameworks/CloudDocsDaemon.framework/BRCSharedDocumentItem.h b/PrivateFrameworks/CloudDocsDaemon.framework/BRCSharedDocumentItem.h index d16b4a4d96..16d059b19b 100644 --- a/PrivateFrameworks/CloudDocsDaemon.framework/BRCSharedDocumentItem.h +++ b/PrivateFrameworks/CloudDocsDaemon.framework/BRCSharedDocumentItem.h @@ -7,7 +7,7 @@ @property (nonatomic, readonly) NSString *enclosurePathRelativeToRoot; @property (nonatomic, readonly) BOOL isShareAcceptationFault; -- (id)aliasItemIDForAppLibrary:(id)arg1; +- (id)aliasItemID; - (id)asSharedDocument; - (void)deleteShareAcceptationFault; - (id)enclosurePathRelativeToRoot; diff --git a/PrivateFrameworks/CloudDocsDaemon.framework/BRCSpotlightIndexer.h b/PrivateFrameworks/CloudDocsDaemon.framework/BRCSpotlightIndexer.h index 17272c2ea0..4544b68227 100644 --- a/PrivateFrameworks/CloudDocsDaemon.framework/BRCSpotlightIndexer.h +++ b/PrivateFrameworks/CloudDocsDaemon.framework/BRCSpotlightIndexer.h @@ -41,7 +41,7 @@ - (void)cancel; - (void)close; - (void)dealloc; -- (void)docID:(unsigned long long)arg1 wasDeletedForNotifRank:(unsigned long long)arg2; +- (void)docID:(unsigned long long)arg1 isNoLongerIndexableForNotifRank:(unsigned long long)arg2 itemIsLive:(BOOL)arg3; - (void)dropIndexForClientZone:(id)arg1; - (void)garbageCollectSupersededRanks; - (id)indexingArbiter; diff --git a/PrivateFrameworks/CloudDocsDaemon.framework/BRCUserDefaults.h b/PrivateFrameworks/CloudDocsDaemon.framework/BRCUserDefaults.h index 09beb9ae01..b2efb2f305 100644 --- a/PrivateFrameworks/CloudDocsDaemon.framework/BRCUserDefaults.h +++ b/PrivateFrameworks/CloudDocsDaemon.framework/BRCUserDefaults.h @@ -35,6 +35,7 @@ @property (nonatomic, readonly) BOOL dbProfiled; @property (nonatomic, readonly) long long dbReclaimableSpaceThreshold; @property (nonatomic, readonly) BOOL dbTraced; +@property (nonatomic, readonly) double defaultOnDiskAccessTimeDefaultForEviction; @property (nonatomic, readonly) double defaultTimeDeltaForEviction; @property (nonatomic, readonly) BOOL destroyiWorkShares; @property (nonatomic, readonly) double diskSpaceCheckInterval; @@ -46,6 +47,7 @@ @property (nonatomic, readonly) unsigned int downloadWillRetryProgressMaxCount; @property (nonatomic, readonly) NSSet *excludedExtensionsWorthPreserving; @property (nonatomic, readonly) NSSet *excludedFilenamesWorthPreserving; +@property (nonatomic, readonly) NSSet *excludedFilenamesWorthWarningAtLogout; @property (nonatomic, readonly) NSSet *extensionsSkippingBundleBitFixup; @property (nonatomic, readonly) BOOL forceBatchFailureWhenReceivingAssetTokenExpiration; @property (nonatomic, readonly) double forceForegroundGracePeriod; @@ -90,6 +92,10 @@ @property (nonatomic, readonly) unsigned int notifGatherUpTo; @property (nonatomic, readonly) unsigned int notifOverflowLimit; @property (nonatomic, readonly) BOOL nsurlsessiondEnabled; +@property (nonatomic, readonly) double onDiskAccessTimeDeltaInHighUrgency; +@property (nonatomic, readonly) double onDiskAccessTimeDeltaInLowUrgency; +@property (nonatomic, readonly) double onDiskAccessTimeDeltaInMedUrgency; +@property (nonatomic, readonly) double onDiskAccessTimeDeltaInVeryHighUrgency; @property (nonatomic, readonly) BOOL onlyTreatCaughtUpAsConsistent; @property (nonatomic, readonly) NSDictionary *operationFailureThrottleParams; @property (nonatomic, readonly) double packageExtensionPlistWriteInterval; @@ -116,6 +122,7 @@ @property (nonatomic, readonly) unsigned long long sharedDbSyncDownCoalesceNanoseconds; @property (nonatomic, readonly) double shortcutServicePacerInterval; @property (nonatomic, readonly) BOOL shouldAppLibraryBeGreedy; +@property (nonatomic, readonly) BOOL shouldAutoMigrateToCloudDocs; @property (nonatomic, readonly) BOOL shouldDisplayUploadNotification; @property (nonatomic, readonly) BOOL shouldFetchAllChanges; @property (nonatomic, readonly) BOOL shouldFixupBundleBitOnPackages; @@ -187,6 +194,7 @@ - (float)_defaultSyncUpHourlyBudget; - (float)_defaultSyncUpMinutelyBudget; - (id)_extensionSetForKey:(id)arg1 startingWithExtensions:(id)arg2; +- (id)_serverDefaultForKey:(id)arg1; - (unsigned short)_umaskForKey:(id)arg1; - (double)accessTimeDeltaInHighUrgency; - (double)accessTimeDeltaInLowUrgency; @@ -216,6 +224,7 @@ - (BOOL)dbProfiled; - (long long)dbReclaimableSpaceThreshold; - (BOOL)dbTraced; +- (double)defaultOnDiskAccessTimeDefaultForEviction; - (double)defaultTimeDeltaForEviction; - (BOOL)destroyiWorkShares; - (double)diskSpaceCheckInterval; @@ -228,6 +237,7 @@ - (unsigned int)downloadWillRetryProgressMaxCount; - (id)excludedExtensionsWorthPreserving; - (id)excludedFilenamesWorthPreserving; +- (id)excludedFilenamesWorthWarningAtLogout; - (id)extensionsSkippingBundleBitFixup; - (float)floatForKey:(id)arg1 inheritFromGlobal:(BOOL)arg2 min:(float)arg3 max:(float)arg4 byDefault:(float)arg5; - (float)floatForKey:(id)arg1 min:(float)arg2 max:(float)arg3 byDefault:(float)arg4; @@ -278,6 +288,10 @@ - (unsigned int)notifOverflowLimit; - (BOOL)nsurlsessiondEnabled; - (id)objectForKey:(id)arg1 inheritFromGlobal:(BOOL)arg2 validateWithBlock:(id /* block */)arg3; +- (double)onDiskAccessTimeDeltaInHighUrgency; +- (double)onDiskAccessTimeDeltaInLowUrgency; +- (double)onDiskAccessTimeDeltaInMedUrgency; +- (double)onDiskAccessTimeDeltaInVeryHighUrgency; - (BOOL)onlyTreatCaughtUpAsConsistent; - (id)operationFailureThrottleParams; - (double)packageExtensionPlistWriteInterval; @@ -304,6 +318,7 @@ - (unsigned long long)sharedDbSyncDownCoalesceNanoseconds; - (double)shortcutServicePacerInterval; - (BOOL)shouldAppLibraryBeGreedy; +- (BOOL)shouldAutoMigrateToCloudDocs; - (BOOL)shouldDisplayUploadNotification; - (BOOL)shouldFetchAllChanges; - (BOOL)shouldFixupBundleBitOnPackages; diff --git a/PrivateFrameworks/CloudDocsDaemon.framework/BRCXPCClient.h b/PrivateFrameworks/CloudDocsDaemon.framework/BRCXPCClient.h index 579c75344e..cc667d7525 100644 --- a/PrivateFrameworks/CloudDocsDaemon.framework/BRCXPCClient.h +++ b/PrivateFrameworks/CloudDocsDaemon.framework/BRCXPCClient.h @@ -38,6 +38,7 @@ - (void)_auditURL:(id)arg1; - (id)_auditedURLFromPath:(id)arg1; - (BOOL)_canCreateAppLibraryWithID:(id)arg1 error:(id*)arg2; +- (id)_createBookmarkWithTarget:(id)arg1 targetPath:(id)arg2 parentPath:(id)arg3 aliasName:(id)arg4 error:(id*)arg5; - (BOOL)_entitlementBooleanValueForKey:(id)arg1; - (id)_entitlementValueForKey:(id)arg1 ofClass:(Class)arg2; - (BOOL)_hasAccessToAppLibraryID:(id)arg1 error:(id*)arg2; diff --git a/PrivateFrameworks/CloudDocsDaemon.framework/BRCXPCRegularIPCsClient.h b/PrivateFrameworks/CloudDocsDaemon.framework/BRCXPCRegularIPCsClient.h index b5fbb7cfda..42ddbb63cf 100644 --- a/PrivateFrameworks/CloudDocsDaemon.framework/BRCXPCRegularIPCsClient.h +++ b/PrivateFrameworks/CloudDocsDaemon.framework/BRCXPCRegularIPCsClient.h @@ -25,7 +25,6 @@ - (void)addExternalDocumentReferenceTo:(id)arg1 forPid:(int)arg2 inContainer:(id)arg3 underParent:(id)arg4 reply:(id /* block */)arg5; - (void)boostFilePresenterAtURL:(id)arg1 reply:(id /* block */)arg2; - (oneway void)bundleDidAccessExternalDocument:(id)arg1; -- (void)canLogoutSafely:(id /* block */)arg1; - (oneway void)checkinAskClientIfUsingUbiquity:(BOOL)arg1; - (void)computePurgableSpaceWithUrgency:(int)arg1 reply:(id /* block */)arg2; - (void)copyBulkShareIDsAtURLs:(id)arg1 reply:(id /* block */)arg2; @@ -86,6 +85,7 @@ - (void)joinShareAtURL:(id)arg1 reply:(id /* block */)arg2; - (void)lookupExcludedExtensionsForLogoutWithReply:(id /* block */)arg1; - (void)lookupExcludedFilenamesForLogoutWithReply:(id /* block */)arg1; +- (void)moveBRSecurityBookmarkAtURL:(id)arg1 toURL:(id)arg2 reply:(id /* block */)arg3; - (void)overwriteAccessTimeForItemAtURL:(id)arg1 atime:(unsigned long long)arg2 reply:(id /* block */)arg3; - (void)performSelfCheck:(id)arg1 reply:(id /* block */)arg2; - (void)postiCloudDriveAppInstallationNotificaionWithReply:(id /* block */)arg1; diff --git a/PrivateFrameworks/CloudDocsUI.framework/_UIDocumentPickerViewServiceViewController.h b/PrivateFrameworks/CloudDocsUI.framework/_UIDocumentPickerViewServiceViewController.h index 36ec14db2f..719facdbd1 100644 --- a/PrivateFrameworks/CloudDocsUI.framework/_UIDocumentPickerViewServiceViewController.h +++ b/PrivateFrameworks/CloudDocsUI.framework/_UIDocumentPickerViewServiceViewController.h @@ -37,7 +37,6 @@ + (id)_urlByResolvingExternalDocumentReferenceForURL:(id)arg1; - (void).cxx_destruct; -- (void)_checkFileStatus; - (void)_cloudEnabledStatusDidChange:(id)arg1; - (void)_createBookmarkAndDismissWithCloudURL:(id)arg1; - (void)_didInstantiateThirdPartyPickerWithDescription:(id)arg1 placeholder:(id)arg2; @@ -61,6 +60,7 @@ - (void)_setTintColor:(id)arg1; - (void)_setUploadURL:(id)arg1; - (void)_setUploadURLWrapper:(id)arg1; +- (BOOL)_shouldWarnForSharing; - (void)_showDefaultPicker; - (void)_showExistsAlertForFile:(id)arg1 withSourceURL:(id)arg2; - (void)_showLocationPopup:(id)arg1; @@ -71,6 +71,8 @@ - (void)_tryExportingFile:(id)arg1 toLocation:(id)arg2; - (void)_updateDefaultPicker; - (struct CGSize { float x1; float x2; })_updatedContentSizeForPreferredContentSize:(struct CGSize { float x1; float x2; })arg1; +- (void)_warnSharingForTarget:(id)arg1 completion:(id /* block */)arg2; +- (void)_warnSharingPreMove; - (void)_willAppearInRemoteViewController; - (id)auxiliaryOptions; - (void)beginDownloadingURL:(id)arg1 completion:(id /* block */)arg2; diff --git a/PrivateFrameworks/CloudKitDaemon.framework/CKDAccount.h b/PrivateFrameworks/CloudKitDaemon.framework/CKDAccount.h index 1b18e83421..47af0e415c 100644 --- a/PrivateFrameworks/CloudKitDaemon.framework/CKDAccount.h +++ b/PrivateFrameworks/CloudKitDaemon.framework/CKDAccount.h @@ -11,6 +11,7 @@ BOOL _haveWarnedAboutServerPreferredPushEnvironment; BOOL _isAnonymousAccount; BOOL _isUnitTestingAccount; + NSString * _lastFailedCloudKitAuthToken; } @property (nonatomic, retain) ACAccountType *acAccountType; @@ -22,6 +23,7 @@ @property (nonatomic, readonly) NSObject *authTokenQueue; @property (nonatomic, readonly) CKDBackingAccount *backingAccount; @property (nonatomic, readonly) BOOL canAccessAccount; +@property (nonatomic, readonly) BOOL canAuthWithCloudKit; @property (nonatomic, readonly) BOOL cloudKitIsEnabled; @property (nonatomic, readonly) BOOL cloudPhotosIsEnabled; @property (nonatomic) CKDClientContext *context; @@ -34,6 +36,7 @@ @property (nonatomic) BOOL isAnonymousAccount; @property (nonatomic, readonly) BOOL isFakeAccount; @property (nonatomic) BOOL isUnitTestingAccount; +@property (nonatomic, copy) NSString *lastFailedCloudKitAuthToken; @property (nonatomic, readonly) NSString *primaryEmail; @property (readonly) Class superclass; @property (nonatomic, readonly) NSString *username; @@ -58,6 +61,7 @@ - (id)baseURLForServerType:(int)arg1 partitionType:(int)arg2; - (id)bundleID; - (BOOL)canAccessAccount; +- (BOOL)canAuthWithCloudKit; - (void)cloudKitAuthTokenWithCompletionHandler:(id /* block */)arg1; - (BOOL)cloudKitIsEnabled; - (BOOL)cloudPhotosIsEnabled; @@ -89,6 +93,7 @@ - (BOOL)isFakeAccount; - (BOOL)isUnitTestingAccount; - (id)languageCode; +- (id)lastFailedCloudKitAuthToken; - (id)mescalSession; - (void)noteFailedNetworkRequest; - (void)noteFailedProtocolRequest; @@ -107,6 +112,7 @@ - (void)setHaveWarnedAboutServerPreferredPushEnvironment:(BOOL)arg1; - (void)setIsAnonymousAccount:(BOOL)arg1; - (void)setIsUnitTestingAccount:(BOOL)arg1; +- (void)setLastFailedCloudKitAuthToken:(id)arg1; - (BOOL)shouldFailAllTasks; - (id)trafficContainerIdentifier; - (id)username; diff --git a/PrivateFrameworks/CloudKitDaemon.framework/CKDBackingAccount.h b/PrivateFrameworks/CloudKitDaemon.framework/CKDBackingAccount.h index 0fdbb49a4e..41894aa988 100644 --- a/PrivateFrameworks/CloudKitDaemon.framework/CKDBackingAccount.h +++ b/PrivateFrameworks/CloudKitDaemon.framework/CKDBackingAccount.h @@ -2,8 +2,11 @@ Image: /System/Library/PrivateFrameworks/CloudKitDaemon.framework/CloudKitDaemon */ -@interface CKDBackingAccount : NSObject +@interface CKDBackingAccount : NSObject { + BOOL _canAuthWithCloudKit; +} +@property (nonatomic, readonly) BOOL canAuthWithCloudKit; @property (nonatomic, readonly) BOOL cloudKitIsEnabled; @property (nonatomic, readonly) BOOL cloudPhotosIsEnabled; @property (nonatomic, readonly) NSString *dsid; @@ -27,6 +30,7 @@ - (id)_init; - (id)accountPropertiesForDataclass:(id)arg1; +- (BOOL)canAuthWithCloudKit; - (id)ckAccount; - (id)cloudKitAuthTokenWithError:(id*)arg1; - (BOOL)cloudKitIsEnabled; @@ -40,12 +44,14 @@ - (id)init; - (BOOL)isDataclassEnabled:(id)arg1; - (BOOL)isFakeAccount; +- (id)parentAppleAccount; - (id)primaryEmail; - (id)privateCloudDBURL; - (id)privateCodeServiceURL; - (id)privateDeviceServiceURL; - (id)privateShareServiceURL; - (void)renewAuthTokenInStore:(id)arg1 withOptions:(id)arg2 completionHandler:(id /* block */)arg3; +- (void)saveVerifiedAccountInStore:(id)arg1 completionHandler:(id /* block */)arg2; - (id)serverPreferredPushEnvironment; - (void)updateAccountProperiesInStore:(id)arg1 completionHandler:(id /* block */)arg2; - (id)username; diff --git a/PrivateFrameworks/CloudKitDaemon.framework/CKDBackingFakeAccount.h b/PrivateFrameworks/CloudKitDaemon.framework/CKDBackingFakeAccount.h index c6e4f36a7e..a20e880fce 100644 --- a/PrivateFrameworks/CloudKitDaemon.framework/CKDBackingFakeAccount.h +++ b/PrivateFrameworks/CloudKitDaemon.framework/CKDBackingFakeAccount.h @@ -28,6 +28,7 @@ - (id)accountBag; - (id)accountPropertiesForDataclass:(id)arg1; - (id)altDsid; +- (BOOL)canAuthWithCloudKit; - (id)ckAccount; - (id)cloudKitAuthTokenWithError:(id*)arg1; - (BOOL)cloudKitIsEnabled; @@ -42,6 +43,7 @@ - (id)password; - (id)primaryEmail; - (void)renewAuthTokenInStore:(id)arg1 withOptions:(id)arg2 completionHandler:(id /* block */)arg3; +- (void)saveVerifiedAccountInStore:(id)arg1 completionHandler:(id /* block */)arg2; - (void)setAccountBag:(id)arg1; - (void)setAltDsid:(id)arg1; - (void)setDsid:(id)arg1; diff --git a/PrivateFrameworks/CloudKitDaemon.framework/CKDBackingiOSAccount.h b/PrivateFrameworks/CloudKitDaemon.framework/CKDBackingiOSAccount.h index c7866cca0e..d2836d75ce 100644 --- a/PrivateFrameworks/CloudKitDaemon.framework/CKDBackingiOSAccount.h +++ b/PrivateFrameworks/CloudKitDaemon.framework/CKDBackingiOSAccount.h @@ -20,6 +20,7 @@ - (id)_initWithParentAccount:(id)arg1 inStore:(id)arg2; - (id)accountPropertiesForDataclass:(id)arg1; - (id)accountStore; +- (BOOL)canAuthWithCloudKit; - (id)ckAccount; - (id)cloudKitAuthTokenWithError:(id*)arg1; - (BOOL)cloudKitIsEnabled; @@ -32,6 +33,7 @@ - (BOOL)isDataclassEnabled:(id)arg1; - (id)parentAppleAccount; - (id)primaryEmail; +- (void)saveVerifiedAccountInStore:(id)arg1 completionHandler:(id /* block */)arg2; - (void)setParentAppleAccount:(id)arg1; - (void)updateAccountProperiesInStore:(id)arg1 completionHandler:(id /* block */)arg2; - (id)username; diff --git a/PrivateFrameworks/CloudKitDaemon.framework/CKDContainerInfo.h b/PrivateFrameworks/CloudKitDaemon.framework/CKDContainerInfo.h index 07e9465be1..436cb8b70e 100644 --- a/PrivateFrameworks/CloudKitDaemon.framework/CKDContainerInfo.h +++ b/PrivateFrameworks/CloudKitDaemon.framework/CKDContainerInfo.h @@ -6,6 +6,7 @@ NSString * _containerScopedUserID; int _environment; NSURL * _publicCloudDBURL; + NSURL * _publicCodeServiceURL; NSURL * _publicDeviceServiceURL; NSURL * _publicShareServiceURL; } @@ -13,6 +14,7 @@ @property (nonatomic, copy) NSString *containerScopedUserID; @property (nonatomic) int environment; @property (nonatomic, copy) NSURL *publicCloudDBURL; +@property (nonatomic, copy) NSURL *publicCodeServiceURL; @property (nonatomic, copy) NSURL *publicDeviceServiceURL; @property (nonatomic, copy) NSURL *publicShareServiceURL; @@ -30,11 +32,13 @@ - (id)initWithCoder:(id)arg1; - (BOOL)isEqual:(id)arg1; - (id)publicCloudDBURL; +- (id)publicCodeServiceURL; - (id)publicDeviceServiceURL; - (id)publicShareServiceURL; - (void)setContainerScopedUserID:(id)arg1; - (void)setEnvironment:(int)arg1; - (void)setPublicCloudDBURL:(id)arg1; +- (void)setPublicCodeServiceURL:(id)arg1; - (void)setPublicDeviceServiceURL:(id)arg1; - (void)setPublicShareServiceURL:(id)arg1; diff --git a/PrivateFrameworks/CloudKitDaemon.framework/CKDModifyShareHandler.h b/PrivateFrameworks/CloudKitDaemon.framework/CKDModifyShareHandler.h index 91b893d404..60783723c7 100644 --- a/PrivateFrameworks/CloudKitDaemon.framework/CKDModifyShareHandler.h +++ b/PrivateFrameworks/CloudKitDaemon.framework/CKDModifyShareHandler.h @@ -4,10 +4,12 @@ @interface CKDModifyShareHandler : CKDModifyRecordHandler { BOOL _haveAddedOwnerToShare; + BOOL _isALegacyPublicShareThatNeedsOwnerPPPCSUpgrade; CKDModifyShareTokenURLRequest * _request; } @property (nonatomic) BOOL haveAddedOwnerToShare; +@property (nonatomic) BOOL isALegacyPublicShareThatNeedsOwnerPPPCSUpgrade; @property (nonatomic, retain) CKDModifyShareTokenURLRequest *request; @property (nonatomic, readonly) CKShare *share; @property (nonatomic, readonly) CKRecordID *shareID; @@ -35,6 +37,7 @@ - (void)clearProtectionDataForRecord; - (void)fetchSharePCSData; - (BOOL)haveAddedOwnerToShare; +- (BOOL)isALegacyPublicShareThatNeedsOwnerPPPCSUpgrade; - (BOOL)isCloudDocsContainer; - (BOOL)isShare; - (void)noteSideEffectRecordAbsent:(id)arg1; @@ -45,6 +48,7 @@ - (void)savePCSDataToCache; - (unsigned int)serviceType; - (void)setHaveAddedOwnerToShare:(BOOL)arg1; +- (void)setIsALegacyPublicShareThatNeedsOwnerPPPCSUpgrade:(BOOL)arg1; - (void)setRequest:(id)arg1; - (void)setServerRecord:(id)arg1; - (id)share; diff --git a/PrivateFrameworks/CloudKitDaemon.framework/CKDOperation.h b/PrivateFrameworks/CloudKitDaemon.framework/CKDOperation.h index e329f91ceb..a523f6092f 100644 --- a/PrivateFrameworks/CloudKitDaemon.framework/CKDOperation.h +++ b/PrivateFrameworks/CloudKitDaemon.framework/CKDOperation.h @@ -33,6 +33,7 @@ CKDURLRequest * _request; NSMutableArray * _requestUUIDs; NSMutableDictionary * _responseHTTPHeadersByRequestUUID; + BOOL _shouldPipelineFetchAllChangesRequests; NSString * _sourceApplicationBundleIdentifier; NSString * _sourceApplicationSecondaryIdentifier; NSDate * _startDate; @@ -83,6 +84,7 @@ @property (nonatomic, retain) NSMutableArray *requestUUIDs; @property (nonatomic, retain) NSMutableDictionary *responseHTTPHeadersByRequestUUID; @property (nonatomic, readonly) BOOL shouldCheckAppVersion; +@property (nonatomic) BOOL shouldPipelineFetchAllChangesRequests; @property (nonatomic, retain) NSString *sourceApplicationBundleIdentifier; @property (nonatomic, retain) NSString *sourceApplicationSecondaryIdentifier; @property (nonatomic, retain) NSDate *startDate; @@ -203,6 +205,7 @@ - (void)setRequest:(id)arg1; - (void)setRequestUUIDs:(id)arg1; - (void)setResponseHTTPHeadersByRequestUUID:(id)arg1; +- (void)setShouldPipelineFetchAllChangesRequests:(BOOL)arg1; - (void)setSourceApplicationBundleIdentifier:(id)arg1; - (void)setSourceApplicationSecondaryIdentifier:(id)arg1; - (void)setStartDate:(id)arg1; @@ -215,6 +218,7 @@ - (void)setUserSyncTask:(id)arg1; - (void)setW3cNavigationTimingByRequestUUID:(id)arg1; - (BOOL)shouldCheckAppVersion; +- (BOOL)shouldPipelineFetchAllChangesRequests; - (id)sourceApplicationBundleIdentifier; - (id)sourceApplicationSecondaryIdentifier; - (void)start; diff --git a/PrivateFrameworks/CloudKitDaemon.framework/CKDPDate.h b/PrivateFrameworks/CloudKitDaemon.framework/CKDPDate.h index d257b4f33a..be0892778e 100644 --- a/PrivateFrameworks/CloudKitDaemon.framework/CKDPDate.h +++ b/PrivateFrameworks/CloudKitDaemon.framework/CKDPDate.h @@ -12,7 +12,6 @@ @property (nonatomic) BOOL hasTime; @property (nonatomic) double time; -- (void)_CKLogToFileHandle:(id)arg1 atDepth:(int)arg2; - (void)copyTo:(id)arg1; - (id)copyWithZone:(struct _NSZone { }*)arg1; - (id)description; diff --git a/PrivateFrameworks/CloudKitDaemon.framework/CKDPIdentifier.h b/PrivateFrameworks/CloudKitDaemon.framework/CKDPIdentifier.h index 438f1f4697..0b3af99cec 100644 --- a/PrivateFrameworks/CloudKitDaemon.framework/CKDPIdentifier.h +++ b/PrivateFrameworks/CloudKitDaemon.framework/CKDPIdentifier.h @@ -17,7 +17,6 @@ - (void).cxx_destruct; - (int)StringAsType:(id)arg1; -- (void)_CKLogToFileHandle:(id)arg1 atDepth:(int)arg2; - (void)copyTo:(id)arg1; - (id)copyWithZone:(struct _NSZone { }*)arg1; - (id)description; diff --git a/PrivateFrameworks/CloudKitDaemon.framework/CKDPOperation.h b/PrivateFrameworks/CloudKitDaemon.framework/CKDPOperation.h index b6fda31454..0d990eb87a 100644 --- a/PrivateFrameworks/CloudKitDaemon.framework/CKDPOperation.h +++ b/PrivateFrameworks/CloudKitDaemon.framework/CKDPOperation.h @@ -25,7 +25,6 @@ - (void).cxx_destruct; - (int)StringAsType:(id)arg1; -- (void)_CKLogToFileHandle:(id)arg1 atDepth:(int)arg2; - (void)copyTo:(id)arg1; - (id)copyWithZone:(struct _NSZone { }*)arg1; - (id)description; diff --git a/PrivateFrameworks/CloudKitDaemon.framework/CKDPParticipant.h b/PrivateFrameworks/CloudKitDaemon.framework/CKDPParticipant.h index 95f12abe12..84ea642f8d 100644 --- a/PrivateFrameworks/CloudKitDaemon.framework/CKDPParticipant.h +++ b/PrivateFrameworks/CloudKitDaemon.framework/CKDPParticipant.h @@ -69,9 +69,6 @@ - (int)StringAsParticipantType:(id)arg1; - (int)StringAsPermission:(id)arg1; - (int)StringAsState:(id)arg1; -- (id)_participantTypeCKLogValue; -- (id)_permissionCKLogValue; -- (id)_stateCKLogValue; - (long long)acceptTimestamp; - (BOOL)acceptedInProcess; - (id)contactInformation; diff --git a/PrivateFrameworks/CloudKitDaemon.framework/CKDPRecord.h b/PrivateFrameworks/CloudKitDaemon.framework/CKDPRecord.h index 90cf181170..c399a1ea38 100644 --- a/PrivateFrameworks/CloudKitDaemon.framework/CKDPRecord.h +++ b/PrivateFrameworks/CloudKitDaemon.framework/CKDPRecord.h @@ -71,7 +71,6 @@ - (void).cxx_destruct; - (int)StringAsPermission:(id)arg1; - (void)_inflateFieldsFromData:(id)arg1; -- (id)_permissionAsString; - (void)addConflictLoserEtags:(id)arg1; - (void)addFields:(id)arg1; - (void)addPluginFields:(id)arg1; diff --git a/PrivateFrameworks/CloudKitDaemon.framework/CKDPRecordField.h b/PrivateFrameworks/CloudKitDaemon.framework/CKDPRecordField.h index 7706720a29..e336e5ed19 100644 --- a/PrivateFrameworks/CloudKitDaemon.framework/CKDPRecordField.h +++ b/PrivateFrameworks/CloudKitDaemon.framework/CKDPRecordField.h @@ -15,7 +15,6 @@ + (id)emptyFieldWithKey:(id)arg1; - (void).cxx_destruct; -- (void)_CKLogToFileHandle:(id)arg1 atDepth:(int)arg2; - (void)copyTo:(id)arg1; - (id)copyWithZone:(struct _NSZone { }*)arg1; - (id)description; diff --git a/PrivateFrameworks/CloudKitDaemon.framework/CKDPRecordFieldIdentifier.h b/PrivateFrameworks/CloudKitDaemon.framework/CKDPRecordFieldIdentifier.h index 043bd28ee6..0acd5f46b1 100644 --- a/PrivateFrameworks/CloudKitDaemon.framework/CKDPRecordFieldIdentifier.h +++ b/PrivateFrameworks/CloudKitDaemon.framework/CKDPRecordFieldIdentifier.h @@ -10,7 +10,6 @@ @property (nonatomic, retain) NSString *name; - (void).cxx_destruct; -- (void)_CKLogToFileHandle:(id)arg1 atDepth:(int)arg2; - (void)copyTo:(id)arg1; - (id)copyWithZone:(struct _NSZone { }*)arg1; - (id)description; diff --git a/PrivateFrameworks/CloudKitDaemon.framework/CKDPRecordFieldValue.h b/PrivateFrameworks/CloudKitDaemon.framework/CKDPRecordFieldValue.h index 30d0e80b03..bb34af2226 100644 --- a/PrivateFrameworks/CloudKitDaemon.framework/CKDPRecordFieldValue.h +++ b/PrivateFrameworks/CloudKitDaemon.framework/CKDPRecordFieldValue.h @@ -47,7 +47,6 @@ - (void).cxx_destruct; - (int)StringAsType:(id)arg1; -- (void)_CKLogToFileHandle:(id)arg1 atDepth:(int)arg2; - (void)addListValue:(id)arg1; - (id)assetValue; - (id)bytesValue; diff --git a/PrivateFrameworks/CloudKitDaemon.framework/CKDPRecordIdentifier.h b/PrivateFrameworks/CloudKitDaemon.framework/CKDPRecordIdentifier.h index 2d1f855534..f8c3595a6e 100644 --- a/PrivateFrameworks/CloudKitDaemon.framework/CKDPRecordIdentifier.h +++ b/PrivateFrameworks/CloudKitDaemon.framework/CKDPRecordIdentifier.h @@ -13,7 +13,6 @@ @property (nonatomic, retain) CKDPRecordZoneIdentifier *zoneIdentifier; - (void).cxx_destruct; -- (void)_CKLogToFileHandle:(id)arg1 atDepth:(int)arg2; - (void)copyTo:(id)arg1; - (id)copyWithZone:(struct _NSZone { }*)arg1; - (id)description; diff --git a/PrivateFrameworks/CloudKitDaemon.framework/CKDPRecordType.h b/PrivateFrameworks/CloudKitDaemon.framework/CKDPRecordType.h index 0bc6c9f01f..f321453393 100644 --- a/PrivateFrameworks/CloudKitDaemon.framework/CKDPRecordType.h +++ b/PrivateFrameworks/CloudKitDaemon.framework/CKDPRecordType.h @@ -10,7 +10,6 @@ @property (nonatomic, retain) NSString *name; - (void).cxx_destruct; -- (void)_CKLogToFileHandle:(id)arg1 atDepth:(int)arg2; - (void)copyTo:(id)arg1; - (id)copyWithZone:(struct _NSZone { }*)arg1; - (id)description; diff --git a/PrivateFrameworks/CloudKitDaemon.framework/CKDPRecordZoneIdentifier.h b/PrivateFrameworks/CloudKitDaemon.framework/CKDPRecordZoneIdentifier.h index cd4fd4e863..b61fdaa298 100644 --- a/PrivateFrameworks/CloudKitDaemon.framework/CKDPRecordZoneIdentifier.h +++ b/PrivateFrameworks/CloudKitDaemon.framework/CKDPRecordZoneIdentifier.h @@ -13,7 +13,6 @@ @property (nonatomic, retain) CKDPIdentifier *value; - (void).cxx_destruct; -- (void)_CKLogToFileHandle:(id)arg1 atDepth:(int)arg2; - (void)copyTo:(id)arg1; - (id)copyWithZone:(struct _NSZone { }*)arg1; - (id)description; diff --git a/PrivateFrameworks/CloudKitDaemon.framework/CKDPRequestOperationHeader.h b/PrivateFrameworks/CloudKitDaemon.framework/CKDPRequestOperationHeader.h index e194bd7ddf..cdf5ac4b9d 100644 --- a/PrivateFrameworks/CloudKitDaemon.framework/CKDPRequestOperationHeader.h +++ b/PrivateFrameworks/CloudKitDaemon.framework/CKDPRequestOperationHeader.h @@ -96,9 +96,6 @@ - (int)StringAsApplicationContainerEnvironment:(id)arg1; - (int)StringAsIsolationLevel:(id)arg1; - (int)StringAsTargetDatabase:(id)arg1; -- (id)_applicationContainerEnvironmentCKLogValue; -- (id)_isolationLevelCKLogValue; -- (id)_targetDatabaseCKLogValue; - (id)applicationBundle; - (unsigned long long)applicationConfigVersion; - (id)applicationContainer; diff --git a/PrivateFrameworks/CloudKitDaemon.framework/CKDPRequestedFields.h b/PrivateFrameworks/CloudKitDaemon.framework/CKDPRequestedFields.h index 0ee9bc7415..eb34b4374a 100644 --- a/PrivateFrameworks/CloudKitDaemon.framework/CKDPRequestedFields.h +++ b/PrivateFrameworks/CloudKitDaemon.framework/CKDPRequestedFields.h @@ -11,7 +11,6 @@ + (Class)fieldsType; - (void).cxx_destruct; -- (void)_CKLogToFileHandle:(id)arg1 atDepth:(int)arg2; - (void)addFields:(id)arg1; - (void)clearFields; - (void)copyTo:(id)arg1; diff --git a/PrivateFrameworks/CloudKitDaemon.framework/CKDPResponseOperationResult.h b/PrivateFrameworks/CloudKitDaemon.framework/CKDPResponseOperationResult.h index a9c21992a2..86e9be165c 100644 --- a/PrivateFrameworks/CloudKitDaemon.framework/CKDPResponseOperationResult.h +++ b/PrivateFrameworks/CloudKitDaemon.framework/CKDPResponseOperationResult.h @@ -17,7 +17,6 @@ - (void).cxx_destruct; - (int)StringAsCode:(id)arg1; -- (void)_CKLogToFileHandle:(id)arg1 atDepth:(int)arg2; - (int)code; - (id)codeAsString:(int)arg1; - (void)copyTo:(id)arg1; diff --git a/PrivateFrameworks/CloudKitDaemon.framework/CKDPResponseOperationResultErrorClient.h b/PrivateFrameworks/CloudKitDaemon.framework/CKDPResponseOperationResultErrorClient.h index 4be4706d00..8620e18f16 100644 --- a/PrivateFrameworks/CloudKitDaemon.framework/CKDPResponseOperationResultErrorClient.h +++ b/PrivateFrameworks/CloudKitDaemon.framework/CKDPResponseOperationResultErrorClient.h @@ -20,7 +20,6 @@ - (void).cxx_destruct; - (int)StringAsType:(id)arg1; -- (id)_typeCKLogValue; - (void)copyTo:(id)arg1; - (id)copyWithZone:(struct _NSZone { }*)arg1; - (id)description; diff --git a/PrivateFrameworks/CloudKitDaemon.framework/CKDPResponseOperationResultErrorServer.h b/PrivateFrameworks/CloudKitDaemon.framework/CKDPResponseOperationResultErrorServer.h index a06ee50ed2..2015fb911d 100644 --- a/PrivateFrameworks/CloudKitDaemon.framework/CKDPResponseOperationResultErrorServer.h +++ b/PrivateFrameworks/CloudKitDaemon.framework/CKDPResponseOperationResultErrorServer.h @@ -13,7 +13,6 @@ @property (nonatomic) int type; - (int)StringAsType:(id)arg1; -- (id)_typeCKLogValue; - (void)copyTo:(id)arg1; - (id)copyWithZone:(struct _NSZone { }*)arg1; - (id)description; diff --git a/PrivateFrameworks/CloudKitDaemon.framework/CKDPShare.h b/PrivateFrameworks/CloudKitDaemon.framework/CKDPShare.h index 5ba7f2010c..cd4a25b2a6 100644 --- a/PrivateFrameworks/CloudKitDaemon.framework/CKDPShare.h +++ b/PrivateFrameworks/CloudKitDaemon.framework/CKDPShare.h @@ -49,7 +49,6 @@ - (void).cxx_destruct; - (int)StringAsPublicAccess:(id)arg1; -- (id)_publicAccessCKLogValue; - (void)addInvitedKeyToRemove:(id)arg1; - (void)addParticipant:(id)arg1; - (void)addPotentialMatch:(id)arg1; diff --git a/PrivateFrameworks/CloudKitDaemon.framework/CKDPShareIdentifier.h b/PrivateFrameworks/CloudKitDaemon.framework/CKDPShareIdentifier.h index 475f6a427f..d0fbf6e719 100644 --- a/PrivateFrameworks/CloudKitDaemon.framework/CKDPShareIdentifier.h +++ b/PrivateFrameworks/CloudKitDaemon.framework/CKDPShareIdentifier.h @@ -13,7 +13,6 @@ @property (nonatomic, retain) CKDPRecordZoneIdentifier *zoneIdentifier; - (void).cxx_destruct; -- (void)_CKLogToFileHandle:(id)arg1 atDepth:(int)arg2; - (void)copyTo:(id)arg1; - (id)copyWithZone:(struct _NSZone { }*)arg1; - (id)description; diff --git a/PrivateFrameworks/CloudKitDaemon.framework/CKDPShareMetadata.h b/PrivateFrameworks/CloudKitDaemon.framework/CKDPShareMetadata.h index a826a89d86..fbcb25819b 100644 --- a/PrivateFrameworks/CloudKitDaemon.framework/CKDPShareMetadata.h +++ b/PrivateFrameworks/CloudKitDaemon.framework/CKDPShareMetadata.h @@ -39,9 +39,6 @@ - (int)StringAsParticipantPermission:(id)arg1; - (int)StringAsParticipantState:(id)arg1; - (int)StringAsParticipantType:(id)arg1; -- (id)_participantPermissionCKLogValue; -- (id)_participantStateCKLogValue; -- (id)_participantTypeCKLogValue; - (id)callerParticipant; - (void)copyTo:(id)arg1; - (id)copyWithZone:(struct _NSZone { }*)arg1; diff --git a/PrivateFrameworks/CloudKitDaemon.framework/CKDProtobufResponseBodyParser.h b/PrivateFrameworks/CloudKitDaemon.framework/CKDProtobufResponseBodyParser.h index 6daea84693..b5d34155a5 100644 --- a/PrivateFrameworks/CloudKitDaemon.framework/CKDProtobufResponseBodyParser.h +++ b/PrivateFrameworks/CloudKitDaemon.framework/CKDProtobufResponseBodyParser.h @@ -25,7 +25,7 @@ - (BOOL)_parseObjects:(BOOL)arg1; - (unsigned int)curObjectLength; - (void)finishWithCompletion:(id /* block */)arg1; -- (id)initWithRequest:(id)arg1; +- (id)initWithQoS:(int)arg1; - (BOOL)isParsing; - (struct CC_SHA256state_st { unsigned int x1[2]; unsigned int x2[8]; unsigned int x3[16]; })mescalSignature; - (Class)messageClass; diff --git a/PrivateFrameworks/CloudKitDaemon.framework/CKDRequestHeader.h b/PrivateFrameworks/CloudKitDaemon.framework/CKDRequestHeader.h deleted file mode 100644 index f50b697a68..0000000000 --- a/PrivateFrameworks/CloudKitDaemon.framework/CKDRequestHeader.h +++ /dev/null @@ -1,35 +0,0 @@ -/* Generated by RuntimeBrowser - Image: /System/Library/PrivateFrameworks/CloudKitDaemon.framework/CloudKitDaemon - */ - -@interface CKDRequestHeader : NSObject { - NSDictionary * _headerDict; - NSString * _method; - NSString * _sessionConfigurationIdentifier; - NSURL * _url; - unsigned int _urlSessionTaskIdentifier; -} - -@property (nonatomic, retain) NSDictionary *headerDict; -@property (nonatomic, retain) NSString *method; -@property (nonatomic, retain) NSString *sessionConfigurationIdentifier; -@property (nonatomic, retain) NSURL *url; -@property (nonatomic) unsigned int urlSessionTaskIdentifier; - -+ (BOOL)supportsSecureCoding; - -- (void).cxx_destruct; -- (void)encodeWithCoder:(id)arg1; -- (id)headerDict; -- (id)initWithCoder:(id)arg1; -- (id)method; -- (id)sessionConfigurationIdentifier; -- (void)setHeaderDict:(id)arg1; -- (void)setMethod:(id)arg1; -- (void)setSessionConfigurationIdentifier:(id)arg1; -- (void)setUrl:(id)arg1; -- (void)setUrlSessionTaskIdentifier:(unsigned int)arg1; -- (id)url; -- (unsigned int)urlSessionTaskIdentifier; - -@end diff --git a/PrivateFrameworks/CloudKitDaemon.framework/CKDResponseBodyParser.h b/PrivateFrameworks/CloudKitDaemon.framework/CKDResponseBodyParser.h index 86f87ff330..fd1aa4ae14 100644 --- a/PrivateFrameworks/CloudKitDaemon.framework/CKDResponseBodyParser.h +++ b/PrivateFrameworks/CloudKitDaemon.framework/CKDResponseBodyParser.h @@ -3,7 +3,6 @@ */ @interface CKDResponseBodyParser : NSObject { - id /* block */ _logParsedObjectBlock; id /* block */ _objectParsedBlock; NSObject * _parseQueue; NSMutableData * _parserData; @@ -11,7 +10,6 @@ int _qualityOfService; } -@property (nonatomic, copy) id /* block */ logParsedObjectBlock; @property (nonatomic, copy) id /* block */ objectParsedBlock; @property (nonatomic, readonly) NSObject *parseQueue; @property (nonatomic, retain) NSMutableData *parserData; @@ -20,15 +18,13 @@ - (void).cxx_destruct; - (void)finishWithCompletion:(id /* block */)arg1; -- (id)initWithRequest:(id)arg1; -- (id /* block */)logParsedObjectBlock; +- (id)initWithQoS:(int)arg1; - (id /* block */)objectParsedBlock; - (id)parseQueue; - (id)parserData; - (id)parserError; - (void)processData:(id)arg1; - (int)qualityOfService; -- (void)setLogParsedObjectBlock:(id /* block */)arg1; - (void)setObjectParsedBlock:(id /* block */)arg1; - (void)setParserData:(id)arg1; - (void)setParserError:(id)arg1; diff --git a/PrivateFrameworks/CloudKitDaemon.framework/CKDTrafficLogger.h b/PrivateFrameworks/CloudKitDaemon.framework/CKDTrafficLogger.h new file mode 100644 index 0000000000..fe7eef4065 --- /dev/null +++ b/PrivateFrameworks/CloudKitDaemon.framework/CKDTrafficLogger.h @@ -0,0 +1,28 @@ +/* Generated by RuntimeBrowser + Image: /System/Library/PrivateFrameworks/CloudKitDaemon.framework/CloudKitDaemon + */ + +@interface CKDTrafficLogger : NSObject { + NSString * _requestID; + int _sequenceNumber; +} + +@property (nonatomic, retain) NSString *requestID; +@property (nonatomic) int sequenceNumber; + +- (void).cxx_destruct; +- (void)_logObject:(id)arg1 ofType:(unsigned int)arg2; +- (void)finishRequestLog; +- (id)initWithRequestID:(id)arg1; +- (void)logPartialRequestObjectData:(id)arg1; +- (void)logPartialResponseObjectData:(id)arg1; +- (void)logRequest:(id)arg1 toURL:(id)arg2 withMethod:(id)arg3; +- (void)logResponse:(id)arg1; +- (void)logResponseConfiguration:(unsigned int)arg1 withMessageClassString:(id)arg2; +- (id)requestID; +- (int)sequenceNumber; +- (void)setRequestID:(id)arg1; +- (void)setSequenceNumber:(int)arg1; +- (BOOL)shouldLog; + +@end diff --git a/PrivateFrameworks/CloudKitDaemon.framework/CKDTrafficMetadata.h b/PrivateFrameworks/CloudKitDaemon.framework/CKDTrafficMetadata.h new file mode 100644 index 0000000000..295d033df3 --- /dev/null +++ b/PrivateFrameworks/CloudKitDaemon.framework/CKDTrafficMetadata.h @@ -0,0 +1,35 @@ +/* Generated by RuntimeBrowser + Image: /System/Library/PrivateFrameworks/CloudKitDaemon.framework/CloudKitDaemon + */ + +@interface CKDTrafficMetadata : NSObject { + NSDictionary * _headers; + NSString * _method; + int _status; + NSDate * _timestamp; + NSURL * _url; +} + +@property (nonatomic, retain) NSDictionary *headers; +@property (nonatomic, retain) NSString *method; +@property (nonatomic) int status; +@property (nonatomic, retain) NSDate *timestamp; +@property (nonatomic, retain) NSURL *url; + ++ (BOOL)supportsSecureCoding; + +- (void).cxx_destruct; +- (void)encodeWithCoder:(id)arg1; +- (id)headers; +- (id)initWithCoder:(id)arg1; +- (id)method; +- (void)setHeaders:(id)arg1; +- (void)setMethod:(id)arg1; +- (void)setStatus:(int)arg1; +- (void)setTimestamp:(id)arg1; +- (void)setUrl:(id)arg1; +- (int)status; +- (id)timestamp; +- (id)url; + +@end diff --git a/PrivateFrameworks/CloudKitDaemon.framework/CKDURLRequest.h b/PrivateFrameworks/CloudKitDaemon.framework/CKDURLRequest.h index b0821941ef..522653b152 100644 --- a/PrivateFrameworks/CloudKitDaemon.framework/CKDURLRequest.h +++ b/PrivateFrameworks/CloudKitDaemon.framework/CKDURLRequest.h @@ -10,10 +10,6 @@ BOOL _allowsPowerNapScheduling; NSString * _authPromptReason; * _authRetryDelegate; - NSFileHandle * _binaryRequestFileHandle; - NSString * _binaryRequestLogFilePath; - NSFileHandle * _binaryResponseFileHandle; - NSString * _binaryResponseLogFilePath; int _cachedPartitionType; int _cachedServerType; NSObject * _callbackQueue; @@ -62,16 +58,12 @@ NSMutableData * _receivedMescalData; NSMutableArray * _redirectHistory; NSURLRequest * _request; - NSFileHandle * _requestFileHandle; - NSString * _requestLogFilePath; NSArray * _requestOperations; id /* block */ _requestProgressBlock; NSDictionary * _requestProperties; NSString * _requestUUID; NSHTTPURLResponse * _response; CKDResponseBodyParser * _responseBodyParser; - NSFileHandle * _responseFileHandle; - NSString * _responseLogFilePath; id /* block */ _responseProgressBlock; int _responseStatusCode; NSURLSessionConfiguration * _sessionConfiguration; @@ -83,7 +75,7 @@ double _timeoutIntervalForRequest; double _timeoutIntervalForResource; NSDictionary * _timingData; - CKBlockingAsyncQueue * _trafficQueue; + CKDTrafficLogger * _trafficLogger; CKDProtocolTranslator * _translator; NSObject * _transmissionActivity; NSURLSessionDataTask * _urlSessionTask; @@ -99,10 +91,6 @@ @property (nonatomic) BOOL allowsPowerNapScheduling; @property (nonatomic, retain) NSString *authPromptReason; @property (nonatomic) *authRetryDelegate; -@property (nonatomic, retain) NSFileHandle *binaryRequestFileHandle; -@property (nonatomic, retain) NSString *binaryRequestLogFilePath; -@property (nonatomic, retain) NSFileHandle *binaryResponseFileHandle; -@property (nonatomic, retain) NSString *binaryResponseLogFilePath; @property (nonatomic) int cachedPartitionType; @property (nonatomic) int cachedServerType; @property (nonatomic, retain) NSObject *callbackQueue; @@ -144,8 +132,6 @@ @property (retain) NSURLRequest *request; @property (nonatomic, readonly) NSInputStream *requestBodyStream; @property (nonatomic, readonly) NSString *requestContentType; -@property (nonatomic, retain) NSFileHandle *requestFileHandle; -@property (nonatomic, retain) NSString *requestLogFilePath; @property (nonatomic, readonly) NSArray *requestOperationClasses; @property (nonatomic, readonly) NSArray *requestOperations; @property (nonatomic, copy) id /* block */ requestProgressBlock; @@ -153,9 +139,7 @@ @property (nonatomic, readonly) NSString *requestUUID; @property (retain) NSHTTPURLResponse *response; @property (nonatomic, retain) CKDResponseBodyParser *responseBodyParser; -@property (nonatomic, retain) NSFileHandle *responseFileHandle; @property (nonatomic, readonly) NSDictionary *responseHeaders; -@property (nonatomic, retain) NSString *responseLogFilePath; @property (nonatomic, copy) id /* block */ responseProgressBlock; @property (nonatomic, readonly) int responseStatusCode; @property (nonatomic, readonly) NSString *sectionID; @@ -171,7 +155,7 @@ @property (nonatomic) double timeoutIntervalForRequest; @property (nonatomic) double timeoutIntervalForResource; @property (nonatomic, retain) NSDictionary *timingData; -@property (nonatomic, retain) CKBlockingAsyncQueue *trafficQueue; +@property (nonatomic, retain) CKDTrafficLogger *trafficLogger; @property (nonatomic, retain) CKDProtocolTranslator *translator; @property (nonatomic, readonly) NSURL *url; @property (retain) NSURLSessionDataTask *urlSessionTask; @@ -181,7 +165,7 @@ + (id)_sharedCookieStorage; - (void).cxx_destruct; -- (id)CKPropertiesDescription; +- (id)CKDescriptionPropertiesWithPublic:(BOOL)arg1 private:(BOOL)arg2 shouldExpand:(BOOL)arg3; - (void)URLSessionDataTask:(id)arg1 didReceiveData:(id)arg2; - (void)URLSessionDataTask:(id)arg1 didReceiveResponse:(id)arg2 completionHandler:(id /* block */)arg3; - (void)URLSessionTask:(id)arg1 conditionalRequirementsChanged:(BOOL)arg2; @@ -194,13 +178,10 @@ - (void)_acquireZoneGates; - (void)_addRequestHeadersToTransmittedSignature:(id)arg1; - (void)_addResponseHeadersToReceivedSignature:(id)arg1; -- (id)_binaryRequestFileHandle; -- (id)_binaryResponseFileHandle; - (id)_errorFromHTTPResponse:(id)arg1; - (void)_fetchContainerScopedUserID; - (void)_fetchDeviceID; - (void)_finishOnCallbackQueueWithError:(id)arg1; -- (void)_flushRequestResponseLogs; - (void)_handleAuthFailure; - (void)_handleBadPasswordResponse; - (void)_handleMescalSignatureResponse:(id)arg1 withCompletionHandler:(id /* block */)arg2; @@ -209,25 +190,16 @@ - (int)_handleServerProtobufResult:(id)arg1 rawData:(id)arg2; - (id /* block */)_jsonObjectParsedBlock; - (void)_loadRequest:(id)arg1; -- (void)_logHTTPResponse:(id)arg1; -- (void)_logParsedObject:(id)arg1; -- (id)_logQueue; -- (void)_logRequest:(id)arg1; -- (void)_logRequestObject:(id)arg1; -- (void)_makeTrafficFileHandleWithPrefix:(id)arg1 outPath:(id*)arg2 outHandle:(id*)arg3; - (void)_performRequest; - (void)_populateURLSessionConfiguration; - (void)_prepareAuthTokens; - (void)_prepareCloudKitAuthToken; - (id /* block */)_protobufObjectParsedBlock; - (void)_registerPushTokens; -- (id)_requestFileHandle; -- (id)_responseFileHandle; - (void)_setupConfiguration; - (void)_setupMescal; - (void)_setupPrivateDatabaseURL; - (void)_setupPublicDatabaseURL; -- (BOOL)_shouldLogTraffic; - (void)_tearDownStreamWriter; - (id)_versionHeader; - (id /* block */)_xmlObjectParsedBlock; @@ -242,10 +214,6 @@ - (BOOL)allowsPowerNapScheduling; - (id)authPromptReason; - (id)authRetryDelegate; -- (id)binaryRequestFileHandle; -- (id)binaryRequestLogFilePath; -- (id)binaryResponseFileHandle; -- (id)binaryResponseLogFilePath; - (unsigned int)cachePolicy; - (int)cachedPartitionType; - (int)cachedServerType; @@ -309,8 +277,6 @@ - (void)requestDidParsePlaintextObject:(id)arg1; - (void)requestDidParsePlistObject:(id)arg1; - (id)requestDidParseProtobufObject:(id)arg1; -- (id)requestFileHandle; -- (id)requestLogFilePath; - (id)requestOperationClasses; - (id)requestOperations; - (id /* block */)requestProgressBlock; @@ -324,9 +290,7 @@ - (BOOL)requiresUserPartitionURL; - (id)response; - (id)responseBodyParser; -- (id)responseFileHandle; - (id)responseHeaders; -- (id)responseLogFilePath; - (id /* block */)responseProgressBlock; - (int)responseStatusCode; - (id)sectionID; @@ -341,10 +305,6 @@ - (void)setAllowsPowerNapScheduling:(BOOL)arg1; - (void)setAuthPromptReason:(id)arg1; - (void)setAuthRetryDelegate:(id)arg1; -- (void)setBinaryRequestFileHandle:(id)arg1; -- (void)setBinaryRequestLogFilePath:(id)arg1; -- (void)setBinaryResponseFileHandle:(id)arg1; -- (void)setBinaryResponseLogFilePath:(id)arg1; - (void)setCachedPartitionType:(int)arg1; - (void)setCachedServerType:(int)arg1; - (void)setCallbackQueue:(id)arg1; @@ -372,14 +332,10 @@ - (void)setPreferAnonymousRequests:(BOOL)arg1; - (void)setQualityOfService:(int)arg1; - (void)setRequest:(id)arg1; -- (void)setRequestFileHandle:(id)arg1; -- (void)setRequestLogFilePath:(id)arg1; - (void)setRequestProgressBlock:(id /* block */)arg1; - (void)setRequestProperties:(id)arg1; - (void)setResponse:(id)arg1; - (void)setResponseBodyParser:(id)arg1; -- (void)setResponseFileHandle:(id)arg1; -- (void)setResponseLogFilePath:(id)arg1; - (void)setResponseProgressBlock:(id /* block */)arg1; - (void)setSessionConfiguration:(id)arg1; - (void)setSessionConfigurationName:(id)arg1; @@ -389,7 +345,7 @@ - (void)setTimeoutIntervalForRequest:(double)arg1; - (void)setTimeoutIntervalForResource:(double)arg1; - (void)setTimingData:(id)arg1; -- (void)setTrafficQueue:(id)arg1; +- (void)setTrafficLogger:(id)arg1; - (void)setTranslator:(id)arg1; - (void)setUrlSessionTask:(id)arg1; - (void)setVoucher:(id)arg1; @@ -405,7 +361,7 @@ - (double)timeoutIntervalForRequest; - (double)timeoutIntervalForResource; - (id)timingData; -- (id)trafficQueue; +- (id)trafficLogger; - (id)translator; - (void)updateSignatureWithReceivedBytes:(id)arg1; - (void)updateSignatureWithTransmittedBytes:(id)arg1; diff --git a/PrivateFrameworks/CloudPhotoServices.framework/CloudPhotoServices.h b/PrivateFrameworks/CloudPhotoServices.framework/CloudPhotoServices.h index 88e873eeb5..93c9720ded 100644 --- a/PrivateFrameworks/CloudPhotoServices.framework/CloudPhotoServices.h +++ b/PrivateFrameworks/CloudPhotoServices.framework/CloudPhotoServices.h @@ -12,19 +12,14 @@ + (id)_filenameForResourceWithItemIdentifier:(id)arg1 resourceType:(unsigned int)arg2 extension:(id)arg3; + (void)_generateImageDerivativeResourcesFromInputResource:(id)arg1 destinationDirectory:(id)arg2 isAdjusted:(BOOL)arg3 completionHandler:(id /* block */)arg4; + (void)_generateVideoDerivativeResourcesFromInputResource:(id)arg1 withCPLAdjustments:(id)arg2 destinationDirectory:(id)arg3 completionHandler:(id /* block */)arg4; -+ (void)_handleInterruptedMinionConnection; -+ (void)_handleInvalidatedMinionConnection; -+ (void)_invalidateMinionConnection; -+ (id)_resumedMinionConnection; ++ (id)_minionConnection; + (void)_sendCommandToRemoteObjectProxy:(id /* block */)arg1 withErrorHandler:(id /* block */)arg2; + (void)_sendRetryNumber:(int)arg1 toRemoteObjectProxyWithCommand:(id /* block */)arg2 errorHandler:(id /* block */)arg3; + (void)generateDerivativeResourcesFromInputResource:(id)arg1 withAdjustments:(id)arg2 destinationDirectory:(id)arg3 completionHandler:(id /* block */)arg4; + (void)generatePosterFrameForVideoAtURL:(id)arg1 maximumPixelCount:(int)arg2 destinationURL:(id)arg3 completionHandler:(id /* block */)arg4; + (BOOL)isUnsupportedOriginalFormatError:(id)arg1; -+ (void)resizeImageAtURL:(id)arg1 destinationURL:(id)arg2 maximumPixelCount:(int)arg3 bakeInOrientation:(BOOL)arg4 completionHandler:(id /* block */)arg5; -+ (void)resizeImageAtURL:(id)arg1 destinationURL:(id)arg2 maximumPixelCount:(int)arg3 bakeInOrientation:(BOOL)arg4 convertToSRGB:(BOOL)arg5 completionHandler:(id /* block */)arg6; ++ (void)resizeImageAtURL:(id)arg1 destinationURL:(id)arg2 maximumPixelCount:(int)arg3 bakeInOrientation:(BOOL)arg4 colorOutput:(int)arg5 completionHandler:(id /* block */)arg6; + (int)status; -+ (int)terminate; + (void)transcodeVideoAtURL:(id)arg1 withAdjustments:(id)arg2 destinationURL:(id)arg3 presetName:(id)arg4 outputFileType:(id)arg5 completionHandler:(id /* block */)arg6; @end diff --git a/PrivateFrameworks/CompanionCamera.framework/CCCameraConnection.h b/PrivateFrameworks/CompanionCamera.framework/CCCameraConnection.h index c0cd3511ca..75c01e11a2 100644 --- a/PrivateFrameworks/CompanionCamera.framework/CCCameraConnection.h +++ b/PrivateFrameworks/CompanionCamera.framework/CCCameraConnection.h @@ -39,9 +39,12 @@ - (int)_hdrSupport; - (int)_irisMode; - (int)_irisSupport; +- (int)_mode; - (void)_performPreviewStateTransitionsIfNeeded; - (BOOL)_shouldReportEvent; +- (BOOL)_toggleCameraDeviceSupport; - (float)_zoomAmount; +- (BOOL)_zoomSupport; - (void)_zoomTimerFired; - (void)burstCaptureDidStop; - (void)burstCaptureNumberOfPhotosDidChange:(unsigned int)arg1; diff --git a/PrivateFrameworks/CompanionSync.framework/NMSMessageCenter.h b/PrivateFrameworks/CompanionSync.framework/NMSMessageCenter.h index d4a5bd0daf..6ce278d428 100644 --- a/PrivateFrameworks/CompanionSync.framework/NMSMessageCenter.h +++ b/PrivateFrameworks/CompanionSync.framework/NMSMessageCenter.h @@ -101,6 +101,7 @@ - (void)service:(id)arg1 account:(id)arg2 incomingData:(id)arg3 fromID:(id)arg4 context:(id)arg5; - (void)service:(id)arg1 account:(id)arg2 incomingResourceAtURL:(id)arg3 metadata:(id)arg4 fromID:(id)arg5 context:(id)arg6; - (void)service:(id)arg1 didSwitchActivePairedDevice:(id)arg2 acknowledgementBlock:(id /* block */)arg3; +- (void)service:(id)arg1 nearbyDevicesChanged:(id)arg2; - (void)setDelegate:(id)arg1; - (void)setDelegate:(id)arg1 queue:(id)arg2; - (void)setDelegateRequiresACKs:(BOOL)arg1; diff --git a/PrivateFrameworks/CompanionSync.framework/SYDevice.h b/PrivateFrameworks/CompanionSync.framework/SYDevice.h index a41ac97b93..fc443324ff 100644 --- a/PrivateFrameworks/CompanionSync.framework/SYDevice.h +++ b/PrivateFrameworks/CompanionSync.framework/SYDevice.h @@ -3,16 +3,20 @@ */ @interface SYDevice : NSObject { + BOOL _cachedIsNearby; + BOOL _hasCachedNearby; NRDevice * _nrDevice; NSUUID * _pairingID; int _state; } @property (getter=isActive, nonatomic, readonly) BOOL active; +@property (nonatomic) BOOL cachedIsNearby; @property (readonly, copy) NSString *debugDescription; @property (readonly, copy) NSString *description; @property (nonatomic, readonly) NSString *deviceClass; @property (nonatomic, readonly) int deviceCode; +@property (nonatomic) BOOL hasCachedNearby; @property (readonly) unsigned int hash; @property (nonatomic, readonly) NSDate *lastActiveDate; @property (nonatomic, readonly) NRDevice *nrDevice; @@ -35,12 +39,14 @@ - (void).cxx_destruct; - (void)_updateStateFlagsPostingNotifications:(BOOL)arg1; +- (BOOL)cachedIsNearby; - (id)debugDescription; - (id)description; - (void)device:(id)arg1 propertyDidChange:(id)arg2 fromValue:(id)arg3; - (id)deviceClass; - (int)deviceCode; - (id)findMatchingIDSDeviceFromList:(id)arg1; +- (BOOL)hasCachedNearby; - (id)init; - (id)initWithNRDevice:(id)arg1; - (BOOL)isActive; @@ -51,6 +57,8 @@ - (id)nrDevice; - (id)pairingID; - (id)pairingStorePath; +- (void)setCachedIsNearby:(BOOL)arg1; +- (void)setHasCachedNearby:(BOOL)arg1; - (void)setState:(int)arg1; - (int)state; - (id)stateForLogging; diff --git a/PrivateFrameworks/CompanionSync.framework/SYFileTransferSyncEngine.h b/PrivateFrameworks/CompanionSync.framework/SYFileTransferSyncEngine.h index 3a431a8601..01602c1e43 100644 --- a/PrivateFrameworks/CompanionSync.framework/SYFileTransferSyncEngine.h +++ b/PrivateFrameworks/CompanionSync.framework/SYFileTransferSyncEngine.h @@ -74,8 +74,10 @@ - (void)service:(id)arg1 account:(id)arg2 incomingData:(id)arg3 fromID:(id)arg4 context:(id)arg5; - (void)service:(id)arg1 account:(id)arg2 incomingResourceAtURL:(id)arg3 metadata:(id)arg4 fromID:(id)arg5 context:(id)arg6; - (void)service:(id)arg1 didSwitchActivePairedDevice:(id)arg2 acknowledgementBlock:(id /* block */)arg3; +- (void)service:(id)arg1 nearbyDevicesChanged:(id)arg2; - (void)setCustomIDSOptions:(id)arg1; - (id)stateForLogging; - (void)suspend; +- (BOOL)targetIsNearby; @end diff --git a/PrivateFrameworks/CompanionSync.framework/SYLogServiceState.h b/PrivateFrameworks/CompanionSync.framework/SYLogServiceState.h index 88d6e8542f..f4e190db5d 100644 --- a/PrivateFrameworks/CompanionSync.framework/SYLogServiceState.h +++ b/PrivateFrameworks/CompanionSync.framework/SYLogServiceState.h @@ -5,9 +5,13 @@ @interface SYLogServiceState : PBCodable { SYLogEngineState * _engine; int _enqueuedSyncType; + struct { + unsigned int serviceType : 1; + } _has; NSString * _name; NSString * _peerGenerationID; NSString * _peerID; + int _serviceType; SYLogSessionState * _session; BOOL _sessionQueueRunning; SYLogDeviceState * _targetedDevice; @@ -20,11 +24,13 @@ @property (nonatomic, readonly) BOOL hasEngine; @property (nonatomic, readonly) BOOL hasPeerGenerationID; @property (nonatomic, readonly) BOOL hasPeerID; +@property (nonatomic) BOOL hasServiceType; @property (nonatomic, readonly) BOOL hasSession; @property (nonatomic, readonly) BOOL hasTargetedDevice; @property (nonatomic, retain) NSString *name; @property (nonatomic, retain) NSString *peerGenerationID; @property (nonatomic, retain) NSString *peerID; +@property (nonatomic) int serviceType; @property (nonatomic, retain) SYLogSessionState *session; @property (nonatomic) BOOL sessionQueueRunning; @property (nonatomic, retain) SYLogDeviceState *targetedDevice; @@ -34,6 +40,7 @@ - (void).cxx_destruct; - (int)StringAsEnqueuedSyncType:(id)arg1; +- (int)StringAsServiceType:(id)arg1; - (void)addTransportOptions:(id)arg1; - (void)clearTransportOptions; - (id)cocoaTransportOptions; @@ -47,6 +54,7 @@ - (BOOL)hasEngine; - (BOOL)hasPeerGenerationID; - (BOOL)hasPeerID; +- (BOOL)hasServiceType; - (BOOL)hasSession; - (BOOL)hasTargetedDevice; - (unsigned int)hash; @@ -56,14 +64,18 @@ - (id)peerGenerationID; - (id)peerID; - (BOOL)readFrom:(id)arg1; +- (int)serviceType; +- (id)serviceTypeAsString:(int)arg1; - (id)session; - (BOOL)sessionQueueRunning; - (void)setCocoaTransportOptions:(id)arg1; - (void)setEngine:(id)arg1; - (void)setEnqueuedSyncType:(int)arg1; +- (void)setHasServiceType:(BOOL)arg1; - (void)setName:(id)arg1; - (void)setPeerGenerationID:(id)arg1; - (void)setPeerID:(id)arg1; +- (void)setServiceType:(int)arg1; - (void)setSession:(id)arg1; - (void)setSessionQueueRunning:(BOOL)arg1; - (void)setTargetedDevice:(id)arg1; diff --git a/PrivateFrameworks/CompanionSync.framework/SYLogSessionState.h b/PrivateFrameworks/CompanionSync.framework/SYLogSessionState.h index 831c888b42..7e99d34572 100644 --- a/PrivateFrameworks/CompanionSync.framework/SYLogSessionState.h +++ b/PrivateFrameworks/CompanionSync.framework/SYLogSessionState.h @@ -48,12 +48,12 @@ @property (nonatomic) int state; @property (nonatomic, retain) NSMutableArray *transportOptions; -+ (Class)peersType; ++ (Class)peerType; + (Class)transportOptionsType; - (void).cxx_destruct; - (int)StringAsState:(id)arg1; -- (void)addPeers:(id)arg1; +- (void)addPeer:(id)arg1; - (void)addTransportOptions:(id)arg1; - (BOOL)canRestart; - (BOOL)canRollback; @@ -81,8 +81,8 @@ - (BOOL)isSending; - (unsigned long long)maxConcurrentMessages; - (void)mergeFrom:(id)arg1; +- (id)peerAtIndex:(unsigned int)arg1; - (id)peers; -- (id)peersAtIndex:(unsigned int)arg1; - (unsigned int)peersCount; - (double)perMessageTimeout; - (BOOL)readFrom:(id)arg1; diff --git a/PrivateFrameworks/CompanionSync.framework/SYMessengerSyncEngine.h b/PrivateFrameworks/CompanionSync.framework/SYMessengerSyncEngine.h index 762dfaa886..b1ef948863 100644 --- a/PrivateFrameworks/CompanionSync.framework/SYMessengerSyncEngine.h +++ b/PrivateFrameworks/CompanionSync.framework/SYMessengerSyncEngine.h @@ -48,10 +48,12 @@ - (void)messageCenter:(id)arg1 didSuccessfullyDeliverRequestWithIdentifier:(id)arg2 userInfo:(id)arg3; - (void)messageCenter:(id)arg1 didSuccessfullySendRequestWithIdentifier:(id)arg2 userInfo:(id)arg3; - (void)messageCenter:(id)arg1 failedToSendMessageWithIdentifier:(id)arg2 error:(id)arg3 userInfo:(id)arg4; +- (void)messageCenter:(id)arg1 nearbyDevicesChanged:(id)arg2; - (id)outputStreamWithMetadata:(id)arg1 priority:(int)arg2 options:(id)arg3 context:(id)arg4 error:(id*)arg5; - (BOOL)resume:(id*)arg1; - (void)setCustomIDSOptions:(id)arg1; - (id)stateForLogging; - (void)suspend; +- (BOOL)targetIsNearby; @end diff --git a/PrivateFrameworks/CompanionSync.framework/SYSendingSession.h b/PrivateFrameworks/CompanionSync.framework/SYSendingSession.h index 0cbeedb5ad..f7ee828709 100644 --- a/PrivateFrameworks/CompanionSync.framework/SYSendingSession.h +++ b/PrivateFrameworks/CompanionSync.framework/SYSendingSession.h @@ -5,6 +5,7 @@ @interface SYSendingSession : SYSession { NSMutableIndexSet * _ackedBatchIndices; unsigned long long _batchIndex; + struct NSMutableDictionary { Class x1; } * _batchObjectIDsByBatchIndex; _SYCountedSemaphore * _changeConcurrencySemaphore; NSObject * _changeFetcherQueue; NSObject * _changeWaitActivity; diff --git a/PrivateFrameworks/CompanionSync.framework/SYService.h b/PrivateFrameworks/CompanionSync.framework/SYService.h index 062ab0dac8..df3df8d733 100644 --- a/PrivateFrameworks/CompanionSync.framework/SYService.h +++ b/PrivateFrameworks/CompanionSync.framework/SYService.h @@ -3,6 +3,7 @@ */ @interface SYService : NSObject { + NSArray * _aggdKeys; SYSession * _currentSession; NSDictionary * _customIDSOptions; double _defaultMessageTimeout; @@ -47,6 +48,7 @@ SYVectorClock * _vectorClock; } +@property (nonatomic, readonly, copy) NSArray *aggdKeys; @property (nonatomic, readonly) SYSession *currentSession; @property (nonatomic, copy) NSDictionary *customIDSOptions; @property (readonly, copy) NSString *debugDescription; @@ -69,6 +71,7 @@ @property (nonatomic, readonly) PBCodable *stateForLogging; @property (readonly) Class superclass; @property (nonatomic, readonly) SYSyncEngine *syncEngine; +@property (nonatomic, readonly) BOOL targetIsInProximity; - (void).cxx_destruct; - (id)_chooseBetweenCollidingSessions:(id)arg1 :(id)arg2; @@ -130,8 +133,11 @@ - (void)_vectorClockUpdated; - (void)_whenSessionEnds:(id /* block */)arg1; - (void)_wrapUpCurrentSession:(id)arg1; +- (id)aggdKeys; +- (void)currentDeviceProximityChanged:(BOOL)arg1; - (id)currentSession; - (id)customIDSOptions; +- (void)dataStreamWithMetadata:(id)arg1 options:(struct NSDictionary { Class x1; }*)arg2 completion:(id /* block */)arg3; - (id)dataStreamWithMetadata:(id)arg1 options:(struct NSDictionary { Class x1; }*)arg2 identifier:(id*)arg3 error:(id*)arg4; - (void)dealloc; - (double)defaultMessageTimeout; @@ -155,6 +161,7 @@ - (int)priority; - (id)queue; - (BOOL)resume:(id*)arg1; +- (void)sendData:(id)arg1 options:(struct NSDictionary { Class x1; }*)arg2 completion:(id /* block */)arg3; - (BOOL)sendData:(id)arg1 options:(struct NSDictionary { Class x1; }*)arg2 identifier:(id*)arg3 error:(id*)arg4; - (void)sentMessageWithID:(id)arg1 context:(id)arg2; - (void)serializeForIncomingSession:(id /* block */)arg1; @@ -175,6 +182,7 @@ - (id)stateForLogging; - (void)suspend; - (id)syncEngine; +- (BOOL)targetIsInProximity; - (BOOL)willAcceptMessageWithHeader:(id)arg1 messageID:(id)arg2; @end diff --git a/PrivateFrameworks/CompanionSync.framework/SYSession.h b/PrivateFrameworks/CompanionSync.framework/SYSession.h index 126c02dfa7..26f48ab4a0 100644 --- a/PrivateFrameworks/CompanionSync.framework/SYSession.h +++ b/PrivateFrameworks/CompanionSync.framework/SYSession.h @@ -4,6 +4,8 @@ @interface SYSession : NSObject { double _birthDate; + unsigned int _bytesTransferred; + unsigned int _changeCount; * _delegate; NSObject * _delegateQueue; NSError * _error; @@ -28,8 +30,10 @@ } @property (nonatomic) double birthDate; +@property (nonatomic, readonly) unsigned int bytesTransferred; @property BOOL canRestart; @property BOOL canRollback; +@property (nonatomic, readonly) unsigned int changeCount; @property (readonly, copy) NSString *debugDescription; @property (nonatomic) *delegate; @property (readonly, copy) NSString *description; @@ -87,10 +91,12 @@ - (void)_supercededWithSession:(id)arg1; - (BOOL)_willAcquiesceToNewSessionFromPeer:(id)arg1; - (double)birthDate; +- (unsigned int)bytesTransferred; - (BOOL)canRestart; - (BOOL)canRollback; - (void)cancel; - (void)cancelWithError:(id)arg1; +- (unsigned int)changeCount; - (id)changeFromData:(id)arg1 ofType:(int)arg2; - (id)combinedEngineOptions:(id)arg1; - (id)dataFromChange:(id)arg1; diff --git a/PrivateFrameworks/CompanionSync.framework/SYSyncEngine.h b/PrivateFrameworks/CompanionSync.framework/SYSyncEngine.h index 80a9abbe81..42eb9f7d25 100644 --- a/PrivateFrameworks/CompanionSync.framework/SYSyncEngine.h +++ b/PrivateFrameworks/CompanionSync.framework/SYSyncEngine.h @@ -20,6 +20,7 @@ @property (nonatomic, readonly) SYService *service; @property (nonatomic, readonly) PBCodable *stateForLogging; @property (readonly) Class superclass; +@property (nonatomic, readonly) BOOL targetIsNearby; @property (nonatomic, readonly) NSObject *transportActivity; - (void).cxx_destruct; @@ -39,6 +40,7 @@ - (void)setResponder:(id)arg1; - (id)stateForLogging; - (void)suspend; +- (BOOL)targetIsNearby; - (id)transportActivity; @end diff --git a/PrivateFrameworks/CompanionSync.framework/SYTransportLog.h b/PrivateFrameworks/CompanionSync.framework/SYTransportLog.h index cc0419065c..f3b7b41d05 100644 --- a/PrivateFrameworks/CompanionSync.framework/SYTransportLog.h +++ b/PrivateFrameworks/CompanionSync.framework/SYTransportLog.h @@ -5,9 +5,11 @@ @interface SYTransportLog : NSObject { NSString * _facility; NSObject * _log; + NSObject * _oslog; } @property (nonatomic, copy) NSString *facility; +@property (nonatomic, readonly) NSObject *oslog; + (id)sharedInstance; @@ -18,6 +20,7 @@ - (id)init; - (void)logMessage:(id)arg1; - (void)logMessage:(id)arg1 args:(void*)arg2; +- (id)oslog; - (void)setFacility:(id)arg1; @end diff --git a/PrivateFrameworks/ContactsAutocomplete.framework/CNAutocompleteDelegateWrapper.h b/PrivateFrameworks/ContactsAutocomplete.framework/CNAutocompleteDelegateWrapper.h index 045c1cb31c..5f3d787dd7 100644 --- a/PrivateFrameworks/ContactsAutocomplete.framework/CNAutocompleteDelegateWrapper.h +++ b/PrivateFrameworks/ContactsAutocomplete.framework/CNAutocompleteDelegateWrapper.h @@ -15,6 +15,7 @@ @property (readonly, copy) NSString *debugDescription; @property (readonly, copy) NSString *description; @property (readonly) unsigned int hash; +@property (nonatomic) unsigned int openNetworkActivityCalls; @property (readonly) Class superclass; + (id)responseScheduler; @@ -31,10 +32,12 @@ - (void)cancel; - (id)initWithDelegate:(id)arg1 userSession:(id)arg2 fetchRequest:(id)arg3; - (id)initWithDelegate:(id)arg1 userSession:(id)arg2 fetchRequest:(id)arg3 scheduler:(id)arg4; +- (unsigned int)openNetworkActivityCalls; - (void)queueDidEndNetworkActivityMessageForFetch:(id)arg1; - (void)queueMessageToDelegate:(id /* block */)arg1; - (void)queueUncancelableMessageToDelegate:(id /* block */)arg1; - (void)setDuetResultsFuture:(id)arg1; +- (void)setOpenNetworkActivityCalls:(unsigned int)arg1; - (id)sortResults; - (id)suppressResultsWithAddresses:(id)arg1; diff --git a/PrivateFrameworks/ContactsAutocomplete.framework/CNAutocompleteSuggestionsProbe.h b/PrivateFrameworks/ContactsAutocomplete.framework/CNAutocompleteSuggestionsProbe.h new file mode 100644 index 0000000000..cb0597a0fc --- /dev/null +++ b/PrivateFrameworks/ContactsAutocomplete.framework/CNAutocompleteSuggestionsProbe.h @@ -0,0 +1,36 @@ +/* Generated by RuntimeBrowser + Image: /System/Library/PrivateFrameworks/ContactsAutocomplete.framework/ContactsAutocomplete + */ + +@interface CNAutocompleteSuggestionsProbe : NSObject { + NSString * _bundleID; + NSMutableArray * _pendingBlocks; + * _sgService; + * _workScheduler; +} + +@property (nonatomic, readonly, copy) NSString *bundleID; +@property (readonly, copy) NSString *debugDescription; +@property (readonly, copy) NSString *description; +@property (readonly) unsigned int hash; +@property (nonatomic, readonly) NSMutableArray *pendingBlocks; +@property (nonatomic, readonly) *sgService; +@property (readonly) Class superclass; +@property (nonatomic, readonly) *workScheduler; + ++ (id)contactIdentifierForAutocompleteResult:(id)arg1; ++ (id)suggestionIdentifierForAutocompleteResult:(id)arg1; + +- (void).cxx_destruct; +- (id)bundleID; +- (id)init; +- (id)initWithSuggestionsService:(id)arg1 schedulerProvider:(id)arg2 bundleIdentifier:(id)arg3; +- (id)pendingBlocks; +- (void)recordSGServiceMessage:(id /* block */)arg1; +- (void)recordUserSawResultsConsideredSuggestion; +- (void)recordUserSelectedAutocompleteResult:(id)arg1; +- (void)sendData; +- (id)sgService; +- (id)workScheduler; + +@end diff --git a/PrivateFrameworks/ContactsAutocomplete.framework/_CNAutocompleteAggdProbeProvider.h b/PrivateFrameworks/ContactsAutocomplete.framework/_CNAutocompleteAggdProbeProvider.h index f4051d0625..f294c592e5 100644 --- a/PrivateFrameworks/ContactsAutocomplete.framework/_CNAutocompleteAggdProbeProvider.h +++ b/PrivateFrameworks/ContactsAutocomplete.framework/_CNAutocompleteAggdProbeProvider.h @@ -10,6 +10,7 @@ @property (readonly) Class superclass; - (id)performanceProbe; +- (id)suggestionsProbe; - (id)usageMonitorProbe; @end diff --git a/PrivateFrameworks/ContactsFoundation.framework/CNCoalescingTimer.h b/PrivateFrameworks/ContactsFoundation.framework/CNCoalescingTimer.h new file mode 100644 index 0000000000..a4d0bcc5ff --- /dev/null +++ b/PrivateFrameworks/ContactsFoundation.framework/CNCoalescingTimer.h @@ -0,0 +1,49 @@ +/* Generated by RuntimeBrowser + Image: /System/Library/PrivateFrameworks/ContactsFoundation.framework/ContactsFoundation + */ + +@interface CNCoalescingTimer : NSObject { + id /* block */ _block; + double _delay; + * _delayScheduler; + * _downstreamScheduler; + BOOL _open; + unsigned int _options; + * _resourceLock; + * _scheduledToken; + BOOL _someoneWaiting; +} + +@property (nonatomic, readonly, copy) id /* block */ block; +@property (nonatomic, readonly) double delay; +@property (nonatomic, readonly) *delayScheduler; +@property (nonatomic, readonly) *downstreamScheduler; +@property (nonatomic) BOOL open; +@property (nonatomic, readonly) unsigned int options; +@property (nonatomic, readonly) *resourceLock; +@property (nonatomic, retain) *scheduledToken; +@property (nonatomic) BOOL someoneWaiting; + +- (void).cxx_destruct; +- (id /* block */)block; +- (void)dealloc; +- (double)delay; +- (id)delayScheduler; +- (id)downstreamScheduler; +- (void)handleEvent; +- (id)initWithDelay:(double)arg1 options:(unsigned int)arg2 block:(id /* block */)arg3 schedulerProvider:(id)arg4 downstreamScheduler:(id)arg5; +- (void)nts_closeDoor; +- (BOOL)nts_isDoorOpened; +- (void)nts_letSomeoneIn; +- (void)nts_makeSomeoneWait; +- (void)nts_openDoor; +- (BOOL)open; +- (unsigned int)options; +- (id)resourceLock; +- (id)scheduledToken; +- (void)setOpen:(BOOL)arg1; +- (void)setScheduledToken:(id)arg1; +- (void)setSomeoneWaiting:(BOOL)arg1; +- (BOOL)someoneWaiting; + +@end diff --git a/PrivateFrameworks/ContactsFoundation.framework/CNSocialProfileURLParser.h b/PrivateFrameworks/ContactsFoundation.framework/CNSocialProfileURLParser.h index 547cabeb4c..2d081b94fb 100644 --- a/PrivateFrameworks/ContactsFoundation.framework/CNSocialProfileURLParser.h +++ b/PrivateFrameworks/ContactsFoundation.framework/CNSocialProfileURLParser.h @@ -9,6 +9,6 @@ + (id)parseSocialProfileURL:(id)arg1; + (id)parseURLStringByInference:(id)arg1; + (id)parseURLStringWithRegularExpressions:(id)arg1; -+ (id)serivicesDictionary; ++ (id)servicesDictionary; @end diff --git a/PrivateFrameworks/ContactsFoundation.framework/CNVirtualScheduler.h b/PrivateFrameworks/ContactsFoundation.framework/CNVirtualScheduler.h index fab1cdc481..738b51cf6c 100644 --- a/PrivateFrameworks/ContactsFoundation.framework/CNVirtualScheduler.h +++ b/PrivateFrameworks/ContactsFoundation.framework/CNVirtualScheduler.h @@ -30,6 +30,7 @@ - (id)afterDelay:(double)arg1 performBlock:(id /* block */)arg2 qualityOfService:(unsigned int)arg3; - (unsigned int)clock; - (id)description; +- (BOOL)hasJobsScheduled; - (id)init; - (void)performBlock:(id /* block */)arg1; - (void)performBlock:(id /* block */)arg1 qualityOfService:(unsigned int)arg2; diff --git a/PrivateFrameworks/ContactsUICore.framework/CNTUCallProvider.h b/PrivateFrameworks/ContactsUICore.framework/CNTUCallProvider.h index 153229fa06..6533ab297d 100644 --- a/PrivateFrameworks/ContactsUICore.framework/CNTUCallProvider.h +++ b/PrivateFrameworks/ContactsUICore.framework/CNTUCallProvider.h @@ -20,7 +20,7 @@ - (void).cxx_destruct; - (id)bundleIdentifier; - (id)callProvider; -- (id)dialRequestForDestinationID:(id)arg1 contact:(id)arg2 video:(BOOL)arg3; +- (id)dialRequestForDestinationID:(id)arg1 customIdentifier:(id)arg2 contact:(id)arg3 video:(BOOL)arg4; - (id)initWithCallProvider:(id)arg1; - (id)localizedName; - (void)setCallProvider:(id)arg1; diff --git a/PrivateFrameworks/ContactsUICore.framework/CNUIPRLikenessLoadingPlaceholderProvider.h b/PrivateFrameworks/ContactsUICore.framework/CNUIPRLikenessLoadingPlaceholderProvider.h index b63e37324e..8a90c57d54 100644 --- a/PrivateFrameworks/ContactsUICore.framework/CNUIPRLikenessLoadingPlaceholderProvider.h +++ b/PrivateFrameworks/ContactsUICore.framework/CNUIPRLikenessLoadingPlaceholderProvider.h @@ -15,6 +15,7 @@ @property (readonly) Class superclass; - (void).cxx_destruct; +- (struct CGImage { }*)_cnui_imageForSize:(struct CGSize { float x1; float x2; })arg1 scale:(float)arg2; - (id)_cnui_likenessForSize:(struct CGSize { float x1; float x2; })arg1; - (id)_cnui_likenessForSize:(struct CGSize { float x1; float x2; })arg1 scale:(float)arg2; - (unsigned int)_cnui_likenessType; diff --git a/PrivateFrameworks/ContactsUICore.framework/CNUIPRLikenessLookup.h b/PrivateFrameworks/ContactsUICore.framework/CNUIPRLikenessLookup.h index 5b7d6a03b7..217ba6c435 100644 --- a/PrivateFrameworks/ContactsUICore.framework/CNUIPRLikenessLookup.h +++ b/PrivateFrameworks/ContactsUICore.framework/CNUIPRLikenessLookup.h @@ -9,7 +9,7 @@ CNUIPRPersonaStoreObservableProvider * _personaStoreProvider; * _placeholderProviderFactory; int _prohibitedSources; - CNSchedulerProvider * _schedulerProvider; + * _schedulerProvider; } @property (nonatomic, readonly) CNContactStore *contactStore; @@ -21,14 +21,14 @@ @property (nonatomic, retain) CNUIPRPersonaStoreObservableProvider *personaStoreProvider; @property (nonatomic, retain) *placeholderProviderFactory; @property (nonatomic) int prohibitedSources; -@property (nonatomic, readonly) CNSchedulerProvider *schedulerProvider; +@property (nonatomic, readonly) *schedulerProvider; @property (readonly) Class superclass; + (id)basicMonogramObservableForContactFuture:(id)arg1; + (id)contactFuture:(id)arg1 contactStore:(id)arg2 scheduler:(id)arg3; + (id)descriptorForRequiredKeys; + (id)observableFromLikenessProviderBlock:(id /* block */)arg1 withScheduler:(id)arg2; -+ (id)photoObservableWithPhotoFuture:(id)arg1; ++ (id)photoObservableWithPhotoFuture:(id)arg1 scheduler:(id)arg2; - (void).cxx_destruct; - (id)basicMonogramObservableWithContactFuture:(id)arg1; @@ -48,8 +48,8 @@ - (id)personaLikenessObservableWithContactFuture:(id)arg1; - (id)personaStore; - (id)personaStoreProvider; -- (id)photoFutureForContactFuture:(id)arg1; - (id)photoFutureForContactFuture:(id)arg1 photoFuture:(id)arg2 allowingFallbackForMeCard:(BOOL)arg3; +- (id)photoFutureForContactFuture:(id)arg1 scheduler:(id)arg2; - (id)placeholderProviderFactory; - (int)prohibitedSources; - (id)remoteImagesObservableWithContactFuture:(id)arg1; diff --git a/PrivateFrameworks/ContactsUICore.framework/CNUIUserActionDisambiguationModelFinalizer.h b/PrivateFrameworks/ContactsUICore.framework/CNUIUserActionDisambiguationModelFinalizer.h index a7eaa31518..524876f467 100644 --- a/PrivateFrameworks/ContactsUICore.framework/CNUIUserActionDisambiguationModelFinalizer.h +++ b/PrivateFrameworks/ContactsUICore.framework/CNUIUserActionDisambiguationModelFinalizer.h @@ -10,11 +10,11 @@ NSArray * _recentActions; } -@property (nonatomic, retain) NSMutableArray *actions; +@property (nonatomic, readonly) NSMutableArray *actions; @property (nonatomic, retain) CNUIUserActionItem *defaultAction; -@property (nonatomic, retain) NSArray *directoryServiceActions; -@property (nonatomic, retain) NSArray *foundOnDeviceActions; -@property (nonatomic, retain) NSArray *recentActions; +@property (nonatomic, readonly) NSArray *directoryServiceActions; +@property (nonatomic, readonly) NSArray *foundOnDeviceActions; +@property (nonatomic, readonly) NSArray *recentActions; + (id)modelWithDefaultAction:(id)arg1 actions:(id)arg2 recentActions:(id)arg3 directoryServiceActions:(id)arg4 foundOnDeviceActions:(id)arg5; @@ -30,11 +30,8 @@ - (id)recentActions; - (void)removeDefaultActionFromListOfActions; - (void)removeDiscoveredActionsAlreadyCurated; +- (void)removeDuplicateIntentActionsFromSameProvider; - (void)removeUninterestingItentActions; -- (void)setActions:(id)arg1; - (void)setDefaultAction:(id)arg1; -- (void)setDirectoryServiceActions:(id)arg1; -- (void)setFoundOnDeviceActions:(id)arg1; -- (void)setRecentActions:(id)arg1; @end diff --git a/PrivateFrameworks/ContactsUICore.framework/CNUIUserActionItem.h b/PrivateFrameworks/ContactsUICore.framework/CNUIUserActionItem.h index 15e7338603..390ed870d7 100644 --- a/PrivateFrameworks/ContactsUICore.framework/CNUIUserActionItem.h +++ b/PrivateFrameworks/ContactsUICore.framework/CNUIUserActionItem.h @@ -40,7 +40,7 @@ + (id)textItemWithLabel:(id)arg1 targetHandle:(id)arg2 url:(id)arg3 bundleIdentifier:(id)arg4 group:(int)arg5 options:(unsigned int)arg6; + (id)textItemWithLabel:(id)arg1 targetHandle:(id)arg2 userActivity:(id)arg3 bundleIdentifier:(id)arg4 group:(int)arg5 options:(unsigned int)arg6; + (id)textItemWithLabel:(id)arg1 targetPhoneNumber:(id)arg2 url:(id)arg3 bundleIdentifier:(id)arg4 group:(int)arg5 options:(unsigned int)arg6; -+ (id)thirdPartyCallActionItemForTargetHandle:(id)arg1 contactProperty:(id)arg2 actionType:(id)arg3 bundleIdentifier:(id)arg4 callProviderManager:(id)arg5; ++ (id)thirdPartyCallActionItemForTargetHandle:(id)arg1 contactProperty:(id)arg2 actionType:(id)arg3 bundleIdentifier:(id)arg4 customIdentifier:(id)arg5 callProviderManager:(id)arg6; + (id)ttyItemWithLabel:(id)arg1 targetHandle:(id)arg2 url:(id)arg3 bundleIdentifier:(id)arg4; + (id)ttyRelayItemWithLabel:(id)arg1 targetHandle:(id)arg2 url:(id)arg3 bundleIdentifier:(id)arg4; + (id)videoItemWithLabel:(id)arg1 targetHandle:(id)arg2 dialRequest:(id)arg3 bundleIdentifier:(id)arg4 group:(int)arg5 options:(unsigned int)arg6; diff --git a/PrivateFrameworks/ContactsUICore.framework/_CNUIUserActionCurator.h b/PrivateFrameworks/ContactsUICore.framework/_CNUIUserActionCurator.h index 41fbd5d853..09e5ea39c8 100644 --- a/PrivateFrameworks/ContactsUICore.framework/_CNUIUserActionCurator.h +++ b/PrivateFrameworks/ContactsUICore.framework/_CNUIUserActionCurator.h @@ -13,6 +13,7 @@ @property (readonly) Class superclass; - (void).cxx_destruct; +- (id)_curationValueForSuggestedValue:(id)arg1 userAction:(id)arg2 localizedAppName:(id)arg3; - (id)contactStore; - (id)curateUserAction:(id)arg1; - (id)initWithContactStore:(id)arg1; diff --git a/PrivateFrameworks/ControlCenterUI.framework/CCUIAirStuffSectionController.h b/PrivateFrameworks/ControlCenterUI.framework/CCUIAirStuffSectionController.h index 36ad33a8fd..6221ea48d4 100644 --- a/PrivateFrameworks/ControlCenterUI.framework/CCUIAirStuffSectionController.h +++ b/PrivateFrameworks/ControlCenterUI.framework/CCUIAirStuffSectionController.h @@ -2,7 +2,7 @@ Image: /System/Library/PrivateFrameworks/ControlCenterUI.framework/ControlCenterUI */ -@interface CCUIAirStuffSectionController : CCUIControlCenterSectionViewController { +@interface CCUIAirStuffSectionController : CCUIControlCenterSectionViewController { UIAlertController * _airDropAlertController; SFAirDropDiscoveryController * _airDropDiscoveryController; CCUIControlCenterPushButton * _airDropSection; @@ -39,6 +39,7 @@ - (void)_updateForAirPlayStateChange; - (void)_updateLayoutForSizeCategoryChange; - (void)_updateSubsectionVisibility; +- (void)buttonTapped:(id)arg1; - (void)controlCenterDidDismiss; - (void)controlCenterWillPresent; - (void)dealloc; @@ -48,6 +49,7 @@ - (BOOL)dismissModalFullScreenIfNeeded; - (BOOL)enabled; - (id)init; +- (BOOL)isInternal; - (unsigned int)mode; - (void)popoverControllerDidDismissPopover:(id)arg1; - (void)routingControllerAvailableRoutesDidChange:(id)arg1; diff --git a/PrivateFrameworks/ControlCenterUI.framework/CCUIBrightnessContentView.h b/PrivateFrameworks/ControlCenterUI.framework/CCUIBrightnessContentView.h index 4cbe10dc6b..23e5c54f91 100644 --- a/PrivateFrameworks/ControlCenterUI.framework/CCUIBrightnessContentView.h +++ b/PrivateFrameworks/ControlCenterUI.framework/CCUIBrightnessContentView.h @@ -10,6 +10,7 @@ - (struct CGSize { float x1; float x2; })intrinsicContentSize; - (struct UIEdgeInsets { float x1; float x2; float x3; float x4; })layoutMargins; +- (BOOL)pointInside:(struct CGPoint { float x1; float x2; })arg1 withEvent:(id)arg2; - (void)setUsesCompactHeight:(BOOL)arg1; - (BOOL)usesCompactHeight; diff --git a/PrivateFrameworks/ControlCenterUI.framework/CCUIControlCenterPagePlatterView.h b/PrivateFrameworks/ControlCenterUI.framework/CCUIControlCenterPagePlatterView.h index f7845d09fe..36e3473739 100644 --- a/PrivateFrameworks/ControlCenterUI.framework/CCUIControlCenterPagePlatterView.h +++ b/PrivateFrameworks/ControlCenterUI.framework/CCUIControlCenterPagePlatterView.h @@ -2,12 +2,13 @@ Image: /System/Library/PrivateFrameworks/ControlCenterUI.framework/ControlCenterUI */ -@interface CCUIControlCenterPagePlatterView : UIView { +@interface CCUIControlCenterPagePlatterView : UIView <_UISettingsKeyObserver> { NCMaterialView * _baseMaterialView; NSLayoutConstraint * _bottomMargin; UIView * _contentView; * _delegate; NSLayoutConstraint * _leadingMargin; + NCMaterialSettings * _materialSettings; NSSet * _renderedPunchOutMasks; NSLayoutConstraint * _topMargin; NSLayoutConstraint * _trailingMargin; @@ -15,7 +16,11 @@ } @property (nonatomic, retain) UIView *contentView; +@property (readonly, copy) NSString *debugDescription; +@property (readonly, copy) NSString *description; +@property (readonly) unsigned int hash; @property (nonatomic) struct UIEdgeInsets { float x1; float x2; float x3; float x4; } marginInsets; +@property (readonly) Class superclass; - (void).cxx_destruct; - (void)_recursivelyVisitSubviewsOfView:(id)arg1 forPunchedThroughView:(id)arg2 collectingMasksIn:(id)arg3; @@ -33,5 +38,6 @@ - (struct UIEdgeInsets { float x1; float x2; float x3; float x4; })marginInsets; - (void)setContentView:(id)arg1; - (void)setMarginInsets:(struct UIEdgeInsets { float x1; float x2; float x3; float x4; })arg1; +- (void)settings:(id)arg1 changedValueForKey:(id)arg2; @end diff --git a/PrivateFrameworks/ControlCenterUI.framework/CCUIControlCenterSettings.h b/PrivateFrameworks/ControlCenterUI.framework/CCUIControlCenterSettings.h index 6a1392dbf4..689063d30b 100644 --- a/PrivateFrameworks/ControlCenterUI.framework/CCUIControlCenterSettings.h +++ b/PrivateFrameworks/ControlCenterUI.framework/CCUIControlCenterSettings.h @@ -15,7 +15,6 @@ float _maxVelocity; float _minVelocity; float _oldBounceFriction; - float _platterWallpaperAlpha; CCUIControlCenterSettingsSectionSettings * _settingsSectionSettings; CCUIControlCenterShortcutSectionSettings * _shortcutSectionSettings; BOOL _useNewBounce; @@ -33,7 +32,6 @@ @property float maxVelocity; @property float minVelocity; @property float oldBounceFriction; -@property float platterWallpaperAlpha; @property (retain) CCUIControlCenterSettingsSectionSettings *settingsSectionSettings; @property (retain) CCUIControlCenterShortcutSectionSettings *shortcutSectionSettings; @property BOOL useNewBounce; @@ -53,7 +51,6 @@ - (float)maxVelocity; - (float)minVelocity; - (float)oldBounceFriction; -- (float)platterWallpaperAlpha; - (void)setAttachmentFrequencyAbove:(float)arg1; - (void)setAttachmentFrequencyBelow:(float)arg1; - (void)setAttachmentMaxDamping:(float)arg1; @@ -67,7 +64,6 @@ - (void)setMaxVelocity:(float)arg1; - (void)setMinVelocity:(float)arg1; - (void)setOldBounceFriction:(float)arg1; -- (void)setPlatterWallpaperAlpha:(float)arg1; - (void)setSettingsSectionSettings:(id)arg1; - (void)setShortcutSectionSettings:(id)arg1; - (void)setUseNewBounce:(BOOL)arg1; diff --git a/PrivateFrameworks/ControlCenterUI.framework/CCUIControlCenterViewController.h b/PrivateFrameworks/ControlCenterUI.framework/CCUIControlCenterViewController.h index 36083e3910..4511cf6d49 100644 --- a/PrivateFrameworks/ControlCenterUI.framework/CCUIControlCenterViewController.h +++ b/PrivateFrameworks/ControlCenterUI.framework/CCUIControlCenterViewController.h @@ -2,10 +2,9 @@ Image: /System/Library/PrivateFrameworks/ControlCenterUI.framework/ControlCenterUI */ -@interface CCUIControlCenterViewController : UIViewController { +@interface CCUIControlCenterViewController : UIViewController { NSMutableArray * _allPageContainerViewControllers; CCUIControlCenterContainerView * _containerView; - NSMapTable * _containerViewControllersToWallpaperViews; * _delegate; UITapGestureRecognizer * _iPadScrollToAdjacentPageGesture; BOOL _needsViewControllerVisibilityUpdate; @@ -66,7 +65,6 @@ - (void)_setContentViewContentOffset:(struct CGPoint { float x1; float x2; })arg1 animated:(BOOL)arg2; - (void)_updatePageControl; - (void)_updateScrollViewContentSize; -- (void)_updateWallpaperColorInfusionVisibility; - (void)abortAnimatedTransition; - (void)containerViewController:(id)arg1 backdropViewDidUpdate:(id)arg2; - (void)containerViewControllerWantsDismissal:(id)arg1; @@ -79,7 +77,6 @@ - (void)controlCenterWillBeginTransition; - (void)controlCenterWillFinishTransitionOpen:(BOOL)arg1 withDuration:(double)arg2; - (void)controlCenterWillPresent; -- (void)dealloc; - (id)delegate; - (BOOL)dismissModalFullScreenIfNeeded; - (BOOL)gestureRecognizer:(id)arg1 shouldReceiveTouch:(id)arg2; @@ -106,7 +103,6 @@ - (void)setRevealPercentage:(float)arg1; - (void)setTransitioning:(BOOL)arg1; - (void)set_selectedViewController:(id)arg1; -- (void)settings:(id)arg1 changedValueForKey:(id)arg2; - (id)sortedVisibleViewControllers; - (id)view; - (id)viewControllers; diff --git a/PrivateFrameworks/ControlCenterUI.framework/CCUINightShiftSectionController.h b/PrivateFrameworks/ControlCenterUI.framework/CCUINightShiftSectionController.h index 4daf81e818..12afbdb38d 100644 --- a/PrivateFrameworks/ControlCenterUI.framework/CCUINightShiftSectionController.h +++ b/PrivateFrameworks/ControlCenterUI.framework/CCUINightShiftSectionController.h @@ -2,7 +2,7 @@ Image: /System/Library/PrivateFrameworks/ControlCenterUI.framework/ControlCenterUI */ -@interface CCUINightShiftSectionController : CCUIControlCenterSectionViewController { +@interface CCUINightShiftSectionController : CCUIControlCenterSectionViewController { CBBlueLightClient * _blueLightReductionClient; struct { BOOL active; @@ -21,8 +21,14 @@ } schedule; unsigned long disableFlags; } _currentStatus; + UIAlertController * _presentedAlertController; } +@property (readonly, copy) NSString *debugDescription; +@property (readonly, copy) NSString *description; +@property (readonly) unsigned int hash; +@property (readonly) Class superclass; + + (id)_defaultFontTight; + (id)_displayName; + (id)_identifier; @@ -46,7 +52,10 @@ - (void)_updateLayoutForSizeCategoryChange; - (void)_updateState; - (BOOL)_uses24HourTimeForLocale:(id)arg1; +- (void)buttonTapped:(id)arg1; +- (BOOL)dismissModalFullScreenIfNeeded; - (BOOL)enabled; +- (BOOL)isInternal; - (id)sectionIdentifier; - (id)statusUpdate; - (id)view; diff --git a/PrivateFrameworks/ControlCenterUIKit.framework/CCUIControlCenterButton.h b/PrivateFrameworks/ControlCenterUIKit.framework/CCUIControlCenterButton.h index 878dec4e75..4d873c8672 100644 --- a/PrivateFrameworks/ControlCenterUIKit.framework/CCUIControlCenterButton.h +++ b/PrivateFrameworks/ControlCenterUIKit.framework/CCUIControlCenterButton.h @@ -2,7 +2,7 @@ Image: /System/Library/PrivateFrameworks/ControlCenterUIKit.framework/ControlCenterUIKit */ -@interface CCUIControlCenterButton : SBFButton { +@interface CCUIControlCenterButton : SBFButton <_UISettingsKeyObserver> { UIImageView * _alteredStateGlyphImageView; UILabel * _alteredStateLabel; BOOL _animatesStateChanges; @@ -20,15 +20,19 @@ } @property (nonatomic) BOOL animatesStateChanges; +@property (readonly, copy) NSString *debugDescription; @property (nonatomic) *delegate; +@property (readonly, copy) NSString *description; @property (nonatomic, retain) UIFont *font; @property (nonatomic, retain) UIImage *glyphImage; +@property (readonly) unsigned int hash; @property (getter=isInternal, nonatomic, readonly) BOOL internal; @property (nonatomic) float naturalHeight; @property (nonatomic) int numberOfLines; @property (nonatomic) unsigned int roundCorners; @property (nonatomic, retain) UIImage *selectedGlyphImage; @property (getter=isShowingMenu, nonatomic) BOOL showingMenu; +@property (readonly) Class superclass; @property (nonatomic, retain) NSString *text; + (id)_buttonWithSelectedColor:(id)arg1 text:(id)arg2 type:(unsigned int)arg3; @@ -95,6 +99,7 @@ - (void)setSelectedGlyphImage:(id)arg1; - (void)setShowingMenu:(BOOL)arg1; - (void)setText:(id)arg1; +- (void)settings:(id)arg1 changedValueForKey:(id)arg2; - (struct CGSize { float x1; float x2; })sizeThatFits:(struct CGSize { float x1; float x2; })arg1; - (id)text; diff --git a/PrivateFrameworks/ControlCenterUIKit.framework/CCUIControlCenterSlider.h b/PrivateFrameworks/ControlCenterUIKit.framework/CCUIControlCenterSlider.h index e9ca49d3c1..0c85f6f28b 100644 --- a/PrivateFrameworks/ControlCenterUIKit.framework/CCUIControlCenterSlider.h +++ b/PrivateFrameworks/ControlCenterUIKit.framework/CCUIControlCenterSlider.h @@ -18,6 +18,7 @@ - (void).cxx_destruct; - (void)_configureHighlightedValueImagesLikeRegularValueImages; - (void)_setTrackImage:(id)arg1; +- (struct UIEdgeInsets { float x1; float x2; float x3; float x4; })_thumbHitEdgeInsets; - (void)_updateEffects; - (BOOL)beginTrackingWithTouch:(id)arg1 withEvent:(id)arg2; - (void)cancelTrackingWithEvent:(id)arg1; @@ -29,6 +30,7 @@ - (float)leftValueImageOriginForBounds:(struct CGRect { struct CGPoint { float x_1_1_1; float x_1_1_2; } x1; struct CGSize { float x_2_1_1; float x_2_1_2; } x2; })arg1 andSize:(struct CGSize { float x1; float x2; })arg2; - (struct CGRect { struct CGPoint { float x_1_1_1; float x_1_1_2; } x1; struct CGSize { float x_2_1_1; float x_2_1_2; } x2; })maximumValueImageRectForBounds:(struct CGRect { struct CGPoint { float x_1_1_1; float x_1_1_2; } x1; struct CGSize { float x_2_1_1; float x_2_1_2; } x2; })arg1; - (struct CGRect { struct CGPoint { float x_1_1_1; float x_1_1_2; } x1; struct CGSize { float x_2_1_1; float x_2_1_2; } x2; })minimumValueImageRectForBounds:(struct CGRect { struct CGPoint { float x_1_1_1; float x_1_1_2; } x1; struct CGSize { float x_2_1_1; float x_2_1_2; } x2; })arg1; +- (BOOL)pointInside:(struct CGPoint { float x1; float x2; })arg1 withEvent:(id)arg2; - (float)rightValueImageOriginForBounds:(struct CGRect { struct CGPoint { float x_1_1_1; float x_1_1_2; } x1; struct CGSize { float x_2_1_1; float x_2_1_2; } x2; })arg1 andSize:(struct CGSize { float x1; float x2; })arg2; - (void)setAdjusting:(BOOL)arg1; - (void)setMaximumValueImage:(id)arg1; diff --git a/PrivateFrameworks/CoreCDPInternal.framework/AWDCoreCDPPiggyBack.h b/PrivateFrameworks/CoreCDPInternal.framework/AWDCoreCDPPiggyBack.h new file mode 100644 index 0000000000..2bfb994eb3 --- /dev/null +++ b/PrivateFrameworks/CoreCDPInternal.framework/AWDCoreCDPPiggyBack.h @@ -0,0 +1,52 @@ +/* Generated by RuntimeBrowser + Image: /System/Library/PrivateFrameworks/CoreCDPInternal.framework/CoreCDPInternal + */ + +@interface AWDCoreCDPPiggyBack : PBCodable { + long long _errorCode; + NSString * _errorDomain; + struct { + unsigned int errorCode : 1; + unsigned int timestamp : 1; + unsigned int success : 1; + } _has; + BOOL _success; + unsigned long long _timestamp; +} + +@property (nonatomic) long long errorCode; +@property (nonatomic, retain) NSString *errorDomain; +@property (nonatomic) BOOL hasErrorCode; +@property (nonatomic, readonly) BOOL hasErrorDomain; +@property (nonatomic) BOOL hasSuccess; +@property (nonatomic) BOOL hasTimestamp; +@property (nonatomic) BOOL success; +@property (nonatomic) unsigned long long timestamp; + +- (void).cxx_destruct; +- (void)copyTo:(id)arg1; +- (id)copyWithZone:(struct _NSZone { }*)arg1; +- (id)description; +- (id)dictionaryRepresentation; +- (long long)errorCode; +- (id)errorDomain; +- (BOOL)hasErrorCode; +- (BOOL)hasErrorDomain; +- (BOOL)hasSuccess; +- (BOOL)hasTimestamp; +- (unsigned int)hash; +- (BOOL)isEqual:(id)arg1; +- (void)mergeFrom:(id)arg1; +- (BOOL)readFrom:(id)arg1; +- (void)setErrorCode:(long long)arg1; +- (void)setErrorDomain:(id)arg1; +- (void)setHasErrorCode:(BOOL)arg1; +- (void)setHasSuccess:(BOOL)arg1; +- (void)setHasTimestamp:(BOOL)arg1; +- (void)setSuccess:(BOOL)arg1; +- (void)setTimestamp:(unsigned long long)arg1; +- (BOOL)success; +- (unsigned long long)timestamp; +- (void)writeTo:(id)arg1; + +@end diff --git a/PrivateFrameworks/CoreCDPInternal.framework/AWDCoreCDPStateMachineCircleJoin.h b/PrivateFrameworks/CoreCDPInternal.framework/AWDCoreCDPStateMachineCircleJoin.h new file mode 100644 index 0000000000..55b54b7105 --- /dev/null +++ b/PrivateFrameworks/CoreCDPInternal.framework/AWDCoreCDPStateMachineCircleJoin.h @@ -0,0 +1,68 @@ +/* Generated by RuntimeBrowser + Image: /System/Library/PrivateFrameworks/CoreCDPInternal.framework/CoreCDPInternal + */ + +@interface AWDCoreCDPStateMachineCircleJoin : PBCodable { + long long _circleStatus; + long long _errorCode; + NSString * _errorDomain; + struct { + unsigned int circleStatus : 1; + unsigned int errorCode : 1; + unsigned int timestamp : 1; + unsigned int hasPeersForRemoteApproval : 1; + unsigned int needsBackupRecovery : 1; + } _has; + BOOL _hasPeersForRemoteApproval; + BOOL _needsBackupRecovery; + unsigned long long _timestamp; +} + +@property (nonatomic) long long circleStatus; +@property (nonatomic) long long errorCode; +@property (nonatomic, retain) NSString *errorDomain; +@property (nonatomic) BOOL hasCircleStatus; +@property (nonatomic) BOOL hasErrorCode; +@property (nonatomic, readonly) BOOL hasErrorDomain; +@property (nonatomic) BOOL hasHasPeersForRemoteApproval; +@property (nonatomic) BOOL hasNeedsBackupRecovery; +@property (nonatomic) BOOL hasPeersForRemoteApproval; +@property (nonatomic) BOOL hasTimestamp; +@property (nonatomic) BOOL needsBackupRecovery; +@property (nonatomic) unsigned long long timestamp; + +- (void).cxx_destruct; +- (long long)circleStatus; +- (void)copyTo:(id)arg1; +- (id)copyWithZone:(struct _NSZone { }*)arg1; +- (id)description; +- (id)dictionaryRepresentation; +- (long long)errorCode; +- (id)errorDomain; +- (BOOL)hasCircleStatus; +- (BOOL)hasErrorCode; +- (BOOL)hasErrorDomain; +- (BOOL)hasHasPeersForRemoteApproval; +- (BOOL)hasNeedsBackupRecovery; +- (BOOL)hasPeersForRemoteApproval; +- (BOOL)hasTimestamp; +- (unsigned int)hash; +- (BOOL)isEqual:(id)arg1; +- (void)mergeFrom:(id)arg1; +- (BOOL)needsBackupRecovery; +- (BOOL)readFrom:(id)arg1; +- (void)setCircleStatus:(long long)arg1; +- (void)setErrorCode:(long long)arg1; +- (void)setErrorDomain:(id)arg1; +- (void)setHasCircleStatus:(BOOL)arg1; +- (void)setHasErrorCode:(BOOL)arg1; +- (void)setHasHasPeersForRemoteApproval:(BOOL)arg1; +- (void)setHasNeedsBackupRecovery:(BOOL)arg1; +- (void)setHasPeersForRemoteApproval:(BOOL)arg1; +- (void)setHasTimestamp:(BOOL)arg1; +- (void)setNeedsBackupRecovery:(BOOL)arg1; +- (void)setTimestamp:(unsigned long long)arg1; +- (unsigned long long)timestamp; +- (void)writeTo:(id)arg1; + +@end diff --git a/PrivateFrameworks/CoreCDPInternal.framework/AWDCoreCDPStateMachineCompletion.h b/PrivateFrameworks/CoreCDPInternal.framework/AWDCoreCDPStateMachineCompletion.h new file mode 100644 index 0000000000..093d62b78f --- /dev/null +++ b/PrivateFrameworks/CoreCDPInternal.framework/AWDCoreCDPStateMachineCompletion.h @@ -0,0 +1,60 @@ +/* Generated by RuntimeBrowser + Image: /System/Library/PrivateFrameworks/CoreCDPInternal.framework/CoreCDPInternal + */ + +@interface AWDCoreCDPStateMachineCompletion : PBCodable { + BOOL _cloudDataProtectionEnabled; + long long _errorCode; + NSString * _errorDomain; + struct { + unsigned int errorCode : 1; + unsigned int timestamp : 1; + unsigned int cloudDataProtectionEnabled : 1; + unsigned int shouldCompleteSignIn : 1; + } _has; + BOOL _shouldCompleteSignIn; + unsigned long long _timestamp; +} + +@property (nonatomic) BOOL cloudDataProtectionEnabled; +@property (nonatomic) long long errorCode; +@property (nonatomic, retain) NSString *errorDomain; +@property (nonatomic) BOOL hasCloudDataProtectionEnabled; +@property (nonatomic) BOOL hasErrorCode; +@property (nonatomic, readonly) BOOL hasErrorDomain; +@property (nonatomic) BOOL hasShouldCompleteSignIn; +@property (nonatomic) BOOL hasTimestamp; +@property (nonatomic) BOOL shouldCompleteSignIn; +@property (nonatomic) unsigned long long timestamp; + +- (void).cxx_destruct; +- (BOOL)cloudDataProtectionEnabled; +- (void)copyTo:(id)arg1; +- (id)copyWithZone:(struct _NSZone { }*)arg1; +- (id)description; +- (id)dictionaryRepresentation; +- (long long)errorCode; +- (id)errorDomain; +- (BOOL)hasCloudDataProtectionEnabled; +- (BOOL)hasErrorCode; +- (BOOL)hasErrorDomain; +- (BOOL)hasShouldCompleteSignIn; +- (BOOL)hasTimestamp; +- (unsigned int)hash; +- (BOOL)isEqual:(id)arg1; +- (void)mergeFrom:(id)arg1; +- (BOOL)readFrom:(id)arg1; +- (void)setCloudDataProtectionEnabled:(BOOL)arg1; +- (void)setErrorCode:(long long)arg1; +- (void)setErrorDomain:(id)arg1; +- (void)setHasCloudDataProtectionEnabled:(BOOL)arg1; +- (void)setHasErrorCode:(BOOL)arg1; +- (void)setHasShouldCompleteSignIn:(BOOL)arg1; +- (void)setHasTimestamp:(BOOL)arg1; +- (void)setShouldCompleteSignIn:(BOOL)arg1; +- (void)setTimestamp:(unsigned long long)arg1; +- (BOOL)shouldCompleteSignIn; +- (unsigned long long)timestamp; +- (void)writeTo:(id)arg1; + +@end diff --git a/PrivateFrameworks/CoreCDPInternal.framework/AWDCoreCDPStateMachineEnableCDP.h b/PrivateFrameworks/CoreCDPInternal.framework/AWDCoreCDPStateMachineEnableCDP.h new file mode 100644 index 0000000000..9143d70e07 --- /dev/null +++ b/PrivateFrameworks/CoreCDPInternal.framework/AWDCoreCDPStateMachineEnableCDP.h @@ -0,0 +1,60 @@ +/* Generated by RuntimeBrowser + Image: /System/Library/PrivateFrameworks/CoreCDPInternal.framework/CoreCDPInternal + */ + +@interface AWDCoreCDPStateMachineEnableCDP : PBCodable { + BOOL _cloudDataProtectionEnabled; + long long _errorCode; + NSString * _errorDomain; + struct { + unsigned int errorCode : 1; + unsigned int timestamp : 1; + unsigned int cloudDataProtectionEnabled : 1; + unsigned int shouldCompleteSignIn : 1; + } _has; + BOOL _shouldCompleteSignIn; + unsigned long long _timestamp; +} + +@property (nonatomic) BOOL cloudDataProtectionEnabled; +@property (nonatomic) long long errorCode; +@property (nonatomic, retain) NSString *errorDomain; +@property (nonatomic) BOOL hasCloudDataProtectionEnabled; +@property (nonatomic) BOOL hasErrorCode; +@property (nonatomic, readonly) BOOL hasErrorDomain; +@property (nonatomic) BOOL hasShouldCompleteSignIn; +@property (nonatomic) BOOL hasTimestamp; +@property (nonatomic) BOOL shouldCompleteSignIn; +@property (nonatomic) unsigned long long timestamp; + +- (void).cxx_destruct; +- (BOOL)cloudDataProtectionEnabled; +- (void)copyTo:(id)arg1; +- (id)copyWithZone:(struct _NSZone { }*)arg1; +- (id)description; +- (id)dictionaryRepresentation; +- (long long)errorCode; +- (id)errorDomain; +- (BOOL)hasCloudDataProtectionEnabled; +- (BOOL)hasErrorCode; +- (BOOL)hasErrorDomain; +- (BOOL)hasShouldCompleteSignIn; +- (BOOL)hasTimestamp; +- (unsigned int)hash; +- (BOOL)isEqual:(id)arg1; +- (void)mergeFrom:(id)arg1; +- (BOOL)readFrom:(id)arg1; +- (void)setCloudDataProtectionEnabled:(BOOL)arg1; +- (void)setErrorCode:(long long)arg1; +- (void)setErrorDomain:(id)arg1; +- (void)setHasCloudDataProtectionEnabled:(BOOL)arg1; +- (void)setHasErrorCode:(BOOL)arg1; +- (void)setHasShouldCompleteSignIn:(BOOL)arg1; +- (void)setHasTimestamp:(BOOL)arg1; +- (void)setShouldCompleteSignIn:(BOOL)arg1; +- (void)setTimestamp:(unsigned long long)arg1; +- (BOOL)shouldCompleteSignIn; +- (unsigned long long)timestamp; +- (void)writeTo:(id)arg1; + +@end diff --git a/PrivateFrameworks/CoreCDPInternal.framework/AWDCoreCDPStateMachineLockAssertion.h b/PrivateFrameworks/CoreCDPInternal.framework/AWDCoreCDPStateMachineLockAssertion.h new file mode 100644 index 0000000000..3cc4859b84 --- /dev/null +++ b/PrivateFrameworks/CoreCDPInternal.framework/AWDCoreCDPStateMachineLockAssertion.h @@ -0,0 +1,44 @@ +/* Generated by RuntimeBrowser + Image: /System/Library/PrivateFrameworks/CoreCDPInternal.framework/CoreCDPInternal + */ + +@interface AWDCoreCDPStateMachineLockAssertion : PBCodable { + long long _errorCode; + NSString * _errorDomain; + struct { + unsigned int errorCode : 1; + unsigned int timestamp : 1; + } _has; + unsigned long long _timestamp; +} + +@property (nonatomic) long long errorCode; +@property (nonatomic, retain) NSString *errorDomain; +@property (nonatomic) BOOL hasErrorCode; +@property (nonatomic, readonly) BOOL hasErrorDomain; +@property (nonatomic) BOOL hasTimestamp; +@property (nonatomic) unsigned long long timestamp; + +- (void).cxx_destruct; +- (void)copyTo:(id)arg1; +- (id)copyWithZone:(struct _NSZone { }*)arg1; +- (id)description; +- (id)dictionaryRepresentation; +- (long long)errorCode; +- (id)errorDomain; +- (BOOL)hasErrorCode; +- (BOOL)hasErrorDomain; +- (BOOL)hasTimestamp; +- (unsigned int)hash; +- (BOOL)isEqual:(id)arg1; +- (void)mergeFrom:(id)arg1; +- (BOOL)readFrom:(id)arg1; +- (void)setErrorCode:(long long)arg1; +- (void)setErrorDomain:(id)arg1; +- (void)setHasErrorCode:(BOOL)arg1; +- (void)setHasTimestamp:(BOOL)arg1; +- (void)setTimestamp:(unsigned long long)arg1; +- (unsigned long long)timestamp; +- (void)writeTo:(id)arg1; + +@end diff --git a/PrivateFrameworks/CoreCDPInternal.framework/AWDCoreCDPStateMachineRecovery.h b/PrivateFrameworks/CoreCDPInternal.framework/AWDCoreCDPStateMachineRecovery.h new file mode 100644 index 0000000000..f9d58aea07 --- /dev/null +++ b/PrivateFrameworks/CoreCDPInternal.framework/AWDCoreCDPStateMachineRecovery.h @@ -0,0 +1,60 @@ +/* Generated by RuntimeBrowser + Image: /System/Library/PrivateFrameworks/CoreCDPInternal.framework/CoreCDPInternal + */ + +@interface AWDCoreCDPStateMachineRecovery : PBCodable { + long long _errorCode; + NSString * _errorDomain; + struct { + unsigned int errorCode : 1; + unsigned int secretType : 1; + unsigned int timestamp : 1; + unsigned int userDidReset : 1; + } _has; + long long _secretType; + unsigned long long _timestamp; + BOOL _userDidReset; +} + +@property (nonatomic) long long errorCode; +@property (nonatomic, retain) NSString *errorDomain; +@property (nonatomic) BOOL hasErrorCode; +@property (nonatomic, readonly) BOOL hasErrorDomain; +@property (nonatomic) BOOL hasSecretType; +@property (nonatomic) BOOL hasTimestamp; +@property (nonatomic) BOOL hasUserDidReset; +@property (nonatomic) long long secretType; +@property (nonatomic) unsigned long long timestamp; +@property (nonatomic) BOOL userDidReset; + +- (void).cxx_destruct; +- (void)copyTo:(id)arg1; +- (id)copyWithZone:(struct _NSZone { }*)arg1; +- (id)description; +- (id)dictionaryRepresentation; +- (long long)errorCode; +- (id)errorDomain; +- (BOOL)hasErrorCode; +- (BOOL)hasErrorDomain; +- (BOOL)hasSecretType; +- (BOOL)hasTimestamp; +- (BOOL)hasUserDidReset; +- (unsigned int)hash; +- (BOOL)isEqual:(id)arg1; +- (void)mergeFrom:(id)arg1; +- (BOOL)readFrom:(id)arg1; +- (long long)secretType; +- (void)setErrorCode:(long long)arg1; +- (void)setErrorDomain:(id)arg1; +- (void)setHasErrorCode:(BOOL)arg1; +- (void)setHasSecretType:(BOOL)arg1; +- (void)setHasTimestamp:(BOOL)arg1; +- (void)setHasUserDidReset:(BOOL)arg1; +- (void)setSecretType:(long long)arg1; +- (void)setTimestamp:(unsigned long long)arg1; +- (void)setUserDidReset:(BOOL)arg1; +- (unsigned long long)timestamp; +- (BOOL)userDidReset; +- (void)writeTo:(id)arg1; + +@end diff --git a/PrivateFrameworks/CoreCDPInternal.framework/AWDCoreCDPStateMachineRepairCircleAuth.h b/PrivateFrameworks/CoreCDPInternal.framework/AWDCoreCDPStateMachineRepairCircleAuth.h new file mode 100644 index 0000000000..31c53f308c --- /dev/null +++ b/PrivateFrameworks/CoreCDPInternal.framework/AWDCoreCDPStateMachineRepairCircleAuth.h @@ -0,0 +1,29 @@ +/* Generated by RuntimeBrowser + Image: /System/Library/PrivateFrameworks/CoreCDPInternal.framework/CoreCDPInternal + */ + +@interface AWDCoreCDPStateMachineRepairCircleAuth : PBCodable { + struct { + unsigned int timestamp : 1; + } _has; + unsigned long long _timestamp; +} + +@property (nonatomic) BOOL hasTimestamp; +@property (nonatomic) unsigned long long timestamp; + +- (void)copyTo:(id)arg1; +- (id)copyWithZone:(struct _NSZone { }*)arg1; +- (id)description; +- (id)dictionaryRepresentation; +- (BOOL)hasTimestamp; +- (unsigned int)hash; +- (BOOL)isEqual:(id)arg1; +- (void)mergeFrom:(id)arg1; +- (BOOL)readFrom:(id)arg1; +- (void)setHasTimestamp:(BOOL)arg1; +- (void)setTimestamp:(unsigned long long)arg1; +- (unsigned long long)timestamp; +- (void)writeTo:(id)arg1; + +@end diff --git a/PrivateFrameworks/CoreCDPInternal.framework/AWDCoreCDPStateMachineRepairHSA2Auth.h b/PrivateFrameworks/CoreCDPInternal.framework/AWDCoreCDPStateMachineRepairHSA2Auth.h new file mode 100644 index 0000000000..7148667300 --- /dev/null +++ b/PrivateFrameworks/CoreCDPInternal.framework/AWDCoreCDPStateMachineRepairHSA2Auth.h @@ -0,0 +1,44 @@ +/* Generated by RuntimeBrowser + Image: /System/Library/PrivateFrameworks/CoreCDPInternal.framework/CoreCDPInternal + */ + +@interface AWDCoreCDPStateMachineRepairHSA2Auth : PBCodable { + long long _errorCode; + NSString * _errorDomain; + struct { + unsigned int errorCode : 1; + unsigned int timestamp : 1; + } _has; + unsigned long long _timestamp; +} + +@property (nonatomic) long long errorCode; +@property (nonatomic, retain) NSString *errorDomain; +@property (nonatomic) BOOL hasErrorCode; +@property (nonatomic, readonly) BOOL hasErrorDomain; +@property (nonatomic) BOOL hasTimestamp; +@property (nonatomic) unsigned long long timestamp; + +- (void).cxx_destruct; +- (void)copyTo:(id)arg1; +- (id)copyWithZone:(struct _NSZone { }*)arg1; +- (id)description; +- (id)dictionaryRepresentation; +- (long long)errorCode; +- (id)errorDomain; +- (BOOL)hasErrorCode; +- (BOOL)hasErrorDomain; +- (BOOL)hasTimestamp; +- (unsigned int)hash; +- (BOOL)isEqual:(id)arg1; +- (void)mergeFrom:(id)arg1; +- (BOOL)readFrom:(id)arg1; +- (void)setErrorCode:(long long)arg1; +- (void)setErrorDomain:(id)arg1; +- (void)setHasErrorCode:(BOOL)arg1; +- (void)setHasTimestamp:(BOOL)arg1; +- (void)setTimestamp:(unsigned long long)arg1; +- (unsigned long long)timestamp; +- (void)writeTo:(id)arg1; + +@end diff --git a/PrivateFrameworks/CoreCDPInternal.framework/AWDMetricReporter.h b/PrivateFrameworks/CoreCDPInternal.framework/AWDMetricReporter.h new file mode 100644 index 0000000000..53982e7e25 --- /dev/null +++ b/PrivateFrameworks/CoreCDPInternal.framework/AWDMetricReporter.h @@ -0,0 +1,16 @@ +/* Generated by RuntimeBrowser + Image: /System/Library/PrivateFrameworks/CoreCDPInternal.framework/CoreCDPInternal + */ + +@interface AWDMetricReporter : NSObject + ++ (void)reportPiggyBackWithSuccess:(BOOL)arg1 error:(id)arg2; ++ (void)reportStateMachineCircleJoinWithStatus:(int)arg1 needsBackupRecovery:(BOOL)arg2 hasPeersForRemoteApproval:(BOOL)arg3 error:(id)arg4; ++ (void)reportStateMachineCompletionShouldCompleteSignIn:(BOOL)arg1 cloudDataProtectionEnabled:(BOOL)arg2 error:(id)arg3; ++ (void)reportStateMachineEnableCDPShouldCompleteSignIn:(BOOL)arg1 cloudDataProtectionEnabled:(BOOL)arg2 error:(id)arg3; ++ (void)reportStateMachineLockAssertionWithError:(id)arg1; ++ (void)reportStateMachineRecoveryWithSecretType:(int)arg1 userDidReset:(BOOL)arg2 error:(id)arg3; ++ (void)reportStateMachineRepairCircleAuth; ++ (void)reportStateMachineRepairHSA2AuthWithError:(id)arg1; + +@end diff --git a/PrivateFrameworks/CoreCDPInternal.framework/CDPDRecoveryFlowController.h b/PrivateFrameworks/CoreCDPInternal.framework/CDPDRecoveryFlowController.h index 73edbc6119..8754d9f05f 100644 --- a/PrivateFrameworks/CoreCDPInternal.framework/CDPDRecoveryFlowController.h +++ b/PrivateFrameworks/CoreCDPInternal.framework/CDPDRecoveryFlowController.h @@ -5,6 +5,7 @@ @interface CDPDRecoveryFlowController : NSObject { CDPDCircleController * _circleController; CDPDRecoveryFlowContext * _recoveryContext; + NSObject * _recoveryFlow; CDPDSecureBackupController * _secureBackupController; * _uiProvider; * _validator; diff --git a/PrivateFrameworks/CoreDAV.framework/CoreDAVDiscoveryAccountInfo.h b/PrivateFrameworks/CoreDAV.framework/CoreDAVDiscoveryAccountInfo.h index e7b64f0795..75f881ae45 100644 --- a/PrivateFrameworks/CoreDAV.framework/CoreDAVDiscoveryAccountInfo.h +++ b/PrivateFrameworks/CoreDAV.framework/CoreDAVDiscoveryAccountInfo.h @@ -68,6 +68,7 @@ - (int)port; - (id)principalURL; - (void)promptUserForNewCoreDAVPasswordWithCompletionBlock:(id /* block */)arg1; +- (BOOL)renewCredential; - (id)scheme; - (id)serverComplianceClasses; - (id)serverHeaders; @@ -93,6 +94,7 @@ - (BOOL)shouldHandleHTTPCookiesForURL:(id)arg1; - (BOOL)shouldRetryUnauthorizedConnection:(id)arg1; - (BOOL)shouldSendClientInfoHeaderForURL:(id)arg1; +- (BOOL)shouldTryRenewingCredential; - (BOOL)shouldTurnModalOnBadPassword; - (BOOL)shouldUseOpportunisticSockets; - (BOOL)started; diff --git a/PrivateFrameworks/CoreDAV.framework/CoreDAVTask.h b/PrivateFrameworks/CoreDAV.framework/CoreDAVTask.h index 7c7d02732f..29c49ea463 100644 --- a/PrivateFrameworks/CoreDAV.framework/CoreDAVTask.h +++ b/PrivateFrameworks/CoreDAV.framework/CoreDAVTask.h @@ -2,7 +2,7 @@ Image: /System/Library/PrivateFrameworks/CoreDAV.framework/CoreDAV */ -@interface CoreDAVTask : NSObject { +@interface CoreDAVTask : NSObject { * _accountInfoProvider; BOOL _allowAutomaticRedirects; id /* block */ _completionBlock; @@ -169,4 +169,10 @@ - (void)bdv_applyOverrideTimeoutIntervalIfNeeded; +// Image: /System/Library/PrivateFrameworks/DataAccess.framework/Frameworks/DACoreDAVGlue.framework/DACoreDAVGlue + +- (void)cancelTaskWithReason:(int)arg1 underlyingError:(id)arg2; +- (void)finishWithError:(id)arg1; +- (void)performTask; + @end diff --git a/PrivateFrameworks/CoreHAP.framework/HAPAccessory.h b/PrivateFrameworks/CoreHAP.framework/HAPAccessory.h index b500ab60c8..9ce7fab313 100644 --- a/PrivateFrameworks/CoreHAP.framework/HAPAccessory.h +++ b/PrivateFrameworks/CoreHAP.framework/HAPAccessory.h @@ -78,8 +78,8 @@ - (id)manufacturer; - (id)model; - (id)name; -- (void)readCharacteristicValues:(id)arg1 queue:(id)arg2 completionHandler:(id /* block */)arg3; -- (void)readValueForCharacteristic:(id)arg1 queue:(id)arg2 completionHandler:(id /* block */)arg3; +- (void)readCharacteristicValues:(id)arg1 timeout:(double)arg2 completionQueue:(id)arg3 completionHandler:(id /* block */)arg4; +- (void)readValueForCharacteristic:(id)arg1 timeout:(double)arg2 completionQueue:(id)arg3 completionHandler:(id /* block */)arg4; - (id)serialNumber; - (id)server; - (id)serverIdentifier; @@ -108,7 +108,7 @@ - (id)uniqueIdentifier; - (BOOL)validateCharacteristicValues:(id*)arg1; - (id)workQueue; -- (void)writeCharacteristicValues:(id)arg1 queue:(id)arg2 completionHandler:(id /* block */)arg3; -- (void)writeValue:(id)arg1 forCharacteristic:(id)arg2 authorizationData:(id)arg3 queue:(id)arg4 completionHandler:(id /* block */)arg5; +- (void)writeCharacteristicValue:(id)arg1 timeout:(double)arg2 completionQueue:(id)arg3 completionHandler:(id /* block */)arg4; +- (void)writeCharacteristicValues:(id)arg1 timeout:(double)arg2 completionQueue:(id)arg3 completionHandler:(id /* block */)arg4; @end diff --git a/PrivateFrameworks/CoreHAP.framework/HAPAccessoryServer.h b/PrivateFrameworks/CoreHAP.framework/HAPAccessoryServer.h index 324e158411..bb1e59229f 100644 --- a/PrivateFrameworks/CoreHAP.framework/HAPAccessoryServer.h +++ b/PrivateFrameworks/CoreHAP.framework/HAPAccessoryServer.h @@ -8,18 +8,18 @@ * _bridgeDelegate; NSNumber * _category; NSObject * _clientQueue; + unsigned int _configNumber; * _delegate; NSObject * _delegateQueue; NSArray * _discoveredAccessories; BOOL _hasPairings; - NSString * _homeName; NSString * _identifier; BOOL _incompatibleUpdate; NSObject * _internalDelegateQueue; NSHashTable * _internalDelegates; * _keyStore; + int _linkType; NSString * _name; - NSString * _pairSetupPassword; HAPAccessory * _primaryAccessory; NSObject * _propertyQueue; BOOL _reachable; @@ -31,11 +31,11 @@ @property *bridgeDelegate; @property (nonatomic, copy) NSNumber *category; @property (nonatomic, readonly) NSObject *clientQueue; +@property (nonatomic) unsigned int configNumber; @property (readonly) *delegate; @property (nonatomic, readonly) NSObject *delegateQueue; @property (nonatomic, copy) NSArray *discoveredAccessories; @property (nonatomic) BOOL hasPairings; -@property (nonatomic, copy) NSString *homeName; @property (nonatomic, copy) NSString *identifier; @property (getter=isIncompatibleUpdate, nonatomic) BOOL incompatibleUpdate; @property (nonatomic, readonly) NSObject *internalDelegateQueue; @@ -43,7 +43,6 @@ @property (nonatomic, readonly) *keyStore; @property (nonatomic, readonly) int linkType; @property (nonatomic, copy) NSString *name; -@property (nonatomic, copy) NSString *pairSetupPassword; @property (getter=isPaired, nonatomic, readonly) BOOL paired; @property (nonatomic, retain) HAPAccessory *primaryAccessory; @property (nonatomic, readonly) NSObject *propertyQueue; @@ -60,6 +59,7 @@ - (id)bridgeDelegate; - (id)category; - (id)clientQueue; +- (unsigned int)configNumber; - (void)continuePairingAfterAuthPrompt; - (id)delegate; - (id)delegateQueue; @@ -69,7 +69,6 @@ - (void)enumerateInternalDelegatesUsingBlock:(id /* block */)arg1; - (void)handleUpdatesForCharacteristics:(id)arg1; - (BOOL)hasPairings; -- (id)homeName; - (id)identifier; - (void)identifyWithCompletion:(id /* block */)arg1; - (id)init; @@ -87,11 +86,10 @@ - (void)notifyDelegateUpdatedCategory:(id)arg1; - (void)notifyDelegateUpdatedHasPairings:(BOOL)arg1; - (void)notifyDelegateUpdatedName:(id)arg1; -- (id)pairSetupPassword; - (id)primaryAccessory; - (id)propertyQueue; -- (void)readCharacteristicValues:(id)arg1 queue:(id)arg2 completionHandler:(id /* block */)arg3; -- (void)readValueForCharacteristic:(id)arg1 queue:(id)arg2 completionHandler:(id /* block */)arg3; +- (void)readCharacteristicValues:(id)arg1 timeout:(double)arg2 completionQueue:(id)arg3 completionHandler:(id /* block */)arg4; +- (void)reconfirm; - (void)removeInternalDelegate:(id)arg1; - (BOOL)removePairingForCurrentControllerOnQueue:(id)arg1 completion:(id /* block */)arg2; - (BOOL)removePairingWithIdentifier:(id)arg1 publicKey:(id)arg2 queue:(id)arg3 completion:(id /* block */)arg4; @@ -99,14 +97,13 @@ - (void)setAssociatedAccessories:(id)arg1; - (void)setBridgeDelegate:(id)arg1; - (void)setCategory:(id)arg1; +- (void)setConfigNumber:(unsigned int)arg1; - (void)setDelegate:(id)arg1 queue:(id)arg2; - (void)setDiscoveredAccessories:(id)arg1; - (void)setHasPairings:(BOOL)arg1; -- (void)setHomeName:(id)arg1; - (void)setIdentifier:(id)arg1; - (void)setIncompatibleUpdate:(BOOL)arg1; - (void)setName:(id)arg1; -- (void)setPairSetupPassword:(id)arg1; - (void)setPrimaryAccessory:(id)arg1; - (void)setReachable:(BOOL)arg1; - (void)setSecuritySessionOpen:(BOOL)arg1; @@ -114,7 +111,6 @@ - (void)startPairing; - (BOOL)stopPairingWithError:(id*)arg1; - (BOOL)tryPairingPassword:(id)arg1 error:(id*)arg2; -- (void)writeCharacteristicValues:(id)arg1 queue:(id)arg2 completionHandler:(id /* block */)arg3; -- (void)writeValue:(id)arg1 forCharacteristic:(id)arg2 authorizationData:(id)arg3 queue:(id)arg4 completionHandler:(id /* block */)arg5; +- (void)writeCharacteristicValues:(id)arg1 timeout:(double)arg2 completionQueue:(id)arg3 completionHandler:(id /* block */)arg4; @end diff --git a/PrivateFrameworks/CoreHAP.framework/HAPAccessoryServerBTLE.h b/PrivateFrameworks/CoreHAP.framework/HAPAccessoryServerBTLE.h index 375e1e2522..1d141b789f 100644 --- a/PrivateFrameworks/CoreHAP.framework/HAPAccessoryServerBTLE.h +++ b/PrivateFrameworks/CoreHAP.framework/HAPAccessoryServerBTLE.h @@ -30,7 +30,7 @@ - (void)handleConnectionWithError:(id)arg1; - (void)handleDisconnectionWithError:(id)arg1 completionQueue:(id)arg2 completionHandler:(id /* block */)arg3; - (unsigned int)hapBLEProtocolVersion; -- (id)initWithPeripheral:(id)arg1 name:(id)arg2 pairingUsername:(id)arg3 statusFlags:(id)arg4 stateNumber:(id)arg5 stateChanged:(BOOL)arg6 category:(id)arg7 connectionIdleTime:(unsigned char)arg8 browser:(id)arg9 keyStore:(id)arg10; +- (id)initWithPeripheral:(id)arg1 name:(id)arg2 pairingUsername:(id)arg3 statusFlags:(id)arg4 stateNumber:(id)arg5 stateChanged:(BOOL)arg6 configNumber:(id)arg7 category:(id)arg8 connectionIdleTime:(unsigned char)arg9 browser:(id)arg10 keyStore:(id)arg11; - (int)linkType; - (void)notifyDelegateUdpatedStateNumber; - (BOOL)notifyingCharacteristicUpdated; diff --git a/PrivateFrameworks/CoreHAP.framework/HAPAccessoryServerBrowserBTLE.h b/PrivateFrameworks/CoreHAP.framework/HAPAccessoryServerBrowserBTLE.h index b8ccf090c0..f4a38badfd 100644 --- a/PrivateFrameworks/CoreHAP.framework/HAPAccessoryServerBrowserBTLE.h +++ b/PrivateFrameworks/CoreHAP.framework/HAPAccessoryServerBrowserBTLE.h @@ -50,7 +50,7 @@ - (void)_clearCachedDescriptorsForIdentifier:(id)arg1; - (void)_connectHAPPeripheralWhenAllowed:(id)arg1; - (void)_connectPendingConnections; -- (void)_createHAPAccessoryAndNotifyDelegateWithPeripheral:(id)arg1 name:(id)arg2 pairingUsername:(id)arg3 statusFlags:(id)arg4 stateNumber:(id)arg5 stateChanged:(BOOL)arg6 category:(id)arg7 connectionIdleTime:(unsigned char)arg8 format:(unsigned int)arg9; +- (void)_createHAPAccessoryAndNotifyDelegateWithPeripheral:(id)arg1 name:(id)arg2 pairingUsername:(id)arg3 statusFlags:(id)arg4 stateNumber:(id)arg5 stateChanged:(BOOL)arg6 configNumber:(id)arg7 category:(id)arg8 connectionIdleTime:(unsigned char)arg9 format:(unsigned int)arg10; - (BOOL)_delegateRespondsToSelector:(SEL)arg1; - (void)_didDiscoverPeripheral:(id)arg1 accessoryName:(id)arg2 pairingIdentifier:(id)arg3 format:(unsigned int)arg4 statusFlags:(id)arg5 stateNumber:(id)arg6 category:(id)arg7 configNumber:(id)arg8; - (void)_disconectFromHAPPeripheral:(id)arg1; @@ -112,6 +112,7 @@ - (unsigned int)qosLimits; - (id /* block */)reachabilityCompletion; - (id)recentlySeenPairedPeripherals; +- (void)resetLastSeenForAccessoryServersWithIdentifers:(id)arg1; - (void)retrieveCurrentStateForIdentifer:(id)arg1 onQueue:(id)arg2 withCompletion:(id /* block */)arg3; - (int)scanState; - (void)setCentralManager:(id)arg1; @@ -140,5 +141,6 @@ - (id)targetedScanAccessoryIdentifiers; - (id)targetedScanTimer; - (void)updateCacheWithDescriptor:(id)arg1 forServiceInstance:(id)arg2; +- (void)updateStateForIdentifier:(id)arg1 stateNumber:(id)arg2; @end diff --git a/PrivateFrameworks/CoreHAP.framework/HAPAccessoryServerBrowserIP.h b/PrivateFrameworks/CoreHAP.framework/HAPAccessoryServerBrowserIP.h index 36c313158e..57968e4206 100644 --- a/PrivateFrameworks/CoreHAP.framework/HAPAccessoryServerBrowserIP.h +++ b/PrivateFrameworks/CoreHAP.framework/HAPAccessoryServerBrowserIP.h @@ -33,6 +33,7 @@ - (void)_handleBonjourRemoveWithEventInfo:(id)arg1; - (long)_initializeAndStartBonjourBrowser; - (void)_invalidateAccessoryServers:(BOOL)arg1; +- (void)_invalidateAndRemoveAccessoryServer:(id)arg1; - (void)_invalidateWACServers; - (void)_pendBonjourEvent:(id)arg1; - (void)_pendBonjourRemoveEvent:(id)arg1; @@ -70,5 +71,6 @@ - (void)stopDiscoveringWACAccessoryServers; - (void)stopWACScan; - (void)timerDidFire:(id)arg1; +- (void)updateFastAgeOut:(BOOL)arg1; @end diff --git a/PrivateFrameworks/CoreHAP.framework/HAPAccessoryServerBrowserWiProxBTLE.h b/PrivateFrameworks/CoreHAP.framework/HAPAccessoryServerBrowserWiProxBTLE.h index 082ecb3293..1d84795d75 100644 --- a/PrivateFrameworks/CoreHAP.framework/HAPAccessoryServerBrowserWiProxBTLE.h +++ b/PrivateFrameworks/CoreHAP.framework/HAPAccessoryServerBrowserWiProxBTLE.h @@ -47,7 +47,7 @@ - (void)homeKitStoppedScanning:(id)arg1; - (id)initWithDelegate:(id)arg1 queue:(id)arg2; - (void)probeReachabilityForTrackedAccessories; -- (void)resetReachabilityForTrackedAccessories:(id)arg1; +- (void)resetLastSeenForTrackedAccessories:(id)arg1; - (void)retrieveStateForTrackedAccessoryWithIdentifier:(id)arg1 onQueue:(id)arg2 withCompletion:(id /* block */)arg3; - (BOOL)scanInBackground; - (void)setCurrentScanState:(int)arg1; @@ -58,6 +58,7 @@ - (void)stopTrackingHAPBLEAccessoriesWithIdentifiers:(id)arg1; - (id)trackedIdentifiers; - (id)trackedPeripherals; +- (void)updateStateForIdentifier:(id)arg1 stateNumber:(id)arg2; - (id)workQueue; - (id)wpHomeKit; diff --git a/PrivateFrameworks/CoreHAP.framework/HAPAccessoryServerIP.h b/PrivateFrameworks/CoreHAP.framework/HAPAccessoryServerIP.h index 84426217a8..8a61d705ea 100644 --- a/PrivateFrameworks/CoreHAP.framework/HAPAccessoryServerIP.h +++ b/PrivateFrameworks/CoreHAP.framework/HAPAccessoryServerIP.h @@ -5,7 +5,6 @@ @interface HAPAccessoryServerIP : HAPAccessoryServer { NSDictionary * _bonjourDeviceInfo; HAPAccessoryServerBrowserIP * _browser; - unsigned int _configNumber; BOOL _continuingLegacyWACpairing; NSString * _controllerUsername; BOOL _establishingSecureConnection; @@ -27,12 +26,12 @@ BOOL _wacComplete; NSDictionary * _wacDeviceInfo; BOOL _wacLegacy; + BOOL _wacStarted; } @property (getter=isAddingViaWAC, nonatomic, readonly) BOOL addingViaWAC; @property (nonatomic, retain) NSDictionary *bonjourDeviceInfo; @property (nonatomic) HAPAccessoryServerBrowserIP *browser; -@property (nonatomic) unsigned int configNumber; @property (getter=isContinuingLegacyWACpairing, nonatomic) BOOL continuingLegacyWACpairing; @property (nonatomic, retain) NSString *controllerUsername; @property (readonly, copy) NSString *debugDescription; @@ -57,6 +56,7 @@ @property (getter=isWacComplete, nonatomic) BOOL wacComplete; @property (nonatomic, readonly, copy) NSDictionary *wacDeviceInfo; @property (getter=isWacLegacy, nonatomic) BOOL wacLegacy; +@property (getter=isWacStarted, nonatomic) BOOL wacStarted; + (id)sharedPairOperationQueue; @@ -92,6 +92,7 @@ - (BOOL)_isSessionEstablished; - (BOOL)_mergeExistingAccessory:(id)arg1 withNewAccessory:(id)arg2; - (BOOL)_mergeExistingService:(id)arg1 withNewService:(id)arg2; +- (void)_notifyDelegatesPairingStopped:(id)arg1; - (void)_pairSetupContinueWAC; - (long)_pairSetupStart; - (void)_pairSetupStartWAC; @@ -110,9 +111,9 @@ - (void)_processQueuedOperationsWithError:(id)arg1; - (void)_queueAddPairingWithIdentifier:(id)arg1 publicKey:(id)arg2 admin:(BOOL)arg3 queue:(id)arg4 completion:(id /* block */)arg5; - (void)_queueEnableEvents:(BOOL)arg1 forCharacteristics:(id)arg2 withCompletionHandler:(id /* block */)arg3 queue:(id)arg4; -- (void)_queueReadCharacteristicValues:(id)arg1 queue:(id)arg2 completionHandler:(id /* block */)arg3; -- (void)_queueWriteCharacteristicValues:(id)arg1 queue:(id)arg2 withCompletionHandler:(id /* block */)arg3; -- (void)_readCharacteristicValues:(id)arg1 queue:(id)arg2 completionHandler:(id /* block */)arg3; +- (void)_queueReadCharacteristicValues:(id)arg1 timeout:(double)arg2 queue:(id)arg3 completionHandler:(id /* block */)arg4; +- (void)_queueWriteCharacteristicValues:(id)arg1 timeout:(double)arg2 queue:(id)arg3 withCompletionHandler:(id /* block */)arg4; +- (void)_readCharacteristicValues:(id)arg1 timeout:(double)arg2 queue:(id)arg3 completionHandler:(id /* block */)arg4; - (void)_removePairingWithIdentifier:(id)arg1 publicKey:(id)arg2 queue:(id)arg3 completion:(id /* block */)arg4; - (void)_requestResource:(id)arg1 queue:(id)arg2 completionHandler:(id /* block */)arg3; - (void)_reset; @@ -122,11 +123,10 @@ - (BOOL)_updateAccessories:(id)arg1; - (void)_updateWithBonjourDeviceInfo:(id)arg1; - (BOOL)_updatewithNewAccessories:(id)arg1 associated:(BOOL)arg2; -- (void)_writeCharacteristicValues:(id)arg1 queue:(id)arg2 completionHandler:(id /* block */)arg3; +- (void)_writeCharacteristicValues:(id)arg1 timeout:(double)arg2 queue:(id)arg3 completionHandler:(id /* block */)arg4; - (BOOL)addPairingWithIdentifier:(id)arg1 publicKey:(id)arg2 admin:(BOOL)arg3 queue:(id)arg4 completion:(id /* block */)arg5; - (id)bonjourDeviceInfo; - (id)browser; -- (unsigned int)configNumber; - (void)continuePairingAfterAuthPrompt; - (id)controllerUsername; - (void)dealloc; @@ -147,7 +147,7 @@ - (id)initCommon:(id)arg1 browser:(id)arg2; - (id)initWithBonjourDeviceInfo:(id)arg1 keyStore:(id)arg2 browser:(id)arg3; - (id)initWithWACDeviceDictionary:(id)arg1 keyStore:(id)arg2 browser:(id)arg3; -- (void)invalidate; +- (void)invalidateWithCompletionHandler:(id /* block */)arg1; - (id)ipServices; - (BOOL)isAddingViaWAC; - (BOOL)isContinuingLegacyWACpairing; @@ -155,6 +155,7 @@ - (BOOL)isWacAccessory; - (BOOL)isWacComplete; - (BOOL)isWacLegacy; +- (BOOL)isWacStarted; - (int)linkType; - (void)listPairingsWithCompletionQueue:(id)arg1 completionHandler:(id /* block */)arg2; - (id)model; @@ -166,15 +167,14 @@ - (id)primaryAccessoryForServer; - (id)protocolVersion; - (id)queuedOperations; -- (void)readCharacteristicValues:(id)arg1 queue:(id)arg2 completionHandler:(id /* block */)arg3; -- (void)readValueForCharacteristic:(id)arg1 queue:(id)arg2 completionHandler:(id /* block */)arg3; +- (void)readCharacteristicValues:(id)arg1 timeout:(double)arg2 completionQueue:(id)arg3 completionHandler:(id /* block */)arg4; +- (void)reconfirm; - (BOOL)removePairingForCurrentControllerOnQueue:(id)arg1 completion:(id /* block */)arg2; - (BOOL)removePairingWithIdentifier:(id)arg1 publicKey:(id)arg2 queue:(id)arg3 completion:(id /* block */)arg4; - (void)requestResource:(id)arg1 queue:(id)arg2 completionHandler:(id /* block */)arg3; - (id)services; - (void)setBonjourDeviceInfo:(id)arg1; - (void)setBrowser:(id)arg1; -- (void)setConfigNumber:(unsigned int)arg1; - (void)setContinuingLegacyWACpairing:(BOOL)arg1; - (void)setControllerUsername:(id)arg1; - (void)setEstablishingSecureConnection:(BOOL)arg1; @@ -193,6 +193,7 @@ - (void)setStatusFlags:(unsigned int)arg1; - (void)setWacComplete:(BOOL)arg1; - (void)setWacLegacy:(BOOL)arg1; +- (void)setWacStarted:(BOOL)arg1; - (id)sourceVersion; - (void)startPairing; - (unsigned int)statusFlags; @@ -201,7 +202,6 @@ - (void)updateWithBonjourDeviceInfo:(id)arg1; - (void)updateWithWACDevice:(id)arg1; - (id)wacDeviceInfo; -- (void)writeCharacteristicValues:(id)arg1 queue:(id)arg2 completionHandler:(id /* block */)arg3; -- (void)writeValue:(id)arg1 forCharacteristic:(id)arg2 authorizationData:(id)arg3 queue:(id)arg4 completionHandler:(id /* block */)arg5; +- (void)writeCharacteristicValues:(id)arg1 timeout:(double)arg2 completionQueue:(id)arg3 completionHandler:(id /* block */)arg4; @end diff --git a/PrivateFrameworks/CoreHAP.framework/HAPAccessoryServerRelay.h b/PrivateFrameworks/CoreHAP.framework/HAPAccessoryServerRelay.h index 4e9ec925c5..4e5226a320 100644 --- a/PrivateFrameworks/CoreHAP.framework/HAPAccessoryServerRelay.h +++ b/PrivateFrameworks/CoreHAP.framework/HAPAccessoryServerRelay.h @@ -79,8 +79,7 @@ - (id)pendingRequests; - (id)pendingResponses; - (id)reachabilityProbeTimer; -- (void)readCharacteristicValues:(id)arg1 queue:(id)arg2 completionHandler:(id /* block */)arg3; -- (void)readValueForCharacteristic:(id)arg1 queue:(id)arg2 completionHandler:(id /* block */)arg3; +- (void)readCharacteristicValues:(id)arg1 timeout:(double)arg2 completionQueue:(id)arg3 completionHandler:(id /* block */)arg4; - (BOOL)removePairingForCurrentControllerOnQueue:(id)arg1 completion:(id /* block */)arg2; - (BOOL)removePairingWithIdentifier:(id)arg1 publicKey:(id)arg2 queue:(id)arg3 completion:(id /* block */)arg4; - (id)requestOperationQueue; @@ -108,7 +107,6 @@ - (void)streamDidSuspend:(id)arg1; - (void)timerDidFire:(id)arg1; - (BOOL)tryPairingPassword:(id)arg1 error:(id*)arg2; -- (void)writeCharacteristicValues:(id)arg1 queue:(id)arg2 completionHandler:(id /* block */)arg3; -- (void)writeValue:(id)arg1 forCharacteristic:(id)arg2 authorizationData:(id)arg3 queue:(id)arg4 completionHandler:(id /* block */)arg5; +- (void)writeCharacteristicValues:(id)arg1 timeout:(double)arg2 completionQueue:(id)arg3 completionHandler:(id /* block */)arg4; @end diff --git a/PrivateFrameworks/CoreHAP.framework/HAPBLEPeripheral.h b/PrivateFrameworks/CoreHAP.framework/HAPBLEPeripheral.h index 29cb01fa24..5607bdf193 100644 --- a/PrivateFrameworks/CoreHAP.framework/HAPBLEPeripheral.h +++ b/PrivateFrameworks/CoreHAP.framework/HAPBLEPeripheral.h @@ -26,7 +26,7 @@ @property (nonatomic, readonly) NSString *pairingIdentifier; @property (nonatomic, readonly) NSNumber *pairingStatusFlag; @property (nonatomic, readonly) NSUUID *peripheralUUID; -@property (nonatomic, readonly) NSNumber *stateNumber; +@property (nonatomic, retain) NSNumber *stateNumber; - (void).cxx_destruct; - (id)accessoryName; @@ -44,6 +44,8 @@ - (id)pairingStatusFlag; - (id)peripheralUUID; - (void)setLastSeen:(double)arg1; +- (void)setStateNumber:(id)arg1; - (id)stateNumber; +- (void)updateStateNumber:(id)arg1; @end diff --git a/PrivateFrameworks/CoreHAP.framework/HAPCharacteristicWriteRequestTuple.h b/PrivateFrameworks/CoreHAP.framework/HAPCharacteristicWriteRequestTuple.h index 5aba7db18c..5090244859 100644 --- a/PrivateFrameworks/CoreHAP.framework/HAPCharacteristicWriteRequestTuple.h +++ b/PrivateFrameworks/CoreHAP.framework/HAPCharacteristicWriteRequestTuple.h @@ -6,15 +6,17 @@ NSData * _authorizationData; HAPCharacteristic * _characteristic; NSNumber * _enableEvents; + BOOL _timedWrite; id _value; } @property (nonatomic, retain) NSData *authorizationData; @property (nonatomic, retain) HAPCharacteristic *characteristic; @property (nonatomic, retain) NSNumber *enableEvents; +@property (nonatomic) BOOL timedWrite; @property (nonatomic, retain) id value; -+ (id)writeRequestTupleForCharacteristic:(id)arg1 value:(id)arg2 authorizationData:(id)arg3; ++ (id)writeRequestTupleForCharacteristic:(id)arg1 value:(id)arg2 authorizationData:(id)arg3 timedWrite:(BOOL)arg4; - (void).cxx_destruct; - (id)authorizationData; @@ -23,7 +25,9 @@ - (void)setAuthorizationData:(id)arg1; - (void)setCharacteristic:(id)arg1; - (void)setEnableEvents:(id)arg1; +- (void)setTimedWrite:(BOOL)arg1; - (void)setValue:(id)arg1; +- (BOOL)timedWrite; - (id)value; @end diff --git a/PrivateFrameworks/CoreHAP.framework/HAPHTTPClient.h b/PrivateFrameworks/CoreHAP.framework/HAPHTTPClient.h index 2ff194b129..39beb6f38b 100644 --- a/PrivateFrameworks/CoreHAP.framework/HAPHTTPClient.h +++ b/PrivateFrameworks/CoreHAP.framework/HAPHTTPClient.h @@ -27,7 +27,7 @@ - (BOOL)_debugDelegateRespondsToSelector:(SEL)arg1; - (BOOL)_delegateRespondsToSelector:(SEL)arg1; - (id)_deserializeUAPJSONData:(id)arg1 error:(id*)arg2; -- (void)_handleHTTPResponseForMessage:(struct HTTPMessagePrivate { struct __CFRuntimeBase { unsigned int x_1_1_1; unsigned char x_1_1_2[4]; } x1; struct HTTPMessagePrivate {} *x2; struct { BOOL x_3_1_1[8192]; unsigned int x_3_1_2; char *x_3_1_3; unsigned int x_3_1_4; char *x_3_1_5; unsigned int x_3_1_6; int x_3_1_7; char *x_3_1_8; unsigned int x_3_1_9; struct { char *x_10_2_1; unsigned int x_10_2_2; char *x_10_2_3; unsigned int x_10_2_4; char *x_10_2_5; unsigned int x_10_2_6; char *x_10_2_7; unsigned int x_10_2_8; char *x_10_2_9; unsigned int x_10_2_10; char *x_10_2_11; unsigned int x_10_2_12; char *x_10_2_13; unsigned int x_10_2_14; char *x_10_2_15; char *x_10_2_16; } x_3_1_10; char *x_3_1_11; unsigned int x_3_1_12; int x_3_1_13; char *x_3_1_14; unsigned int x_3_1_15; unsigned char x_3_1_16; unsigned long long x_3_1_17; unsigned char x_3_1_18; int x_3_1_19; } x3; unsigned char x4; int x5; unsigned char x6; char *x7; unsigned int x8; unsigned int x9; unsigned int x10; unsigned char x11[32000]; char *x12; struct { /* ? */ } *x13; char *x14; unsigned int x15; struct iovec { void *x_16_1_1; unsigned int x_16_1_2; } x16[2]; }*)arg1 completionHandler:(id /* block */)arg2; +- (void)_handleHTTPResponseForMessage:(struct HTTPMessagePrivate { struct __CFRuntimeBase { unsigned int x_1_1_1; unsigned char x_1_1_2[4]; } x1; struct HTTPMessagePrivate {} *x2; struct { BOOL x_3_1_1[8192]; unsigned int x_3_1_2; char *x_3_1_3; unsigned int x_3_1_4; char *x_3_1_5; unsigned int x_3_1_6; int x_3_1_7; char *x_3_1_8; unsigned int x_3_1_9; struct { char *x_10_2_1; unsigned int x_10_2_2; char *x_10_2_3; unsigned int x_10_2_4; char *x_10_2_5; unsigned int x_10_2_6; char *x_10_2_7; unsigned int x_10_2_8; char *x_10_2_9; unsigned int x_10_2_10; char *x_10_2_11; unsigned int x_10_2_12; char *x_10_2_13; unsigned int x_10_2_14; char *x_10_2_15; char *x_10_2_16; char *x_10_2_17; unsigned int x_10_2_18; char *x_10_2_19; unsigned int x_10_2_20; } x_3_1_10; char *x_3_1_11; unsigned int x_3_1_12; int x_3_1_13; char *x_3_1_14; unsigned int x_3_1_15; unsigned char x_3_1_16; unsigned long long x_3_1_17; unsigned char x_3_1_18; int x_3_1_19; } x3; unsigned char x4; int x5; unsigned char x6; char *x7; unsigned int x8; unsigned int x9; unsigned int x10; unsigned char x11[32000]; char *x12; }*)arg1 completionHandler:(id /* block */)arg2; - (long)_initializeCoreUtilsHTTPClient; - (void)_sendHTTPRequestToURL:(id)arg1 withMethod:(int)arg2 requestObject:(id)arg3 serializationType:(unsigned int)arg4 timeout:(double)arg5 completionHandler:(id /* block */)arg6; - (id)_serializeUAPJSONObject:(id)arg1 error:(id*)arg2; diff --git a/PrivateFrameworks/CoreHAP.framework/HAPRecentlySeenPairedBTLEPeripheralTuple.h b/PrivateFrameworks/CoreHAP.framework/HAPRecentlySeenPairedBTLEPeripheralTuple.h index c4d573991c..1a2f252127 100644 --- a/PrivateFrameworks/CoreHAP.framework/HAPRecentlySeenPairedBTLEPeripheralTuple.h +++ b/PrivateFrameworks/CoreHAP.framework/HAPRecentlySeenPairedBTLEPeripheralTuple.h @@ -19,7 +19,7 @@ NSNumber * _statusFlags; } -@property (nonatomic, readonly) unsigned int advertisementFormat; +@property (nonatomic) unsigned int advertisementFormat; @property (nonatomic, readonly) NSMapTable *cachedCharacteristicSignatures; @property (nonatomic, readonly) NSMutableDictionary *cachedDescriptors; @property (nonatomic, readonly) NSMapTable *cachedServiceSignatures; @@ -48,6 +48,7 @@ - (BOOL)monitorState; - (BOOL)notifyingCharacteristicUpdated; - (id)peripheral; +- (void)setAdvertisementFormat:(unsigned int)arg1; - (void)setCategoryIdentifier:(id)arg1; - (void)setConfigNumber:(id)arg1; - (void)setConnectionPriority:(unsigned int)arg1; diff --git a/PrivateFrameworks/CoreHAP.framework/HAPSecuritySession.h b/PrivateFrameworks/CoreHAP.framework/HAPSecuritySession.h index 94cfae749f..547cdcc782 100644 --- a/PrivateFrameworks/CoreHAP.framework/HAPSecuritySession.h +++ b/PrivateFrameworks/CoreHAP.framework/HAPSecuritySession.h @@ -10,6 +10,7 @@ NSData * _outputKey; NSMutableData * _outputNonce; struct PairingSessionPrivate { } * _pairingSession; + NSObject * _propertyQueue; unsigned long long _resumeSessionID; unsigned int _role; unsigned int _state; @@ -19,12 +20,15 @@ @property (readonly) *delegate; @property (nonatomic, retain) NSData *inputKey; @property (nonatomic, retain) NSMutableData *inputNonce; +@property (getter=isOpen, readonly) BOOL open; +@property (getter=isOpening, readonly) BOOL opening; @property (nonatomic, retain) NSData *outputKey; @property (nonatomic, retain) NSMutableData *outputNonce; @property (nonatomic) struct PairingSessionPrivate { }*pairingSession; +@property (nonatomic, readonly) NSObject *propertyQueue; @property (nonatomic, readonly) unsigned long long resumeSessionID; @property (nonatomic, readonly) unsigned int role; -@property (nonatomic) unsigned int state; +@property unsigned int state; - (void).cxx_destruct; - (void)_closeWithError:(id)arg1; @@ -51,10 +55,14 @@ - (id)initWithRole:(unsigned int)arg1 resumeSessionID:(unsigned long long)arg2 delegate:(id)arg3; - (id)inputKey; - (id)inputNonce; +- (BOOL)isOpen; +- (BOOL)isOpening; - (void)open; - (id)outputKey; - (id)outputNonce; - (struct PairingSessionPrivate { }*)pairingSession; +- (id)propertyQueue; +- (void)reallyOpen; - (void)receivedSetupExchangeData:(id)arg1 error:(id)arg2; - (unsigned long long)resumeSessionID; - (unsigned int)role; diff --git a/PrivateFrameworks/CoreHAP.framework/HAPTunneledAccessoryBTLE.h b/PrivateFrameworks/CoreHAP.framework/HAPTunneledAccessoryBTLE.h index 9f7819efa2..f3e67d8d56 100644 --- a/PrivateFrameworks/CoreHAP.framework/HAPTunneledAccessoryBTLE.h +++ b/PrivateFrameworks/CoreHAP.framework/HAPTunneledAccessoryBTLE.h @@ -118,8 +118,7 @@ - (id)pendingRequests; - (id)pendingResponses; - (id)propertyQueue; -- (void)readCharacteristicValues:(id)arg1 queue:(id)arg2 completionHandler:(id /* block */)arg3; -- (void)readValueForCharacteristic:(id)arg1 queue:(id)arg2 completionHandler:(id /* block */)arg3; +- (void)readCharacteristicValues:(id)arg1 timeout:(double)arg2 completionQueue:(id)arg3 completionHandler:(id /* block */)arg4; - (void)removePairingForCurrentControllerWithCompletionQueue:(id)arg1 completionHandler:(id /* block */)arg2; - (void)removePairingWithIdentifier:(id)arg1 completionQueue:(id)arg2 completionHandler:(id /* block */)arg3; - (id)requestOperationQueue; @@ -154,7 +153,6 @@ - (id)uniqueIdentifier; - (id)verificationBackoffTimer; - (void)verify; -- (void)writeCharacteristicValues:(id)arg1 queue:(id)arg2 completionHandler:(id /* block */)arg3; -- (void)writeValue:(id)arg1 forCharacteristic:(id)arg2 authorizationData:(id)arg3 queue:(id)arg4 completionHandler:(id /* block */)arg5; +- (void)writeCharacteristicValues:(id)arg1 timeout:(double)arg2 completionQueue:(id)arg3 completionHandler:(id /* block */)arg4; @end diff --git a/PrivateFrameworks/CoreHAP.framework/HAPWACScanFilter.h b/PrivateFrameworks/CoreHAP.framework/HAPWACScanFilter.h index dfc5092e3e..88bc7f1e7f 100644 --- a/PrivateFrameworks/CoreHAP.framework/HAPWACScanFilter.h +++ b/PrivateFrameworks/CoreHAP.framework/HAPWACScanFilter.h @@ -3,18 +3,21 @@ */ @interface HAPWACScanFilter : NSObject { + double _ageOutTimePeriod; unsigned int _filterMethod; NSDictionary * _identifiersForDiscoveredAccessories; NSDictionary * _lastSeenTracking; NSObject * _propertyQueue; } +@property (nonatomic) double ageOutTimePeriod; @property (nonatomic) unsigned int filterMethod; @property (nonatomic, retain) NSDictionary *identifiersForDiscoveredAccessories; @property (nonatomic, retain) NSDictionary *lastSeenTracking; @property (nonatomic, readonly) NSObject *propertyQueue; - (void).cxx_destruct; +- (double)ageOutTimePeriod; - (void)dealloc; - (unsigned int)filterMethod; - (id)filterScanResult:(id)arg1; @@ -23,6 +26,7 @@ - (id)lastSeenTracking; - (id)propertyQueue; - (id)removedAccessories; +- (void)setAgeOutTimePeriod:(double)arg1; - (void)setFilterMethod:(unsigned int)arg1; - (void)setIdentifiersForDiscoveredAccessories:(id)arg1; - (void)setLastSeenTracking:(id)arg1; diff --git a/PrivateFrameworks/CoreHAP.framework/HAPWACScanInstance.h b/PrivateFrameworks/CoreHAP.framework/HAPWACScanInstance.h index a45ffeb6d8..8ca19ca7aa 100644 --- a/PrivateFrameworks/CoreHAP.framework/HAPWACScanInstance.h +++ b/PrivateFrameworks/CoreHAP.framework/HAPWACScanInstance.h @@ -4,9 +4,11 @@ @interface HAPWACScanInstance : NSObject { id /* block */ _completion; + BOOL _fastAgeOut; unsigned int _filterMethod; NSObject * _queue; HAPWACScanFilter * _scanFilter; + double _scanInterval; HMFTimer * _scanRepeatTimer; NSObject * _scanStopSemaphore; BOOL _shouldContinueScan; @@ -15,10 +17,12 @@ @property (nonatomic, copy) id /* block */ completion; @property (readonly, copy) NSString *debugDescription; @property (readonly, copy) NSString *description; +@property (nonatomic) BOOL fastAgeOut; @property (nonatomic) unsigned int filterMethod; @property (readonly) unsigned int hash; @property (nonatomic, retain) NSObject *queue; @property (nonatomic, retain) HAPWACScanFilter *scanFilter; +@property (nonatomic) double scanInterval; @property (nonatomic, retain) HMFTimer *scanRepeatTimer; @property (nonatomic, retain) NSObject *scanStopSemaphore; @property (nonatomic) BOOL shouldContinueScan; @@ -26,18 +30,23 @@ - (void).cxx_destruct; - (void)_addScanRequest; +- (void)_handleFastAgeOutChange; - (id /* block */)completion; - (void)dealloc; +- (BOOL)fastAgeOut; - (unsigned int)filterMethod; - (id)initWithFilter:(unsigned int)arg1 completionHandler:(id /* block */)arg2; - (id)queue; - (id)scanFilter; +- (double)scanInterval; - (id)scanRepeatTimer; - (id)scanStopSemaphore; - (void)setCompletion:(id /* block */)arg1; +- (void)setFastAgeOut:(BOOL)arg1; - (void)setFilterMethod:(unsigned int)arg1; - (void)setQueue:(id)arg1; - (void)setScanFilter:(id)arg1; +- (void)setScanInterval:(double)arg1; - (void)setScanRepeatTimer:(id)arg1; - (void)setScanStopSemaphore:(id)arg1; - (void)setShouldContinueScan:(BOOL)arg1; diff --git a/PrivateFrameworks/CoreHAP.framework/_HAPAccessoryServerBTLE100.h b/PrivateFrameworks/CoreHAP.framework/_HAPAccessoryServerBTLE100.h index 3e6fbdbbc7..2444c6f629 100644 --- a/PrivateFrameworks/CoreHAP.framework/_HAPAccessoryServerBTLE100.h +++ b/PrivateFrameworks/CoreHAP.framework/_HAPAccessoryServerBTLE100.h @@ -137,8 +137,8 @@ - (id)_pairVerifyHAPCharacteristic; - (BOOL)_parseBTLECharacteristicDescriptor:(id)arg1 existingDescriptors:(id)arg2 characteristics:(id)arg3; - (id)_parseBTLEService:(id)arg1 withInstanceId:(id)arg2; -- (void)_readCharacteristicValues:(id)arg1 queue:(id)arg2 completionHandler:(id /* block */)arg3; -- (void)_readValueForCharacteristic:(id)arg1 withCompletionHandler:(id /* block */)arg2 queue:(id)arg3; +- (void)_readCharacteristicValues:(id)arg1 completionQueue:(id)arg2 completionHandler:(id /* block */)arg3; +- (void)_readValueForCharacteristic:(id)arg1 completionQueue:(id)arg2 completionHandler:(id /* block */)arg3; - (void)_reallyEstablishSecureSession; - (void)_removePairingWithIdentifier:(id)arg1 publicKey:(id)arg2 queue:(id)arg3 completion:(id /* block */)arg4; - (void)_resetState; @@ -173,7 +173,7 @@ - (id)identifyCharacteristic; - (void)identifyWithCompletion:(id /* block */)arg1; - (double)idleConnectionTimeoutInSec; -- (id)initWithPeripheral:(id)arg1 name:(id)arg2 pairingUsername:(id)arg3 statusFlags:(id)arg4 stateNumber:(id)arg5 stateChanged:(BOOL)arg6 category:(id)arg7 connectionIdleTime:(unsigned char)arg8 browser:(id)arg9 keyStore:(id)arg10; +- (id)initWithPeripheral:(id)arg1 name:(id)arg2 pairingUsername:(id)arg3 statusFlags:(id)arg4 stateNumber:(id)arg5 stateChanged:(BOOL)arg6 configNumber:(id)arg7 category:(id)arg8 connectionIdleTime:(unsigned char)arg9 browser:(id)arg10 keyStore:(id)arg11; - (BOOL)isDisconnecting; - (BOOL)isSecuritySessionOpening; - (void)listPairingsWithCompletionQueue:(id)arg1 completionHandler:(id /* block */)arg2; @@ -197,7 +197,7 @@ - (void)peripheral:(id)arg1 didUpdateValueForCharacteristic:(id)arg2 error:(id)arg3; - (void)peripheral:(id)arg1 didUpdateValueForDescriptor:(id)arg2 error:(id)arg3; - (void)peripheral:(id)arg1 didWriteValueForCharacteristic:(id)arg2 error:(id)arg3; -- (void)readCharacteristicValues:(id)arg1 queue:(id)arg2 completionHandler:(id /* block */)arg3; +- (void)readCharacteristicValues:(id)arg1 timeout:(double)arg2 completionQueue:(id)arg3 completionHandler:(id /* block */)arg4; - (void)readValueForCharacteristic:(id)arg1 queue:(id)arg2 completionHandler:(id /* block */)arg3; - (BOOL)removeOnDisconnect; - (BOOL)removePairingForCurrentControllerOnQueue:(id)arg1 completion:(id /* block */)arg2; @@ -254,7 +254,6 @@ - (id /* block */)unpairedIdentifyCompletionBlock; - (BOOL)unpairedIdentifyRequested; - (void)updateConnectionIdleTime:(unsigned char)arg1; -- (void)writeCharacteristicValues:(id)arg1 queue:(id)arg2 completionHandler:(id /* block */)arg3; -- (void)writeValue:(id)arg1 forCharacteristic:(id)arg2 authorizationData:(id)arg3 queue:(id)arg4 completionHandler:(id /* block */)arg5; +- (void)writeCharacteristicValues:(id)arg1 timeout:(double)arg2 completionQueue:(id)arg3 completionHandler:(id /* block */)arg4; @end diff --git a/PrivateFrameworks/CoreHAP.framework/_HAPAccessoryServerBTLE200.h b/PrivateFrameworks/CoreHAP.framework/_HAPAccessoryServerBTLE200.h index 29cb8d5394..fc8b0f0b75 100644 --- a/PrivateFrameworks/CoreHAP.framework/_HAPAccessoryServerBTLE200.h +++ b/PrivateFrameworks/CoreHAP.framework/_HAPAccessoryServerBTLE200.h @@ -24,7 +24,6 @@ NSMutableArray * _pendingResponses; NSOperationQueue * _requestOperationQueue; HAPSecuritySession * _securitySession; - BOOL _securitySessionOpening; id /* block */ _setupCodeCompletionHandler; BOOL _supportsMFiPairSetup; BOOL _verified; @@ -54,7 +53,6 @@ @property (nonatomic, readonly) NSMutableArray *pendingResponses; @property (nonatomic, readonly) NSOperationQueue *requestOperationQueue; @property (nonatomic, retain) HAPSecuritySession *securitySession; -@property (getter=isSecuritySessionOpening, nonatomic) BOOL securitySessionOpening; @property (nonatomic, copy) id /* block */ setupCodeCompletionHandler; @property (readonly) Class superclass; @property (nonatomic) BOOL supportsMFiPairSetup; @@ -180,11 +178,11 @@ - (unsigned int)hapBLEProtocolVersion; - (id)identifyCharacteristic; - (void)identifyWithCompletion:(id /* block */)arg1; -- (id)initWithPeripheral:(id)arg1 name:(id)arg2 pairingUsername:(id)arg3 statusFlags:(id)arg4 stateNumber:(id)arg5 stateChanged:(BOOL)arg6 category:(id)arg7 connectionIdleTime:(unsigned char)arg8 browser:(id)arg9 keyStore:(id)arg10; +- (id)initWithPeripheral:(id)arg1 name:(id)arg2 pairingUsername:(id)arg3 statusFlags:(id)arg4 stateNumber:(id)arg5 stateChanged:(BOOL)arg6 configNumber:(id)arg7 category:(id)arg8 connectionIdleTime:(unsigned char)arg9 browser:(id)arg10 keyStore:(id)arg11; - (BOOL)isBadSetupCode; - (BOOL)isHAPCharacteristic:(id)arg1; - (BOOL)isPairing; -- (BOOL)isSecuritySessionOpening; +- (BOOL)isSecuritySessionOpen; - (BOOL)isVerified; - (void)listPairingsWithCompletionQueue:(id)arg1 completionHandler:(id /* block */)arg2; - (void)markNotifyingCharacteristicUpdatedforCharacteristic:(id)arg1; @@ -212,8 +210,7 @@ - (void)peripheral:(id)arg1 didUpdateValueForCharacteristic:(id)arg2 error:(id)arg3; - (void)peripheral:(id)arg1 didUpdateValueForDescriptor:(id)arg2 error:(id)arg3; - (void)peripheral:(id)arg1 didWriteValueForCharacteristic:(id)arg2 error:(id)arg3; -- (void)readCharacteristicValues:(id)arg1 queue:(id)arg2 completionHandler:(id /* block */)arg3; -- (void)readValueForCharacteristic:(id)arg1 queue:(id)arg2 completionHandler:(id /* block */)arg3; +- (void)readCharacteristicValues:(id)arg1 timeout:(double)arg2 completionQueue:(id)arg3 completionHandler:(id /* block */)arg4; - (BOOL)removePairingForCurrentControllerOnQueue:(id)arg1 completion:(id /* block */)arg2; - (BOOL)removePairingWithIdentifier:(id)arg1 publicKey:(id)arg2 queue:(id)arg3 completion:(id /* block */)arg4; - (id)requestOperationQueue; @@ -238,7 +235,7 @@ - (void)setPairingFeaturesCharacteristic:(id)arg1; - (void)setPairingsCharacteristic:(id)arg1; - (void)setSecuritySession:(id)arg1; -- (void)setSecuritySessionOpening:(BOOL)arg1; +- (void)setSecuritySessionOpen:(BOOL)arg1; - (void)setSetupCodeCompletionHandler:(id /* block */)arg1; - (void)setSupportsMFiPairSetup:(BOOL)arg1; - (void)setVerified:(BOOL)arg1; @@ -252,7 +249,6 @@ - (void)timerDidFire:(id)arg1; - (BOOL)tryPairingPassword:(id)arg1 error:(id*)arg2; - (void)updateConnectionIdleTime:(unsigned char)arg1; -- (void)writeCharacteristicValues:(id)arg1 queue:(id)arg2 completionHandler:(id /* block */)arg3; -- (void)writeValue:(id)arg1 forCharacteristic:(id)arg2 authorizationData:(id)arg3 queue:(id)arg4 completionHandler:(id /* block */)arg5; +- (void)writeCharacteristicValues:(id)arg1 timeout:(double)arg2 completionQueue:(id)arg3 completionHandler:(id /* block */)arg4; @end diff --git a/PrivateFrameworks/CoreIndoor.framework/CLGpsPosition.h b/PrivateFrameworks/CoreIndoor.framework/CLGpsPosition.h index dc61cd39af..b82518ec46 100644 --- a/PrivateFrameworks/CoreIndoor.framework/CLGpsPosition.h +++ b/PrivateFrameworks/CoreIndoor.framework/CLGpsPosition.h @@ -35,6 +35,7 @@ int floor; unsigned int integrity; int referenceFrame; + int rawReferenceFrame; } _gpsLocation; float _horzUncSemiMaj; float _horzUncSemiMajAz; @@ -45,7 +46,7 @@ @property (nonatomic) double deltaDistance; @property (nonatomic) double deltaDistanceAccuracy; @property (nonatomic, readonly) /* Warning: unhandled struct encoding: '{time_point >=q}} */ -@property (nonatomic) struct { int x1; struct { double x_2_1_1; double x_2_1_2; } x2; double x3; double x4; double x5; double x6; double x7; double x8; double x9; double x10; int x11; double x12; int x13; struct { double x_14_1_1; double x_14_1_2; } x14; double x15; int x16; unsigned int x17; int x18; } gpsLocation; +@property (nonatomic) struct { int x1; struct { double x_2_1_1; double x_2_1_2; } x2; double x3; double x4; double x5; double x6; double x7; double x8; double x9; double x10; int x11; double x12; int x13; struct { double x_14_1_1; double x_14_1_2; } x14; double x15; int x16; unsigned int x17; int x18; int x19; } gpsLocation; @property (nonatomic) float horzUncSemiMaj; @property (nonatomic) float horzUncSemiMajAz; @property (nonatomic) float horzUncSemiMin; @@ -59,17 +60,17 @@ - (id)description; - (void)encodeWithCoder:(id)arg1; - (struct time_point > > { struct duration > { long long x_1_1_1; } x1; })expiry; -- (struct { int x1; struct { double x_2_1_1; double x_2_1_2; } x2; double x3; double x4; double x5; double x6; double x7; double x8; double x9; double x10; int x11; double x12; int x13; struct { double x_14_1_1; double x_14_1_2; } x14; double x15; int x16; unsigned int x17; int x18; })gpsLocation; +- (struct { int x1; struct { double x_2_1_1; double x_2_1_2; } x2; double x3; double x4; double x5; double x6; double x7; double x8; double x9; double x10; int x11; double x12; int x13; struct { double x_14_1_1; double x_14_1_2; } x14; double x15; int x16; unsigned int x17; int x18; int x19; })gpsLocation; - (float)horzUncSemiMaj; - (float)horzUncSemiMajAz; - (float)horzUncSemiMin; - (id)init; - (id)initWithCoder:(id)arg1; -- (id)initWithLocation:(const struct { int x1; struct { double x_2_1_1; double x_2_1_2; } x2; double x3; double x4; double x5; double x6; double x7; double x8; double x9; double x10; int x11; double x12; int x13; struct { double x_14_1_1; double x_14_1_2; } x14; double x15; int x16; unsigned int x17; int x18; }*)arg1 andPrivateLocation:(const struct { double x1; double x2; double x3; double x4; double x5; float x6; float x7; float x8; bool x9; int x10; struct { double x_11_1_1; double x_11_1_2; } x11; double x12; int x13; int x14; bool x15; struct { double x_16_1_1; double x_16_1_2; } x16; float x17; struct { double x_18_1_1; double x_18_1_2; } x18; double x19; double x20; int x21; }*)arg2; +- (id)initWithLocation:(const struct { int x1; struct { double x_2_1_1; double x_2_1_2; } x2; double x3; double x4; double x5; double x6; double x7; double x8; double x9; double x10; int x11; double x12; int x13; struct { double x_14_1_1; double x_14_1_2; } x14; double x15; int x16; unsigned int x17; int x18; int x19; }*)arg1 andPrivateLocation:(const struct { double x1; double x2; double x3; double x4; double x5; float x6; float x7; float x8; bool x9; int x10; struct { double x_11_1_1; double x_11_1_2; } x11; double x12; int x13; int x14; bool x15; struct { double x_16_1_1; double x_16_1_2; } x16; float x17; struct { double x_18_1_1; double x_18_1_2; } x18; double x19; double x20; int x21; }*)arg2; - (BOOL)isStaleFix:(struct time_point > > { struct duration > { long long x_1_1_1; } x1; })arg1; - (void)setDeltaDistance:(double)arg1; - (void)setDeltaDistanceAccuracy:(double)arg1; -- (void)setGpsLocation:(struct { int x1; struct { double x_2_1_1; double x_2_1_2; } x2; double x3; double x4; double x5; double x6; double x7; double x8; double x9; double x10; int x11; double x12; int x13; struct { double x_14_1_1; double x_14_1_2; } x14; double x15; int x16; unsigned int x17; int x18; })arg1; +- (void)setGpsLocation:(struct { int x1; struct { double x_2_1_1; double x_2_1_2; } x2; double x3; double x4; double x5; double x6; double x7; double x8; double x9; double x10; int x11; double x12; int x13; struct { double x_14_1_1; double x_14_1_2; } x14; double x15; int x16; unsigned int x17; int x18; int x19; })arg1; - (void)setHorzUncSemiMaj:(float)arg1; - (void)setHorzUncSemiMajAz:(float)arg1; - (void)setHorzUncSemiMin:(float)arg1; diff --git a/PrivateFrameworks/CoreIndoor.framework/CLIndoorLocation.h b/PrivateFrameworks/CoreIndoor.framework/CLIndoorLocation.h index f82bac2e90..f800112466 100644 --- a/PrivateFrameworks/CoreIndoor.framework/CLIndoorLocation.h +++ b/PrivateFrameworks/CoreIndoor.framework/CLIndoorLocation.h @@ -28,13 +28,14 @@ int floor; unsigned int integrity; int referenceFrame; + int rawReferenceFrame; } _location; NSString * _locationDescription; NSString * _locationId; BOOL _requestsGpsAssistance; } -@property (nonatomic) struct { int x1; struct { double x_2_1_1; double x_2_1_2; } x2; double x3; double x4; double x5; double x6; double x7; double x8; double x9; double x10; int x11; double x12; int x13; struct { double x_14_1_1; double x_14_1_2; } x14; double x15; int x16; unsigned int x17; int x18; } location; +@property (nonatomic) struct { int x1; struct { double x_2_1_1; double x_2_1_2; } x2; double x3; double x4; double x5; double x6; double x7; double x8; double x9; double x10; int x11; double x12; int x13; struct { double x_14_1_1; double x_14_1_2; } x14; double x15; int x16; unsigned int x17; int x18; int x19; } location; @property (nonatomic, retain) NSString *locationDescription; @property (nonatomic, retain) NSString *locationId; @property (nonatomic) BOOL requestsGpsAssistance; @@ -45,11 +46,11 @@ - (id)description; - (void)encodeWithCoder:(id)arg1; - (id)initWithCoder:(id)arg1; -- (struct { int x1; struct { double x_2_1_1; double x_2_1_2; } x2; double x3; double x4; double x5; double x6; double x7; double x8; double x9; double x10; int x11; double x12; int x13; struct { double x_14_1_1; double x_14_1_2; } x14; double x15; int x16; unsigned int x17; int x18; })location; +- (struct { int x1; struct { double x_2_1_1; double x_2_1_2; } x2; double x3; double x4; double x5; double x6; double x7; double x8; double x9; double x10; int x11; double x12; int x13; struct { double x_14_1_1; double x_14_1_2; } x14; double x15; int x16; unsigned int x17; int x18; int x19; })location; - (id)locationDescription; - (id)locationId; - (BOOL)requestsGpsAssistance; -- (void)setLocation:(struct { int x1; struct { double x_2_1_1; double x_2_1_2; } x2; double x3; double x4; double x5; double x6; double x7; double x8; double x9; double x10; int x11; double x12; int x13; struct { double x_14_1_1; double x_14_1_2; } x14; double x15; int x16; unsigned int x17; int x18; })arg1; +- (void)setLocation:(struct { int x1; struct { double x_2_1_1; double x_2_1_2; } x2; double x3; double x4; double x5; double x6; double x7; double x8; double x9; double x10; int x11; double x12; int x13; struct { double x_14_1_1; double x_14_1_2; } x14; double x15; int x16; unsigned int x17; int x18; int x19; })arg1; - (void)setLocationDescription:(id)arg1; - (void)setLocationId:(id)arg1; - (void)setRequestsGpsAssistance:(BOOL)arg1; diff --git a/PrivateFrameworks/CoreKnowledge.framework/CKAbstractKnowledgeStorage.h b/PrivateFrameworks/CoreKnowledge.framework/CKAbstractKnowledgeStorage.h index 14879c88ce..06d8c78c6a 100644 --- a/PrivateFrameworks/CoreKnowledge.framework/CKAbstractKnowledgeStorage.h +++ b/PrivateFrameworks/CoreKnowledge.framework/CKAbstractKnowledgeStorage.h @@ -10,10 +10,8 @@ + (id)instanceNamed:(id)arg1; + (id)path; -+ (void)releaseInstanceNamed:(id)arg1; - (void).cxx_destruct; -- (void)dealloc; - (id)init; - (id)initWithPath:(id)arg1 name:(id)arg2; - (id)queue; diff --git a/PrivateFrameworks/CoreKnowledge.framework/CoreKnowledge.CKDeviceActivityStore.h b/PrivateFrameworks/CoreKnowledge.framework/CoreKnowledge.CKDeviceActivityStore.h index d1bf2ad812..888af29bae 100644 --- a/PrivateFrameworks/CoreKnowledge.framework/CoreKnowledge.CKDeviceActivityStore.h +++ b/PrivateFrameworks/CoreKnowledge.framework/CoreKnowledge.CKDeviceActivityStore.h @@ -6,21 +6,34 @@ void store; } +@property (nonatomic, readonly) NSDictionary *activities; @property (nonatomic, readonly) _TtC13CoreKnowledge16CKKnowledgeStore *backingStore; +@property (nonatomic, readonly) _TtC13CoreKnowledge16CKKnowledgeStore *store; + (id)dateFormat; ++ (id)defaultStore; ++ (id)identifierWithPrefix:(id)arg1 intent:(id)arg2 error:(id*)arg3; - (id /* block */).cxx_destruct; +- (id)activities; +- (id)activitiesWithSourceBundleIdentifier:(id)arg1 intent:(id)arg2 error:(id*)arg3; +- (id)activityWithIdentifier:(id)arg1; - (id)backingStore; +- (id)createActivityWithIdentifier:(id)arg1 startDate:(id)arg2 endDate:(id)arg3; - (BOOL)deleteActivityWithIdentifier:(id)arg1 error:(id*)arg2; - (id)init; +- (id)initWithStore:(id)arg1; - (BOOL)recordActivityWithIdentifier:(id)arg1 startDate:(id)arg2 endDate:(id)arg3 error:(id*)arg4; +- (void)recordInteraction:(id)arg1 startDate:(id)arg2 endDate:(id)arg3 completionHandler:(id /* block */)arg4; +- (BOOL)recordInteraction:(id)arg1 startDate:(id)arg2 endDate:(id)arg3 error:(id*)arg4; - (id)recordedActivities; - (id)recordedActivityWithIdentifier:(id)arg1; - (BOOL)setFirstSeen:(id)arg1 forActivityId:(id)arg2 error:(id*)arg3; -- (BOOL)setFrequency:(long)arg1 forActivityId:(id)arg2 error:(id*)arg3; +- (BOOL)setFrequency:(int)arg1 forActivityId:(id)arg2 error:(id*)arg3; - (BOOL)setLastDuration:(double)arg1 forActivityId:(id)arg2 error:(id*)arg3; - (BOOL)setLastSeen:(id)arg1 forActivityId:(id)arg2 error:(id*)arg3; - (BOOL)setTotalDuration:(double)arg1 forActivityId:(id)arg2 error:(id*)arg3; +- (BOOL)setValue:(id)arg1 forActivityId:(id)arg2 error:(id*)arg3; +- (id)store; @end diff --git a/PrivateFrameworks/CoreKnowledge.framework/CoreKnowledge.CKEntity.h b/PrivateFrameworks/CoreKnowledge.framework/CoreKnowledge.CKEntity.h index 2ea5147285..cfeac877f6 100644 --- a/PrivateFrameworks/CoreKnowledge.framework/CoreKnowledge.CKEntity.h +++ b/PrivateFrameworks/CoreKnowledge.framework/CoreKnowledge.CKEntity.h @@ -8,26 +8,28 @@ } @property (nonatomic, readonly) NSString *description; -@property (nonatomic, readonly) long hash; -@property (nonatomic, readonly) long hashValue; +@property (nonatomic, readonly) int hash; +@property (nonatomic, readonly) int hashValue; @property (nonatomic, readonly) NSString *identifier; @property (nonatomic, readonly) _TtC13CoreKnowledge16CKKnowledgeStore *store; - (id /* block */).cxx_destruct; - (id)description; -- (long)hash; -- (long)hashValue; -- (/* Warning: Unrecognized filer type: '' using 'void*' */ void*)identifier; +- (int)hash; +- (/* Warning: Unrecognized filer type: 'Ã' using 'void*' */ void*)hashValue; +- (long)identifier:(void *)arg1; // needs 1 arg types, found 5: /* Warning: unhandled bit fieldencoding: 'b' */ unsigned int, /* Warning: Unrecognized filer type: 'y' using 'void*' */ void*, /* Warning: Unrecognized filer type: 't' using 'void*' */ void*, /* Warning: Unrecognized filer type: 'e' using 'void*' */ void*, short - (id)init; - (id)initWithIdentifier:(id)arg1 knowledgeStore:(id)arg2; - (BOOL)isEqual:(id)arg1; +- (void)linkTo:(id)arg1 withPredicate:(id)arg2 completionHandler:(id /* block */)arg3; - (BOOL)linkTo:(id)arg1 withPredicate:(id)arg2 error:(id*)arg3; -- (id)linksTo:(id)arg1 matchType:(long)arg2 error:(id*)arg3; +- (void)linksTo:(id)arg1 matchType:(int)arg2 completionHandler:(id /* block */)arg3; +- (id)linksTo:(id)arg1 matchType:(int)arg2 error:(id*)arg3; /* MISSING HEADER DESCRIPTION FOR METHOD objectForKeyedSubscript: */ -- (/* Warning: Unrecognized filer type: 'Â' using 'void*' */ void*)removeObjectForKey:(void *)arg1 error:(void *)arg2; // needs 2 arg types, found 51: /* Warning: Unrecognized filer type: 'Ã' using 'void*' */ void*, /* Warning: Unrecognized filer type: 'Ã' using 'void*' */ void*, /* Warning: Unrecognized filer type: 'Â' using 'void*' */ void*, /* Warning: Unrecognized filer type: ' ' using 'void*' */ void*, /* Warning: Unrecognized filer type: 'h' using 'void*' */ void*, /* Warning: Unrecognized filer type: 'G' using 'void*' */ void*, /* Warning: Unrecognized filer type: 'Ã' using 'void*' */ void*, /* Warning: Unrecognized filer type: 'Â' using 'void*' */ void*, unsigned long, id, /* Warning: Unrecognized filer type: 'F' using 'void*' */ void*, unsigned int, /* Warning: Unrecognized filer type: 'Ã' using 'void*' */ void*, /* Warning: Unrecognized filer type: ' -' using 'void*' */ void*, /* Warning: Unrecognized filer type: 'Ã' using 'void*' */ void*, /* Warning: Unrecognized filer type: 'H' using 'void*' */ void*, /* Warning: Unrecognized filer type: 'Ã' using 'void*' */ void*, /* Warning: Unrecognized filer type: 'Ã' using 'void*' */ void*, /* Warning: Unrecognized filer type: '' using 'void*' */ void*, /* Warning: Unrecognized filer type: 'Ã' using 'void*' */ void*, /* Warning: Unrecognized filer type: 'Ã' using 'void*' */ void*, /* Warning: Unrecognized filer type: 'Â' using 'void*' */ void*, /* Warning: Unrecognized filer type: 'u' using 'void*' */ void*, /* Warning: Unrecognized filer type: '}' using 'void*' */ void*, long double, /* Warning: Unrecognized filer type: '' using 'void*' */ void*, /* Warning: Unrecognized filer type: 'F' using 'void*' */ void*, /* Warning: Unrecognized filer type: ' ' using 'void*' */ void*, /* Warning: Unrecognized filer type: 'F' using 'void*' */ void*, /* Warning: Unrecognized filer type: ')' using 'void*' */ void*, /* Warning: Unrecognized filer type: 'h' using 'void*' */ void*, /* Warning: Unrecognized filer type: 'G' using 'void*' */ void*, /* Warning: Unrecognized filer type: 'Ã' using 'void*' */ void*, /* Warning: Unrecognized filer type: 'Â' using 'void*' */ void*, unsigned long, /* Warning: Unrecognized filer type: 'P' using 'void*' */ void*, /* Warning: Unrecognized filer type: 'F' using 'void*' */ void*, unsigned int, /* Warning: Unrecognized filer type: 'Ã' using 'void*' */ void*, /* Warning: Unrecognized filer type: 'Ã' using 'void*' */ void*, /* Warning: Unrecognized filer type: 'Ã' using 'void*' */ void*, unsigned int, /* Warning: Unrecognized filer type: 'Ã' using 'void*' */ void*, /* Warning: Unrecognized filer type: 'Ã' using 'void*' */ void*, /* Warning: Unrecognized filer type: 'P' using 'void*' */ void*, /* Warning: Unrecognized filer type: 'Ã' using 'void*' */ void*, /* Warning: Unrecognized filer type: 'Ã' using 'void*' */ void*, /* Warning: Unrecognized filer type: 'Â' using 'void*' */ void*, /* Warning: Unrecognized filer type: 'p' using 'void*' */ void*, /* Warning: Unrecognized filer type: 'x' using 'void*' */ void*, long double +- (BOOL)removeObjectForKey:(id)arg1 error:(id*)arg2; /* MISSING HEADER DESCRIPTION FOR METHOD setObject:forKeyedSubscript: */ - (id)store; +- (void)unlinkTo:(id)arg1 withPredicate:(id)arg2 ignoreWeights:(BOOL)arg3 completionHandler:(id /* block */)arg4; - (BOOL)unlinkTo:(id)arg1 withPredicate:(id)arg2 ignoreWeights:(BOOL)arg3 error:(id*)arg4; @end diff --git a/PrivateFrameworks/CoreKnowledge.framework/CoreKnowledge.CKInMemoryKnowledgeStorage.h b/PrivateFrameworks/CoreKnowledge.framework/CoreKnowledge.CKInMemoryKnowledgeStorage.h index f92c2b934d..0401bc0b17 100644 --- a/PrivateFrameworks/CoreKnowledge.framework/CoreKnowledge.CKInMemoryKnowledgeStorage.h +++ b/PrivateFrameworks/CoreKnowledge.framework/CoreKnowledge.CKInMemoryKnowledgeStorage.h @@ -14,7 +14,8 @@ @property (nonatomic, readonly) NSArray *values; - (id /* block */).cxx_destruct; -- (char *)closed:(void *)arg1; // needs 1 arg types, found 20: /* Warning: Unrecognized filer type: 'Ã' using 'void*' */ void*, /* Warning: Unrecognized filer type: 'Â' using 'void*' */ void*, /* Warning: Unrecognized filer type: 'Ã' using 'void*' */ void*, /* Warning: Unrecognized filer type: 'G' using 'void*' */ void*, /* Warning: Unrecognized filer type: 'Ã' using 'void*' */ void*, /* Warning: Unrecognized filer type: 'Â' using 'void*' */ void*, unsigned long, /* Warning: Unrecognized filer type: '?' using 'void*' */ void*, /* Warning: Unrecognized filer type: 'F' using 'void*' */ void*, /* Warning: Unrecognized filer type: 'H' using 'void*' */ void*, /* Warning: Unrecognized filer type: 'Ã' using 'void*' */ void*, /* Warning: Unrecognized filer type: 'Ã' using 'void*' */ void*, /* Warning: Unrecognized filer type: 'Ã' using 'void*' */ void*, /* Warning: Unrecognized filer type: 'G' using 'void*' */ void*, /* Warning: Unrecognized filer type: 'Ã' using 'void*' */ void*, /* Warning: Unrecognized filer type: 'Ã' using 'void*' */ void*, /* Warning: Unrecognized filer type: ' ' using 'void*' */ void*, /* Warning: Unrecognized filer type: 'Â' using 'void*' */ void*, /* Warning: Unrecognized filer type: 'Ã' using 'void*' */ void*, /* Warning: Unrecognized filer type: 'Â' using 'void*' */ void* +- (/* Warning: Unrecognized filer type: ' +' using 'void*' */ void*)closed; - (id)init; - (id)keys; - (id)kv; diff --git a/PrivateFrameworks/CoreKnowledge.framework/CoreKnowledge.CKKnowledgeStore.h b/PrivateFrameworks/CoreKnowledge.framework/CoreKnowledge.CKKnowledgeStore.h index 07b8831b05..0e2d0ccabf 100644 --- a/PrivateFrameworks/CoreKnowledge.framework/CoreKnowledge.CKKnowledgeStore.h +++ b/PrivateFrameworks/CoreKnowledge.framework/CoreKnowledge.CKKnowledgeStore.h @@ -11,8 +11,8 @@ } @property (nonatomic, retain) <_TtP13CoreKnowledge24CKKnowledgeStoreDelegate_> *delegate; -@property (nonatomic, readonly) long hash; -@property (nonatomic, readonly) long hashValue; +@property (nonatomic, readonly) int hash; +@property (nonatomic, readonly) int hashValue; @property (nonatomic, readonly) NSArray *keys; @property (nonatomic, readonly) NSString *name; @property (nonatomic, readonly) NSString *path; @@ -23,33 +23,36 @@ + (id)userDefaultsKnowledgeStore; - (id /* block */).cxx_destruct; -- (void)dealloc; - (id)delegate; - (BOOL)dropLinks:(id)arg1 error:(id*)arg2; +- (void)dropLinksFrom:(id)arg1 to:(id)arg2 ignoreWeights:(BOOL)arg3 completionHandler:(id /* block */)arg4; - (BOOL)dropLinksFrom:(id)arg1 to:(id)arg2 withPredicate:(id)arg3 ignoreWeights:(BOOL)arg4 error:(id*)arg5; +- (void)dropLinksFrom:(id)arg1 withPredicate:(id)arg2 completionHandler:(id /* block */)arg3; - (BOOL)dropLinksFrom:(id)arg1 withPredicate:(id)arg2 error:(id*)arg3; - (id)entitiesAndReturnError:(id*)arg1; - (id)entityWithIdentifier:(id)arg1; - (BOOL)evaluateJSONLDEntryForEntity:(id)arg1 key:(id)arg2 value:(id)arg3 error:(id*)arg4; -- (long)hash; -- (long)hashValue; +- (int)hash; +- (/* Warning: Unrecognized filer type: 'Ã' using 'void*' */ void*)hashValue; +- (void)importContentsOfJSONLDAtPath:(id)arg1 completionHandler:(id /* block */)arg2; - (BOOL)importJSONLDWithData:(id)arg1 error:(id*)arg2; - (BOOL)inferLinkTo:(id)arg1 withPredicate:(id)arg2 when:(id)arg3 error:(id*)arg4; - (id)init; - (BOOL)isEqual:(id)arg1; - (id)keys; +- (void)linksWithBetween:(id)arg1 and:(id)arg2 completionHandler:(id /* block */)arg3; - (id)linksWithBetween:(id)arg1 and:(id)arg2 error:(id*)arg3; - (id)name; /* MISSING HEADER DESCRIPTION FOR METHOD objectForKeyedSubscript: */ - (id)path; - (BOOL)removeEntity:(id)arg1 error:(id*)arg2; -- (/* Warning: Unrecognized filer type: 'Â' using 'void*' */ void*)removeObjectForKey:(void *)arg1 error:(void *)arg2; // needs 2 arg types, found 51: /* Warning: Unrecognized filer type: 'Ã' using 'void*' */ void*, /* Warning: Unrecognized filer type: 'Ã' using 'void*' */ void*, /* Warning: Unrecognized filer type: 'Â' using 'void*' */ void*, /* Warning: Unrecognized filer type: ' ' using 'void*' */ void*, /* Warning: Unrecognized filer type: 'h' using 'void*' */ void*, /* Warning: Unrecognized filer type: 'G' using 'void*' */ void*, /* Warning: Unrecognized filer type: 'Ã' using 'void*' */ void*, /* Warning: Unrecognized filer type: 'Â' using 'void*' */ void*, unsigned long, id, /* Warning: Unrecognized filer type: 'F' using 'void*' */ void*, unsigned int, /* Warning: Unrecognized filer type: 'Ã' using 'void*' */ void*, /* Warning: Unrecognized filer type: ' -' using 'void*' */ void*, /* Warning: Unrecognized filer type: 'Ã' using 'void*' */ void*, /* Warning: Unrecognized filer type: 'H' using 'void*' */ void*, /* Warning: Unrecognized filer type: 'Ã' using 'void*' */ void*, /* Warning: Unrecognized filer type: 'Ã' using 'void*' */ void*, /* Warning: Unrecognized filer type: '' using 'void*' */ void*, /* Warning: Unrecognized filer type: 'Ã' using 'void*' */ void*, /* Warning: Unrecognized filer type: 'Ã' using 'void*' */ void*, /* Warning: Unrecognized filer type: 'Â' using 'void*' */ void*, /* Warning: Unrecognized filer type: 'u' using 'void*' */ void*, /* Warning: Unrecognized filer type: '}' using 'void*' */ void*, long double, /* Warning: Unrecognized filer type: '' using 'void*' */ void*, /* Warning: Unrecognized filer type: 'F' using 'void*' */ void*, /* Warning: Unrecognized filer type: ' ' using 'void*' */ void*, /* Warning: Unrecognized filer type: 'F' using 'void*' */ void*, /* Warning: Unrecognized filer type: ')' using 'void*' */ void*, /* Warning: Unrecognized filer type: 'h' using 'void*' */ void*, /* Warning: Unrecognized filer type: 'G' using 'void*' */ void*, /* Warning: Unrecognized filer type: 'Ã' using 'void*' */ void*, /* Warning: Unrecognized filer type: 'Â' using 'void*' */ void*, unsigned long, /* Warning: Unrecognized filer type: 'P' using 'void*' */ void*, /* Warning: Unrecognized filer type: 'F' using 'void*' */ void*, unsigned int, /* Warning: Unrecognized filer type: 'Ã' using 'void*' */ void*, /* Warning: Unrecognized filer type: 'Ã' using 'void*' */ void*, /* Warning: Unrecognized filer type: 'Ã' using 'void*' */ void*, unsigned int, /* Warning: Unrecognized filer type: 'Ã' using 'void*' */ void*, /* Warning: Unrecognized filer type: 'Ã' using 'void*' */ void*, /* Warning: Unrecognized filer type: 'P' using 'void*' */ void*, /* Warning: Unrecognized filer type: 'Ã' using 'void*' */ void*, /* Warning: Unrecognized filer type: 'Ã' using 'void*' */ void*, /* Warning: Unrecognized filer type: 'Â' using 'void*' */ void*, /* Warning: Unrecognized filer type: 'p' using 'void*' */ void*, /* Warning: Unrecognized filer type: 'x' using 'void*' */ void*, long double +- (/* Warning: Unrecognized filer type: 'm' using 'void*' */ void*)removeObjectForKey:(in /* Warning: Unrecognized filer type: 't' using 'void*' */ void*)arg1 error:(short)arg2; - (void)setDelegate:(id)arg1; /* MISSING HEADER DESCRIPTION FOR METHOD setObject:forKeyedSubscript: */ - (id)subgraphWithEntities:(id)arg1; +- (void)triplesMatching:(id)arg1 completionHandler:(id /* block */)arg2; - (id)triplesMatching:(id)arg1 error:(id*)arg2; - (BOOL)wipeAndReturnError:(id*)arg1; -- (/* Warning: Unrecognized filer type: '' using 'void*' */ void*)writeBatch; +- (id)writeBatch; @end diff --git a/PrivateFrameworks/CoreKnowledge.framework/CoreKnowledge.CKLogic.h b/PrivateFrameworks/CoreKnowledge.framework/CoreKnowledge.CKLogic.h index 9be26014d2..21cd21cd6c 100644 --- a/PrivateFrameworks/CoreKnowledge.framework/CoreKnowledge.CKLogic.h +++ b/PrivateFrameworks/CoreKnowledge.framework/CoreKnowledge.CKLogic.h @@ -7,7 +7,7 @@ void negatedBody; } -@property (nonatomic, readonly) long hash; +@property (nonatomic, readonly) int hash; @property (nonatomic, readonly) NSString *identifier; + (id)ifExistsLink:(id)arg1 to:(id)arg2; @@ -17,7 +17,7 @@ - (id)and:(id)arg1; - (id)andExistsLink:(id)arg1 to:(id)arg2 error:(id*)arg3; - (id)andNotExistsLink:(id)arg1 to:(id)arg2 error:(id*)arg3; -- (long)hash; +- (int)hash; - (id)identifier; - (id)init; diff --git a/PrivateFrameworks/CoreKnowledge.framework/CoreKnowledge.CKSQLConnection.h b/PrivateFrameworks/CoreKnowledge.framework/CoreKnowledge.CKSQLConnection.h index 7892ab20a7..b136378457 100644 --- a/PrivateFrameworks/CoreKnowledge.framework/CoreKnowledge.CKSQLConnection.h +++ b/PrivateFrameworks/CoreKnowledge.framework/CoreKnowledge.CKSQLConnection.h @@ -11,17 +11,18 @@ void queueContext.storage; } -@property (nonatomic, readonly) long changes; +@property (nonatomic, readonly) int changes; @property (nonatomic, readonly) NSString *description; @property (nonatomic, readonly) void*handle; @property (nonatomic, readonly) _TtC13CoreKnowledge8CKLogger *log; @property (nonatomic, readonly) NSString *name; @property (nonatomic, readonly) NSString *path; @property (nonatomic, readonly) BOOL readonly; -@property (nonatomic, readonly) long totalChanges; +@property (nonatomic, readonly) int totalChanges; - (id /* block */).cxx_destruct; -- (long)changes; +- (int)changes; +- (void)closeConnection; - (void)dealloc; - (id)description; - (BOOL)execute:(id)arg1 error:(id*)arg2; @@ -34,6 +35,6 @@ - (id)name; - (id)path; - (BOOL)readonly; -- (long)totalChanges; +- (int)totalChanges; @end diff --git a/PrivateFrameworks/CoreKnowledge.framework/CoreKnowledge.CKSQLKnowledgeStorage.h b/PrivateFrameworks/CoreKnowledge.framework/CoreKnowledge.CKSQLKnowledgeStorage.h index 68973bfafa..12dfd81705 100644 --- a/PrivateFrameworks/CoreKnowledge.framework/CoreKnowledge.CKSQLKnowledgeStorage.h +++ b/PrivateFrameworks/CoreKnowledge.framework/CoreKnowledge.CKSQLKnowledgeStorage.h @@ -18,6 +18,7 @@ - (id /* block */).cxx_destruct; - (BOOL)closed; +- (void)dealloc; - (id)init; - (id)initWithPath:(id)arg1 name:(id)arg2; - (id)keys; @@ -28,7 +29,7 @@ - (void)setKeys:(id)arg1; - (void)setKv:(id)arg1; - (void)setValues:(id)arg1; -- (/* Warning: Unrecognized filer type: '' using 'void*' */ void*)sql; +- (long)sql:(void *)arg1; // needs 1 arg types, found 5: /* Warning: unhandled bit fieldencoding: 'b' */ unsigned int, /* Warning: Unrecognized filer type: 'y' using 'void*' */ void*, /* Warning: Unrecognized filer type: 't' using 'void*' */ void*, /* Warning: Unrecognized filer type: 'e' using 'void*' */ void*, short - (id)tripleComponentsMatching:(id)arg1 error:(id*)arg2; - (id)values; - (BOOL)wipeAndReturnError:(id*)arg1; diff --git a/PrivateFrameworks/CoreKnowledge.framework/CoreKnowledge.CKTripleCondition.h b/PrivateFrameworks/CoreKnowledge.framework/CoreKnowledge.CKTripleCondition.h index 0ec9746622..6aab1d58d8 100644 --- a/PrivateFrameworks/CoreKnowledge.framework/CoreKnowledge.CKTripleCondition.h +++ b/PrivateFrameworks/CoreKnowledge.framework/CoreKnowledge.CKTripleCondition.h @@ -15,7 +15,7 @@ - (id)and:(id)arg1; - (BOOL)evaluateOn:(id)arg1; - (id)init; -- (id)init:(long)arg1 value:(id)arg2 negated:(BOOL)arg3; +- (id)init:(int)arg1 value:(id)arg2 negated:(BOOL)arg3; - (id)initWithSubject:(id)arg1 predicate:(id)arg2 object:(id)arg3; - (id)initWithValue:(BOOL)arg1; - (BOOL)negated; diff --git a/PrivateFrameworks/CoreKnowledge.framework/CoreKnowledge.CKUserDefaultsKnowledgeStorage.h b/PrivateFrameworks/CoreKnowledge.framework/CoreKnowledge.CKUserDefaultsKnowledgeStorage.h index 7ceed22c0c..0d6ab9096d 100644 --- a/PrivateFrameworks/CoreKnowledge.framework/CoreKnowledge.CKUserDefaultsKnowledgeStorage.h +++ b/PrivateFrameworks/CoreKnowledge.framework/CoreKnowledge.CKUserDefaultsKnowledgeStorage.h @@ -13,7 +13,8 @@ @property (nonatomic, readonly) NSArray *values; - (id /* block */).cxx_destruct; -- (char *)closed:(void *)arg1; // needs 1 arg types, found 20: /* Warning: Unrecognized filer type: 'Ã' using 'void*' */ void*, /* Warning: Unrecognized filer type: 'Â' using 'void*' */ void*, /* Warning: Unrecognized filer type: 'Ã' using 'void*' */ void*, /* Warning: Unrecognized filer type: 'G' using 'void*' */ void*, /* Warning: Unrecognized filer type: 'Ã' using 'void*' */ void*, /* Warning: Unrecognized filer type: 'Â' using 'void*' */ void*, unsigned long, /* Warning: Unrecognized filer type: '?' using 'void*' */ void*, /* Warning: Unrecognized filer type: 'F' using 'void*' */ void*, /* Warning: Unrecognized filer type: 'H' using 'void*' */ void*, /* Warning: Unrecognized filer type: 'Ã' using 'void*' */ void*, /* Warning: Unrecognized filer type: 'Ã' using 'void*' */ void*, /* Warning: Unrecognized filer type: 'Ã' using 'void*' */ void*, /* Warning: Unrecognized filer type: 'G' using 'void*' */ void*, /* Warning: Unrecognized filer type: 'Ã' using 'void*' */ void*, /* Warning: Unrecognized filer type: 'Ã' using 'void*' */ void*, /* Warning: Unrecognized filer type: ' ' using 'void*' */ void*, /* Warning: Unrecognized filer type: 'Â' using 'void*' */ void*, /* Warning: Unrecognized filer type: 'Ã' using 'void*' */ void*, /* Warning: Unrecognized filer type: 'Â' using 'void*' */ void* +- (/* Warning: Unrecognized filer type: ' +' using 'void*' */ void*)closed; - (id)init; - (id)keys; - (id)kv; diff --git a/PrivateFrameworks/CoreKnowledge.framework/CoreKnowledge.INInteractionDecoder.h b/PrivateFrameworks/CoreKnowledge.framework/CoreKnowledge.INInteractionDecoder.h new file mode 100644 index 0000000000..2fe31d6c5d --- /dev/null +++ b/PrivateFrameworks/CoreKnowledge.framework/CoreKnowledge.INInteractionDecoder.h @@ -0,0 +1,7 @@ +/* Generated by RuntimeBrowser + Image: /System/Library/PrivateFrameworks/CoreKnowledge.framework/CoreKnowledge + */ + +@interface CoreKnowledge.INInteractionDecoder : SwiftObject + +@end diff --git a/PrivateFrameworks/CoreKnowledge.framework/CoreKnowledge.INInteractionEncoder.h b/PrivateFrameworks/CoreKnowledge.framework/CoreKnowledge.INInteractionEncoder.h new file mode 100644 index 0000000000..f5f4cf584a --- /dev/null +++ b/PrivateFrameworks/CoreKnowledge.framework/CoreKnowledge.INInteractionEncoder.h @@ -0,0 +1,9 @@ +/* Generated by RuntimeBrowser + Image: /System/Library/PrivateFrameworks/CoreKnowledge.framework/CoreKnowledge + */ + +@interface CoreKnowledge.INInteractionEncoder : SwiftObject { + void interaction; +} + +@end diff --git a/PrivateFrameworks/CorePDF.framework/UIPDFAnnotationController.h b/PrivateFrameworks/CorePDF.framework/UIPDFAnnotationController.h index 349126e577..eee1cc058c 100644 --- a/PrivateFrameworks/CorePDF.framework/UIPDFAnnotationController.h +++ b/PrivateFrameworks/CorePDF.framework/UIPDFAnnotationController.h @@ -16,7 +16,9 @@ int location; int length; } _initialRange; - int _lock; + struct os_unfair_lock_s { + unsigned int _os_unfair_lock_opaque; + } _lock; BOOL _moving; UIPDFPageView * _pageView; struct CGPoint { diff --git a/PrivateFrameworks/CorePDF.framework/UIPDFDocument.h b/PrivateFrameworks/CorePDF.framework/UIPDFDocument.h index 7c00671fd3..435001c216 100644 --- a/PrivateFrameworks/CorePDF.framework/UIPDFDocument.h +++ b/PrivateFrameworks/CorePDF.framework/UIPDFDocument.h @@ -10,14 +10,20 @@ NSString * _documentID; NSString * _documentName; unsigned int _imageCacheCount; - int _imageCacheLock; + struct os_unfair_lock_s { + unsigned int _os_unfair_lock_opaque; + } _imageCacheLock; unsigned int _imageCacheLookAhead; float _imageCacheResolution; - int _lock; + struct os_unfair_lock_s { + unsigned int _os_unfair_lock_opaque; + } _lock; unsigned int _numberOfPages; UIPDFPageImageCache * _pageImageCache; UIPDFPageImageCache * _thumbnailCache; - int _thumbnailLock; + struct os_unfair_lock_s { + unsigned int _os_unfair_lock_opaque; + } _thumbnailLock; } @property (readonly) struct CGPDFDocument { }*CGDocument; diff --git a/PrivateFrameworks/CorePDF.framework/UIPDFPage.h b/PrivateFrameworks/CorePDF.framework/UIPDFPage.h index 08f967c22d..1f57e50f20 100644 --- a/PrivateFrameworks/CorePDF.framework/UIPDFPage.h +++ b/PrivateFrameworks/CorePDF.framework/UIPDFPage.h @@ -6,7 +6,9 @@ NSMutableArray * _annotations; struct CGPDFPage { } * _cgPage; UIPDFDocument * _document; - int _lock; + struct os_unfair_lock_s { + unsigned int _os_unfair_lock_opaque; + } _lock; UIImage * _pageImage; unsigned int _pageIndex; unsigned int _pageNumber; diff --git a/PrivateFrameworks/CorePDF.framework/UIPDFPageContentDelegate.h b/PrivateFrameworks/CorePDF.framework/UIPDFPageContentDelegate.h index 47a5ed0837..1e46a53072 100644 --- a/PrivateFrameworks/CorePDF.framework/UIPDFPageContentDelegate.h +++ b/PrivateFrameworks/CorePDF.framework/UIPDFPageContentDelegate.h @@ -26,7 +26,9 @@ UIPDFDocument * _document; struct CGColor { } * _highlightColor; BOOL _isCancelled; - int _lock; + struct os_unfair_lock_s { + unsigned int _os_unfair_lock_opaque; + } _lock; CALayer * _owner; unsigned int _pageIndex; unsigned int _pageRotation; diff --git a/PrivateFrameworks/CorePDF.framework/UIPDFPageImageCache.h b/PrivateFrameworks/CorePDF.framework/UIPDFPageImageCache.h index 5c3b2715be..e0f0a711b4 100644 --- a/PrivateFrameworks/CorePDF.framework/UIPDFPageImageCache.h +++ b/PrivateFrameworks/CorePDF.framework/UIPDFPageImageCache.h @@ -7,7 +7,9 @@ unsigned int _jobCount; id * _jobsByPage; id * _jobsPrioritized; - int _lock; + struct os_unfair_lock_s { + unsigned int _os_unfair_lock_opaque; + } _lock; unsigned int _lookAhead; float _lookAheadResolution; unsigned int _nextJobIndex; diff --git a/PrivateFrameworks/CorePDF.framework/UIPDFPageRenderJob.h b/PrivateFrameworks/CorePDF.framework/UIPDFPageRenderJob.h index 3c57a5f9c6..3b46efd72c 100644 --- a/PrivateFrameworks/CorePDF.framework/UIPDFPageRenderJob.h +++ b/PrivateFrameworks/CorePDF.framework/UIPDFPageRenderJob.h @@ -5,7 +5,9 @@ @interface UIPDFPageRenderJob : NSObject { SEL _callback; UIImage * _image; - int _lock; + struct os_unfair_lock_s { + unsigned int _os_unfair_lock_opaque; + } _lock; UIPDFPageRenderOperation * _operation; UIPDFPage * _page; unsigned int _pageIndex; diff --git a/PrivateFrameworks/CorePDF.framework/UIPDFPageView.h b/PrivateFrameworks/CorePDF.framework/UIPDFPageView.h index d235fbd3b6..3d72cf7770 100644 --- a/PrivateFrameworks/CorePDF.framework/UIPDFPageView.h +++ b/PrivateFrameworks/CorePDF.framework/UIPDFPageView.h @@ -35,7 +35,9 @@ BOOL _enableLightMemoryFootprint; struct CGColor { } * _highLightColor; NSMutableArray * _highlights; - int _lock; + struct os_unfair_lock_s { + unsigned int _os_unfair_lock_opaque; + } _lock; float _margin; UIPDFPage * _page; unsigned int _pageIndex; diff --git a/PrivateFrameworks/CoreParsec.framework/PARBag.h b/PrivateFrameworks/CoreParsec.framework/PARBag.h index b306a066bd..7eb48ff055 100644 --- a/PrivateFrameworks/CoreParsec.framework/PARBag.h +++ b/PrivateFrameworks/CoreParsec.framework/PARBag.h @@ -9,6 +9,8 @@ } @property (nonatomic, readonly, copy) NSString *clientName; +@property (nonatomic, readonly) BOOL collectAnonymousMetadata; +@property (nonatomic, readonly) BOOL collectScores; @property (nonatomic, readonly) NSURL *crowdsourcingURL; @property (nonatomic, readonly, copy) NSString *customFlight; @property (getter=isEnabled, nonatomic, readonly) BOOL enabled; @@ -28,6 +30,7 @@ @property (nonatomic, readonly, copy) NSDictionary *rawBag; @property (nonatomic, readonly, copy) NSArray *recentlyUsedAppIdentifierWhitelist; @property (nonatomic, readonly, copy) NSDictionary *resources; +@property (nonatomic, readonly) BOOL sampleFeatures; @property (nonatomic, readonly) NSNumber *searchRenderTimeout; @property (nonatomic, readonly) NSURL *searchURL; @property (nonatomic, readonly) BOOL sendGeoEnvironmentHeader; @@ -35,6 +38,7 @@ @property (nonatomic, readonly) NSArray *subscriptionProviderDomainWhitelist; @property (nonatomic, readonly) double subscriptionTTL; @property (nonatomic, readonly) NSArray *supportedGeoLocationSources; +@property (nonatomic, readonly) double timeoutIntervalForRequest; @property (nonatomic, readonly, copy) NSString *userAgent; @property (nonatomic, readonly, copy) NSString *version; @property (nonatomic, readonly) NSURL *warmURL; @@ -51,6 +55,8 @@ - (id)bag_numberForKey:(id)arg1; - (id)bag_stringForKey:(id)arg1; - (id)clientName; +- (BOOL)collectAnonymousMetadata; +- (BOOL)collectScores; - (id)crowdsourcingURL; - (id)customFlight; - (id)enabledDomains; @@ -74,6 +80,7 @@ - (id)rawBag; - (id)recentlyUsedAppIdentifierWhitelist; - (id)resources; +- (BOOL)sampleFeatures; - (id)searchRenderTimeout; - (id)searchURL; - (BOOL)sendGeoEnvironmentHeader; @@ -81,6 +88,7 @@ - (id)subscriptionProviderDomainWhitelist; - (double)subscriptionTTL; - (id)supportedGeoLocationSources; +- (double)timeoutIntervalForRequest; - (id)urlForIdentifier:(id)arg1; - (id)userAgent; - (id)version; diff --git a/PrivateFrameworks/CoreRC.framework/AppleIRCommand.h b/PrivateFrameworks/CoreRC.framework/AppleIRCommand.h deleted file mode 100644 index bc3cf89688..0000000000 --- a/PrivateFrameworks/CoreRC.framework/AppleIRCommand.h +++ /dev/null @@ -1,38 +0,0 @@ -/* Generated by RuntimeBrowser - Image: /System/Library/PrivateFrameworks/CoreRC.framework/CoreRC - */ - -@interface AppleIRCommand : IRCommand - -@property (nonatomic, readonly) unsigned int command; -@property (nonatomic, readonly) unsigned char commandID; -@property (nonatomic, readonly) unsigned char commandPage; -@property (nonatomic, readonly) unsigned char deviceUID; -@property (nonatomic, readonly) BOOL isA39PlayPauseSelect; -@property (nonatomic, readonly) BOOL isB39Command; -@property (nonatomic, readonly) BOOL isB39PlayPauseOrSelect; -@property (nonatomic, readonly) BOOL isPairingRequest; -@property (nonatomic, readonly) BOOL isStackshotRequest; -@property (nonatomic, readonly) BOOL isUnpairingRequest; -@property (nonatomic, readonly) unsigned short token; -@property (nonatomic, readonly) unsigned short vendorID; - -+ (BOOL)matchNECVendorID:(unsigned short)arg1; - -- (unsigned int)command; -- (unsigned char)commandID; -- (unsigned char)commandPage; -- (id)description; -- (unsigned char)deviceUID; -- (BOOL)getVendorSpecificHIDUsagePage:(unsigned int*)arg1 usageID:(unsigned int*)arg2 ignoreRepeats:(BOOL*)arg3; -- (id)initWithPayload:(unsigned long long)arg1 repeat:(BOOL)arg2; -- (BOOL)isA39PlayPauseSelect; -- (BOOL)isB39Command; -- (BOOL)isB39PlayPauseOrSelect; -- (BOOL)isPairingRequest; -- (BOOL)isStackshotRequest; -- (BOOL)isUnpairingRequest; -- (unsigned short)token; -- (unsigned short)vendorID; - -@end diff --git a/PrivateFrameworks/CoreRC.framework/AppleIRDeviceClient.h b/PrivateFrameworks/CoreRC.framework/AppleIRDeviceClient.h deleted file mode 100644 index 9a38380641..0000000000 --- a/PrivateFrameworks/CoreRC.framework/AppleIRDeviceClient.h +++ /dev/null @@ -1,14 +0,0 @@ -/* Generated by RuntimeBrowser - Image: /System/Library/PrivateFrameworks/CoreRC.framework/CoreRC - */ - -@interface AppleIRDeviceClient : CoreIRDeviceClient - -+ (BOOL)supportsSecureCoding; - -- (Class)classForCoder; -- (BOOL)isAppleRemote; -- (BOOL)pairAppleRemote:(id*)arg1; -- (BOOL)unpairAppleRemote:(id*)arg1; - -@end diff --git a/PrivateFrameworks/CoreRC.framework/AppleIRDeviceProvider.h b/PrivateFrameworks/CoreRC.framework/AppleIRDeviceProvider.h deleted file mode 100644 index 1fcd963648..0000000000 --- a/PrivateFrameworks/CoreRC.framework/AppleIRDeviceProvider.h +++ /dev/null @@ -1,37 +0,0 @@ -/* Generated by RuntimeBrowser - Image: /System/Library/PrivateFrameworks/CoreRC.framework/CoreRC - */ - -@interface AppleIRDeviceProvider : CoreIRDeviceProvider { - unsigned char _deviceUID; - BOOL _isB39; - AppleIRCommand * _lastAppleIRCommand; - unsigned long long _lastCommandTimestamp; - unsigned int _lastCoreRCCommand; - unsigned long long _pressAndHoldTimeoutGenerationCount; -} - -@property (nonatomic, readonly) unsigned char deviceUID; - -+ (void)load; -+ (BOOL)supportsSecureCoding; - -- (void)_cancelPressAndHoldTimer; -- (BOOL)_dispatchAppleVendorEventPage:(unsigned int)arg1 usage:(unsigned int)arg2 timestamp:(unsigned long long)arg3 toDevice:(id)arg4; -- (BOOL)_dispatchEventWithCommand:(unsigned int)arg1 timestamp:(unsigned long long)arg2 toDevice:(id)arg3; -- (void)_schedulePressAndHoldTimer; -- (void)_synthesizeButtonReleaseWithTimestamp:(unsigned long long)arg1; -- (id)busProvider; -- (Class)classForCoder; -- (void)dealloc; -- (unsigned char)deviceUID; -- (BOOL)dispatchEventsForCommand:(id)arg1 toDevice:(id)arg2; -- (id)init; -- (id)initWithBus:(id)arg1 deviceUID:(unsigned char)arg2; -- (BOOL)isAppleRemote; -- (BOOL)pairAppleRemote:(id*)arg1; -- (void)setVendorID:(unsigned int)arg1; -- (BOOL)unpairAppleRemote:(id*)arg1; -- (unsigned int)vendorID; - -@end diff --git a/PrivateFrameworks/CoreRC.framework/CECBusPollingOperation.h b/PrivateFrameworks/CoreRC.framework/CECBusPollingOperation.h deleted file mode 100644 index 8ac540c75a..0000000000 --- a/PrivateFrameworks/CoreRC.framework/CECBusPollingOperation.h +++ /dev/null @@ -1,25 +0,0 @@ -/* Generated by RuntimeBrowser - Image: /System/Library/PrivateFrameworks/CoreRC.framework/CoreRC - */ - -@interface CECBusPollingOperation : NSObject { - * _delegate; - unsigned char _initiatorAddress; - CECInterface * _interface; - unsigned char _pollingAddress; - NSObject * _queue; -} - -@property (nonatomic) *delegate; - -- (void)continuePolling; -- (void)dealloc; -- (id)delegate; -- (id)init; -- (id)initWithInterface:(id)arg1 initiator:(unsigned char)arg2 queue:(id)arg3; -- (void)poll; -- (void)setDelegate:(id)arg1; -- (void)startPolling; -- (void)stopPolling; - -@end diff --git a/PrivateFrameworks/CoreRC.framework/CECFakeInterface.h b/PrivateFrameworks/CoreRC.framework/CECFakeInterface.h deleted file mode 100644 index 6fff1602c9..0000000000 --- a/PrivateFrameworks/CoreRC.framework/CECFakeInterface.h +++ /dev/null @@ -1,21 +0,0 @@ -/* Generated by RuntimeBrowser - Image: /System/Library/PrivateFrameworks/CoreRC.framework/CoreRC - */ - -@interface CECFakeInterface : CECInterface { - NSMutableDictionary * _properties; -} - -+ (id)defaultPlaybackDeviceProperties; -+ (id)defaultTVProperties; - -- (void)dealloc; -- (void)fakePropertiesChanged:(id)arg1; -- (void)fakeTerminated; -- (id)initWithInterfaceListener:(id)arg1 properties:(id)arg2; -- (BOOL)isValid; -- (BOOL)pingTo:(unsigned char)arg1 acknowledged:(BOOL*)arg2 error:(id*)arg3; -- (id)properties; -- (BOOL)sendFrame:(struct CECFrame { unsigned char x1[16]; unsigned int x2 : 5; unsigned int x3 : 3; })arg1 withRetryCount:(unsigned char)arg2 error:(id*)arg3; - -@end diff --git a/PrivateFrameworks/CoreRC.framework/CECFakeInterfaceListener.h b/PrivateFrameworks/CoreRC.framework/CECFakeInterfaceListener.h deleted file mode 100644 index f876cb2a4a..0000000000 --- a/PrivateFrameworks/CoreRC.framework/CECFakeInterfaceListener.h +++ /dev/null @@ -1,13 +0,0 @@ -/* Generated by RuntimeBrowser - Image: /System/Library/PrivateFrameworks/CoreRC.framework/CoreRC - */ - -@interface CECFakeInterfaceListener : CoreRCInterfaceListener - -- (id)fakeAddInterfaceWithProperties:(id)arg1; -- (BOOL)interface:(id)arg1 pingTo:(unsigned char)arg2 acknowledged:(BOOL*)arg3 error:(id*)arg4; -- (BOOL)interface:(id)arg1 sendFrame:(struct CECFrame { unsigned char x1[16]; unsigned int x2 : 5; unsigned int x3 : 3; })arg2 withRetryCount:(unsigned char)arg3 error:(id*)arg4; -- (BOOL)interface:(id)arg1 setAddressMask:(unsigned short)arg2 error:(id*)arg3; -- (BOOL)interface:(id)arg1 setPromiscMode:(BOOL)arg2 error:(id*)arg3; - -@end diff --git a/PrivateFrameworks/CoreRC.framework/CECInterface.h b/PrivateFrameworks/CoreRC.framework/CECInterface.h deleted file mode 100644 index e1cad49df5..0000000000 --- a/PrivateFrameworks/CoreRC.framework/CECInterface.h +++ /dev/null @@ -1,48 +0,0 @@ -/* Generated by RuntimeBrowser - Image: /System/Library/PrivateFrameworks/CoreRC.framework/CoreRC - */ - -@interface CECInterface : CoreRCInterface { - unsigned short _addressMask; - * _delegate; - BOOL _hibernating; - struct CECFrame { - unsigned char blocks[16]; - unsigned int length : 5; - unsigned int reserved : 3; - } _lastReceivedFrame; - BOOL _promiscMode; -} - -@property (nonatomic, readonly) unsigned short addressMask; -@property (nonatomic) *delegate; -@property (nonatomic, readonly) BOOL hibernating; -@property (nonatomic, readonly) BOOL isValid; -@property (nonatomic, readonly) struct CECFrame { unsigned char x1[16]; unsigned int x2 : 5; unsigned int x3 : 3; } lastReceivedFrame; -@property (nonatomic, readonly) BOOL promiscMode; -@property (nonatomic, readonly) NSDictionary *properties; - -- (unsigned short)addressMask; -- (BOOL)allocateCECAddress:(unsigned char*)arg1 forDeviceType:(unsigned char)arg2 error:(id*)arg3; -- (BOOL)deallocateCECAddress:(unsigned char)arg1 error:(id*)arg2; -- (id)delegate; -- (void)didChangeProperties; -- (BOOL)errorIsNack:(id)arg1; -- (BOOL)hibernating; -- (void)hibernationChanged:(BOOL)arg1; -- (id)init; -- (BOOL)isValid; -- (struct CECFrame { unsigned char x1[16]; unsigned int x2 : 5; unsigned int x3 : 3; })lastReceivedFrame; -- (BOOL)pingTo:(unsigned char)arg1 acknowledged:(BOOL*)arg2 error:(id*)arg3; -- (BOOL)promiscMode; -- (id)properties; -- (void)receivedFrame:(struct CECFrame { unsigned char x1[16]; unsigned int x2 : 5; unsigned int x3 : 3; })arg1; -- (BOOL)sendFrame:(struct CECFrame { unsigned char x1[16]; unsigned int x2 : 5; unsigned int x3 : 3; })arg1 error:(id*)arg2; -- (BOOL)sendFrame:(struct CECFrame { unsigned char x1[16]; unsigned int x2 : 5; unsigned int x3 : 3; })arg1 withRetryCount:(unsigned char)arg2 error:(id*)arg3; -- (BOOL)sendMessage:(id)arg1 error:(id*)arg2; -- (BOOL)sendMessage:(id)arg1 withRetryCount:(unsigned char)arg2 error:(id*)arg3; -- (BOOL)setAddressMask:(unsigned short)arg1 error:(id*)arg2; -- (void)setDelegate:(id)arg1; -- (BOOL)setPromiscMode:(BOOL)arg1 error:(id*)arg2; - -@end diff --git a/PrivateFrameworks/CoreRC.framework/CECMessage.h b/PrivateFrameworks/CoreRC.framework/CECMessage.h deleted file mode 100644 index d6dc5ceebe..0000000000 --- a/PrivateFrameworks/CoreRC.framework/CECMessage.h +++ /dev/null @@ -1,90 +0,0 @@ -/* Generated by RuntimeBrowser - Image: /System/Library/PrivateFrameworks/CoreRC.framework/CoreRC - */ - -@interface CECMessage : NSObject { - struct CECFrame { - unsigned char blocks[16]; - unsigned int length : 5; - unsigned int reserved : 3; - } _frame; -} - -@property (nonatomic, readonly) unsigned char destination; -@property (nonatomic, readonly) struct CECFrame { unsigned char x1[16]; unsigned int x2 : 5; unsigned int x3 : 3; } frame; -@property (nonatomic, readonly) unsigned char initiator; -@property (nonatomic, readonly) BOOL isBroadcast; -@property (nonatomic, readonly) unsigned char length; -@property (nonatomic, readonly) int messageType; -@property (nonatomic, readonly) double nominalLatency; -@property (nonatomic, readonly) BOOL shouldBeIgnored; - -+ (id)abortFrom:(unsigned char)arg1 to:(unsigned char)arg2; -+ (id)activeSourceFrom:(unsigned char)arg1 physicalAddress:(unsigned short)arg2; -+ (id)cecVersion:(unsigned char)arg1 from:(unsigned char)arg2 to:(unsigned char)arg3; -+ (id)deckControlWithMode:(unsigned char)arg1 from:(unsigned char)arg2 to:(unsigned char)arg3; -+ (id)deckStatusWithInfo:(unsigned char)arg1 from:(unsigned char)arg2 to:(unsigned char)arg3; -+ (id)deviceVendorID:(unsigned int)arg1 from:(unsigned char)arg2; -+ (id)featureAbort:(unsigned char)arg1 reason:(unsigned char)arg2 from:(unsigned char)arg3 to:(unsigned char)arg4; -+ (id)getCECVersionFrom:(unsigned char)arg1 to:(unsigned char)arg2; -+ (id)getMenuLanguageFrom:(unsigned char)arg1 to:(unsigned char)arg2; -+ (id)giveDeckStatusWithRequest:(unsigned char)arg1 from:(unsigned char)arg2 to:(unsigned char)arg3; -+ (id)giveDevicePowerStatusFrom:(unsigned char)arg1 to:(unsigned char)arg2; -+ (id)giveDeviceVendorIDFrom:(unsigned char)arg1 to:(unsigned char)arg2; -+ (id)giveOSDNameFrom:(unsigned char)arg1 to:(unsigned char)arg2; -+ (id)givePhysicalAddressFrom:(unsigned char)arg1 to:(unsigned char)arg2; -+ (id)giveSystemAudioModeStatusFrom:(unsigned char)arg1 to:(unsigned char)arg2; -+ (id)imageViewOnFrom:(unsigned char)arg1 to:(unsigned char)arg2; -+ (id)inactiveSourceFrom:(unsigned char)arg1 to:(unsigned char)arg2 physicalAddress:(unsigned short)arg3; -+ (id)menuStatus:(unsigned char)arg1 from:(unsigned char)arg2 to:(unsigned char)arg3; -+ (id)messageWithFrame:(struct CECFrame { unsigned char x1[16]; unsigned int x2 : 5; unsigned int x3 : 3; })arg1; -+ (id)playWithMode:(unsigned char)arg1 from:(unsigned char)arg2 to:(unsigned char)arg3; -+ (id)pollFrom:(unsigned char)arg1 to:(unsigned char)arg2; -+ (id)reportPhysicalAddress:(unsigned short)arg1 deviceType:(unsigned char)arg2 from:(unsigned char)arg3; -+ (id)reportPowerStatus:(unsigned char)arg1 from:(unsigned char)arg2 to:(unsigned char)arg3; -+ (id)requestActiveSourceFrom:(unsigned char)arg1; -+ (id)routingChangeFrom:(unsigned char)arg1 originalAddress:(unsigned short)arg2 newAddress:(unsigned short)arg3; -+ (id)routingInformationFrom:(unsigned char)arg1 physicalAddress:(unsigned short)arg2; -+ (id)setMenuLanguage:(struct CECLanguage { unsigned char x1[3]; })arg1 from:(unsigned char)arg2; -+ (id)setOSDName:(struct CECOSDName { unsigned char x1; unsigned char x2[14]; })arg1 from:(unsigned char)arg2 to:(unsigned char)arg3; -+ (id)setStreamPathFrom:(unsigned char)arg1 physicalAddress:(unsigned short)arg2; -+ (id)standbyFrom:(unsigned char)arg1 to:(unsigned char)arg2; -+ (id)systemAudioModeRequestWithPhysicalAddress:(unsigned short)arg1 from:(unsigned char)arg2 to:(unsigned char)arg3; -+ (id)textViewOnFrom:(unsigned char)arg1 to:(unsigned char)arg2; -+ (id)userControlPressed:(struct CECUserControl { unsigned char x1; union CECUICommandOperand { struct CECChannelIdentifier { unsigned int x_1_2_1 : 6; unsigned int x_1_2_2 : 10; unsigned int x_1_2_3 : 16; } x_2_1_1; unsigned char x_2_1_2; unsigned char x_2_1_3; unsigned char x_2_1_4; unsigned char x_2_1_5; unsigned char x_2_1_6; unsigned char x_2_1_7; } x2; })arg1 from:(unsigned char)arg2 to:(unsigned char)arg3; -+ (id)userControlReleasedFrom:(unsigned char)arg1 to:(unsigned char)arg2; - -- (unsigned char)_operandsLength; -- (const char *)_operandsWithLength:(unsigned char)arg1; -- (id)debugDescription; -- (id)description; -- (unsigned char)destination; -- (struct CECFrame { unsigned char x1[16]; unsigned int x2 : 5; unsigned int x3 : 3; })frame; -- (id)initWithFrame:(struct CECFrame { unsigned char x1[16]; unsigned int x2 : 5; unsigned int x3 : 3; })arg1; -- (unsigned char)initiator; -- (BOOL)isBroadcast; -- (unsigned char)length; -- (int)messageType; -- (double)nominalLatency; -- (BOOL)parseActiveSourcePhysicalAddress:(unsigned int*)arg1; -- (BOOL)parseCECVersion:(unsigned char*)arg1; -- (BOOL)parseDeckControlMode:(unsigned int*)arg1; -- (BOOL)parseDeckStatusInfo:(unsigned int*)arg1; -- (BOOL)parseDeviceVendorID:(unsigned int*)arg1; -- (BOOL)parseFeatureAbortOpcode:(char *)arg1 reason:(unsigned char*)arg2; -- (BOOL)parseGiveDeckStatusRequest:(unsigned char*)arg1; -- (BOOL)parseInactiveSourcePhysicalAddress:(unsigned int*)arg1; -- (BOOL)parseMenuRequest:(unsigned char*)arg1; -- (BOOL)parsePlayMode:(unsigned int*)arg1; -- (BOOL)parseReportPhysicalAddress:(unsigned int*)arg1 deviceType:(unsigned int*)arg2; -- (BOOL)parseReportPowerStatus:(unsigned int*)arg1; -- (BOOL)parseRoutingChangeOriginalAddress:(unsigned int*)arg1 newAddress:(unsigned int*)arg2; -- (BOOL)parseRoutingInformationPhysicalAddress:(unsigned int*)arg1; -- (BOOL)parseSetMenuLanguage:(struct CECLanguage { unsigned char x1[3]; }*)arg1; -- (BOOL)parseSetOSDName:(id*)arg1; -- (BOOL)parseSetStreamPathPhysicalAddress:(unsigned int*)arg1; -- (BOOL)parseSystemAudioModeStatus:(unsigned int*)arg1; -- (BOOL)parseUserControlPressed:(struct CECUserControl { unsigned char x1; union CECUICommandOperand { struct CECChannelIdentifier { unsigned int x_1_2_1 : 6; unsigned int x_1_2_2 : 10; unsigned int x_1_2_3 : 16; } x_2_1_1; unsigned char x_2_1_2; unsigned char x_2_1_3; unsigned char x_2_1_4; unsigned char x_2_1_5; unsigned char x_2_1_6; unsigned char x_2_1_7; } x2; }*)arg1; -- (BOOL)shouldBeIgnored; - -@end diff --git a/PrivateFrameworks/CoreRC.framework/CECRouter.h b/PrivateFrameworks/CoreRC.framework/CECRouter.h deleted file mode 100644 index 3961ea3a18..0000000000 --- a/PrivateFrameworks/CoreRC.framework/CECRouter.h +++ /dev/null @@ -1,29 +0,0 @@ -/* Generated by RuntimeBrowser - Image: /System/Library/PrivateFrameworks/CoreRC.framework/CoreRC - */ - -@interface CECRouter : NSObject { - NSMutableSet * _interfaces; - NSDictionary * _properties; - CECInterface * _sinkInterface; -} - -@property (readonly, copy) NSString *debugDescription; -@property (readonly, copy) NSString *description; -@property (readonly) unsigned int hash; -@property (readonly) Class superclass; - -+ (id)routerWithSinkInterface:(id)arg1; - -- (void)dealloc; -- (id)initWithSinkInterface:(id)arg1; -- (void)interface:(id)arg1 hibernationChanged:(BOOL)arg2; -- (void)interface:(id)arg1 receivedFrame:(struct CECFrame { unsigned char x1[16]; unsigned int x2 : 5; unsigned int x3 : 3; })arg2; -- (BOOL)interface:(id)arg1 sendFrame:(struct CECFrame { unsigned char x1[16]; unsigned int x2 : 5; unsigned int x3 : 3; })arg2 withRetryCount:(unsigned char)arg3 error:(id*)arg4; -- (BOOL)interface:(id)arg1 setAddressMask:(unsigned short)arg2 error:(id*)arg3; -- (BOOL)interface:(id)arg1 setPromiscMode:(BOOL)arg2 error:(id*)arg3; -- (void)interfacePropertiesChanged:(id)arg1; -- (id)newRouterInterface; -- (id)properties; - -@end diff --git a/PrivateFrameworks/CoreRC.framework/CECRouterInterface.h b/PrivateFrameworks/CoreRC.framework/CECRouterInterface.h deleted file mode 100644 index 7b033b4e46..0000000000 --- a/PrivateFrameworks/CoreRC.framework/CECRouterInterface.h +++ /dev/null @@ -1,17 +0,0 @@ -/* Generated by RuntimeBrowser - Image: /System/Library/PrivateFrameworks/CoreRC.framework/CoreRC - */ - -@interface CECRouterInterface : CECInterface { - CECRouter * _router; -} - -- (void)dealloc; -- (id)initWithRouter:(id)arg1; -- (id)properties; -- (void)receivedFrame:(struct CECFrame { unsigned char x1[16]; unsigned int x2 : 5; unsigned int x3 : 3; })arg1; -- (BOOL)sendFrame:(struct CECFrame { unsigned char x1[16]; unsigned int x2 : 5; unsigned int x3 : 3; })arg1 withRetryCount:(unsigned char)arg2 error:(id*)arg3; -- (BOOL)setAddressMask:(unsigned short)arg1 error:(id*)arg2; -- (BOOL)setPromiscMode:(BOOL)arg1 error:(id*)arg2; - -@end diff --git a/PrivateFrameworks/CoreRC.framework/CoreCECBus.h b/PrivateFrameworks/CoreRC.framework/CoreCECBus.h deleted file mode 100644 index e92ea6d02a..0000000000 --- a/PrivateFrameworks/CoreRC.framework/CoreCECBus.h +++ /dev/null @@ -1,70 +0,0 @@ -/* Generated by RuntimeBrowser - Image: /System/Library/PrivateFrameworks/CoreRC.framework/CoreRC - */ - -@interface CoreCECBus : CoreRCBus { - BOOL _hasLink; - unsigned int _lastStreamPath; - struct CECOSDName { - unsigned char length; - unsigned char characters[14]; - } _osdNameASCII; - unsigned int _physicalAddress; - unsigned int _streamPath; - unsigned int _systemAudioModeStatus; - struct CECLanguage { - unsigned char characters[3]; - } _tvLanguageCodeASCII; -} - -@property (nonatomic, readonly) CoreCECDevice *activeSource; -@property (nonatomic) BOOL hasLink; -@property (nonatomic, readonly) unsigned int lastStreamPath; -@property (nonatomic, readonly) NSString *osdName; -@property (nonatomic) struct CECOSDName { unsigned char x1; unsigned char x2[14]; } osdNameASCII; -@property (nonatomic) unsigned int physicalAddress; -@property (nonatomic, readonly) CoreCECPhysicalDevice *rootPhysicalDevice; -@property (nonatomic) unsigned int streamPath; -@property (nonatomic) unsigned int systemAudioModeStatus; -@property (nonatomic, readonly) NSString *tvLanguageCode; -@property (nonatomic) struct CECLanguage { unsigned char x1[3]; } tvLanguageCodeASCII; - -+ (BOOL)supportsSecureCoding; - -- (id)activeSource; -- (id)addDeviceWithType:(unsigned int)arg1 error:(id*)arg2; -- (id)delegate; -- (id)description; -- (id)deviceOnBusWithLogicalAddress:(unsigned char)arg1; -- (void)didChangeActiveSourceFrom:(id)arg1 to:(id)arg2; -- (void)didChangeLinkState:(BOOL)arg1 physicalAddress:(unsigned int)arg2; -- (void)didUpdateProperties:(id)arg1; -- (void)encodeWithCoder:(id)arg1; -- (BOOL)hasLink; -- (id)init; -- (id)initWithBus:(id)arg1; -- (id)initWithCoder:(id)arg1; -- (id)initWithLinkState:(BOOL)arg1 physicalAddress:(unsigned int)arg2; -- (unsigned int)lastStreamPath; -- (id)mergeProperties; -- (void)notifyDelegateLinkStateUpdated; -- (id)osdName; -- (struct CECOSDName { unsigned char x1; unsigned char x2[14]; })osdNameASCII; -- (unsigned int)physicalAddress; -- (id)rootPhysicalDevice; -- (void)setDelegate:(id)arg1; -- (void)setHasLink:(BOOL)arg1; -- (void)setLinkState:(BOOL)arg1 physicalAddress:(unsigned int)arg2; -- (BOOL)setOSDName:(id)arg1 error:(id*)arg2; -- (void)setOsdNameASCII:(struct CECOSDName { unsigned char x1; unsigned char x2[14]; })arg1; -- (void)setPhysicalAddress:(unsigned int)arg1; -- (void)setStreamPath:(unsigned int)arg1; -- (void)setSystemAudioModeStatus:(unsigned int)arg1; -- (BOOL)setTvLanguageCode:(id)arg1 error:(id*)arg2; -- (void)setTvLanguageCodeASCII:(struct CECLanguage { unsigned char x1[3]; })arg1; -- (unsigned int)streamPath; -- (unsigned int)systemAudioModeStatus; -- (id)tvLanguageCode; -- (struct CECLanguage { unsigned char x1[3]; })tvLanguageCodeASCII; - -@end diff --git a/PrivateFrameworks/CoreRC.framework/CoreCECBusClient.h b/PrivateFrameworks/CoreRC.framework/CoreCECBusClient.h deleted file mode 100644 index d0593c85d5..0000000000 --- a/PrivateFrameworks/CoreRC.framework/CoreCECBusClient.h +++ /dev/null @@ -1,15 +0,0 @@ -/* Generated by RuntimeBrowser - Image: /System/Library/PrivateFrameworks/CoreRC.framework/CoreRC - */ - -@interface CoreCECBusClient : CoreCECBus - -+ (BOOL)supportsSecureCoding; - -- (id)addDeviceWithType:(unsigned int)arg1 error:(id*)arg2; -- (Class)classForCoder; -- (id)copyWithZone:(struct _NSZone { }*)arg1; -- (BOOL)setOSDName:(id)arg1 error:(id*)arg2; -- (BOOL)setTvLanguageCode:(id)arg1 error:(id*)arg2; - -@end diff --git a/PrivateFrameworks/CoreRC.framework/CoreCECBusProvider.h b/PrivateFrameworks/CoreRC.framework/CoreCECBusProvider.h deleted file mode 100644 index 81305385be..0000000000 --- a/PrivateFrameworks/CoreRC.framework/CoreCECBusProvider.h +++ /dev/null @@ -1,65 +0,0 @@ -/* Generated by RuntimeBrowser - Image: /System/Library/PrivateFrameworks/CoreRC.framework/CoreRC - */ - -@interface CoreCECBusProvider : CoreCECBus { - BOOL _deferLossOfLink; - CECInterface * _interface; - CECBusPollingOperation * _pollingOperation; - BOOL _realHasLink; -} - -@property (readonly, copy) NSString *debugDescription; -@property (nonatomic, readonly) BOOL deferLossOfLink; -@property (readonly, copy) NSString *description; -@property (readonly) unsigned int hash; -@property (nonatomic, readonly, retain) CECInterface *interface; -@property (nonatomic, retain) CECBusPollingOperation *pollingOperation; -@property (readonly) Class superclass; - -+ (BOOL)supportsSecureCoding; - -- (id)_cecErrorWithError:(id)arg1 fromInterface:(id)arg2; -- (void)_changeActiveSourceFrom:(id)arg1 to:(id)arg2; -- (id)addDeviceWithLogicalAddress:(unsigned char)arg1 message:(id)arg2 reason:(unsigned int)arg3; -- (id)addDeviceWithLogicalAddress:(unsigned char)arg1 physicalAddress:(unsigned int)arg2 deviceType:(unsigned int)arg3 message:(id)arg4 reason:(unsigned int)arg5; -- (id)addDeviceWithType:(unsigned int)arg1 error:(id*)arg2; -- (Class)classForCoder; -- (id)copyWithZone:(struct _NSZone { }*)arg1; -- (void)dealloc; -- (BOOL)deferLossOfLink; -- (id)description; -- (id)destinationConfirmedForMessage:(id)arg1; -- (id)destinationExpectedForMessage:(id)arg1; -- (void)didChangeLinkState:(BOOL)arg1 physicalAddress:(unsigned int)arg2; -- (id)initWithBus:(id)arg1; -- (id)initWithCoder:(id)arg1; -- (id)initWithInterface:(id)arg1; -- (id)initWithLinkState:(BOOL)arg1 physicalAddress:(unsigned int)arg2; -- (id)interface; -- (void)interface:(id)arg1 hibernationChanged:(BOOL)arg2; -- (void)interface:(id)arg1 receivedFrame:(struct CECFrame { unsigned char x1[16]; unsigned int x2 : 5; unsigned int x3 : 3; })arg2; -- (void)interfacePropertiesChanged:(id)arg1; -- (void)makeDeviceInactiveSource:(id)arg1; -- (id)pollingOperation; -- (void)pollingOperation:(id)arg1 deviceNotRespondingAtAddress:(unsigned char)arg2; -- (void)pollingOperation:(id)arg1 encounteredError:(id)arg2 forMessage:(id)arg3; -- (BOOL)pollingOperation:(id)arg1 shouldSkipAddress:(unsigned char)arg2; -- (void)pollingOperationCompleted:(id)arg1; -- (id)propertyForKey:(id)arg1 error:(id*)arg2; -- (void)receivedMessage:(id)arg1; -- (BOOL)refreshDevicesWithInitiator:(id)arg1 error:(id*)arg2; -- (BOOL)sendMessage:(id)arg1 error:(id*)arg2; -- (BOOL)sendMessage:(id)arg1 withRetryCount:(unsigned char)arg2 error:(id*)arg3; -- (void)setActiveSource:(id)arg1; -- (void)setLinkState:(BOOL)arg1 physicalAddress:(unsigned int)arg2; -- (void)setOsdNameASCII:(struct CECOSDName { unsigned char x1; unsigned char x2[14]; })arg1; -- (void)setPollingOperation:(id)arg1; -- (BOOL)setProperty:(id)arg1 forKey:(id)arg2 error:(id*)arg3; -- (void)setStreamPath:(unsigned int)arg1; -- (void)setSystemAudioModeStatus:(unsigned int)arg1; -- (void)setTvLanguageCodeASCII:(struct CECLanguage { unsigned char x1[3]; })arg1; -- (void)updateAllowHibernation; -- (void)willRemoveDevice:(id)arg1; - -@end diff --git a/PrivateFrameworks/CoreRC.framework/CoreCECDevice.h b/PrivateFrameworks/CoreRC.framework/CoreCECDevice.h deleted file mode 100644 index 877032fec3..0000000000 --- a/PrivateFrameworks/CoreRC.framework/CoreCECDevice.h +++ /dev/null @@ -1,85 +0,0 @@ -/* Generated by RuntimeBrowser - Image: /System/Library/PrivateFrameworks/CoreRC.framework/CoreRC - */ - -@interface CoreCECDevice : CoreRCDevice { - unsigned int _cecVersion; - unsigned int _deckStatus; - unsigned int _deviceType; - BOOL _isActiveSource; - unsigned char _logicalAddress; - unsigned int _physicalAddress; - unsigned int _powerStatus; - BOOL _systemAudioControlEnabled; - unsigned int _vendorID; -} - -@property (nonatomic) unsigned int cecVersion; -@property (nonatomic) unsigned int deckStatus; -@property (nonatomic) unsigned int deviceType; -@property (nonatomic) BOOL isActiveSource; -@property (nonatomic) unsigned char logicalAddress; -@property (nonatomic) unsigned int physicalAddress; -@property (nonatomic) unsigned int powerStatus; -@property (nonatomic, readonly) BOOL systemAudioControlEnabled; -@property (nonatomic) unsigned int vendorID; - -+ (BOOL)supportsSecureCoding; - -- (unsigned int)cecVersion; -- (void)deckControlCommandHasBeenReceived:(unsigned int)arg1 fromDevice:(id)arg2; -- (BOOL)deckControlCommandWithMode:(unsigned int)arg1 target:(id)arg2 error:(id*)arg3; -- (void)deckControlPlayHasBeenReceived:(unsigned int)arg1 fromDevice:(id)arg2; -- (BOOL)deckControlPlayWithMode:(unsigned int)arg1 target:(id)arg2 error:(id*)arg3; -- (BOOL)deckControlRefreshStatus:(id)arg1 requestType:(unsigned int)arg2 error:(id*)arg3; -- (BOOL)deckControlSetDeckStatus:(unsigned int)arg1 error:(id*)arg2; -- (void)deckControlStatusHasBeenUpdated:(unsigned int)arg1 fromDevice:(id)arg2; -- (unsigned int)deckStatus; -- (id)delegate; -- (id)description; -- (unsigned int)deviceType; -- (void)didChangePowerStatus:(unsigned int)arg1; -- (void)encodeWithCoder:(id)arg1; -- (void)featureAbort:(id)arg1; -- (id)initWithBus:(id)arg1 local:(BOOL)arg2; -- (id)initWithBus:(id)arg1 local:(BOOL)arg2 logicalAddress:(unsigned char)arg3 physicalAddress:(unsigned int)arg4 deviceType:(unsigned int)arg5; -- (id)initWithCoder:(id)arg1; -- (id)initWithDevice:(id)arg1; -- (BOOL)isActiveSource; -- (unsigned char)logicalAddress; -- (BOOL)makeActiveSourceWithTVMenus:(BOOL)arg1 error:(id*)arg2; -- (id)mergeProperties; -- (void)notifyDelegateActiveSourceStatusHasChanged; -- (void)notifyDelegateDeckControlCommandHasBeenReceived:(id)arg1 command:(unsigned int)arg2; -- (void)notifyDelegateDeckControlPlayHasBeenReceived:(id)arg1 playMode:(unsigned int)arg2; -- (void)notifyDelegateDeckControlStatusHasBeenUpdated:(id)arg1 deckInfo:(unsigned int)arg2; -- (void)notifyDelegateFeatureAbort:(id)arg1; -- (void)notifyDelegateShouldAssertActiveSource; -- (void)notifyDelegateStandbyRequestHasBeenReceived:(id)arg1; -- (BOOL)performStandbyWithTargetDevice:(id)arg1 error:(id*)arg2; -- (unsigned int)physicalAddress; -- (unsigned int)powerStatus; -- (BOOL)refreshDevices:(id*)arg1; -- (BOOL)refreshProperties:(id)arg1 ofDevice:(id)arg2 error:(id*)arg3; -- (BOOL)refreshPropertiesOfDevice:(id)arg1 error:(id*)arg2; -- (BOOL)requestActiveSource:(id*)arg1; -- (BOOL)resignActiveSource:(id*)arg1; -- (void)setCecVersion:(unsigned int)arg1; -- (void)setDeckStatus:(unsigned int)arg1; -- (void)setDelegate:(id)arg1; -- (void)setDeviceType:(unsigned int)arg1; -- (void)setIsActiveSource:(BOOL)arg1; -- (void)setLogicalAddress:(unsigned char)arg1; -- (void)setPhysicalAddress:(unsigned int)arg1; -- (void)setPowerStatus:(unsigned int)arg1; -- (BOOL)setPowerStatus:(unsigned int)arg1 error:(id*)arg2; -- (BOOL)setSystemAudioControlEnabled:(BOOL)arg1 error:(id*)arg2; -- (void)setVendorID:(unsigned int)arg1; -- (void)shouldAssertActiveSource; -- (void)standbyRequestHasBeenReceived:(id)arg1; -- (BOOL)systemAudioControlEnabled; -- (BOOL)systemAudioModeRequest:(unsigned int)arg1 error:(id*)arg2; -- (unsigned int)vendorID; -- (void)willChangePowerStatus:(unsigned int)arg1; - -@end diff --git a/PrivateFrameworks/CoreRC.framework/CoreCECDeviceClient.h b/PrivateFrameworks/CoreRC.framework/CoreCECDeviceClient.h deleted file mode 100644 index c9be21701c..0000000000 --- a/PrivateFrameworks/CoreRC.framework/CoreCECDeviceClient.h +++ /dev/null @@ -1,25 +0,0 @@ -/* Generated by RuntimeBrowser - Image: /System/Library/PrivateFrameworks/CoreRC.framework/CoreRC - */ - -@interface CoreCECDeviceClient : CoreCECDevice - -+ (BOOL)supportsSecureCoding; - -- (Class)classForCoder; -- (id)copyWithZone:(struct _NSZone { }*)arg1; -- (BOOL)deckControlCommandWithMode:(unsigned int)arg1 target:(id)arg2 error:(id*)arg3; -- (BOOL)deckControlPlayWithMode:(unsigned int)arg1 target:(id)arg2 error:(id*)arg3; -- (BOOL)deckControlRefreshStatus:(id)arg1 requestType:(unsigned int)arg2 error:(id*)arg3; -- (BOOL)deckControlSetDeckStatus:(unsigned int)arg1 error:(id*)arg2; -- (BOOL)makeActiveSourceWithTVMenus:(BOOL)arg1 error:(id*)arg2; -- (BOOL)performStandbyWithTargetDevice:(id)arg1 error:(id*)arg2; -- (BOOL)refreshDevices:(id*)arg1; -- (BOOL)refreshProperties:(id)arg1 ofDevice:(id)arg2 error:(id*)arg3; -- (BOOL)requestActiveSource:(id*)arg1; -- (BOOL)resignActiveSource:(id*)arg1; -- (BOOL)setPowerStatus:(unsigned int)arg1 error:(id*)arg2; -- (BOOL)setSystemAudioControlEnabled:(BOOL)arg1 error:(id*)arg2; -- (BOOL)systemAudioModeRequest:(unsigned int)arg1 error:(id*)arg2; - -@end diff --git a/PrivateFrameworks/CoreRC.framework/CoreCECDeviceProvider.h b/PrivateFrameworks/CoreRC.framework/CoreCECDeviceProvider.h deleted file mode 100644 index 39bba93b09..0000000000 --- a/PrivateFrameworks/CoreRC.framework/CoreCECDeviceProvider.h +++ /dev/null @@ -1,175 +0,0 @@ -/* Generated by RuntimeBrowser - Image: /System/Library/PrivateFrameworks/CoreRC.framework/CoreRC - */ - -@interface CoreCECDeviceProvider : CoreCECDevice { - unsigned short _deckStatusRequestMask; - unsigned char _sendFromAddress; - unsigned int _userControlFollowerSafetyTimeoutGeneration; - struct { - CoreCECDevice *sender; - struct CECUserControl { - unsigned char command; - union CECUICommandOperand { - struct CECChannelIdentifier { - unsigned int channelNumberFormat : 6; - unsigned int majorChannelNumber : 10; - unsigned int minorChannelNumber : 16; - } channelIdentifier; - unsigned char playMode; - unsigned char broadcastType; - unsigned char mediaNumber; - unsigned char avInput; - unsigned char audioInput; - unsigned char soundPresentationControl; - } operand; - } control; - BOOL isValid; - } _userControlFollowerState; - unsigned int _userControlInitiatorRepetitionTimeoutGeneration; - struct { - unsigned char destination; - struct CECUserControl { - unsigned char command; - union CECUICommandOperand { - struct CECChannelIdentifier { - unsigned int channelNumberFormat : 6; - unsigned int majorChannelNumber : 10; - unsigned int minorChannelNumber : 16; - } channelIdentifier; - unsigned char playMode; - unsigned char broadcastType; - unsigned char mediaNumber; - unsigned char avInput; - unsigned char audioInput; - unsigned char soundPresentationControl; - } operand; - } control; - BOOL isValid; - } _userControlInitiatorState; -} - -@property (nonatomic, readonly) unsigned short deckStatusRequestMask; -@property (nonatomic) unsigned char sendFromAddress; - -+ (BOOL)supportsSecureCoding; - -- (BOOL)abortTo:(unsigned char)arg1 error:(id*)arg2; -- (BOOL)activeSource:(id*)arg1; -- (id)busProvider; -- (BOOL)cecVersion:(unsigned char)arg1 to:(unsigned char)arg2 error:(id*)arg3; -- (Class)classForCoder; -- (id)copyWithZone:(struct _NSZone { }*)arg1; -- (void)dealloc; -- (BOOL)deckControlCommandWithMode:(unsigned int)arg1 target:(id)arg2 error:(id*)arg3; -- (BOOL)deckControlPlayWithMode:(unsigned int)arg1 target:(id)arg2 error:(id*)arg3; -- (BOOL)deckControlRefreshStatus:(id)arg1 requestType:(unsigned int)arg2 error:(id*)arg3; -- (BOOL)deckControlSetDeckStatus:(unsigned int)arg1 error:(id*)arg2; -- (BOOL)deckControlWithMode:(unsigned int)arg1 to:(unsigned char)arg2 error:(id*)arg3; -- (unsigned short)deckStatusRequestMask; -- (BOOL)deckStatusWithInfo:(unsigned int)arg1 to:(unsigned char)arg2 error:(id*)arg3; -- (BOOL)deviceVendorID:(unsigned int)arg1 error:(id*)arg2; -- (void)didAddToBus:(id)arg1; -- (void)didChangePowerStatus:(unsigned int)arg1; -- (void)didNotHandleMessage:(id)arg1 unsupportedOperand:(BOOL)arg2; -- (void)didReceiveMessage:(id)arg1 fromDevice:(id)arg2; -- (void)didRemoveFromBus:(id)arg1; -- (void)error:(id)arg1 handlingMessage:(id)arg2 fromDevice:(id)arg3; -- (id)extendedPropertyForKey:(id)arg1 error:(id*)arg2; -- (BOOL)featureAbort:(unsigned char)arg1 reason:(unsigned char)arg2 to:(unsigned char)arg3 error:(id*)arg4; -- (id)filterActiveSourceMessage:(id)arg1; -- (id)filterCECVersionMessage:(id)arg1 toDevice:(id)arg2; -- (id)filterDeckStatusMessage:(id)arg1 toDevice:(id)arg2; -- (id)filterDeviceVendorIDMessage:(id)arg1; -- (id)filterInactiveSourceMessage:(id)arg1 toDevice:(id)arg2; -- (id)filterMessage:(id)arg1 fromDevice:(id)arg2; -- (id)filterMessage:(id)arg1 toDevice:(id)arg2; -- (id)filterReportPhysicalAddressMessage:(id)arg1; -- (id)filterReportPowerStatusMessage:(id)arg1 toDevice:(id)arg2; -- (id)filterRoutingChangeMessage:(id)arg1; -- (id)filterRoutingInformationMessage:(id)arg1; -- (id)filterSetMenuLanguageMessage:(id)arg1; -- (id)filterSetOSDNameMessage:(id)arg1 toDevice:(id)arg2; -- (id)filterSetStreamPathMessage:(id)arg1; -- (id)filterSetSystemAudioModeMessage:(id)arg1 toDevice:(id)arg2; -- (id)filterSystemAudioModeStatusMessage:(id)arg1 toDevice:(id)arg2; -- (BOOL)getCECVersionTo:(unsigned char)arg1 error:(id*)arg2; -- (BOOL)getMenuLanguageTo:(unsigned char)arg1 error:(id*)arg2; -- (BOOL)getRemoteControlDestination:(id*)arg1 logicalAddress:(unsigned char*)arg2 forTargetDevice:(id)arg3 command:(unsigned char)arg4 error:(id*)arg5; -- (BOOL)giveDeckStatusWithRequest:(unsigned char)arg1 to:(unsigned char)arg2 error:(id*)arg3; -- (BOOL)giveDevicePowerStatusTo:(unsigned char)arg1 error:(id*)arg2; -- (BOOL)giveDeviceVendorIDTo:(unsigned char)arg1 error:(id*)arg2; -- (BOOL)giveOSDNameTo:(unsigned char)arg1 error:(id*)arg2; -- (BOOL)givePhysicalAddressTo:(unsigned char)arg1 error:(id*)arg2; -- (BOOL)giveSystemAudioModeStatusTo:(unsigned char)arg1 error:(id*)arg2; -- (void)handleDeckControlMessage:(id)arg1 fromDevice:(id)arg2; -- (void)handleDeckControlPlayMessage:(id)arg1 fromDevice:(id)arg2; -- (void)handleDeviceSelected; -- (void)handleFeatureAbortMessage:(id)arg1 fromDevice:(id)arg2; -- (void)handleGetCECVersionMessage:(id)arg1 fromDevice:(id)arg2; -- (void)handleGetMenuLanguageMessage:(id)arg1 fromDevice:(id)arg2; -- (void)handleGiveDeckStatusMessage:(id)arg1 fromDevice:(id)arg2; -- (void)handleGiveDevicePowerStatusMessage:(id)arg1 fromDevice:(id)arg2; -- (void)handleGiveDeviceVendorIDMessage:(id)arg1 fromDevice:(id)arg2; -- (void)handleGiveOSDNameMessage:(id)arg1 fromDevice:(id)arg2; -- (void)handleGivePhysicalAddressMessage:(id)arg1 fromDevice:(id)arg2; -- (void)handleMenuRequest:(id)arg1 fromDevice:(id)arg2; -- (void)handleMessage:(id)arg1 fromDevice:(id)arg2 broadcast:(BOOL)arg3; -- (void)handleRequestActiveSourceMessage:(id)arg1 fromDevice:(id)arg2; -- (void)handleSetStreamPathMessage:(id)arg1; -- (void)handleSetSystemAudioModeMessage:(id)arg1 fromDevice:(id)arg2; -- (BOOL)handleUserControl:(struct CECUserControl { unsigned char x1; union CECUICommandOperand { struct CECChannelIdentifier { unsigned int x_1_2_1 : 6; unsigned int x_1_2_2 : 10; unsigned int x_1_2_3 : 16; } x_2_1_1; unsigned char x_2_1_2; unsigned char x_2_1_3; unsigned char x_2_1_4; unsigned char x_2_1_5; unsigned char x_2_1_6; unsigned char x_2_1_7; } x2; })arg1 pressed:(BOOL)arg2 fromDevice:(id)arg3 abortReason:(unsigned char*)arg4; -- (void)handleUserControlPressedMessage:(id)arg1 fromDevice:(id)arg2; -- (void)handleUserControlReleasedMessage:(id)arg1 fromDevice:(id)arg2; -- (void)hibernationChanged:(BOOL)arg1; -- (BOOL)imageViewOnTo:(unsigned char)arg1 error:(id*)arg2; -- (BOOL)inactiveSourceTo:(unsigned char)arg1 error:(id*)arg2; -- (id)initWithBus:(id)arg1 local:(BOOL)arg2; -- (id)initWithCoder:(id)arg1; -- (id)initWithDevice:(id)arg1; -- (BOOL)makeActiveSourceWithTVMenus:(BOOL)arg1 error:(id*)arg2; -- (BOOL)menuStatus:(unsigned char)arg1 to:(unsigned char)arg2 error:(id*)arg3; -- (BOOL)oneTouchPlayWithMenu:(BOOL)arg1 to:(unsigned char)arg2 error:(id*)arg3; -- (BOOL)performStandbyWithTargetDevice:(id)arg1 error:(id*)arg2; -- (BOOL)playWithMode:(unsigned int)arg1 to:(unsigned char)arg2 error:(id*)arg3; -- (BOOL)pollTo:(unsigned char)arg1 error:(id*)arg2; -- (void)refreshActiveSource; -- (BOOL)refreshProperties:(id)arg1 ofDevice:(id)arg2 error:(id*)arg3; -- (void)refreshSystemAudioModeStatus; -- (BOOL)reportPhysicalAddress:(id*)arg1; -- (BOOL)reportPowerStatus:(unsigned char)arg1 to:(unsigned char)arg2 error:(id*)arg3; -- (BOOL)requestActiveSource:(id*)arg1; -- (BOOL)resignActiveSource:(id*)arg1; -- (BOOL)routingChangeOriginalAddress:(unsigned int)arg1 newAddress:(unsigned int)arg2 error:(id*)arg3; -- (BOOL)routingInformationPhysicalAddress:(unsigned int)arg1 error:(id*)arg2; -- (BOOL)sendActiveSourceStatus:(BOOL)arg1 error:(id*)arg2; -- (void)sendDeckStatusToDevice:(id)arg1; -- (void)sendFeatureAbort:(unsigned char)arg1 forMessage:(id)arg2; -- (unsigned char)sendFromAddress; -- (BOOL)sendHIDEvent:(id)arg1 target:(id)arg2 error:(id*)arg3; -- (BOOL)sendMessage:(id)arg1 error:(id*)arg2; -- (BOOL)sendMessage:(id)arg1 withRetryCount:(unsigned char)arg2 error:(id*)arg3; -- (BOOL)setExtendedProperty:(id)arg1 forKey:(id)arg2 error:(id*)arg3; -- (BOOL)setMenuLanguage:(struct CECLanguage { unsigned char x1[3]; })arg1 error:(id*)arg2; -- (BOOL)setOSDName:(struct CECOSDName { unsigned char x1; unsigned char x2[14]; })arg1 to:(unsigned char)arg2 error:(id*)arg3; -- (void)setSendFromAddress:(unsigned char)arg1; -- (BOOL)setStreamPathPhysicalAddress:(unsigned int)arg1 error:(id*)arg2; -- (BOOL)setSystemAudioControlEnabled:(BOOL)arg1 error:(id*)arg2; -- (BOOL)standbyTo:(unsigned char)arg1 error:(id*)arg2; -- (BOOL)systemAudioModeRequest:(unsigned int)arg1 error:(id*)arg2; -- (BOOL)systemAudioModeRequest:(unsigned char)arg1 to:(unsigned char)arg2 error:(id*)arg3; -- (BOOL)textViewOnTo:(unsigned char)arg1 error:(id*)arg2; -- (void)trackMessage:(id)arg1 fromDevice:(id)arg2; -- (void)trackMessage:(id)arg1 toDevice:(id)arg2; -- (void)userControlCancelFollowerSafetyTimeout; -- (void)userControlCancelInitiatorRepetitionTimeout; -- (void)userControlFollowerSafetyTimeoutExpired; -- (void)userControlFollowerSynthesizeRelease; -- (void)userControlInitiatorRepetitionTimeoutExpired; -- (BOOL)userControlPressed:(struct CECUserControl { unsigned char x1; union CECUICommandOperand { struct CECChannelIdentifier { unsigned int x_1_2_1 : 6; unsigned int x_1_2_2 : 10; unsigned int x_1_2_3 : 16; } x_2_1_1; unsigned char x_2_1_2; unsigned char x_2_1_3; unsigned char x_2_1_4; unsigned char x_2_1_5; unsigned char x_2_1_6; unsigned char x_2_1_7; } x2; })arg1 to:(unsigned char)arg2 error:(id*)arg3; -- (BOOL)userControlReleasedTo:(unsigned char)arg1 error:(id*)arg2; -- (void)userControlScheduleFollowerSafetyTimeout; -- (void)userControlScheduleInitiatorRepetitionTimeout; -- (void)willRemoveFromBus:(id)arg1; - -@end diff --git a/PrivateFrameworks/CoreRC.framework/CoreCECOverride.h b/PrivateFrameworks/CoreRC.framework/CoreCECOverride.h deleted file mode 100644 index edc4a377c5..0000000000 --- a/PrivateFrameworks/CoreRC.framework/CoreCECOverride.h +++ /dev/null @@ -1,9 +0,0 @@ -/* Generated by RuntimeBrowser - Image: /System/Library/PrivateFrameworks/CoreRC.framework/CoreRC - */ - -@interface CoreCECOverride : CoreRCOverride - -- (id)addDeviceWithBus:(id)arg1 logicalAddress:(unsigned char)arg2 physicalAddress:(unsigned int)arg3 deviceType:(unsigned int)arg4 message:(id)arg5 reason:(unsigned int)arg6; - -@end diff --git a/PrivateFrameworks/CoreRC.framework/CoreCECPhysicalDevice.h b/PrivateFrameworks/CoreRC.framework/CoreCECPhysicalDevice.h deleted file mode 100644 index 0437403437..0000000000 --- a/PrivateFrameworks/CoreRC.framework/CoreCECPhysicalDevice.h +++ /dev/null @@ -1,37 +0,0 @@ -/* Generated by RuntimeBrowser - Image: /System/Library/PrivateFrameworks/CoreRC.framework/CoreRC - */ - -@interface CoreCECPhysicalDevice : NSObject { - NSMutableArray * _children; - NSMutableSet * _logicalDevices; - CoreCECPhysicalDevice * _parent; - unsigned int _physicalAddress; -} - -@property (nonatomic, readonly) NSArray *children; -@property (nonatomic, readonly) NSSet *logicalDevices; -@property (nonatomic) CoreCECPhysicalDevice *parent; -@property (nonatomic, readonly) unsigned int physicalAddress; -@property (nonatomic, readonly) id propertyList; - -+ (id)physicalDeviceTreeWithLogicalDevices:(id)arg1; - -- (void)addChild:(id)arg1; -- (void)addLogicalDevice:(id)arg1; -- (id)children; -- (int)compare:(id)arg1; -- (void)dealloc; -- (id)description; -- (unsigned int)hash; -- (id)init; -- (id)initWithLogicalDevice:(id)arg1; -- (id)initWithPhysicalAddress:(unsigned int)arg1; -- (BOOL)isEqual:(id)arg1; -- (id)logicalDevices; -- (id)parent; -- (unsigned int)physicalAddress; -- (id)propertyList; -- (void)setParent:(id)arg1; - -@end diff --git a/PrivateFrameworks/CoreRC.framework/CoreCECStandardOverride.h b/PrivateFrameworks/CoreRC.framework/CoreCECStandardOverride.h deleted file mode 100644 index 3caa66d2bd..0000000000 --- a/PrivateFrameworks/CoreRC.framework/CoreCECStandardOverride.h +++ /dev/null @@ -1,9 +0,0 @@ -/* Generated by RuntimeBrowser - Image: /System/Library/PrivateFrameworks/CoreRC.framework/CoreRC - */ - -@interface CoreCECStandardOverride : CoreCECOverride - -- (id)addDeviceWithBus:(id)arg1 logicalAddress:(unsigned char)arg2 physicalAddress:(unsigned int)arg3 deviceType:(unsigned int)arg4 message:(id)arg5 reason:(unsigned int)arg6; - -@end diff --git a/PrivateFrameworks/CoreRC.framework/CoreCECTypesInternal.h b/PrivateFrameworks/CoreRC.framework/CoreCECTypesInternal.h deleted file mode 100644 index edcde64798..0000000000 --- a/PrivateFrameworks/CoreRC.framework/CoreCECTypesInternal.h +++ /dev/null @@ -1,37 +0,0 @@ -/* Generated by RuntimeBrowser - Image: /System/Library/PrivateFrameworks/CoreRC.framework/CoreRC - */ - -@interface CoreCECTypesInternal : NSObject { - NSArray * deckControlConstants; - NSArray * deckControlStrings; - NSArray * deckInfoConstants; - NSArray * deckInfoStrings; - NSArray * deviceTypesConstants; - NSArray * deviceTypesStrings; - NSArray * playModeConstants; - NSArray * playModeStrings; - NSArray * requestTypeConstants; - NSArray * requestTypeStrings; - NSArray * systemAudioModeStatusConstants; - NSArray * systemAudioModeStatusStrings; -} - -+ (id)defaultTypes; - -- (void)dealloc; -- (unsigned int)deckControlModeForString:(id)arg1; -- (unsigned int)deckInfoForString:(id)arg1; -- (unsigned int)deviceTypeForString:(id)arg1; -- (id)init; -- (unsigned int)playModeForString:(id)arg1; -- (unsigned int)requestTypeForString:(id)arg1; -- (id)stringForDeckControlMode:(unsigned int)arg1; -- (id)stringForDeckInfo:(unsigned int)arg1; -- (id)stringForDeviceType:(unsigned int)arg1; -- (id)stringForPlayMode:(unsigned int)arg1; -- (id)stringForRequestType:(unsigned int)arg1; -- (id)stringForSystemAudioStatus:(unsigned int)arg1; -- (unsigned int)systemAudioStatusForString:(id)arg1; - -@end diff --git a/PrivateFrameworks/CoreRC.framework/CoreIRBus.h b/PrivateFrameworks/CoreRC.framework/CoreIRBus.h deleted file mode 100644 index 54ecda6ce6..0000000000 --- a/PrivateFrameworks/CoreRC.framework/CoreIRBus.h +++ /dev/null @@ -1,33 +0,0 @@ -/* Generated by RuntimeBrowser - Image: /System/Library/PrivateFrameworks/CoreRC.framework/CoreRC - */ - -@interface CoreIRBus : CoreRCBus { - CoreIRDevice * _lastAppleRemote; - CoreIRDevice * _pairedAppleRemote; -} - -@property (nonatomic, retain) CoreIRDevice *lastAppleRemote; -@property (nonatomic, retain) CoreIRDevice *pairedAppleRemote; - -+ (BOOL)supportsSecureCoding; - -- (id)addDeviceWithType:(unsigned int)arg1 matching:(id)arg2 error:(id*)arg3; -- (id)addDeviceWithType:(unsigned int)arg1 matching:(id)arg2 learningSession:(id)arg3 error:(id*)arg4; -- (void)dealloc; -- (BOOL)deleteDevice:(id)arg1 error:(id*)arg2; -- (id)description; -- (void)didDispatchCommandFromAppleRemote:(id)arg1; -- (void)encodeWithCoder:(id)arg1; -- (id)init; -- (id)initWithBus:(id)arg1; -- (id)initWithCoder:(id)arg1; -- (id)lastAppleRemote; -- (id)mergeProperties; -- (id)pairedAppleRemote; -- (void)setLastAppleRemote:(id)arg1; -- (void)setPairedAppleRemote:(id)arg1; -- (BOOL)setPairedAppleRemote:(id)arg1 error:(id*)arg2; -- (void)willRemoveDevice:(id)arg1; - -@end diff --git a/PrivateFrameworks/CoreRC.framework/CoreIRBusClient.h b/PrivateFrameworks/CoreRC.framework/CoreIRBusClient.h deleted file mode 100644 index fd72c1d8ed..0000000000 --- a/PrivateFrameworks/CoreRC.framework/CoreIRBusClient.h +++ /dev/null @@ -1,15 +0,0 @@ -/* Generated by RuntimeBrowser - Image: /System/Library/PrivateFrameworks/CoreRC.framework/CoreRC - */ - -@interface CoreIRBusClient : CoreIRBus - -+ (BOOL)supportsSecureCoding; - -- (id)addDeviceWithType:(unsigned int)arg1 matching:(id)arg2 error:(id*)arg3; -- (id)addDeviceWithType:(unsigned int)arg1 matching:(id)arg2 learningSession:(id)arg3 error:(id*)arg4; -- (Class)classForCoder; -- (BOOL)deleteDevice:(id)arg1 error:(id*)arg2; -- (BOOL)setPairState:(BOOL)arg1 forAppleRemote:(id)arg2 error:(id*)arg3; - -@end diff --git a/PrivateFrameworks/CoreRC.framework/CoreIRBusProvider.h b/PrivateFrameworks/CoreRC.framework/CoreIRBusProvider.h deleted file mode 100644 index 98570cc4e8..0000000000 --- a/PrivateFrameworks/CoreRC.framework/CoreIRBusProvider.h +++ /dev/null @@ -1,54 +0,0 @@ -/* Generated by RuntimeBrowser - Image: /System/Library/PrivateFrameworks/CoreRC.framework/CoreRC - */ - -@interface CoreIRBusProvider : CoreIRBus { - IRInterface * _interface; - CoreIRDeviceProvider * _localDevice; -} - -@property (readonly, copy) NSString *debugDescription; -@property (readonly, copy) NSString *description; -@property (readonly) unsigned int hash; -@property (nonatomic, readonly, retain) IRInterface *interface; -@property (readonly) Class superclass; - -+ (BOOL)supportsSecureCoding; - -- (id)_addAppleRemoteWithDeviceUID:(unsigned char)arg1; -- (id)_addDeviceWithType:(unsigned int)arg1 matching:(id)arg2 transportProperties:(id)arg3 error:(id*)arg4; -- (id)_findAppleRemoteWithUID:(unsigned char)arg1; -- (void)_recreatePairedDeviceFromDefaults:(id)arg1 key:(id)arg2; -- (void)_removeMappingForCommand:(unsigned int)arg1 from:(id)arg2; -- (id)addDeviceWithType:(unsigned int)arg1 matching:(id)arg2 error:(id*)arg3; -- (id)addDeviceWithType:(unsigned int)arg1 matching:(id)arg2 learningSession:(id)arg3 error:(id*)arg4; -- (BOOL)addMappingsFromRemote:(id)arg1 toLearningSession:(id)arg2; -- (id)appleIRDeviceWithUID:(unsigned char)arg1 create:(BOOL)arg2; -- (Class)classForCoder; -- (id)copyDevicePrefs:(id*)arg1; -- (id)copyPrefsPropertyForUUID:(id)arg1 UUIDKey:(id)arg2 key:(id)arg3; -- (void)dealloc; -- (BOOL)deleteDevicePrefsWithUUID:(id)arg1 UUIDKey:(id)arg2; -- (void)didAddDevice:(id)arg1; -- (void)didRemoveDevice:(id)arg1; -- (id)getExistingDeviceWithType:(unsigned int)arg1 matching:(id)arg2; -- (id)initWithInterface:(id)arg1; -- (id)interface; -- (void)interface:(id)arg1 receivedCommand:(id)arg2; -- (id)localDevice; -- (BOOL)mergePersistentMappingsFromSession:(id)arg1 ofDevice:(id)arg2; -- (void)migrateOldRemotes; -- (id)propertyForKey:(id)arg1 error:(id*)arg2; -- (BOOL)recreateDevices; -- (BOOL)saveDevicePrefsWithDict:(id)arg1 error:(id*)arg2; -- (void)setManager:(id)arg1; -- (BOOL)setPairedAppleRemote:(id)arg1 error:(id*)arg2; -- (BOOL)setPrefsPropertyForUUID:(id)arg1 UUIDKey:(id)arg2 object:(id)arg3 key:(id)arg4; -- (BOOL)setProperty:(id)arg1 forKey:(id)arg2 error:(id*)arg3; -- (id)thirdPartyRemotes; -- (void)updateAllowHibernation; -- (BOOL)updatePersistentValue:(id)arg1 forProperty:(id)arg2 ofDevice:(id)arg3; -- (void)willAddToManager:(id)arg1; -- (void)willRemoveDevice:(id)arg1; - -@end diff --git a/PrivateFrameworks/CoreRC.framework/CoreIRButton.h b/PrivateFrameworks/CoreRC.framework/CoreIRButton.h deleted file mode 100644 index 0bcdc03e82..0000000000 --- a/PrivateFrameworks/CoreRC.framework/CoreIRButton.h +++ /dev/null @@ -1,26 +0,0 @@ -/* Generated by RuntimeBrowser - Image: /System/Library/PrivateFrameworks/CoreRC.framework/CoreRC - */ - -@interface CoreIRButton : NSObject { - unsigned long _usageID; - unsigned long _usagePage; -} - -@property (nonatomic, readonly) unsigned long usageID; -@property (nonatomic, readonly) unsigned long usagePage; - -+ (BOOL)supportsSecureCoding; - -- (id)copyWithZone:(struct _NSZone { }*)arg1; -- (id)description; -- (void)encodeWithCoder:(id)arg1; -- (unsigned int)hash; -- (id)init; -- (id)initWithCoder:(id)arg1; -- (id)initWithUsagePage:(unsigned long)arg1 usageID:(unsigned long)arg2; -- (BOOL)isEqual:(id)arg1; -- (unsigned long)usageID; -- (unsigned long)usagePage; - -@end diff --git a/PrivateFrameworks/CoreRC.framework/CoreIRDevice.h b/PrivateFrameworks/CoreRC.framework/CoreIRDevice.h deleted file mode 100644 index 2b9070557a..0000000000 --- a/PrivateFrameworks/CoreRC.framework/CoreIRDevice.h +++ /dev/null @@ -1,63 +0,0 @@ -/* Generated by RuntimeBrowser - Image: /System/Library/PrivateFrameworks/CoreRC.framework/CoreRC - */ - -@interface CoreIRDevice : CoreRCDevice { - NSString * _OSDName; - NSArray * _buttons; - BOOL _isReceiver; - BOOL _isTransmitter; - CoreIRLearningSession * _learningSession; - unsigned int _vendorID; -} - -@property (nonatomic, copy) NSString *OSDName; -@property (nonatomic, copy) NSArray *buttons; -@property (nonatomic, readonly) NSUUID *deviceID; -@property (nonatomic, readonly) BOOL is3rdPartyRemote; -@property (nonatomic, readonly) BOOL isAppleRemote; -@property (nonatomic) BOOL isReceiver; -@property (nonatomic) BOOL isTransmitter; -@property (nonatomic, retain) CoreIRLearningSession *learningSession; -@property (nonatomic) unsigned int vendorID; - -+ (BOOL)supportsSecureCoding; - -- (id)OSDName; -- (id)buttons; -- (BOOL)changeButtonCombination:(id)arg1 delay:(double)arg2 enabled:(BOOL)arg3 error:(id*)arg4; -- (BOOL)clearAllStoredCommands:(id*)arg1; -- (void)dealloc; -- (id)debugDescription; -- (id)description; -- (id)deviceID; -- (BOOL)disableButtonCombination:(id)arg1 delay:(double)arg2 error:(id*)arg3; -- (BOOL)enableButtonCombination:(id)arg1 delay:(double)arg2 error:(id*)arg3; -- (void)encodeWithCoder:(id)arg1; -- (id)initWithBus:(id)arg1 local:(BOOL)arg2; -- (id)initWithBus:(id)arg1 local:(BOOL)arg2 deviceType:(unsigned int)arg3; -- (id)initWithCoder:(id)arg1; -- (id)initWithDevice:(id)arg1; -- (BOOL)is3rdPartyRemote; -- (BOOL)isAppleRemote; -- (BOOL)isReceiver; -- (BOOL)isTransmitter; -- (id)learningSession; -- (id)mergeProperties; -- (BOOL)pairAppleRemote:(id*)arg1; -- (BOOL)sendCommand:(id)arg1 error:(id*)arg2; -- (void)setButtons:(id)arg1; -- (BOOL)setCommand:(unsigned int)arg1 target:(id)arg2 forButtonCombination:(id)arg3 delay:(double)arg4 error:(id*)arg5; -- (void)setIsReceiver:(BOOL)arg1; -- (void)setIsTransmitter:(BOOL)arg1; -- (void)setLearningSession:(id)arg1; -- (void)setOSDName:(id)arg1; -- (BOOL)setOSDName:(id)arg1 error:(id*)arg2; -- (BOOL)setRemoteName:(id)arg1 error:(id*)arg2; -- (void)setVendorID:(unsigned int)arg1; -- (id)startLearningSessionWithReason:(unsigned int)arg1 error:(id*)arg2; -- (BOOL)unpairAppleRemote:(id*)arg1; -- (BOOL)updateMappingWithSession:(id)arg1 error:(id*)arg2; -- (unsigned int)vendorID; - -@end diff --git a/PrivateFrameworks/CoreRC.framework/CoreIRDeviceClient.h b/PrivateFrameworks/CoreRC.framework/CoreIRDeviceClient.h deleted file mode 100644 index 415771758f..0000000000 --- a/PrivateFrameworks/CoreRC.framework/CoreIRDeviceClient.h +++ /dev/null @@ -1,20 +0,0 @@ -/* Generated by RuntimeBrowser - Image: /System/Library/PrivateFrameworks/CoreRC.framework/CoreRC - */ - -@interface CoreIRDeviceClient : CoreIRDevice - -+ (BOOL)supportsSecureCoding; - -- (BOOL)changeButtonCombination:(id)arg1 delay:(double)arg2 enabled:(BOOL)arg3 error:(id*)arg4; -- (Class)classForCoder; -- (BOOL)clearAllStoredCommands:(id*)arg1; -- (BOOL)disableButtonCombination:(id)arg1 delay:(double)arg2 error:(id*)arg3; -- (BOOL)enableButtonCombination:(id)arg1 delay:(double)arg2 error:(id*)arg3; -- (BOOL)sendCommand:(id)arg1 error:(id*)arg2; -- (BOOL)setCommand:(unsigned int)arg1 target:(id)arg2 forButtonCombination:(id)arg3 delay:(double)arg4 error:(id*)arg5; -- (BOOL)setOSDName:(id)arg1 error:(id*)arg2; -- (id)startLearningSessionWithReason:(unsigned int)arg1 error:(id*)arg2; -- (BOOL)updateMappingWithSession:(id)arg1 error:(id*)arg2; - -@end diff --git a/PrivateFrameworks/CoreRC.framework/CoreIRDeviceProvider.h b/PrivateFrameworks/CoreRC.framework/CoreIRDeviceProvider.h deleted file mode 100644 index b0363ece14..0000000000 --- a/PrivateFrameworks/CoreRC.framework/CoreIRDeviceProvider.h +++ /dev/null @@ -1,68 +0,0 @@ -/* Generated by RuntimeBrowser - Image: /System/Library/PrivateFrameworks/CoreRC.framework/CoreRC - */ - -@interface CoreIRDeviceProvider : CoreIRDevice { - struct { - unsigned int matchIndex; - unsigned long long *commandArray; - unsigned int commandCount; - unsigned long long *repeatArray; - unsigned int repeatCount; - unsigned int command; - } _buttonArray; - unsigned long _buttonCount; - NSMutableSet * _commandMappings; - const struct { unsigned int x1; unsigned long long *x2; unsigned int x3; unsigned long long *x4; unsigned int x5; unsigned int x6; } * _lastButtonPressed; - unsigned long long _lastCommandTimestamp; - NSDictionary * _matchingDict; - unsigned long long _pressAndHoldTimeoutGenerationCount; -} - -@property (nonatomic, copy) NSDictionary *matchingDict; -@property (nonatomic, copy) NSDictionary *persistentProperties; - -+ (void)load; -+ (BOOL)supportsSecureCoding; - -- (struct { unsigned int x1; unsigned long long *x2; unsigned int x3; unsigned long long *x4; unsigned int x5; unsigned int x6; }*)_findButtonWithCommand:(unsigned int)arg1; -- (void)_removeMappingForCommand:(unsigned int)arg1; -- (long)_setInfraredCommandPattern:(id)arg1 repeatPattern:(id)arg2 forCommand:(unsigned int)arg3; -- (id)busProvider; -- (void)cancelPressAndHoldTimer; -- (Class)classForCoder; -- (BOOL)clearAllStoredCommands:(id*)arg1; -- (void)dealloc; -- (BOOL)disableButtonCombination:(id)arg1 delay:(double)arg2 error:(id*)arg3; -- (BOOL)dispatchButtonEventWithCommand:(unsigned int)arg1 pressed:(BOOL)arg2 timestamp:(unsigned long long)arg3 toDevice:(id)arg4; -- (BOOL)dispatchEventForCommand:(id)arg1 matchingButton:(const struct { unsigned int x1; unsigned long long *x2; unsigned int x3; unsigned long long *x4; unsigned int x5; unsigned int x6; }*)arg2 timestamp:(unsigned long long)arg3 toDevice:(id)arg4; -- (BOOL)dispatchEventsForCommand:(id)arg1 toDevice:(id)arg2; -- (BOOL)enableButtonCombination:(id)arg1 delay:(double)arg2 error:(id*)arg3; -- (void)encodeWithCoder:(id)arg1; -- (id)extendedPropertyForKey:(id)arg1 error:(id*)arg2; -- (unsigned int)findDuplicateIRCommand:(id)arg1 forCommand:(unsigned int)arg2 device:(id*)arg3; -- (void)handleIRCommand:(id)arg1; -- (id)infraredCommandForCommand:(unsigned int)arg1; -- (id)initWithBus:(id)arg1 local:(BOOL)arg2 deviceType:(unsigned int)arg3; -- (id)initWithCoder:(id)arg1; -- (id)initWithDevice:(id)arg1; -- (id)interface; -- (id)learningSessionProvider; -- (id)matchingDict; -- (id)persistentProperties; -- (void)schedulePressAndHoldTimer; -- (BOOL)sendCommand:(id)arg1 error:(id*)arg2; -- (BOOL)sendCommand:(unsigned int)arg1 target:(id)arg2 withDuration:(unsigned int)arg3 error:(id*)arg4; -- (BOOL)sendHIDEvent:(id)arg1 target:(id)arg2 error:(id*)arg3; -- (BOOL)setCommand:(unsigned int)arg1 target:(id)arg2 forButtonCombination:(id)arg3 delay:(double)arg4 error:(id*)arg5; -- (BOOL)setExtendedProperty:(id)arg1 forKey:(id)arg2 error:(id*)arg3; -- (BOOL)setInfraredCommand:(id)arg1 forCommand:(unsigned int)arg2 error:(id*)arg3; -- (BOOL)setMappingWithSession:(id)arg1 error:(id*)arg2; -- (void)setMatchingDict:(id)arg1; -- (BOOL)setOSDName:(id)arg1 error:(id*)arg2; -- (void)setPersistentProperties:(id)arg1; -- (id)startLearningSessionWithReason:(unsigned int)arg1 error:(id*)arg2; -- (void)synthesizeButtonReleaseWithTimestamp:(unsigned long long)arg1; -- (BOOL)updateMappingWithSession:(id)arg1 error:(id*)arg2; - -@end diff --git a/PrivateFrameworks/CoreRC.framework/CoreIRLearningSession.h b/PrivateFrameworks/CoreRC.framework/CoreIRLearningSession.h deleted file mode 100644 index aca5aadce2..0000000000 --- a/PrivateFrameworks/CoreRC.framework/CoreIRLearningSession.h +++ /dev/null @@ -1,35 +0,0 @@ -/* Generated by RuntimeBrowser - Image: /System/Library/PrivateFrameworks/CoreRC.framework/CoreRC - */ - -@interface CoreIRLearningSession : NSObject { - * _bridgeDelegate; - * _delegate; - CoreIRDevice * _owningDevice; - unsigned int _reason; -} - -@property (nonatomic) *bridgeDelegate; -@property (nonatomic) *delegate; -@property (nonatomic) CoreIRDevice *owningDevice; -@property (nonatomic, readonly) unsigned int reason; - -+ (BOOL)supportsSecureCoding; - -- (id)bridgeDelegate; -- (id)copyWithZone:(struct _NSZone { }*)arg1; -- (id)delegate; -- (void)encodeWithCoder:(id)arg1; -- (void)endLearning; -- (void)enumerateMappingWithBlock:(id /* block */)arg1; -- (id)init; -- (id)initWithCoder:(id)arg1; -- (id)initWithReason:(unsigned int)arg1; -- (id)owningDevice; -- (unsigned int)reason; -- (void)setBridgeDelegate:(id)arg1; -- (void)setDelegate:(id)arg1; -- (void)setOwningDevice:(id)arg1; -- (BOOL)startLearningCommand:(unsigned int)arg1; - -@end diff --git a/PrivateFrameworks/CoreRC.framework/CoreIRLearningSessionClient.h b/PrivateFrameworks/CoreRC.framework/CoreIRLearningSessionClient.h deleted file mode 100644 index 0f67355aa1..0000000000 --- a/PrivateFrameworks/CoreRC.framework/CoreIRLearningSessionClient.h +++ /dev/null @@ -1,16 +0,0 @@ -/* Generated by RuntimeBrowser - Image: /System/Library/PrivateFrameworks/CoreRC.framework/CoreRC - */ - -@interface CoreIRLearningSessionClient : CoreIRLearningSession { - CoreRCManagerClient * _manager; -} - -@property (nonatomic) CoreRCManagerClient *manager; - -- (void)endLearning; -- (id)manager; -- (void)setManager:(id)arg1; -- (BOOL)startLearningCommand:(unsigned int)arg1; - -@end diff --git a/PrivateFrameworks/CoreRC.framework/CoreIRLearningSessionProvider.h b/PrivateFrameworks/CoreRC.framework/CoreIRLearningSessionProvider.h deleted file mode 100644 index f62a75997a..0000000000 --- a/PrivateFrameworks/CoreRC.framework/CoreIRLearningSessionProvider.h +++ /dev/null @@ -1,52 +0,0 @@ -/* Generated by RuntimeBrowser - Image: /System/Library/PrivateFrameworks/CoreRC.framework/CoreRC - */ - -@interface CoreIRLearningSessionProvider : CoreIRLearningSession { - unsigned long long _captureDoneTicks; - NSObject * _captureDoneTimer; - NSObject * _captureIdleTimer; - NSObject * _captureNoSignalTimer; - unsigned long long _captureStartTicks; - int _captureState; - unsigned long long _capturedCommands; - unsigned long _capturedCount; - unsigned char _capturedProtocolID; - unsigned char _capturedProtocolOptions; - unsigned int _currentCommand; - NSMutableArray * _mappings; - NSObject * _queue; -} - -@property (nonatomic, readonly) unsigned int currentCommand; -@property (nonatomic, copy) NSMutableArray *mappings; - -- (BOOL)_addMapping:(id)arg1; -- (unsigned int)_findDuplicateIRCommand:(id)arg1 forCommand:(unsigned int)arg2 device:(id*)arg3; -- (id)_newMappingWithProtocolID:(unsigned char)arg1 options:(unsigned char)arg2 commandToMap:(unsigned int)arg3 commands:(unsigned long long*)arg4 commandCount:(unsigned long)arg5 repeats:(unsigned long long*)arg6 repeatCount:(unsigned long)arg7; -- (void)_removeMappingForCommand:(unsigned int)arg1; -- (BOOL)addMappingWithProtocolID:(unsigned char)arg1 options:(unsigned char)arg2 commandToMap:(unsigned int)arg3 commands:(unsigned long long*)arg4 commandCount:(unsigned long)arg5 repeats:(unsigned long long*)arg6 repeatCount:(unsigned long)arg7; -- (void)captureIRCommand:(id)arg1; -- (Class)classForCoder; -- (void)cleanup; -- (unsigned int)currentCommand; -- (void)dealloc; -- (void)disableAllTimers; -- (void)endLearning; -- (void)enumerateMappingWithBlock:(id /* block */)arg1; -- (void)handleDone; -- (void)handleIdle; -- (void)handleNoSignal; -- (void)initTimer:(id*)arg1 withTimeout:(unsigned long long)arg2 handler:(id /* block */)arg3; -- (long)initTimers; -- (id)mappings; -- (void)processCapturedPattern; -- (void)processIRCommand:(id)arg1; -- (void)scheduleWithDispatchQueue:(id)arg1; -- (void)setCaptureState:(int)arg1; -- (void)setMappings:(id)arg1; -- (BOOL)startLearningCommand:(unsigned int)arg1; -- (void)updateProgress; -- (void)waitForIdle; - -@end diff --git a/PrivateFrameworks/CoreRC.framework/CoreRCBus.h b/PrivateFrameworks/CoreRC.framework/CoreRCBus.h deleted file mode 100644 index d9f6bcac5c..0000000000 --- a/PrivateFrameworks/CoreRC.framework/CoreRCBus.h +++ /dev/null @@ -1,66 +0,0 @@ -/* Generated by RuntimeBrowser - Image: /System/Library/PrivateFrameworks/CoreRC.framework/CoreRC - */ - -@interface CoreRCBus : NSObject { - unsigned int _assertionID; - * _delegate; - NSMutableSet * _devicesInternal; - CoreRCManager * _manager; - NSUUID * _uniqueID; -} - -@property (nonatomic, readonly) BOOL allowHibernation; -@property (nonatomic, readonly) NSSet *devices; -@property (nonatomic, readonly) NSMutableSet *devicesInternal; -@property (nonatomic, readonly) NSObject *serialQueue; -@property (nonatomic, readonly) NSUUID *uniqueID; - -+ (BOOL)supportsSecureCoding; - -- (int)_allowSleep; -- (int)_preventSleep; -- (void)addDevice:(id)arg1; -- (BOOL)allowHibernation; -- (id)copyWithZone:(struct _NSZone { }*)arg1; -- (void)dealloc; -- (id)delegate; -- (id)description; -- (id)deviceOnBusEquivalentTo:(id)arg1; -- (id)devices; -- (id)devicesInternal; -- (void)didAddDevice:(id)arg1; -- (void)didAddToManager:(id)arg1; -- (void)didRemoveDevice:(id)arg1; -- (void)didRemoveFromManager:(id)arg1; -- (void)didUpdateProperties:(id)arg1; -- (void)encodeWithCoder:(id)arg1; -- (unsigned int)hash; -- (id)init; -- (id)initWithBus:(id)arg1; -- (id)initWithCoder:(id)arg1; -- (BOOL)isEqual:(id)arg1; -- (id)manager; -- (id)mergeDevice:(id)arg1; -- (id)mergeProperties; -- (void)mergePropertiesFromBus:(id)arg1; -- (void)notifyDelegateAllDevicesRemoved:(id)arg1; -- (void)notifyDelegateDeviceAdded:(id)arg1; -- (void)notifyDelegateDeviceRemoved:(id)arg1; -- (void)notifyDelegateDeviceUpdated:(id)arg1; -- (id)propertyForKey:(id)arg1 error:(id*)arg2; -- (void)removeAllDevices; -- (void)removeDevice:(id)arg1; -- (void)replaceDevice:(id)arg1 withDevice:(id)arg2; -- (id)serialQueue; -- (BOOL)setAllowHibernation:(BOOL)arg1 error:(id*)arg2; -- (void)setDelegate:(id)arg1; -- (void)setManager:(id)arg1; -- (BOOL)setProperty:(id)arg1 forKey:(id)arg2 error:(id*)arg3; -- (id)uniqueID; -- (void)willAddDevice:(id)arg1; -- (void)willAddToManager:(id)arg1; -- (void)willRemoveDevice:(id)arg1; -- (void)willRemoveFromManager:(id)arg1; - -@end diff --git a/PrivateFrameworks/CoreRC.framework/CoreRCDevice.h b/PrivateFrameworks/CoreRC.framework/CoreRCDevice.h deleted file mode 100644 index 492fedde9a..0000000000 --- a/PrivateFrameworks/CoreRC.framework/CoreRCDevice.h +++ /dev/null @@ -1,55 +0,0 @@ -/* Generated by RuntimeBrowser - Image: /System/Library/PrivateFrameworks/CoreRC.framework/CoreRC - */ - -@interface CoreRCDevice : NSObject { - NSUUID * _busUniqueID; - * _delegate; - BOOL _isLocalDevice; - CoreRCManager * _manager; - unsigned int _owningClients; - NSUUID * _uniqueID; -} - -@property (nonatomic, readonly) NSUUID *busUniqueID; -@property (nonatomic, readonly) BOOL isLocalDevice; -@property (nonatomic, copy) NSUUID *uniqueID; - -+ (BOOL)supportsSecureCoding; - -- (unsigned int)addOwningClient:(id)arg1; -- (id)bus; -- (id)busUniqueID; -- (id)copyWithZone:(struct _NSZone { }*)arg1; -- (void)dealloc; -- (id)delegate; -- (id)description; -- (void)didAddToBus:(id)arg1; -- (void)didRemoveFromBus:(id)arg1; -- (void)encodeWithCoder:(id)arg1; -- (id)extendedPropertyForKey:(id)arg1 error:(id*)arg2; -- (unsigned int)hash; -- (id)init; -- (id)initWithBus:(id)arg1 local:(BOOL)arg2; -- (id)initWithCoder:(id)arg1; -- (id)initWithDevice:(id)arg1; -- (BOOL)isEqual:(id)arg1; -- (BOOL)isLocalDevice; -- (id)manager; -- (id)mergeProperties; -- (void)mergePropertiesFromDevice:(id)arg1; -- (void)readyToSend; -- (void)receivedHIDEvent:(id)arg1 fromDevice:(id)arg2; -- (unsigned int)removeOwningClient:(id)arg1; -- (BOOL)sendCommand:(unsigned int)arg1 target:(id)arg2 withDuration:(unsigned int)arg3 error:(id*)arg4; -- (BOOL)sendHIDEvent:(id)arg1 error:(id*)arg2; -- (BOOL)sendHIDEvent:(id)arg1 target:(id)arg2 error:(id*)arg3; -- (void)setDelegate:(id)arg1; -- (BOOL)setExtendedProperty:(id)arg1 forKey:(id)arg2 error:(id*)arg3; -- (void)setManager:(id)arg1; -- (void)setUniqueID:(id)arg1; -- (id)uniqueID; -- (void)willAddToBus:(id)arg1; -- (void)willRemoveFromBus:(id)arg1; - -@end diff --git a/PrivateFrameworks/CoreRC.framework/CoreRCHIDEvent.h b/PrivateFrameworks/CoreRC.framework/CoreRCHIDEvent.h deleted file mode 100644 index c2aca75870..0000000000 --- a/PrivateFrameworks/CoreRC.framework/CoreRCHIDEvent.h +++ /dev/null @@ -1,32 +0,0 @@ -/* Generated by RuntimeBrowser - Image: /System/Library/PrivateFrameworks/CoreRC.framework/CoreRC - */ - -@interface CoreRCHIDEvent : NSObject { - struct __IOHIDEvent { } * _3rdPartyChildEvent; - struct __IOHIDEvent { } * _event; -} - -+ (BOOL)supportsSecureCoding; - -- (id)copyWithZone:(struct _NSZone { }*)arg1; -- (void)dealloc; -- (id)debugDescription; -- (id)description; -- (void)encodeWithCoder:(id)arg1; -- (struct __IOHIDEvent { }*)event; -- (BOOL)getCECUserControl:(struct CECUserControl { unsigned char x1; union CECUICommandOperand { struct CECChannelIdentifier { unsigned int x_1_2_1 : 6; unsigned int x_1_2_2 : 10; unsigned int x_1_2_3 : 16; } x_2_1_1; unsigned char x_2_1_2; unsigned char x_2_1_3; unsigned char x_2_1_4; unsigned char x_2_1_5; unsigned char x_2_1_6; unsigned char x_2_1_7; } x2; }*)arg1 pressed:(BOOL*)arg2; -- (void)getCommand:(unsigned int*)arg1 pressed:(BOOL*)arg2; -- (id)init; -- (id)initKeyboardEventWithUsagePage:(unsigned int)arg1 usageID:(unsigned int)arg2 pressed:(BOOL)arg3 timestamp:(unsigned long long)arg4; -- (id)initWithCECDeckControlMode:(unsigned char)arg1 pressed:(BOOL)arg2; -- (id)initWithCECPlayMode:(unsigned char)arg1 pressed:(BOOL)arg2; -- (id)initWithCECUserControl:(struct CECUserControl { unsigned char x1; union CECUICommandOperand { struct CECChannelIdentifier { unsigned int x_1_2_1 : 6; unsigned int x_1_2_2 : 10; unsigned int x_1_2_3 : 16; } x_2_1_1; unsigned char x_2_1_2; unsigned char x_2_1_3; unsigned char x_2_1_4; unsigned char x_2_1_5; unsigned char x_2_1_6; unsigned char x_2_1_7; } x2; })arg1 pressed:(BOOL)arg2; -- (id)initWithCoder:(id)arg1; -- (id)initWithCommand:(unsigned int)arg1 pressed:(BOOL)arg2; -- (id)initWithCommand:(unsigned int)arg1 pressed:(BOOL)arg2 timestamp:(unsigned long long)arg3; -- (id)initWithIOHIDEvent:(struct __IOHIDEvent { }*)arg1; -- (BOOL)isEqualToRCHIDEvent:(id)arg1; -- (BOOL)isRepeat; - -@end diff --git a/PrivateFrameworks/CoreRC.framework/CoreRCInterface.h b/PrivateFrameworks/CoreRC.framework/CoreRCInterface.h deleted file mode 100644 index b5a6a48918..0000000000 --- a/PrivateFrameworks/CoreRC.framework/CoreRCInterface.h +++ /dev/null @@ -1,24 +0,0 @@ -/* Generated by RuntimeBrowser - Image: /System/Library/PrivateFrameworks/CoreRC.framework/CoreRC - */ - -@interface CoreRCInterface : NSObject { - CoreRCInterfaceListener * _listener; - id _testProperty; -} - -@property (nonatomic) CoreRCInterfaceListener *listener; -@property (nonatomic, copy) id testProperty; - -- (void)dealloc; -- (BOOL)doesNotImplement:(SEL)arg1 error:(id*)arg2; -- (id)listener; -- (id)propertyForKey:(id)arg1 error:(id*)arg2; -- (void)scheduleWithDispatchQueue:(id)arg1; -- (void)setListener:(id)arg1; -- (BOOL)setProperty:(id)arg1 forKey:(id)arg2 error:(id*)arg3; -- (void)setTestProperty:(id)arg1; -- (id)testProperty; -- (void)unscheduleFromDispatchQueue:(id)arg1; - -@end diff --git a/PrivateFrameworks/CoreRC.framework/CoreRCInterfaceController.h b/PrivateFrameworks/CoreRC.framework/CoreRCInterfaceController.h deleted file mode 100644 index c61f21e056..0000000000 --- a/PrivateFrameworks/CoreRC.framework/CoreRCInterfaceController.h +++ /dev/null @@ -1,34 +0,0 @@ -/* Generated by RuntimeBrowser - Image: /System/Library/PrivateFrameworks/CoreRC.framework/CoreRC - */ - -@interface CoreRCInterfaceController : NSObject { - * _delegate; - NSMutableArray * _interfaceListeners; - NSObject * _queue; -} - -@property (readonly, copy) NSString *debugDescription; -@property (nonatomic) *delegate; -@property (readonly, copy) NSString *description; -@property (nonatomic, readonly) CECFakeInterfaceListener *fakeInterfaceListener; -@property (readonly) unsigned int hash; -@property (nonatomic, readonly) NSArray *interfaceListeners; -@property (nonatomic, readonly) NSObject *queue; -@property (readonly) Class superclass; - -- (BOOL)addBundlesFromPaths:(id)arg1 expectedClass:(Class)arg2; -- (BOOL)addInterfaceListenerClass:(Class)arg1; -- (void)dealloc; -- (id)delegate; -- (id)fakeInterfaceListener; -- (id)firstInterface; -- (id)init; -- (void)interfaceListener:(id)arg1 didAddInterface:(id)arg2; -- (void)interfaceListener:(id)arg1 didRemoveInterface:(id)arg2; -- (id)interfaceListeners; -- (id)queue; -- (void)setDelegate:(id)arg1; -- (void)startOnQueue:(id)arg1; - -@end diff --git a/PrivateFrameworks/CoreRC.framework/CoreRCInterfaceListener.h b/PrivateFrameworks/CoreRC.framework/CoreRCInterfaceListener.h deleted file mode 100644 index 0b44b6fcac..0000000000 --- a/PrivateFrameworks/CoreRC.framework/CoreRCInterfaceListener.h +++ /dev/null @@ -1,25 +0,0 @@ -/* Generated by RuntimeBrowser - Image: /System/Library/PrivateFrameworks/CoreRC.framework/CoreRC - */ - -@interface CoreRCInterfaceListener : NSObject { - * _delegate; - NSMutableArray * _interfaces; -} - -@property (nonatomic) *delegate; -@property (nonatomic, readonly) NSArray *interfaces; - -- (void)addInterface:(id)arg1; -- (void)dealloc; -- (id)delegate; -- (id)firstInterface; -- (id)init; -- (id)initWithInterfaceController:(id)arg1; -- (id)interfaces; -- (void)removeInterface:(id)arg1; -- (void)scheduleWithDispatchQueue:(id)arg1; -- (void)setDelegate:(id)arg1; -- (void)unscheduleFromDispatchQueue:(id)arg1; - -@end diff --git a/PrivateFrameworks/CoreRC.framework/CoreRCManager.h b/PrivateFrameworks/CoreRC.framework/CoreRCManager.h deleted file mode 100644 index 9cabb60614..0000000000 --- a/PrivateFrameworks/CoreRC.framework/CoreRCManager.h +++ /dev/null @@ -1,43 +0,0 @@ -/* Generated by RuntimeBrowser - Image: /System/Library/PrivateFrameworks/CoreRC.framework/CoreRC - */ - -@interface CoreRCManager : NSObject { - NSMutableSet * _busesInternal; - * _delegate; - CoreIRLearningSession * _learningSessionInternal; - NSObject * _serialQueue; -} - -@property (nonatomic, readonly) NSSet *buses; -@property (nonatomic, readonly) NSMutableSet *busesInternal; -@property (nonatomic, readonly) CoreIRLearningSession *learningSessionInternal; -@property (nonatomic, readonly) NSObject *serialQueue; - -+ (id)allocWithZone:(struct _NSZone { }*)arg1; - -- (void)addBus:(id)arg1; -- (id)buses; -- (id)busesInternal; -- (void)dealloc; -- (id)delegate; -- (id)extendedPropertyForKey:(id)arg1 ofDevice:(id)arg2 error:(id*)arg3; -- (id)init; -- (id)initWithSerialQueue:(id)arg1; -- (id)learningSessionInternal; -- (id)managedBusEquivalentTo:(id)arg1; -- (id)managedBusForDevice:(id)arg1; -- (id)managedDeviceEquivalentTo:(id)arg1; -- (void)notifyDelegateAddBus:(id)arg1; -- (void)notifyDelegateRemoveBus:(id)arg1; -- (void)notifyDelegateUpdateBus:(id)arg1; -- (id)propertyForKey:(id)arg1 ofBus:(id)arg2 error:(id*)arg3; -- (void)removeBus:(id)arg1; -- (BOOL)sendCommand:(unsigned int)arg1 fromDevice:(id)arg2 toDevice:(id)arg3 withDuration:(unsigned int)arg4 error:(id*)arg5; -- (BOOL)sendHIDEvent:(id)arg1 fromDevice:(id)arg2 toDevice:(id)arg3 error:(id*)arg4; -- (id)serialQueue; -- (void)setDelegate:(id)arg1; -- (BOOL)setExtendedProperty:(id)arg1 forKey:(id)arg2 ofDevice:(id)arg3 error:(id*)arg4; -- (BOOL)setProperty:(id)arg1 forKey:(id)arg2 ofBus:(id)arg3 error:(id*)arg4; - -@end diff --git a/PrivateFrameworks/CoreRC.framework/CoreRCManagerClient.h b/PrivateFrameworks/CoreRC.framework/CoreRCManagerClient.h deleted file mode 100644 index 17237abf02..0000000000 --- a/PrivateFrameworks/CoreRC.framework/CoreRCManagerClient.h +++ /dev/null @@ -1,93 +0,0 @@ -/* Generated by RuntimeBrowser - Image: /System/Library/PrivateFrameworks/CoreRC.framework/CoreRC - */ - -@interface CoreRCManagerClient : CoreRCManager { - NSXPCConnection * _connection; -} - -@property (readonly, copy) NSString *debugDescription; -@property (readonly, copy) NSString *description; -@property (readonly) unsigned int hash; -@property (readonly) Class superclass; - -- (void)addDeviceOnBusAsync:(id)arg1 withType:(unsigned int)arg2 matching:(id)arg3 reply:(id /* block */)arg4; -- (void)addDeviceOnBusAsync:(id)arg1 withType:(unsigned int)arg2 matching:(id)arg3 withSessionOwningDevice:(id)arg4 reply:(id /* block */)arg5; -- (void)bus:(id)arg1 deviceHasBeenAdded:(id)arg2; -- (void)bus:(id)arg1 deviceHasBeenRemoved:(id)arg2; -- (void)bus:(id)arg1 deviceHasBeenUpdated:(id)arg2; -- (void)busHasBeenAdded:(id)arg1; -- (void)busHasBeenRemoved:(id)arg1; -- (void)busHasBeenUpdated:(id)arg1; -- (id)buses; -- (void)cecBus:(id)arg1 activeSourceHasChangedTo:(id)arg2 fromDevice:(id)arg3; -- (void)cecDevice:(id)arg1 activeSourceStatusHasChanged:(BOOL)arg2; -- (void)cecDevice:(id)arg1 deckControlCommandHasBeenReceived:(unsigned int)arg2 fromDevice:(id)arg3; -- (void)cecDevice:(id)arg1 deckControlPlayHasBeenReceived:(unsigned int)arg2 fromDevice:(id)arg3; -- (void)cecDevice:(id)arg1 deckControlStatusHasBeenUpdated:(unsigned int)arg2 fromDevice:(id)arg3; -- (void)cecDevice:(id)arg1 featureAbort:(id)arg2; -- (void)cecDevice:(id)arg1 standbyRequestHasBeenReceived:(id)arg2; -- (void)cecDeviceShouldAssertActiveSource:(id)arg1; -- (void)changeButtonCombinationAsync:(id)arg1 delay:(double)arg2 enabled:(BOOL)arg3 forDevice:(id)arg4 reply:(id /* block */)arg5; -- (void)clearAllStoredCommandsFromDeviceAsync:(id)arg1 reply:(id /* block */)arg2; -- (id)connection; -- (void)connectionInterrupted; -- (void)dealloc; -- (void)deleteDeviceAsync:(id)arg1 fromBus:(id)arg2 reply:(id /* block */)arg3; -- (void)device:(id)arg1 receivedHIDEvent:(id)arg2 fromDevice:(id)arg3; -- (void)endLearningWithDeviceAsync:(id)arg1 reply:(id /* block */)arg2; -- (id)extendedPropertyForKey:(id)arg1 ofDevice:(id)arg2 error:(id*)arg3; -- (void)fakeCreateCECBusAsync:(unsigned int)arg1 reply:(id /* block */)arg2; -- (void)fakeCreateRemoteCECDeviceAsync:(unsigned int)arg1 bus:(id)arg2 logicalAddress:(unsigned char)arg3 physicalAddress:(unsigned int)arg4 reply:(id /* block */)arg5; -- (void)fakeRemoveCECBusAsync:(id)arg1 reply:(id /* block */)arg2; -- (void)fakeRemoveCECDeviceAsync:(id)arg1 reply:(id /* block */)arg2; -- (void)fakeSetCECBusLinkStateAsync:(id)arg1 linkState:(BOOL)arg2 physicalAddress:(unsigned int)arg3 reply:(id /* block */)arg4; -- (void)fakeSetCECDeviceLogicalAddressAsync:(id)arg1 logicalAddress:(unsigned char)arg2 reply:(id /* block */)arg3; -- (void)getExtendedPropertyAsyncForKey:(id)arg1 ofDevice:(id)arg2 reply:(id /* block */)arg3; -- (void)getPropertyAsyncForKey:(id)arg1 ofBus:(id)arg2 reply:(id /* block */)arg3; -- (void)invalidate; -- (void)learningSessionForDevice:(id)arg1 commandProgress:(id)arg2; -- (void)learningSessionForDevice:(id)arg1 duplicateCommand:(unsigned int)arg2 target:(id)arg3; -- (void)learningSessionForDevice:(id)arg1 status:(unsigned int)arg2; -- (void)learningSessionForDeviceCommandDone:(id)arg1; -- (void)mergeBus:(id)arg1; -- (void)performActiveSourceAsync:(id)arg1 withMenus:(BOOL)arg2 reply:(id /* block */)arg3; -- (void)performDeckControlCommandAsync:(id)arg1 controlMode:(unsigned int)arg2 targetDevice:(id)arg3 reply:(id /* block */)arg4; -- (void)performDeckControlPlayAsync:(id)arg1 playMode:(unsigned int)arg2 targetDevice:(id)arg3 reply:(id /* block */)arg4; -- (void)performDeckControlRefreshStatusAsync:(id)arg1 targetDevice:(id)arg2 requestType:(unsigned int)arg3 reply:(id /* block */)arg4; -- (void)performDeckControlSetDeckStatusAsync:(unsigned int)arg1 forDevice:(id)arg2 reply:(id /* block */)arg3; -- (void)performInactiveSourceAsync:(id)arg1 reply:(id /* block */)arg2; -- (void)performRefreshDevicesAsync:(id)arg1 reply:(id /* block */)arg2; -- (void)performRefreshProperties:(id)arg1 ofDevice:(id)arg2 withDeviceAsync:(id)arg3 reply:(id /* block */)arg4; -- (void)performRequestActiveSourceAsync:(id)arg1 reply:(id /* block */)arg2; -- (void)performSetPowerStatus:(unsigned int)arg1 withDeviceAsync:(id)arg2 reply:(id /* block */)arg3; -- (void)performSetSystemAudioControlEnabled:(BOOL)arg1 withDeviceAsync:(id)arg2 reply:(id /* block */)arg3; -- (void)performStandbyAsync:(id)arg1 targetDevice:(id)arg2 reply:(id /* block */)arg3; -- (void)performSystemAudioModeRequestAsync:(id)arg1 withDesiredState:(unsigned int)arg2 reply:(id /* block */)arg3; -- (id)propertyForKey:(id)arg1 ofBus:(id)arg2 error:(id*)arg3; -- (void)queryBusesAsync:(id /* block */)arg1; -- (void)queryLocalInstanceAsync:(unsigned int)arg1 bus:(id)arg2 reply:(id /* block */)arg3; -- (void)queryLoggingAsync:(id /* block */)arg1; -- (BOOL)sendCommand:(unsigned int)arg1 fromDevice:(id)arg2 toDevice:(id)arg3 withDuration:(unsigned int)arg4 error:(id*)arg5; -- (void)sendCommandAsync:(id)arg1 fromDevice:(id)arg2 reply:(id /* block */)arg3; -- (void)sendCommandAsync:(unsigned int)arg1 fromDevice:(id)arg2 toDevice:(id)arg3 withDuration:(unsigned int)arg4 reply:(id /* block */)arg5; -- (BOOL)sendHIDEvent:(id)arg1 fromDevice:(id)arg2 toDevice:(id)arg3 error:(id*)arg4; -- (void)sendHIDEventAsync:(id)arg1 fromDevice:(id)arg2 toDevice:(id)arg3 reply:(id /* block */)arg4; -- (void)setCommandAsync:(unsigned int)arg1 target:(id)arg2 source:(id)arg3 forButtonCombination:(id)arg4 delay:(double)arg5 reply:(id /* block */)arg6; -- (void)setDelegate:(id)arg1; -- (BOOL)setExtendedProperty:(id)arg1 forKey:(id)arg2 ofDevice:(id)arg3 error:(id*)arg4; -- (void)setExtendedPropertyAsync:(id)arg1 forKey:(id)arg2 ofDevice:(id)arg3 reply:(id /* block */)arg4; -- (void)setLogging:(id)arg1; -- (void)setLoggingAsync:(id)arg1 reply:(id /* block */)arg2; -- (void)setOSDNameAsync:(id)arg1 forDevice:(id)arg2 reply:(id /* block */)arg3; -- (void)setOsdNameAsync:(id)arg1 forBus:(id)arg2 reply:(id /* block */)arg3; -- (void)setPairStateAsync:(BOOL)arg1 forAppleRemote:(id)arg2 reply:(id /* block */)arg3; -- (BOOL)setProperty:(id)arg1 forKey:(id)arg2 ofBus:(id)arg3 error:(id*)arg4; -- (void)setPropertyAsync:(id)arg1 forKey:(id)arg2 ofBus:(id)arg3 reply:(id /* block */)arg4; -- (void)setTvLanguageCodeAsync:(id)arg1 forBus:(id)arg2 reply:(id /* block */)arg3; -- (void)startLearningCommandAsync:(unsigned int)arg1 withDevice:(id)arg2 reply:(id /* block */)arg3; -- (void)startLearningSessionWithDeviceAsync:(id)arg1 forReason:(id)arg2 reply:(id /* block */)arg3; -- (void)synchBuses:(id)arg1; -- (void)updateMappingWithSessionOwningDeviceAsync:(id)arg1 forTargetDevice:(id)arg2 reply:(id /* block */)arg3; - -@end diff --git a/PrivateFrameworks/CoreRC.framework/CoreRCManagerProvider.h b/PrivateFrameworks/CoreRC.framework/CoreRCManagerProvider.h deleted file mode 100644 index 2a636f7f7d..0000000000 --- a/PrivateFrameworks/CoreRC.framework/CoreRCManagerProvider.h +++ /dev/null @@ -1,41 +0,0 @@ -/* Generated by RuntimeBrowser - Image: /System/Library/PrivateFrameworks/CoreRC.framework/CoreRC - */ - -@interface CoreRCManagerProvider : CoreRCManager { - CoreRCInterfaceController * _interfaceController; - NSArray * _pluginOverrides; - CoreCECOverride * _standardOverride; -} - -@property (readonly, copy) NSString *debugDescription; -@property (readonly, copy) NSString *description; -@property (readonly) unsigned int hash; -@property (nonatomic, readonly) CoreRCInterfaceController *interfaceController; -@property (nonatomic, retain) NSArray *pluginOverrides; -@property (nonatomic, retain) CoreCECOverride *standardOverride; -@property (readonly) Class superclass; - -+ (id)allocWithZone:(struct _NSZone { }*)arg1; - -- (id)addDeviceWithBus:(id)arg1 logicalAddress:(unsigned char)arg2 physicalAddress:(unsigned int)arg3 deviceType:(unsigned int)arg4 message:(id)arg5 reason:(unsigned int)arg6; -- (id)addDeviceWithBus:(id)arg1 transportProperties:(id)arg2 error:(id*)arg3; -- (id)createRCOverrideFromPaths:(id)arg1; -- (void)dealloc; -- (id)extendedPropertyForKey:(id)arg1 ofDevice:(id)arg2 error:(id*)arg3; -- (void)initCECOverrides; -- (void)initOverrides; -- (id)initWithSerialQueue:(id)arg1; -- (id)initWithSerialQueue:(id)arg1 withoutPlugins:(BOOL)arg2; -- (id)interfaceController; -- (void)interfaceController:(id)arg1 didAddInterface:(id)arg2; -- (void)interfaceController:(id)arg1 didRemoveInterface:(id)arg2; -- (id)pluginOverrides; -- (id)propertyForKey:(id)arg1 ofBus:(id)arg2 error:(id*)arg3; -- (BOOL)setExtendedProperty:(id)arg1 forKey:(id)arg2 ofDevice:(id)arg3 error:(id*)arg4; -- (void)setPluginOverrides:(id)arg1; -- (BOOL)setProperty:(id)arg1 forKey:(id)arg2 ofBus:(id)arg3 error:(id*)arg4; -- (void)setStandardOverride:(id)arg1; -- (id)standardOverride; - -@end diff --git a/PrivateFrameworks/CoreRC.framework/CoreRCOverride.h b/PrivateFrameworks/CoreRC.framework/CoreRCOverride.h deleted file mode 100644 index d888851719..0000000000 --- a/PrivateFrameworks/CoreRC.framework/CoreRCOverride.h +++ /dev/null @@ -1,9 +0,0 @@ -/* Generated by RuntimeBrowser - Image: /System/Library/PrivateFrameworks/CoreRC.framework/CoreRC - */ - -@interface CoreRCOverride : NSObject - -- (id)addDeviceWithBus:(id)arg1 transportProperties:(id)arg2 error:(id*)arg3; - -@end diff --git a/PrivateFrameworks/CoreRC.framework/CoreRCXPCService.h b/PrivateFrameworks/CoreRC.framework/CoreRCXPCService.h deleted file mode 100644 index 634abd79cb..0000000000 --- a/PrivateFrameworks/CoreRC.framework/CoreRCXPCService.h +++ /dev/null @@ -1,137 +0,0 @@ -/* Generated by RuntimeBrowser - Image: /System/Library/PrivateFrameworks/CoreRC.framework/CoreRC - */ - -@interface CoreRCXPCService : NSObject { - NSMutableSet * _connections; - NSXPCListener * _listener; - CoreRCManagerProvider * _manager; - NSObject * _queue; -} - -@property (nonatomic, readonly) NSSet *connections; -@property (readonly, copy) NSString *debugDescription; -@property (readonly, copy) NSString *description; -@property (readonly) unsigned int hash; -@property (nonatomic, readonly) CoreRCManagerProvider *manager; -@property (nonatomic, readonly) NSObject *queue; -@property (readonly) Class superclass; - -- (void)_addDeviceOnBusAsync:(id)arg1 withType:(unsigned int)arg2 matching:(id)arg3 reply:(id /* block */)arg4; -- (void)_addDeviceOnBusAsync:(id)arg1 withType:(unsigned int)arg2 matching:(id)arg3 withSessionOwningDevice:(id)arg4 reply:(id /* block */)arg5; -- (void)_changeButtonCombinationAsync:(id)arg1 delay:(double)arg2 enabled:(BOOL)arg3 forDevice:(id)arg4 reply:(id /* block */)arg5; -- (void)_clearAllStoredCommandsFromDeviceAsync:(id)arg1 reply:(id /* block */)arg2; -- (void)_deleteDeviceAsync:(id)arg1 fromBus:(id)arg2 reply:(id /* block */)arg3; -- (void)_endLearningWithDeviceAsync:(id)arg1 reply:(id /* block */)arg2; -- (void)_fakeCreateCECBusAsync:(unsigned int)arg1 reply:(id /* block */)arg2; -- (void)_fakeCreateRemoteCECDeviceAsync:(unsigned int)arg1 bus:(id)arg2 logicalAddress:(unsigned char)arg3 physicalAddress:(unsigned int)arg4 reply:(id /* block */)arg5; -- (void)_fakeRemoveCECBusAsync:(id)arg1 reply:(id /* block */)arg2; -- (void)_fakeRemoveCECDeviceAsync:(id)arg1 reply:(id /* block */)arg2; -- (void)_fakeSetCECBusLinkStateAsync:(id)arg1 linkState:(BOOL)arg2 physicalAddress:(unsigned int)arg3 reply:(id /* block */)arg4; -- (void)_fakeSetCECDeviceLogicalAddressAsync:(id)arg1 logicalAddress:(unsigned char)arg2 reply:(id /* block */)arg3; -- (void)_getExtendedPropertyAsyncForKey:(id)arg1 ofDevice:(id)arg2 reply:(id /* block */)arg3; -- (void)_getPropertyAsyncForKey:(id)arg1 ofBus:(id)arg2 reply:(id /* block */)arg3; -- (void)_performActiveSourceAsync:(id)arg1 withMenus:(BOOL)arg2 hasEntitlement:(id)arg3 reply:(id /* block */)arg4; -- (void)_performDeckControlCommandAsync:(id)arg1 controlMode:(unsigned int)arg2 targetDevice:(id)arg3 hasEntitlement:(id)arg4 reply:(id /* block */)arg5; -- (void)_performDeckControlPlayAsync:(id)arg1 playMode:(unsigned int)arg2 targetDevice:(id)arg3 hasEntitlement:(id)arg4 reply:(id /* block */)arg5; -- (void)_performDeckControlRefreshStatusAsync:(id)arg1 targetDevice:(id)arg2 requestType:(unsigned int)arg3 hasEntitlement:(id)arg4 reply:(id /* block */)arg5; -- (void)_performDeckControlSetDeckStatusAsync:(unsigned int)arg1 forDevice:(id)arg2 hasEntitlement:(id)arg3 reply:(id /* block */)arg4; -- (void)_performInactiveSourceAsync:(id)arg1 hasEntitlement:(id)arg2 reply:(id /* block */)arg3; -- (void)_performRefreshDevicesAsync:(id)arg1 hasEntitlement:(id)arg2 reply:(id /* block */)arg3; -- (void)_performRefreshProperties:(id)arg1 ofDevice:(id)arg2 withDeviceAsync:(id)arg3 hasEntitlement:(id)arg4 reply:(id /* block */)arg5; -- (void)_performRequestActiveSourceAsync:(id)arg1 hasEntitlement:(id)arg2 reply:(id /* block */)arg3; -- (void)_performSetPowerStatus:(unsigned int)arg1 withDeviceAsync:(id)arg2 hasEntitlement:(id)arg3 reply:(id /* block */)arg4; -- (void)_performSetSystemAudioControlEnabled:(BOOL)arg1 withDeviceAsync:(id)arg2 hasEntitlement:(id)arg3 reply:(id /* block */)arg4; -- (void)_performStandbyAsync:(id)arg1 targetDevice:(id)arg2 hasEntitlement:(id)arg3 reply:(id /* block */)arg4; -- (void)_performSystemAudioModeRequestAsync:(id)arg1 withDesiredState:(unsigned int)arg2 hasEntitlement:(id)arg3 reply:(id /* block */)arg4; -- (void)_queryBusesAsync:(id /* block */)arg1; -- (void)_queryLocalInstanceAsync:(unsigned int)arg1 bus:(id)arg2 client:(id)arg3 reply:(id /* block */)arg4; -- (void)_sendCommandAsync:(id)arg1 fromDevice:(id)arg2 reply:(id /* block */)arg3; -- (void)_sendCommandAsync:(unsigned int)arg1 fromDevice:(id)arg2 toDevice:(id)arg3 withDuration:(unsigned int)arg4 reply:(id /* block */)arg5; -- (void)_sendHIDEventAsync:(id)arg1 fromDevice:(id)arg2 toDevice:(id)arg3 reply:(id /* block */)arg4; -- (void)_setCommandAsync:(unsigned int)arg1 target:(id)arg2 source:(id)arg3 forButtonCombination:(id)arg4 delay:(double)arg5 reply:(id /* block */)arg6; -- (void)_setExtendedPropertyAsync:(id)arg1 forKey:(id)arg2 ofDevice:(id)arg3 reply:(id /* block */)arg4; -- (void)_setOSDNameAsync:(id)arg1 forDevice:(id)arg2 reply:(id /* block */)arg3; -- (void)_setOsdNameAsync:(id)arg1 forBus:(id)arg2 reply:(id /* block */)arg3; -- (void)_setPairStateAsync:(BOOL)arg1 forAppleRemote:(id)arg2 reply:(id /* block */)arg3; -- (void)_setPropertyAsync:(id)arg1 forKey:(id)arg2 ofBus:(id)arg3 reply:(id /* block */)arg4; -- (void)_setTvLanguageCodeAsync:(id)arg1 forBus:(id)arg2 reply:(id /* block */)arg3; -- (void)_startLearningCommandAsync:(unsigned int)arg1 withDevice:(id)arg2 reply:(id /* block */)arg3; -- (void)_startLearningSessionWithDeviceAsync:(id)arg1 forReason:(id)arg2 reply:(id /* block */)arg3; -- (void)_updateMappingWithSessionOwningDeviceAsync:(id)arg1 forTargetDevice:(id)arg2 reply:(id /* block */)arg3; -- (void)addDeviceOnBusAsync:(id)arg1 withType:(unsigned int)arg2 matching:(id)arg3 reply:(id /* block */)arg4; -- (void)addDeviceOnBusAsync:(id)arg1 withType:(unsigned int)arg2 matching:(id)arg3 withSessionOwningDevice:(id)arg4 reply:(id /* block */)arg5; -- (void)bus:(id)arg1 deviceHasBeenAdded:(id)arg2; -- (void)bus:(id)arg1 deviceHasBeenRemoved:(id)arg2; -- (void)bus:(id)arg1 deviceHasBeenUpdated:(id)arg2; -- (void)cecBus:(id)arg1 activeSourceHasChangedTo:(id)arg2 fromDevice:(id)arg3; -- (void)cecBus:(id)arg1 linkStateHasBeenUpdated:(BOOL)arg2; -- (void)cecDevice:(id)arg1 activeSourceStatusHasChanged:(BOOL)arg2; -- (void)cecDevice:(id)arg1 deckControlCommandHasBeenReceived:(unsigned int)arg2 fromDevice:(id)arg3; -- (void)cecDevice:(id)arg1 deckControlPlayHasBeenReceived:(unsigned int)arg2 fromDevice:(id)arg3; -- (void)cecDevice:(id)arg1 deckControlStatusHasBeenUpdated:(unsigned int)arg2 fromDevice:(id)arg3; -- (void)cecDevice:(id)arg1 featureAbort:(id)arg2; -- (void)cecDevice:(id)arg1 standbyRequestHasBeenReceived:(id)arg2; -- (void)cecDeviceShouldAssertActiveSource:(id)arg1; -- (void)changeButtonCombinationAsync:(id)arg1 delay:(double)arg2 enabled:(BOOL)arg3 forDevice:(id)arg4 reply:(id /* block */)arg5; -- (void)clearAllStoredCommandsFromDeviceAsync:(id)arg1 reply:(id /* block */)arg2; -- (void)connectionInvalidated:(id)arg1; -- (id)connections; -- (void)dealloc; -- (void)deleteDeviceAsync:(id)arg1 fromBus:(id)arg2 reply:(id /* block */)arg3; -- (void)device:(id)arg1 receivedHIDEvent:(id)arg2 fromDevice:(id)arg3; -- (void)endLearningWithDeviceAsync:(id)arg1 reply:(id /* block */)arg2; -- (void)fakeCreateCECBusAsync:(unsigned int)arg1 reply:(id /* block */)arg2; -- (void)fakeCreateRemoteCECDeviceAsync:(unsigned int)arg1 bus:(id)arg2 logicalAddress:(unsigned char)arg3 physicalAddress:(unsigned int)arg4 reply:(id /* block */)arg5; -- (void)fakeRemoveCECBusAsync:(id)arg1 reply:(id /* block */)arg2; -- (void)fakeRemoveCECDeviceAsync:(id)arg1 reply:(id /* block */)arg2; -- (void)fakeSetCECBusLinkStateAsync:(id)arg1 linkState:(BOOL)arg2 physicalAddress:(unsigned int)arg3 reply:(id /* block */)arg4; -- (void)fakeSetCECDeviceLogicalAddressAsync:(id)arg1 logicalAddress:(unsigned char)arg2 reply:(id /* block */)arg3; -- (void)getExtendedPropertyAsyncForKey:(id)arg1 ofDevice:(id)arg2 reply:(id /* block */)arg3; -- (void)getPropertyAsyncForKey:(id)arg1 ofBus:(id)arg2 reply:(id /* block */)arg3; -- (id)init; -- (void)invalidate; -- (void)learningSessionForDevice:(id)arg1 commandProgress:(id)arg2; -- (void)learningSessionForDevice:(id)arg1 duplicateCommand:(unsigned int)arg2 target:(id)arg3; -- (void)learningSessionForDevice:(id)arg1 status:(unsigned int)arg2; -- (void)learningSessionForDeviceCommandDone:(id)arg1; -- (BOOL)listener:(id)arg1 shouldAcceptNewConnection:(id)arg2; -- (id)manager; -- (void)manager:(id)arg1 hasAdded:(id)arg2; -- (void)manager:(id)arg1 hasRemoved:(id)arg2; -- (void)manager:(id)arg1 hasUpdated:(id)arg2; -- (void)performActiveSourceAsync:(id)arg1 withMenus:(BOOL)arg2 reply:(id /* block */)arg3; -- (void)performDeckControlCommandAsync:(id)arg1 controlMode:(unsigned int)arg2 targetDevice:(id)arg3 reply:(id /* block */)arg4; -- (void)performDeckControlPlayAsync:(id)arg1 playMode:(unsigned int)arg2 targetDevice:(id)arg3 reply:(id /* block */)arg4; -- (void)performDeckControlRefreshStatusAsync:(id)arg1 targetDevice:(id)arg2 requestType:(unsigned int)arg3 reply:(id /* block */)arg4; -- (void)performDeckControlSetDeckStatusAsync:(unsigned int)arg1 forDevice:(id)arg2 reply:(id /* block */)arg3; -- (void)performInactiveSourceAsync:(id)arg1 reply:(id /* block */)arg2; -- (void)performRefreshDevicesAsync:(id)arg1 reply:(id /* block */)arg2; -- (void)performRefreshProperties:(id)arg1 ofDevice:(id)arg2 withDeviceAsync:(id)arg3 reply:(id /* block */)arg4; -- (void)performRequestActiveSourceAsync:(id)arg1 reply:(id /* block */)arg2; -- (void)performSetPowerStatus:(unsigned int)arg1 withDeviceAsync:(id)arg2 reply:(id /* block */)arg3; -- (void)performSetSystemAudioControlEnabled:(BOOL)arg1 withDeviceAsync:(id)arg2 reply:(id /* block */)arg3; -- (void)performStandbyAsync:(id)arg1 targetDevice:(id)arg2 reply:(id /* block */)arg3; -- (void)performSystemAudioModeRequestAsync:(id)arg1 withDesiredState:(unsigned int)arg2 reply:(id /* block */)arg3; -- (void)queryBusesAsync:(id /* block */)arg1; -- (void)queryLocalInstanceAsync:(unsigned int)arg1 bus:(id)arg2 reply:(id /* block */)arg3; -- (void)queryLoggingAsync:(id /* block */)arg1; -- (id)queue; -- (void)sendCommandAsync:(id)arg1 fromDevice:(id)arg2 reply:(id /* block */)arg3; -- (void)sendCommandAsync:(unsigned int)arg1 fromDevice:(id)arg2 toDevice:(id)arg3 withDuration:(unsigned int)arg4 reply:(id /* block */)arg5; -- (void)sendHIDEventAsync:(id)arg1 fromDevice:(id)arg2 toDevice:(id)arg3 reply:(id /* block */)arg4; -- (void)setCommandAsync:(unsigned int)arg1 target:(id)arg2 source:(id)arg3 forButtonCombination:(id)arg4 delay:(double)arg5 reply:(id /* block */)arg6; -- (void)setExtendedPropertyAsync:(id)arg1 forKey:(id)arg2 ofDevice:(id)arg3 reply:(id /* block */)arg4; -- (void)setLoggingAsync:(id)arg1 reply:(id /* block */)arg2; -- (void)setOSDNameAsync:(id)arg1 forDevice:(id)arg2 reply:(id /* block */)arg3; -- (void)setOsdNameAsync:(id)arg1 forBus:(id)arg2 reply:(id /* block */)arg3; -- (void)setPairStateAsync:(BOOL)arg1 forAppleRemote:(id)arg2 reply:(id /* block */)arg3; -- (void)setPropertyAsync:(id)arg1 forKey:(id)arg2 ofBus:(id)arg3 reply:(id /* block */)arg4; -- (void)setTvLanguageCodeAsync:(id)arg1 forBus:(id)arg2 reply:(id /* block */)arg3; -- (void)startLearningCommandAsync:(unsigned int)arg1 withDevice:(id)arg2 reply:(id /* block */)arg3; -- (void)startLearningSessionWithDeviceAsync:(id)arg1 forReason:(id)arg2 reply:(id /* block */)arg3; -- (void)startOnQueue:(id)arg1; -- (void)updateMappingWithSessionOwningDeviceAsync:(id)arg1 forTargetDevice:(id)arg2 reply:(id /* block */)arg3; -- (void)validateAndCallBlock:(id /* block */)arg1; - -@end diff --git a/PrivateFrameworks/CoreRC.framework/IRCommand.h b/PrivateFrameworks/CoreRC.framework/IRCommand.h deleted file mode 100644 index 3eb797aa96..0000000000 --- a/PrivateFrameworks/CoreRC.framework/IRCommand.h +++ /dev/null @@ -1,42 +0,0 @@ -/* Generated by RuntimeBrowser - Image: /System/Library/PrivateFrameworks/CoreRC.framework/CoreRC - */ - -@interface IRCommand : NSObject { - BOOL _isRepeat; - unsigned long long _payload; - IRProtocol * _protocol; - unsigned long long * _sequence; - unsigned int _sequenceCount; - unsigned long long _timestamp; -} - -@property (nonatomic, readonly) BOOL isRepeat; -@property (nonatomic, readonly) unsigned long long payload; -@property (nonatomic, readonly) IRProtocol *protocol; -@property (nonatomic, readonly) unsigned long long*sequence; -@property (nonatomic, readonly) unsigned int sequenceCount; -@property (nonatomic) unsigned long long timestamp; - -+ (id)commandWithProtocol:(id)arg1 payload:(unsigned long long)arg2 repeat:(BOOL)arg3; -+ (BOOL)supportsSecureCoding; - -- (id)copyWithZone:(struct _NSZone { }*)arg1; -- (void)dealloc; -- (id)description; -- (void)encodeWithCoder:(id)arg1; -- (unsigned int)hash; -- (id)init; -- (id)initWithCoder:(id)arg1; -- (id)initWithProtocol:(id)arg1 payload:(unsigned long long)arg2 repeat:(BOOL)arg3; -- (BOOL)isEqual:(id)arg1; -- (BOOL)isRepeat; -- (unsigned long long)payload; -- (id)protocol; -- (unsigned long long*)sequence; -- (unsigned int)sequenceCount; -- (BOOL)setSequence:(unsigned long long*)arg1 withCount:(unsigned int)arg2; -- (void)setTimestamp:(unsigned long long)arg1; -- (unsigned long long)timestamp; - -@end diff --git a/PrivateFrameworks/CoreRC.framework/IRFrame.h b/PrivateFrameworks/CoreRC.framework/IRFrame.h deleted file mode 100644 index fcfe46d827..0000000000 --- a/PrivateFrameworks/CoreRC.framework/IRFrame.h +++ /dev/null @@ -1,22 +0,0 @@ -/* Generated by RuntimeBrowser - Image: /System/Library/PrivateFrameworks/CoreRC.framework/CoreRC - */ - -@interface IRFrame : NSObject { - unsigned int _count; - unsigned long long _timestamp; - unsigned int * _timings; -} - -@property (nonatomic, readonly) unsigned int count; -@property (nonatomic) unsigned long long timestamp; - -- (unsigned int)count; -- (void)dealloc; -- (void)getTimings:(unsigned int*)arg1 range:(struct _NSRange { unsigned int x1; unsigned int x2; })arg2; -- (id)initWithTimings:(const unsigned int*)arg1 count:(unsigned int)arg2 timestamp:(unsigned long long)arg3; -- (void)setTimestamp:(unsigned long long)arg1; -- (unsigned int)timeIntervalAtIndex:(unsigned int)arg1; -- (unsigned long long)timestamp; - -@end diff --git a/PrivateFrameworks/CoreRC.framework/IRInterface.h b/PrivateFrameworks/CoreRC.framework/IRInterface.h deleted file mode 100644 index cd46517385..0000000000 --- a/PrivateFrameworks/CoreRC.framework/IRInterface.h +++ /dev/null @@ -1,37 +0,0 @@ -/* Generated by RuntimeBrowser - Image: /System/Library/PrivateFrameworks/CoreRC.framework/CoreRC - */ - -@interface IRInterface : CoreRCInterface { - * _delegate; - BOOL _isRxInterface; - BOOL _isTxInterface; -} - -@property (nonatomic, readonly) NSArray *buttons; -@property (nonatomic) *delegate; -@property (nonatomic) BOOL isRxInterface; -@property (nonatomic) BOOL isTxInterface; -@property (nonatomic, readonly) unsigned int maxStoredCommands; - -- (id)buttons; -- (BOOL)clearAllStoredCommands:(id*)arg1; -- (id)delegate; -- (BOOL)disableButtonCombination:(id)arg1 delay:(double)arg2 error:(id*)arg3; -- (BOOL)enableButtonCombination:(id)arg1 delay:(double)arg2 error:(id*)arg3; -- (BOOL)isRxInterface; -- (BOOL)isTxInterface; -- (unsigned int)maxStoredCommands; -- (BOOL)processTimings:(const unsigned int*)arg1 range:(struct _NSRange { unsigned int x1; unsigned int x2; })arg2 timestamp:(unsigned long long)arg3; -- (void)receivedCommand:(id)arg1; -- (void)receivedFrame:(id)arg1; -- (BOOL)resetAllButtons:(id*)arg1; -- (BOOL)setCommand:(id)arg1 forButtonCombination:(id)arg2 delay:(double)arg3 error:(id*)arg4; -- (void)setDelegate:(id)arg1; -- (void)setIsRxInterface:(BOOL)arg1; -- (void)setIsTxInterface:(BOOL)arg1; -- (BOOL)setPairState:(BOOL)arg1 forDeviceUID:(unsigned char)arg2 error:(id*)arg3; -- (BOOL)transmitCommand:(id)arg1 pressDuration:(double)arg2 error:(id*)arg3; -- (BOOL)transmitFrame:(id)arg1 error:(id*)arg2; - -@end diff --git a/PrivateFrameworks/CoreRC.framework/IRProtocol.h b/PrivateFrameworks/CoreRC.framework/IRProtocol.h deleted file mode 100644 index 1dbe5c61ce..0000000000 --- a/PrivateFrameworks/CoreRC.framework/IRProtocol.h +++ /dev/null @@ -1,33 +0,0 @@ -/* Generated by RuntimeBrowser - Image: /System/Library/PrivateFrameworks/CoreRC.framework/CoreRC - */ - -@interface IRProtocol : NSObject { - double _carrierFrequency; - unsigned char _options; - unsigned char _protocolID; - double _repeatInterval; -} - -@property (nonatomic, readonly) double carrierFrequency; -@property (nonatomic, readonly) unsigned char options; -@property (nonatomic, readonly) unsigned char protocolID; -@property (nonatomic, readonly) double repeatInterval; - -+ (id)protocolWithID:(unsigned char)arg1 options:(unsigned char)arg2; -+ (id)protocolWithID:(unsigned char)arg1 options:(unsigned char)arg2 hasRepeats:(BOOL)arg3; -+ (BOOL)supportsSecureCoding; - -- (double)carrierFrequency; -- (id)description; -- (void)encodeWithCoder:(id)arg1; -- (unsigned int)hash; -- (id)init; -- (id)initWithCoder:(id)arg1; -- (id)initWithProtocolID:(unsigned char)arg1 options:(unsigned char)arg2; -- (BOOL)isEqual:(id)arg1; -- (unsigned char)options; -- (unsigned char)protocolID; -- (double)repeatInterval; - -@end diff --git a/PrivateFrameworks/CoreSuggestions.framework/SGPreferenceStorage.h b/PrivateFrameworks/CoreSuggestions.framework/SGPreferenceStorage.h index 207dd64ff4..acb95eb786 100644 --- a/PrivateFrameworks/CoreSuggestions.framework/SGPreferenceStorage.h +++ b/PrivateFrameworks/CoreSuggestions.framework/SGPreferenceStorage.h @@ -13,6 +13,7 @@ + (BOOL)detectNLEvents; + (BOOL)detectStructuredEvents; + (int)messagesToProcessImmediately; ++ (BOOL)onlyShowSignificantNLEvents; + (BOOL)onlyShowSignificantPseudoContacts; + (void)registerBlockOnSuggestionsSettingsChange:(id /* block */)arg1; + (void)removeDeprecatedDefaults; @@ -31,6 +32,7 @@ + (void)setMessagesToProcessImmediately:(int)arg1; + (void)setMessagesToProcessImmediatelyForTests:(int)arg1; + (void)setNLEventsDetectionEnabledForTests:(BOOL)arg1; ++ (void)setOnlyShowSignificantNLEvents:(BOOL)arg1; + (void)setOnlyShowSignificantPseudoContacts:(BOOL)arg1; + (void)setProactiveEnabledForTests:(BOOL)arg1; + (void)setShowCancelledEventsForTests:(BOOL)arg1; diff --git a/PrivateFrameworks/CoreSuggestions.framework/SGRecordId.h b/PrivateFrameworks/CoreSuggestions.framework/SGRecordId.h index 539cd85166..24806b0617 100644 --- a/PrivateFrameworks/CoreSuggestions.framework/SGRecordId.h +++ b/PrivateFrameworks/CoreSuggestions.framework/SGRecordId.h @@ -3,7 +3,6 @@ */ @interface SGRecordId : NSObject { - NSData * _foreignHash; long long _internalEntityId; } @@ -14,14 +13,13 @@ + (id)recordIdWithNumericValue:(long long)arg1; + (BOOL)supportsSecureCoding; -- (void).cxx_destruct; - (id)copyWithZone:(struct _NSZone { }*)arg1; - (id)description; - (void)encodeWithCoder:(id)arg1; - (id)foreignHash; - (unsigned int)hash; - (id)initWithCoder:(id)arg1; -- (id)initWithInternalEntityId:(long long)arg1 foreignHash:(id)arg2; +- (id)initWithInternalEntityId:(long long)arg1; - (long long)internalEntityId; - (BOOL)isEqual:(id)arg1; - (BOOL)isEqualToRecordId:(id)arg1; diff --git a/PrivateFrameworks/CoreSuggestions.framework/SGRecordIdWithHash.h b/PrivateFrameworks/CoreSuggestions.framework/SGRecordIdWithHash.h new file mode 100644 index 0000000000..1d30032696 --- /dev/null +++ b/PrivateFrameworks/CoreSuggestions.framework/SGRecordIdWithHash.h @@ -0,0 +1,17 @@ +/* Generated by RuntimeBrowser + Image: /System/Library/PrivateFrameworks/CoreSuggestions.framework/CoreSuggestions + */ + +@interface SGRecordIdWithHash : SGRecordId { + NSData * _foreignHash; +} + ++ (BOOL)supportsSecureCoding; + +- (void).cxx_destruct; +- (void)encodeWithCoder:(id)arg1; +- (id)foreignHash; +- (id)initWithCoder:(id)arg1; +- (id)initWithInternalEntityId:(long long)arg1 foreignHash:(id)arg2; + +@end diff --git a/PrivateFrameworks/CoreSuggestions.framework/SGRemoteObjectProxy.h b/PrivateFrameworks/CoreSuggestions.framework/SGRemoteObjectProxy.h index 591516ebf6..de82712190 100644 --- a/PrivateFrameworks/CoreSuggestions.framework/SGRemoteObjectProxy.h +++ b/PrivateFrameworks/CoreSuggestions.framework/SGRemoteObjectProxy.h @@ -3,7 +3,7 @@ */ @interface SGRemoteObjectProxy : NSObject { - NSXPCConnection * _connection; + SGDaemonConnection * _connection; } + (void)initialize; diff --git a/PrivateFrameworks/CoreSuggestions.framework/SGSuggestionsService.h b/PrivateFrameworks/CoreSuggestions.framework/SGSuggestionsService.h index 7d029c0bd2..341fe38542 100644 --- a/PrivateFrameworks/CoreSuggestions.framework/SGSuggestionsService.h +++ b/PrivateFrameworks/CoreSuggestions.framework/SGSuggestionsService.h @@ -100,6 +100,12 @@ - (BOOL)isEnabledWithError:(id*)arg1; - (void)keepDirty:(BOOL)arg1; - (void)keysForSchemas:(id)arg1 completion:(id /* block */)arg2; +- (void)logMetricAutocompleteUserSelectedRecordId:(id)arg1 contactIdentifier:(id)arg2 bundleId:(id)arg3; +- (void)logMetricContactCreated:(id)arg1 contactIdentifier:(id)arg2 bundleId:(id)arg3; +- (void)logMetricContactSearchResultSelected:(id)arg1 contactIdentifier:(id)arg2 bundleId:(id)arg3; +- (void)logMetricSearchResultsIncludedPureSuggestionWithBundleId:(id)arg1; +- (void)logMetricSuggestedContactDetailShown:(id)arg1 contactIdentifier:(id)arg2 bundleId:(id)arg3; +- (void)logMetricSuggestedContactDetailUsed:(id)arg1 contactIdentifier:(id)arg2 bundleId:(id)arg3; - (void)messagesToRefreshWithCompletion:(id /* block */)arg1; - (id)messagesToRefreshWithError:(id*)arg1; - (id)namesForDetail:(id)arg1 limitTo:(unsigned int)arg2 prependMaybe:(BOOL)arg3 error:(id*)arg4; diff --git a/PrivateFrameworks/CoreSuggestionsInternals.framework/SGAccountsAdapter.h b/PrivateFrameworks/CoreSuggestionsInternals.framework/SGAccountsAdapter.h new file mode 100644 index 0000000000..1b9b7ea156 --- /dev/null +++ b/PrivateFrameworks/CoreSuggestionsInternals.framework/SGAccountsAdapter.h @@ -0,0 +1,21 @@ +/* Generated by RuntimeBrowser + Image: /System/Library/PrivateFrameworks/CoreSuggestionsInternals.framework/CoreSuggestionsInternals + */ + +@interface SGAccountsAdapter : NSObject { + ACAccountStore * _accountStore; + NSSet * _usernamesCache; +} + ++ (id)sharedInstance; + +- (void).cxx_destruct; +- (void)accountsStoreDidChange:(id)arg1; +- (void)dealloc; +- (BOOL)hasCalendarAccount:(id)arg1; +- (id)init; +- (void)refreshCacheFromAccountsService; +- (void)registerNotificationObserver; +- (void)removeNotificationObserver; + +@end diff --git a/PrivateFrameworks/CoreSuggestionsInternals.framework/SGCalendarAttachmentDissector.h b/PrivateFrameworks/CoreSuggestionsInternals.framework/SGCalendarAttachmentDissector.h index e48ff33e8d..97bd9c662e 100644 --- a/PrivateFrameworks/CoreSuggestionsInternals.framework/SGCalendarAttachmentDissector.h +++ b/PrivateFrameworks/CoreSuggestionsInternals.framework/SGCalendarAttachmentDissector.h @@ -2,11 +2,18 @@ Image: /System/Library/PrivateFrameworks/CoreSuggestionsInternals.framework/CoreSuggestionsInternals */ -@interface SGCalendarAttachmentDissector : SGPipelineDissector +@interface SGCalendarAttachmentDissector : SGPipelineDissector { + SGAccountsAdapter * _accountsAdapter; + SGMEventICSOpportunity * _icsOpportunityTracker; +} +- (void).cxx_destruct; +- (struct SGMEventICSSourceType_ { unsigned int x1; })accountTypeFor:(id)arg1; - (BOOL)array:(id)arg1 hasIntersectionWith:(id)arg2; - (void)dissectInternal:(id)arg1 inContext:(id)arg2; - (id)downloadedCalendarAttachmentsFrom:(id)arg1; +- (BOOL)hasCalendarAccountForOneOf:(id)arg1; +- (id)init; - (BOOL)shouldIgnoreEntity:(id)arg1; @end diff --git a/PrivateFrameworks/CoreSuggestionsInternals.framework/SGDSuggestManager.h b/PrivateFrameworks/CoreSuggestionsInternals.framework/SGDSuggestManager.h index 2042c9f618..b66829f2ac 100644 --- a/PrivateFrameworks/CoreSuggestionsInternals.framework/SGDSuggestManager.h +++ b/PrivateFrameworks/CoreSuggestionsInternals.framework/SGDSuggestManager.h @@ -4,6 +4,7 @@ @interface SGDSuggestManager : NSObject { SGAsset * _asset; + NSString * _clientName; NSXPCConnection * _connection; SGServiceContext * _context; struct SGDSuggestManagerCTSCriteriaState { @@ -26,6 +27,7 @@ BOOL _xpcActivity; } +@property (nonatomic, readonly) NSString *clientName; @property (nonatomic, readonly) SGServiceContext *context; + (void)initialize; @@ -34,6 +36,7 @@ - (void).cxx_destruct; - (void)_adjustCriteriaForCTS; +- (struct SGMContactDetailUsedApp_ { unsigned int x1; })_appEnumForBundleId:(id)arg1; - (BOOL)_attemptToProcessSearchableItemWithoutDissection:(id)arg1; - (BOOL)_canBannerUseStoredDissection:(id)arg1 needsOptionalDissectorsToRun:(BOOL*)arg2 options:(unsigned int)arg3; - (BOOL)_clientIsMail; @@ -66,6 +69,7 @@ - (void)clearCachesFully:(BOOL)arg1 withCompletion:(id /* block */)arg2; - (void)clearContactAggregator; - (void)clearContactAggregatorConversation:(id)arg1; +- (id)clientName; - (void)cnContactMatchesForRecordId:(id)arg1 withCompletion:(id /* block */)arg2; - (void)cnContactMatchesForRecordIds:(id)arg1 withCompletion:(id /* block */)arg2; - (void)confirmContact:(id)arg1 completion:(id /* block */)arg2; @@ -106,7 +110,7 @@ - (void)drainQueueCompletelyWithCompletion:(id /* block */)arg1; - (id)ekStore; - (void)emailAddressIsSignificant:(id)arg1 withCompletion:(id /* block */)arg2; -- (void)enqueueSearchableItems:(id)arg1; +- (void)enqueueSearchableItems:(id)arg1 completion:(id /* block */)arg2; - (void)eventFromRecordId:(id)arg1 withCompletion:(id /* block */)arg2; - (void)eventFromUniqueId:(id)arg1 completion:(id /* block */)arg2; - (void)eventsInFutureLimitTo:(unsigned int)arg1 options:(unsigned int)arg2 withCompletion:(id /* block */)arg3; @@ -123,8 +127,15 @@ - (id)initWithStore:(id)arg1 xpcActivity:(BOOL)arg2; - (void)isEnabledWithCompletion:(id /* block */)arg1; - (void)keepDirty:(BOOL)arg1; +- (void)logMetricAutocompleteUserSelectedRecordId:(id)arg1 contactIdentifier:(id)arg2 bundleId:(id)arg3; +- (void)logMetricContactCreated:(id)arg1 contactIdentifier:(id)arg2 bundleId:(id)arg3; +- (void)logMetricContactSearchResultSelected:(id)arg1 contactIdentifier:(id)arg2 bundleId:(id)arg3; +- (void)logMetricSearchResultsIncludedPureSuggestionWithBundleId:(id)arg1; +- (void)logMetricSuggestedContactDetailShown:(id)arg1 contactIdentifier:(id)arg2 bundleId:(id)arg3; +- (void)logMetricSuggestedContactDetailUsed:(id)arg1 contactIdentifier:(id)arg2 bundleId:(id)arg3; - (void)messagesToRefreshWithCompletion:(id /* block */)arg1; - (void)namesForDetail:(id)arg1 limitTo:(unsigned int)arg2 prependMaybe:(BOOL)arg3 withCompletion:(id /* block */)arg4; +- (void)noopWithCompletion:(id /* block */)arg1; - (void)originFromRecordId:(id)arg1 completion:(id /* block */)arg2; - (void)predictedCCEmailAddressesWithToAddresses:(id)arg1 ccAddresses:(id)arg2 fromAddress:(id)arg3 date:(double)arg4 bounds:(id)arg5 completion:(id /* block */)arg6; - (void)predictedToEmailAddressesWithToAddresses:(id)arg1 ccAddresses:(id)arg2 fromAddress:(id)arg3 date:(double)arg4 bounds:(id)arg5 completion:(id /* block */)arg6; diff --git a/PrivateFrameworks/CoreSuggestionsInternals.framework/SGDetectedAttributeMetrics.h b/PrivateFrameworks/CoreSuggestionsInternals.framework/SGDetectedAttributeMetrics.h new file mode 100644 index 0000000000..4ff2f828f9 --- /dev/null +++ b/PrivateFrameworks/CoreSuggestionsInternals.framework/SGDetectedAttributeMetrics.h @@ -0,0 +1,25 @@ +/* Generated by RuntimeBrowser + Image: /System/Library/PrivateFrameworks/CoreSuggestionsInternals.framework/CoreSuggestionsInternals + */ + +@interface SGDetectedAttributeMetrics : NSObject { + SGMContactDetailExtraction * _petGenClassInstance; +} + +@property (nonatomic, retain) SGMContactDetailExtraction *petGenClassInstance; + ++ (id)contactStore; ++ (id)findContactFromEntity:(id)arg1 withType:(struct SGMContactDetailType_ { unsigned int x1; })arg2 detailValue:(id)arg3; ++ (id)instance; ++ (void)recordExtractionEventFromSource:(struct SGMDocumentType_ { unsigned int x1; })arg1 foundInSignature:(BOOL)arg2 detailType:(struct SGMContactDetailType_ { unsigned int x1; })arg3 outcome:(struct SGMContactDetailExtractionOutcome_ { unsigned int x1; })arg4 foundInSenderCNContact:(BOOL)arg5; ++ (void)recordExtractionOutcome:(struct SGMContactDetailExtractionOutcome_ { unsigned int x1; })arg1 fromEntity:(id)arg2; ++ (void)recordExtractionOutcome:(struct SGMContactDetailExtractionOutcome_ { unsigned int x1; })arg1 fromEntity:(id)arg2 foundInSignature:(BOOL)arg3 detailType:(struct SGMContactDetailType_ { unsigned int x1; })arg4 detailValue:(id)arg5; ++ (void)recordExtractionOutcome:(struct SGMContactDetailExtractionOutcome_ { unsigned int x1; })arg1 fromEntity:(id)arg2 foundInSignature:(BOOL)arg3 detection:(id)arg4; ++ (void)recordExtractionOutcome:(struct SGMContactDetailExtractionOutcome_ { unsigned int x1; })arg1 fromEntity:(id)arg2 foundInSignature:(BOOL)arg3 match:(id)arg4; + +- (void).cxx_destruct; +- (id)init; +- (id)petGenClassInstance; +- (void)setPetGenClassInstance:(id)arg1; + +@end diff --git a/PrivateFrameworks/CoreSuggestionsInternals.framework/SGPipelineEntity.h b/PrivateFrameworks/CoreSuggestionsInternals.framework/SGPipelineEntity.h index 1806ef9c24..3d1ae5851a 100644 --- a/PrivateFrameworks/CoreSuggestionsInternals.framework/SGPipelineEntity.h +++ b/PrivateFrameworks/CoreSuggestionsInternals.framework/SGPipelineEntity.h @@ -101,6 +101,7 @@ - (id)enrichments; - (void)enumeratePeople:(id /* block */)arg1; - (void)enumeratePlainTextLines:(id /* block */)arg1; +- (unsigned int)eventEnrichmentsCount; - (BOOL)hasEventEnrichment; - (BOOL)hasFullDownloadBeenRequested; - (unsigned int*)htmlOffsets; diff --git a/PrivateFrameworks/CoreSuggestionsInternals.framework/SGQPAssetManager.h b/PrivateFrameworks/CoreSuggestionsInternals.framework/SGQPAssetManager.h index fa96247517..3cc97b7756 100644 --- a/PrivateFrameworks/CoreSuggestionsInternals.framework/SGQPAssetManager.h +++ b/PrivateFrameworks/CoreSuggestionsInternals.framework/SGQPAssetManager.h @@ -2,7 +2,7 @@ Image: /System/Library/PrivateFrameworks/CoreSuggestionsInternals.framework/CoreSuggestionsInternals */ -@interface SGQPAssetManager : NSObject { +@interface SGQPAssetManager : NSObject { _PASAsset * _commonAsset; NSString * _currentABGroup; NSString * _currentLocale; @@ -10,18 +10,27 @@ _PASNotificationToken * _currentPrimaryAssetNotificationToken; NSObject * _delegate; NSObject * _queue; + SGQPSettings * _settings; } +@property (readonly, copy) NSString *debugDescription; +@property (readonly, copy) NSString *description; +@property (readonly) unsigned int hash; +@property (readonly) Class superclass; + ++ (BOOL)abGroup:(id)arg1 existsIn:(id)arg2; + (id)chooseABGroupForVendorUUID:(id)arg1 fromGroups:(id)arg2; + (id)chooseLocaleIdForCurrentLocale:(id)arg1 availableLocales:(id)arg2; + (id)preinstalledPathOfAsset:(id)arg1; + (id)thisDeviceVendorUUID; - (void).cxx_destruct; +- (void)_decideWhatPrimaryAssetVariantAndRequestIt; - (void)commonAssetReady; - (id)init; -- (id)initWithDelegate:(id)arg1; +- (id)initWithDelegate:(id)arg1 settings:(id)arg2; - (void)loadPreinstalledAssetIfNoPrimaryAssetAvailable; - (void)primaryAssetReady; +- (void)settingsChanged; @end diff --git a/PrivateFrameworks/CoreSuggestionsInternals.framework/SGQPEmotivePhraseDefinition.h b/PrivateFrameworks/CoreSuggestionsInternals.framework/SGQPEmotivePhraseDefinition.h index adef361150..9c8f465b8d 100644 --- a/PrivateFrameworks/CoreSuggestionsInternals.framework/SGQPEmotivePhraseDefinition.h +++ b/PrivateFrameworks/CoreSuggestionsInternals.framework/SGQPEmotivePhraseDefinition.h @@ -3,9 +3,9 @@ */ @interface SGQPEmotivePhraseDefinition : NSObject { - BOOL _anchoredAtWordBoundaries; - BOOL _matchReceived; - BOOL _matchSent; + unsigned int _anchoredAtWordBoundaries; + unsigned int _matchReceived; + unsigned int _matchSent; NSString * _pattern; unsigned short _phraseId; NSString * _predictions; diff --git a/PrivateFrameworks/CoreSuggestionsInternals.framework/SGUnforwardDissector.h b/PrivateFrameworks/CoreSuggestionsInternals.framework/SGQPMutableSettings.h similarity index 57% rename from PrivateFrameworks/CoreSuggestionsInternals.framework/SGUnforwardDissector.h rename to PrivateFrameworks/CoreSuggestionsInternals.framework/SGQPMutableSettings.h index e4f43a79eb..97fa1242b4 100644 --- a/PrivateFrameworks/CoreSuggestionsInternals.framework/SGUnforwardDissector.h +++ b/PrivateFrameworks/CoreSuggestionsInternals.framework/SGQPMutableSettings.h @@ -2,8 +2,8 @@ Image: /System/Library/PrivateFrameworks/CoreSuggestionsInternals.framework/CoreSuggestionsInternals */ -@interface SGUnforwardDissector : SGPipelineDissector +@interface SGQPMutableSettings : SGQPSettings -- (void)dissectInternal:(id)arg1 inContext:(id)arg2; +- (void)setAbGroup:(id)arg1; @end diff --git a/PrivateFrameworks/CoreSuggestionsInternals.framework/SGQPSettings.h b/PrivateFrameworks/CoreSuggestionsInternals.framework/SGQPSettings.h new file mode 100644 index 0000000000..24b0f07bbb --- /dev/null +++ b/PrivateFrameworks/CoreSuggestionsInternals.framework/SGQPSettings.h @@ -0,0 +1,21 @@ +/* Generated by RuntimeBrowser + Image: /System/Library/PrivateFrameworks/CoreSuggestionsInternals.framework/CoreSuggestionsInternals + */ + +@interface SGQPSettings : NSObject { + NSString * _abGroup; + NSUserDefaults * _defaults; + * _observer; + NSObject * _serialQueue; +} + +@property (readonly) NSString *abGroup; + +- (void).cxx_destruct; +- (void)_registerNotification; +- (void)_reloadSettingsFromDefaultsAndNotifyObserver; +- (id)abGroup; +- (id)init; +- (void)setObserver:(id)arg1; + +@end diff --git a/PrivateFrameworks/CoreSuggestionsInternals.framework/SGRealtimeSuggestionsTuple.h b/PrivateFrameworks/CoreSuggestionsInternals.framework/SGRealtimeSuggestionsTuple.h index 28c8f23635..3bfcc9ec8f 100644 --- a/PrivateFrameworks/CoreSuggestionsInternals.framework/SGRealtimeSuggestionsTuple.h +++ b/PrivateFrameworks/CoreSuggestionsInternals.framework/SGRealtimeSuggestionsTuple.h @@ -5,11 +5,13 @@ @interface SGRealtimeSuggestionsTuple : NSObject { NSArray * _contacts; NSArray * _events; + NSArray * _handles; NSArray * _invalidatedIdentifiers; } @property (retain) NSArray *contacts; @property (retain) NSArray *events; +@property (retain) NSArray *handles; @property (retain) NSArray *invalidatedIdentifiers; - (void).cxx_destruct; @@ -17,9 +19,11 @@ - (id)contacts; - (id)copyWithZone:(struct _NSZone { }*)arg1; - (id)events; +- (id)handles; - (id)invalidatedIdentifiers; - (void)setContacts:(id)arg1; - (void)setEvents:(id)arg1; +- (void)setHandles:(id)arg1; - (void)setInvalidatedIdentifiers:(id)arg1; - (unsigned int)suggestionsCount; diff --git a/PrivateFrameworks/CoreSuggestionsInternals.framework/SGSqlEntityStore.h b/PrivateFrameworks/CoreSuggestionsInternals.framework/SGSqlEntityStore.h index e4f37fb191..e4edab3750 100644 --- a/PrivateFrameworks/CoreSuggestionsInternals.framework/SGSqlEntityStore.h +++ b/PrivateFrameworks/CoreSuggestionsInternals.framework/SGSqlEntityStore.h @@ -165,6 +165,7 @@ - (id)allPseudoContacts; - (void)analyzeDatabase; - (void)analyzeMergeBlobs:(id)arg1; +- (BOOL)anyEmailAddressIsSignificant:(id)arg1; - (id)batch:(id /* block */)arg1; - (id)batchOf:(unsigned int)arg1 contactsStartingAtEntityId:(unsigned int)arg2; - (id)childrenFromParentKey:(id)arg1; diff --git a/PrivateFrameworks/CoreUI.framework/CUINamedImageAtlas.h b/PrivateFrameworks/CoreUI.framework/CUINamedImageAtlas.h index 7cfd3216a4..7ac894b63f 100644 --- a/PrivateFrameworks/CoreUI.framework/CUINamedImageAtlas.h +++ b/PrivateFrameworks/CoreUI.framework/CUINamedImageAtlas.h @@ -8,6 +8,7 @@ NSArray * _renditions; } +@property (nonatomic, readonly) BOOL completeTextureExtrusion; @property (nonatomic, readonly) struct CGImage { }*image; @property (nonatomic, readonly) NSArray *imageNames; @property (nonatomic, readonly) struct __CFArray { }*images; @@ -15,6 +16,7 @@ - (BOOL)_dimension1ExistsInKeyFormatForThemeRef:(unsigned int)arg1; - (id)_renditionForKey:(id)arg1 inThemeRef:(unsigned int)arg2; +- (BOOL)completeTextureExtrusion; - (void)dealloc; - (struct CGImage { }*)image; - (id)imageNames; diff --git a/PrivateFrameworks/CoreUI.framework/CUINamedLookup.h b/PrivateFrameworks/CoreUI.framework/CUINamedLookup.h index c3a30a3f0c..b237cb825f 100644 --- a/PrivateFrameworks/CoreUI.framework/CUINamedLookup.h +++ b/PrivateFrameworks/CoreUI.framework/CUINamedLookup.h @@ -3,6 +3,7 @@ */ @interface CUINamedLookup : NSObject { + unsigned int _distilledInVersion; CUIRenditionKey * _key; NSString * _name; unsigned int _odContent; @@ -14,6 +15,7 @@ @property (nonatomic, readonly) BOOL representsOnDemandContent; - (BOOL)_cacheRenditionProperties; +- (unsigned int)_distilledInVersion; - (id)_rendition; - (id)_renditionForSpecificKey:(id)arg1; - (void)dealloc; diff --git a/PrivateFrameworks/CoreUtils.framework/CUPairedPeer.h b/PrivateFrameworks/CoreUtils.framework/CUPairedPeer.h new file mode 100644 index 0000000000..354baee8b3 --- /dev/null +++ b/PrivateFrameworks/CoreUtils.framework/CUPairedPeer.h @@ -0,0 +1,36 @@ +/* Generated by RuntimeBrowser + Image: /System/Library/PrivateFrameworks/CoreUtils.framework/CoreUtils + */ + +@interface CUPairedPeer : NSObject { + NSDictionary * _entitlements; + NSUUID * _identifier; + NSString * _label; + NSString * _model; + NSData * _publicKey; +} + +@property (nonatomic, copy) NSDictionary *entitlements; +@property (nonatomic, copy) NSUUID *identifier; +@property (nonatomic, copy) NSString *label; +@property (nonatomic, copy) NSString *model; +@property (nonatomic, copy) NSData *publicKey; + ++ (BOOL)supportsSecureCoding; + +- (void).cxx_destruct; +- (id)description; +- (void)encodeWithCoder:(id)arg1; +- (id)entitlements; +- (id)identifier; +- (id)initWithCoder:(id)arg1; +- (id)label; +- (id)model; +- (id)publicKey; +- (void)setEntitlements:(id)arg1; +- (void)setIdentifier:(id)arg1; +- (void)setLabel:(id)arg1; +- (void)setModel:(id)arg1; +- (void)setPublicKey:(id)arg1; + +@end diff --git a/PrivateFrameworks/CoreUtils.framework/CUPairingDaemon.h b/PrivateFrameworks/CoreUtils.framework/CUPairingDaemon.h new file mode 100644 index 0000000000..7247093b5f --- /dev/null +++ b/PrivateFrameworks/CoreUtils.framework/CUPairingDaemon.h @@ -0,0 +1,48 @@ +/* Generated by RuntimeBrowser + Image: /System/Library/PrivateFrameworks/CoreUtils.framework/CoreUtils + */ + +@interface CUPairingDaemon : NSObject { + NSObject * _dispatchQueue; + unsigned long long _stateHandle; + BOOL _testMode; + struct NSMutableSet { Class x1; } * _xpcConnections; + NSXPCListener * _xpcListener; +} + +@property (readonly, copy) NSString *debugDescription; +@property (readonly, copy) NSString *description; +@property (nonatomic, retain) NSObject *dispatchQueue; +@property (readonly) unsigned int hash; +@property (readonly) Class superclass; +@property (nonatomic, readonly) NSXPCListenerEndpoint *testListenerEndpoint; +@property (nonatomic) BOOL testMode; + +- (void).cxx_destruct; +- (void)_activate; +- (void)_connectionInvalidated:(id)arg1; +- (id)_copyIdentityWithOptions:(unsigned int)arg1 error:(int*)arg2; +- (id)_copyOrCreateIdentityWithOptions:(unsigned int)arg1 error:(int*)arg2; +- (long)_deleteIdentityWithOptions:(unsigned int)arg1; +- (id)_findPairedPeer:(id)arg1 options:(unsigned int)arg2 error:(int*)arg3; +- (id)_getPairedPeersWithOptions:(unsigned int)arg1 error:(int*)arg2; +- (void)_invalidate; +- (long)_removePairedPeer:(id)arg1 options:(unsigned int)arg2; +- (long)_saveIdentity:(id)arg1 options:(unsigned int)arg2; +- (long)_savePairedPeer:(id)arg1 options:(unsigned int)arg2; +- (struct os_state_data_s { unsigned int x1; union { unsigned int x_2_1_1 : 32; unsigned int x_2_1_2; } x2; struct os_state_data_decoder_s { BOOL x_3_1_1[64]; BOOL x_3_1_2[64]; } x3; BOOL x4[64]; unsigned char x5[0]; }*)_stateDump; +- (void)activate; +- (void)dealloc; +- (id)description; +- (id)detailedDescription; +- (id)dispatchQueue; +- (id)init; +- (void)invalidate; +- (BOOL)listener:(id)arg1 shouldAcceptNewConnection:(id)arg2; +- (void)reset; +- (void)setDispatchQueue:(id)arg1; +- (void)setTestMode:(BOOL)arg1; +- (id)testListenerEndpoint; +- (BOOL)testMode; + +@end diff --git a/PrivateFrameworks/CoreUtils.framework/CUPairingIdentity.h b/PrivateFrameworks/CoreUtils.framework/CUPairingIdentity.h new file mode 100644 index 0000000000..6be3cf5507 --- /dev/null +++ b/PrivateFrameworks/CoreUtils.framework/CUPairingIdentity.h @@ -0,0 +1,28 @@ +/* Generated by RuntimeBrowser + Image: /System/Library/PrivateFrameworks/CoreUtils.framework/CoreUtils + */ + +@interface CUPairingIdentity : NSObject { + NSUUID * _identifier; + NSData * _publicKey; + NSData * _secretKey; +} + +@property (nonatomic, copy) NSUUID *identifier; +@property (nonatomic, copy) NSData *publicKey; +@property (nonatomic, copy) NSData *secretKey; + ++ (BOOL)supportsSecureCoding; + +- (void).cxx_destruct; +- (id)description; +- (void)encodeWithCoder:(id)arg1; +- (id)identifier; +- (id)initWithCoder:(id)arg1; +- (id)publicKey; +- (id)secretKey; +- (void)setIdentifier:(id)arg1; +- (void)setPublicKey:(id)arg1; +- (void)setSecretKey:(id)arg1; + +@end diff --git a/PrivateFrameworks/CoreUtils.framework/CUPairingManager.h b/PrivateFrameworks/CoreUtils.framework/CUPairingManager.h new file mode 100644 index 0000000000..c33679d1dd --- /dev/null +++ b/PrivateFrameworks/CoreUtils.framework/CUPairingManager.h @@ -0,0 +1,51 @@ +/* Generated by RuntimeBrowser + Image: /System/Library/PrivateFrameworks/CoreUtils.framework/CoreUtils + */ + +@interface CUPairingManager : NSObject { + NSObject * _dispatchQueue; + id /* block */ _interruptionHandler; + BOOL _invalidateCalled; + BOOL _invalidateDone; + id /* block */ _invalidationHandler; + NSXPCListenerEndpoint * _testListenerEndpoint; + NSXPCConnection * _xpcCnx; +} + +@property (nonatomic, retain) NSObject *dispatchQueue; +@property (nonatomic, copy) id /* block */ interruptionHandler; +@property (nonatomic, copy) id /* block */ invalidationHandler; +@property (nonatomic, retain) NSXPCListenerEndpoint *testListenerEndpoint; + +- (void).cxx_destruct; +- (void)_deletePairingIdentityWithOptions:(unsigned int)arg1 completion:(id /* block */)arg2; +- (long)_ensureXPCStarted; +- (void)_findPairedPeer:(id)arg1 options:(unsigned int)arg2 completion:(id /* block */)arg3; +- (void)_getPairedPeersWithOptions:(unsigned int)arg1 completion:(id /* block */)arg2; +- (void)_getPairingIdentityWithOptions:(unsigned int)arg1 completion:(id /* block */)arg2; +- (void)_interrupted; +- (void)_invalidate; +- (void)_invalidated; +- (void)_removePairedPeer:(id)arg1 options:(unsigned int)arg2 completion:(id /* block */)arg3; +- (void)_savePairedPeer:(id)arg1 options:(unsigned int)arg2 completion:(id /* block */)arg3; +- (void)_showWithCompletion:(id /* block */)arg1; +- (void)dealloc; +- (void)deletePairingIdentityWithOptions:(unsigned int)arg1 completion:(id /* block */)arg2; +- (id)dispatchQueue; +- (void)findPairedPeer:(id)arg1 options:(unsigned int)arg2 completion:(id /* block */)arg3; +- (void)getPairedPeersWithOptions:(unsigned int)arg1 completion:(id /* block */)arg2; +- (void)getPairingIdentityWithOptions:(unsigned int)arg1 completion:(id /* block */)arg2; +- (id)init; +- (id /* block */)interruptionHandler; +- (void)invalidate; +- (id /* block */)invalidationHandler; +- (void)removePairedPeer:(id)arg1 options:(unsigned int)arg2 completion:(id /* block */)arg3; +- (void)savePairedPeer:(id)arg1 options:(unsigned int)arg2 completion:(id /* block */)arg3; +- (void)setDispatchQueue:(id)arg1; +- (void)setInterruptionHandler:(id /* block */)arg1; +- (void)setInvalidationHandler:(id /* block */)arg1; +- (void)setTestListenerEndpoint:(id)arg1; +- (void)showWithCompletion:(id /* block */)arg1; +- (id)testListenerEndpoint; + +@end diff --git a/PrivateFrameworks/CoreUtils.framework/CUPairingXPCConnection.h b/PrivateFrameworks/CoreUtils.framework/CUPairingXPCConnection.h new file mode 100644 index 0000000000..ecf5be5e21 --- /dev/null +++ b/PrivateFrameworks/CoreUtils.framework/CUPairingXPCConnection.h @@ -0,0 +1,26 @@ +/* Generated by RuntimeBrowser + Image: /System/Library/PrivateFrameworks/CoreUtils.framework/CoreUtils + */ + +@interface CUPairingXPCConnection : NSObject { + CUPairingDaemon * _daemon; + NSObject * _dispatchQueue; + BOOL _pmEntitledDeleteIdentity; + BOOL _pmEntitledRead; + BOOL _pmEntitledRemovePeer; + BOOL _pmEntitledWrite; + NSXPCConnection * _xpcCnx; +} + +- (void).cxx_destruct; +- (long)_entitled:(id)arg1 state:(BOOL*)arg2 label:(id)arg3; +- (void)connectionInvalidated; +- (void)deletePairingIdentityWithOptions:(unsigned int)arg1 completion:(id /* block */)arg2; +- (void)findPairedPeer:(id)arg1 options:(unsigned int)arg2 completion:(id /* block */)arg3; +- (void)getPairedPeersWithOptions:(unsigned int)arg1 completion:(id /* block */)arg2; +- (void)getPairingIdentityWithOptions:(unsigned int)arg1 completion:(id /* block */)arg2; +- (void)removePairedPeer:(id)arg1 options:(unsigned int)arg2 completion:(id /* block */)arg3; +- (void)savePairedPeer:(id)arg1 options:(unsigned int)arg2 completion:(id /* block */)arg3; +- (void)showWithCompletion:(id /* block */)arg1; + +@end diff --git a/PrivateFrameworks/CoreUtils.framework/CUXMLRPCClient.h b/PrivateFrameworks/CoreUtils.framework/CUXMLRPCClient.h new file mode 100644 index 0000000000..ac3cabf03d --- /dev/null +++ b/PrivateFrameworks/CoreUtils.framework/CUXMLRPCClient.h @@ -0,0 +1,39 @@ +/* Generated by RuntimeBrowser + Image: /System/Library/PrivateFrameworks/CoreUtils.framework/CoreUtils + */ + +@interface CUXMLRPCClient : NSObject { + NSObject * _dispatchQueue; + id /* block */ _invalidationHandler; + NSString * _label; + NSMutableDictionary * _tasks; + struct LogCategory { int x1; int x2; char *x3; unsigned int x4; char *x5; char *x6; int x7; struct LogCategory {} *x8; struct LogOutput {} *x9; struct LogOutput {} *x10; unsigned long long x11; unsigned long long x12; unsigned int x13; unsigned int x14; char *x15; struct LogCategoryPrivate {} *x16; } * _ucat; + NSURLSession * _urlSession; +} + +@property (readonly, copy) NSString *debugDescription; +@property (readonly, copy) NSString *description; +@property (nonatomic, retain) NSObject *dispatchQueue; +@property (readonly) unsigned int hash; +@property (nonatomic, copy) id /* block */ invalidationHandler; +@property (nonatomic, retain) NSString *label; +@property (readonly) Class superclass; + +- (void).cxx_destruct; +- (void)_activate; +- (void)_handleResponse:(id)arg1 data:(id)arg2 error:(id)arg3 identifier:(id)arg4 responseHandler:(id /* block */)arg5; +- (void)_invalidate; +- (void)_requestURL:(id)arg1 methodName:(id)arg2 params:(id)arg3 httpHeaders:(id)arg4 identifier:(id*)arg5 responseHandler:(id /* block */)arg6; +- (void)activate; +- (void)dealloc; +- (id)dispatchQueue; +- (id)init; +- (void)invalidate; +- (id /* block */)invalidationHandler; +- (id)label; +- (void)requestURL:(id)arg1 methodName:(id)arg2 params:(id)arg3 httpHeaders:(id)arg4 identifier:(id*)arg5 responseHandler:(id /* block */)arg6; +- (void)setDispatchQueue:(id)arg1; +- (void)setInvalidationHandler:(id /* block */)arg1; +- (void)setLabel:(id)arg1; + +@end diff --git a/PrivateFrameworks/CryptoTokenKit.framework/TKSmartCardSlotEngine.h b/PrivateFrameworks/CryptoTokenKit.framework/TKSmartCardSlotEngine.h index e66e046707..2ed695c07f 100644 --- a/PrivateFrameworks/CryptoTokenKit.framework/TKSmartCardSlotEngine.h +++ b/PrivateFrameworks/CryptoTokenKit.framework/TKSmartCardSlotEngine.h @@ -11,7 +11,7 @@ BOOL _idlePowerDownPending; unsigned int _lastId; NSXPCListener * _listener; - struct __asl_object_s { } * _log; + NSObject * _log; int _maxInputLength; int _maxOutputLength; NSString * _name; @@ -61,7 +61,7 @@ - (id)init; - (void)leaveSession:(id)arg1 reply:(id /* block */)arg2; - (BOOL)listener:(id)arg1 shouldAcceptNewConnection:(id)arg2; -- (void)logMessage:(id)arg1 bytes:(id)arg2; +- (void)logWithBytes:(id)arg1 handler:(id /* block */)arg2; - (int)maxInputLength; - (int)maxOutputLength; - (id)name; diff --git a/PrivateFrameworks/CryptoTokenKit.framework/TKTokenSession.h b/PrivateFrameworks/CryptoTokenKit.framework/TKTokenSession.h index 39849b4227..24d757f928 100644 --- a/PrivateFrameworks/CryptoTokenKit.framework/TKTokenSession.h +++ b/PrivateFrameworks/CryptoTokenKit.framework/TKTokenSession.h @@ -8,6 +8,7 @@ NSObject * _clientConnection; * _delegate; NSDictionary * _parameters; + NSObject * _sessionQueue; TKToken * _token; } diff --git a/PrivateFrameworks/DataAccess.framework/DAAccount.h b/PrivateFrameworks/DataAccess.framework/DAAccount.h index 112a6171c8..8c2013afb7 100644 --- a/PrivateFrameworks/DataAccess.framework/DAAccount.h +++ b/PrivateFrameworks/DataAccess.framework/DAAccount.h @@ -67,6 +67,8 @@ @property (nonatomic, copy) NSString *username; @property (nonatomic) BOOL wasUserInitiated; +// Image: /System/Library/PrivateFrameworks/DataAccess.framework/DataAccess + + (id)_leafAccountTypes; + (id)daAccountSubclassWithBackingAccountInfo:(id)arg1; + (id)oneshotListOfAccountIDs; @@ -286,4 +288,18 @@ - (BOOL)wasUserInitiated; - (void)webLoginRequestedAtURL:(id)arg1 reasonString:(id)arg2 completionBlock:(id /* block */)arg3; +// Image: /System/Library/PrivateFrameworks/DataAccess.framework/Frameworks/DABookmarkDAV.framework/DABookmarkDAV + +- (BOOL)isBookmarkDAVAccount; + +// Image: /System/Library/PrivateFrameworks/DataAccess.framework/Frameworks/DACardDAV.framework/DACardDAV + +- (BOOL)isCardDAVAccount; + +// Image: /System/Library/PrivateFrameworks/DataAccess.framework/Frameworks/DADaemonSupport.framework/DADaemonSupport + +- (Class)agentClass; +- (void)deviceDidWake; +- (void)deviceWillSleep; + @end diff --git a/PrivateFrameworks/DataAccess.framework/DAAction.h b/PrivateFrameworks/DataAccess.framework/DAAction.h index 01e2204733..345a625b49 100644 --- a/PrivateFrameworks/DataAccess.framework/DAAction.h +++ b/PrivateFrameworks/DataAccess.framework/DAAction.h @@ -18,6 +18,8 @@ @property (nonatomic) int itemChangeType; @property (nonatomic, retain) id serverId; +// Image: /System/Library/PrivateFrameworks/DataAccess.framework/DataAccess + - (void).cxx_destruct; - (void)_setChangedItem:(id)arg1; - (int)changeId; @@ -49,4 +51,11 @@ - (id)stringForItemChangeType:(int)arg1; - (/* Warning: unhandled struct encoding: '{ASToDo=#@@ii@i@?i@}' */ struct ASToDo { Class x1; id x2; int x3; int x4; id x5; id /* block */ x6; int x7; id x8; }*)toDo; +// Image: /System/Library/PrivateFrameworks/DataAccess.framework/Frameworks/DAEAS.framework/DAEAS + +- (void)appendApplicationDataForTask:(id)arg1 toWBXMLData:(id)arg2; +- (id)asClientID; +- (id)asInstanceID; +- (id)asServerID; + @end diff --git a/PrivateFrameworks/DataAccess.framework/DALocalDBHelper.h b/PrivateFrameworks/DataAccess.framework/DALocalDBHelper.h index e0b9e1c2ef..dbf500eb11 100644 --- a/PrivateFrameworks/DataAccess.framework/DALocalDBHelper.h +++ b/PrivateFrameworks/DataAccess.framework/DALocalDBHelper.h @@ -5,14 +5,18 @@ @interface DALocalDBHelper : NSObject { int _abConnectionCount; void * _abDB; + NSObject * _abDBQueue; int _bookmarkConnectionCount; void * _bookmarkDB; + NSObject * _bookmarkDBQueue; int _calConnectionCount; /* Warning: unhandled struct encoding: '{CalDatabase={__CFRuntimeBase=I[4C]}i^{CPRecordStore}^{CalEventOccurrenceCache}^{CalScheduledTaskCache}^{__CFDictionary}^{__CFDictionary}{_opaque_pthread_mutex_t=l[40c]}II^{__CFArray}^{__CFString}^{__CFArray}ii^{__CFString}^{__CFString}i@?{_opaque_pthread_mutex_t=l[40c]}B^{__CFArray}^{__CFArray}B@}' */ struct CalDatabase { struct __CFRuntimeBase { unsigned int x_1_1_1; unsigned char x_1_1_2[4]; } x1; int x2; struct CPRecordStore {} *x3; struct CalEventOccurrenceCache {} *x4; struct CalScheduledTaskCache {} *x5; struct __CFDictionary {} *x6; struct __CFDictionary {} *x7; struct _opaque_pthread_mutex_t { long x_8_1_1; BOOL x_8_1_2[40]; } x8; unsigned int x9; unsigned int x10; struct __CFArray {} *x11; struct __CFString {} *x12; struct __CFArray {} *x13; int x14; int x15; struct __CFString {} *x16; struct __CFString {} *x17; int x18; id /* block */ x19; struct _opaque_pthread_mutex_t { long x_20_1_1; BOOL x_20_1_2[40]; } x20; bool x21; struct __CFArray {} *x22; struct __CFArray {} *x23; bool x24; id x25; } * _calDB; + NSObject * _calDBQueue; id /* block */ _calUnitTestCallbackBlock; NSString * _clientIdentifier; int _noteConnectionCount; NoteContext * _noteDB; + NSObject * _noteDBQueue; } @property (nonatomic) int abConnectionCount; @@ -65,6 +69,7 @@ - (void)calUnitTestsSetCallbackBlockForSave:(id /* block */)arg1; - (id)changeTrackingID; - (id)clientIdentifier; +- (id)init; - (BOOL)noteCloseDBAndSave:(BOOL)arg1; - (int)noteConnectionCount; - (id)noteDB; diff --git a/PrivateFrameworks/DataDetectorsNaturalLanguage.framework/IPEventClassificationType.h b/PrivateFrameworks/DataDetectorsNaturalLanguage.framework/IPEventClassificationType.h index cf9a730e1a..bcef803081 100644 --- a/PrivateFrameworks/DataDetectorsNaturalLanguage.framework/IPEventClassificationType.h +++ b/PrivateFrameworks/DataDetectorsNaturalLanguage.framework/IPEventClassificationType.h @@ -78,7 +78,7 @@ - (BOOL)_hasPriorityOverEventType:(id)arg1; - (BOOL)_hasPriorityOverEventTypes:(id)arg1; - (id)_mealClassificationTypeUsingStartDate:(id)arg1; -- (void)addEvents:(id)arg1; +- (void)addEventPatterns:(id)arg1; - (id)adjustedEventClassificationTypeWithStartDate:(id)arg1; - (id)adjustedEventTitleForMessageUnits:(id)arg1; - (id)adjustedEventTitleForMessageUnits:(id)arg1 subject:(id)arg2 isDateInSubject:(BOOL)arg3; @@ -109,6 +109,7 @@ - (double)minutesBeforeDefaultStartingTime; - (id)parent; - (id)properCasedTitleForTitle:(id)arg1 locale:(id)arg2; +- (BOOL)questionMarkInString:(id)arg1; - (void)setAllDayAllowed:(BOOL)arg1; - (void)setChildren:(id)arg1; - (void)setClassificationDepth:(unsigned int)arg1; diff --git a/PrivateFrameworks/DataDetectorsNaturalLanguage.framework/IPFeatureManager.h b/PrivateFrameworks/DataDetectorsNaturalLanguage.framework/IPFeatureManager.h index 8a91b67ad4..dc9bd9867d 100644 --- a/PrivateFrameworks/DataDetectorsNaturalLanguage.framework/IPFeatureManager.h +++ b/PrivateFrameworks/DataDetectorsNaturalLanguage.framework/IPFeatureManager.h @@ -4,48 +4,9 @@ @interface IPFeatureManager : NSObject -+ (unsigned int)_distanceBetweenFeature:(id)arg1 andFeature:(id)arg2; -+ (id)_featureDataInFeatures:(id)arg1 atIndex:(unsigned int)arg2; -+ (id)_featureSentenceInFeatures:(id)arg1 atIndex:(unsigned int)arg2; -+ (id)_featureWithClass:(Class)arg1 inFeatures:(id)arg2 atIndex:(unsigned int)arg3; -+ (id)_nearbyFeatureDatas:(id)arg1 fromFeatureAtIndex:(unsigned int)arg2 messageUnit:(id)arg3; -+ (id)_nearbyFeatureSentences:(id)arg1 fromFeatureAtIndex:(unsigned int)arg2 messageUnit:(id)arg3; -+ (void)_scanEventsInMessageUnits:(id)arg1 synchronously:(BOOL)arg2 completionHandler:(id /* block */)arg3; -+ (id)_sortedFeaturesByDistance:(id)arg1 aroundRange:(struct _NSRange { unsigned int x1; unsigned int x2; })arg2; -+ (id)_sortedFeaturesByRange:(id)arg1; -+ (id)artisNamesFromFeatures:(id)arg1; -+ (id)bestEventFromEvents:(id)arg1; -+ (id)cleanedStringForFeatureData:(id)arg1; -+ (unsigned int)countOfFeaturesContainDateInTheFuture:(id)arg1 messageUnitSentDate:(id)arg2; -+ (id)dataDetectorsFeatureExtractor; -+ (id)decoratedTitle:(id)arg1 withSubtitles:(id)arg2; -+ (id)descriptionForScanResultType:(unsigned int)arg1; -+ (void)enrichEvents:(id)arg1 messageUnits:(id)arg2 dateInSubject:(BOOL)arg3 features:(id)arg4; -+ (id)entertainmentPOINamesFromFeatures:(id)arg1; -+ (id)featureExtractorsExceptDataDetectorsExtractor; -+ (unsigned int)featureSentencePolarityForFeatureAtIndex:(unsigned int)arg1 inFeatures:(id)arg2; -+ (BOOL)features:(id)arg1 containDateOlderThan:(id)arg2; + (id)featuresForTextString:(id)arg1 inMessageUnit:(id)arg2; -+ (id)featuresForTextString:(id)arg1 inMessageUnit:(id)arg2 extractors:(id)arg3 context:(id)arg4; -+ (id)filteredEventsForDetectedEvents:(id)arg1 referenceDate:(id)arg2 resultType:(unsigned int*)arg3; -+ (BOOL)isBlacklistedSender:(id)arg1; -+ (BOOL)isDateAroundNoon:(id)arg1; -+ (BOOL)isEventProposalFromFeatures:(id)arg1 fromFeatureAtIndex:(unsigned int)arg2 messageUnit:(id)arg3 eventIsTenseDependent:(BOOL)arg4 extractedFromSubject:(BOOL)arg5 clusterType:(unsigned int*)arg6; -+ (BOOL)isNaturalLanguageEventDetectionEnabled; -+ (id)movieTitlesFromFeatures:(id)arg1; -+ (id)normalizedAllDayDateFromDate:(id)arg1; -+ (void)normalizedEvents:(id)arg1; -+ (id)notesStringsFromFeatures:(id)arg1; -+ (id)restaurantAndBarPOINamesFromFeatures:(id)arg1; + (void)scanEventsInMessageUnits:(id)arg1 completionHandler:(id /* block */)arg2; + (void)scanEventsInMessageUnits:(id)arg1 synchronously:(BOOL)arg2 completionHandler:(id /* block */)arg3; + (void)setEventStoreForTesting:(id)arg1; -+ (id)sharedFeatureManager; -+ (BOOL)shouldReplaceSendDateWithCurrentDate; -+ (id)sportTeamNamesFromFeatures:(id)arg1; -+ (id)stitchedEventsFromEvents:(id)arg1; -+ (id)stringsFromDataFeatures:(id)arg1 matchingTypes:(id)arg2; -+ (id)subjectEventVocabularyIgnoreDateKeyword:(id)arg1; -+ (id)subjectEventVocabularyRejectionKeyword:(id)arg1; @end diff --git a/PrivateFrameworks/DataDetectorsNaturalLanguage.framework/IPFeatureScanner.h b/PrivateFrameworks/DataDetectorsNaturalLanguage.framework/IPFeatureScanner.h new file mode 100644 index 0000000000..28aeedacfe --- /dev/null +++ b/PrivateFrameworks/DataDetectorsNaturalLanguage.framework/IPFeatureScanner.h @@ -0,0 +1,108 @@ +/* Generated by RuntimeBrowser + Image: /System/Library/PrivateFrameworks/DataDetectorsNaturalLanguage.framework/DataDetectorsNaturalLanguage + */ + +@interface IPFeatureScanner : NSObject { + NSMutableArray * _allMessageUnitsFeatures; + IPFeatureData * _dateInSubjectFeatureData; + NSMutableArray * _detectedEvents; + IPEventClassificationType * _eventType; + NSMutableSet * _extractedNotesStrings; + NSArray * _filteredDetectedEvents; + BOOL _hasCheckedEventType; + NSArray * _messageUnits; + unsigned int _resultType; + NSArray * _stitchedEvents; + BOOL _subjectContainsDate; + NSArray * _subjectDataDetectorsFeatures; +} + +@property (retain) NSMutableArray *allMessageUnitsFeatures; +@property (retain) IPFeatureData *dateInSubjectFeatureData; +@property (retain) NSMutableArray *detectedEvents; +@property (retain) IPEventClassificationType *eventType; +@property (retain) NSMutableSet *extractedNotesStrings; +@property (retain) NSArray *filteredDetectedEvents; +@property BOOL hasCheckedEventType; +@property (retain) NSArray *messageUnits; +@property unsigned int resultType; +@property (retain) NSArray *stitchedEvents; +@property BOOL subjectContainsDate; +@property (retain) NSArray *subjectDataDetectorsFeatures; + ++ (id)dataDetectorsFeatureExtractor; ++ (id)descriptionForScanResultType:(unsigned int)arg1; ++ (id)featureExtractorsExceptDataDetectorsExtractor; ++ (BOOL)isNaturalLanguageEventDetectionEnabled; ++ (void)setEventStoreForTesting:(id)arg1; + +- (void).cxx_destruct; +- (unsigned int)_distanceBetweenFeature:(id)arg1 andFeature:(id)arg2; +- (id)_featureDataInFeatures:(id)arg1 atIndex:(unsigned int)arg2; +- (id)_featureSentenceInFeatures:(id)arg1 atIndex:(unsigned int)arg2; +- (id)_featureWithClass:(Class)arg1 inFeatures:(id)arg2 atIndex:(unsigned int)arg3; +- (id)_nearbyFeatureDatas:(id)arg1 fromFeatureAtIndex:(unsigned int)arg2 messageUnit:(id)arg3; +- (id)_nearbyFeatureSentences:(id)arg1 fromFeatureAtIndex:(unsigned int)arg2 messageUnit:(id)arg3; +- (id)_regroupEventsWithSpreadTimeAsAllDayEvents:(id)arg1; +- (id)_sortedFeaturesByDistance:(id)arg1 aroundRange:(struct _NSRange { unsigned int x1; unsigned int x2; })arg2; +- (id)_sortedFeaturesByRange:(id)arg1; +- (id)_stitchedEventsFromEvents:(id)arg1; +- (id)allMessageUnitsFeatures; +- (id)artisNamesFromFeatures:(id)arg1; +- (id)bestEventFromEvents:(id)arg1; +- (id)cleanedStringForFeatureData:(id)arg1; +- (unsigned int)countOfFeaturesContainDateInTheFuture:(id)arg1 messageUnitSentDate:(id)arg2; +- (id)dateInSubjectFeatureData; +- (id)decoratedTitle:(id)arg1 withSubtitles:(id)arg2; +- (id)detectedEvents; +- (void)doSynchronousScanWithCompletionHandler:(id /* block */)arg1; +- (id)emailParticipantNames; +- (void)enrichEvents:(id)arg1 messageUnits:(id)arg2 dateInSubject:(BOOL)arg3 features:(id)arg4; +- (id)entertainmentPOINamesFromFeatures:(id)arg1; +- (id)eventType; +- (id)extractedNotesStrings; +- (unsigned int)featureSentencePolarityForFeatureAtIndex:(unsigned int)arg1 inFeatures:(id)arg2; +- (BOOL)features:(id)arg1 containDateOlderThan:(id)arg2 preciseTimeOnly:(BOOL)arg3; +- (id)featuresForTextString:(id)arg1 inMessageUnit:(id)arg2; +- (id)featuresForTextString:(id)arg1 inMessageUnit:(id)arg2 extractors:(id)arg3 context:(id)arg4; +- (id)filteredDetectedEvents; +- (id)filteredEventsForDetectedEvents:(id)arg1 referenceDate:(id)arg2; +- (BOOL)hasCheckedEventType; +- (BOOL)isBlacklistedSender:(id)arg1; +- (BOOL)isDateAroundNoon:(id)arg1; +- (BOOL)isDateRoundedTo5Minutes:(id)arg1; +- (BOOL)isEventProposalFromFeatures:(id)arg1 fromFeatureAtIndex:(unsigned int)arg2 messageUnit:(id)arg3 eventIsTenseDependent:(BOOL)arg4 extractedFromSubject:(BOOL)arg5 clusterType:(unsigned int*)arg6; +- (id)messageSenderName; +- (id)messageUnits; +- (id)movieTitlesFromFeatures:(id)arg1; +- (id)normalizedAllDayDateFromDate:(id)arg1; +- (void)normalizedEvents:(id)arg1; +- (id)notesStringsFromFeatures:(id)arg1; +- (void)processScanOfMessageUnit:(id)arg1; +- (void)resetScanState; +- (id)restaurantAndBarPOINamesFromFeatures:(id)arg1; +- (unsigned int)resultType; +- (void)scanEventsInMessageUnits:(id)arg1 synchronously:(BOOL)arg2 completionHandler:(id /* block */)arg3; +- (void)setAllMessageUnitsFeatures:(id)arg1; +- (void)setDateInSubjectFeatureData:(id)arg1; +- (void)setDetectedEvents:(id)arg1; +- (void)setEventType:(id)arg1; +- (void)setExtractedNotesStrings:(id)arg1; +- (void)setFilteredDetectedEvents:(id)arg1; +- (void)setHasCheckedEventType:(BOOL)arg1; +- (void)setMessageUnits:(id)arg1; +- (void)setResultType:(unsigned int)arg1; +- (void)setStitchedEvents:(id)arg1; +- (void)setSubjectContainsDate:(BOOL)arg1; +- (void)setSubjectDataDetectorsFeatures:(id)arg1; +- (BOOL)shouldReplaceSendDateWithCurrentDate; +- (id)sportTeamNamesFromFeatures:(id)arg1; +- (id)stitchedEvents; +- (id)stitchedEventsFromEvents:(id)arg1; +- (id)stringsFromDataFeatures:(id)arg1 matchingTypes:(id)arg2; +- (BOOL)subjectContainsDate; +- (id)subjectDataDetectorsFeatures; +- (id)subjectEventVocabularyIgnoreDateKeyword:(id)arg1; +- (id)subjectEventVocabularyRejectionKeyword:(id)arg1; + +@end diff --git a/PrivateFrameworks/DataDetectorsNaturalLanguage.framework/IPMessage.h b/PrivateFrameworks/DataDetectorsNaturalLanguage.framework/IPMessage.h index 9f331c67ac..509252a8cd 100644 --- a/PrivateFrameworks/DataDetectorsNaturalLanguage.framework/IPMessage.h +++ b/PrivateFrameworks/DataDetectorsNaturalLanguage.framework/IPMessage.h @@ -28,7 +28,7 @@ @property (retain) NSString *type; - (void).cxx_destruct; -- (void)addDetectectedKeyword:(id)arg1 classificationTypeIdentifier:(id)arg2; +- (void)addDetectedKeyword:(id)arg1 classificationTypeIdentifier:(id)arg2; - (void)addMessageUnit:(id)arg1; - (id)dateSent; - (id)detectedKeywordsDictionary; diff --git a/PrivateFrameworks/DataDetectorsUI.framework/DDActionNaturalLanguageContext.h b/PrivateFrameworks/DataDetectorsUI.framework/DDActionNaturalLanguageContext.h index 200e409c35..9c93a5fb9f 100644 --- a/PrivateFrameworks/DataDetectorsUI.framework/DDActionNaturalLanguageContext.h +++ b/PrivateFrameworks/DataDetectorsUI.framework/DDActionNaturalLanguageContext.h @@ -4,25 +4,21 @@ @interface DDActionNaturalLanguageContext : NSObject { NSArray * _associatedResults; - NSDictionary * _context; NSString * _leadingText; struct __DDResult { } * _result; NSString * _trailingText; } @property (retain) NSArray *associatedResults; -@property (retain) NSDictionary *context; @property (retain) NSString *leadingText; @property (retain) struct __DDResult { }*result; @property (retain) NSString *trailingText; - (id)associatedResults; -- (id)context; - (void)dealloc; - (id)leadingText; - (struct __DDResult { }*)result; - (void)setAssociatedResults:(id)arg1; -- (void)setContext:(id)arg1; - (void)setLeadingText:(id)arg1; - (void)setResult:(struct __DDResult { }*)arg1; - (void)setTrailingText:(id)arg1; diff --git a/PrivateFrameworks/DataDetectorsUI.framework/DDEventComponents.h b/PrivateFrameworks/DataDetectorsUI.framework/DDEventComponents.h index 538232b9b1..92315f9303 100644 --- a/PrivateFrameworks/DataDetectorsUI.framework/DDEventComponents.h +++ b/PrivateFrameworks/DataDetectorsUI.framework/DDEventComponents.h @@ -3,6 +3,7 @@ */ @interface DDEventComponents : NSObject { + double _duration; NSDate * _endDate; NSString * _eventTypeIdentifier; struct _NSRange { @@ -14,6 +15,7 @@ NSString * _title; } +@property (nonatomic) double duration; @property (nonatomic, retain) NSDate *endDate; @property (nonatomic, copy) NSString *eventTypeIdentifier; @property (nonatomic) struct _NSRange { unsigned int x1; unsigned int x2; } originRange; @@ -21,18 +23,20 @@ @property (nonatomic, retain) NSDate *startDate; @property (nonatomic, copy) NSString *title; -+ (id)_eventComponents:(id)arg1 matchingResult:(struct __DDResult { }*)arg2; -+ (id)_eventsFromIntelligentsuggestions:(id)arg1; -+ (id)_eventsFromNaturalLanguageText:(id)arg1; -+ (id)bestEventComponentsForResult:(struct __DDResult { }*)arg1 withNaturalLanguageContext:(id)arg2 suggestionsContext:(id)arg3; ++ (id)_eventComponents:(id)arg1 matchingResult:(struct __DDResult { }*)arg2 context:(id)arg3; ++ (id)_eventsFromIntelligentSuggestions:(id)arg1; ++ (id)_eventsFromNaturalLanguageText:(id)arg1 context:(id)arg2; ++ (id)bestEventComponentsForResult:(struct __DDResult { }*)arg1 withNaturalLanguageContext:(id)arg2 suggestionsContext:(id)arg3 context:(id)arg4; + (BOOL)supportsSecureCoding; - (void)dealloc; +- (double)duration; - (void)encodeWithCoder:(id)arg1; - (id)endDate; - (id)eventTypeIdentifier; - (id)initWithCoder:(id)arg1; - (struct _NSRange { unsigned int x1; unsigned int x2; })originRange; +- (void)setDuration:(double)arg1; - (void)setEndDate:(id)arg1; - (void)setEventTypeIdentifier:(id)arg1; - (void)setOriginRange:(struct _NSRange { unsigned int x1; unsigned int x2; })arg1; diff --git a/PrivateFrameworks/DiagnosticsSupport.framework/DSCallStatisticsAggregator.h b/PrivateFrameworks/DiagnosticsSupport.framework/DSCallStatisticsAggregator.h new file mode 100644 index 0000000000..5648a6f9c2 --- /dev/null +++ b/PrivateFrameworks/DiagnosticsSupport.framework/DSCallStatisticsAggregator.h @@ -0,0 +1,66 @@ +/* Generated by RuntimeBrowser + Image: /System/Library/PrivateFrameworks/DiagnosticsSupport.framework/DiagnosticsSupport + */ + +@interface DSCallStatisticsAggregator : NSObject { + struct { + int droppedCallCount; + int droppedWiFiCallCount; + int droppedVoLTECallCount; + int placedCallCount; + int deviceDroppedCallCount; + } _accumulated; + NSMutableArray * _callLog; + BOOL _cancelled; + BOOL _futureDateDetected; + BOOL _generationComplete; + NSCondition * _generationLock; + int _missingDaysRemaining; + BOOL _outOfOrderDateDetected; + NSDate * _referenceDate; + struct { + int droppedCallCount; + int droppedWiFiCallCount; + int droppedVoLTECallCount; + int placedCallCount; + int deviceDroppedCallCount; + } _totals; +} + +@property (nonatomic, retain) NSMutableArray *callLog; +@property (getter=isCancelled, nonatomic) BOOL cancelled; +@property (nonatomic) BOOL futureDateDetected; +@property (nonatomic) BOOL generationComplete; +@property (nonatomic, retain) NSCondition *generationLock; +@property (nonatomic) int missingDaysRemaining; +@property (nonatomic) BOOL outOfOrderDateDetected; +@property (nonatomic, readonly) NSDate *referenceDate; + +- (void).cxx_destruct; +- (void)_fillCallLogWithMissingDays:(int)arg1 fromDate:(id)arg2; +- (void)_flushAccumulatedLogDataWithDate:(id)arg1; +- (id)_getAndValidateDateFromLogLine:(id)arg1; +- (int)_getDaysBetween:(id)arg1 and:(id)arg2; +- (BOOL)_isDateInRange:(id)arg1; +- (void)_resetAccumulator; +- (void)beginAggregation; +- (id)callLog; +- (void)cancel; +- (BOOL)futureDateDetected; +- (BOOL)generationComplete; +- (id)generationLock; +- (id)getSynchronousResult; +- (id)init; +- (BOOL)isCancelled; +- (int)missingDaysRemaining; +- (BOOL)outOfOrderDateDetected; +- (id)referenceDate; +- (void)setCallLog:(id)arg1; +- (void)setCancelled:(BOOL)arg1; +- (void)setFutureDateDetected:(BOOL)arg1; +- (void)setGenerationComplete:(BOOL)arg1; +- (void)setGenerationLock:(id)arg1; +- (void)setMissingDaysRemaining:(int)arg1; +- (void)setOutOfOrderDateDetected:(BOOL)arg1; + +@end diff --git a/PrivateFrameworks/DiagnosticsSupport.framework/DSGeneralLogCollector.h b/PrivateFrameworks/DiagnosticsSupport.framework/DSGeneralLogCollector.h index 496560a37b..70bdc1dd26 100644 --- a/PrivateFrameworks/DiagnosticsSupport.framework/DSGeneralLogCollector.h +++ b/PrivateFrameworks/DiagnosticsSupport.framework/DSGeneralLogCollector.h @@ -17,12 +17,9 @@ - (void).cxx_destruct; - (void)enumerateLogLinesWithBlock:(id /* block */)arg1; -- (int)exceptionTypeFromString:(id)arg1; - (id)friendlyAppNamesDictionary; - (void)getLogFiles; - (id)initWithLogIDs:(id)arg1; -- (BOOL)isHangException:(int)arg1; -- (BOOL)isTermalException:(int)arg1; - (id)logFiles; - (id)logFilesFromEnumerator:(id)arg1; - (id)logIDs; diff --git a/PrivateFrameworks/DiagnosticsSupport.framework/DSLogLine.h b/PrivateFrameworks/DiagnosticsSupport.framework/DSLogLine.h index a7e7025e81..d31b00680f 100644 --- a/PrivateFrameworks/DiagnosticsSupport.framework/DSLogLine.h +++ b/PrivateFrameworks/DiagnosticsSupport.framework/DSLogLine.h @@ -21,15 +21,20 @@ + (id)logLinesFromArray:(id)arg1; - (void).cxx_destruct; +- (id)blankingStringFromFieldAtIndex:(int)arg1; +- (BOOL)boolFromFieldAtIndex:(int)arg1; - (id)bundleID; - (id)date; +- (double)doubleFromFieldAtIndex:(int)arg1; - (id)exception; - (id)fields; - (id)initWithLine:(id)arg1; - (id)initWithLogLine:(id)arg1; +- (int)integerFromFieldAtIndex:(int)arg1; - (BOOL)isUsable; +- (long long)longLongFromFieldAtIndex:(int)arg1; +- (id)nilableStringFromFieldAtIndex:(int)arg1; - (void)setType:(id)arg1; - (id)type; -- (int)valueFromFieldAtIndex:(int)arg1; @end diff --git a/PrivateFrameworks/DictionaryUI.framework/DUDefinitionDictionary.h b/PrivateFrameworks/DictionaryUI.framework/DUDefinitionDictionary.h index 890fd8c2d0..d516875fe7 100644 --- a/PrivateFrameworks/DictionaryUI.framework/DUDefinitionDictionary.h +++ b/PrivateFrameworks/DictionaryUI.framework/DUDefinitionDictionary.h @@ -4,6 +4,7 @@ @interface DUDefinitionDictionary : NSObject { BOOL _activated; + ASAsset * _assetToUpgrade; NSString * _definitionLanguage; struct __DCSDictionary { } * _dictionary; BOOL _isAppleDictionary; @@ -12,7 +13,7 @@ ASAsset * _rawAsset; } -@property BOOL activated; +@property (nonatomic) BOOL activated; @property (readonly) NSString *definitionLanguage; @property BOOL isAppleDictionary; @property BOOL isTTYDictionary; @@ -45,6 +46,7 @@ - (float)progress; - (id)rawAsset; - (void)setActivated:(BOOL)arg1; +- (void)setAssetToUpgrade:(id)arg1; - (void)setIsAppleDictionary:(BOOL)arg1; - (void)setIsTTYDictionary:(BOOL)arg1; - (void)setProgress:(float)arg1; diff --git a/PrivateFrameworks/DifferentialPrivacy.framework/_DPCMSRecord.h b/PrivateFrameworks/DifferentialPrivacy.framework/_DPCMSRecord.h index 0a5e8646cf..22a43bf2ed 100644 --- a/PrivateFrameworks/DifferentialPrivacy.framework/_DPCMSRecord.h +++ b/PrivateFrameworks/DifferentialPrivacy.framework/_DPCMSRecord.h @@ -6,12 +6,14 @@ double _creationDate; NSString * _key; NSManagedObjectID * _objectId; + long long _reportVersion; BOOL _submitted; } @property (nonatomic) double creationDate; @property (nonatomic, copy) NSString *key; @property (nonatomic, retain) NSManagedObjectID *objectId; +@property (nonatomic) long long reportVersion; @property (nonatomic) BOOL submitted; + (id)createRecordFromManagedObject:(id)arg1; @@ -34,9 +36,11 @@ - (BOOL)isEqualToCMSRecord:(id)arg1; - (id)key; - (id)objectId; +- (long long)reportVersion; - (void)setCreationDate:(double)arg1; - (void)setKey:(id)arg1; - (void)setObjectId:(id)arg1; +- (void)setReportVersion:(long long)arg1; - (void)setSubmitted:(BOOL)arg1; - (BOOL)submitted; diff --git a/PrivateFrameworks/DifferentialPrivacy.framework/_DPCMSRecordMO.h b/PrivateFrameworks/DifferentialPrivacy.framework/_DPCMSRecordMO.h index 0689fac6d1..f8459aaf30 100644 --- a/PrivateFrameworks/DifferentialPrivacy.framework/_DPCMSRecordMO.h +++ b/PrivateFrameworks/DifferentialPrivacy.framework/_DPCMSRecordMO.h @@ -6,6 +6,7 @@ @property (nonatomic) double creationDate; @property (nonatomic, retain) NSString *key; +@property (nonatomic) long long reportVersion; @property (nonatomic) BOOL submitted; @end diff --git a/PrivateFrameworks/DifferentialPrivacy.framework/_DPCoreDataStorage.h b/PrivateFrameworks/DifferentialPrivacy.framework/_DPCoreDataStorage.h index 2c70f0bddf..d2a6d74045 100644 --- a/PrivateFrameworks/DifferentialPrivacy.framework/_DPCoreDataStorage.h +++ b/PrivateFrameworks/DifferentialPrivacy.framework/_DPCoreDataStorage.h @@ -44,6 +44,7 @@ - (unsigned int)deleteOldObjectsToLimitTotalNumber:(unsigned int)arg1 entities:(id)arg2 limit:(unsigned int)arg3; - (BOOL)deleteStorageFor:(id)arg1 obliterate:(BOOL)arg2; - (unsigned int)deleteSubmittedRecords:(unsigned int)arg1 entities:(id)arg2 limit:(unsigned int)arg3; +- (unsigned int)deleteVersionMismatchRecords:(unsigned int)arg1 entities:(id)arg2 limit:(unsigned int)arg3; - (void)handleDataProtectionChangeFor:(id)arg1 willBeAvailable:(BOOL)arg2; - (void)handleDatabaseErrors:(id)arg1 forPSC:(id)arg2 protectionClass:(id)arg3; - (id)init; diff --git a/PrivateFrameworks/DifferentialPrivacy.framework/_DPJSONOutputHelper.h b/PrivateFrameworks/DifferentialPrivacy.framework/_DPJSONOutputHelper.h index 8c84205304..49799a69e8 100644 --- a/PrivateFrameworks/DifferentialPrivacy.framework/_DPJSONOutputHelper.h +++ b/PrivateFrameworks/DifferentialPrivacy.framework/_DPJSONOutputHelper.h @@ -4,6 +4,7 @@ @interface _DPJSONOutputHelper : NSObject ++ (unsigned int)currentVersion; + (id)submissionContentForSegments:(id)arg1; @end diff --git a/PrivateFrameworks/DifferentialPrivacy.framework/_DPKeyNames.h b/PrivateFrameworks/DifferentialPrivacy.framework/_DPKeyNames.h index 675d69b5c6..bbb2ec7412 100644 --- a/PrivateFrameworks/DifferentialPrivacy.framework/_DPKeyNames.h +++ b/PrivateFrameworks/DifferentialPrivacy.framework/_DPKeyNames.h @@ -5,7 +5,7 @@ @interface _DPKeyNames : NSObject + (id)allKeyNames; -+ (id)keyNamesGroupedByBudgetName; ++ (id)keyNamesGroupedByPropertyName; + (id)keyPropertiesForKey:(id)arg1; + (id)propertiesFromNamesFile:(id)arg1; diff --git a/PrivateFrameworks/DifferentialPrivacy.framework/_DPKeyProperties.h b/PrivateFrameworks/DifferentialPrivacy.framework/_DPKeyProperties.h index 13ae048b32..246294b148 100644 --- a/PrivateFrameworks/DifferentialPrivacy.framework/_DPKeyProperties.h +++ b/PrivateFrameworks/DifferentialPrivacy.framework/_DPKeyProperties.h @@ -16,6 +16,7 @@ unsigned int _privatizationAlgorithm; NSString * _propertiesName; NSString * _serverAlgorithmString; + unsigned int _submissionPriority; unsigned int _transport; _DPValueRange * _trimmedScale; } @@ -33,11 +34,12 @@ @property (nonatomic, readonly) unsigned int privatizationAlgorithm; @property (nonatomic, readonly, copy) NSString *propertiesName; @property (nonatomic, readonly, copy) NSString *serverAlgorithmString; +@property (nonatomic, readonly) unsigned int submissionPriority; @property (nonatomic, readonly) unsigned int transport; @property (nonatomic, readonly) _DPValueRange *trimmedScale; + (id)defaultPropertiesWithKey:(id)arg1; -+ (id)keyPropertiesForKey:(id)arg1; ++ (id)keyPropertiesForName:(id)arg1; + (id)keyPropertiesFromDictionary:(id)arg1; + (id)propertiesFromFile:(id)arg1; @@ -59,6 +61,7 @@ - (id)privatizationAlgorithmString; - (id)propertiesName; - (id)serverAlgorithmString; +- (unsigned int)submissionPriority; - (unsigned int)transport; - (id)trimmedScale; diff --git a/PrivateFrameworks/DifferentialPrivacy.framework/_DPNumericDataRecord.h b/PrivateFrameworks/DifferentialPrivacy.framework/_DPNumericDataRecord.h index e29f8133b1..f5e028196a 100644 --- a/PrivateFrameworks/DifferentialPrivacy.framework/_DPNumericDataRecord.h +++ b/PrivateFrameworks/DifferentialPrivacy.framework/_DPNumericDataRecord.h @@ -8,6 +8,7 @@ NSString * _key; NSManagedObjectID * _objectId; double _privateNumber; + long long _reportVersion; BOOL _submitted; } @@ -16,6 +17,7 @@ @property (nonatomic, copy) NSString *key; @property (nonatomic, retain) NSManagedObjectID *objectId; @property (nonatomic) double privateNumber; +@property (nonatomic) long long reportVersion; @property (nonatomic) BOOL submitted; + (id)createRecordFromManagedObject:(id)arg1; @@ -41,11 +43,13 @@ - (id)key; - (id)objectId; - (double)privateNumber; +- (long long)reportVersion; - (void)setClearNumber:(double)arg1; - (void)setCreationDate:(double)arg1; - (void)setKey:(id)arg1; - (void)setObjectId:(id)arg1; - (void)setPrivateNumber:(double)arg1; +- (void)setReportVersion:(long long)arg1; - (void)setSubmitted:(BOOL)arg1; - (BOOL)submitted; diff --git a/PrivateFrameworks/DifferentialPrivacy.framework/_DPNumericDataRecordMO.h b/PrivateFrameworks/DifferentialPrivacy.framework/_DPNumericDataRecordMO.h index aa3b6596e2..54d5d5356c 100644 --- a/PrivateFrameworks/DifferentialPrivacy.framework/_DPNumericDataRecordMO.h +++ b/PrivateFrameworks/DifferentialPrivacy.framework/_DPNumericDataRecordMO.h @@ -8,6 +8,7 @@ @property (nonatomic) double creationDate; @property (nonatomic, retain) NSString *key; @property (nonatomic) double privateNumber; +@property (nonatomic) long long reportVersion; @property (nonatomic) BOOL submitted; @end diff --git a/PrivateFrameworks/DifferentialPrivacy.framework/_DPOBHFragmentMO.h b/PrivateFrameworks/DifferentialPrivacy.framework/_DPOBHFragmentMO.h index f048ec1a34..ecf60a2df0 100644 --- a/PrivateFrameworks/DifferentialPrivacy.framework/_DPOBHFragmentMO.h +++ b/PrivateFrameworks/DifferentialPrivacy.framework/_DPOBHFragmentMO.h @@ -4,10 +4,10 @@ @interface _DPOBHFragmentMO : _DPOBHSequenceMO -@property (nonatomic, retain) NSString *fragment; @property (nonatomic) long long fragmentBitPosition; @property (nonatomic) BOOL fragmentBitValue; @property (nonatomic) short fragmentPosition; @property (nonatomic) short fragmentWidth; +@property (nonatomic, copy) NSString *plainFragment; @end diff --git a/PrivateFrameworks/DifferentialPrivacy.framework/_DPOBHFragmentRecord.h b/PrivateFrameworks/DifferentialPrivacy.framework/_DPOBHFragmentRecord.h index 9fd186a46e..db8242ded1 100644 --- a/PrivateFrameworks/DifferentialPrivacy.framework/_DPOBHFragmentRecord.h +++ b/PrivateFrameworks/DifferentialPrivacy.framework/_DPOBHFragmentRecord.h @@ -3,18 +3,18 @@ */ @interface _DPOBHFragmentRecord : _DPOBHSequenceRecord { - NSString * _fragment; long long _fragmentBitPosition; BOOL _fragmentBitValue; short _fragmentPosition; short _fragmentWidth; + NSString * _plainFragment; } -@property (nonatomic, copy) NSString *fragment; @property (nonatomic) long long fragmentBitPosition; @property (nonatomic) BOOL fragmentBitValue; @property (nonatomic) short fragmentPosition; @property (nonatomic) short fragmentWidth; +@property (nonatomic, copy) NSString *plainFragment; + (id)entityName; + (id)fragmentWithKey:(id)arg1 sequence:(id)arg2 sequenceBitPosition:(unsigned short)arg3 sequenceBitValue:(BOOL)arg4 fragmentPosition:(unsigned short)arg5 fragmentWidth:(unsigned short)arg6 fragment:(id)arg7 fragmentBitPosition:(long long)arg8 fragmentBitValue:(BOOL)arg9 creationDate:(double)arg10 submitted:(BOOL)arg11 objectId:(id)arg12; @@ -23,17 +23,17 @@ - (BOOL)copyFromManagedObject:(id)arg1; - (BOOL)copyToManagedObject:(id)arg1; - (id)description; -- (id)fragment; - (long long)fragmentBitPosition; - (BOOL)fragmentBitValue; - (short)fragmentPosition; - (short)fragmentWidth; - (id)initWithKey:(id)arg1 sequence:(id)arg2 sequenceBitPosition:(unsigned short)arg3 sequenceBitValue:(BOOL)arg4 fragmentPosition:(unsigned short)arg5 fragmentWidth:(unsigned short)arg6 fragment:(id)arg7 fragmentBitPosition:(long long)arg8 fragmentBitValue:(BOOL)arg9 creationDate:(double)arg10 submitted:(BOOL)arg11 objectId:(id)arg12; - (id)jsonString; -- (void)setFragment:(id)arg1; +- (id)plainFragment; - (void)setFragmentBitPosition:(long long)arg1; - (void)setFragmentBitValue:(BOOL)arg1; - (void)setFragmentPosition:(short)arg1; - (void)setFragmentWidth:(short)arg1; +- (void)setPlainFragment:(id)arg1; @end diff --git a/PrivateFrameworks/DifferentialPrivacy.framework/_DPOBHRecord.h b/PrivateFrameworks/DifferentialPrivacy.framework/_DPOBHRecord.h index 1dd3ee8d34..0b29c0ff5a 100644 --- a/PrivateFrameworks/DifferentialPrivacy.framework/_DPOBHRecord.h +++ b/PrivateFrameworks/DifferentialPrivacy.framework/_DPOBHRecord.h @@ -6,12 +6,14 @@ double _creationDate; NSString * _key; NSManagedObjectID * _objectId; + long long _reportVersion; BOOL _submitted; } @property (nonatomic) double creationDate; @property (nonatomic, copy) NSString *key; @property (nonatomic, retain) NSManagedObjectID *objectId; +@property (nonatomic) long long reportVersion; @property (nonatomic) BOOL submitted; + (id)createRecordFromManagedObject:(id)arg1; @@ -33,9 +35,11 @@ - (BOOL)isEqualToOBHRecord:(id)arg1; - (id)key; - (id)objectId; +- (long long)reportVersion; - (void)setCreationDate:(double)arg1; - (void)setKey:(id)arg1; - (void)setObjectId:(id)arg1; +- (void)setReportVersion:(long long)arg1; - (void)setSubmitted:(BOOL)arg1; - (BOOL)submitted; diff --git a/PrivateFrameworks/DifferentialPrivacy.framework/_DPOBHRecordMO.h b/PrivateFrameworks/DifferentialPrivacy.framework/_DPOBHRecordMO.h index cec3ff6a8e..70ab2da1b1 100644 --- a/PrivateFrameworks/DifferentialPrivacy.framework/_DPOBHRecordMO.h +++ b/PrivateFrameworks/DifferentialPrivacy.framework/_DPOBHRecordMO.h @@ -6,6 +6,7 @@ @property (nonatomic) double creationDate; @property (nonatomic, retain) NSString *key; +@property (nonatomic) long long reportVersion; @property (nonatomic) BOOL submitted; @end diff --git a/PrivateFrameworks/DifferentialPrivacy.framework/_DPOBHSequenceMO.h b/PrivateFrameworks/DifferentialPrivacy.framework/_DPOBHSequenceMO.h index 847cbdea85..7972a207fe 100644 --- a/PrivateFrameworks/DifferentialPrivacy.framework/_DPOBHSequenceMO.h +++ b/PrivateFrameworks/DifferentialPrivacy.framework/_DPOBHSequenceMO.h @@ -4,7 +4,7 @@ @interface _DPOBHSequenceMO : _DPOBHRecordMO -@property (nonatomic, retain) NSString *sequence; +@property (nonatomic, copy) NSString *plainSequence; @property (nonatomic) long long sequenceBitPosition; @property (nonatomic) BOOL sequenceBitValue; diff --git a/PrivateFrameworks/DifferentialPrivacy.framework/_DPOBHSequenceRecord.h b/PrivateFrameworks/DifferentialPrivacy.framework/_DPOBHSequenceRecord.h index 1f23e2c5f8..f84d0048bf 100644 --- a/PrivateFrameworks/DifferentialPrivacy.framework/_DPOBHSequenceRecord.h +++ b/PrivateFrameworks/DifferentialPrivacy.framework/_DPOBHSequenceRecord.h @@ -3,12 +3,12 @@ */ @interface _DPOBHSequenceRecord : _DPOBHRecord { - NSString * _sequence; + NSString * _plainSequence; long long _sequenceBitPosition; BOOL _sequenceBitValue; } -@property (nonatomic, retain) NSString *sequence; +@property (nonatomic, retain) NSString *plainSequence; @property (nonatomic) long long sequenceBitPosition; @property (nonatomic) BOOL sequenceBitValue; @@ -21,10 +21,10 @@ - (id)description; - (id)initWithKey:(id)arg1 sequence:(id)arg2 bitPosition:(long long)arg3 bitValue:(BOOL)arg4 creationDate:(double)arg5 submitted:(BOOL)arg6 objectId:(id)arg7; - (id)jsonString; -- (id)sequence; +- (id)plainSequence; - (long long)sequenceBitPosition; - (BOOL)sequenceBitValue; -- (void)setSequence:(id)arg1; +- (void)setPlainSequence:(id)arg1; - (void)setSequenceBitPosition:(long long)arg1; - (void)setSequenceBitValue:(BOOL)arg1; diff --git a/PrivateFrameworks/DifferentialPrivacy.framework/_DPPrivacyBudget.h b/PrivateFrameworks/DifferentialPrivacy.framework/_DPPrivacyBudget.h index bfd1faab6c..95915141bd 100644 --- a/PrivateFrameworks/DifferentialPrivacy.framework/_DPPrivacyBudget.h +++ b/PrivateFrameworks/DifferentialPrivacy.framework/_DPPrivacyBudget.h @@ -9,10 +9,10 @@ } @property (nonatomic, readonly) _DPPrivacyBudgetProperties *budgetProperties; -@property (nonatomic, readonly) _DPPrivacyBudgetRecord *budgetRecord; +@property (retain) _DPPrivacyBudgetRecord *budgetRecord; @property (nonatomic, readonly, copy) NSString *name; -+ (long long)balanceForbudgetWithName:(id)arg1; ++ (long long)balanceForBudgetWithName:(id)arg1; + (id)budgetWithName:(id)arg1; + (void)createBudgetRecordsIn:(id)arg1; + (BOOL)createDatabaseRecordIfMissingIn:(id)arg1 key:(id)arg2 balance:(long long)arg3; @@ -20,21 +20,16 @@ + (BOOL)debit:(unsigned int)arg1 budgetWithName:(id)arg2; + (id)fetchBudgetRecordFrom:(id)arg1 key:(id)arg2; + (void)initialize; -+ (void)saveAllBudgetsIn:(id)arg1; + (void)updateAllBudgetsIn:(id)arg1; - (void).cxx_destruct; -- (long long)balanceUnsafe; - (id)budgetProperties; - (id)budgetRecord; -- (BOOL)credit:(unsigned int)arg1; -- (BOOL)creditUnsafe:(unsigned int)arg1; -- (BOOL)debit:(unsigned int)arg1; -- (BOOL)debitUnsafe:(unsigned int)arg1; - (id)description; - (id)init; - (id)initWithName:(id)arg1 budgetProperties:(id)arg2; - (BOOL)initializeBudgetRecordFrom:(id)arg1; - (id)name; +- (void)setBudgetRecord:(id)arg1; @end diff --git a/PrivateFrameworks/DifferentialPrivacy.framework/_DPRecordQueryPredicates.h b/PrivateFrameworks/DifferentialPrivacy.framework/_DPRecordQueryPredicates.h index de49898f94..0203355025 100644 --- a/PrivateFrameworks/DifferentialPrivacy.framework/_DPRecordQueryPredicates.h +++ b/PrivateFrameworks/DifferentialPrivacy.framework/_DPRecordQueryPredicates.h @@ -5,9 +5,10 @@ @interface _DPRecordQueryPredicates : NSObject + (id)entityForKey:(id)arg1; ++ (void)initialize; + (id)predicateForAllRecords; + (id)predicateForKey:(id)arg1; -+ (id)predicateForKey:(id)arg1 beginsWith:(BOOL)arg2 submitted:(BOOL)arg3; ++ (id)predicateForKey:(id)arg1 beginsWith:(BOOL)arg2 submitted:(BOOL)arg3 matchReportVersion:(BOOL)arg4; + (id)predicateForKeyBeginsWith:(id)arg1; + (id)predicateForRecordsInDateRangeStart:(id)arg1 end:(id)arg2; + (id)predicateForRecordsNotSubmitted; @@ -17,5 +18,6 @@ + (id)predicateForRecordsSubmitted; + (id)predicateForRecordsSubmittedForKey:(id)arg1; + (id)predicateForRecordsSubmittedForKeyBeginsWith:(id)arg1; ++ (id)predicateForRecordsWithVersionMismatch; @end diff --git a/PrivateFrameworks/DifferentialPrivacy.framework/_DPReportGenerator.h b/PrivateFrameworks/DifferentialPrivacy.framework/_DPReportGenerator.h index 5bbf95cde2..f594c57445 100644 --- a/PrivateFrameworks/DifferentialPrivacy.framework/_DPReportGenerator.h +++ b/PrivateFrameworks/DifferentialPrivacy.framework/_DPReportGenerator.h @@ -7,12 +7,10 @@ + (id)filterNonConformingRecordsFrom:(id)arg1; + (id)queryKeysForPattern:(id)arg1 storage:(id)arg2; + (id)queryRecordsForKey:(id)arg1 storage:(id)arg2; -+ (id)randomize:(id)arg1; ++ (id)randomizeKeys:(id)arg1 andSortByPriority:(BOOL)arg2; -- (id)generateReport; - (id)generateReportForKeys:(id)arg1 allowAnyKey:(BOOL)arg2 storage:(id)arg3; - (id)generateReportUsing:(id)arg1; -- (BOOL)markSubmitted:(id)arg1; - (BOOL)markSubmitted:(id)arg1 storage:(id)arg2; - (void)scheduleMaintenance; - (void)scheduleMaintenanceWithName:(id)arg1; diff --git a/PrivateFrameworks/DigitalTouchShared.framework/ETCanvasView.h b/PrivateFrameworks/DigitalTouchShared.framework/ETCanvasView.h index 3f8b01a107..b755c2f085 100644 --- a/PrivateFrameworks/DigitalTouchShared.framework/ETCanvasView.h +++ b/PrivateFrameworks/DigitalTouchShared.framework/ETCanvasView.h @@ -56,9 +56,9 @@ NSMutableSet * _playingMessages; SKScene * _scene; DTSSceneView * _sceneView; - BOOL _sendMessageOnTouchesEndedWithoutDelay; NSTimer * _sendMessageTimer; BOOL _setAlwaysPaused; + BOOL _sketchDidReachSizeLimit; UITapGestureRecognizer * _tapRecognizer; * _timeSource; double _touchesBeganTimestamp; @@ -100,6 +100,7 @@ - (void)_clearSendMessageTimer; - (void)_configureAngerRecognizer; - (void)_createSketchViewWithColor:(id)arg1 time:(double)arg2 message:(id)arg3; +- (void)_doodleEndedWithTouches:(id)arg1 cancelled:(BOOL)arg2; - (void)_endMessage:(id)arg1 withSend:(BOOL)arg2; - (void)_fastTapAllowableMovementTimerFired; - (void)_heartbeatRecognized:(id)arg1; diff --git a/PrivateFrameworks/DrawingKit.framework/DKOpenGLRenderer.h b/PrivateFrameworks/DrawingKit.framework/DKOpenGLRenderer.h index beea40017d..eefb9f81bf 100644 --- a/PrivateFrameworks/DrawingKit.framework/DKOpenGLRenderer.h +++ b/PrivateFrameworks/DrawingKit.framework/DKOpenGLRenderer.h @@ -33,7 +33,10 @@ void mCanvasOffset; void mCanvasSize; unsigned int mColorProg; + int mColorProgColorUniformLocation; + int mColorProgModelViewProjectionUniformLocation; unsigned int mCompositeProg; + int mCompositeProgViewportUniformLocation; struct vector > { struct Vertex {} *__begin_; struct Vertex {} *__end_; @@ -52,6 +55,7 @@ } size; } mDirtyCanvasRegion; unsigned int mDryPaintProg; + int mDryPaintProgXCoordOffsetUniformLocation; struct vector, std::__1::allocator > >="__begin_"^{pair {} mNonCollisionSegments; struct vector > { struct Page {} *__begin_; @@ -63,6 +67,7 @@ unsigned int mPaperTex; float mParticleLifespan; unsigned int mTextureProg; + int mTextureProgModelViewProjectionUniformLocation; float mTime; float mTimeWetBecameDirty; unsigned int mVbo; @@ -77,11 +82,13 @@ unsigned int location; unsigned int length; } mVertexRange; - unsigned int mWetPaintBufferDB; unsigned int mWetPaintBufferFBO; void mWetPaintBufferSize; unsigned int mWetPaintBufferT; unsigned int mWetPaintProg; + int mWetPaintProgLifespanUniformLocation; + int mWetPaintProgSubtractEndPointsOnlyUniformLocation; + int mWetPaintProgTimeUniformLocation; void mWinSize; } @@ -135,7 +142,7 @@ - (void)redrawEntireDrawingImmediatelyWithLayeredBlending:(BOOL)arg1; - (struct CGRect { struct CGPoint { float x_1_1_1; float x_1_1_2; } x1; struct CGSize { float x_2_1_1; float x_2_1_2; } x2; })regionWithVertices:(struct vector > { struct Vertex {} *x1; struct Vertex {} *x2; struct __compressed_pair > { struct Vertex {} *x_3_1_1; } x3; })arg1 withInflationAmount:(float)arg2; - (void)removeVertexHistoryElement; -- (void)renderToComposite; +- (void)renderToComposite:(BOOL)arg1; - (void)renderToDryPaintBuffer; - (void)renderToWetPaintBufferWithRange:(struct _NSRange { unsigned int x1; unsigned int x2; })arg1; - (void)resetRendererState; @@ -150,6 +157,7 @@ - (void)setNumPages:(int)arg1; - (void)setUndoEnabled:(BOOL)arg1; - (id)snapshot; +- (void)teardown; - (void)undo; - (void)update; - (void)updateDryCycleIncludingComposite:(BOOL)arg1; diff --git a/PrivateFrameworks/DuetActivityScheduler.framework/_DASActivity.h b/PrivateFrameworks/DuetActivityScheduler.framework/_DASActivity.h index 93df0a4183..4a093d09fa 100644 --- a/PrivateFrameworks/DuetActivityScheduler.framework/_DASActivity.h +++ b/PrivateFrameworks/DuetActivityScheduler.framework/_DASActivity.h @@ -90,8 +90,8 @@ @property (nonatomic) BOOL requiresPlugin; @property (nonatomic, retain) NSArray *schedulerRecommendedApplications; @property (nonatomic) unsigned int schedulingPriority; -@property (nonatomic, retain) NSDate *startAfter; -@property (nonatomic, retain) NSDate *startBefore; +@property (retain) NSDate *startAfter; +@property (retain) NSDate *startBefore; @property (retain) NSDate *startDate; @property (nonatomic, copy) id /* block */ startHandler; @property (nonatomic, retain) NSDate *submitDate; diff --git a/PrivateFrameworks/DuetExpertCenter.framework/_DECBackupHelper.h b/PrivateFrameworks/DuetExpertCenter.framework/_DECBackupHelper.h index 314b4a5327..8d7c638d3f 100644 --- a/PrivateFrameworks/DuetExpertCenter.framework/_DECBackupHelper.h +++ b/PrivateFrameworks/DuetExpertCenter.framework/_DECBackupHelper.h @@ -16,6 +16,7 @@ - (BOOL)canRestore; - (BOOL)createBackupDirectoriesIfMissing; - (BOOL)finishBackup; +- (void)fixupDataProtection; - (id)init; - (BOOL)isClassCLocked; - (BOOL)markRestoreAsNotDone; diff --git a/PrivateFrameworks/EAFirmwareUpdater.framework/EAFirmwareUpdater.h b/PrivateFrameworks/EAFirmwareUpdater.framework/EAFirmwareUpdater.h index 7a53dc0330..d93f5c8000 100644 --- a/PrivateFrameworks/EAFirmwareUpdater.framework/EAFirmwareUpdater.h +++ b/PrivateFrameworks/EAFirmwareUpdater.framework/EAFirmwareUpdater.h @@ -16,7 +16,7 @@ unsigned int _firmwareVersionRelease; BOOL _forceSilentUpdate; iAUPServer * _iAUPServer; - BOOL _isExpectingReconnect; + int _isExpectingReconnect; NSMutableData * _outputData; unsigned int _productIDCode; id /* block */ _progressHandler; @@ -85,7 +85,7 @@ - (void)setProtocolString:(id)arg1; - (void)setServer:(id)arg1; - (void)setSession:(id)arg1; -- (void)startReconnectTimer; +- (void)startReconnectTimer:(int)arg1; - (void)stopReconnectTimer; - (void)stream:(id)arg1 handleEvent:(unsigned int)arg2; - (id)supportedProtocolForAccessory:(id)arg1; diff --git a/PrivateFrameworks/EasyConfig.framework/EasyConfigDevice.h b/PrivateFrameworks/EasyConfig.framework/EasyConfigDevice.h index e3f639c6f4..685ec13ab2 100644 --- a/PrivateFrameworks/EasyConfig.framework/EasyConfigDevice.h +++ b/PrivateFrameworks/EasyConfig.framework/EasyConfigDevice.h @@ -99,7 +99,7 @@ + (BOOL)supportedScanRecord:(id)arg1; - (void).cxx_destruct; -- (void)_applyConfigCompletion:(struct HTTPMessagePrivate { struct __CFRuntimeBase { unsigned int x_1_1_1; unsigned char x_1_1_2[4]; } x1; struct HTTPMessagePrivate {} *x2; struct { BOOL x_3_1_1[8192]; unsigned int x_3_1_2; char *x_3_1_3; unsigned int x_3_1_4; char *x_3_1_5; unsigned int x_3_1_6; int x_3_1_7; char *x_3_1_8; unsigned int x_3_1_9; struct { char *x_10_2_1; unsigned int x_10_2_2; char *x_10_2_3; unsigned int x_10_2_4; char *x_10_2_5; unsigned int x_10_2_6; char *x_10_2_7; unsigned int x_10_2_8; char *x_10_2_9; unsigned int x_10_2_10; char *x_10_2_11; unsigned int x_10_2_12; char *x_10_2_13; unsigned int x_10_2_14; char *x_10_2_15; char *x_10_2_16; } x_3_1_10; char *x_3_1_11; unsigned int x_3_1_12; int x_3_1_13; char *x_3_1_14; unsigned int x_3_1_15; unsigned char x_3_1_16; unsigned long long x_3_1_17; unsigned char x_3_1_18; int x_3_1_19; } x3; unsigned char x4; int x5; unsigned char x6; char *x7; unsigned int x8; unsigned int x9; unsigned int x10; unsigned char x11[32000]; char *x12; struct { /* ? */ } *x13; char *x14; unsigned int x15; struct iovec { void *x_16_1_1; unsigned int x_16_1_2; } x16[2]; }*)arg1; +- (void)_applyConfigCompletion:(struct HTTPMessagePrivate { struct __CFRuntimeBase { unsigned int x_1_1_1; unsigned char x_1_1_2[4]; } x1; struct HTTPMessagePrivate {} *x2; struct { BOOL x_3_1_1[8192]; unsigned int x_3_1_2; char *x_3_1_3; unsigned int x_3_1_4; char *x_3_1_5; unsigned int x_3_1_6; int x_3_1_7; char *x_3_1_8; unsigned int x_3_1_9; struct { char *x_10_2_1; unsigned int x_10_2_2; char *x_10_2_3; unsigned int x_10_2_4; char *x_10_2_5; unsigned int x_10_2_6; char *x_10_2_7; unsigned int x_10_2_8; char *x_10_2_9; unsigned int x_10_2_10; char *x_10_2_11; unsigned int x_10_2_12; char *x_10_2_13; unsigned int x_10_2_14; char *x_10_2_15; char *x_10_2_16; char *x_10_2_17; unsigned int x_10_2_18; char *x_10_2_19; unsigned int x_10_2_20; } x_3_1_10; char *x_3_1_11; unsigned int x_3_1_12; int x_3_1_13; char *x_3_1_14; unsigned int x_3_1_15; unsigned char x_3_1_16; unsigned long long x_3_1_17; unsigned char x_3_1_18; int x_3_1_19; } x3; unsigned char x4; int x5; unsigned char x6; char *x7; unsigned int x8; unsigned int x9; unsigned int x10; unsigned char x11[32000]; char *x12; }*)arg1; - (long)_applyConfigStart; - (long)_configureStart:(id)arg1; - (void)_findDevicePostConfigEvent:(unsigned int)arg1 info:(id)arg2; @@ -108,13 +108,13 @@ - (long)_findDevicePreConfigStart; - (void)_handleError:(long)arg1; - (void)_logEnded; -- (long)_mfiSAPNext:(struct HTTPMessagePrivate { struct __CFRuntimeBase { unsigned int x_1_1_1; unsigned char x_1_1_2[4]; } x1; struct HTTPMessagePrivate {} *x2; struct { BOOL x_3_1_1[8192]; unsigned int x_3_1_2; char *x_3_1_3; unsigned int x_3_1_4; char *x_3_1_5; unsigned int x_3_1_6; int x_3_1_7; char *x_3_1_8; unsigned int x_3_1_9; struct { char *x_10_2_1; unsigned int x_10_2_2; char *x_10_2_3; unsigned int x_10_2_4; char *x_10_2_5; unsigned int x_10_2_6; char *x_10_2_7; unsigned int x_10_2_8; char *x_10_2_9; unsigned int x_10_2_10; char *x_10_2_11; unsigned int x_10_2_12; char *x_10_2_13; unsigned int x_10_2_14; char *x_10_2_15; char *x_10_2_16; } x_3_1_10; char *x_3_1_11; unsigned int x_3_1_12; int x_3_1_13; char *x_3_1_14; unsigned int x_3_1_15; unsigned char x_3_1_16; unsigned long long x_3_1_17; unsigned char x_3_1_18; int x_3_1_19; } x3; unsigned char x4; int x5; unsigned char x6; char *x7; unsigned int x8; unsigned int x9; unsigned int x10; unsigned char x11[32000]; char *x12; struct { /* ? */ } *x13; char *x14; unsigned int x15; struct iovec { void *x_16_1_1; unsigned int x_16_1_2; } x16[2]; }*)arg1; +- (long)_mfiSAPNext:(struct HTTPMessagePrivate { struct __CFRuntimeBase { unsigned int x_1_1_1; unsigned char x_1_1_2[4]; } x1; struct HTTPMessagePrivate {} *x2; struct { BOOL x_3_1_1[8192]; unsigned int x_3_1_2; char *x_3_1_3; unsigned int x_3_1_4; char *x_3_1_5; unsigned int x_3_1_6; int x_3_1_7; char *x_3_1_8; unsigned int x_3_1_9; struct { char *x_10_2_1; unsigned int x_10_2_2; char *x_10_2_3; unsigned int x_10_2_4; char *x_10_2_5; unsigned int x_10_2_6; char *x_10_2_7; unsigned int x_10_2_8; char *x_10_2_9; unsigned int x_10_2_10; char *x_10_2_11; unsigned int x_10_2_12; char *x_10_2_13; unsigned int x_10_2_14; char *x_10_2_15; char *x_10_2_16; char *x_10_2_17; unsigned int x_10_2_18; char *x_10_2_19; unsigned int x_10_2_20; } x_3_1_10; char *x_3_1_11; unsigned int x_3_1_12; int x_3_1_13; char *x_3_1_14; unsigned int x_3_1_15; unsigned char x_3_1_16; unsigned long long x_3_1_17; unsigned char x_3_1_18; int x_3_1_19; } x3; unsigned char x4; int x5; unsigned char x6; char *x7; unsigned int x8; unsigned int x9; unsigned int x10; unsigned char x11[32000]; char *x12; }*)arg1; - (long)_mfiSAPStart; -- (long)_pairSetupNext:(struct HTTPMessagePrivate { struct __CFRuntimeBase { unsigned int x_1_1_1; unsigned char x_1_1_2[4]; } x1; struct HTTPMessagePrivate {} *x2; struct { BOOL x_3_1_1[8192]; unsigned int x_3_1_2; char *x_3_1_3; unsigned int x_3_1_4; char *x_3_1_5; unsigned int x_3_1_6; int x_3_1_7; char *x_3_1_8; unsigned int x_3_1_9; struct { char *x_10_2_1; unsigned int x_10_2_2; char *x_10_2_3; unsigned int x_10_2_4; char *x_10_2_5; unsigned int x_10_2_6; char *x_10_2_7; unsigned int x_10_2_8; char *x_10_2_9; unsigned int x_10_2_10; char *x_10_2_11; unsigned int x_10_2_12; char *x_10_2_13; unsigned int x_10_2_14; char *x_10_2_15; char *x_10_2_16; } x_3_1_10; char *x_3_1_11; unsigned int x_3_1_12; int x_3_1_13; char *x_3_1_14; unsigned int x_3_1_15; unsigned char x_3_1_16; unsigned long long x_3_1_17; unsigned char x_3_1_18; int x_3_1_19; } x3; unsigned char x4; int x5; unsigned char x6; char *x7; unsigned int x8; unsigned int x9; unsigned int x10; unsigned char x11[32000]; char *x12; struct { /* ? */ } *x13; char *x14; unsigned int x15; struct iovec { void *x_16_1_1; unsigned int x_16_1_2; } x16[2]; }*)arg1; +- (long)_pairSetupNext:(struct HTTPMessagePrivate { struct __CFRuntimeBase { unsigned int x_1_1_1; unsigned char x_1_1_2[4]; } x1; struct HTTPMessagePrivate {} *x2; struct { BOOL x_3_1_1[8192]; unsigned int x_3_1_2; char *x_3_1_3; unsigned int x_3_1_4; char *x_3_1_5; unsigned int x_3_1_6; int x_3_1_7; char *x_3_1_8; unsigned int x_3_1_9; struct { char *x_10_2_1; unsigned int x_10_2_2; char *x_10_2_3; unsigned int x_10_2_4; char *x_10_2_5; unsigned int x_10_2_6; char *x_10_2_7; unsigned int x_10_2_8; char *x_10_2_9; unsigned int x_10_2_10; char *x_10_2_11; unsigned int x_10_2_12; char *x_10_2_13; unsigned int x_10_2_14; char *x_10_2_15; char *x_10_2_16; char *x_10_2_17; unsigned int x_10_2_18; char *x_10_2_19; unsigned int x_10_2_20; } x_3_1_10; char *x_3_1_11; unsigned int x_3_1_12; int x_3_1_13; char *x_3_1_14; unsigned int x_3_1_15; unsigned char x_3_1_16; unsigned long long x_3_1_17; unsigned char x_3_1_18; int x_3_1_19; } x3; unsigned char x4; int x5; unsigned char x6; char *x7; unsigned int x8; unsigned int x9; unsigned int x10; unsigned char x11[32000]; char *x12; }*)arg1; - (long)_pairSetupStart; -- (long)_pairVerifyNext:(struct HTTPMessagePrivate { struct __CFRuntimeBase { unsigned int x_1_1_1; unsigned char x_1_1_2[4]; } x1; struct HTTPMessagePrivate {} *x2; struct { BOOL x_3_1_1[8192]; unsigned int x_3_1_2; char *x_3_1_3; unsigned int x_3_1_4; char *x_3_1_5; unsigned int x_3_1_6; int x_3_1_7; char *x_3_1_8; unsigned int x_3_1_9; struct { char *x_10_2_1; unsigned int x_10_2_2; char *x_10_2_3; unsigned int x_10_2_4; char *x_10_2_5; unsigned int x_10_2_6; char *x_10_2_7; unsigned int x_10_2_8; char *x_10_2_9; unsigned int x_10_2_10; char *x_10_2_11; unsigned int x_10_2_12; char *x_10_2_13; unsigned int x_10_2_14; char *x_10_2_15; char *x_10_2_16; } x_3_1_10; char *x_3_1_11; unsigned int x_3_1_12; int x_3_1_13; char *x_3_1_14; unsigned int x_3_1_15; unsigned char x_3_1_16; unsigned long long x_3_1_17; unsigned char x_3_1_18; int x_3_1_19; } x3; unsigned char x4; int x5; unsigned char x6; char *x7; unsigned int x8; unsigned int x9; unsigned int x10; unsigned char x11[32000]; char *x12; struct { /* ? */ } *x13; char *x14; unsigned int x15; struct iovec { void *x_16_1_1; unsigned int x_16_1_2; } x16[2]; }*)arg1; +- (long)_pairVerifyNext:(struct HTTPMessagePrivate { struct __CFRuntimeBase { unsigned int x_1_1_1; unsigned char x_1_1_2[4]; } x1; struct HTTPMessagePrivate {} *x2; struct { BOOL x_3_1_1[8192]; unsigned int x_3_1_2; char *x_3_1_3; unsigned int x_3_1_4; char *x_3_1_5; unsigned int x_3_1_6; int x_3_1_7; char *x_3_1_8; unsigned int x_3_1_9; struct { char *x_10_2_1; unsigned int x_10_2_2; char *x_10_2_3; unsigned int x_10_2_4; char *x_10_2_5; unsigned int x_10_2_6; char *x_10_2_7; unsigned int x_10_2_8; char *x_10_2_9; unsigned int x_10_2_10; char *x_10_2_11; unsigned int x_10_2_12; char *x_10_2_13; unsigned int x_10_2_14; char *x_10_2_15; char *x_10_2_16; char *x_10_2_17; unsigned int x_10_2_18; char *x_10_2_19; unsigned int x_10_2_20; } x_3_1_10; char *x_3_1_11; unsigned int x_3_1_12; int x_3_1_13; char *x_3_1_14; unsigned int x_3_1_15; unsigned char x_3_1_16; unsigned long long x_3_1_17; unsigned char x_3_1_18; int x_3_1_19; } x3; unsigned char x4; int x5; unsigned char x6; char *x7; unsigned int x8; unsigned int x9; unsigned int x10; unsigned char x11[32000]; char *x12; }*)arg1; - (long)_pairVerifyStart; -- (void)_postConfigCheckCompletion:(struct HTTPMessagePrivate { struct __CFRuntimeBase { unsigned int x_1_1_1; unsigned char x_1_1_2[4]; } x1; struct HTTPMessagePrivate {} *x2; struct { BOOL x_3_1_1[8192]; unsigned int x_3_1_2; char *x_3_1_3; unsigned int x_3_1_4; char *x_3_1_5; unsigned int x_3_1_6; int x_3_1_7; char *x_3_1_8; unsigned int x_3_1_9; struct { char *x_10_2_1; unsigned int x_10_2_2; char *x_10_2_3; unsigned int x_10_2_4; char *x_10_2_5; unsigned int x_10_2_6; char *x_10_2_7; unsigned int x_10_2_8; char *x_10_2_9; unsigned int x_10_2_10; char *x_10_2_11; unsigned int x_10_2_12; char *x_10_2_13; unsigned int x_10_2_14; char *x_10_2_15; char *x_10_2_16; } x_3_1_10; char *x_3_1_11; unsigned int x_3_1_12; int x_3_1_13; char *x_3_1_14; unsigned int x_3_1_15; unsigned char x_3_1_16; unsigned long long x_3_1_17; unsigned char x_3_1_18; int x_3_1_19; } x3; unsigned char x4; int x5; unsigned char x6; char *x7; unsigned int x8; unsigned int x9; unsigned int x10; unsigned char x11[32000]; char *x12; struct { /* ? */ } *x13; char *x14; unsigned int x15; struct iovec { void *x_16_1_1; unsigned int x_16_1_2; } x16[2]; }*)arg1; +- (void)_postConfigCheckCompletion:(struct HTTPMessagePrivate { struct __CFRuntimeBase { unsigned int x_1_1_1; unsigned char x_1_1_2[4]; } x1; struct HTTPMessagePrivate {} *x2; struct { BOOL x_3_1_1[8192]; unsigned int x_3_1_2; char *x_3_1_3; unsigned int x_3_1_4; char *x_3_1_5; unsigned int x_3_1_6; int x_3_1_7; char *x_3_1_8; unsigned int x_3_1_9; struct { char *x_10_2_1; unsigned int x_10_2_2; char *x_10_2_3; unsigned int x_10_2_4; char *x_10_2_5; unsigned int x_10_2_6; char *x_10_2_7; unsigned int x_10_2_8; char *x_10_2_9; unsigned int x_10_2_10; char *x_10_2_11; unsigned int x_10_2_12; char *x_10_2_13; unsigned int x_10_2_14; char *x_10_2_15; char *x_10_2_16; char *x_10_2_17; unsigned int x_10_2_18; char *x_10_2_19; unsigned int x_10_2_20; } x_3_1_10; char *x_3_1_11; unsigned int x_3_1_12; int x_3_1_13; char *x_3_1_14; unsigned int x_3_1_15; unsigned char x_3_1_16; unsigned long long x_3_1_17; unsigned char x_3_1_18; int x_3_1_19; } x3; unsigned char x4; int x5; unsigned char x6; char *x7; unsigned int x8; unsigned int x9; unsigned int x10; unsigned char x11[32000]; char *x12; }*)arg1; - (void)_postConfigCheckStart:(id)arg1; - (void)_postNote:(id)arg1 info:(id)arg2; - (void)_postProgress:(int)arg1; diff --git a/PrivateFrameworks/EmbeddedAcousticRecognition.framework/_EARSpeechExperiment.h b/PrivateFrameworks/EmbeddedAcousticRecognition.framework/_EARSpeechExperiment.h deleted file mode 100644 index 98f5b9be39..0000000000 --- a/PrivateFrameworks/EmbeddedAcousticRecognition.framework/_EARSpeechExperiment.h +++ /dev/null @@ -1,15 +0,0 @@ -/* Generated by RuntimeBrowser - Image: /System/Library/PrivateFrameworks/EmbeddedAcousticRecognition.framework/EmbeddedAcousticRecognition - */ - -@interface _EARSpeechExperiment : NSObject { - _EARSpeechRecognizer * _recognizer; - _EARUserProfile * _userProfile; -} - -- (void).cxx_destruct; -- (void)evaluateScript:(id)arg1 archiveData:(id)arg2 completion:(id /* block */)arg3; -- (void)evaluateScript:(id)arg1 completion:(id /* block */)arg2; -- (id)initWithRecognizer:(id)arg1 userProfile:(id)arg2; - -@end diff --git a/PrivateFrameworks/EmbeddedAcousticRecognition.framework/_EARSpeechRecognizer.h b/PrivateFrameworks/EmbeddedAcousticRecognition.framework/_EARSpeechRecognizer.h index 4827734ce6..2c0626badb 100644 --- a/PrivateFrameworks/EmbeddedAcousticRecognition.framework/_EARSpeechRecognizer.h +++ b/PrivateFrameworks/EmbeddedAcousticRecognition.framework/_EARSpeechRecognizer.h @@ -10,6 +10,7 @@ _EARFormatter * _formatter; NSObject * _formatterQueue; double _maximumRecognitionDuration; + NSDictionary * _recognitionConfidenceSubtraction; NSObject * _recognitionQueue; NSDictionary * _recognitionReplacements; struct unique_ptr > { @@ -24,6 +25,7 @@ @property (nonatomic) BOOL detectUtterances; @property (nonatomic) double maximumRecognitionDuration; @property (nonatomic, readonly) _EARSpeechModelInfo *modelInfo; +@property (nonatomic, copy) NSDictionary *recognitionConfidenceSubtraction; @property (nonatomic, copy) NSDictionary *recognitionReplacements; @property (nonatomic, copy) NSData *userProfileData; @@ -45,6 +47,7 @@ - (id)initWithConfiguration:(id)arg1 withLanguage:(id)arg2 withSdapiConfig:(id)arg3; - (double)maximumRecognitionDuration; - (id)modelInfo; +- (id)recognitionConfidenceSubtraction; - (id)recognitionReplacements; - (id)recognitionResultsWithAudioData:(id)arg1 userProfileData:(id)arg2 language:(id)arg3 task:(id)arg4 samplingRate:(unsigned int)arg5 extraLanguageModel:(id)arg6; - (id)recognitionStatistics; @@ -54,6 +57,7 @@ - (void)setConcatenateUtterances:(BOOL)arg1; - (void)setDetectUtterances:(BOOL)arg1; - (void)setMaximumRecognitionDuration:(double)arg1; +- (void)setRecognitionConfidenceSubtraction:(id)arg1; - (void)setRecognitionReplacements:(id)arg1; - (void)setUserProfileData:(id)arg1; - (void)updateUserProfileData:(id)arg1; diff --git a/PrivateFrameworks/EmbeddedAcousticRecognition.framework/_EARUserProfile.h b/PrivateFrameworks/EmbeddedAcousticRecognition.framework/_EARUserProfile.h index 167e62b52b..40825f606d 100644 --- a/PrivateFrameworks/EmbeddedAcousticRecognition.framework/_EARUserProfile.h +++ b/PrivateFrameworks/EmbeddedAcousticRecognition.framework/_EARUserProfile.h @@ -7,17 +7,19 @@ struct LmeDataFactory {} *__ptr_; struct __shared_weak_count {} *__cntrl_; } _dataFactory; - struct shared_ptr { - struct G2P {} *__ptr_; - struct __shared_weak_count {} *__cntrl_; + struct unique_ptr > { + struct __compressed_pair > { + struct G2P {} *__first_; + } __ptr_; } _g2p; struct shared_ptr, std::__1::vector, std::__1::allocator > > > > { struct PronCache, std::__1::vector, std::__1::allocator > > > {} *__ptr_; struct __shared_weak_count {} *__cntrl_; } _pronCache; - struct shared_ptr { - struct LmeData {} *__ptr_; - struct __shared_weak_count {} *__cntrl_; + struct unique_ptr > { + struct __compressed_pair > { + struct LmeData {} *__first_; + } __ptr_; } _quasarLmeData; struct BasicTextSanitizer { int (**_vptr$TextSanitizer)(); @@ -89,9 +91,10 @@ } __table_; } unicode_map; } _sanitizer; - struct shared_ptr { - struct SdapiTokenizer {} *__ptr_; - struct __shared_weak_count {} *__cntrl_; + struct unique_ptr > { + struct __compressed_pair > { + struct SdapiTokenizer {} *__first_; + } __ptr_; } _tokenizer; struct map, std::__1::vector >, std::__1::allocator > > >, std::__1::less >, std::__1::allocator, std::__1::vector >, std::__1::allocator > > > > > > { struct __tree, std::__1::vector >, std::__1::allocator > > > >, std::__1::__map_value_compare, std::__1::__value_type, std::__1::vector >, std::__1::allocator > > > >, std::__1::less >, true>, std::__1::allocator, std::__1::vector >, std::__1::allocator > > > > > > { diff --git a/PrivateFrameworks/EmbeddedAcousticRecognition.framework/_EARWordPart.h b/PrivateFrameworks/EmbeddedAcousticRecognition.framework/_EARWordPart.h index 9249437f5c..02ecc8f455 100644 --- a/PrivateFrameworks/EmbeddedAcousticRecognition.framework/_EARWordPart.h +++ b/PrivateFrameworks/EmbeddedAcousticRecognition.framework/_EARWordPart.h @@ -2,7 +2,7 @@ Image: /System/Library/PrivateFrameworks/EmbeddedAcousticRecognition.framework/EmbeddedAcousticRecognition */ -@interface _EARWordPart : NSObject <_EARWordPart_JSExport> { +@interface _EARWordPart : NSObject { unsigned int _frequency; NSString * _orthography; NSSet * _pronunciations; @@ -18,9 +18,6 @@ - (void).cxx_destruct; - (unsigned int)frequency; -- (id)getOrthography; -- (id)getPronuncations; -- (id)getTagName; - (id)initWithOrthography:(id)arg1 pronunciations:(id)arg2 tag:(int)arg3; - (id)initWithOrthography:(id)arg1 pronunciations:(id)arg2 tagName:(id)arg3 frequency:(unsigned int)arg4; - (id)orthography; diff --git a/PrivateFrameworks/EmojiFoundation.framework/EMFEmojiCategory.h b/PrivateFrameworks/EmojiFoundation.framework/EMFEmojiCategory.h index bdc7960e03..9a33bae164 100644 --- a/PrivateFrameworks/EmojiFoundation.framework/EMFEmojiCategory.h +++ b/PrivateFrameworks/EmojiFoundation.framework/EMFEmojiCategory.h @@ -10,19 +10,34 @@ @property (nonatomic, readonly) NSString *localizedName; @property (nonatomic, readonly) NSString *shortLocalizedName; ++ (id)ActivityEmoji; ++ (id)CelebrationEmoji; ++ (id)DingbatsVariantEmoji; ++ (id)FoodAndDrinkEmoji; ++ (id)GenderEmoji; ++ (id)NatureEmoji; ++ (id)NoneVariantEmoji; ++ (id)ObjectsEmoji; ++ (id)PeopleEmoji; ++ (id)PrepopulatedEmoji; ++ (id)ProfessionEmoji; ++ (id)SkinToneEmoji; ++ (id)SymbolsEmoji; ++ (id)TravelAndPlacesEmoji; + (id)_baseLocalizationKeyForIdentifier:(id)arg1; -+ (struct { unsigned int x1; unsigned int x2; }*)_emojiSetForIdentifier:(id)arg1 setCount:(unsigned int*)arg2; -+ (id)_stringWithUnichar:(unsigned long)arg1; ++ (id)_emojiSetForIdentifier:(id)arg1; + (id)categoryIdentifierList; + (id)categoryWithIdentifier:(id)arg1; ++ (id)computeEmojiFlagsSortedByLanguage; ++ (id)flagEmojiCountryCodesCommon; + (id)localizedRecentsDescription; + (id)localizedRecentsDescriptionForLocale:(id)arg1; + (id)localizedSkinToneEmojiDescription; + (id)localizedSkinToneEmojiDescriptionForLocale:(id)arg1; ++ (id)stringToRegionalIndicatorString:(id)arg1; - (void).cxx_destruct; - (void)dealloc; -- (id)emojiStringsForEmojiChar:(struct { unsigned int x1; unsigned int x2; })arg1; - (id)emojiTokensForLocaleData:(id)arg1; - (id)identifier; - (id)initWithIdentifier:(id)arg1; diff --git a/PrivateFrameworks/EmojiFoundation.framework/EMFEmojiPreferences.h b/PrivateFrameworks/EmojiFoundation.framework/EMFEmojiPreferences.h index a4d311cfe6..f1582ae2de 100644 --- a/PrivateFrameworks/EmojiFoundation.framework/EMFEmojiPreferences.h +++ b/PrivateFrameworks/EmojiFoundation.framework/EMFEmojiPreferences.h @@ -9,36 +9,48 @@ NSObject * _differentialPrivacyQueue; BOOL _isDefaultDirty; unsigned int _maximumRecentsCount; - NSString * _previouslyUsedCategory; - NSArray * _recentEmojis; NSMutableArray * _recents; NSMutableDictionary * _skinToneBaseKeyPreferences; + NSMutableDictionary * _typingNames; NSMutableDictionary * _usageHistory; } @property (readonly, copy) NSString *debugDescription; @property (readonly, copy) NSString *description; +@property (nonatomic, readonly) BOOL hasDisplayedSkinToneHelp; @property (readonly) unsigned int hash; @property (nonatomic) unsigned int maximumRecentsCount; -@property (nonatomic, retain) NSString *previouslyUsedCategory; -@property (nonatomic, retain) NSArray *recentEmojis; +@property (nonatomic, readonly) NSString *previouslyUsedCategory; +@property (nonatomic, readonly) NSArray *recentEmojis; @property (readonly) Class superclass; ++ (id)_cacheDomain; ++ (id)_cachedFlagCategoryEmoji:(id /* block */)arg1; ++ (id)_recentEmojiStrings; + (id)defaultsDomain; + (id)differentialPrivacyDomain; + (id)differentialPrivacyRecorderForEmoji:(id)arg1 usageMode:(id)arg2; - (void).cxx_destruct; +- (void)_cleanUpOldFlagsCaches; - (void)_readPreferencesFromDefaults; +- (void)didDisplaySkinToneHelp; - (void)didUseEmoji:(id)arg1; - (void)didUseEmoji:(id)arg1 usageMode:(id)arg2; +- (void)didUseEmoji:(id)arg1 usageMode:(id)arg2 typingName:(id)arg3; - (void)didViewEmojiIndex:(int)arg1 forCategory:(id)arg2; +- (BOOL)hasDisplayedSkinToneHelp; +- (BOOL)hasLastUsedVariantForEmoji:(id)arg1; - (id)init; +- (id)lastUsedVariantEmojiForEmoji:(id)arg1; - (void)loadDefaultsIfNecessary; - (unsigned int)maximumRecentsCount; +- (void)migrateFromMajorOSVersion:(int)arg1; +- (void)migrateInDidDisplaySkinToneHelp:(BOOL)arg1; - (void)migrateInPreviouslyUsedCategory:(id)arg1; - (void)migrateInPreviouslyUsedCategoryIndexes:(id)arg1; -- (void)migrateInRecentEmoji:(id)arg1 usages:(id)arg2; +- (void)migrateInRecentEmoji:(id)arg1 usages:(id)arg2 typingNames:(id)arg3; +- (void)migrateInSkinTonePreferences:(id)arg1; - (id)previouslyUsedCategory; - (unsigned int)previouslyUsedIndexInCategory:(id)arg1; - (void)readEmojiDefaults; @@ -48,8 +60,7 @@ - (double)scoreForEmojiString:(id)arg1; - (double)scoreForSequence:(int)arg1; - (void)setMaximumRecentsCount:(unsigned int)arg1; -- (void)setPreviouslyUsedCategory:(id)arg1; -- (void)setRecentEmojis:(id)arg1; +- (id)typingNameForEmoji:(id)arg1; - (void)writeEmojiDefaults; @end diff --git a/PrivateFrameworks/EmojiFoundation.framework/EMFEmojiPreferencesClient.h b/PrivateFrameworks/EmojiFoundation.framework/EMFEmojiPreferencesClient.h index cc9dc45048..fb27164549 100644 --- a/PrivateFrameworks/EmojiFoundation.framework/EMFEmojiPreferencesClient.h +++ b/PrivateFrameworks/EmojiFoundation.framework/EMFEmojiPreferencesClient.h @@ -11,19 +11,24 @@ @property (nonatomic) BOOL isValid; @property (nonatomic, retain) NSString *machName; ++ (id)differentialPrivacyRecorderForEmoji:(id)arg1 usageMode:(id)arg2; + (id)serviceInterface; - (void).cxx_destruct; +- (void)_disconnect; +- (id)_initWithoutConnection; - (void)createConnectionIfNecessary; - (void)dealloc; +- (void)didDisplaySkinToneHelp; - (void)didUseEmoji:(id)arg1; - (void)didUseEmoji:(id)arg1 usageMode:(id)arg2; +- (void)didUseEmoji:(id)arg1 usageMode:(id)arg2 typingName:(id)arg3; - (void)didViewEmojiIndex:(int)arg1 forCategory:(id)arg2; -- (void)forwardInvocation:(id)arg1; - (id)initWithMachName:(id)arg1; - (BOOL)isValid; - (id)machName; - (void)setIsValid:(BOOL)arg1; - (void)setMachName:(id)arg1; +- (void)writeEmojiDefaults; @end diff --git a/PrivateFrameworks/EmojiFoundation.framework/EMFEmojiToken.h b/PrivateFrameworks/EmojiFoundation.framework/EMFEmojiToken.h index a3efe3687f..4433ef6fc3 100644 --- a/PrivateFrameworks/EmojiFoundation.framework/EMFEmojiToken.h +++ b/PrivateFrameworks/EmojiFoundation.framework/EMFEmojiToken.h @@ -3,17 +3,22 @@ */ @interface EMFEmojiToken : NSObject { + BOOL _didFailCEM; struct __EmojiTokenWrapper { } * _emojiTokenRef; NSString * _localeIdentifier; + NSString * _string; } +@property (nonatomic, readonly) NSString *_baseString; +@property (nonatomic, readonly, copy) NSArray *_skinToneVariantStrings; @property (nonatomic, readonly) const struct __EmojiTokenWrapper { }*emojiTokenRef; @property (nonatomic, readonly) BOOL isCommon; @property (nonatomic, readonly) EMFEmojiLocaleData *localeData; @property (nonatomic, retain) NSString *localeIdentifier; @property (nonatomic, readonly) int presentationStyle; @property (nonatomic, readonly) int skinTone; -@property (nonatomic, readonly, copy) NSString *string; +@property (nonatomic, readonly, copy) NSArray *skinToneVariants; +@property (nonatomic, copy) NSString *string; @property (nonatomic, readonly) BOOL supportsSkinToneVariants; + (id)emojiTokenWithCEMEmojiToken:(struct __EmojiTokenWrapper { }*)arg1; @@ -23,6 +28,9 @@ + (BOOL)supportsSecureCoding; - (void).cxx_destruct; +- (id)_baseString; +- (void)_createEmojiTokenRefIfNecessary; +- (id)_skinToneVariantStrings; - (id)copyWithPresentationStyle:(int)arg1; - (id)copyWithSkinToneVariant:(int)arg1; - (id)copyWithZone:(struct _NSZone { }*)arg1; @@ -32,6 +40,7 @@ - (void)encodeWithCoder:(id)arg1; - (id)initWithCEMEmojiToken:(struct __EmojiTokenWrapper { }*)arg1; - (id)initWithCoder:(id)arg1; +- (id)initWithString:(id)arg1 localeIdentifier:(id)arg2; - (BOOL)isCommon; - (BOOL)isEqual:(id)arg1; - (BOOL)isEqualIgnoringModifiers:(id)arg1; @@ -41,7 +50,9 @@ - (int)presentationStyle; - (id)relatedEmojiTokens:(unsigned long)arg1; - (void)setLocaleIdentifier:(id)arg1; +- (void)setString:(id)arg1; - (int)skinTone; +- (id)skinToneVariants; - (id)string; - (BOOL)supportsPresentationStyle:(int)arg1; - (BOOL)supportsSkinToneVariants; diff --git a/PrivateFrameworks/EmojiFoundation.framework/EMFStringUtilities.h b/PrivateFrameworks/EmojiFoundation.framework/EMFStringUtilities.h new file mode 100644 index 0000000000..3e63537d20 --- /dev/null +++ b/PrivateFrameworks/EmojiFoundation.framework/EMFStringUtilities.h @@ -0,0 +1,18 @@ +/* Generated by RuntimeBrowser + Image: /System/Library/PrivateFrameworks/EmojiFoundation.framework/EmojiFoundation + */ + +@interface EMFStringUtilities : NSObject + ++ (id)_baseFirstCharacterString:(id)arg1; ++ (id)_baseStringForEmojiString:(id)arg1; ++ (BOOL)_emojiString:(id)arg1 containsSubstring:(id)arg2; ++ (unsigned long)_firstLongCharacterOfString:(id)arg1; ++ (BOOL)_genderEmojiBaseStringNeedVariantSelector:(id)arg1; ++ (BOOL)_hasSkinToneVariantsForString:(id)arg1; ++ (int)_skinToneForString:(id)arg1; ++ (id)_skinToneVariantsForString:(id)arg1; ++ (id)_stringWithUnichar:(unsigned long)arg1; ++ (id)professionSkinToneEmojiBaseKey:(id)arg1; + +@end diff --git a/PrivateFrameworks/FMCoreUI.framework/FMMapView.h b/PrivateFrameworks/FMCoreUI.framework/FMMapView.h index efe644aa17..2808f8d9be 100644 --- a/PrivateFrameworks/FMCoreUI.framework/FMMapView.h +++ b/PrivateFrameworks/FMCoreUI.framework/FMMapView.h @@ -159,6 +159,7 @@ - (void)initialize; - (void)invalidateLayoutTimer; - (BOOL)isAllAnnotationsShown; +- (BOOL)isCurrentlyRotated; - (BOOL)isFingerOnAnnotation; - (BOOL)isFingerOnMap; - (BOOL)isGoingBackToAllAnnotation; diff --git a/PrivateFrameworks/FMF.framework/FMFSession.h b/PrivateFrameworks/FMF.framework/FMFSession.h index 87e7e7b3be..ec1b650df1 100644 --- a/PrivateFrameworks/FMF.framework/FMFSession.h +++ b/PrivateFrameworks/FMF.framework/FMFSession.h @@ -63,6 +63,7 @@ - (void)dataForPayload:(id)arg1 completion:(id /* block */)arg2; - (void)dealloc; - (void)declineFriendshipRequest:(id)arg1 completion:(id /* block */)arg2; +- (void)decryptPayload:(id)arg1 withToken:(id)arg2 completion:(id /* block */)arg3; - (id)delegate; - (id)delegateQueue; - (oneway void)didAddFollowerHandle:(id)arg1; @@ -81,6 +82,7 @@ - (oneway void)didUpdatePendingOffersForHandles:(id)arg1; - (void)dispatchOnDelegateQueue:(id /* block */)arg1; - (void)dumpStateWithCompletion:(id /* block */)arg1; +- (void)encryptPayload:(id)arg1 completion:(id /* block */)arg2; - (void)exit5XXGracePeriod; - (void)extendFriendshipOfferToHandle:(id)arg1 groupId:(id)arg2 callerId:(id)arg3 endDate:(id)arg4 completion:(id /* block */)arg5; - (oneway void)failedToGetLocationForHandle:(id)arg1 error:(id)arg2; diff --git a/PrivateFrameworks/FMFUI.framework/FMFMapViewDelegateInternal.h b/PrivateFrameworks/FMFUI.framework/FMFMapViewDelegateInternal.h index 1cc60da573..84898975e0 100644 --- a/PrivateFrameworks/FMFUI.framework/FMFMapViewDelegateInternal.h +++ b/PrivateFrameworks/FMFUI.framework/FMFMapViewDelegateInternal.h @@ -36,7 +36,6 @@ - (void)endTouches; - (id)fmfOverlayColor; - (id)fmfOverlayColorSatellite; -- (BOOL)gestureRecognizer:(id)arg1 shouldRecognizeSimultaneouslyWithGestureRecognizer:(id)arg2; - (id)gr; - (id)initWithDelegate:(id)arg1 mapView:(id)arg2; - (BOOL)isMapCenteringDisabled; diff --git a/PrivateFrameworks/FTServices.framework/FTPasswordManager.h b/PrivateFrameworks/FTServices.framework/FTPasswordManager.h index 10a17d4404..ea1cc4888f 100644 --- a/PrivateFrameworks/FTServices.framework/FTPasswordManager.h +++ b/PrivateFrameworks/FTServices.framework/FTPasswordManager.h @@ -21,6 +21,7 @@ - (id)_findIDSAccountsInStore:(id)arg1 withCriteria:(id /* block */)arg2; - (id)_keychainAuthTokenForUsername:(id)arg1 service:(id)arg2; - (id)_keychainPasswordForUsername:(id)arg1 service:(id)arg2; +- (id)_primaryAppleAccount; - (id)_profileIDForUsername:(id)arg1 inStore:(id)arg2; - (void)_setKeychainAuthToken:(id)arg1 forUsername:(id)arg2 service:(id)arg3; - (void)_setKeychainPassword:(id)arg1 forUsername:(id)arg2 service:(id)arg3; @@ -31,6 +32,7 @@ - (void)fetchPasswordForProfileID:(id)arg1 username:(id)arg2 service:(id)arg3 outRequestID:(id*)arg4 completionBlock:(id /* block */)arg5; - (id)init; - (id)initWithUserNotificationCenter:(id)arg1; +- (BOOL)isiCloudSignedIn; - (id)profileIDForACAccount:(id)arg1; - (void)requestAuthTokenForProfileID:(id)arg1 username:(id)arg2 service:(id)arg3 badPassword:(BOOL)arg4 showForgotPassword:(BOOL)arg5 outRequestID:(id*)arg6 completionBlock:(id /* block */)arg7; - (void)requestPasswordForUsername:(id)arg1 service:(id)arg2 badPassword:(BOOL)arg3 showForgotPassword:(BOOL)arg4 shouldRememberPassword:(BOOL)arg5 outRequestID:(id*)arg6 completionBlock:(id /* block */)arg7; diff --git a/PrivateFrameworks/FindMyDevice.framework/FMDFMIPManager.h b/PrivateFrameworks/FindMyDevice.framework/FMDFMIPManager.h index b946f89a3d..ca7c713659 100644 --- a/PrivateFrameworks/FindMyDevice.framework/FMDFMIPManager.h +++ b/PrivateFrameworks/FindMyDevice.framework/FMDFMIPManager.h @@ -71,6 +71,7 @@ - (void)setNeedsLocateAckLostModeFileURL:(id)arg1; - (void)setXpcConnection:(id)arg1; - (void)setXpcConnectionCreationQueue:(id)arg1; +- (void)signatureHeadersWithData:(id)arg1 completion:(id /* block */)arg2; - (void)userDidAckManagedLostModeLocateWithCompletion:(id /* block */)arg1; - (void)userNotifiedOfActivationLockForAllPairedDevices; - (void)userNotifiedOfActivationLockForPairedDevices:(id)arg1; diff --git a/PrivateFrameworks/FitnessFriends.framework/FFFriendListManager.h b/PrivateFrameworks/FitnessFriends.framework/FFFriendListManager.h index b885180023..8c1136c909 100644 --- a/PrivateFrameworks/FitnessFriends.framework/FFFriendListManager.h +++ b/PrivateFrameworks/FitnessFriends.framework/FFFriendListManager.h @@ -48,6 +48,7 @@ - (id)allDestinationsForActiveOrPendingFriends; - (void)dealloc; - (void)enumerateValidDisplayModesForFilter:(int)arg1 usingBlock:(id /* block */)arg2; +- (void)fetchActivitySharingDataIfTimeSinceLastFetchIsGreaterThan:(unsigned int)arg1 completion:(id /* block */)arg2; - (id)friendWithUUID:(id)arg1; - (BOOL)hasAnyFriendsSetup; - (BOOL)hasReachedMaxNumberOfFriends; diff --git a/PrivateFrameworks/FitnessFriends.framework/FFFriendListSection.h b/PrivateFrameworks/FitnessFriends.framework/FFFriendListSection.h index 20f578bf29..937f090602 100644 --- a/PrivateFrameworks/FitnessFriends.framework/FFFriendListSection.h +++ b/PrivateFrameworks/FitnessFriends.framework/FFFriendListSection.h @@ -7,11 +7,13 @@ NSDate * _startDate; } +@property (nonatomic, readonly) NSDate *endDate; @property (nonatomic, retain) NSArray *rows; @property (nonatomic, retain) NSDate *startDate; - (void).cxx_destruct; - (BOOL)containsFriendListRow:(id)arg1; +- (id)endDate; - (id)initWithDate:(id)arg1 andRows:(id)arg2; - (id)rows; - (void)setRows:(id)arg1; diff --git a/PrivateFrameworks/FitnessUI.framework/FIUIWorkoutActivityDefaultPaceMigrator.h b/PrivateFrameworks/FitnessUI.framework/FIUIWorkoutActivityDefaultPaceMigrator.h new file mode 100644 index 0000000000..81dc3b7bf5 --- /dev/null +++ b/PrivateFrameworks/FitnessUI.framework/FIUIWorkoutActivityDefaultPaceMigrator.h @@ -0,0 +1,10 @@ +/* Generated by RuntimeBrowser + Image: /System/Library/PrivateFrameworks/FitnessUI.framework/FitnessUI + */ + +@interface FIUIWorkoutActivityDefaultPaceMigrator : NSObject + ++ (void)migrateDefaultOutdoorRunningWalkingPaceFromCurrentToAverage; ++ (void)migrateDefaultOutdoorRunningWalkingPaceFromCurrentToAverageWithSyncManager:(id)arg1 domainAccessor:(id)arg2; + +@end diff --git a/PrivateFrameworks/FitnessUI.framework/FIUIWorkoutActivityType.h b/PrivateFrameworks/FitnessUI.framework/FIUIWorkoutActivityType.h index cff0fd8f09..06774c4cac 100644 --- a/PrivateFrameworks/FitnessUI.framework/FIUIWorkoutActivityType.h +++ b/PrivateFrameworks/FitnessUI.framework/FIUIWorkoutActivityType.h @@ -20,7 +20,7 @@ + (id)activityTypeWithHKWorkoutActivityTypeIdentifier:(unsigned int)arg1 isIndoor:(BOOL)arg2 metadata:(id)arg3; + (id)activityTypeWithWorkout:(id)arg1; + (id)possibleActivityTypesForIdentifier:(unsigned int)arg1 locationType:(int)arg2 swimmingLocationType:(int)arg3 wheelchairUser:(BOOL)arg4; -+ (id)supportedActivityTypes; ++ (id)supportedActivityTypesWithIsWheelchairUser:(BOOL)arg1; + (id)wheelchairActivityTypes; - (void).cxx_destruct; diff --git a/PrivateFrameworks/FrontBoard.framework/FBApplicationDataStoreInProcessRepositoryClient.h b/PrivateFrameworks/FrontBoard.framework/FBApplicationDataStoreInProcessRepositoryClient.h index def550387e..6d3a2c6b22 100644 --- a/PrivateFrameworks/FrontBoard.framework/FBApplicationDataStoreInProcessRepositoryClient.h +++ b/PrivateFrameworks/FrontBoard.framework/FBApplicationDataStoreInProcessRepositoryClient.h @@ -33,6 +33,7 @@ - (id)init; - (id)initWithDataStore:(id)arg1; - (void)invalidate; +- (id)objectForKey:(id)arg1 forApplication:(id)arg2 checkPrefetch:(BOOL)arg3; - (void)objectForKey:(id)arg1 forApplication:(id)arg2 withResult:(id /* block */)arg3; - (void)objectForKey:(id)arg1 forApplication:(id)arg2 withResult:(id /* block */)arg3 checkPrefetch:(BOOL)arg4; - (struct NSMutableDictionary { Class x1; }*)prefetchedKeyValues; diff --git a/PrivateFrameworks/FrontBoard.framework/FBScene.h b/PrivateFrameworks/FrontBoard.framework/FBScene.h index 1f2f6e16c8..c17129d853 100644 --- a/PrivateFrameworks/FrontBoard.framework/FBScene.h +++ b/PrivateFrameworks/FrontBoard.framework/FBScene.h @@ -17,6 +17,7 @@ BOOL _lockedForMutation; FBSMutableSceneSettings * _mutableSettings; FBSSceneSettings * _settings; + * _stateCaptureAssertion; unsigned int _transactionID; BOOL _valid; BOOL _waitingForResponse; @@ -49,6 +50,8 @@ @property (getter=isWaitingForResponse, nonatomic, readonly) BOOL waitingForResponse; @property (nonatomic, readonly, copy) NSString *workspaceIdentifier; +// Image: /System/Library/PrivateFrameworks/FrontBoard.framework/FrontBoard + - (void)_addSceneGeometryObserver:(id)arg1; - (unsigned int)_applyMutableSettings:(id)arg1 withTransitionContext:(id)arg2 completion:(id /* block */)arg3; - (void)_dispatchClientMessageWithBlock:(id /* block */)arg1; @@ -106,4 +109,23 @@ - (void)updateUISettingsWithTransitionBlock:(id /* block */)arg1; - (id)workspaceIdentifier; +// Image: /System/Library/PrivateFrameworks/Accessibility.framework/Frameworks/AXFrontBoardUtils.framework/AXFrontBoardUtils + +- (BOOL)accessibilityIsSceneOccluded; +- (BOOL)accessibilityIsSceneOnMainScreen; +- (BOOL)accessibilityIsShowingSheet; +- (BOOL)accessibilitySceneBelongsToTheSystemApp; +- (id)accessibilitySceneDescription; +- (struct CGRect { struct CGPoint { float x_1_1_1; float x_1_1_2; } x1; struct CGSize { float x_2_1_1; float x_2_1_2; } x2; })accessibilitySceneFrame; +- (id)accessibilitySceneIdentifier; +- (BOOL)accessibilitySceneIsDeactivatedBySidebar; +- (BOOL)accessibilitySceneIsDeactivatedBySwitcher; +- (BOOL)accessibilitySceneIsForegroundVisible; +- (BOOL)accessibilitySceneIsRunningInForeground; +- (BOOL)accessibilitySceneIsSuspended; +- (float)accessibilitySceneLevel; +- (BOOL)accessibilitySceneOwnerIsAUIApplication; +- (id)accessibilityScenePID; +- (id)accessibilitySceneProcess; + @end diff --git a/PrivateFrameworks/FrontBoard.framework/FBSceneHostWrapperView.h b/PrivateFrameworks/FrontBoard.framework/FBSceneHostWrapperView.h index 41053768f0..2099cf0fc1 100644 --- a/PrivateFrameworks/FrontBoard.framework/FBSceneHostWrapperView.h +++ b/PrivateFrameworks/FrontBoard.framework/FBSceneHostWrapperView.h @@ -6,6 +6,7 @@ unsigned int _appearanceStyle; UIColor * _backgroundColorWhileHosting; UIColor * _backgroundColorWhileNotHosting; + BOOL _clippingDisabled; * _delegate; NSMutableSet * _hiddenLayers; FBSceneLayerHostContainerView * _hostContainerView; @@ -20,6 +21,7 @@ @property (nonatomic) unsigned int appearanceStyle; @property (nonatomic, retain) UIColor *backgroundColorWhileHosting; @property (nonatomic, retain) UIColor *backgroundColorWhileNotHosting; +@property (getter=isClippingDisabled, nonatomic) BOOL clippingDisabled; @property (getter=isContextHosted, nonatomic, readonly) BOOL contextHosted; @property (readonly, copy) NSString *debugDescription; @property (nonatomic) *delegate; @@ -61,6 +63,7 @@ - (id)hostingDisabledLayers; - (id)initWithScene:(id)arg1 requester:(id)arg2; - (void)invalidate; +- (BOOL)isClippingDisabled; - (BOOL)isContextHosted; - (BOOL)isHosting; - (id)layersForHostContainerView:(id)arg1; @@ -72,6 +75,7 @@ - (void)setAppearanceStyle:(unsigned int)arg1; - (void)setBackgroundColorWhileHosting:(id)arg1; - (void)setBackgroundColorWhileNotHosting:(id)arg1; +- (void)setClippingDisabled:(BOOL)arg1; - (void)setDefaultHostedLayerTypes:(unsigned int)arg1; - (void)setDelegate:(id)arg1; - (void)setHostContainerView:(id)arg1; diff --git a/PrivateFrameworks/FrontBoard.framework/FBSceneLayerHostContainerView.h b/PrivateFrameworks/FrontBoard.framework/FBSceneLayerHostContainerView.h index e1650dd77f..c5cbbd64c6 100644 --- a/PrivateFrameworks/FrontBoard.framework/FBSceneLayerHostContainerView.h +++ b/PrivateFrameworks/FrontBoard.framework/FBSceneLayerHostContainerView.h @@ -3,6 +3,7 @@ */ @interface FBSceneLayerHostContainerView : UIView { + BOOL _clippingDisabled; * _dataSource; * _delegate; NSMutableArray * _hostViews; @@ -10,6 +11,7 @@ FBScene * _scene; } +@property (getter=isClippingDisabled, nonatomic) BOOL clippingDisabled; @property (nonatomic) *dataSource; @property (readonly, copy) NSString *debugDescription; @property (nonatomic) *delegate; @@ -37,9 +39,11 @@ - (id)hostedLayers; - (id)init; - (id)initWithScene:(id)arg1; +- (BOOL)isClippingDisabled; - (BOOL)isHosting; - (void)rebuildLayers; - (id)scene; +- (void)setClippingDisabled:(BOOL)arg1; - (void)setDataSource:(id)arg1; - (void)setDelegate:(id)arg1; - (id)succinctDescription; diff --git a/PrivateFrameworks/FrontBoard.framework/FBSceneManager.h b/PrivateFrameworks/FrontBoard.framework/FBSceneManager.h index 86cb5decb4..09758699ab 100644 --- a/PrivateFrameworks/FrontBoard.framework/FBSceneManager.h +++ b/PrivateFrameworks/FrontBoard.framework/FBSceneManager.h @@ -27,6 +27,7 @@ + (id)sharedInstance; + (void)synchronizeChanges:(id /* block */)arg1; +- (void)_appendCommonDescriptionItemsToBuilder:(id)arg1; - (void)_applyMutableSettings:(id)arg1 toScene:(id)arg2 asUpdate:(BOOL)arg3 withTransitionContext:(id)arg4 completion:(id /* block */)arg5; - (void)_beginSynchronizationBlock; - (id)_createSceneWithDefinition:(id)arg1 initialParameters:(id)arg2 clientProvider:(id)arg3 transitionContext:(id)arg4; diff --git a/PrivateFrameworks/FrontBoard.framework/FBSystemApp.h b/PrivateFrameworks/FrontBoard.framework/FBSystemApp.h index c664499ebf..3634797e5c 100644 --- a/PrivateFrameworks/FrontBoard.framework/FBSystemApp.h +++ b/PrivateFrameworks/FrontBoard.framework/FBSystemApp.h @@ -16,6 +16,8 @@ @property (readonly) unsigned int hash; @property (readonly) Class superclass; +// Image: /System/Library/PrivateFrameworks/FrontBoard.framework/FrontBoard + + (Class)_applicationInfoClass; + (void)initializeSystemServices; + (void)postFrontBoardInitializationHook; @@ -72,4 +74,10 @@ - (BOOL)wasBootedDark; - (BOOL)willObserveLayersManually; +// Image: /System/Library/PrivateFrameworks/Accessibility.framework/Frameworks/AXFrontBoardUtils.framework/AXFrontBoardUtils + +- (void)_accessibilityAddRecentlyActivatedBundleIdFromSwitcher:(id)arg1; +- (id)_accessibilityRecentlyActivatedApplicationBundleIdentifiers; +- (void)_accessibilityRemoveRecentlyActivatedBundleIdFromSwitcher:(id)arg1; + @end diff --git a/PrivateFrameworks/FrontBoardServices.framework/FBSProcessExecutionProvision.h b/PrivateFrameworks/FrontBoardServices.framework/FBSProcessExecutionProvision.h index ee47f515b5..2f628a51eb 100644 --- a/PrivateFrameworks/FrontBoardServices.framework/FBSProcessExecutionProvision.h +++ b/PrivateFrameworks/FrontBoardServices.framework/FBSProcessExecutionProvision.h @@ -24,7 +24,6 @@ - (void).cxx_destruct; - (void)_beginMonitoring; -- (void)_noteReachedProgressMilestone; - (void)_noteViolatedWithError:(id)arg1; - (void)_performDelegateCallout:(id /* block */)arg1; - (void)_prepareForReuse; diff --git a/PrivateFrameworks/FrontBoardServices.framework/FBSProcessResourceProvision.h b/PrivateFrameworks/FrontBoardServices.framework/FBSProcessResourceProvision.h index 91bd172976..9cb67273ee 100644 --- a/PrivateFrameworks/FrontBoardServices.framework/FBSProcessResourceProvision.h +++ b/PrivateFrameworks/FrontBoardServices.framework/FBSProcessResourceProvision.h @@ -5,46 +5,39 @@ @interface FBSProcessResourceProvision : FBSProcessExecutionProvision { struct { int type; - unsigned long long unitValue; - unsigned long long unitCount; - unsigned long long residualValue; + unsigned long long value; + unsigned long long reserved; } _allowance; - struct { - int type; - unsigned long long unitValue; - unsigned long long unitCount; - unsigned long long residualValue; - } _allowanceConsumed; unsigned long long _baselineValue; - unsigned long long _milestoneValue; + unsigned long long _consumedValue; NSObject * _queue; BSMachPortSendRight * _taskRight; BSTimer * _timer; } -@property (nonatomic) struct { int x1; unsigned long long x2; unsigned long long x3; unsigned long long x4; } allowance; +@property (nonatomic) struct { int x1; unsigned long long x2; unsigned long long x3; } allowance; @property (nonatomic) int type; -+ (id)provisionWithAllowance:(struct { int x1; unsigned long long x2; unsigned long long x3; unsigned long long x4; })arg1; ++ (id)provisionWithAllowance:(struct { int x1; unsigned long long x2; unsigned long long x3; })arg1; + (id)provisionWithResourceType:(int)arg1 timeInterval:(double)arg2; - (void)_beginMonitoring; - (double)_getElapsedCPUTimeForTaskPort:(unsigned int)arg1; - (void)_prepareForReuse; -- (unsigned long long)_queue_calculateValueConsumed; +- (BOOL)_queue_calculateValueConsumed:(out unsigned long long*)arg1; - (void)_queue_evaluateConsumption; - (void)_queue_noteAllowanceExhausted; - (void)_queue_stopMonitoring; - (BOOL)_queue_updateConsumption; - (void)_stopMonitoring; - (void)_updateProgress; -- (struct { int x1; unsigned long long x2; unsigned long long x3; unsigned long long x4; })allowance; -- (BOOL)allowanceRemaining:(out struct { int x1; unsigned long long x2; unsigned long long x3; unsigned long long x4; }*)arg1; +- (struct { int x1; unsigned long long x2; unsigned long long x3; })allowance; +- (BOOL)allowanceRemaining:(out struct { int x1; unsigned long long x2; unsigned long long x3; }*)arg1; - (id)copyWithZone:(struct _NSZone { }*)arg1; - (void)dealloc; -- (id)initWithAllowance:(struct { int x1; unsigned long long x2; unsigned long long x3; unsigned long long x4; })arg1; +- (id)initWithAllowance:(struct { int x1; unsigned long long x2; unsigned long long x3; })arg1; - (BOOL)isResourceProvision; -- (void)setAllowance:(struct { int x1; unsigned long long x2; unsigned long long x3; unsigned long long x4; })arg1; +- (void)setAllowance:(struct { int x1; unsigned long long x2; unsigned long long x3; })arg1; - (id)succinctDescriptionBuilder; - (int)type; diff --git a/PrivateFrameworks/FrontBoardServices.framework/FBSProcessWatchdog.h b/PrivateFrameworks/FrontBoardServices.framework/FBSProcessWatchdog.h index 42746ba658..38eb0898cb 100644 --- a/PrivateFrameworks/FrontBoardServices.framework/FBSProcessWatchdog.h +++ b/PrivateFrameworks/FrontBoardServices.framework/FBSProcessWatchdog.h @@ -36,7 +36,6 @@ - (id)policy; - (id)process; - (void)provision:(id)arg1 wasViolatedWithError:(id)arg2; -- (void)provisionMilestoneCompleted:(id)arg1; - (void)setCompletion:(id /* block */)arg1; - (id)succinctDescription; - (id)succinctDescriptionBuilder; diff --git a/PrivateFrameworks/GameCenterFoundation.framework/GKLocalPlayer.h b/PrivateFrameworks/GameCenterFoundation.framework/GKLocalPlayer.h index 8ec2aaecf5..495cbdeb1b 100644 --- a/PrivateFrameworks/GameCenterFoundation.framework/GKLocalPlayer.h +++ b/PrivateFrameworks/GameCenterFoundation.framework/GKLocalPlayer.h @@ -109,6 +109,7 @@ - (void)loadRecentPlayersWithCompletionHandler:(id /* block */)arg1; - (id)loginAlertView; - (void)registerListener:(id)arg1; +- (void)removeAllFriends:(id)arg1 block:(id /* block */)arg2; - (void)removeFriend:(id)arg1 block:(id /* block */)arg2; - (void)resolveConflictingSavedGames:(id)arg1 withData:(id)arg2 completionHandler:(id /* block */)arg3; - (void)saveGameData:(id)arg1 withName:(id)arg2 completionHandler:(id /* block */)arg3; diff --git a/PrivateFrameworks/GameCenterFoundation.framework/GKPlayerCredential.h b/PrivateFrameworks/GameCenterFoundation.framework/GKPlayerCredential.h index 05a20cb87d..eaf4262a12 100644 --- a/PrivateFrameworks/GameCenterFoundation.framework/GKPlayerCredential.h +++ b/PrivateFrameworks/GameCenterFoundation.framework/GKPlayerCredential.h @@ -3,6 +3,7 @@ */ @interface GKPlayerCredential : GKInternalRepresentation { + NSString * _DSID; NSString * _accountName; NSString * _altDSID; NSString * _authenticationToken; @@ -13,6 +14,7 @@ NSDate * _scopeModificationDate; } +@property (retain) NSString *DSID; @property (retain) NSString *accountName; @property (retain) NSString *altDSID; @property (retain) NSString *authenticationToken; @@ -25,6 +27,7 @@ + (id)secureCodedPropertyKeys; +- (id)DSID; - (id)accountName; - (id)altDSID; - (id)authenticationToken; @@ -41,6 +44,7 @@ - (void)setAccountName:(id)arg1; - (void)setAltDSID:(id)arg1; - (void)setAuthenticationToken:(id)arg1; +- (void)setDSID:(id)arg1; - (void)setEnvironment:(int)arg1; - (void)setPlayerInternal:(id)arg1; - (void)setRawPassword:(id)arg1; diff --git a/PrivateFrameworks/GeoServices.framework/GEOCompanionRouteDetails.h b/PrivateFrameworks/GeoServices.framework/GEOCompanionRouteDetails.h index 0aa8ceada7..f3f528d4a3 100644 --- a/PrivateFrameworks/GeoServices.framework/GEOCompanionRouteDetails.h +++ b/PrivateFrameworks/GeoServices.framework/GEOCompanionRouteDetails.h @@ -25,6 +25,7 @@ NSString * _name; GEOMapItemStorage * _origin; unsigned int _originalDuration; + NSData * _originalRouteID; GEOTransitSuggestedRoute * _originalSuggestedRoute; GEODirectionsRequest * _request; GEODirectionsResponse * _response; @@ -61,6 +62,7 @@ @property (nonatomic, readonly) BOOL hasName; @property (nonatomic, readonly) BOOL hasOrigin; @property (nonatomic) BOOL hasOriginalDuration; +@property (nonatomic, readonly) BOOL hasOriginalRouteID; @property (nonatomic, readonly) BOOL hasOriginalSuggestedRoute; @property (nonatomic, readonly) BOOL hasRequest; @property (nonatomic, readonly) BOOL hasResponse; @@ -72,6 +74,7 @@ @property (nonatomic, retain) NSString *name; @property (nonatomic, retain) GEOMapItemStorage *origin; @property (nonatomic) unsigned int originalDuration; +@property (nonatomic, retain) NSData *originalRouteID; @property (nonatomic, retain) GEOTransitSuggestedRoute *originalSuggestedRoute; @property (nonatomic, retain) GEODirectionsRequest *request; @property (nonatomic, retain) GEODirectionsResponse *response; @@ -118,6 +121,7 @@ - (BOOL)hasName; - (BOOL)hasOrigin; - (BOOL)hasOriginalDuration; +- (BOOL)hasOriginalRouteID; - (BOOL)hasOriginalSuggestedRoute; - (BOOL)hasRequest; - (BOOL)hasResponse; @@ -134,6 +138,7 @@ - (id)name; - (id)origin; - (unsigned int)originalDuration; +- (id)originalRouteID; - (id)originalSuggestedRoute; - (BOOL)readFrom:(id)arg1; - (id)request; @@ -155,6 +160,7 @@ - (void)setName:(id)arg1; - (void)setOrigin:(id)arg1; - (void)setOriginalDuration:(unsigned int)arg1; +- (void)setOriginalRouteID:(id)arg1; - (void)setOriginalSuggestedRoute:(id)arg1; - (void)setRequest:(id)arg1; - (void)setResponse:(id)arg1; diff --git a/PrivateFrameworks/GeoServices.framework/GEOComposedRoute.h b/PrivateFrameworks/GeoServices.framework/GEOComposedRoute.h index e0633422a5..78284edb5c 100644 --- a/PrivateFrameworks/GeoServices.framework/GEOComposedRoute.h +++ b/PrivateFrameworks/GeoServices.framework/GEOComposedRoute.h @@ -171,7 +171,7 @@ - (id)geoRoute; - (void)getFormOfWay:(int*)arg1 roadClass:(int*)arg2 at:(unsigned int)arg3; - (id)getHallForStop:(id)arg1; -- (id)getSnappedPathsForLocation:(struct { double x1; double x2; })arg1 observer:(id)arg2; +- (id)getSnappedPathsForLocation:(struct { double x1; double x2; })arg1 radius:(double)arg2 observer:(id)arg3; - (id)getSnappedPathsForVisibleRect:(struct { struct { double x_1_1_1; double x_1_1_2; } x1; struct { double x_2_1_1; double x_2_1_2; } x2; })arg1 rectsToSnap:(struct { struct { double x_1_1_1; double x_1_1_2; } x1; struct { double x_2_1_1; double x_2_1_2; } x2; }*)arg2 rectsToSnapCount:(unsigned long)arg3 observer:(id)arg4; - (id)getStationForHall:(id)arg1; - (id)getStationForStop:(id)arg1; @@ -286,6 +286,7 @@ - (int)transportTypeForStep:(id)arg1; - (void)updateManeuverDisplayEndpointsAtMetersPerPoint:(double)arg1; - (void)updateManeuverDisplayEndpointsAtMetersPerPoint:(double)arg1 startOffsetInPoints:(double)arg2 endOffsetInPoints:(double)arg3 roadWidthInPoints:(double)arg4; +- (void)updateRouteWithRideSelections:(id)arg1; - (BOOL)usesZilch; - (id)zilchDataFromStepIndex:(unsigned int)arg1; diff --git a/PrivateFrameworks/GeoServices.framework/GEOLocation.h b/PrivateFrameworks/GeoServices.framework/GEOLocation.h index f9ade93b50..715ef40f84 100644 --- a/PrivateFrameworks/GeoServices.framework/GEOLocation.h +++ b/PrivateFrameworks/GeoServices.framework/GEOLocation.h @@ -204,7 +204,7 @@ // Image: /System/Library/Frameworks/CoreLocation.framework/CoreLocation -- (id)_initWithCLClientLocation:(const struct { int x1; struct { double x_2_1_1; double x_2_1_2; } x2; double x3; double x4; double x5; double x6; double x7; double x8; double x9; double x10; int x11; double x12; int x13; struct { double x_14_1_1; double x_14_1_2; } x14; double x15; int x16; unsigned int x17; int x18; }*)arg1; +- (id)_initWithCLClientLocation:(const struct { int x1; struct { double x_2_1_1; double x_2_1_2; } x2; double x3; double x4; double x5; double x6; double x7; double x8; double x9; double x10; int x11; double x12; int x13; struct { double x_14_1_1; double x_14_1_2; } x14; double x15; int x16; unsigned int x17; int x18; int x19; }*)arg1; // Image: /System/Library/PrivateFrameworks/Navigation.framework/Navigation diff --git a/PrivateFrameworks/GeoServices.framework/GEOLogManager.h b/PrivateFrameworks/GeoServices.framework/GEOLogManager.h index 08860ed06f..06411a538b 100644 --- a/PrivateFrameworks/GeoServices.framework/GEOLogManager.h +++ b/PrivateFrameworks/GeoServices.framework/GEOLogManager.h @@ -23,6 +23,7 @@ - (BOOL)_disableUsageLoggingForCountry; - (void)_enableLogMsgInstrumentation; - (void)_flushLogs; +- (void)_forceFlushLogs; - (id)_logMessageUsageURL; - (void)_queueLogMessage:(id)arg1; - (void)_registerLogMsgState:(id)arg1; @@ -39,6 +40,7 @@ - (void)disableLogMsgInstrumentationWithBlock:(id /* block */)arg1; - (void)enableLogMsgInstrumentation; - (void)flushLogs; +- (void)forceFlushLogs; - (id)init; - (void)queueLogMessage:(id)arg1; - (void)registerLogMsgState:(id)arg1; diff --git a/PrivateFrameworks/GeoServices.framework/GEOLogMessageCacheManager.h b/PrivateFrameworks/GeoServices.framework/GEOLogMessageCacheManager.h index 2a2d0bb916..ed1e7b8333 100644 --- a/PrivateFrameworks/GeoServices.framework/GEOLogMessageCacheManager.h +++ b/PrivateFrameworks/GeoServices.framework/GEOLogMessageCacheManager.h @@ -66,6 +66,7 @@ - (id)retrieveNextBatchOfLogMessagesWithLimitCount:(int)arg1 limitSize:(int)arg2; - (void)setEncryptionEnabled:(BOOL)arg1; - (void)setOldestLogMessageInCache:(id)arg1; +- (BOOL)shouldFlushLogMessageCache; - (void)updateCurrentlyRetrievedLogMessagesRetryCount; @end diff --git a/PrivateFrameworks/GeoServices.framework/GEOLogMsgEvent.h b/PrivateFrameworks/GeoServices.framework/GEOLogMsgEvent.h index 3e487acb17..9ab0754b07 100644 --- a/PrivateFrameworks/GeoServices.framework/GEOLogMsgEvent.h +++ b/PrivateFrameworks/GeoServices.framework/GEOLogMsgEvent.h @@ -24,6 +24,7 @@ GEOLogMsgEventStateTiming * _stateTimingEvent; LOGMSGEVENTLogMsgEventTableBookedSession * _tableBookedSession; LOGMSGEVENTLogMsgEventTableBookingSession * _tableBookingSession; + GEOLogMsgEventTelemetric * _telemetric; GEOLogMsgEventTileSetState * _tileSetStateEvent; GEOLogMsgEventTimeToLeaveHypothesis * _timeToLeaveHypothesisEvent; GEOLogMsgEventTimeToLeaveInitialTravelTime * _timeToLeaveInitialTravelTimeEvent; @@ -51,6 +52,7 @@ @property (nonatomic, readonly) BOOL hasStateTimingEvent; @property (nonatomic, readonly) BOOL hasTableBookedSession; @property (nonatomic, readonly) BOOL hasTableBookingSession; +@property (nonatomic, readonly) BOOL hasTelemetric; @property (nonatomic, readonly) BOOL hasTileSetStateEvent; @property (nonatomic, readonly) BOOL hasTimeToLeaveHypothesisEvent; @property (nonatomic, readonly) BOOL hasTimeToLeaveInitialTravelTimeEvent; @@ -71,6 +73,7 @@ @property (nonatomic, retain) GEOLogMsgEventStateTiming *stateTimingEvent; @property (nonatomic, retain) LOGMSGEVENTLogMsgEventTableBookedSession *tableBookedSession; @property (nonatomic, retain) LOGMSGEVENTLogMsgEventTableBookingSession *tableBookingSession; +@property (nonatomic, retain) GEOLogMsgEventTelemetric *telemetric; @property (nonatomic, retain) GEOLogMsgEventTileSetState *tileSetStateEvent; @property (nonatomic, retain) GEOLogMsgEventTimeToLeaveHypothesis *timeToLeaveHypothesisEvent; @property (nonatomic, retain) GEOLogMsgEventTimeToLeaveInitialTravelTime *timeToLeaveInitialTravelTimeEvent; @@ -115,6 +118,7 @@ - (BOOL)hasStateTimingEvent; - (BOOL)hasTableBookedSession; - (BOOL)hasTableBookingSession; +- (BOOL)hasTelemetric; - (BOOL)hasTileSetStateEvent; - (BOOL)hasTimeToLeaveHypothesisEvent; - (BOOL)hasTimeToLeaveInitialTravelTimeEvent; @@ -162,6 +166,7 @@ - (void)setStateTimingEvent:(id)arg1; - (void)setTableBookedSession:(id)arg1; - (void)setTableBookingSession:(id)arg1; +- (void)setTelemetric:(id)arg1; - (void)setTileSetStateEvent:(id)arg1; - (void)setTimeToLeaveHypothesisEvent:(id)arg1; - (void)setTimeToLeaveInitialTravelTimeEvent:(id)arg1; @@ -171,6 +176,7 @@ - (id)stateTimingEvent; - (id)tableBookedSession; - (id)tableBookingSession; +- (id)telemetric; - (id)tileSetStateEvent; - (id)timeToLeaveHypothesisEvent; - (id)timeToLeaveInitialTravelTimeEvent; diff --git a/PrivateFrameworks/GeoServices.framework/GEOLogMsgEventFactory.h b/PrivateFrameworks/GeoServices.framework/GEOLogMsgEventFactory.h index 108ed67739..55dafb2729 100644 --- a/PrivateFrameworks/GeoServices.framework/GEOLogMsgEventFactory.h +++ b/PrivateFrameworks/GeoServices.framework/GEOLogMsgEventFactory.h @@ -19,17 +19,18 @@ - (id)logMsgEventForDirectionsFeedbacks:(id)arg1 finalLocation:(id)arg2 arrivedAtDestination:(BOOL)arg3 navigationAudioFeedback:(struct GEONavigationAudioFeedback { int x1; unsigned int x2; unsigned int x3; unsigned int x4; unsigned int x5; BOOL x6; BOOL x7; BOOL x8; BOOL x9; BOOL x10; BOOL x11; BOOL x12; BOOL x13; BOOL x14; BOOL x15; BOOL x16; BOOL x17; BOOL x18; struct { unsigned int x_19_1_1 : 1; unsigned int x_19_1_2 : 1; unsigned int x_19_1_3 : 1; unsigned int x_19_1_4 : 1; unsigned int x_19_1_5 : 1; unsigned int x_19_1_6 : 1; unsigned int x_19_1_7 : 1; unsigned int x_19_1_8 : 1; unsigned int x_19_1_9 : 1; unsigned int x_19_1_10 : 1; unsigned int x_19_1_11 : 1; unsigned int x_19_1_12 : 1; unsigned int x_19_1_13 : 1; unsigned int x_19_1_14 : 1; unsigned int x_19_1_15 : 1; unsigned int x_19_1_16 : 1; unsigned int x_19_1_17 : 1; unsigned int x_19_1_18 : 1; } x19; })arg4 durationOfTrip:(double)arg5; - (id)logMsgEventForListInteractionSessionOfType:(int)arg1 listResultItems:(id)arg2 searchString:(id)arg3; - (id)logMsgEventForLogFrameworkMetricType:(int)arg1 metricState:(int)arg2 messageCount:(int)arg3 messageSize:(long long)arg4 retryCount:(int)arg5; -- (id)logMsgEventForMapLaunch:(id)arg1 sourceAppId:(id)arg2 ttlEventTime:(id)arg3; -- (id)logMsgEventForNetworkService:(int)arg1 requestErrorDomain:(id)arg2 requestErrorCode:(long long)arg3 requestErrorDescription:(id)arg4 requestDataSize:(int)arg5 responseDataSize:(int)arg6 responseTime:(int)arg7; +- (id)logMsgEventForMapLaunch:(id)arg1 sourceAppId:(id)arg2 isLaunchedFromTTL:(BOOL)arg3 ttlEventTime:(id)arg4; +- (id)logMsgEventForNetworkService:(int)arg1 requestAppId:(id)arg2 requestErrorDomain:(id)arg3 requestErrorCode:(long long)arg4 requestErrorDescription:(id)arg5 requestDataSize:(int)arg6 responseDataSize:(int)arg7 responseTime:(int)arg8; - (id)logMsgEventForPlaceDataCacheFromAppWithID:(id)arg1; - (id)logMsgEventForProactiveSuggestionInteractionForType:(int)arg1 items:(id)arg2 interactedWithItemIndex:(int)arg3 forDuration:(double)arg4; - (id)logMsgEventForRefineSearchSessionOfType:(int)arg1 refineSearchType:(int)arg2 suggestionItems:(id)arg3 searchString:(id)arg4; -- (id)logMsgEventForRidebookedBookedUsingMaps:(BOOL)arg1 cancelled:(BOOL)arg2 contactedDriver:(BOOL)arg3 viewedInProactiveTray:(BOOL)arg4 tappedProactiveTrayItem:(BOOL)arg5 viewedDetails:(BOOL)arg6 rideAppId:(id)arg7 numberOfAppsInstalled:(unsigned int)arg8 enabled:(unsigned int)arg9; -- (id)logMsgEventForRidebookingEndState:(int)arg1 endView:(int)arg2 rideAppId:(id)arg3 originBlurred:(id)arg4 destinationBlurred:(id)arg5 exploredOtherOptions:(BOOL)arg6 rideType:(id)arg7 distanceToPickupInMeters:(double)arg8 paymentIsApplePay:(BOOL)arg9 numberOfAvailableExtensions:(unsigned int)arg10 switchedApp:(BOOL)arg11 showedSurgePricingAlert:(BOOL)arg12 durationOfSessionInSeconds:(double)arg13 installedApp:(BOOL)arg14 timestamp:(int)arg15 unavailable:(BOOL)arg16 movedPickupLocation:(BOOL)arg17 errorMessages:(id)arg18 numberOfAppsInstalled:(unsigned int)arg19 enabled:(unsigned int)arg20; +- (id)logMsgEventForRidebookedWithSessionId:(id)arg1 bookedUsingMaps:(BOOL)arg2 cancelled:(BOOL)arg3 contactedDriver:(BOOL)arg4 viewedInProactiveTray:(BOOL)arg5 tappedProactiveTrayItem:(BOOL)arg6 viewedDetails:(BOOL)arg7 rideAppId:(id)arg8 numberOfAppsInstalled:(unsigned int)arg9 enabled:(unsigned int)arg10; +- (id)logMsgEventForSessionId:(id)arg1 ridebookingEndState:(int)arg2 endView:(int)arg3 rideAppId:(id)arg4 originBlurred:(id)arg5 destinationBlurred:(id)arg6 exploredOtherOptions:(BOOL)arg7 rideType:(id)arg8 distanceToPickupInMeters:(double)arg9 paymentIsApplePay:(BOOL)arg10 numberOfAvailableExtensions:(unsigned int)arg11 switchedApp:(BOOL)arg12 showedSurgePricingAlert:(BOOL)arg13 durationOfSessionInSeconds:(double)arg14 installedApp:(BOOL)arg15 timestamp:(int)arg16 unavailable:(BOOL)arg17 movedPickupLocation:(BOOL)arg18 errorMessages:(id)arg19 numberOfAppsInstalled:(unsigned int)arg20 enabled:(unsigned int)arg21; - (id)logMsgEventForStaleResources:(id)arg1; - (id)logMsgEventForStateTransition:(id)arg1 generateOnlyIfStateChanged:(BOOL)arg2; - (id)logMsgEventForTablebookedSessionWithSessionID:(id)arg1 bookedTables:(id)arg2; - (id)logMsgEventForTablebookingWithSessionID:(id)arg1 endState:(int)arg2 endView:(int)arg3 bookTableAppId:(id)arg4 muid:(unsigned long long)arg5 blurredReservationTimestamp:(long long)arg6 blurredBookingTimestamp:(long long)arg7 durationOfSessionInSeconds:(double)arg8 installNeeded:(BOOL)arg9 installNeededTappedAppId:(id)arg10 installCompleted:(BOOL)arg11 tableSize:(unsigned int)arg12 addedSpecialRequest:(BOOL)arg13 swipedAvailableTimes:(BOOL)arg14 tappedDatePicker:(BOOL)arg15 errorMessages:(id)arg16; +- (id)logMsgEventForTelemetricWithEventKey:(int)arg1 eventValue:(unsigned long long)arg2 eventDetail:(id)arg3; - (id)logMsgEventForTileSetState:(int)arg1 newCoverage:(double)arg2 oldCoverage:(double)arg3 seconds:(double)arg4; - (id)logMsgEventForTimeToLeaveHypothesisWithEarlyDepartureDelta:(double)arg1 lateDepartureDelta:(double)arg2 earlyArrivalDelta:(double)arg3 lateArrivalDelta:(double)arg4 rerouteCount:(unsigned int)arg5 uiNotification:(int)arg6; - (id)logMsgEventForTimeToLeaveIntialTravelTime:(double)arg1; diff --git a/PrivateFrameworks/GeoServices.framework/GEOLogMsgEventNetwork.h b/PrivateFrameworks/GeoServices.framework/GEOLogMsgEventNetwork.h index b58a76111d..fbc99181eb 100644 --- a/PrivateFrameworks/GeoServices.framework/GEOLogMsgEventNetwork.h +++ b/PrivateFrameworks/GeoServices.framework/GEOLogMsgEventNetwork.h @@ -11,6 +11,7 @@ unsigned int responseTime : 1; } _has; int _networkService; + NSString * _requestAppIdentifier; int _requestDataSize; long long _requestErrorCode; NSString * _requestErrorDescription; @@ -20,6 +21,7 @@ } @property (nonatomic) BOOL hasNetworkService; +@property (nonatomic, readonly) BOOL hasRequestAppIdentifier; @property (nonatomic) BOOL hasRequestDataSize; @property (nonatomic) BOOL hasRequestErrorCode; @property (nonatomic, readonly) BOOL hasRequestErrorDescription; @@ -27,6 +29,7 @@ @property (nonatomic) BOOL hasResponseDataSize; @property (nonatomic) BOOL hasResponseTime; @property (nonatomic) int networkService; +@property (nonatomic, retain) NSString *requestAppIdentifier; @property (nonatomic) int requestDataSize; @property (nonatomic) long long requestErrorCode; @property (nonatomic, retain) NSString *requestErrorDescription; @@ -41,6 +44,7 @@ - (id)description; - (id)dictionaryRepresentation; - (BOOL)hasNetworkService; +- (BOOL)hasRequestAppIdentifier; - (BOOL)hasRequestDataSize; - (BOOL)hasRequestErrorCode; - (BOOL)hasRequestErrorDescription; @@ -53,6 +57,7 @@ - (int)networkService; - (id)networkServiceAsString:(int)arg1; - (BOOL)readFrom:(id)arg1; +- (id)requestAppIdentifier; - (int)requestDataSize; - (long long)requestErrorCode; - (id)requestErrorDescription; @@ -65,6 +70,7 @@ - (void)setHasResponseDataSize:(BOOL)arg1; - (void)setHasResponseTime:(BOOL)arg1; - (void)setNetworkService:(int)arg1; +- (void)setRequestAppIdentifier:(id)arg1; - (void)setRequestDataSize:(int)arg1; - (void)setRequestErrorCode:(long long)arg1; - (void)setRequestErrorDescription:(id)arg1; diff --git a/PrivateFrameworks/GeoServices.framework/GEOLogMsgEventTelemetric.h b/PrivateFrameworks/GeoServices.framework/GEOLogMsgEventTelemetric.h new file mode 100644 index 0000000000..e57c2ef2b5 --- /dev/null +++ b/PrivateFrameworks/GeoServices.framework/GEOLogMsgEventTelemetric.h @@ -0,0 +1,30 @@ +/* Generated by RuntimeBrowser + Image: /System/Library/PrivateFrameworks/GeoServices.framework/GeoServices + */ + +@interface GEOLogMsgEventTelemetric : PBCodable { + NSMutableArray * _telemetricEntitys; +} + +@property (nonatomic, retain) NSMutableArray *telemetricEntitys; + ++ (Class)telemetricEntityType; + +- (void)addTelemetricEntity:(id)arg1; +- (void)clearTelemetricEntitys; +- (void)copyTo:(id)arg1; +- (id)copyWithZone:(struct _NSZone { }*)arg1; +- (void)dealloc; +- (id)description; +- (id)dictionaryRepresentation; +- (unsigned int)hash; +- (BOOL)isEqual:(id)arg1; +- (void)mergeFrom:(id)arg1; +- (BOOL)readFrom:(id)arg1; +- (void)setTelemetricEntitys:(id)arg1; +- (id)telemetricEntityAtIndex:(unsigned int)arg1; +- (id)telemetricEntitys; +- (unsigned int)telemetricEntitysCount; +- (void)writeTo:(id)arg1; + +@end diff --git a/PrivateFrameworks/GeoServices.framework/GEOLogMsgStateFactory.h b/PrivateFrameworks/GeoServices.framework/GEOLogMsgStateFactory.h index 855d2316fe..bc33fa87cb 100644 --- a/PrivateFrameworks/GeoServices.framework/GEOLogMsgStateFactory.h +++ b/PrivateFrameworks/GeoServices.framework/GEOLogMsgStateFactory.h @@ -18,8 +18,8 @@ - (id)logMsgStateForMapSettingsWithStateOrigin:(id)arg1 prefferedTransportMode:(int)arg2 avoidTolls:(BOOL)arg3 avoidHighways:(BOOL)arg4 headingEnabled:(BOOL)arg5 speedLimitEnabled:(BOOL)arg6 navVoiceVolume:(int)arg7 pauseSpokenAudioEnabled:(BOOL)arg8 findMyCarEnabled:(BOOL)arg9 trafficEnabled:(BOOL)arg10 labelEnabled:(BOOL)arg11; - (id)logMsgStateForMapViewLocationWithLocationBucket:(int)arg1 currentLocationInViewport:(BOOL)arg2; - (id)logMsgStateForMapViewLocationWithStateOrigin:(id)arg1 locationBucket:(int)arg2 currentLocationInViewport:(BOOL)arg3; -- (id)logMsgStateForMapViewWithMapRegion:(id)arg1 zoomLevel:(double)arg2; -- (id)logMsgStateForMapViewWithStateOrigin:(id)arg1 mapRegion:(id)arg2 zoomLevel:(double)arg3; +- (id)logMsgStateForMapViewWithMapRegion:(id)arg1 zoomLevel:(double)arg2 mapType:(int)arg3; +- (id)logMsgStateForMapViewWithStateOrigin:(id)arg1 mapRegion:(id)arg2 zoomLevel:(double)arg3 mapType:(int)arg4; - (id)logMsgStateForMapsServerWithMapsResultsDisplayed:(id)arg1; - (id)logMsgStateForMapsServerWithSearchCategoriesDisplayed:(id)arg1 selectedSearchCategory:(id)arg2; - (id)logMsgStateForMapsServerWithSearchCategoriesDisplayedAsNSData:(id)arg1 selectedSearchCategory:(id)arg2; diff --git a/PrivateFrameworks/GeoServices.framework/GEOLogger.h b/PrivateFrameworks/GeoServices.framework/GEOLogger.h index 4232a7b5f3..2b194cda63 100644 --- a/PrivateFrameworks/GeoServices.framework/GEOLogger.h +++ b/PrivateFrameworks/GeoServices.framework/GEOLogger.h @@ -14,8 +14,9 @@ + (void)registerGEOLogFacility; + (id)sharedLogger; +- (id)_cachedStateOfType:(int)arg1; - (void)_captureLogMsgEvent:(id)arg1 withMergedContext:(id)arg2; -- (id)cachedStateOfType:(int)arg1; +- (void)cachedStateOfType:(int)arg1 getCachedStateOfTypeBlock:(id /* block */)arg2; - (void)captureLogMsgEvent:(id)arg1; - (void)captureLogMsgEvent:(id)arg1 withLogContext:(id)arg2; - (void)dealloc; diff --git a/PrivateFrameworks/GeoServices.framework/GEOMapItemCorrectedLocationAttributes.h b/PrivateFrameworks/GeoServices.framework/GEOMapItemCorrectedLocationAttributes.h index cab6ce962b..07f9368273 100644 --- a/PrivateFrameworks/GeoServices.framework/GEOMapItemCorrectedLocationAttributes.h +++ b/PrivateFrameworks/GeoServices.framework/GEOMapItemCorrectedLocationAttributes.h @@ -9,7 +9,9 @@ NSString * _customLabel; struct { unsigned int lastUpdateDate : 1; + unsigned int hasSubmittedRAP : 1; } _has; + BOOL _hasSubmittedRAP; double _lastUpdateDate; } @@ -21,7 +23,9 @@ @property (nonatomic, readonly) BOOL hasCorrectedAddressSecondaryStreetLine; @property (nonatomic, readonly) BOOL hasCorrectedCoordinate; @property (nonatomic, readonly) BOOL hasCustomLabel; +@property (nonatomic) BOOL hasHasSubmittedRAP; @property (nonatomic) BOOL hasLastUpdateDate; +@property (nonatomic) BOOL hasSubmittedRAP; @property (nonatomic) double lastUpdateDate; // Image: /System/Library/PrivateFrameworks/GeoServices.framework/GeoServices @@ -39,7 +43,9 @@ - (BOOL)hasCorrectedAddressSecondaryStreetLine; - (BOOL)hasCorrectedCoordinate; - (BOOL)hasCustomLabel; +- (BOOL)hasHasSubmittedRAP; - (BOOL)hasLastUpdateDate; +- (BOOL)hasSubmittedRAP; - (unsigned int)hash; - (BOOL)isEqual:(id)arg1; - (double)lastUpdateDate; @@ -49,7 +55,9 @@ - (void)setCorrectedAddressSecondaryStreetLine:(id)arg1; - (void)setCorrectedCoordinate:(id)arg1; - (void)setCustomLabel:(id)arg1; +- (void)setHasHasSubmittedRAP:(BOOL)arg1; - (void)setHasLastUpdateDate:(BOOL)arg1; +- (void)setHasSubmittedRAP:(BOOL)arg1; - (void)setLastUpdateDate:(double)arg1; - (void)writeTo:(id)arg1; diff --git a/PrivateFrameworks/GeoServices.framework/GEONavigationListener.h b/PrivateFrameworks/GeoServices.framework/GEONavigationListener.h index b00463b449..a6ad77d3f4 100644 --- a/PrivateFrameworks/GeoServices.framework/GEONavigationListener.h +++ b/PrivateFrameworks/GeoServices.framework/GEONavigationListener.h @@ -9,8 +9,8 @@ int _navigationStartedToken; int _navigationStoppedToken; NSObject * _queue; + id /* block */ _rideSelectionsUpdatedHandler; id /* block */ _routeSummaryUpdatedHandler; - id /* block */ _selectedRideOptionUpdatedHandler; id /* block */ _stepIndexUpdatedHandler; id /* block */ _transitSummaryUpdatedHandler; } @@ -20,8 +20,8 @@ @property (readonly, copy) NSString *description; @property (nonatomic, copy) id /* block */ guidanceStateUpdatedHandler; @property (readonly) unsigned int hash; +@property (nonatomic, copy) id /* block */ rideSelectionsUpdatedHandler; @property (nonatomic, copy) id /* block */ routeSummaryUpdatedHandler; -@property (nonatomic, copy) id /* block */ selectedRideOptionUpdatedHandler; @property (nonatomic, copy) id /* block */ stepIndexUpdatedHandler; @property (readonly) Class superclass; @property (nonatomic, copy) id /* block */ transitSummaryUpdatedHandler; @@ -35,22 +35,22 @@ - (id)initWithQueue:(id)arg1; - (void)requestActiveRouteDetailsData; - (void)requestGuidanceState; +- (void)requestRideSelections; - (void)requestRouteSummary; -- (void)requestSelectedRideOption; - (void)requestStepIndex; - (void)requestTransitSummary; +- (id /* block */)rideSelectionsUpdatedHandler; - (id /* block */)routeSummaryUpdatedHandler; - (void)routeSummaryUpdatedWithActiveRouteDetailsData:(id)arg1; - (void)routeSummaryUpdatedWithGuidanceStateData:(id)arg1; - (void)routeSummaryUpdatedWithNavigationRouteSummaryData:(id)arg1; -- (void)routeSummaryUpdatedWithSelectedRideOptionData:(id)arg1; +- (void)routeSummaryUpdatedWithRideSelectionData:(id)arg1; - (void)routeSummaryUpdatedWithStepIndexData:(id)arg1; - (void)routeSummaryUpdatedWithTransitSummaryData:(id)arg1; -- (id /* block */)selectedRideOptionUpdatedHandler; - (void)setActiveRouteDetailsDataUpdatedHandler:(id /* block */)arg1; - (void)setGuidanceStateUpdatedHandler:(id /* block */)arg1; +- (void)setRideSelectionsUpdatedHandler:(id /* block */)arg1; - (void)setRouteSummaryUpdatedHandler:(id /* block */)arg1; -- (void)setSelectedRideOptionUpdatedHandler:(id /* block */)arg1; - (void)setStepIndexUpdatedHandler:(id /* block */)arg1; - (void)setTransitSummaryUpdatedHandler:(id /* block */)arg1; - (id /* block */)stepIndexUpdatedHandler; diff --git a/PrivateFrameworks/GeoServices.framework/GEONavigationMapMatcher.h b/PrivateFrameworks/GeoServices.framework/GEONavigationMapMatcher.h index 7bd6bc8580..1f57bd139b 100644 --- a/PrivateFrameworks/GeoServices.framework/GEONavigationMapMatcher.h +++ b/PrivateFrameworks/GeoServices.framework/GEONavigationMapMatcher.h @@ -28,6 +28,5 @@ - (void)setRoute:(id)arg1; - (int)transportType; - (id)updateForReroute:(id)arg1 location:(id)arg2; -- (void)updateForTunnelProjection:(id)arg1 coord:(struct { double x1; double x2; })arg2; @end diff --git a/PrivateFrameworks/GeoServices.framework/GEONavigationProxy.h b/PrivateFrameworks/GeoServices.framework/GEONavigationProxy.h index b114cac20f..507d30fb59 100644 --- a/PrivateFrameworks/GeoServices.framework/GEONavigationProxy.h +++ b/PrivateFrameworks/GeoServices.framework/GEONavigationProxy.h @@ -16,7 +16,6 @@ BOOL _hasNavigationStartedToken; GEOLocation * _lastLocation; NSData * _lastSentCompanionRouteContext; - unsigned int _legIndex; BOOL _locationUnreliable; NSXPCConnection * _nanomapscdConnection; NSXPCConnection * _navdConnection; @@ -24,7 +23,7 @@ unsigned int _nextAnnouncementStage; double _remainingDistance; double _remainingTime; - unsigned int _rideIndex; + NSArray * _rideSelections; GEOComposedRoute * _route; GEORouteMatch * _routeMatch; GEONavigationRouteSummary * _routeSummary; @@ -47,8 +46,8 @@ - (void)_sendCompanionRouteDetails:(id)arg1 routeStatus:(id)arg2 routeContext:(id)arg3; - (void)_sendCompanionRouteStatus; - (void)_sendGuidanceState; +- (void)_sendRideSelections; - (void)_sendRouteSummary; -- (void)_sendSelectedRideOption; - (void)_sendStepIndex; - (void)_sendTransitSummary; - (void)_updateCompanionRouteStatus; @@ -68,7 +67,6 @@ - (void)setNextAnnouncementStage:(unsigned int)arg1 timeUntilNextAnnouncement:(double)arg2; - (void)setRemainingDistance:(double)arg1; - (void)setRemainingTime:(double)arg1; -- (void)setRideIndex:(unsigned int)arg1 forLegIndex:(unsigned int)arg2; - (void)setRoute:(id)arg1; - (void)setRouteMatch:(id)arg1; - (void)setStepIndex:(unsigned int)arg1; diff --git a/PrivateFrameworks/GeoServices.framework/GEONavigationServer.h b/PrivateFrameworks/GeoServices.framework/GEONavigationServer.h index 3dd5024acf..d4215dd5d1 100644 --- a/PrivateFrameworks/GeoServices.framework/GEONavigationServer.h +++ b/PrivateFrameworks/GeoServices.framework/GEONavigationServer.h @@ -6,8 +6,8 @@ NSData * _activeRouteDetailsData; NSData * _guidanceStateData; NSMutableArray * _peers; + NSData * _rideSelectionsData; NSData * _routeSummaryData; - NSData * _selectedRideOptionData; NSData * _stepIndexData; NSData * _transitSummaryData; } @@ -16,8 +16,8 @@ - (void)_requestActiveRouteDetailsDataWithPeer:(id)arg1; - (void)_requestGuidanceStateWithPeer:(id)arg1; +- (void)_requestRideSelectionsWithPeer:(id)arg1; - (void)_requestRouteSummaryWithPeer:(id)arg1; -- (void)_requestSelectedRideOptionWithPeer:(id)arg1; - (void)_requestStepIndexWithPeer:(id)arg1; - (void)_requestTransitSummaryWithPeer:(id)arg1; - (void)_sendMessage:(int)arg1 data:(id)arg2 toPeer:(id)arg3; @@ -27,7 +27,7 @@ - (void)setRouteSummaryWithActiveRouteDetailsData:(id)arg1; - (void)setRouteSummaryWithGuidanceStateData:(id)arg1; - (void)setRouteSummaryWithNavigationRouteSummaryData:(id)arg1; -- (void)setRouteSummaryWithSelectedRideOptionData:(id)arg1; +- (void)setRouteSummaryWithRideSelectionsData:(id)arg1; - (void)setRouteSummaryWithStepIndexData:(id)arg1; - (void)setRouteSummaryWithTransitSummaryData:(id)arg1; - (BOOL)shouldAcceptNewConnection:(id)arg1 shouldCreateNavigationPeer:(BOOL)arg2; diff --git a/PrivateFrameworks/GeoServices.framework/GEONavigationServerPeer.h b/PrivateFrameworks/GeoServices.framework/GEONavigationServerPeer.h index 407baa3ade..2de932c20d 100644 --- a/PrivateFrameworks/GeoServices.framework/GEONavigationServerPeer.h +++ b/PrivateFrameworks/GeoServices.framework/GEONavigationServerPeer.h @@ -2,18 +2,22 @@ Image: /System/Library/PrivateFrameworks/GeoServices.framework/GeoServices */ -@interface GEONavigationServerPeer : GEONavdPeer { +@interface GEONavigationServerPeer : GEONavdPeer { GEONavigationServer * _delegate; } +@property (readonly, copy) NSString *debugDescription; @property (nonatomic) GEONavigationServer *delegate; +@property (readonly, copy) NSString *description; +@property (readonly) unsigned int hash; +@property (readonly) Class superclass; - (void)dealloc; - (id)delegate; - (void)requestActiveRouteDetailsData; - (void)requestGuidanceState; +- (void)requestRideSelections; - (void)requestRouteSummary; -- (void)requestSelectedRideOption; - (void)requestStepIndex; - (void)requestTransitSummary; - (void)requestUpdates; diff --git a/PrivateFrameworks/GeoServices.framework/GEORPInstructionCorrection.h b/PrivateFrameworks/GeoServices.framework/GEORPInstructionCorrection.h index 7adda3442e..fc22207e1b 100644 --- a/PrivateFrameworks/GeoServices.framework/GEORPInstructionCorrection.h +++ b/PrivateFrameworks/GeoServices.framework/GEORPInstructionCorrection.h @@ -6,17 +6,21 @@ NSString * _comments; struct { unsigned int routeStepIndex : 1; + unsigned int routeStepSubstepIndex : 1; } _has; GEORPPhotoWithMetadata * _photo; unsigned int _routeStepIndex; + unsigned int _routeStepSubstepIndex; } @property (nonatomic, retain) NSString *comments; @property (nonatomic, readonly) BOOL hasComments; @property (nonatomic, readonly) BOOL hasPhoto; @property (nonatomic) BOOL hasRouteStepIndex; +@property (nonatomic) BOOL hasRouteStepSubstepIndex; @property (nonatomic, retain) GEORPPhotoWithMetadata *photo; @property (nonatomic) unsigned int routeStepIndex; +@property (nonatomic) unsigned int routeStepSubstepIndex; - (id)comments; - (void)copyTo:(id)arg1; @@ -27,16 +31,20 @@ - (BOOL)hasComments; - (BOOL)hasPhoto; - (BOOL)hasRouteStepIndex; +- (BOOL)hasRouteStepSubstepIndex; - (unsigned int)hash; - (BOOL)isEqual:(id)arg1; - (void)mergeFrom:(id)arg1; - (id)photo; - (BOOL)readFrom:(id)arg1; - (unsigned int)routeStepIndex; +- (unsigned int)routeStepSubstepIndex; - (void)setComments:(id)arg1; - (void)setHasRouteStepIndex:(BOOL)arg1; +- (void)setHasRouteStepSubstepIndex:(BOOL)arg1; - (void)setPhoto:(id)arg1; - (void)setRouteStepIndex:(unsigned int)arg1; +- (void)setRouteStepSubstepIndex:(unsigned int)arg1; - (void)writeTo:(id)arg1; @end diff --git a/PrivateFrameworks/GeoServices.framework/GEOResourceManifestServerLocalProxy.h b/PrivateFrameworks/GeoServices.framework/GEOResourceManifestServerLocalProxy.h index b822cf11a4..6c47a36d29 100644 --- a/PrivateFrameworks/GeoServices.framework/GEOResourceManifestServerLocalProxy.h +++ b/PrivateFrameworks/GeoServices.framework/GEOResourceManifestServerLocalProxy.h @@ -47,6 +47,7 @@ - (void)_considerChangingActiveTileGroup; - (void)_countryProvidersDidChange:(id)arg1; - (void)_forceChangeActiveTileGroup:(id)arg1 flushTileCache:(BOOL)arg2 ignoreIdentifier:(BOOL)arg3; +- (BOOL)_hasAllowableFallbackResourceForResource:(id)arg1; - (id)_idealTileGroupToUse; - (void)_loadFromDisk; - (void)_loadImmediateResources:(id)arg1 conditionalWifiResources:(id)arg2 completionHandler:(id /* block */)arg3; diff --git a/PrivateFrameworks/GeoServices.framework/GEORoutePreloader.h b/PrivateFrameworks/GeoServices.framework/GEORoutePreloader.h index acf66b3cd6..d5905e4f5d 100644 --- a/PrivateFrameworks/GeoServices.framework/GEORoutePreloader.h +++ b/PrivateFrameworks/GeoServices.framework/GEORoutePreloader.h @@ -3,7 +3,6 @@ */ @interface GEORoutePreloader : NSObject { - BOOL _allStationTilesBatchMade; id /* block */ _batteryHandler; double _currentRoutePosition; * _delegate; diff --git a/PrivateFrameworks/GeoServices.framework/GEOSimpleTileRequester.h b/PrivateFrameworks/GeoServices.framework/GEOSimpleTileRequester.h index 39a16329c4..d5252fabee 100644 --- a/PrivateFrameworks/GeoServices.framework/GEOSimpleTileRequester.h +++ b/PrivateFrameworks/GeoServices.framework/GEOSimpleTileRequester.h @@ -8,6 +8,7 @@ NSMutableArray * _errors; GEOTileKeyMap * _keysToBaseOps; NSMutableSet * _running; + NSURLSession * _session; BOOL _subclassImplementsTileEdition; NSMutableArray * _waiting; } @@ -29,6 +30,7 @@ - (void)_operationFinished:(id)arg1; - (void)_releaseEverything; - (void)_reprioritizeKey:(struct _GEOTileKey { unsigned int x1 : 6; unsigned int x2 : 26; unsigned int x3 : 26; unsigned int x4 : 6; unsigned int x5 : 8; unsigned int x6 : 8; unsigned int x7 : 8; unsigned int x8 : 1; unsigned int x9 : 7; unsigned char x10[4]; })arg1 newPriority:(unsigned int)arg2; +- (id)_runningOperationForTask:(id)arg1; - (void)_startNextPendingOperation:(id)arg1; - (BOOL)_verifyDataIntegrity:(id)arg1 checksumMethod:(int)arg2; - (BOOL)allowsCookies; diff --git a/PrivateFrameworks/GeoServices.framework/GEOTelemetricEntity.h b/PrivateFrameworks/GeoServices.framework/GEOTelemetricEntity.h new file mode 100644 index 0000000000..6f38b6fff3 --- /dev/null +++ b/PrivateFrameworks/GeoServices.framework/GEOTelemetricEntity.h @@ -0,0 +1,46 @@ +/* Generated by RuntimeBrowser + Image: /System/Library/PrivateFrameworks/GeoServices.framework/GeoServices + */ + +@interface GEOTelemetricEntity : PBCodable { + NSString * _eventDetail; + int _eventKey; + unsigned long long _eventValue; + struct { + unsigned int eventValue : 1; + unsigned int eventKey : 1; + } _has; +} + +@property (nonatomic, retain) NSString *eventDetail; +@property (nonatomic) int eventKey; +@property (nonatomic) unsigned long long eventValue; +@property (nonatomic, readonly) BOOL hasEventDetail; +@property (nonatomic) BOOL hasEventKey; +@property (nonatomic) BOOL hasEventValue; + +- (int)StringAsEventKey:(id)arg1; +- (void)copyTo:(id)arg1; +- (id)copyWithZone:(struct _NSZone { }*)arg1; +- (void)dealloc; +- (id)description; +- (id)dictionaryRepresentation; +- (id)eventDetail; +- (int)eventKey; +- (id)eventKeyAsString:(int)arg1; +- (unsigned long long)eventValue; +- (BOOL)hasEventDetail; +- (BOOL)hasEventKey; +- (BOOL)hasEventValue; +- (unsigned int)hash; +- (BOOL)isEqual:(id)arg1; +- (void)mergeFrom:(id)arg1; +- (BOOL)readFrom:(id)arg1; +- (void)setEventDetail:(id)arg1; +- (void)setEventKey:(int)arg1; +- (void)setEventValue:(unsigned long long)arg1; +- (void)setHasEventKey:(BOOL)arg1; +- (void)setHasEventValue:(BOOL)arg1; +- (void)writeTo:(id)arg1; + +@end diff --git a/PrivateFrameworks/GeoServices.framework/GEOTransitRoutePreloader.h b/PrivateFrameworks/GeoServices.framework/GEOTransitRoutePreloader.h index d1d20ab0a4..f8a9b15a81 100644 --- a/PrivateFrameworks/GeoServices.framework/GEOTransitRoutePreloader.h +++ b/PrivateFrameworks/GeoServices.framework/GEOTransitRoutePreloader.h @@ -19,7 +19,7 @@ - (void)_ignoreAlreadyRequestedTilesAndUpdateGlobalListWithNonDuplicatesForTileKeyList:(id)arg1; - (void)_loadPlacecardsForBatch:(id)arg1; - (void)_loadTilesForBatch:(id)arg1; -- (void)_makeBatchForTilesAroundStationsForAllSteps:(id)arg1; +- (void)_makeBatchForTilesAroundStationsForSteps:(id)arg1; - (void)_makeBatchesForSteps:(id)arg1; - (void)_makePreloadBatchForGraph; - (void)_makePreloadBatchForPlaceDataOnSteps:(id)arg1; diff --git a/PrivateFrameworks/GeoServices.framework/GEOTransitSuggestedRoute.h b/PrivateFrameworks/GeoServices.framework/GEOTransitSuggestedRoute.h index f6a35edf32..33f95c9d1a 100644 --- a/PrivateFrameworks/GeoServices.framework/GEOTransitSuggestedRoute.h +++ b/PrivateFrameworks/GeoServices.framework/GEOTransitSuggestedRoute.h @@ -51,6 +51,7 @@ @property (nonatomic, retain) GEOPBTransitRoutingIncidentMessage *transitIncidentMessage; @property (nonatomic) unsigned int travelTimeAggressiveEstimate; @property (nonatomic) unsigned int travelTimeConservativeEstimate; +@property (getter=isWalkingOnlyRoute, nonatomic, readonly) BOOL walkingOnlyRoute; + (Class)routePlanningArtworkType; + (Class)sectionOptionType; diff --git a/PrivateFrameworks/GeoServices.framework/GEOUsageManager.h b/PrivateFrameworks/GeoServices.framework/GEOUsageManager.h index 50e05ffa79..982f9bbd26 100644 --- a/PrivateFrameworks/GeoServices.framework/GEOUsageManager.h +++ b/PrivateFrameworks/GeoServices.framework/GEOUsageManager.h @@ -20,7 +20,7 @@ - (void)captureForcePurgeMetricWithState:(int)arg1 fromLogFrameworkAdaptor:(BOOL)arg2; - (void)captureListInteractionSessionEventWithListType:(int)arg1 listResultItems:(id)arg2 searchString:(id)arg3 traits:(id)arg4; - (void)captureLogFrameworkEventForMetricType:(int)arg1 metricState:(int)arg2 messageCount:(int)arg3 messageSize:(long long)arg4 retryCount:(int)arg5 traits:(id)arg6; -- (void)captureMapLaunchEventWithLaunchUrl:(id)arg1 sourceAppId:(id)arg2 ttlEventTime:(id)arg3 traits:(id)arg4; +- (void)captureMapLaunchEventWithLaunchUrl:(id)arg1 sourceAppId:(id)arg2 isLaunchedFromTTL:(BOOL)arg3 ttlEventTime:(id)arg4 traits:(id)arg5; - (void)captureMapsResultsDisplayedFeedbackForQueryString:(id)arg1 resultsArray:(id)arg2; - (void)captureMapsWidgetsInteractionForType:(int)arg1 endState:(int)arg2 widgetSpecificObject:(id)arg3 wasLocked:(BOOL)arg4 startDate:(id)arg5 forDuration:(double)arg6; - (void)captureNetworkEventForLoadingTiles:(id)arg1 requestDataSize:(int)arg2 responseDataSize:(int)arg3 responseTime:(int)arg4 traits:(id)arg5; @@ -46,6 +46,8 @@ - (void)captureStaleResourcesEventForResources:(id)arg1; - (void)captureStateTransition:(id)arg1 force:(BOOL)arg2; - (void)captureStateTransitionEventWithStates:(id)arg1 generateOnlyIfStateChanged:(BOOL)arg2 traits:(id)arg3; +- (void)captureTelemetricEntityCountForEventKey:(int)arg1 eventDetail:(id)arg2; +- (void)captureTelemetricEntityForEventKey:(int)arg1 eventValue:(unsigned long long)arg2 eventDetail:(id)arg3; - (void)captureTileSetStateEventForType:(int)arg1 newCoverage:(double)arg2 oldCoverage:(double)arg3 seconds:(double)arg4 traits:(id)arg5; - (void)captureTileStateForGridCoverage:(double)arg1 oldCoverage:(double)arg2 durationInLastState:(double)arg3; - (void)captureTileStateForLoadCoverage:(double)arg1 oldCoverage:(double)arg2 durationInLastState:(double)arg3; @@ -57,7 +59,7 @@ - (void)captureTransitPlaceCardUserActionAsString:(id)arg1 onTarget:(int)arg2 eventValue:(id)arg3 mapItem:(id)arg4 timestamp:(double)arg5 resultIndex:(int)arg6 targetID:(unsigned long long)arg7 providerID:(id)arg8 animationID:(unsigned long long)arg9 transitCardCategory:(int)arg10 transitSystem:(id)arg11 transitDepartureSequence:(id)arg12 transitIncident:(id)arg13 traits:(id)arg14; - (void)captureUserActionAsString:(id)arg1 onTarget:(int)arg2 eventValue:(id)arg3 categoriesDisplayed:(id)arg4 categorySelected:(id)arg5 traits:(id)arg6; - (void)captureUserActionAsString:(id)arg1 onTarget:(int)arg2 eventValue:(id)arg3 categoriesMetadataDisplayed:(id)arg4 categoryMetadataSelected:(id)arg5 traits:(id)arg6; -- (void)captureUserActionAsString:(id)arg1 onTarget:(int)arg2 eventValue:(id)arg3 mapRegion:(id)arg4 zoomLevel:(double)arg5 traits:(id)arg6; +- (void)captureUserActionAsString:(id)arg1 onTarget:(int)arg2 eventValue:(id)arg3 mapRegion:(id)arg4 zoomLevel:(double)arg5 mapType:(int)arg6 traits:(id)arg7; - (void)captureUserActionAsString:(id)arg1 onTarget:(int)arg2 eventValue:(id)arg3 placeActionDetails:(id)arg4 traits:(id)arg5; - (void)captureUserActionAsString:(id)arg1 onTarget:(int)arg2 eventValue:(id)arg3 resultsArray:(id)arg4 traits:(id)arg5; - (void)captureUserActionAsString:(id)arg1 onTarget:(int)arg2 eventValue:(id)arg3 routeDetails:(id)arg4 traits:(id)arg5; diff --git a/PrivateFrameworks/GeoServices.framework/GEOXPCClientLogAdaptor.h b/PrivateFrameworks/GeoServices.framework/GEOXPCClientLogAdaptor.h index b7bd390b59..74f592a848 100644 --- a/PrivateFrameworks/GeoServices.framework/GEOXPCClientLogAdaptor.h +++ b/PrivateFrameworks/GeoServices.framework/GEOXPCClientLogAdaptor.h @@ -17,6 +17,7 @@ - (void)disableLogMsgInstrumentation; - (void)enableLogMsgInstrumentation; - (void)flushLogs; +- (void)forceFlushLogs; - (id)init; - (void)queueLogMessage:(id)arg1; - (void)registerLogMsgState:(id)arg1; diff --git a/PrivateFrameworks/GeoServices.framework/GEOXPCRemoteLogAdaptor.h b/PrivateFrameworks/GeoServices.framework/GEOXPCRemoteLogAdaptor.h index 087bd1da99..2f2c5682da 100644 --- a/PrivateFrameworks/GeoServices.framework/GEOXPCRemoteLogAdaptor.h +++ b/PrivateFrameworks/GeoServices.framework/GEOXPCRemoteLogAdaptor.h @@ -12,6 +12,8 @@ NSLock * _logMessageCollectionRequesterLock; NSObject * _logMessageSendQueue; NSURL * _remoteURL; + id /* block */ _shouldDeferXPCActivityBlock; + NSLock * _shouldDeferXPCActivityBlockLock; NSLock * _xpcActivityInfoLock; NSString * _xpcActivityName; } @@ -50,6 +52,7 @@ - (void)dealloc; - (id)debugRequestName; - (void)flushLogs; +- (void)forceFlushLogs; - (void)incrementXpcActivityTriggerCount; - (id)initWithRemoteURL:(id)arg1 debugRequestName:(id)arg2 supportedTypes:(id)arg3 supportedSubTypes:(id)arg4; - (BOOL)isLogFrameworkAdaptor; diff --git a/PrivateFrameworks/GeoServices.framework/_GEODirectionsError.h b/PrivateFrameworks/GeoServices.framework/_GEODirectionsError.h index ebd14dd389..0467f58336 100644 --- a/PrivateFrameworks/GeoServices.framework/_GEODirectionsError.h +++ b/PrivateFrameworks/GeoServices.framework/_GEODirectionsError.h @@ -6,9 +6,11 @@ GEOAlert * _alert; struct GEOProblemDetail { int x1; int x2; struct { unsigned int x_3_1_1 : 1; unsigned int x_3_1_2 : 1; } x3; } * _problemDetails; unsigned int _problemDetailsCount; + * _routingIncidentMessage; } @property (nonatomic, readonly) int firstDirectionsErrorCode; +@property (nonatomic, readonly) *incidentMessage; @property (nonatomic, readonly) NSString *localizedDescription; @property (nonatomic, readonly) NSString *localizedTitle; @@ -19,6 +21,7 @@ - (id)description; - (int)firstDirectionsErrorCode; - (BOOL)hasError:(int)arg1; +- (id)incidentMessage; - (id)initWithResponse:(id)arg1; - (id)initWithWaypointIndex:(unsigned int)arg1; - (id)localizedDescription; diff --git a/PrivateFrameworks/GeoServices.framework/_GEOSimpleTileRequesterSession.h b/PrivateFrameworks/GeoServices.framework/_GEOSimpleTileRequesterSession.h new file mode 100644 index 0000000000..2e0fb650aa --- /dev/null +++ b/PrivateFrameworks/GeoServices.framework/_GEOSimpleTileRequesterSession.h @@ -0,0 +1,28 @@ +/* Generated by RuntimeBrowser + Image: /System/Library/PrivateFrameworks/GeoServices.framework/GeoServices + */ + +@interface _GEOSimpleTileRequesterSession : NSObject { + NSObject * _isolation; + NSPointerArray * _requesters; + NSCache * _sessionCache; +} + +@property (readonly, copy) NSString *debugDescription; +@property (readonly, copy) NSString *description; +@property (readonly) unsigned int hash; +@property (readonly) Class superclass; + ++ (id)sharedSession; + +- (void)URLSession:(id)arg1 dataTask:(id)arg2 didReceiveData:(id)arg3; +- (void)URLSession:(id)arg1 dataTask:(id)arg2 didReceiveResponse:(id)arg3 completionHandler:(id /* block */)arg4; +- (void)URLSession:(id)arg1 task:(id)arg2 didCompleteWithError:(id)arg3; +- (id)_runningOperationForTask:(id)arg1; +- (void)addTileRequester:(id)arg1; +- (void)dealloc; +- (id)init; +- (void)removeTileRequester:(id)arg1; +- (id)sessionForAuditToken:(id)arg1; + +@end diff --git a/PrivateFrameworks/HMFoundation.framework/HMFVersion.h b/PrivateFrameworks/HMFoundation.framework/HMFVersion.h new file mode 100644 index 0000000000..56d7a1e942 --- /dev/null +++ b/PrivateFrameworks/HMFoundation.framework/HMFVersion.h @@ -0,0 +1,36 @@ +/* Generated by RuntimeBrowser + Image: /System/Library/PrivateFrameworks/HMFoundation.framework/HMFoundation + */ + +@interface HMFVersion : NSObject { + unsigned int _majorVersion; + unsigned int _minorVersion; + unsigned int _updateVersion; +} + +@property (nonatomic, readonly) unsigned int majorVersion; +@property (nonatomic, readonly) unsigned int minorVersion; +@property (nonatomic, readonly) unsigned int updateVersion; +@property (nonatomic, readonly, copy) NSString *versionString; + ++ (BOOL)supportsSecureCoding; + +- (int)compare:(id)arg1; +- (id)copyWithZone:(struct _NSZone { }*)arg1; +- (id)description; +- (void)encodeWithCoder:(id)arg1; +- (unsigned int)hash; +- (id)init; +- (id)initWithCoder:(id)arg1; +- (id)initWithMajorVersion:(unsigned int)arg1 minorVersion:(unsigned int)arg2 updateVersion:(unsigned int)arg3; +- (id)initWithVersionString:(id)arg1; +- (BOOL)isAtLeastVersion:(id)arg1; +- (BOOL)isEqual:(id)arg1; +- (BOOL)isEqualToVersion:(id)arg1; +- (BOOL)isGreaterVersion:(id)arg1; +- (unsigned int)majorVersion; +- (unsigned int)minorVersion; +- (unsigned int)updateVersion; +- (id)versionString; + +@end diff --git a/PrivateFrameworks/HealthDaemon.framework/HDAWDHealthKitDatabaseLastWeekUsageEvent.h b/PrivateFrameworks/HealthDaemon.framework/HDAWDHealthKitDatabaseLastWeekUsageEvent.h index cf147c9c15..5947bf1150 100644 --- a/PrivateFrameworks/HealthDaemon.framework/HDAWDHealthKitDatabaseLastWeekUsageEvent.h +++ b/PrivateFrameworks/HealthDaemon.framework/HDAWDHealthKitDatabaseLastWeekUsageEvent.h @@ -7,6 +7,8 @@ struct { unsigned int databaseSizeMB : 1; unsigned int highFrequencyDataSizeMB : 1; + unsigned int lastMonthDatabaseSizeIncreaseMB : 1; + unsigned int lastMonthRowsAdded : 1; unsigned int manuallyEnteredTypesCount : 1; unsigned int percentageDeletedObjects : 1; unsigned int rowCountObjects : 1; @@ -18,6 +20,8 @@ } _has; BOOL _hasWatchSource; long long _highFrequencyDataSizeMB; + long long _lastMonthDatabaseSizeIncreaseMB; + long long _lastMonthRowsAdded; long long _manuallyEnteredTypesCount; long long _percentageDeletedObjects; int _rowCountCDA; @@ -31,6 +35,8 @@ @property (nonatomic) BOOL hasDatabaseSizeMB; @property (nonatomic) BOOL hasHasWatchSource; @property (nonatomic) BOOL hasHighFrequencyDataSizeMB; +@property (nonatomic) BOOL hasLastMonthDatabaseSizeIncreaseMB; +@property (nonatomic) BOOL hasLastMonthRowsAdded; @property (nonatomic) BOOL hasManuallyEnteredTypesCount; @property (nonatomic) BOOL hasPercentageDeletedObjects; @property (nonatomic) BOOL hasRowCountCDA; @@ -40,6 +46,8 @@ @property (nonatomic) BOOL hasTimestamp; @property (nonatomic) BOOL hasWatchSource; @property (nonatomic) long long highFrequencyDataSizeMB; +@property (nonatomic) long long lastMonthDatabaseSizeIncreaseMB; +@property (nonatomic) long long lastMonthRowsAdded; @property (nonatomic) long long manuallyEnteredTypesCount; @property (nonatomic) long long percentageDeletedObjects; @property (nonatomic) int rowCountCDA; @@ -57,6 +65,8 @@ - (BOOL)hasDatabaseSizeMB; - (BOOL)hasHasWatchSource; - (BOOL)hasHighFrequencyDataSizeMB; +- (BOOL)hasLastMonthDatabaseSizeIncreaseMB; +- (BOOL)hasLastMonthRowsAdded; - (BOOL)hasManuallyEnteredTypesCount; - (BOOL)hasPercentageDeletedObjects; - (BOOL)hasRowCountCDA; @@ -68,6 +78,8 @@ - (unsigned int)hash; - (long long)highFrequencyDataSizeMB; - (BOOL)isEqual:(id)arg1; +- (long long)lastMonthDatabaseSizeIncreaseMB; +- (long long)lastMonthRowsAdded; - (long long)manuallyEnteredTypesCount; - (void)mergeFrom:(id)arg1; - (long long)percentageDeletedObjects; @@ -79,6 +91,8 @@ - (void)setHasDatabaseSizeMB:(BOOL)arg1; - (void)setHasHasWatchSource:(BOOL)arg1; - (void)setHasHighFrequencyDataSizeMB:(BOOL)arg1; +- (void)setHasLastMonthDatabaseSizeIncreaseMB:(BOOL)arg1; +- (void)setHasLastMonthRowsAdded:(BOOL)arg1; - (void)setHasManuallyEnteredTypesCount:(BOOL)arg1; - (void)setHasPercentageDeletedObjects:(BOOL)arg1; - (void)setHasRowCountCDA:(BOOL)arg1; @@ -88,6 +102,8 @@ - (void)setHasTimestamp:(BOOL)arg1; - (void)setHasWatchSource:(BOOL)arg1; - (void)setHighFrequencyDataSizeMB:(long long)arg1; +- (void)setLastMonthDatabaseSizeIncreaseMB:(long long)arg1; +- (void)setLastMonthRowsAdded:(long long)arg1; - (void)setManuallyEnteredTypesCount:(long long)arg1; - (void)setPercentageDeletedObjects:(long long)arg1; - (void)setRowCountCDA:(int)arg1; diff --git a/PrivateFrameworks/HealthDaemon.framework/HDAWDSubmissionManager.h b/PrivateFrameworks/HealthDaemon.framework/HDAWDSubmissionManager.h index 45758c9ad6..925a715831 100644 --- a/PrivateFrameworks/HealthDaemon.framework/HDAWDSubmissionManager.h +++ b/PrivateFrameworks/HealthDaemon.framework/HDAWDSubmissionManager.h @@ -25,33 +25,39 @@ - (long long)_CDACountWithDatabase:(id)arg1 error:(id*)arg2; - (id)_actions; - (BOOL)_activitySummaryForActivitySummaryIndex:(long long)arg1 activitySummaryOut:(id*)arg2 error:(id*)arg3; +- (BOOL)_addRowCountDeltaToEvent:(id)arg1 profile:(id)arg2 currentDate:(id)arg3; - (BOOL)_computeAndSubmitAchievementCountMetric:(BOOL)arg1; - (BOOL)_computeAndSubmitDatabaseStatsMetric:(BOOL)arg1; - (BOOL)_computeAndSubmitFitnessDailyReportWithAction:(id)arg1 force:(BOOL)arg2; - (BOOL)_computeAndSubmitFitnessFriendsMonthlyMetric:(BOOL)arg1; +- (BOOL)_computeAndSubmitHealthTypesDifferentialPrivacyMetric; - (BOOL)_computeAndSubmitSleepAlarmDailyReportWithAction:(id)arg1 force:(BOOL)arg2; - (BOOL)_computeAndSubmitSleepAlarmStatistics:(BOOL)arg1; -- (long long)_countOfObjectsWithSQLQuery:(id)arg1 database:(id)arg2 error:(id*)arg3; +- (long long)_countOfObjectsWithSQLQuery:(id)arg1 database:(id)arg2 error:(id*)arg3 bindingHandler:(id /* block */)arg4; - (long long)_deletedRowCountWithDatabase:(id)arg1 error:(id*)arg2; - (BOOL)_enumerateAppleStandHoursFromDate:(id)arg1 toDate:(id)arg2 error:(id*)arg3 handler:(id /* block */)arg4; - (id)_exerciseMinuteHoursFromDate:(id)arg1 toDate:(id)arg2 error:(id*)arg3; - (id)_hasWatchSourcesWithDatabase:(id)arg1 error:(id*)arg2; - (id)_hourlyStatisticsCollectionForStartDate:(id)arg1 endDate:(id)arg2 quantityType:(id)arg3 statisticsOptions:(unsigned int)arg4 error:(id*)arg5; +- (long long)_int64ForKeyPrefix:(id)arg1 profile:(id)arg2 date:(id*)arg3 error:(id*)arg4; - (long long)_manuallyEnteredTypesCountWithDatabase:(id)arg1 error:(id*)arg2; - (id)_newActivitySummaryQueryHelperWithFilter:(id)arg1 initialResultsHandler:(id /* block */)arg2; - (long long)_nonAppleSourcesCountWithDatabase:(id)arg1 error:(id*)arg2; - (long long)_nonAppleSourcesWithDataSince:(id)arg1 database:(id)arg2 error:(id*)arg3; -- (long long)_objectRowCountWithDatabase:(id)arg1 error:(id*)arg2; +- (long long)_objectRowCountWithDatabase:(id)arg1 afterRowId:(long long)arg2 error:(id*)arg3; - (void)_queue_start; - (void)_queue_updateFitnessDailyCollectionEnabled; - (void)_registerForFitnessDailyCollection; - (id)_serverConnectionForComponentId:(unsigned long)arg1; +- (BOOL)_setInt64:(long long)arg1 keyPrefix:(id)arg2 profile:(id)arg3 date:(id)arg4 error:(id*)arg5; - (id)_sleepConsistencyEventForMonthPriorToDate:(id)arg1 calendar:(id)arg2; - (id)_sleepNightEventFromSamples:(id)arg1 startDate:(id)arg2 endDate:(id)arg3 calendar:(id)arg4; - (id)_sleepSamplesBeforeDate:(id)arg1 days:(int)arg2 startDate:(id*)arg3 endDate:(id*)arg4 calendar:(id)arg5; - (id)_statisticsForTimeDeltas:(id)arg1; - (BOOL)_submitAchievementCountMetricWithConnection:(id)arg1 container:(id)arg2 earnedAchievements:(id)arg3 calorieGoal:(id)arg4 force:(BOOL)arg5; - (BOOL)_submitMetric:(id)arg1 container:(id)arg2 connection:(id)arg3 force:(BOOL)arg4; +- (BOOL)_updateDatabaseStatsEvent:(id)arg1 withSizeFromDatabase:(id)arg2 profile:(id)arg3 currentDate:(id)arg4; +- (id)_updateMonthDeltaToInt64:(long long)arg1 forKey:(id)arg2 profile:(id)arg3 currentDate:(id)arg4 error:(id*)arg5; - (double)activitySummaryQueryTimeout; - (void)daemonReady:(id)arg1; - (void)database:(id)arg1 protectedDataDidBecomeAvailable:(BOOL)arg2; diff --git a/PrivateFrameworks/HealthDaemon.framework/HDAchievementDefinitionAlertManager.h b/PrivateFrameworks/HealthDaemon.framework/HDAchievementDefinitionAlertManager.h index 475590c3be..9585f05c7a 100644 --- a/PrivateFrameworks/HealthDaemon.framework/HDAchievementDefinitionAlertManager.h +++ b/PrivateFrameworks/HealthDaemon.framework/HDAchievementDefinitionAlertManager.h @@ -2,14 +2,15 @@ Image: /System/Library/PrivateFrameworks/HealthDaemon.framework/HealthDaemon */ -@interface HDAchievementDefinitionAlertManager : NSObject { +@interface HDAchievementDefinitionAlertManager : NSObject { * _alertNotifier; * _alertSuppressor; HDBackgroundTaskScheduler * _backgroundTaskScheduler; NSDate * _dateOverride; HDProfile * _profile; NSObject * _queue; - NSNumber * _waitingToRun; + _HKDelayedOperation * _updateOperation; + BOOL _waitingToRunAfterFirstUnlock; } @property (nonatomic, readonly) *alertNotifier; @@ -24,30 +25,39 @@ + (id)_definitionIdentifiersInAlertedState:(unsigned int)arg1 amongDefinitions:(id)arg2 withProfile:(id)arg3 error:(id*)arg4; + (id)_findDefinitionsToAlertWithProfile:(id)arg1 currentDate:(id)arg2 amongDefinitions:(id)arg3 getExpiredDefinitions:(id*)arg4; + (id)_findNextDefinitionToScheduleAmongDefinitions:(id)arg1 withCurrentDate:(id)arg2; ++ (BOOL)_resetAlertedStatesWithProfile:(id)arg1 error:(id*)arg2; ++ (BOOL)_resetAvailabilityStatesWithProfile:(id)arg1 error:(id*)arg2; - (void).cxx_destruct; +- (void)_beginObservingDefinitionAvailabilityFactors; +- (void)_definitionAvailabilityDidChange; - (void)_queue_cleanUpIdentifierAvailabilityWithAvailableIdentifiers:(id)arg1; - (void)_queue_findAndNotifyAlerts; - (BOOL)_queue_markDefinitions:(id)arg1 asAlertedState:(unsigned int)arg2; - (void)_queue_markDefinitionsAvailable:(id)arg1; -- (void)_queue_rescheduleNewAchievementAlertsWithDefinitions:(id)arg1; +- (void)_queue_rescheduleBackgroundTaskWithDefinitions:(id)arg1; +- (void)_queue_rescheduleTaskAndUpdateAlertedStates; +- (void)_rescheduleTaskAndUpdateAlertedStates; - (void)_synthesizeAlert; +- (void)_timeZoneDidChange:(id)arg1; +- (void)_unprotectedUserDefaultKeysDidSync:(id)arg1; - (void)achievementDefinitionsDidChangeToDefinitions:(id)arg1; - (id)alertNotifier; - (void)alertSuppressionStatusDidChange:(id)arg1; -- (void)clearBookkeepingKeyValues; - (id)currentDate; - (void)daemonReady:(id)arg1; +- (void)database:(id)arg1 protectedDataDidBecomeAvailable:(BOOL)arg2; - (id)dateOverride; - (void)dealloc; - (id)definitionIdentifiersInAlertedState:(unsigned int)arg1 withError:(id*)arg2; - (id)initWithProfile:(id)arg1 backgroundTaskScheduler:(id)arg2 alertSuppressor:(id)arg3 alertNotifier:(id)arg4; -- (BOOL)markDefinitionIdentifiers:(id)arg1 asAlertedState:(unsigned int)arg2 withProfile:(id)arg3 error:(id*)arg4; -- (BOOL)markDefinitionIdentifiers:(id)arg1 asAvailable:(BOOL)arg2 withProfile:(id)arg3 error:(id*)arg4; +- (BOOL)markDefinitionIdentifiers:(id)arg1 asAlertedState:(unsigned int)arg2 error:(id*)arg3; +- (BOOL)markDefinitionIdentifiers:(id)arg1 asAvailable:(BOOL)arg2 error:(id*)arg3; - (id)nextScheduledTaskDate; +- (BOOL)resetAlertedStatesWithError:(id*)arg1; +- (BOOL)resetAvailabilityStatesWithError:(id*)arg1; - (void)setDateOverride:(id)arg1; - (id)unviewedDefinitionsWithError:(id*)arg1; -- (void)updateDefinitionsToAlert; - (BOOL)wantsToAlert; @end diff --git a/PrivateFrameworks/HealthDaemon.framework/HDBackgroundTask.h b/PrivateFrameworks/HealthDaemon.framework/HDBackgroundTask.h index 2dcad7424e..02852ef354 100644 --- a/PrivateFrameworks/HealthDaemon.framework/HDBackgroundTask.h +++ b/PrivateFrameworks/HealthDaemon.framework/HDBackgroundTask.h @@ -6,19 +6,25 @@ NSObject * _job; } +@property (nonatomic) BOOL allowsPowerOptimizedScheduling; @property (nonatomic, retain) NSDate *endDate; +@property (nonatomic) BOOL shiftsDatesWithSystemClockChanges; @property (nonatomic, retain) NSDate *startDate; @property (nonatomic, retain) NSDictionary *userContext; - (void).cxx_destruct; - (id)_initWithJob:(id)arg1; - (id)_job; +- (BOOL)allowsPowerOptimizedScheduling; - (id)description; - (id)endDate; - (id)init; +- (void)setAllowsPowerOptimizedScheduling:(BOOL)arg1; - (void)setEndDate:(id)arg1; +- (void)setShiftsDatesWithSystemClockChanges:(BOOL)arg1; - (void)setStartDate:(id)arg1; - (void)setUserContext:(id)arg1; +- (BOOL)shiftsDatesWithSystemClockChanges; - (id)startDate; - (BOOL)taskExpired; - (BOOL)taskSatisfied; diff --git a/PrivateFrameworks/HealthDaemon.framework/HDCompanionAchievementDefinitionAlertManager.h b/PrivateFrameworks/HealthDaemon.framework/HDCompanionAchievementDefinitionAlertManager.h index 9fa536f26b..19a57558a0 100644 --- a/PrivateFrameworks/HealthDaemon.framework/HDCompanionAchievementDefinitionAlertManager.h +++ b/PrivateFrameworks/HealthDaemon.framework/HDCompanionAchievementDefinitionAlertManager.h @@ -5,13 +5,16 @@ @interface HDCompanionAchievementDefinitionAlertManager : HDAchievementDefinitionAlertManager + (id)_availableDefinitionIdentifiersWithProfile:(id)arg1 error:(id*)arg2; -+ (void)_clearBookkeepingKeyValuesWithProfile:(id)arg1; + (id)_definitionIdentifiersInAlertedState:(unsigned int)arg1 amongDefinitions:(id)arg2 withProfile:(id)arg3 error:(id*)arg4; + (id)_findDefinitionsToAlertWithProfile:(id)arg1 currentDate:(id)arg2 amongDefinitions:(id)arg3 getExpiredDefinitions:(id*)arg4; + (id)_findNextDefinitionToScheduleAmongDefinitions:(id)arg1 withCurrentDate:(id)arg2 getTaskDate:(id*)arg3; ++ (BOOL)_markDefinitionIdentifiers:(id)arg1 asAlertedState:(unsigned int)arg2 withProfile:(id)arg3 error:(id*)arg4; ++ (BOOL)_markDefinitionIdentifiers:(id)arg1 asAvailable:(BOOL)arg2 withProfile:(id)arg3 error:(id*)arg4; ++ (BOOL)_needsUpdateForUserDefaultKey:(id)arg1; ++ (BOOL)_resetAlertedStatesWithProfile:(id)arg1 error:(id*)arg2; ++ (BOOL)_resetAvailabilityStatesWithProfile:(id)arg1 error:(id*)arg2; + (BOOL)isDefinitionIdentifierAvailableOnWatch:(id)arg1 withProfile:(id)arg2 error:(id*)arg3; -- (BOOL)markDefinitionIdentifiers:(id)arg1 asAlertedState:(unsigned int)arg2 withProfile:(id)arg3 error:(id*)arg4; -- (BOOL)markDefinitionIdentifiers:(id)arg1 asAvailable:(BOOL)arg2 withProfile:(id)arg3 error:(id*)arg4; +- (void)_beginObservingDefinitionAvailabilityFactors; @end diff --git a/PrivateFrameworks/HealthDaemon.framework/HDCompanionAchievementDefinitionAlertSuppressor.h b/PrivateFrameworks/HealthDaemon.framework/HDCompanionAchievementDefinitionAlertSuppressor.h new file mode 100644 index 0000000000..3a40f30120 --- /dev/null +++ b/PrivateFrameworks/HealthDaemon.framework/HDCompanionAchievementDefinitionAlertSuppressor.h @@ -0,0 +1,26 @@ +/* Generated by RuntimeBrowser + Image: /System/Library/PrivateFrameworks/HealthDaemon.framework/HealthDaemon + */ + +@interface HDCompanionAchievementDefinitionAlertSuppressor : NSObject { + BOOL _activityGoalIsSet; + HDProfile * _profile; + * delegate; +} + +@property (readonly, copy) NSString *debugDescription; +@property (nonatomic) *delegate; +@property (readonly, copy) NSString *description; +@property (readonly) unsigned int hash; +@property (readonly) Class superclass; + +- (void).cxx_destruct; +- (void)_checkForMoveGoalWithDatabase:(id)arg1; +- (BOOL)alertsAreSuppressed; +- (void)daemonReady:(id)arg1; +- (void)database:(id)arg1 protectedDataDidBecomeAvailable:(BOOL)arg2; +- (id)delegate; +- (id)initWithProfile:(id)arg1; +- (void)setDelegate:(id)arg1; + +@end diff --git a/PrivateFrameworks/HealthDaemon.framework/HDDaemon.h b/PrivateFrameworks/HealthDaemon.framework/HDDaemon.h index a10310637f..168e687660 100644 --- a/PrivateFrameworks/HealthDaemon.framework/HDDaemon.h +++ b/PrivateFrameworks/HealthDaemon.framework/HDDaemon.h @@ -6,6 +6,7 @@ HDAchievementAssetManager * _achievementAssetManager; HDAchievementDefinitionAlertManager * _achievementDefinitionAlertManager; * _achievementDefinitionAlertNotifier; + * _achievementDefinitionAlertSuppressor; HDAchievementDoctorManager * _achievementDoctorManager; * _alertSuppressionService; HDAppLauncher * _appLauncher; @@ -29,6 +30,7 @@ HDFitnessAppBadgeManager * _fitnessAppBadgeManager; HDFitnessFriendsManager * _fitnessFriendsManager; NSString * _homeDirectoryPath; + int _languageChangeNotifyToken; NSObject * _mainQueue; HDNanoSyncManager * _nanoSyncManager; HDPluginManager * _pluginManager; @@ -89,7 +91,7 @@ - (id)IDSServiceWithIdentifier:(id)arg1; - (void)_applyPPTUpdatesWithDatabase:(id)arg1; - (void)_handleSigterm; -- (void)_localeChanged:(id)arg1; +- (void)_localeOrLanguageChanged:(id)arg1; - (BOOL)_motionTrackingAvailable; - (id)_newAWDSubmissionManager; - (id)_newBehavior; diff --git a/PrivateFrameworks/HealthDaemon.framework/HDDaemonSyncEngine.h b/PrivateFrameworks/HealthDaemon.framework/HDDaemonSyncEngine.h index 7d501b6847..42a4b51358 100644 --- a/PrivateFrameworks/HealthDaemon.framework/HDDaemonSyncEngine.h +++ b/PrivateFrameworks/HealthDaemon.framework/HDDaemonSyncEngine.h @@ -22,7 +22,7 @@ - (BOOL)_synchronizeSyncEntityClass:(Class)arg1 session:(id)arg2 predicate:(id)arg3 startAnchor:(long long*)arg4 finalAnchor:(long long)arg5 postTransactionBlocks:(id)arg6 error:(id*)arg7; - (int)_validateAnchorsForSyncChange:(id)arg1 store:(id)arg2 error:(id*)arg3; - (BOOL)_validateSequenceNumberForSyncChange:(id)arg1 store:(id)arg2 error:(id*)arg3; -- (BOOL)applyAcknowledgedAnchorMap:(id)arg1 forStore:(id)arg2 resetNext:(BOOL)arg3 error:(id*)arg4; +- (BOOL)applyAcknowledgedAnchorMap:(id)arg1 forStore:(id)arg2 resetNext:(BOOL)arg3 resetInvalid:(BOOL)arg4 error:(id*)arg5; - (BOOL)applySyncChange:(id)arg1 forStore:(id)arg2 error:(id*)arg3; - (BOOL)applySyncObjectCollection:(id)arg1 forStore:(id)arg2 error:(id*)arg3; - (BOOL)getReceivedAnchorMap:(id)arg1 forStore:(id)arg2 error:(id*)arg3; diff --git a/PrivateFrameworks/HealthDaemon.framework/HDDataManager.h b/PrivateFrameworks/HealthDaemon.framework/HDDataManager.h index b78ba7a8e7..f7d0d7ac69 100644 --- a/PrivateFrameworks/HealthDaemon.framework/HDDataManager.h +++ b/PrivateFrameworks/HealthDaemon.framework/HDDataManager.h @@ -3,7 +3,9 @@ */ @interface HDDataManager : NSObject { + BBDataProviderConnection * _dataProviderConnection; NSNumber * _lastAnchor; + SOSContactsManager * _legacySOSContactsManager; NSObject * _notificationQueue; NSMutableDictionary * _observersByDataType; unsigned int _openTransactions; @@ -39,12 +41,15 @@ - (id)_queue_observersForDataType:(id)arg1 sourceBundleIdentifier:(id)arg2 createIfNil:(BOOL)arg3; - (id)_queue_observersForKey:(id)arg1 createIfNil:(BOOL)arg2; - (void)_shouldNotifyForDeletedSamplesOfTypes:(id)arg1 anchor:(id)arg2; +- (id)_unarchiveMedicalIDDataWithRawData:(id)arg1; - (void)_updateShowMedicalIdOnWatch:(BOOL)arg1; - (void)addObserver:(id)arg1 forDataType:(id)arg2; - (void)addObserver:(id)arg1 forDataType:(id)arg2 sourceBundleIdentifier:(id)arg3; - (void)addObserverForAllTypes:(id)arg1; +- (void)badgeHealthAppForEmergencyContactConsolidationWithCompletion:(id /* block */)arg1; - (void)closeObserverTransaction; - (BOOL)containsDataObject:(id)arg1; +- (void)dealloc; - (BOOL)deleteDataObjects:(id)arg1 restrictedSourceEntity:(id)arg2 failIfNotFound:(BOOL)arg3 recursiveDeleteAuthorizationBlock:(id /* block */)arg4 error:(id*)arg5; - (BOOL)deleteDataObjectsOfClass:(Class)arg1 predicate:(id)arg2 limit:(unsigned int)arg3 deletedSampleCount:(unsigned int*)arg4 notifyObservers:(BOOL)arg5 generateDeletedObjects:(BOOL)arg6 recursiveDeleteAuthorizationBlock:(id /* block */)arg7 error:(id*)arg8; - (BOOL)deleteMedicalIDData:(id*)arg1; @@ -59,6 +64,7 @@ - (BOOL)insertDataObjects:(id)arg1 withProvenance:(id)arg2 creationDate:(double)arg3 error:(id*)arg4; - (BOOL)insertDataObjects:(id)arg1 withProvenance:(id)arg2 creationDate:(double)arg3 skipInsertionFilter:(BOOL)arg4 error:(id*)arg5; - (id)medicalIDDataCreateIfNecessary:(BOOL)arg1; +- (id)medicalIDEmergencyContacts; - (void)openObserverTransaction; - (id)profile; - (void)removeObserver:(id)arg1 forDataType:(id)arg2; diff --git a/PrivateFrameworks/HealthDaemon.framework/HDDatabase.h b/PrivateFrameworks/HealthDaemon.framework/HDDatabase.h index 3d5e558a14..72f40f79ba 100644 --- a/PrivateFrameworks/HealthDaemon.framework/HDDatabase.h +++ b/PrivateFrameworks/HealthDaemon.framework/HDDatabase.h @@ -146,6 +146,7 @@ - (id)databaseSizeInBytesExcludingHFD; - (id)diagnosticDescription; - (BOOL)didRunPostMigrationUpdates; +- (BOOL)discardHighFrequencyDataStoreWithError:(id*)arg1; - (id)dumpSchemaAndReturnError:(id*)arg1; - (id)extendedDatabaseTransactionForIdentifier:(id)arg1; - (id)extendedTransactions; @@ -153,6 +154,7 @@ - (id)firstUnlockBlocks; - (BOOL)hasScheduledCheckpoint; - (id)hfdQueue; +- (id)highFrequencyDataStoreURL; - (id)homeDirectoryPath; - (id)initWithHomeDirectoryPath:(id)arg1 profile:(id)arg2; - (BOOL)integrityCheckInProgress; diff --git a/PrivateFrameworks/HealthDaemon.framework/HDDatabaseMigrator.h b/PrivateFrameworks/HealthDaemon.framework/HDDatabaseMigrator.h index 47dc680690..ada292654e 100644 --- a/PrivateFrameworks/HealthDaemon.framework/HDDatabaseMigrator.h +++ b/PrivateFrameworks/HealthDaemon.framework/HDDatabaseMigrator.h @@ -52,6 +52,10 @@ - (int)_clearMenstrualFlowAndSexualActivitySamples:(id*)arg1; - (int)_clearSamplesWithoutSourcesWithError:(id*)arg1; - (int)_clearSourceOrderingWithError:(id*)arg1; +- (int)_corry_fixHFDProtectionClassWithError:(id*)arg1; +- (int)_corry_rewriteHFDStep1WithError:(id*)arg1; +- (int)_corry_rewriteHFDStep2WithError:(id*)arg1; +- (id)_corry_temporaryHFDURL; - (int)_createAchievementsAndActivityCachesTablesWithError:(id*)arg1; - (int)_createActivityCachesTableWithError:(id*)arg1; - (int)_createCorrelationsObjectIdIndexWithError:(id*)arg1; @@ -119,6 +123,8 @@ - (id)boulderUnprotectedMigrationSteps; - (id)butlerProtectedMigrationSteps; - (id)butlerUnprotectedMigrationSteps; +- (id)corryProtectedMigrationSteps; +- (id)corryUnprotectedMigrationSteps; - (id)database; - (id)eagleProtectedMigrationSteps; - (id)eagleUnprotectedMigrationSteps; diff --git a/PrivateFrameworks/HealthDaemon.framework/HDDemoDataActivitySampleGenerator.h b/PrivateFrameworks/HealthDaemon.framework/HDDemoDataActivitySampleGenerator.h index 8a801c8d1f..84d4563042 100644 --- a/PrivateFrameworks/HealthDaemon.framework/HDDemoDataActivitySampleGenerator.h +++ b/PrivateFrameworks/HealthDaemon.framework/HDDemoDataActivitySampleGenerator.h @@ -15,6 +15,8 @@ double _nextRestingCaloriesSampleTime; double _nextStepsSampleTime; double _nextUVIndexSampleTime; + HDProfile * _profile; + HDDataOriginProvenance * _provenance; _HDDemoDataActivityWorkoutState * _workoutState; } @@ -30,6 +32,8 @@ @property (nonatomic) double nextRestingCaloriesSampleTime; @property (nonatomic) double nextStepsSampleTime; @property (nonatomic) double nextUVIndexSampleTime; +@property (nonatomic) HDProfile *profile; +@property (nonatomic, retain) HDDataOriginProvenance *provenance; @property (nonatomic, retain) _HDDemoDataActivityWorkoutState *workoutState; - (void).cxx_destruct; @@ -69,6 +73,8 @@ - (double)nextRestingCaloriesSampleTime; - (double)nextStepsSampleTime; - (double)nextUVIndexSampleTime; +- (id)profile; +- (id)provenance; - (id)restingCaloriesForDemoPerson:(id)arg1 atTime:(double)arg2; - (void)setLastActivityCache:(id)arg1; - (void)setLastUVExposure:(double)arg1; @@ -82,6 +88,9 @@ - (void)setNextRestingCaloriesSampleTime:(double)arg1; - (void)setNextStepsSampleTime:(double)arg1; - (void)setNextUVIndexSampleTime:(double)arg1; +- (void)setProfile:(id)arg1; +- (void)setProfile:(id)arg1 provenance:(id)arg2; +- (void)setProvenance:(id)arg1; - (void)setWorkoutState:(id)arg1; - (void)setupWithDemoDataGenerator:(id)arg1; - (id)stepsForDemoPerson:(id)arg1 atTime:(double)arg2; diff --git a/PrivateFrameworks/HealthDaemon.framework/HDDemoDataGenerator.h b/PrivateFrameworks/HealthDaemon.framework/HDDemoDataGenerator.h index 8d5974c4f1..1663a6ed71 100644 --- a/PrivateFrameworks/HealthDaemon.framework/HDDemoDataGenerator.h +++ b/PrivateFrameworks/HealthDaemon.framework/HDDemoDataGenerator.h @@ -61,8 +61,8 @@ - (void)_queue_setupDemoDataSampleGenerators; - (BOOL)_queue_unarchiveFromDirectoryPath:(id)arg1; - (void)_runAchievementDoctorWithCompletion:(id /* block */)arg1; -- (void)_setupRepeatingDemoDataGeneration; - (id)_stateDirectory; +- (void)_triggerDemoDataGenerationAfterTimeInterval:(double)arg1; - (id)_unarchiveDataWithClass:(Class)arg1 atDirectoryPath:(id)arg2; - (void)_updateWorkoutConfigurationInGeneratorState; - (id)_watchProvenanceWithPerson:(id)arg1; diff --git a/PrivateFrameworks/HealthDaemon.framework/HDDeviceSyncEntity.h b/PrivateFrameworks/HealthDaemon.framework/HDDeviceSyncEntity.h index 8ff1d23a5e..3669f094cc 100644 --- a/PrivateFrameworks/HealthDaemon.framework/HDDeviceSyncEntity.h +++ b/PrivateFrameworks/HealthDaemon.framework/HDDeviceSyncEntity.h @@ -9,6 +9,7 @@ @property (readonly) unsigned int hash; @property (readonly) Class superclass; ++ (void)adjustCodable:(id)arg1; + (id)decodeSyncObjectWithData:(id)arg1; + (BOOL)generateSyncObjectsForStore:(id)arg1 predicate:(id)arg2 syncAnchorRange:(struct HDSyncAnchorRange { long long x1; long long x2; })arg3 maxEncodedBytesPerMessage:(int)arg4 profile:(id)arg5 error:(id*)arg6 handler:(id /* block */)arg7; + (int)nanoSyncObjectType; diff --git a/PrivateFrameworks/HealthDaemon.framework/HDDiffPrivReporter.h b/PrivateFrameworks/HealthDaemon.framework/HDDiffPrivReporter.h new file mode 100644 index 0000000000..950c6e05a6 --- /dev/null +++ b/PrivateFrameworks/HealthDaemon.framework/HDDiffPrivReporter.h @@ -0,0 +1,23 @@ +/* Generated by RuntimeBrowser + Image: /System/Library/PrivateFrameworks/HealthDaemon.framework/HealthDaemon + */ + +@interface HDDiffPrivReporter : NSObject { + HDProfile * _profile; + NSObject * _queue; + NSMutableDictionary * _recorders; +} + ++ (id)_keyForTypeList:(id)arg1; ++ (id)_valueForTypeList:(id)arg1 daysPerWeek:(id)arg2; ++ (BOOL)isAvailable; ++ (id)reportableTypes; + +- (void).cxx_destruct; +- (id)_daysInWeekWithDataForTypes:(id)arg1 now:(id)arg2 error:(id*)arg3; +- (id)_encodedValuesForNow:(id)arg1 typeLists:(id)arg2 error:(id*)arg3; +- (BOOL)_recordValues:(id)arg1 keyPrefix:(id)arg2 keySuffix:(id)arg3; +- (id)initWithProfile:(id)arg1; +- (BOOL)reportWithCurrentDate:(id)arg1 error:(id*)arg2; + +@end diff --git a/PrivateFrameworks/HealthDaemon.framework/HDFitnessFriendsActivityDataManager.h b/PrivateFrameworks/HealthDaemon.framework/HDFitnessFriendsActivityDataManager.h index ef6a92fd24..2b99295592 100644 --- a/PrivateFrameworks/HealthDaemon.framework/HDFitnessFriendsActivityDataManager.h +++ b/PrivateFrameworks/HealthDaemon.framework/HDFitnessFriendsActivityDataManager.h @@ -7,7 +7,7 @@ NSCalendar * _calendar; HDFitnessFriendsCloudKitManager * _cloudKitManager; NSObject * _cloudKitManagerObserverQueue; - HDFitnessFriendsContactsManager * _contactsManager; + NSSet * _currentAchievements; HKActivitySummary * _currentActivitySummary; HKActivitySummary * _currentLastPushedActivitySummary; HDFitnessFriendsFriendListManager * _friendListManager; @@ -27,7 +27,9 @@ } @property (nonatomic) HDFitnessFriendsCloudKitManager *cloudKitManager; -@property (nonatomic) HDFitnessFriendsContactsManager *contactsManager; +@property (nonatomic, readonly) NSSet *currentAchievements; +@property (nonatomic, readonly) _HKFitnessFriendActivitySnapshot *currentActivitySnapshot; +@property (nonatomic, readonly) NSSet *currentWorkouts; @property (readonly, copy) NSString *debugDescription; @property (readonly, copy) NSString *description; @property (nonatomic) HDFitnessFriendsFriendListManager *friendListManager; @@ -49,11 +51,10 @@ - (BOOL)_queue_deleteAllFitnessFriendsActivityData; - (BOOL)_queue_getAndHandleAllFitnessFriendsData; - (void)_queue_handleNewSnapshots:(id)arg1 workouts:(id)arg2 achievements:(id)arg3; -- (void)_queue_insertIndividualSamples:(id)arg1; - (void)_queue_insertSamples:(id)arg1; - (void)_queue_samplesAdded:(id)arg1; - (void)_queue_saveFitnessFriendActivitySnapshots:(id)arg1 workouts:(id)arg2 achievements:(id)arg3; -- (id)_unhiddenSamplesInFilterableSamples:(id)arg1; +- (id)_unhiddenSamplesInFilterableSamples:(id)arg1 friendTimeZones:(id)arg2; - (id)_workoutsAfterAnchor:(id*)arg1 withPredicate:(id)arg2 profile:(id)arg3; - (void)_workoutsForActivitySnapshot:(id)arg1 anchor:(id)arg2 completion:(id /* block */)arg3; - (id)achievementsForFriendWithUUID:(id)arg1; @@ -63,9 +64,12 @@ - (void)cloudKitManager:(id)arg1 didRecieveNewActivitySnapshots:(id)arg2 moreComing:(BOOL)arg3 changesProcessedHandler:(id /* block */)arg4; - (void)cloudKitManager:(id)arg1 didRecieveNewFriendAchievements:(id)arg2 moreComing:(BOOL)arg3 changesProcessedHandler:(id /* block */)arg4; - (void)cloudKitManager:(id)arg1 didRecieveNewFriendWorkouts:(id)arg2 moreComing:(BOOL)arg3 changesProcessedHandler:(id /* block */)arg4; -- (id)contactsManager; +- (id)currentAchievement; +- (id)currentAchievements; +- (id)currentActivitySnapshot; - (void)currentActivitySummaryHelper:(id)arg1 didUpdateTodayActivitySummary:(id)arg2 changedFields:(unsigned int)arg3; - (void)currentActivitySummaryHelper:(id)arg1 didUpdateYesterdayActivitySummary:(id)arg2 changedFields:(unsigned int)arg3; +- (id)currentWorkouts; - (void)database:(id)arg1 protectedDataDidBecomeAvailable:(BOOL)arg2; - (void)dealloc; - (BOOL)deleteActivityDataForFriendWithUUID:(id)arg1; @@ -84,7 +88,6 @@ - (void)samplesAdded:(id)arg1 anchor:(id)arg2; - (void)saveActivitySnapshots:(id)arg1 workouts:(id)arg2 achievements:(id)arg3; - (void)setCloudKitManager:(id)arg1; -- (void)setContactsManager:(id)arg1; - (void)setFriendListManager:(id)arg1; - (void)setHasInitialProtectedDataFetchBeenPerformed:(BOOL)arg1; - (void)setHealthDaemon:(id)arg1; diff --git a/PrivateFrameworks/HealthDaemon.framework/HDFitnessFriendsCloudKitManager.h b/PrivateFrameworks/HealthDaemon.framework/HDFitnessFriendsCloudKitManager.h index 012af9c328..e497332483 100644 --- a/PrivateFrameworks/HealthDaemon.framework/HDFitnessFriendsCloudKitManager.h +++ b/PrivateFrameworks/HealthDaemon.framework/HDFitnessFriendsCloudKitManager.h @@ -13,7 +13,9 @@ HDFitnessFriendsCloudKitUtility * _cloudKitUtility; CKContainer * _container; unsigned int _currentFetchPriority; + NSDate * _dateOfLastSuccessfulFetch; HDFitnessFriendsManager * _fitnessFriendsManager; + NSDictionary * _friendUUIDsByZoneID; BOOL _hasCompletedFirstFetch; NSObject * _newAccountTasksTimer; HDFitnessFriendsNotificationStep * _notificationEventNotificationStep; @@ -32,6 +34,7 @@ @property (nonatomic, retain) HDFitnessFriendsCloudKitUtility *cloudKitUtility; @property (nonatomic, retain) CKContainer *container; +@property (nonatomic, retain) NSDate *dateOfLastSuccessfulFetch; @property (readonly, copy) NSString *debugDescription; @property (readonly, copy) NSString *description; @property (nonatomic, readonly) BOOL hasCompletedFirstFetch; @@ -53,10 +56,11 @@ - (void)_enumerateRecordsByRecordZoneID:(id)arg1 usingBlock:(id /* block */)arg2; - (void)_fetchAllChangesWithPriority:(int)arg1 completion:(id /* block */)arg2 waitingForSuccessfulFetchCompletion:(id /* block */)arg3; - (void)_fetchCloudKitAccountStatusAndNotifyOfChanges; -- (id)_friendUUIDForActivityDataShareRecordZoneID:(id)arg1; - (void)_handleAccountStatusChange:(int)arg1; - (void)_handleIncomingNotification:(id)arg1; - (void)_handleNewPrivateDatabaseRecordChanges:(id)arg1 sharedDatabaseRecordChanges:(id)arg2; +- (void)_observerQueue_clearFriendUUIDByZoneIDCache; +- (id)_observerQueue_friendUUIDForActivityDataShareRecordZoneID:(id)arg1; - (void)_observerQueue_notifyObserversOfBeginUpdates; - (void)_observerQueue_notifyObserversOfEndUpdates; - (void)_observerQueue_performNotificationStep:(id)arg1 onRecords:(id)arg2 dispatchGroup:(id)arg3; @@ -90,7 +94,9 @@ - (void)connection:(id)arg1 didReceiveToken:(id)arg2 forTopic:(id)arg3 identifier:(id)arg4; - (id)container; - (void)createShareWithRootRecord:(id)arg1 otherRecordsToSave:(id)arg2 completion:(id /* block */)arg3; +- (id)dateOfLastSuccessfulFetch; - (void)dealloc; +- (void)fetchAllChangesIfTimeSinceLastFetchIsGreaterThan:(unsigned int)arg1 priority:(int)arg2 completion:(id /* block */)arg3; - (void)fetchAllChangesWithPriority:(int)arg1 completion:(id /* block */)arg2; - (void)fetchAllChangesWithPriority:(int)arg1 waitingForSuccessfulFetchCompletion:(id /* block */)arg2; - (void)fetchAndHandleAccountStatus; @@ -106,6 +112,7 @@ - (void)saveRecordsIntoPrivateDatabase:(id)arg1 priority:(int)arg2 completion:(id /* block */)arg3; - (void)setCloudKitUtility:(id)arg1; - (void)setContainer:(id)arg1; +- (void)setDateOfLastSuccessfulFetch:(id)arg1; - (void)setHasCompletedFirstFetch:(BOOL)arg1; - (id)shareURLForShare:(id)arg1; diff --git a/PrivateFrameworks/HealthDaemon.framework/HDFitnessFriendsContactsManager.h b/PrivateFrameworks/HealthDaemon.framework/HDFitnessFriendsContactsManager.h index b192ae124a..1740cf0288 100644 --- a/PrivateFrameworks/HealthDaemon.framework/HDFitnessFriendsContactsManager.h +++ b/PrivateFrameworks/HealthDaemon.framework/HDFitnessFriendsContactsManager.h @@ -38,10 +38,11 @@ - (id)init; - (id)placeholderContactWithUUID:(id)arg1; - (id)placeholderContacts; +- (void)removeAllPlaceholderContacts; - (void)removeObserver:(id)arg1; -- (void)removePlaceholderContact:(id)arg1; +- (void)removePlaceholderContactWithToken:(id)arg1; - (void)saveContact:(id)arg1; -- (void)savePlaceholderContact:(id)arg1; +- (id)savePlaceholderContact:(id)arg1; - (void)setContacts:(id)arg1; - (void)setContactsUsingTransaction:(id /* block */)arg1; diff --git a/PrivateFrameworks/HealthDaemon.framework/HDFitnessFriendsGatewayManager.h b/PrivateFrameworks/HealthDaemon.framework/HDFitnessFriendsGatewayManager.h index fd78d020d0..75d720e64c 100644 --- a/PrivateFrameworks/HealthDaemon.framework/HDFitnessFriendsGatewayManager.h +++ b/PrivateFrameworks/HealthDaemon.framework/HDFitnessFriendsGatewayManager.h @@ -3,8 +3,8 @@ */ @interface HDFitnessFriendsGatewayManager : NSObject { - BOOL _allPairedWatchesMeetMinimumVersion; HDFitnessFriendsCloudKitManager * _cloudKitManager; + BOOL _currentlyPairedWatchMeetsMinimumVersion; HDFitnessFriendsFriendListManager * _friendListManager; NSObject * _observerQueue; NSHashTable * _observers; diff --git a/PrivateFrameworks/HealthDaemon.framework/HDFitnessFriendsManager.h b/PrivateFrameworks/HealthDaemon.framework/HDFitnessFriendsManager.h index 6b84c9a6bc..0830bcb738 100644 --- a/PrivateFrameworks/HealthDaemon.framework/HDFitnessFriendsManager.h +++ b/PrivateFrameworks/HealthDaemon.framework/HDFitnessFriendsManager.h @@ -46,6 +46,7 @@ - (void)_queue_nanoRegistryInfoChanged; - (BOOL)_shouldCompleteSetup; - (void)_waitUntilSubmanagersReady; +- (void)acceptInviteRequestFromFriendWithUUID:(id)arg1 completion:(id /* block */)arg2; - (id)activityDataManager; - (id)activityDataNotificationManager; - (void)addFriendsListObserver:(id)arg1; @@ -57,7 +58,8 @@ - (void)dealloc; - (id)deviceLocalActivitySharingKeyValueDomain; - (id)fakingManager; -- (void)fetchAndUpdateActivityDataForAllFriendsWithCompletion:(id /* block */)arg1; +- (void)fetchAllDataIfTimeSinceLastFetchIsGreaterThan:(unsigned int)arg1 completion:(id /* block */)arg2; +- (void)fetchAllDataWithCompletion:(id /* block */)arg1; - (void)fetchAreMultipleDevicesSharingDataForSnapshotIndex:(id)arg1 withCompletion:(id /* block */)arg2; - (id)friendListManager; - (id)friends; @@ -74,7 +76,6 @@ - (void)removeFriendWithUUID:(id)arg1 completion:(id /* block */)arg2; - (void)removeFriendsListObserver:(id)arg1; - (void)sendInviteRequestToDestination:(id)arg1 callerID:(id)arg2 serviceIdentifier:(id)arg3 completion:(id /* block */)arg4; -- (void)sendInviteResponse:(int)arg1 toFriendWithUUID:(id)arg2 completion:(id /* block */)arg3; - (void)sendWithdrawInviteRequestToFriendWithUUID:(id)arg1 completion:(id /* block */)arg2; - (void)setActivityDataVisible:(BOOL)arg1 toFriendWithUUID:(id)arg2 completion:(id /* block */)arg3; - (void)setMuteEnabled:(BOOL)arg1 forFriendWithUUID:(id)arg2 completion:(id /* block */)arg3; diff --git a/PrivateFrameworks/HealthDaemon.framework/HDFitnessFriendsMessageActivityDataPreview.h b/PrivateFrameworks/HealthDaemon.framework/HDFitnessFriendsMessageActivityDataPreview.h new file mode 100644 index 0000000000..1874440f22 --- /dev/null +++ b/PrivateFrameworks/HealthDaemon.framework/HDFitnessFriendsMessageActivityDataPreview.h @@ -0,0 +1,52 @@ +/* Generated by RuntimeBrowser + Image: /System/Library/PrivateFrameworks/HealthDaemon.framework/HealthDaemon + */ + +@interface HDFitnessFriendsMessageActivityDataPreview : PBCodable { + NSMutableArray * _achievements; + HDFitnessFriendsCloudKitCodableActivitySnapshot * _activitySnapshot; + double _date; + struct { + unsigned int date : 1; + } _has; + NSMutableArray * _workouts; +} + +@property (nonatomic, retain) NSMutableArray *achievements; +@property (nonatomic, retain) HDFitnessFriendsCloudKitCodableActivitySnapshot *activitySnapshot; +@property (nonatomic) double date; +@property (nonatomic, readonly) BOOL hasActivitySnapshot; +@property (nonatomic) BOOL hasDate; +@property (nonatomic, retain) NSMutableArray *workouts; + +- (void).cxx_destruct; +- (id)achievements; +- (id)achievementsAtIndex:(unsigned int)arg1; +- (unsigned int)achievementsCount; +- (id)activitySnapshot; +- (void)addAchievements:(id)arg1; +- (void)addWorkouts:(id)arg1; +- (void)clearAchievements; +- (void)clearWorkouts; +- (void)copyTo:(id)arg1; +- (id)copyWithZone:(struct _NSZone { }*)arg1; +- (double)date; +- (id)description; +- (id)dictionaryRepresentation; +- (BOOL)hasActivitySnapshot; +- (BOOL)hasDate; +- (unsigned int)hash; +- (BOOL)isEqual:(id)arg1; +- (void)mergeFrom:(id)arg1; +- (BOOL)readFrom:(id)arg1; +- (void)setAchievements:(id)arg1; +- (void)setActivitySnapshot:(id)arg1; +- (void)setDate:(double)arg1; +- (void)setHasDate:(BOOL)arg1; +- (void)setWorkouts:(id)arg1; +- (id)workouts; +- (id)workoutsAtIndex:(unsigned int)arg1; +- (unsigned int)workoutsCount; +- (void)writeTo:(id)arg1; + +@end diff --git a/PrivateFrameworks/HealthDaemon.framework/HDFitnessFriendsMessageFinalizeHandshake.h b/PrivateFrameworks/HealthDaemon.framework/HDFitnessFriendsMessageFinalizeHandshake.h index 118e86e5f9..4f7e9f788c 100644 --- a/PrivateFrameworks/HealthDaemon.framework/HDFitnessFriendsMessageFinalizeHandshake.h +++ b/PrivateFrameworks/HealthDaemon.framework/HDFitnessFriendsMessageFinalizeHandshake.h @@ -3,21 +3,26 @@ */ @interface HDFitnessFriendsMessageFinalizeHandshake : PBCodable { + HDFitnessFriendsMessageActivityDataPreview * _activityDataPreview; NSString * _handshakeToken; HDFitnessFriendsMessageShareLocations * _inviterShareLocations; } +@property (nonatomic, retain) HDFitnessFriendsMessageActivityDataPreview *activityDataPreview; @property (nonatomic, retain) NSString *handshakeToken; +@property (nonatomic, readonly) BOOL hasActivityDataPreview; @property (nonatomic, readonly) BOOL hasHandshakeToken; @property (nonatomic, readonly) BOOL hasInviterShareLocations; @property (nonatomic, retain) HDFitnessFriendsMessageShareLocations *inviterShareLocations; - (void).cxx_destruct; +- (id)activityDataPreview; - (void)copyTo:(id)arg1; - (id)copyWithZone:(struct _NSZone { }*)arg1; - (id)description; - (id)dictionaryRepresentation; - (id)handshakeToken; +- (BOOL)hasActivityDataPreview; - (BOOL)hasHandshakeToken; - (BOOL)hasInviterShareLocations; - (unsigned int)hash; @@ -25,6 +30,7 @@ - (BOOL)isEqual:(id)arg1; - (void)mergeFrom:(id)arg1; - (BOOL)readFrom:(id)arg1; +- (void)setActivityDataPreview:(id)arg1; - (void)setHandshakeToken:(id)arg1; - (void)setInviterShareLocations:(id)arg1; - (void)writeTo:(id)arg1; diff --git a/PrivateFrameworks/HealthDaemon.framework/HDFitnessFriendsMessageInviteRequest.h b/PrivateFrameworks/HealthDaemon.framework/HDFitnessFriendsMessageInviteRequest.h index 7206837649..a9d367eabe 100644 --- a/PrivateFrameworks/HealthDaemon.framework/HDFitnessFriendsMessageInviteRequest.h +++ b/PrivateFrameworks/HealthDaemon.framework/HDFitnessFriendsMessageInviteRequest.h @@ -3,6 +3,7 @@ */ @interface HDFitnessFriendsMessageInviteRequest : PBRequest { + HDFitnessFriendsMessageActivityDataPreview * _activityDataPreview; NSString * _handshakeToken; struct { unsigned int inviterVersion : 1; @@ -13,7 +14,9 @@ unsigned int _inviterVersion; } +@property (nonatomic, retain) HDFitnessFriendsMessageActivityDataPreview *activityDataPreview; @property (nonatomic, retain) NSString *handshakeToken; +@property (nonatomic, readonly) BOOL hasActivityDataPreview; @property (nonatomic, readonly) BOOL hasHandshakeToken; @property (nonatomic, readonly) BOOL hasInviterBuildNumber; @property (nonatomic, readonly) BOOL hasInviterCallerID; @@ -25,11 +28,13 @@ @property (nonatomic) unsigned int inviterVersion; - (void).cxx_destruct; +- (id)activityDataPreview; - (void)copyTo:(id)arg1; - (id)copyWithZone:(struct _NSZone { }*)arg1; - (id)description; - (id)dictionaryRepresentation; - (id)handshakeToken; +- (BOOL)hasActivityDataPreview; - (BOOL)hasHandshakeToken; - (BOOL)hasInviterBuildNumber; - (BOOL)hasInviterCallerID; @@ -43,6 +48,7 @@ - (BOOL)isEqual:(id)arg1; - (void)mergeFrom:(id)arg1; - (BOOL)readFrom:(id)arg1; +- (void)setActivityDataPreview:(id)arg1; - (void)setHandshakeToken:(id)arg1; - (void)setHasInviterVersion:(BOOL)arg1; - (void)setInviterBuildNumber:(id)arg1; diff --git a/PrivateFrameworks/HealthDaemon.framework/HDFitnessFriendsMessageInviteResponse.h b/PrivateFrameworks/HealthDaemon.framework/HDFitnessFriendsMessageInviteResponse.h index d67397edb1..55ef034c14 100644 --- a/PrivateFrameworks/HealthDaemon.framework/HDFitnessFriendsMessageInviteResponse.h +++ b/PrivateFrameworks/HealthDaemon.framework/HDFitnessFriendsMessageInviteResponse.h @@ -3,6 +3,7 @@ */ @interface HDFitnessFriendsMessageInviteResponse : PBCodable { + HDFitnessFriendsMessageActivityDataPreview * _activityDataPreview; NSString * _handshakeToken; struct { unsigned int inviteeVersion : 1; @@ -15,7 +16,9 @@ int _responseCode; } +@property (nonatomic, retain) HDFitnessFriendsMessageActivityDataPreview *activityDataPreview; @property (nonatomic, retain) NSString *handshakeToken; +@property (nonatomic, readonly) BOOL hasActivityDataPreview; @property (nonatomic, readonly) BOOL hasHandshakeToken; @property (nonatomic, readonly) BOOL hasInviteeBuildNumber; @property (nonatomic, readonly) BOOL hasInviteeCloudKitAddress; @@ -29,11 +32,13 @@ @property (nonatomic) int responseCode; - (void).cxx_destruct; +- (id)activityDataPreview; - (void)copyTo:(id)arg1; - (id)copyWithZone:(struct _NSZone { }*)arg1; - (id)description; - (id)dictionaryRepresentation; - (id)handshakeToken; +- (BOOL)hasActivityDataPreview; - (BOOL)hasHandshakeToken; - (BOOL)hasInviteeBuildNumber; - (BOOL)hasInviteeCloudKitAddress; @@ -49,6 +54,7 @@ - (void)mergeFrom:(id)arg1; - (BOOL)readFrom:(id)arg1; - (int)responseCode; +- (void)setActivityDataPreview:(id)arg1; - (void)setHandshakeToken:(id)arg1; - (void)setHasInviteeVersion:(BOOL)arg1; - (void)setHasResponseCode:(BOOL)arg1; diff --git a/PrivateFrameworks/HealthDaemon.framework/HDFitnessFriendsPeriodicUpdateManager.h b/PrivateFrameworks/HealthDaemon.framework/HDFitnessFriendsPeriodicUpdateManager.h index e59e1916c9..14a0b4d286 100644 --- a/PrivateFrameworks/HealthDaemon.framework/HDFitnessFriendsPeriodicUpdateManager.h +++ b/PrivateFrameworks/HealthDaemon.framework/HDFitnessFriendsPeriodicUpdateManager.h @@ -7,7 +7,6 @@ HDFitnessFriendsCloudKitManager * _cloudKitManager; HDFitnessFriendsFriendListManager * _friendListManager; BOOL _hasRegisteredForUpdates; - int _intervalExecutionCount; BOOL _isWatch; HDFitnessFriendsRelationshipManager * _relationshipManager; NSObject * _serialQueue; diff --git a/PrivateFrameworks/HealthDaemon.framework/HDFitnessFriendsRelationshipManager.h b/PrivateFrameworks/HealthDaemon.framework/HDFitnessFriendsRelationshipManager.h index 0025431f4b..478e9bd1de 100644 --- a/PrivateFrameworks/HealthDaemon.framework/HDFitnessFriendsRelationshipManager.h +++ b/PrivateFrameworks/HealthDaemon.framework/HDFitnessFriendsRelationshipManager.h @@ -15,7 +15,9 @@ HDFitnessFriendsGatewayManager * _gatewayManager; BOOL _hasPendingContactsReconcile; NSDictionary * _messageCenters; + NSMutableDictionary * _placeholderFriendshipBeganTokens; NSMutableDictionary * _relationshipRecordsToReconcile; + NSMutableDictionary * _remoteRelationshipRecordsToProcess; NSObject * _serialQueue; } @@ -30,9 +32,13 @@ - (id)_contactWithInviteRequest:(id)arg1 fromSender:(id)arg2; - (id)_contactWithOutgoingHandshakeToken:(id)arg1; - (id)_contactWithRemoteRelationshipRecordZoneID:(id)arg1; +- (id)_contactWithUUIDPreferringPlaceholders:(id)arg1; +- (id)_currentActivityDataPreview; - (void)_insertInviteForContact:(id)arg1 destination:(id)arg2 serviceIdentifier:(id)arg3; - (id)_insertPlaceholderContactWithUUID:(id)arg1 event:(int)arg2; +- (id)_insertPlaceholderFriendshipDidBeginForContactWithUUID:(id)arg1; - (void)_performFriendListTransaction:(id /* block */)arg1; +- (void)_processActivityDataPreview:(id)arg1 friendUUID:(id)arg2; - (void)_processPersistedMessagesIfNeeded; - (void)_queue_acceptShares:(id)arg1 forRelationship:(id)arg2 contact:(id)arg3 completion:(id /* block */)arg4; - (void)_queue_addPersonWithCloudKitAddress:(id)arg1 toShares:(id)arg2 completion:(id /* block */)arg3; @@ -40,11 +46,14 @@ - (id)_queue_allRelationshipsByRecordID; - (void)_queue_fetchSharesForRelationship:(id)arg1 completion:(id /* block */)arg2; - (id)_queue_handleSavedRecords:(id)arg1 forContact:(id)arg2; +- (void)_queue_processRemoteRelationships:(id)arg1 completion:(id /* block */)arg2; - (void)_queue_reconcileAddressBookAgainstRelationships:(id)arg1; - (void)_queue_reconcileCloudKitRelationships:(id)arg1; - (void)_queue_saveRelationship:(id)arg1 contact:(id)arg2 completion:(id /* block */)arg3; - (void)_queue_saveRelationshipAndFetchOrCreateShares:(id)arg1 contact:(id)arg2 completion:(id /* block */)arg3; - (void)_removeFriendWithUUID:(id)arg1 eventType:(int)arg2 completion:(id /* block */)arg3; +- (void)_savePlaceholderFriendshipBeganToken:(id)arg1 forFriendWithUUID:(id)arg2; +- (void)acceptInviteRequestFromFriendWithUUID:(id)arg1 completion:(id /* block */)arg2; - (void)beginReceivingMessages; - (void)bulletinProvider:(id)arg1 didReceiveActionResponse:(int)arg2 fromContactWithUUID:(id)arg3; - (void)cloudKitManager:(id)arg1 didRecieveNewRelationships:(id)arg2 fromRecordZoneWithID:(id)arg3 moreComing:(BOOL)arg4 changesProcessedHandler:(id /* block */)arg5; @@ -61,7 +70,6 @@ - (void)messageCenter:(id)arg1 didReceiveWithdrawInviteRequest:(id)arg2 fromSenderAddress:(id)arg3 messageHandledCompletion:(id /* block */)arg4; - (void)processRetryMessages; - (void)removeFriendWithUUID:(id)arg1 completion:(id /* block */)arg2; -- (void)sendInviteResponse:(int)arg1 toFriendWithUUID:(id)arg2 completion:(id /* block */)arg3; - (void)sendInviteToPersonWithDestination:(id)arg1 callerID:(id)arg2 serviceIdentifier:(id)arg3 completion:(id /* block */)arg4; - (void)sendWithdrawInviteRequestToFriendWithUUID:(id)arg1 completion:(id /* block */)arg2; - (void)setActivityDataVisible:(BOOL)arg1 toFriendWithUUID:(id)arg2 completion:(id /* block */)arg3; diff --git a/PrivateFrameworks/HealthDaemon.framework/HDFitnessFriendsServer.h b/PrivateFrameworks/HealthDaemon.framework/HDFitnessFriendsServer.h index 34caa194f1..63fa0b85ca 100644 --- a/PrivateFrameworks/HealthDaemon.framework/HDFitnessFriendsServer.h +++ b/PrivateFrameworks/HealthDaemon.framework/HDFitnessFriendsServer.h @@ -10,7 +10,9 @@ @property (readonly) Class superclass; - (id)_fitnessFriendsManger; +- (void)remote_acceptInviteRequestFromFriendWithUUID:(id)arg1 completion:(id /* block */)arg2; - (void)remote_clearFriendListWithCompletion:(id /* block */)arg1; +- (void)remote_fetchAllDataIfTimeSinceLastFetchIsGreaterThan:(unsigned int)arg1 completion:(id /* block */)arg2; - (void)remote_fetchAllDataWithCompletion:(id /* block */)arg1; - (void)remote_fetchAreMultipleDevicesSharingDataForSnapshotIndex:(id)arg1 withCompletion:(id /* block */)arg2; - (void)remote_fitnessFriendsCloudKitAccountStatusWithCompletion:(id /* block */)arg1; @@ -18,7 +20,6 @@ - (void)remote_pushFakeDataWithCompletion:(id /* block */)arg1; - (void)remote_removeFriendWithUUID:(id)arg1 completion:(id /* block */)arg2; - (void)remote_sendInviteRequestToDestination:(id)arg1 callerID:(id)arg2 serviceIdentifier:(id)arg3 completion:(id /* block */)arg4; -- (void)remote_sendInviteResponse:(int)arg1 toFriendWithUUID:(id)arg2 completion:(id /* block */)arg3; - (void)remote_sendWithdrawInviteRequestToFriendWithUUID:(id)arg1 completion:(id /* block */)arg2; - (void)remote_setActivityDataVisible:(BOOL)arg1 toFriendWithUUID:(id)arg2 completion:(id /* block */)arg3; - (void)remote_setMuteEnabled:(BOOL)arg1 forFriendWithUUID:(id)arg2 completion:(id /* block */)arg3; diff --git a/PrivateFrameworks/HealthDaemon.framework/HDHealthExtensionsServer.h b/PrivateFrameworks/HealthDaemon.framework/HDHealthExtensionsServer.h index 618bc5c8a3..3b6b0c2acc 100644 --- a/PrivateFrameworks/HealthDaemon.framework/HDHealthExtensionsServer.h +++ b/PrivateFrameworks/HealthDaemon.framework/HDHealthExtensionsServer.h @@ -55,6 +55,7 @@ - (void)remote_nextScheduledAchievementDefinitionAlertTaskDateWithCompletion:(id /* block */)arg1; - (void)remote_registerForAchievementDefinitionNotificationsWithCompletion:(id /* block */)arg1; - (void)remote_registerForAchievementNotificationsAndFetchUnalertedCountWithCompletion:(id /* block */)arg1; +- (void)remote_resetAchievementDefinitionAlertedStates:(BOOL)arg1 availabilityStates:(BOOL)arg2 completion:(id /* block */)arg3; - (void)remote_runAchievementsFixupAsDryRun:(BOOL)arg1 completion:(id /* block */)arg2; - (void)remote_setAchievementAssetsServerURL:(id)arg1 completion:(id /* block */)arg2; - (void)remote_setCurrentActivityCacheOverrideDate:(id)arg1 timeZone:(id)arg2 completion:(id /* block */)arg3; diff --git a/PrivateFrameworks/HealthDaemon.framework/HDKeyValueSyncEntity.h b/PrivateFrameworks/HealthDaemon.framework/HDKeyValueSyncEntity.h index 144e9128a8..555f3ebfc4 100644 --- a/PrivateFrameworks/HealthDaemon.framework/HDKeyValueSyncEntity.h +++ b/PrivateFrameworks/HealthDaemon.framework/HDKeyValueSyncEntity.h @@ -10,9 +10,10 @@ @property (readonly) Class superclass; + (id)_syncObjectPredicateWithPredicate:(id)arg1; ++ (void)adjustCodable:(id)arg1 forDomain:(id)arg2; + (int)category; + (id)decodeSyncObjectWithData:(id)arg1; -+ (void)didReceiveKeysAndValuesWithProfile:(id)arg1; ++ (void)didReceiveValuesForKeys:(id)arg1 profile:(id)arg2; + (BOOL)generateSyncObjectsForStore:(id)arg1 predicate:(id)arg2 syncAnchorRange:(struct HDSyncAnchorRange { long long x1; long long x2; })arg3 maxEncodedBytesPerMessage:(int)arg4 profile:(id)arg5 error:(id*)arg6 handler:(id /* block */)arg7; + (int)nanoSyncObjectType; + (long long)nextSyncAnchorWithStore:(id)arg1 predicate:(id)arg2 startSyncAnchor:(long long)arg3 profile:(id)arg4 error:(id*)arg5; diff --git a/PrivateFrameworks/HealthDaemon.framework/HDLatestSummariesQueryServer.h b/PrivateFrameworks/HealthDaemon.framework/HDLatestSummariesQueryServer.h index 8e2a99f119..bf4f8776f3 100644 --- a/PrivateFrameworks/HealthDaemon.framework/HDLatestSummariesQueryServer.h +++ b/PrivateFrameworks/HealthDaemon.framework/HDLatestSummariesQueryServer.h @@ -7,11 +7,10 @@ BOOL _deliversUpdates; NSDate * _endDate; BOOL _initialResultsDelivered; - BOOL _singleDay; + _HKFilter * _nonSleepStartEndFilter; _HKFilter * _sleepStartEndFilter; NSDate * _startDate; HDListByTypeStatisticsBuilder * _statisticsBuilder; - NSSet * _typeFilters; } - (void).cxx_destruct; diff --git a/PrivateFrameworks/HealthDaemon.framework/HDListByTypeStatisticsBuilder.h b/PrivateFrameworks/HealthDaemon.framework/HDListByTypeStatisticsBuilder.h index a604d74257..c18c58cb46 100644 --- a/PrivateFrameworks/HealthDaemon.framework/HDListByTypeStatisticsBuilder.h +++ b/PrivateFrameworks/HealthDaemon.framework/HDListByTypeStatisticsBuilder.h @@ -7,6 +7,7 @@ NSDate * _bucketStartDate; NSMutableDictionary * _calculatorByTypes; NSCalendar * _calendar; + NSMutableDictionary * _datesByDataType; NSNumber * _lastAnchor; NSMutableDictionary * _lastIntervalInfoByTypes; NSMutableArray * _lastUpdatedDataTypes; @@ -16,7 +17,6 @@ NSDate * _sleepStartDate; NSMutableDictionary * _statisticsByTypes; NSMutableDictionary * _summariesByTypes; - NSMutableDictionary * _timestampByDataType; } @property (nonatomic, retain) NSNumber *lastAnchor; @@ -24,32 +24,29 @@ - (void).cxx_destruct; - (BOOL)_addSleepSample:(id)arg1; +- (BOOL)_addWorkoutSample:(id)arg1; - (id)_calculatedSummariesForDayWithDatabase:(id)arg1 error:(id*)arg2; -- (id)_calculatedSummariesWithFilterTypes:(id)arg1 database:(id)arg2 error:(id*)arg3; - (id)_calculatedValuesForDatabase:(id)arg1 error:(id*)arg2; -- (id)_enumerateFilteredSampleTypes:(id)arg1 database:(id)arg2 handler:(id /* block */)arg3 error:(id*)arg4; -- (void)_enumerateSamplesWithDatabase:(id)arg1 handler:(id /* block */)arg2; -- (BOOL)_enumerateSummaries:(id)arg1 withDatabase:(id)arg2 handler:(id /* block */)arg3 error:(id*)arg4; +- (BOOL)_enumerateSamplesWithDatabase:(id)arg1 handler:(id /* block */)arg2; - (id)_latestAnchorFromDatabase:(id)arg1 withError:(id*)arg2; - (id)_predicateForAllTypes; - (id)_predicateForObjectsOfTypes:(id)arg1; - (id)_predicateForTypesWithSleep:(id)arg1; - (id)_predicateForTypesWithoutSleep:(id)arg1; -- (double)_relevantValueForType:(int)arg1; +- (BOOL)_queryForSleepSamplesWithDatabase:(id)arg1 error:(id*)arg2; +- (BOOL)_queryForWorkoutSamplesWithDatabase:(id)arg1 error:(id*)arg2; - (BOOL)_resetCalculatorForDataType:(int)arg1 bucketStartTime:(double)arg2 bucketEndTime:(double)arg3; +- (BOOL)_setIfLatestDate:(id)arg1 forObjectType:(id)arg2; - (BOOL)_setIfLatestTimestamp:(double)arg1 forObjectType:(id)arg2; - (id)_sleepDatePredicate; - (id)_sleepQueryResultBuilder; -- (id)_sleepSamplesWithDatabase:(id)arg1 error:(id*)arg2; - (id)_sleepTypePredicate; - (id)_sqlListPlaceholderOfCount:(int)arg1; -- (id)_summariesByDate:(id)arg1; - (void)_updateStatisticsForAllCalculators; - (void)_updateStatisticsForDataType:(id)arg1; - (void)_updateSummaryTypeFromSample:(id)arg1; - (BOOL)addCategorySamplesForType:(int)arg1 value:(double)arg2 startTime:(double)arg3 endTime:(double)arg4 sourceId:(long long)arg5 enforceLatest:(BOOL)arg6; - (BOOL)addQuantitySamplesForType:(int)arg1 value:(double)arg2 bucketStartTime:(double)arg3 bucketEndTime:(double)arg4 startTime:(double)arg5 endTime:(double)arg6 sourceId:(long long)arg7 enforceLatest:(BOOL)arg8; -- (BOOL)addWorkoutSamplesWithStartTime:(double)arg1 endTime:(double)arg2 sourceId:(long long)arg3; - (id)calculatedQuantitiesByDataType; - (id)collectionCalculatorForType:(id)arg1 from:(double)arg2 to:(double)arg3; - (id)initWithProfile:(id)arg1 startDate:(id)arg2 endDate:(id)arg3 sleepStartDate:(id)arg4 sleepEndDate:(id)arg5 calendar:(id)arg6; @@ -58,7 +55,6 @@ - (void)setShouldStopProcessing:(id /* block */)arg1; - (id /* block */)shouldStopProcessing; - (id)summariesForDayWithError:(id*)arg1; -- (id)summariesWithFilterTypes:(id)arg1 error:(id*)arg2; - (id)timeIntervalCalculatorForType:(id)arg1; - (void)updateValuesWithAddedSample:(id)arg1 anchor:(id)arg2; - (id)updatedSummaries; diff --git a/PrivateFrameworks/HealthDaemon.framework/HDMedicalIDServer.h b/PrivateFrameworks/HealthDaemon.framework/HDMedicalIDServer.h index 9dbb38ea04..9f756191b0 100644 --- a/PrivateFrameworks/HealthDaemon.framework/HDMedicalIDServer.h +++ b/PrivateFrameworks/HealthDaemon.framework/HDMedicalIDServer.h @@ -11,6 +11,7 @@ - (void)remote_deleteMedicalIDDataWithCompletion:(id /* block */)arg1; - (void)remote_medicalIDDataCreateIfNecessary:(BOOL)arg1 completion:(id /* block */)arg2; +- (void)remote_medicalIDEmergencyContactsWithCompletion:(id /* block */)arg1; - (void)remote_updateMedicalIDData:(id)arg1 completion:(id /* block */)arg2; @end diff --git a/PrivateFrameworks/HealthDaemon.framework/HDMockDaemon.h b/PrivateFrameworks/HealthDaemon.framework/HDMockDaemon.h index 6df25985c4..1fed8f6a5f 100644 --- a/PrivateFrameworks/HealthDaemon.framework/HDMockDaemon.h +++ b/PrivateFrameworks/HealthDaemon.framework/HDMockDaemon.h @@ -9,6 +9,7 @@ HDPluginManager * _pluginManager; * _syncEngine; HDAchievementAssetManager * achievementAssetManager; + HDAchievementDefinitionAlertManager * achievementDefinitionAlertManager; * alertSuppressionService; HDAuthorizationManager * authorizationManager; HDCurrentActivitySummaryHelper * currentActivitySummaryHelper; @@ -25,6 +26,7 @@ } @property (nonatomic, retain) HDAchievementAssetManager *achievementAssetManager; +@property (nonatomic, retain) HDAchievementDefinitionAlertManager *achievementDefinitionAlertManager; @property (nonatomic, retain) *alertSuppressionService; @property (nonatomic, readonly) HDAuthorizationManager *authorizationManager; @property (retain) HDBackgroundTaskScheduler *backgroundTaskScheduler; @@ -58,6 +60,7 @@ - (void).cxx_destruct; - (id)achievementAssetManager; +- (id)achievementDefinitionAlertManager; - (id)alertSuppressionService; - (id)authorizationManager; - (id)backgroundTaskScheduler; @@ -96,6 +99,7 @@ - (id)routineGateway; - (id)serviceConnectionManager; - (void)setAchievementAssetManager:(id)arg1; +- (void)setAchievementDefinitionAlertManager:(id)arg1; - (void)setAlertSuppressionService:(id)arg1; - (void)setBackgroundTaskScheduler:(id)arg1; - (void)setContentProtectionManager:(id)arg1; diff --git a/PrivateFrameworks/HealthDaemon.framework/HDNanoAchievementDefinitionAlertManager.h b/PrivateFrameworks/HealthDaemon.framework/HDNanoAchievementDefinitionAlertManager.h index d2f6097689..41695a7dc6 100644 --- a/PrivateFrameworks/HealthDaemon.framework/HDNanoAchievementDefinitionAlertManager.h +++ b/PrivateFrameworks/HealthDaemon.framework/HDNanoAchievementDefinitionAlertManager.h @@ -5,13 +5,16 @@ @interface HDNanoAchievementDefinitionAlertManager : HDAchievementDefinitionAlertManager + (id)_availableDefinitionIdentifiersWithProfile:(id)arg1 error:(id*)arg2; -+ (void)_clearBookkeepingKeyValuesWithProfile:(id)arg1; + (id)_definitionIdentifiersInAlertedState:(unsigned int)arg1 amongDefinitions:(id)arg2 withProfile:(id)arg3 error:(id*)arg4; + (id)_findDefinitionsToAlertWithProfile:(id)arg1 currentDate:(id)arg2 amongDefinitions:(id)arg3 getExpiredDefinitions:(id*)arg4; + (id)_findNextDefinitionToScheduleAmongDefinitions:(id)arg1 withCurrentDate:(id)arg2 getTaskDate:(id*)arg3; ++ (BOOL)_markDefinitionIdentifiers:(id)arg1 asAlertedState:(unsigned int)arg2 withProfile:(id)arg3 error:(id*)arg4; ++ (BOOL)_markDefinitionIdentifiers:(id)arg1 asAvailable:(BOOL)arg2 withProfile:(id)arg3 error:(id*)arg4; ++ (BOOL)_needsUpdateForUserDefaultKey:(id)arg1; ++ (BOOL)_resetAlertedStatesWithProfile:(id)arg1 error:(id*)arg2; ++ (BOOL)_resetAvailabilityStatesWithProfile:(id)arg1 error:(id*)arg2; + (BOOL)isDefinitionIdentifierAvailableOnCompanion:(id)arg1 withProfile:(id)arg2 error:(id*)arg3; -- (BOOL)markDefinitionIdentifiers:(id)arg1 asAlertedState:(unsigned int)arg2 withProfile:(id)arg3 error:(id*)arg4; -- (BOOL)markDefinitionIdentifiers:(id)arg1 asAvailable:(BOOL)arg2 withProfile:(id)arg3 error:(id*)arg4; +- (void)_beginObservingDefinitionAvailabilityFactors; @end diff --git a/PrivateFrameworks/HealthDaemon.framework/HDNanoUserDefaultsSyncEntity.h b/PrivateFrameworks/HealthDaemon.framework/HDNanoUserDefaultsSyncEntity.h index 566c9e0ecc..07f8ddaaf9 100644 --- a/PrivateFrameworks/HealthDaemon.framework/HDNanoUserDefaultsSyncEntity.h +++ b/PrivateFrameworks/HealthDaemon.framework/HDNanoUserDefaultsSyncEntity.h @@ -5,6 +5,6 @@ @interface HDNanoUserDefaultsSyncEntity : HDKeyValueSyncEntity + (id)_didReceiveKeysAndValuesNotificationName; -+ (void)didReceiveKeysAndValuesWithProfile:(id)arg1; ++ (void)didReceiveValuesForKeys:(id)arg1 profile:(id)arg2; @end diff --git a/PrivateFrameworks/HealthDaemon.framework/HDSQLiteDatabase.h b/PrivateFrameworks/HealthDaemon.framework/HDSQLiteDatabase.h index 483980e5d1..02601c8fad 100644 --- a/PrivateFrameworks/HealthDaemon.framework/HDSQLiteDatabase.h +++ b/PrivateFrameworks/HealthDaemon.framework/HDSQLiteDatabase.h @@ -89,6 +89,7 @@ - (id)fileURL; - (BOOL)foreignKeyExistsFromTable:(id)arg1 column:(id)arg2 toTable:(id)arg3 column:(id)arg4 error:(id*)arg5; - (id)getLastErrorWithResultCode:(int)arg1; +- (id)highFrequenceDatabaseURL; - (BOOL)incrementalVacuumDatabaseIfNeeded:(id)arg1 error:(id*)arg2; - (id)initWithDatabaseURL:(id)arg1 delegate:(id)arg2; - (BOOL)isDatabaseWithNameAttached:(id)arg1; diff --git a/PrivateFrameworks/HealthDaemon.framework/HDSampleEntity.h b/PrivateFrameworks/HealthDaemon.framework/HDSampleEntity.h index a156b3358f..b780d8e63f 100644 --- a/PrivateFrameworks/HealthDaemon.framework/HDSampleEntity.h +++ b/PrivateFrameworks/HealthDaemon.framework/HDSampleEntity.h @@ -21,6 +21,7 @@ + (id)indices; + (id)insertDataObject:(id)arg1 withProvenance:(id)arg2 inDatabase:(id)arg3 persistentID:(id)arg4 error:(id*)arg5; + (id)mostRecentSampleWithType:(id)arg1 profile:(id)arg2 encodingOptions:(id)arg3 predicate:(id)arg4 anchor:(id*)arg5 error:(id*)arg6; ++ (id)numberOfPeriodsWithSampleTypes:(id)arg1 startingInDateInterval:(id)arg2 periodInterval:(double)arg3 profile:(id)arg4 error:(id*)arg5; + (id /* block */)objectInsertionFilterForProfile:(id)arg1; + (id)oldestSampleWithType:(id)arg1 profile:(id)arg2 encodingOptions:(id)arg3 predicate:(id)arg4 error:(id*)arg5; + (int)preferredEntityType; diff --git a/PrivateFrameworks/HealthDaemon.framework/HDServer.h b/PrivateFrameworks/HealthDaemon.framework/HDServer.h index 58af366df7..954eba1a43 100644 --- a/PrivateFrameworks/HealthDaemon.framework/HDServer.h +++ b/PrivateFrameworks/HealthDaemon.framework/HDServer.h @@ -131,6 +131,7 @@ - (void)remote_allObjectAuthorizationRecordsForSampleWithUUID:(id)arg1 completion:(id /* block */)arg2; - (void)remote_allSourcesWithCompletion:(id /* block */)arg1; - (void)remote_authorizationStatusForType:(id)arg1 completion:(id /* block */)arg2; +- (void)remote_badgeHealthAppForEmergencyContactsConsolidationWithCompletion:(id /* block */)arg1; - (void)remote_beginAuthorizationDelegateTransactionWithSessionIdentifier:(id)arg1 handler:(id /* block */)arg2; - (void)remote_clientResumedWithCompletion:(id /* block */)arg1; - (void)remote_clientWillSuspendWithCompletion:(id /* block */)arg1; diff --git a/PrivateFrameworks/HealthDaemon.framework/HDSourceSyncEntity.h b/PrivateFrameworks/HealthDaemon.framework/HDSourceSyncEntity.h index ca6e555b7b..eb4a1f4598 100644 --- a/PrivateFrameworks/HealthDaemon.framework/HDSourceSyncEntity.h +++ b/PrivateFrameworks/HealthDaemon.framework/HDSourceSyncEntity.h @@ -9,6 +9,7 @@ @property (readonly) unsigned int hash; @property (readonly) Class superclass; ++ (void)adjustCodable:(id)arg1; + (id)decodeSyncObjectWithData:(id)arg1; + (BOOL)generateSyncObjectsForStore:(id)arg1 predicate:(id)arg2 syncAnchorRange:(struct HDSyncAnchorRange { long long x1; long long x2; })arg3 maxEncodedBytesPerMessage:(int)arg4 profile:(id)arg5 error:(id*)arg6 handler:(id /* block */)arg7; + (int)nanoSyncObjectType; diff --git a/PrivateFrameworks/HealthDaemon.framework/HDSyncAnchorEntity.h b/PrivateFrameworks/HealthDaemon.framework/HDSyncAnchorEntity.h index 8008168ab0..2a6f8c7bda 100644 --- a/PrivateFrameworks/HealthDaemon.framework/HDSyncAnchorEntity.h +++ b/PrivateFrameworks/HealthDaemon.framework/HDSyncAnchorEntity.h @@ -19,7 +19,7 @@ + (long long)receivedAnchorForEntityClass:(Class)arg1 store:(id)arg2 healthDatabase:(id)arg3 error:(id*)arg4; + (BOOL)resetNextSyncAnchor:(long long)arg1 forEntityClass:(Class)arg2 store:(id)arg3 healthDatabase:(id)arg4 error:(id*)arg5; + (BOOL)resetSyncStore:(id)arg1 healthDatabase:(id)arg2 error:(id*)arg3; -+ (BOOL)setAcknowledgedAnchorsWithMap:(id)arg1 store:(id)arg2 resetNext:(BOOL)arg3 healthDatabase:(id)arg4 error:(id*)arg5; ++ (BOOL)setAcknowledgedAnchorsWithMap:(id)arg1 store:(id)arg2 resetNext:(BOOL)arg3 resetInvalid:(BOOL)arg4 healthDatabase:(id)arg5 error:(id*)arg6; + (BOOL)setNextSyncAnchor:(long long)arg1 forEntityClass:(Class)arg2 store:(id)arg3 healthDatabase:(id)arg4 error:(id*)arg5; + (BOOL)setReceivedAnchor:(long long)arg1 forEntityClass:(Class)arg2 store:(id)arg3 healthDatabase:(id)arg4 error:(id*)arg5; + (id)uniquedColumns; diff --git a/PrivateFrameworks/HealthDaemon.framework/HDTimeIntervalCollectionCalculator.h b/PrivateFrameworks/HealthDaemon.framework/HDTimeIntervalCollectionCalculator.h index e5300aaceb..56cd132d6d 100644 --- a/PrivateFrameworks/HealthDaemon.framework/HDTimeIntervalCollectionCalculator.h +++ b/PrivateFrameworks/HealthDaemon.framework/HDTimeIntervalCollectionCalculator.h @@ -2,22 +2,16 @@ Image: /System/Library/PrivateFrameworks/HealthDaemon.framework/HealthDaemon */ -@interface HDTimeIntervalCollectionCalculator : HDCollectionCalculator { +@interface HDTimeIntervalCollectionCalculator : NSObject { double _endInterval; - NSArray * _orderedSourceIds; double _startInterval; NSMutableArray * _timePeriods; } -@property (nonatomic, retain) NSArray *orderedSourceIds; - - (void).cxx_destruct; -- (BOOL)_isSource:(long long)arg1 preferredTo:(long long)arg2; - (void)_shortenRangesConsideringPreferredSourceValue:(id)arg1 lesserRange:(id)arg2; -- (void)addValue:(double)arg1 startTime:(double)arg2 endTime:(double)arg3 sourceID:(long long)arg4; -- (id)initWithBucketBoundaries:(id)arg1 orderedSourceIds:(id)arg2; -- (double)mergedTimeIntervalForValue:(double)arg1; -- (id)orderedSourceIds; -- (void)setOrderedSourceIds:(id)arg1; +- (void)addTimePeriodWithStartTime:(double)arg1 endTime:(double)arg2; +- (id)initWithStartDate:(id)arg1 endDate:(id)arg2; +- (double)totalDuration; @end diff --git a/PrivateFrameworks/HealthDaemon.framework/HDTimeRange.h b/PrivateFrameworks/HealthDaemon.framework/HDTimeRange.h index 40a7eb2de4..a02f9b216f 100644 --- a/PrivateFrameworks/HealthDaemon.framework/HDTimeRange.h +++ b/PrivateFrameworks/HealthDaemon.framework/HDTimeRange.h @@ -3,29 +3,21 @@ */ @interface HDTimeRange : NSObject { - double _categoryValue; BOOL _deleted; double _end; - long long _sourceId; double _start; } -@property (nonatomic) double categoryValue; @property (nonatomic) BOOL deleted; @property (nonatomic) double end; -@property (nonatomic) long long sourceId; @property (nonatomic) double start; -- (double)categoryValue; - (id)copyWithZone:(struct _NSZone { }*)arg1; - (BOOL)deleted; - (double)end; -- (void)setCategoryValue:(double)arg1; - (void)setDeleted:(BOOL)arg1; - (void)setEnd:(double)arg1; -- (void)setSourceId:(long long)arg1; - (void)setStart:(double)arg1; -- (long long)sourceId; - (double)start; @end diff --git a/PrivateFrameworks/HealthDaemon.framework/HDUnitPreferencesSyncEntity.h b/PrivateFrameworks/HealthDaemon.framework/HDUnitPreferencesSyncEntity.h index 42f66fd436..5377756d45 100644 --- a/PrivateFrameworks/HealthDaemon.framework/HDUnitPreferencesSyncEntity.h +++ b/PrivateFrameworks/HealthDaemon.framework/HDUnitPreferencesSyncEntity.h @@ -5,7 +5,7 @@ @interface HDUnitPreferencesSyncEntity : HDKeyValueSyncEntity + (int)category; -+ (void)didReceiveKeysAndValuesWithProfile:(id)arg1; ++ (void)didReceiveValuesForKeys:(id)arg1 profile:(id)arg2; + (int)nanoSyncObjectType; + (unsigned int)supportedNanoSyncDirectionsForProtocolVersion:(int)arg1; + (id)syncEntityDependencies; diff --git a/PrivateFrameworks/HealthDaemon.framework/HDUserCharacteristicSyncEntity.h b/PrivateFrameworks/HealthDaemon.framework/HDUserCharacteristicSyncEntity.h index 5bbcfa0888..df99f98011 100644 --- a/PrivateFrameworks/HealthDaemon.framework/HDUserCharacteristicSyncEntity.h +++ b/PrivateFrameworks/HealthDaemon.framework/HDUserCharacteristicSyncEntity.h @@ -5,7 +5,7 @@ @interface HDUserCharacteristicSyncEntity : HDKeyValueSyncEntity + (int)category; -+ (void)didReceiveKeysAndValuesWithProfile:(id)arg1; ++ (void)didReceiveValuesForKeys:(id)arg1 profile:(id)arg2; + (int)nanoSyncObjectType; + (unsigned int)supportedNanoSyncDirectionsForProtocolVersion:(int)arg1; + (BOOL)supportsSpeculativeNanoSyncChanges; diff --git a/PrivateFrameworks/HealthDaemon.framework/_HDDemoDataActivityWorkoutState.h b/PrivateFrameworks/HealthDaemon.framework/_HDDemoDataActivityWorkoutState.h index b801cb0ef7..3c04ec2597 100644 --- a/PrivateFrameworks/HealthDaemon.framework/_HDDemoDataActivityWorkoutState.h +++ b/PrivateFrameworks/HealthDaemon.framework/_HDDemoDataActivityWorkoutState.h @@ -34,10 +34,11 @@ - (void).cxx_destruct; - (void)addAssociatedObjectUUID:(id)arg1; +- (void)addLocationSeriesSamplesFromFilePath:(id)arg1 profile:(id)arg2 provenance:(id)arg3; - (void)addWorkoutEvent:(id)arg1; - (id)associatedObjectUUIDs; - (void)encodeWithCoder:(id)arg1; -- (id)generateWorkoutWithEndDate:(id)arg1; +- (id)generateWorkoutWithEndDate:(id)arg1 profile:(id)arg2 provenance:(id)arg3; - (id)goal; - (unsigned int)goalType; - (id)init; diff --git a/PrivateFrameworks/HealthDaemon.framework/_HDFitnessFriendsContactPlaceholder.h b/PrivateFrameworks/HealthDaemon.framework/_HDFitnessFriendsContactPlaceholder.h new file mode 100644 index 0000000000..eaec33df93 --- /dev/null +++ b/PrivateFrameworks/HealthDaemon.framework/_HDFitnessFriendsContactPlaceholder.h @@ -0,0 +1,19 @@ +/* Generated by RuntimeBrowser + Image: /System/Library/PrivateFrameworks/HealthDaemon.framework/HealthDaemon + */ + +@interface _HDFitnessFriendsContactPlaceholder : NSObject { + _HKFitnessFriendContact * _contact; + id _token; +} + +@property (nonatomic, retain) _HKFitnessFriendContact *contact; +@property (nonatomic, retain) id token; + +- (void).cxx_destruct; +- (id)contact; +- (void)setContact:(id)arg1; +- (void)setToken:(id)arg1; +- (id)token; + +@end diff --git a/PrivateFrameworks/HealthUI.framework/HKActivityTodayWidgetView.h b/PrivateFrameworks/HealthUI.framework/HKActivityTodayWidgetView.h new file mode 100644 index 0000000000..3617427213 --- /dev/null +++ b/PrivateFrameworks/HealthUI.framework/HKActivityTodayWidgetView.h @@ -0,0 +1,46 @@ +/* Generated by RuntimeBrowser + Image: /System/Library/PrivateFrameworks/HealthUI.framework/HealthUI + */ + +@interface HKActivityTodayWidgetView : UIView { + HKUnit * _activeEnergyUnit; + HKActivitySummary * _activitySummary; + HKUnit * _basalEnergyUnit; + UILabel * _exerciseTitleLabel; + UILabel * _exerciseValueLabel; + UILayoutGuide * _labelsBottomLayoutGuide; + UILayoutGuide * _labelsTopLayoutGuide; + UILabel * _moveTitleLabel; + UILabel * _moveValueLabel; + HKActivityRingView * _ringView; + UIImageView * _ringViewSnapshot; + UIFont * _smallCapsValueFont; + UILabel * _standTitleLabel; + UILabel * _standValueLabel; + UIView * _textContainerView; +} + ++ (id)_integerFormatter; ++ (float)preferredHeight; + +- (void).cxx_destruct; +- (void)_animateCurrentActivitySummary; +- (void)_constrainLabels; +- (void)_renderRingImage; +- (void)_textSizeDidUpdate:(id)arg1; +- (void)_updateMoveValueLabelWithSummary:(id)arg1; +- (void)_updateStandTitleLabelWithSummary:(id)arg1; +- (id)initWithCoder:(id)arg1; +- (id)initWithFrame:(struct CGRect { struct CGPoint { float x_1_1_1; float x_1_1_2; } x1; struct CGSize { float x_2_1_1; float x_2_1_2; } x2; })arg1 activeEnergyUnit:(id)arg2 basalEnergyUnit:(id)arg3; +- (void)layoutSubviews; +- (void)setActiveEnergyUnit:(id)arg1 basalEnergyUnit:(id)arg2; +- (void)setActivitySummary:(id)arg1 animated:(BOOL)arg2; +- (void)setIsWheelchairUser:(BOOL)arg1; +- (void)setupExerciseLabelsWithTitleFont:(id)arg1 valueFont:(id)arg2; +- (void)setupMoveLabelsWithTitleFont:(id)arg1 valueFont:(id)arg2; +- (void)setupRingViews; +- (void)setupStandLabelsWithTitleFont:(id)arg1 valueFont:(id)arg2; +- (void)setupSubviews; +- (void)updateTextWithNewActivitySummary:(id)arg1; + +@end diff --git a/PrivateFrameworks/HealthUI.framework/HKCoreTelephonyUtilities.h b/PrivateFrameworks/HealthUI.framework/HKCoreTelephonyUtilities.h new file mode 100644 index 0000000000..923972427a --- /dev/null +++ b/PrivateFrameworks/HealthUI.framework/HKCoreTelephonyUtilities.h @@ -0,0 +1,20 @@ +/* Generated by RuntimeBrowser + Image: /System/Library/PrivateFrameworks/HealthUI.framework/HealthUI + */ + +@interface HKCoreTelephonyUtilities : NSObject { + struct __CTServerConnection { } * _ctServerConnection; + NSObject * _ctServerQueue; +} + +@property (nonatomic, retain) NSObject *ctServerQueue; + +- (void).cxx_destruct; +- (struct __CTServerConnection { }*)ctServerConnection; +- (id)ctServerQueue; +- (void)dealloc; +- (id)init; +- (BOOL)isEmergencyServicePhoneNumber:(id)arg1; +- (void)setCtServerQueue:(id)arg1; + +@end diff --git a/PrivateFrameworks/HealthUI.framework/HKEmergencyCardContactsTableItem.h b/PrivateFrameworks/HealthUI.framework/HKEmergencyCardContactsTableItem.h index 57e5a6b770..a4a1be774b 100644 --- a/PrivateFrameworks/HealthUI.framework/HKEmergencyCardContactsTableItem.h +++ b/PrivateFrameworks/HealthUI.framework/HKEmergencyCardContactsTableItem.h @@ -4,12 +4,13 @@ @interface HKEmergencyCardContactsTableItem : HKEmergencyCardTableItem { NSMutableArray * _cells; - CNContactStoreDataSource * _contactDataSource; + HKCoreTelephonyUtilities * _coreTelephonyUtilities; UITableViewCell * _lastDequeuedAddContactCell; _HKEmergencyContact * _selectedContact; BOOL _selectedContactIsBeingAdded; } +@property (nonatomic, retain) HKCoreTelephonyUtilities *coreTelephonyUtilities; @property (readonly, copy) NSString *debugDescription; @property (readonly, copy) NSString *description; @property (readonly) unsigned int hash; @@ -22,11 +23,13 @@ - (id)_dequeueAndConfigureContactViewCellForIndex:(int)arg1; - (void)_didSelectContact:(id)arg1 property:(id)arg2; - (id)_emergencyContactWithContact:(id)arg1 property:(id)arg2; +- (void)_presentEmergencyContactDeletionAlertIfNecessary; - (void)_presentEmergencyContactPicker; - (BOOL)canEditRowAtIndex:(int)arg1; - (int)commitEditingStyle:(int)arg1 forRowAtIndex:(int)arg2; - (void)contactPicker:(id)arg1 didSelectContact:(id)arg2; - (void)contactPicker:(id)arg1 didSelectContactProperty:(id)arg2; +- (id)coreTelephonyUtilities; - (int)editingStyleForRowAtIndex:(int)arg1; - (void)emergencyContactRelationshipPicker:(id)arg1 didChooseRelationshipNamed:(id)arg2; - (void)emergencyContactRelationshipPickerDidCancel:(id)arg1; @@ -36,10 +39,13 @@ - (void)medicalIDEditorCellDidTapLabel:(id)arg1; - (int)numberOfRows; - (BOOL)refreshFromData; +- (void)setCoreTelephonyUtilities:(id)arg1; - (BOOL)shouldHighlightRowAtIndex:(int)arg1; - (id)tableView:(id)arg1 cellForRowAtIndex:(int)arg2; - (void)tableView:(id)arg1 didSelectRowAtIndex:(int)arg2; - (float)tableView:(id)arg1 heightForRowAtIndex:(int)arg2; - (id)title; +- (id)titleForFooter; +- (id)titleForHeader; @end diff --git a/PrivateFrameworks/HealthUI.framework/HKEmergencyCardGroupTableItem.h b/PrivateFrameworks/HealthUI.framework/HKEmergencyCardGroupTableItem.h index 3aaa2ee190..e9481ab376 100644 --- a/PrivateFrameworks/HealthUI.framework/HKEmergencyCardGroupTableItem.h +++ b/PrivateFrameworks/HealthUI.framework/HKEmergencyCardGroupTableItem.h @@ -27,6 +27,5 @@ - (void)tableView:(id)arg1 didSelectRowAtIndex:(int)arg2; - (float)tableView:(id)arg1 estimatedHeightForRowAtIndex:(int)arg2; - (float)tableView:(id)arg1 heightForRowAtIndex:(int)arg2; -- (id)titleForFooter; @end diff --git a/PrivateFrameworks/HealthUI.framework/HKMedicalIDViewController.h b/PrivateFrameworks/HealthUI.framework/HKMedicalIDViewController.h index 64618e7483..a5af773363 100644 --- a/PrivateFrameworks/HealthUI.framework/HKMedicalIDViewController.h +++ b/PrivateFrameworks/HealthUI.framework/HKMedicalIDViewController.h @@ -7,6 +7,7 @@ BOOL _allowsEditing; HKEmergencyCardContactsTableItem * _contactsItem; * _delegate; + int _emergencyContactsNotificationToken; NSArray * _footers; HKEmergencyCardGroupTableItem * _groupItem; HKHealthStore * _healthStore; @@ -60,6 +61,7 @@ - (void)_refreshEmergencyContactsAndReload:(BOOL)arg1; - (int)_rowIndexForTableItem:(id)arg1 atIndexPath:(id)arg2; - (BOOL)_shouldShowOrganDonation; +- (void)_showMedicalIDPreviewAsNext; - (id)_tableItemForIndexPath:(id)arg1; - (void)_updateMedicalIDNameWithDemographicsInformation:(id)arg1; - (BOOL)allowsEditing; @@ -79,6 +81,7 @@ - (void)medicalIDViewControllerDidSave:(id)arg1; - (int)numberOfSectionsInTableView:(id)arg1; - (int)preferredStatusBarStyle; +- (void)reloadMedicalIDDataAndView; - (void)setAllowsEditing:(BOOL)arg1; - (void)setDelegate:(id)arg1; - (void)setHealthStore:(id)arg1; diff --git a/PrivateFrameworks/HealthUI.framework/HKOrganDonationRegistrant.h b/PrivateFrameworks/HealthUI.framework/HKOrganDonationRegistrant.h index fd082e72e1..9a7cc2b88a 100644 --- a/PrivateFrameworks/HealthUI.framework/HKOrganDonationRegistrant.h +++ b/PrivateFrameworks/HealthUI.framework/HKOrganDonationRegistrant.h @@ -40,16 +40,16 @@ @property (readonly) Class superclass; @property (nonatomic, retain) NSString *zip; -+ (id)_convertLocalizedNumericStringToLatin:(id)arg1 withNumberFormatter:(id)arg2; + (id)_importNumberFormatter; + (BOOL)_isNumericStringValid:(id)arg1 withLength:(int)arg2; + (void)_loadStateInformationIfNeeded; -+ (id)_ssnNumberFormatter; -+ (id)_zipcodeNumberFormatter; ++ (id)convertLocalizedNumericStringToLatin:(id)arg1 withNumberFormatter:(id)arg2; + (id)exportDateFormatter; + (id)organDonationRegistrantWithDemographicsInformation:(id)arg1; + (id)organDonationRegistrantWithJSONDictionary:(id)arg1; ++ (id)ssnNumberFormatter; + (BOOL)supportsSecureCoding; ++ (id)zipcodeNumberFormatter; - (void).cxx_destruct; - (void)_addDataEntryItemIntoArray:(id)arg1 validOnly:(BOOL)arg2 forField:(int)arg3; diff --git a/PrivateFrameworks/HealthUI.framework/HKUILandscapeTransition.h b/PrivateFrameworks/HealthUI.framework/HKUILandscapeTransition.h deleted file mode 100644 index 39395ece3d..0000000000 --- a/PrivateFrameworks/HealthUI.framework/HKUILandscapeTransition.h +++ /dev/null @@ -1,38 +0,0 @@ -/* Generated by RuntimeBrowser - Image: /System/Library/PrivateFrameworks/HealthUI.framework/HealthUI - */ - -@interface HKUILandscapeTransition : NSObject { - BOOL _isVisible; - UIViewController * _presentedViewController; - BOOL _shouldRetainViewHierarchy; - * _transitionAnimator; - UIViewController * _transitioningViewController; -} - -@property (readonly, copy) NSString *debugDescription; -@property (readonly, copy) NSString *description; -@property (readonly) unsigned int hash; -@property (nonatomic) BOOL shouldRetainViewHierarchy; -@property (readonly) Class superclass; -@property (nonatomic, retain) *transitionAnimator; -@property (nonatomic, readonly) UIViewController *transitioningViewController; - -- (void).cxx_destruct; -- (BOOL)_isPresentingViewController; -- (id)animationControllerForDismissedController:(id)arg1; -- (id)animationControllerForPresentedController:(id)arg1 presentingController:(id)arg2 sourceController:(id)arg3; -- (void)dealloc; -- (id)initWithTransitioningViewController:(id)arg1; -- (id)interactionControllerForDismissal:(id)arg1; -- (id)interactionControllerForPresentation:(id)arg1; -- (void)orientationChanged:(id)arg1; -- (void)setShouldRetainViewHierarchy:(BOOL)arg1; -- (void)setTransitionAnimator:(id)arg1; -- (BOOL)shouldRetainViewHierarchy; -- (id)transitionAnimator; -- (id)transitioningViewController; -- (void)viewDidAppear; -- (void)viewWillDisappear; - -@end diff --git a/PrivateFrameworks/HealthUI.framework/_HKEmergencyCardContactCell.h b/PrivateFrameworks/HealthUI.framework/_HKEmergencyCardContactCell.h index 22f47f4bcd..af3b2491b4 100644 --- a/PrivateFrameworks/HealthUI.framework/_HKEmergencyCardContactCell.h +++ b/PrivateFrameworks/HealthUI.framework/_HKEmergencyCardContactCell.h @@ -4,20 +4,32 @@ @interface _HKEmergencyCardContactCell : UITableViewCell { _HKEmergencyContact * _contact; + UIStackView * _horizontalStack; UILabel * _nameLabel; + UIImageView * _phoneImageView; + NSLayoutConstraint * _phoneImageViewWidthConstraint; UILabel * _phoneNumberLabel; UILabel * _relationshipLabel; + UILabel * _tagLabel; + UIStackView * _verticalStack; } @property (nonatomic, retain) _HKEmergencyContact *contact; +@property (nonatomic, retain) UIStackView *horizontalStack; +@property (nonatomic, retain) UIStackView *verticalStack; - (void).cxx_destruct; - (void)_contentSizeCategoryDidChange:(id)arg1; +- (void)_setupIndividualViews; +- (void)_setupStackViews; - (id)contact; - (void)dealloc; +- (id)horizontalStack; - (id)initWithStyle:(int)arg1 reuseIdentifier:(id)arg2; -- (void)layoutSubviews; - (void)setContact:(id)arg1; -- (struct CGSize { float x1; float x2; })sizeThatFits:(struct CGSize { float x1; float x2; })arg1; +- (void)setContact:(id)arg1 showRelationship:(BOOL)arg2 showPhoneIcon:(BOOL)arg3; +- (void)setHorizontalStack:(id)arg1; +- (void)setVerticalStack:(id)arg1; +- (id)verticalStack; @end diff --git a/PrivateFrameworks/HelpKit.framework/HLPHelpTopicViewController.h b/PrivateFrameworks/HelpKit.framework/HLPHelpTopicViewController.h index 05b1172c35..5fad6f89f0 100644 --- a/PrivateFrameworks/HelpKit.framework/HLPHelpTopicViewController.h +++ b/PrivateFrameworks/HelpKit.framework/HLPHelpTopicViewController.h @@ -6,6 +6,7 @@ BOOL _RTL; HLPURLSession * _URLSession; UIBarButtonItem * _backBarButtonItem; + BOOL _canShowTOC; HLPHelpTopicHistoryItem * _currentTopicHistoryItem; * _delegate; BOOL _displayHelpTopicsOnly; @@ -85,6 +86,7 @@ - (void)updateNavigationButtons; - (void)updateScrollPositionForCurrentTopicItem; - (id)usageController; +- (void)viewDidAppear:(BOOL)arg1; - (void)viewDidLoad; - (void)viewWillAppear:(BOOL)arg1; - (void)viewWillDisappear:(BOOL)arg1; diff --git a/PrivateFrameworks/HelpKit.framework/HLPHelpViewController.h b/PrivateFrameworks/HelpKit.framework/HLPHelpViewController.h index 4e3eb1f017..01c63fa72c 100644 --- a/PrivateFrameworks/HelpKit.framework/HLPHelpViewController.h +++ b/PrivateFrameworks/HelpKit.framework/HLPHelpViewController.h @@ -22,6 +22,7 @@ NSString * _selectedHelpTopicName; BOOL _showTopicNameAsTitle; BOOL _showTopicViewOnLoad; + BOOL _showingHelpTopic; NSString * _subpath; HLPHelpTableOfContentViewController * _tableOfContentViewController; HLPHelpTopicViewController * _topicViewController; @@ -108,6 +109,7 @@ - (void)updateDoneButton; - (void)updateTOCButton; - (id)version; +- (void)viewDidAppear:(BOOL)arg1; - (void)viewDidLoad; - (void)viewWillAppear:(BOOL)arg1; diff --git a/PrivateFrameworks/Home.framework/HFAccessoryInfoServiceItem.h b/PrivateFrameworks/Home.framework/HFAccessoryInfoServiceItem.h index ac2318d16c..4514850695 100644 --- a/PrivateFrameworks/Home.framework/HFAccessoryInfoServiceItem.h +++ b/PrivateFrameworks/Home.framework/HFAccessoryInfoServiceItem.h @@ -4,6 +4,7 @@ @interface HFAccessoryInfoServiceItem : HFServiceItem +- (id)_displayValueForCachedValue:(id)arg1 characteristicType:(id)arg2; - (id)_subclass_updateWithOptions:(id)arg1; @end diff --git a/PrivateFrameworks/Home.framework/HFActionBuilder.h b/PrivateFrameworks/Home.framework/HFActionBuilder.h index f1b2cc5220..f2082e4409 100644 --- a/PrivateFrameworks/Home.framework/HFActionBuilder.h +++ b/PrivateFrameworks/Home.framework/HFActionBuilder.h @@ -5,11 +5,13 @@ @interface HFActionBuilder : HFItemBuilder @property (nonatomic, readonly) HMAction *action; +@property (nonatomic, readonly) BOOL requiresDeviceUnlock; + (id)actionBuilderForAction:(id)arg1 inHome:(id)arg2; + (Class)homeKitRepresentationClass; - (id)action; +- (BOOL)requiresDeviceUnlock; - (void)setAction:(id)arg1; - (BOOL)updateWithActionBuilder:(id)arg1; diff --git a/PrivateFrameworks/Home.framework/HFActionSetBuilder.h b/PrivateFrameworks/Home.framework/HFActionSetBuilder.h index 3091d95916..706283792b 100644 --- a/PrivateFrameworks/Home.framework/HFActionSetBuilder.h +++ b/PrivateFrameworks/Home.framework/HFActionSetBuilder.h @@ -19,6 +19,7 @@ @property (nonatomic, retain) *iconDescriptor; @property (nonatomic) BOOL isFavorite; @property (nonatomic, copy) NSString *name; +@property (nonatomic, readonly) BOOL requiresDeviceUnlock; @property (readonly) Class superclass; + (Class)homeKitRepresentationClass; @@ -40,6 +41,7 @@ - (id)name; - (void)removeAction:(id)arg1; - (void)removeAllActions; +- (BOOL)requiresDeviceUnlock; - (void)setActionBuilders:(id)arg1; - (void)setActionSet:(id)arg1; - (void)setIconDescriptor:(id)arg1; diff --git a/PrivateFrameworks/Home.framework/HFCharacteristicWriteActionBuilder.h b/PrivateFrameworks/Home.framework/HFCharacteristicWriteActionBuilder.h index c00da6b960..51462ba1a9 100644 --- a/PrivateFrameworks/Home.framework/HFCharacteristicWriteActionBuilder.h +++ b/PrivateFrameworks/Home.framework/HFCharacteristicWriteActionBuilder.h @@ -18,6 +18,7 @@ - (id)characteristic; - (id)commitItem; - (id)initWithExistingObject:(id)arg1 inHome:(id)arg2; +- (BOOL)requiresDeviceUnlock; - (void)setCharacteristic:(id)arg1; - (void)setTargetValue:(id)arg1; - (id)targetValue; diff --git a/PrivateFrameworks/Home.framework/HFDebugStateDumpManager.h b/PrivateFrameworks/Home.framework/HFDebugStateDumpManager.h new file mode 100644 index 0000000000..dcb013300e --- /dev/null +++ b/PrivateFrameworks/Home.framework/HFDebugStateDumpManager.h @@ -0,0 +1,24 @@ +/* Generated by RuntimeBrowser + Image: /System/Library/PrivateFrameworks/Home.framework/Home + */ + +@interface HFDebugStateDumpManager : NSObject { + NSMutableDictionary * _stateDumpHandlersByName; + NSObject * _stateHandlerQueue; +} + +@property (nonatomic, retain) NSMutableDictionary *stateDumpHandlersByName; +@property (nonatomic, retain) NSObject *stateHandlerQueue; + ++ (id)sharedInstance; + +- (void).cxx_destruct; +- (id)init; +- (id)performStateDump:(BOOL)arg1; +- (id)registerStateDumpHandler:(id /* block */)arg1 withName:(id)arg2; +- (void)setStateDumpHandlersByName:(id)arg1; +- (void)setStateHandlerQueue:(id)arg1; +- (id)stateDumpHandlersByName; +- (id)stateHandlerQueue; + +@end diff --git a/PrivateFrameworks/Home.framework/HFFirmwareUpdateStatusItem.h b/PrivateFrameworks/Home.framework/HFFirmwareUpdateStatusItem.h new file mode 100644 index 0000000000..00a46a28e3 --- /dev/null +++ b/PrivateFrameworks/Home.framework/HFFirmwareUpdateStatusItem.h @@ -0,0 +1,9 @@ +/* Generated by RuntimeBrowser + Image: /System/Library/PrivateFrameworks/Home.framework/Home + */ + +@interface HFFirmwareUpdateStatusItem : HFStatusItem + +- (id)_subclass_updateWithOptions:(id)arg1; + +@end diff --git a/PrivateFrameworks/Home.framework/HFHomeKitDispatcher.h b/PrivateFrameworks/Home.framework/HFHomeKitDispatcher.h index 337a53da9e..13a67d4ddc 100644 --- a/PrivateFrameworks/Home.framework/HFHomeKitDispatcher.h +++ b/PrivateFrameworks/Home.framework/HFHomeKitDispatcher.h @@ -2,7 +2,7 @@ Image: /System/Library/PrivateFrameworks/Home.framework/Home */ -@interface HFHomeKitDispatcher : NSObject { +@interface HFHomeKitDispatcher : NSObject { NSHashTable * _accessoryObservers; NSMutableArray * _allHomesPromises; NSHashTable * _cameraObservers; @@ -13,6 +13,8 @@ NSHashTable * _homeManagerObservers; NSHashTable * _homeObservers; NSMutableArray * _homePromises; + NSTimer * _homeSensingIdleTimer; + HFLocationSensingCoordinator * _locationCoordinator; HMHome * _overrideHome; NSMutableDictionary * _remoteAccessStateByHomeID; NSHashTable * _residentDeviceObservers; @@ -34,10 +36,14 @@ @property (nonatomic, retain) NSHashTable *homeManagerObservers; @property (nonatomic, retain) NSHashTable *homeObservers; @property (nonatomic, retain) NSMutableArray *homePromises; +@property (nonatomic, retain) NSTimer *homeSensingIdleTimer; +@property (nonatomic, retain) HFLocationSensingCoordinator *locationCoordinator; +@property (nonatomic, readonly) NAFuture *locationSensingAvailableFuture; @property (nonatomic, retain) HMHome *overrideHome; @property (nonatomic, retain) NSMutableDictionary *remoteAccessStateByHomeID; @property (nonatomic, retain) NSHashTable *residentDeviceObservers; @property (nonatomic, retain) HMHome *selectedHome; +@property (nonatomic) BOOL selectedHomeFollowsLocation; @property (readonly) Class superclass; + (unsigned int)_homeManagerCreationPolicy; @@ -54,8 +60,12 @@ - (void)_updateRemoteAccessStateForHome:(id)arg1 notifyingObservers:(BOOL)arg2; - (void)accessory:(id)arg1 didUpdateApplicationDataForService:(id)arg2; - (void)accessory:(id)arg1 didUpdateAssociatedServiceTypeForService:(id)arg2; +- (void)accessory:(id)arg1 didUpdateBundleID:(id)arg2; +- (void)accessory:(id)arg1 didUpdateFirmwareUpdateAvailable:(BOOL)arg2; +- (void)accessory:(id)arg1 didUpdateFirmwareVersion:(id)arg2; - (void)accessory:(id)arg1 didUpdateHasAuthorizationDataForCharacteristic:(id)arg2; - (void)accessory:(id)arg1 didUpdateNameForService:(id)arg2; +- (void)accessory:(id)arg1 didUpdateStoreID:(id)arg2; - (void)accessory:(id)arg1 service:(id)arg2 didUpdateValueForCharacteristic:(id)arg3; - (void)accessoryDidUpdateAdditionalSetupRequired:(id)arg1; - (void)accessoryDidUpdateApplicationData:(id)arg1; @@ -75,6 +85,8 @@ - (void)cameraSnapshotControlDidUpdateMostRecentSnapshot:(id)arg1; - (void)cameraStreamControl:(id)arg1 didStopStreamWithError:(id)arg2; - (void)cameraStreamControlDidStartStream:(id)arg1; +- (void)coordinator:(id)arg1 homeSensingStatusDidChange:(BOOL)arg2; +- (void)coordinator:(id)arg1 locationSensingAvailabilityDidChange:(BOOL)arg2; - (void)dealloc; - (void)dispatchAccessoryObserverMessage:(id /* block */)arg1 sender:(id)arg2; - (void)dispatchCameraObserverMessage:(id /* block */)arg1 sender:(id)arg2; @@ -130,15 +142,21 @@ - (void)homeManager:(id)arg1 didUpdateResidentEnabledForThisDevice:(BOOL)arg2; - (void)homeManager:(id)arg1 didUpdateStateForIncomingInvitations:(id)arg2; - (void)homeManager:(id)arg1 residentProvisioningStatusChanged:(unsigned int)arg2; +- (void)homeManagerDidEndBatchNotifications:(id)arg1; - (void)homeManagerDidUpdateApplicationData:(id)arg1; - (void)homeManagerDidUpdateCurrentHome:(id)arg1; - (void)homeManagerDidUpdateDataSyncState:(id)arg1; - (void)homeManagerDidUpdateHomes:(id)arg1; - (void)homeManagerDidUpdatePrimaryHome:(id)arg1; - (id)homeManagerObservers; +- (void)homeManagerWillStartBatchNotifications:(id)arg1; - (id)homeObservers; - (id)homePromises; +- (id)homeSensingActiveFuture; +- (id)homeSensingIdleTimer; - (id)init; +- (id)locationCoordinator; +- (id)locationSensingAvailableFuture; - (id)overrideHome; - (id)remoteAccessStateByHomeID; - (void)removeAccessoryObserver:(id)arg1; @@ -151,6 +169,7 @@ - (void)residentDevice:(id)arg1 didUpdateStatus:(unsigned int)arg2; - (id)residentDeviceObservers; - (id)selectedHome; +- (BOOL)selectedHomeFollowsLocation; - (void)setAccessoryObservers:(id)arg1; - (void)setAllHomesPromises:(id)arg1; - (void)setCameraObservers:(id)arg1; @@ -161,12 +180,17 @@ - (void)setHomeManagerObservers:(id)arg1; - (void)setHomeObservers:(id)arg1; - (void)setHomePromises:(id)arg1; +- (void)setHomeSensingIdleTimer:(id)arg1; +- (void)setLocationCoordinator:(id)arg1; - (void)setOverrideHome:(id)arg1; - (void)setRemoteAccessStateByHomeID:(id)arg1; - (void)setResidentDeviceObservers:(id)arg1; - (void)setSelectedHome:(id)arg1; +- (void)setSelectedHomeFollowsLocation:(BOOL)arg1; +- (void)startHomeSensingIdleTimer; - (void)updateHome; - (void)updateSelectedHome; +- (void)updateStopHomeSensingIdleTimerState; - (void)warmup; @end diff --git a/PrivateFrameworks/Home.framework/HFItemManager.h b/PrivateFrameworks/Home.framework/HFItemManager.h index be216dca97..a2253bd9cf 100644 --- a/PrivateFrameworks/Home.framework/HFItemManager.h +++ b/PrivateFrameworks/Home.framework/HFItemManager.h @@ -2,11 +2,14 @@ Image: /System/Library/PrivateFrameworks/Home.framework/Home */ -@interface HFItemManager : NSObject { +@interface HFItemManager : NSObject { + HFItemManagerBatchedDelegateAdapter * _batchedDelegateAdapterAllowingReads; + HFItemManagerBatchedDelegateAdapter * _batchedDelegateAdapterDisallowingReads; * _delegate; NSMutableSet * _disableUpdateReasons; NAFuture * _firstFastUpdateFuture; NAFuture * _firstFullUpdateFuture; + BOOL _hasCreatedItemProviders; HMHome * _home; BOOL _isRunningFastInitialUpdate; HMHome * _lastUpdatedHome; @@ -18,12 +21,15 @@ @property (nonatomic, readonly) NSSet *allDisplayedItems; @property (nonatomic, readonly) NSSet *allItems; +@property (nonatomic, retain) HFItemManagerBatchedDelegateAdapter *batchedDelegateAdapterAllowingReads; +@property (nonatomic, retain) HFItemManagerBatchedDelegateAdapter *batchedDelegateAdapterDisallowingReads; @property (readonly, copy) NSString *debugDescription; @property (nonatomic) *delegate; @property (readonly, copy) NSString *description; @property (nonatomic, readonly) NSMutableSet *disableUpdateReasons; @property (nonatomic, readonly) NAFuture *firstFastUpdateFuture; @property (nonatomic, readonly) NAFuture *firstFullUpdateFuture; +@property (getter=_hasCreatedItemProviders, setter=_setHasCreatedItemProviders:, nonatomic) BOOL hasCreatedItemProviders; @property (readonly) unsigned int hash; @property (nonatomic, retain) HMHome *home; @property (nonatomic) BOOL isRunningFastInitialUpdate; @@ -48,12 +54,17 @@ - (id)_cameraForCameraStream:(id)arg1; - (id /* block */)_comparatorForSectionIdentifier:(id)arg1; - (void)_createItemProvidersWithHome:(id)arg1; +- (id)_debug_itemDescriptions; +- (id)_debug_itemManagerDescription; +- (id)_debug_itemProviderDescriptions; +- (void)_debug_registerForStateDump; - (id)_dependentHomeKitObjectsOfClass:(Class)arg1 inHomeKitObjects:(id)arg2; - (void)_didFinishUpdateTransactionWithAffectedItems:(id)arg1; - (void)_didUpdateResultsForItem:(id)arg1; - (id)_directItemDependenciesForHomeKitObjects:(id)arg1 class:(Class)arg2; - (id)_footerTitleForSectionWithIdentifier:(id)arg1; - (void)_handleAssertionFailureForComparatorMovingUnchangedItemsFrom:(id)arg1 to:(id)arg2; +- (BOOL)_hasCreatedItemProviders; - (id)_homeFuture; - (id)_identifierForSection:(unsigned int)arg1; - (id)_indexPathForItem:(id)arg1 inDisplayedItemsArray:(id)arg2; @@ -84,12 +95,10 @@ - (BOOL)_notifyDelegateOfMoveIfNeededForItem:(id)arg1 oldDisplayedItemArray:(id)arg2 updatedDisplayedItemArray:(id)arg3 addedItems:(id)arg4 removedItems:(id)arg5 logger:(id)arg6; - (unsigned int)_numberOfSections; - (id)_performUpdateForItem:(id)arg1 isInternal:(BOOL)arg2 logger:(id)arg3 options:(id)arg4; -- (id /* block */)_readValidatorAllowingNoReads; - (void)_registerForExternalUpdates; - (id)_reloadAllItemProvidersFromSenderSelector:(SEL)arg1; - (id)_reloadAndUpdateItemsForProviders:(id)arg1 updateItems:(id)arg2 senderSelector:(SEL)arg3; - (id)_reloadItemProviders:(id)arg1 updateItems:(id)arg2 shouldUpdateExistingItems:(BOOL)arg3 senderSelector:(SEL)arg4 readValidator:(id /* block */)arg5; -- (id)_reloadItemProvidersWithInvalidationReasons:(id)arg1 updateItems:(id)arg2 senderSelector:(SEL)arg3 updatedHome:(id)arg4 readValidator:(id /* block */)arg5; - (void)_removeDelegateNotifications; - (BOOL)_requiresNotificationsForCharacteristic:(id)arg1; - (unsigned int)_sectionForItem:(id)arg1; @@ -100,6 +109,7 @@ - (id)_sectionInfosEnsuringLoaded; - (id)_serviceGroupItemForServiceGroup:(id)arg1 inItems:(id)arg2; - (id)_serviceItemsToHideInSet:(id)arg1 allServiceGroupItems:(id)arg2; +- (void)_setHasCreatedItemProviders:(BOOL)arg1; - (void)_setupDelegateNotifications; - (BOOL)_shouldHideServiceItem:(id)arg1 containedInServiceGroupItem:(id)arg2; - (BOOL)_shouldPerformFastInitialUpdates; @@ -120,8 +130,12 @@ - (void)_willUpdateSections; - (void)accessory:(id)arg1 didUpdateApplicationDataForService:(id)arg2; - (void)accessory:(id)arg1 didUpdateAssociatedServiceTypeForService:(id)arg2; +- (void)accessory:(id)arg1 didUpdateBundleID:(id)arg2; +- (void)accessory:(id)arg1 didUpdateFirmwareUpdateAvailable:(BOOL)arg2; +- (void)accessory:(id)arg1 didUpdateFirmwareVersion:(id)arg2; - (void)accessory:(id)arg1 didUpdateHasAuthorizationDataForCharacteristic:(id)arg2; - (void)accessory:(id)arg1 didUpdateNameForService:(id)arg2; +- (void)accessory:(id)arg1 didUpdateStoreID:(id)arg2; - (void)accessory:(id)arg1 service:(id)arg2 didUpdateValueForCharacteristic:(id)arg3; - (void)accessoryDidUpdateAdditionalSetupRequired:(id)arg1; - (void)accessoryDidUpdateApplicationData:(id)arg1; @@ -130,6 +144,8 @@ - (void)accessoryDidUpdateServices:(id)arg1; - (id)allDisplayedItems; - (id)allItems; +- (id)batchedDelegateAdapterAllowingReads; +- (id)batchedDelegateAdapterDisallowingReads; - (void)beginSuppressingUpdatesForCharacteristics:(id)arg1 withReason:(id)arg2; - (void)cameraSnapshotControl:(id)arg1 didTakeSnapshot:(id)arg2 error:(id)arg3; - (void)cameraSnapshotControlDidUpdateMostRecentSnapshot:(id)arg1; @@ -149,6 +165,7 @@ - (id)firstFastUpdateFuture; - (id)firstFullUpdateFuture; - (id)footerTitleForSection:(unsigned int)arg1; +- (id)hf_serializedStateDumpRepresentation; - (id)home; - (void)home:(id)arg1 didAddAccessory:(id)arg2; - (void)home:(id)arg1 didAddActionSet:(id)arg2; @@ -200,10 +217,12 @@ - (void)homeManager:(id)arg1 didRemoveHome:(id)arg2; - (void)homeManager:(id)arg1 didUpdateStateForIncomingInvitations:(id)arg2; - (void)homeManager:(id)arg1 residentProvisioningStatusChanged:(unsigned int)arg2; +- (void)homeManagerDidEndBatchNotifications:(id)arg1; - (void)homeManagerDidFinishInitialDatabaseLoad:(id)arg1; - (void)homeManagerDidFinishUnknownChange:(id)arg1; - (void)homeManagerDidUpdateCurrentHome:(id)arg1; - (void)homeManagerDidUpdatePrimaryHome:(id)arg1; +- (void)homeManagerWillStartBatchNotifications:(id)arg1; - (id)indexPathForItem:(id)arg1; - (id)init; - (id)initWithDelegate:(id)arg1; @@ -221,6 +240,8 @@ - (void)residentDevice:(id)arg1 didUpdateStatus:(unsigned int)arg2; - (unsigned int)sectionIndexForDisplayedSectionIdentifier:(id)arg1; - (id)sectionInfos; +- (void)setBatchedDelegateAdapterAllowingReads:(id)arg1; +- (void)setBatchedDelegateAdapterDisallowingReads:(id)arg1; - (void)setDelegate:(id)arg1; - (void)setHome:(id)arg1; - (void)setIsRunningFastInitialUpdate:(BOOL)arg1; diff --git a/PrivateFrameworks/Home.framework/HFItemManagerBatchedDelegateAdapter.h b/PrivateFrameworks/Home.framework/HFItemManagerBatchedDelegateAdapter.h new file mode 100644 index 0000000000..b538b30e96 --- /dev/null +++ b/PrivateFrameworks/Home.framework/HFItemManagerBatchedDelegateAdapter.h @@ -0,0 +1,48 @@ +/* Generated by RuntimeBrowser + Image: /System/Library/PrivateFrameworks/Home.framework/Home + */ + +@interface HFItemManagerBatchedDelegateAdapter : NSObject { + NSMutableSet * _batchedItemProviderInvalidationReasons; + NSMutableSet * _batchedItemsToUpdate; + SEL _batchedSenderSelector; + NAFuture * _finishExecutingBatchFuture; + HFItemManager * _itemManager; + id /* block */ _readValidator; + NAFuture * _startExecutingBatchFuture; + NSMutableSet * _uncommittedBatchingReasons; +} + +@property (nonatomic, retain) NSMutableSet *batchedItemProviderInvalidationReasons; +@property (nonatomic, retain) NSMutableSet *batchedItemsToUpdate; +@property (nonatomic) SEL batchedSenderSelector; +@property (nonatomic, retain) NAFuture *finishExecutingBatchFuture; +@property (nonatomic, readonly) HFItemManager *itemManager; +@property (nonatomic, readonly, copy) id /* block */ readValidator; +@property (nonatomic, retain) NAFuture *startExecutingBatchFuture; +@property (nonatomic, retain) NSMutableSet *uncommittedBatchingReasons; + +- (void).cxx_destruct; +- (void)_executeBatch; +- (id)_itemProvidersToReloadForInvalidationReasons:(id)arg1; +- (void)_reset; +- (id)batchedItemProviderInvalidationReasons; +- (id)batchedItemsToUpdate; +- (SEL)batchedSenderSelector; +- (void)beginBatchWithReason:(id)arg1; +- (id)commitBatchWithReason:(id)arg1 senderSelector:(SEL)arg2; +- (id)finishExecutingBatchFuture; +- (id)initWithItemManager:(id)arg1 readValidator:(id /* block */)arg2; +- (id)itemManager; +- (id /* block */)readValidator; +- (id)requestUpdateForItems:(id)arg1 itemProviderInvalidationReasons:(id)arg2 modifiedHome:(id)arg3 senderSelector:(SEL)arg4; +- (void)setBatchedItemProviderInvalidationReasons:(id)arg1; +- (void)setBatchedItemsToUpdate:(id)arg1; +- (void)setBatchedSenderSelector:(SEL)arg1; +- (void)setFinishExecutingBatchFuture:(id)arg1; +- (void)setStartExecutingBatchFuture:(id)arg1; +- (void)setUncommittedBatchingReasons:(id)arg1; +- (id)startExecutingBatchFuture; +- (id)uncommittedBatchingReasons; + +@end diff --git a/PrivateFrameworks/Home.framework/HFItemProviderReloadResults.h b/PrivateFrameworks/Home.framework/HFItemProviderReloadResults.h index 045ebdd2c1..33aa9838f6 100644 --- a/PrivateFrameworks/Home.framework/HFItemProviderReloadResults.h +++ b/PrivateFrameworks/Home.framework/HFItemProviderReloadResults.h @@ -2,7 +2,7 @@ Image: /System/Library/PrivateFrameworks/Home.framework/Home */ -@interface HFItemProviderReloadResults : NSObject { +@interface HFItemProviderReloadResults : NSObject { NSSet * _addedItems; NSSet * _existingItems; NSSet * _removedItems; @@ -16,6 +16,7 @@ - (void).cxx_destruct; - (id)addedItems; - (id)allItems; +- (id)copyWithZone:(struct _NSZone { }*)arg1; - (id)description; - (id)existingItems; - (id)init; diff --git a/PrivateFrameworks/Home.framework/HFLocationSensingCoordinator.h b/PrivateFrameworks/Home.framework/HFLocationSensingCoordinator.h new file mode 100644 index 0000000000..71c47c8d91 --- /dev/null +++ b/PrivateFrameworks/Home.framework/HFLocationSensingCoordinator.h @@ -0,0 +1,44 @@ +/* Generated by RuntimeBrowser + Image: /System/Library/PrivateFrameworks/Home.framework/Home + */ + +@interface HFLocationSensingCoordinator : NSObject { + NAFuture * _authStatusInitializedFuture; + int _authorizationStatus; + NSUserDefaults * _defaults; + * _delegate; + CLLocationManager * _locationManager; +} + +@property (nonatomic, retain) NAFuture *authStatusInitializedFuture; +@property (nonatomic) int authorizationStatus; +@property (readonly, copy) NSString *debugDescription; +@property (nonatomic, retain) NSUserDefaults *defaults; +@property (nonatomic) *delegate; +@property (readonly, copy) NSString *description; +@property (readonly) unsigned int hash; +@property (nonatomic) BOOL homeSensingEnabled; +@property (nonatomic, retain) CLLocationManager *locationManager; +@property (nonatomic, readonly) NAFuture *locationSensingAvailableFuture; +@property (readonly) Class superclass; + +- (void).cxx_destruct; +- (id)authStatusInitializedFuture; +- (int)authorizationStatus; +- (id)defaults; +- (id)delegate; +- (BOOL)homeSensingEnabled; +- (id)init; +- (id)initWithDelegate:(id)arg1; +- (id)locationManager; +- (void)locationManager:(id)arg1 didChangeAuthorizationStatus:(int)arg2; +- (id)locationSensingAvailableFuture; +- (void)observeValueForKeyPath:(id)arg1 ofObject:(id)arg2 change:(id)arg3 context:(void*)arg4; +- (void)setAuthStatusInitializedFuture:(id)arg1; +- (void)setAuthorizationStatus:(int)arg1; +- (void)setDefaults:(id)arg1; +- (void)setDelegate:(id)arg1; +- (void)setHomeSensingEnabled:(BOOL)arg1; +- (void)setLocationManager:(id)arg1; + +@end diff --git a/PrivateFrameworks/Home.framework/HFLocationTriggerBuilder.h b/PrivateFrameworks/Home.framework/HFLocationTriggerBuilder.h index 812bb8a83e..ea22b4c5ac 100644 --- a/PrivateFrameworks/Home.framework/HFLocationTriggerBuilder.h +++ b/PrivateFrameworks/Home.framework/HFLocationTriggerBuilder.h @@ -11,6 +11,7 @@ + (BOOL)supportsConditions; - (void).cxx_destruct; +- (id)_allActionSets; - (id)_performValidation; - (id)_updateRegion; - (id)commitCreateTrigger; @@ -18,6 +19,7 @@ - (id)initWithExistingObject:(id)arg1 inHome:(id)arg2; - (id)naturalLanguageNameOfType:(unsigned int)arg1; - (id)region; +- (BOOL)requiresConfirmationToRun; - (void)setRegion:(id)arg1; @end diff --git a/PrivateFrameworks/Home.framework/HFStaticItem.h b/PrivateFrameworks/Home.framework/HFStaticItem.h index 5ea14f4805..39ed21558c 100644 --- a/PrivateFrameworks/Home.framework/HFStaticItem.h +++ b/PrivateFrameworks/Home.framework/HFStaticItem.h @@ -2,7 +2,7 @@ Image: /System/Library/PrivateFrameworks/Home.framework/Home */ -@interface HFStaticItem : HFItem { +@interface HFStaticItem : HFItem { id /* block */ _resultsBlock; NSDictionary * _staticResults; } @@ -12,6 +12,7 @@ - (void).cxx_destruct; - (id)_subclass_updateWithOptions:(id)arg1; +- (id)copyWithZone:(struct _NSZone { }*)arg1; - (id)init; - (id)initWithResults:(id)arg1; - (id)initWithResultsBlock:(id /* block */)arg1; diff --git a/PrivateFrameworks/Home.framework/HFTriggerAnonymousActionSetBuilder.h b/PrivateFrameworks/Home.framework/HFTriggerAnonymousActionSetBuilder.h index ad620fce3f..c692f7843e 100644 --- a/PrivateFrameworks/Home.framework/HFTriggerAnonymousActionSetBuilder.h +++ b/PrivateFrameworks/Home.framework/HFTriggerAnonymousActionSetBuilder.h @@ -14,6 +14,7 @@ @property (readonly, copy) NSString *debugDescription; @property (readonly, copy) NSString *description; @property (readonly) unsigned int hash; +@property (nonatomic, readonly) BOOL requiresDeviceUnlock; @property (readonly) Class superclass; + (Class)homeKitRepresentationClass; @@ -29,6 +30,7 @@ - (id)initWithExistingObject:(id)arg1 inHome:(id)arg2; - (void)removeAction:(id)arg1; - (void)removeAllActions; +- (BOOL)requiresDeviceUnlock; - (void)setActionBuilders:(id)arg1; - (void)setActionSet:(id)arg1; - (void)setContainingTrigger:(id)arg1; diff --git a/PrivateFrameworks/Home.framework/HFTriggerBuilder.h b/PrivateFrameworks/Home.framework/HFTriggerBuilder.h index 5f4bf0dce2..d1dcbfbaca 100644 --- a/PrivateFrameworks/Home.framework/HFTriggerBuilder.h +++ b/PrivateFrameworks/Home.framework/HFTriggerBuilder.h @@ -17,6 +17,7 @@ @property (nonatomic) BOOL enabled; @property (nonatomic, readonly) BOOL hasActions; @property (nonatomic, copy) NSString *name; +@property (nonatomic, readonly) BOOL requiresConfirmationToRun; @property (nonatomic, readonly) HMTrigger *trigger; + (Class)homeKitRepresentationClass; @@ -49,6 +50,7 @@ - (void)removeActionSet:(id)arg1; - (void)removeAllActionsAndActionSets; - (void)removeCondition:(id)arg1; +- (BOOL)requiresConfirmationToRun; - (void)setActionSetBuilders:(id)arg1; - (void)setAnonymousActionSetBuilder:(id)arg1; - (void)setConditions:(id)arg1; diff --git a/PrivateFrameworks/Home.framework/HFUpdateLoggerDebuggingController.h b/PrivateFrameworks/Home.framework/HFUpdateLoggerDebuggingController.h index 5125ec0314..c524881f29 100644 --- a/PrivateFrameworks/Home.framework/HFUpdateLoggerDebuggingController.h +++ b/PrivateFrameworks/Home.framework/HFUpdateLoggerDebuggingController.h @@ -23,6 +23,7 @@ - (int)_queue_iteration; - (id)_queue_runningLoggers; - (void)_removeRunningLogger:(id)arg1; +- (id)_runningLoggerStrings; - (id)_runningLoggers; - (id)init; - (id)queue; diff --git a/PrivateFrameworks/Home.framework/_HFItemManagerDebugStateDumpController.h b/PrivateFrameworks/Home.framework/_HFItemManagerDebugStateDumpController.h new file mode 100644 index 0000000000..e04902892c --- /dev/null +++ b/PrivateFrameworks/Home.framework/_HFItemManagerDebugStateDumpController.h @@ -0,0 +1,20 @@ +/* Generated by RuntimeBrowser + Image: /System/Library/PrivateFrameworks/Home.framework/Home + */ + +@interface _HFItemManagerDebugStateDumpController : NSObject { + NSHashTable * _itemManagers; +} + +@property (nonatomic, retain) NSHashTable *itemManagers; + ++ (id)sharedInstance; + +- (void).cxx_destruct; +- (id)_performStateDump; +- (id)init; +- (id)itemManagers; +- (void)registerItemManager:(id)arg1; +- (void)setItemManagers:(id)arg1; + +@end diff --git a/PrivateFrameworks/HomeKitDaemon.framework/AWDHomeKitCameraIDSSessionSetup.h b/PrivateFrameworks/HomeKitDaemon.framework/AWDHomeKitCameraIDSSessionSetup.h new file mode 100644 index 0000000000..92fa4b29df --- /dev/null +++ b/PrivateFrameworks/HomeKitDaemon.framework/AWDHomeKitCameraIDSSessionSetup.h @@ -0,0 +1,53 @@ +/* Generated by RuntimeBrowser + Image: /System/Library/PrivateFrameworks/HomeKitDaemon.framework/HomeKitDaemon + */ + +@interface AWDHomeKitCameraIDSSessionSetup : PBCodable { + struct { + unsigned int idsSessionInvitationReceived : 1; + unsigned int idsSessionInvitationSent : 1; + unsigned int idsSessionStartedOnReceiver : 1; + unsigned int idsSessionStartedOnResident : 1; + } _has; + unsigned long long _idsSessionInvitationReceived; + unsigned long long _idsSessionInvitationSent; + unsigned long long _idsSessionStartedOnReceiver; + unsigned long long _idsSessionStartedOnResident; +} + +@property (nonatomic) BOOL hasIdsSessionInvitationReceived; +@property (nonatomic) BOOL hasIdsSessionInvitationSent; +@property (nonatomic) BOOL hasIdsSessionStartedOnReceiver; +@property (nonatomic) BOOL hasIdsSessionStartedOnResident; +@property (nonatomic) unsigned long long idsSessionInvitationReceived; +@property (nonatomic) unsigned long long idsSessionInvitationSent; +@property (nonatomic) unsigned long long idsSessionStartedOnReceiver; +@property (nonatomic) unsigned long long idsSessionStartedOnResident; + +- (void)copyTo:(id)arg1; +- (id)copyWithZone:(struct _NSZone { }*)arg1; +- (id)description; +- (id)dictionaryRepresentation; +- (BOOL)hasIdsSessionInvitationReceived; +- (BOOL)hasIdsSessionInvitationSent; +- (BOOL)hasIdsSessionStartedOnReceiver; +- (BOOL)hasIdsSessionStartedOnResident; +- (unsigned int)hash; +- (unsigned long long)idsSessionInvitationReceived; +- (unsigned long long)idsSessionInvitationSent; +- (unsigned long long)idsSessionStartedOnReceiver; +- (unsigned long long)idsSessionStartedOnResident; +- (BOOL)isEqual:(id)arg1; +- (void)mergeFrom:(id)arg1; +- (BOOL)readFrom:(id)arg1; +- (void)setHasIdsSessionInvitationReceived:(BOOL)arg1; +- (void)setHasIdsSessionInvitationSent:(BOOL)arg1; +- (void)setHasIdsSessionStartedOnReceiver:(BOOL)arg1; +- (void)setHasIdsSessionStartedOnResident:(BOOL)arg1; +- (void)setIdsSessionInvitationReceived:(unsigned long long)arg1; +- (void)setIdsSessionInvitationSent:(unsigned long long)arg1; +- (void)setIdsSessionStartedOnReceiver:(unsigned long long)arg1; +- (void)setIdsSessionStartedOnResident:(unsigned long long)arg1; +- (void)writeTo:(id)arg1; + +@end diff --git a/PrivateFrameworks/HomeKitDaemon.framework/AWDHomeKitCameraSnapshot.h b/PrivateFrameworks/HomeKitDaemon.framework/AWDHomeKitCameraSnapshot.h new file mode 100644 index 0000000000..45d133f55b --- /dev/null +++ b/PrivateFrameworks/HomeKitDaemon.framework/AWDHomeKitCameraSnapshot.h @@ -0,0 +1,132 @@ +/* Generated by RuntimeBrowser + Image: /System/Library/PrivateFrameworks/HomeKitDaemon.framework/HomeKitDaemon + */ + +@interface AWDHomeKitCameraSnapshot : PBCodable { + AWDHomeKitCameraSnapshotMessaging * _controllerMessaging; + unsigned int _errorCode; + BOOL _forNotification; + struct { + unsigned int receivedSnapshotFromAccessory : 1; + unsigned int sentSnapshotRequestToAccessory : 1; + unsigned int timestamp : 1; + unsigned int errorCode : 1; + unsigned int underlyingErrorCode : 1; + unsigned int forNotification : 1; + unsigned int isLocal : 1; + } _has; + AWDHomeKitCameraIDSSessionSetup * _idsSessionSetup; + BOOL _isLocal; + AWDHomeKitCameraSnapshotIDSTransfer * _phoneToWatch; + unsigned long long _receivedSnapshotFromAccessory; + AWDHomeKitCameraSnapshotMessaging * _residentMessaging; + AWDHomeKitCameraSnapshotIDSTransfer * _residentToPhone; + unsigned long long _sentSnapshotRequestToAccessory; + NSString * _sessionID; + unsigned long long _timestamp; + unsigned int _underlyingErrorCode; + NSString * _underlyingErrorDomain; + AWDHomeKitVendorInformation * _vendorDetails; + AWDHomeKitCameraSnapshotMessaging * _watchMessaging; +} + +@property (nonatomic, retain) AWDHomeKitCameraSnapshotMessaging *controllerMessaging; +@property (nonatomic) unsigned int errorCode; +@property (nonatomic) BOOL forNotification; +@property (nonatomic, readonly) BOOL hasControllerMessaging; +@property (nonatomic) BOOL hasErrorCode; +@property (nonatomic) BOOL hasForNotification; +@property (nonatomic, readonly) BOOL hasIdsSessionSetup; +@property (nonatomic) BOOL hasIsLocal; +@property (nonatomic, readonly) BOOL hasPhoneToWatch; +@property (nonatomic) BOOL hasReceivedSnapshotFromAccessory; +@property (nonatomic, readonly) BOOL hasResidentMessaging; +@property (nonatomic, readonly) BOOL hasResidentToPhone; +@property (nonatomic) BOOL hasSentSnapshotRequestToAccessory; +@property (nonatomic, readonly) BOOL hasSessionID; +@property (nonatomic) BOOL hasTimestamp; +@property (nonatomic) BOOL hasUnderlyingErrorCode; +@property (nonatomic, readonly) BOOL hasUnderlyingErrorDomain; +@property (nonatomic, readonly) BOOL hasVendorDetails; +@property (nonatomic, readonly) BOOL hasWatchMessaging; +@property (nonatomic, retain) AWDHomeKitCameraIDSSessionSetup *idsSessionSetup; +@property (nonatomic) BOOL isLocal; +@property (nonatomic, retain) AWDHomeKitCameraSnapshotIDSTransfer *phoneToWatch; +@property (nonatomic) unsigned long long receivedSnapshotFromAccessory; +@property (nonatomic, retain) AWDHomeKitCameraSnapshotMessaging *residentMessaging; +@property (nonatomic, retain) AWDHomeKitCameraSnapshotIDSTransfer *residentToPhone; +@property (nonatomic) unsigned long long sentSnapshotRequestToAccessory; +@property (nonatomic, retain) NSString *sessionID; +@property (nonatomic) unsigned long long timestamp; +@property (nonatomic) unsigned int underlyingErrorCode; +@property (nonatomic, retain) NSString *underlyingErrorDomain; +@property (nonatomic, retain) AWDHomeKitVendorInformation *vendorDetails; +@property (nonatomic, retain) AWDHomeKitCameraSnapshotMessaging *watchMessaging; + +- (void).cxx_destruct; +- (id)controllerMessaging; +- (void)copyTo:(id)arg1; +- (id)copyWithZone:(struct _NSZone { }*)arg1; +- (id)description; +- (id)dictionaryRepresentation; +- (unsigned int)errorCode; +- (BOOL)forNotification; +- (BOOL)hasControllerMessaging; +- (BOOL)hasErrorCode; +- (BOOL)hasForNotification; +- (BOOL)hasIdsSessionSetup; +- (BOOL)hasIsLocal; +- (BOOL)hasPhoneToWatch; +- (BOOL)hasReceivedSnapshotFromAccessory; +- (BOOL)hasResidentMessaging; +- (BOOL)hasResidentToPhone; +- (BOOL)hasSentSnapshotRequestToAccessory; +- (BOOL)hasSessionID; +- (BOOL)hasTimestamp; +- (BOOL)hasUnderlyingErrorCode; +- (BOOL)hasUnderlyingErrorDomain; +- (BOOL)hasVendorDetails; +- (BOOL)hasWatchMessaging; +- (unsigned int)hash; +- (id)idsSessionSetup; +- (BOOL)isEqual:(id)arg1; +- (BOOL)isLocal; +- (void)mergeFrom:(id)arg1; +- (id)phoneToWatch; +- (BOOL)readFrom:(id)arg1; +- (unsigned long long)receivedSnapshotFromAccessory; +- (id)residentMessaging; +- (id)residentToPhone; +- (unsigned long long)sentSnapshotRequestToAccessory; +- (id)sessionID; +- (void)setControllerMessaging:(id)arg1; +- (void)setErrorCode:(unsigned int)arg1; +- (void)setForNotification:(BOOL)arg1; +- (void)setHasErrorCode:(BOOL)arg1; +- (void)setHasForNotification:(BOOL)arg1; +- (void)setHasIsLocal:(BOOL)arg1; +- (void)setHasReceivedSnapshotFromAccessory:(BOOL)arg1; +- (void)setHasSentSnapshotRequestToAccessory:(BOOL)arg1; +- (void)setHasTimestamp:(BOOL)arg1; +- (void)setHasUnderlyingErrorCode:(BOOL)arg1; +- (void)setIdsSessionSetup:(id)arg1; +- (void)setIsLocal:(BOOL)arg1; +- (void)setPhoneToWatch:(id)arg1; +- (void)setReceivedSnapshotFromAccessory:(unsigned long long)arg1; +- (void)setResidentMessaging:(id)arg1; +- (void)setResidentToPhone:(id)arg1; +- (void)setSentSnapshotRequestToAccessory:(unsigned long long)arg1; +- (void)setSessionID:(id)arg1; +- (void)setTimestamp:(unsigned long long)arg1; +- (void)setUnderlyingErrorCode:(unsigned int)arg1; +- (void)setUnderlyingErrorDomain:(id)arg1; +- (void)setVendorDetails:(id)arg1; +- (void)setWatchMessaging:(id)arg1; +- (unsigned long long)timestamp; +- (unsigned int)underlyingErrorCode; +- (id)underlyingErrorDomain; +- (id)vendorDetails; +- (id)watchMessaging; +- (void)writeTo:(id)arg1; + +@end diff --git a/PrivateFrameworks/HomeKitDaemon.framework/AWDHomeKitCameraSnapshotIDSTransfer.h b/PrivateFrameworks/HomeKitDaemon.framework/AWDHomeKitCameraSnapshotIDSTransfer.h new file mode 100644 index 0000000000..fcdfe23fb4 --- /dev/null +++ b/PrivateFrameworks/HomeKitDaemon.framework/AWDHomeKitCameraSnapshotIDSTransfer.h @@ -0,0 +1,37 @@ +/* Generated by RuntimeBrowser + Image: /System/Library/PrivateFrameworks/HomeKitDaemon.framework/HomeKitDaemon + */ + +@interface AWDHomeKitCameraSnapshotIDSTransfer : PBCodable { + struct { + unsigned int receivedImage : 1; + unsigned int sentImage : 1; + } _has; + unsigned long long _receivedImage; + unsigned long long _sentImage; +} + +@property (nonatomic) BOOL hasReceivedImage; +@property (nonatomic) BOOL hasSentImage; +@property (nonatomic) unsigned long long receivedImage; +@property (nonatomic) unsigned long long sentImage; + +- (void)copyTo:(id)arg1; +- (id)copyWithZone:(struct _NSZone { }*)arg1; +- (id)description; +- (id)dictionaryRepresentation; +- (BOOL)hasReceivedImage; +- (BOOL)hasSentImage; +- (unsigned int)hash; +- (BOOL)isEqual:(id)arg1; +- (void)mergeFrom:(id)arg1; +- (BOOL)readFrom:(id)arg1; +- (unsigned long long)receivedImage; +- (unsigned long long)sentImage; +- (void)setHasReceivedImage:(BOOL)arg1; +- (void)setHasSentImage:(BOOL)arg1; +- (void)setReceivedImage:(unsigned long long)arg1; +- (void)setSentImage:(unsigned long long)arg1; +- (void)writeTo:(id)arg1; + +@end diff --git a/PrivateFrameworks/HomeKitDaemon.framework/AWDHomeKitCameraSnapshotMessaging.h b/PrivateFrameworks/HomeKitDaemon.framework/AWDHomeKitCameraSnapshotMessaging.h new file mode 100644 index 0000000000..8affc8dcd0 --- /dev/null +++ b/PrivateFrameworks/HomeKitDaemon.framework/AWDHomeKitCameraSnapshotMessaging.h @@ -0,0 +1,45 @@ +/* Generated by RuntimeBrowser + Image: /System/Library/PrivateFrameworks/HomeKitDaemon.framework/HomeKitDaemon + */ + +@interface AWDHomeKitCameraSnapshotMessaging : PBCodable { + struct { + unsigned int receivedSnapshotRequest : 1; + unsigned int sentSnapshotRequest : 1; + unsigned int sentSnapshotResponse : 1; + } _has; + unsigned long long _receivedSnapshotRequest; + unsigned long long _sentSnapshotRequest; + unsigned long long _sentSnapshotResponse; +} + +@property (nonatomic) BOOL hasReceivedSnapshotRequest; +@property (nonatomic) BOOL hasSentSnapshotRequest; +@property (nonatomic) BOOL hasSentSnapshotResponse; +@property (nonatomic) unsigned long long receivedSnapshotRequest; +@property (nonatomic) unsigned long long sentSnapshotRequest; +@property (nonatomic) unsigned long long sentSnapshotResponse; + +- (void)copyTo:(id)arg1; +- (id)copyWithZone:(struct _NSZone { }*)arg1; +- (id)description; +- (id)dictionaryRepresentation; +- (BOOL)hasReceivedSnapshotRequest; +- (BOOL)hasSentSnapshotRequest; +- (BOOL)hasSentSnapshotResponse; +- (unsigned int)hash; +- (BOOL)isEqual:(id)arg1; +- (void)mergeFrom:(id)arg1; +- (BOOL)readFrom:(id)arg1; +- (unsigned long long)receivedSnapshotRequest; +- (unsigned long long)sentSnapshotRequest; +- (unsigned long long)sentSnapshotResponse; +- (void)setHasReceivedSnapshotRequest:(BOOL)arg1; +- (void)setHasSentSnapshotRequest:(BOOL)arg1; +- (void)setHasSentSnapshotResponse:(BOOL)arg1; +- (void)setReceivedSnapshotRequest:(unsigned long long)arg1; +- (void)setSentSnapshotRequest:(unsigned long long)arg1; +- (void)setSentSnapshotResponse:(unsigned long long)arg1; +- (void)writeTo:(id)arg1; + +@end diff --git a/PrivateFrameworks/HomeKitDaemon.framework/AWDHomeKitCameraStream.h b/PrivateFrameworks/HomeKitDaemon.framework/AWDHomeKitCameraStream.h index df40126053..c348286223 100644 --- a/PrivateFrameworks/HomeKitDaemon.framework/AWDHomeKitCameraStream.h +++ b/PrivateFrameworks/HomeKitDaemon.framework/AWDHomeKitCameraStream.h @@ -3,100 +3,173 @@ */ @interface AWDHomeKitCameraStream : PBCodable { + AWDHomeKitCameraStreamMessaging * _controllerMessaging; unsigned long long _duration; unsigned int _errorCode; struct { unsigned int duration : 1; + unsigned int receivedFirstFrame : 1; unsigned int startupDelay : 1; unsigned int timestamp : 1; unsigned int errorCode : 1; unsigned int resolutionOnClose : 1; + unsigned int underlyingErrorCode : 1; unsigned int isLocal : 1; unsigned int isStreamStarted : 1; } _has; + AWDHomeKitCameraIDSSessionSetup * _idsSessionSetup; + AWDHomeKitCameraStreamConfigure * _initialConfiguration; BOOL _isLocal; BOOL _isStreamStarted; + AWDHomeKitCameraStreamIDSConnSetup * _phoneIDSConnectionSetup; + unsigned long long _receivedFirstFrame; + NSMutableArray * _reconfigurations; + AWDHomeKitCameraStreamMessaging * _residentMessaging; NSMutableArray * _resolutionCounts; int _resolutionOnClose; NSString * _sessionID; unsigned long long _startupDelay; unsigned long long _timestamp; + unsigned int _underlyingErrorCode; + NSString * _underlyingErrorDomain; AWDHomeKitVendorInformation * _vendorDetails; + AWDHomeKitCameraStreamIDSConnSetup * _watchIDSConnectionSetup; + AWDHomeKitCameraStreamMessaging * _watchMessaging; } +@property (nonatomic, retain) AWDHomeKitCameraStreamMessaging *controllerMessaging; @property (nonatomic) unsigned long long duration; @property (nonatomic) unsigned int errorCode; +@property (nonatomic, readonly) BOOL hasControllerMessaging; @property (nonatomic) BOOL hasDuration; @property (nonatomic) BOOL hasErrorCode; +@property (nonatomic, readonly) BOOL hasIdsSessionSetup; +@property (nonatomic, readonly) BOOL hasInitialConfiguration; @property (nonatomic) BOOL hasIsLocal; @property (nonatomic) BOOL hasIsStreamStarted; +@property (nonatomic, readonly) BOOL hasPhoneIDSConnectionSetup; +@property (nonatomic) BOOL hasReceivedFirstFrame; +@property (nonatomic, readonly) BOOL hasResidentMessaging; @property (nonatomic) BOOL hasResolutionOnClose; @property (nonatomic, readonly) BOOL hasSessionID; @property (nonatomic) BOOL hasStartupDelay; @property (nonatomic) BOOL hasTimestamp; +@property (nonatomic) BOOL hasUnderlyingErrorCode; +@property (nonatomic, readonly) BOOL hasUnderlyingErrorDomain; @property (nonatomic, readonly) BOOL hasVendorDetails; +@property (nonatomic, readonly) BOOL hasWatchIDSConnectionSetup; +@property (nonatomic, readonly) BOOL hasWatchMessaging; +@property (nonatomic, retain) AWDHomeKitCameraIDSSessionSetup *idsSessionSetup; +@property (nonatomic, retain) AWDHomeKitCameraStreamConfigure *initialConfiguration; @property (nonatomic) BOOL isLocal; @property (nonatomic) BOOL isStreamStarted; +@property (nonatomic, retain) AWDHomeKitCameraStreamIDSConnSetup *phoneIDSConnectionSetup; +@property (nonatomic) unsigned long long receivedFirstFrame; +@property (nonatomic, retain) NSMutableArray *reconfigurations; +@property (nonatomic, retain) AWDHomeKitCameraStreamMessaging *residentMessaging; @property (nonatomic, retain) NSMutableArray *resolutionCounts; @property (nonatomic) int resolutionOnClose; @property (nonatomic, retain) NSString *sessionID; @property (nonatomic) unsigned long long startupDelay; @property (nonatomic) unsigned long long timestamp; +@property (nonatomic) unsigned int underlyingErrorCode; +@property (nonatomic, retain) NSString *underlyingErrorDomain; @property (nonatomic, retain) AWDHomeKitVendorInformation *vendorDetails; +@property (nonatomic, retain) AWDHomeKitCameraStreamIDSConnSetup *watchIDSConnectionSetup; +@property (nonatomic, retain) AWDHomeKitCameraStreamMessaging *watchMessaging; ++ (Class)reconfigurationsType; + (Class)resolutionCountType; - (void).cxx_destruct; - (int)StringAsResolutionOnClose:(id)arg1; +- (void)addReconfigurations:(id)arg1; - (void)addResolutionCount:(id)arg1; +- (void)clearReconfigurations; - (void)clearResolutionCounts; +- (id)controllerMessaging; - (void)copyTo:(id)arg1; - (id)copyWithZone:(struct _NSZone { }*)arg1; - (id)description; - (id)dictionaryRepresentation; - (unsigned long long)duration; - (unsigned int)errorCode; +- (BOOL)hasControllerMessaging; - (BOOL)hasDuration; - (BOOL)hasErrorCode; +- (BOOL)hasIdsSessionSetup; +- (BOOL)hasInitialConfiguration; - (BOOL)hasIsLocal; - (BOOL)hasIsStreamStarted; +- (BOOL)hasPhoneIDSConnectionSetup; +- (BOOL)hasReceivedFirstFrame; +- (BOOL)hasResidentMessaging; - (BOOL)hasResolutionOnClose; - (BOOL)hasSessionID; - (BOOL)hasStartupDelay; - (BOOL)hasTimestamp; +- (BOOL)hasUnderlyingErrorCode; +- (BOOL)hasUnderlyingErrorDomain; - (BOOL)hasVendorDetails; +- (BOOL)hasWatchIDSConnectionSetup; +- (BOOL)hasWatchMessaging; - (unsigned int)hash; +- (id)idsSessionSetup; +- (id)initialConfiguration; - (BOOL)isEqual:(id)arg1; - (BOOL)isLocal; - (BOOL)isStreamStarted; - (void)mergeFrom:(id)arg1; +- (id)phoneIDSConnectionSetup; - (BOOL)readFrom:(id)arg1; +- (unsigned long long)receivedFirstFrame; +- (id)reconfigurations; +- (id)reconfigurationsAtIndex:(unsigned int)arg1; +- (unsigned int)reconfigurationsCount; +- (id)residentMessaging; - (id)resolutionCountAtIndex:(unsigned int)arg1; - (id)resolutionCounts; - (unsigned int)resolutionCountsCount; - (int)resolutionOnClose; - (id)resolutionOnCloseAsString:(int)arg1; - (id)sessionID; +- (void)setControllerMessaging:(id)arg1; - (void)setDuration:(unsigned long long)arg1; - (void)setErrorCode:(unsigned int)arg1; - (void)setHasDuration:(BOOL)arg1; - (void)setHasErrorCode:(BOOL)arg1; - (void)setHasIsLocal:(BOOL)arg1; - (void)setHasIsStreamStarted:(BOOL)arg1; +- (void)setHasReceivedFirstFrame:(BOOL)arg1; - (void)setHasResolutionOnClose:(BOOL)arg1; - (void)setHasStartupDelay:(BOOL)arg1; - (void)setHasTimestamp:(BOOL)arg1; +- (void)setHasUnderlyingErrorCode:(BOOL)arg1; +- (void)setIdsSessionSetup:(id)arg1; +- (void)setInitialConfiguration:(id)arg1; - (void)setIsLocal:(BOOL)arg1; - (void)setIsStreamStarted:(BOOL)arg1; +- (void)setPhoneIDSConnectionSetup:(id)arg1; +- (void)setReceivedFirstFrame:(unsigned long long)arg1; +- (void)setReconfigurations:(id)arg1; +- (void)setResidentMessaging:(id)arg1; - (void)setResolutionCounts:(id)arg1; - (void)setResolutionOnClose:(int)arg1; - (void)setSessionID:(id)arg1; - (void)setStartupDelay:(unsigned long long)arg1; - (void)setTimestamp:(unsigned long long)arg1; +- (void)setUnderlyingErrorCode:(unsigned int)arg1; +- (void)setUnderlyingErrorDomain:(id)arg1; - (void)setVendorDetails:(id)arg1; +- (void)setWatchIDSConnectionSetup:(id)arg1; +- (void)setWatchMessaging:(id)arg1; - (unsigned long long)startupDelay; - (unsigned long long)timestamp; +- (unsigned int)underlyingErrorCode; +- (id)underlyingErrorDomain; - (id)vendorDetails; +- (id)watchIDSConnectionSetup; +- (id)watchMessaging; - (void)writeTo:(id)arg1; @end diff --git a/PrivateFrameworks/HomeKitDaemon.framework/AWDHomeKitCameraStreamConfigure.h b/PrivateFrameworks/HomeKitDaemon.framework/AWDHomeKitCameraStreamConfigure.h new file mode 100644 index 0000000000..c66858632a --- /dev/null +++ b/PrivateFrameworks/HomeKitDaemon.framework/AWDHomeKitCameraStreamConfigure.h @@ -0,0 +1,69 @@ +/* Generated by RuntimeBrowser + Image: /System/Library/PrivateFrameworks/HomeKitDaemon.framework/HomeKitDaemon + */ + +@interface AWDHomeKitCameraStreamConfigure : PBCodable { + int _audioCodec; + int _cryptoSuite; + unsigned int _framerate; + struct { + unsigned int audioCodec : 1; + unsigned int cryptoSuite : 1; + unsigned int framerate : 1; + unsigned int resolution : 1; + unsigned int sampleRate : 1; + } _has; + int _resolution; + int _sampleRate; +} + +@property (nonatomic) int audioCodec; +@property (nonatomic) int cryptoSuite; +@property (nonatomic) unsigned int framerate; +@property (nonatomic) BOOL hasAudioCodec; +@property (nonatomic) BOOL hasCryptoSuite; +@property (nonatomic) BOOL hasFramerate; +@property (nonatomic) BOOL hasResolution; +@property (nonatomic) BOOL hasSampleRate; +@property (nonatomic) int resolution; +@property (nonatomic) int sampleRate; + +- (int)StringAsAudioCodec:(id)arg1; +- (int)StringAsCryptoSuite:(id)arg1; +- (int)StringAsResolution:(id)arg1; +- (int)StringAsSampleRate:(id)arg1; +- (int)audioCodec; +- (id)audioCodecAsString:(int)arg1; +- (void)copyTo:(id)arg1; +- (id)copyWithZone:(struct _NSZone { }*)arg1; +- (int)cryptoSuite; +- (id)cryptoSuiteAsString:(int)arg1; +- (id)description; +- (id)dictionaryRepresentation; +- (unsigned int)framerate; +- (BOOL)hasAudioCodec; +- (BOOL)hasCryptoSuite; +- (BOOL)hasFramerate; +- (BOOL)hasResolution; +- (BOOL)hasSampleRate; +- (unsigned int)hash; +- (BOOL)isEqual:(id)arg1; +- (void)mergeFrom:(id)arg1; +- (BOOL)readFrom:(id)arg1; +- (int)resolution; +- (id)resolutionAsString:(int)arg1; +- (int)sampleRate; +- (id)sampleRateAsString:(int)arg1; +- (void)setAudioCodec:(int)arg1; +- (void)setCryptoSuite:(int)arg1; +- (void)setFramerate:(unsigned int)arg1; +- (void)setHasAudioCodec:(BOOL)arg1; +- (void)setHasCryptoSuite:(BOOL)arg1; +- (void)setHasFramerate:(BOOL)arg1; +- (void)setHasResolution:(BOOL)arg1; +- (void)setHasSampleRate:(BOOL)arg1; +- (void)setResolution:(int)arg1; +- (void)setSampleRate:(int)arg1; +- (void)writeTo:(id)arg1; + +@end diff --git a/PrivateFrameworks/HomeKitDaemon.framework/AWDHomeKitCameraStreamIDSConnSetup.h b/PrivateFrameworks/HomeKitDaemon.framework/AWDHomeKitCameraStreamIDSConnSetup.h new file mode 100644 index 0000000000..7b62c732b6 --- /dev/null +++ b/PrivateFrameworks/HomeKitDaemon.framework/AWDHomeKitCameraStreamIDSConnSetup.h @@ -0,0 +1,38 @@ +/* Generated by RuntimeBrowser + Image: /System/Library/PrivateFrameworks/HomeKitDaemon.framework/HomeKitDaemon + */ + +@interface AWDHomeKitCameraStreamIDSConnSetup : PBCodable { + AWDHomeKitCameraStreamIDSConnSetupParameters * _audioConnection; + AWDHomeKitCameraStreamIDSConnSetupParameters * _keepaliveConnection; + AWDHomeKitCameraStreamIDSConnSetupParameters * _videoConnection; +} + +@property (nonatomic, retain) AWDHomeKitCameraStreamIDSConnSetupParameters *audioConnection; +@property (nonatomic, readonly) BOOL hasAudioConnection; +@property (nonatomic, readonly) BOOL hasKeepaliveConnection; +@property (nonatomic, readonly) BOOL hasVideoConnection; +@property (nonatomic, retain) AWDHomeKitCameraStreamIDSConnSetupParameters *keepaliveConnection; +@property (nonatomic, retain) AWDHomeKitCameraStreamIDSConnSetupParameters *videoConnection; + +- (void).cxx_destruct; +- (id)audioConnection; +- (void)copyTo:(id)arg1; +- (id)copyWithZone:(struct _NSZone { }*)arg1; +- (id)description; +- (id)dictionaryRepresentation; +- (BOOL)hasAudioConnection; +- (BOOL)hasKeepaliveConnection; +- (BOOL)hasVideoConnection; +- (unsigned int)hash; +- (BOOL)isEqual:(id)arg1; +- (id)keepaliveConnection; +- (void)mergeFrom:(id)arg1; +- (BOOL)readFrom:(id)arg1; +- (void)setAudioConnection:(id)arg1; +- (void)setKeepaliveConnection:(id)arg1; +- (void)setVideoConnection:(id)arg1; +- (id)videoConnection; +- (void)writeTo:(id)arg1; + +@end diff --git a/PrivateFrameworks/HomeKitDaemon.framework/AWDHomeKitCameraStreamIDSConnSetupParameters.h b/PrivateFrameworks/HomeKitDaemon.framework/AWDHomeKitCameraStreamIDSConnSetupParameters.h new file mode 100644 index 0000000000..3378b95723 --- /dev/null +++ b/PrivateFrameworks/HomeKitDaemon.framework/AWDHomeKitCameraStreamIDSConnSetupParameters.h @@ -0,0 +1,37 @@ +/* Generated by RuntimeBrowser + Image: /System/Library/PrivateFrameworks/HomeKitDaemon.framework/HomeKitDaemon + */ + +@interface AWDHomeKitCameraStreamIDSConnSetupParameters : PBCodable { + unsigned long long _connectionComplete; + unsigned long long _connectionRequested; + struct { + unsigned int connectionComplete : 1; + unsigned int connectionRequested : 1; + } _has; +} + +@property (nonatomic) unsigned long long connectionComplete; +@property (nonatomic) unsigned long long connectionRequested; +@property (nonatomic) BOOL hasConnectionComplete; +@property (nonatomic) BOOL hasConnectionRequested; + +- (unsigned long long)connectionComplete; +- (unsigned long long)connectionRequested; +- (void)copyTo:(id)arg1; +- (id)copyWithZone:(struct _NSZone { }*)arg1; +- (id)description; +- (id)dictionaryRepresentation; +- (BOOL)hasConnectionComplete; +- (BOOL)hasConnectionRequested; +- (unsigned int)hash; +- (BOOL)isEqual:(id)arg1; +- (void)mergeFrom:(id)arg1; +- (BOOL)readFrom:(id)arg1; +- (void)setConnectionComplete:(unsigned long long)arg1; +- (void)setConnectionRequested:(unsigned long long)arg1; +- (void)setHasConnectionComplete:(BOOL)arg1; +- (void)setHasConnectionRequested:(BOOL)arg1; +- (void)writeTo:(id)arg1; + +@end diff --git a/PrivateFrameworks/HomeKitDaemon.framework/AWDHomeKitCameraStreamMessaging.h b/PrivateFrameworks/HomeKitDaemon.framework/AWDHomeKitCameraStreamMessaging.h new file mode 100644 index 0000000000..661cc81c3e --- /dev/null +++ b/PrivateFrameworks/HomeKitDaemon.framework/AWDHomeKitCameraStreamMessaging.h @@ -0,0 +1,85 @@ +/* Generated by RuntimeBrowser + Image: /System/Library/PrivateFrameworks/HomeKitDaemon.framework/HomeKitDaemon + */ + +@interface AWDHomeKitCameraStreamMessaging : PBCodable { + struct { + unsigned int receivedConnSetup : 1; + unsigned int receivedNegotiationRequest : 1; + unsigned int receivedStartRequest : 1; + unsigned int sentConnSetup : 1; + unsigned int sentNegotiationRequest : 1; + unsigned int sentNegotiationResponse : 1; + unsigned int sentStartRequest : 1; + unsigned int sentStartResponse : 1; + } _has; + unsigned long long _receivedConnSetup; + unsigned long long _receivedNegotiationRequest; + unsigned long long _receivedStartRequest; + unsigned long long _sentConnSetup; + unsigned long long _sentNegotiationRequest; + unsigned long long _sentNegotiationResponse; + unsigned long long _sentStartRequest; + unsigned long long _sentStartResponse; +} + +@property (nonatomic) BOOL hasReceivedConnSetup; +@property (nonatomic) BOOL hasReceivedNegotiationRequest; +@property (nonatomic) BOOL hasReceivedStartRequest; +@property (nonatomic) BOOL hasSentConnSetup; +@property (nonatomic) BOOL hasSentNegotiationRequest; +@property (nonatomic) BOOL hasSentNegotiationResponse; +@property (nonatomic) BOOL hasSentStartRequest; +@property (nonatomic) BOOL hasSentStartResponse; +@property (nonatomic) unsigned long long receivedConnSetup; +@property (nonatomic) unsigned long long receivedNegotiationRequest; +@property (nonatomic) unsigned long long receivedStartRequest; +@property (nonatomic) unsigned long long sentConnSetup; +@property (nonatomic) unsigned long long sentNegotiationRequest; +@property (nonatomic) unsigned long long sentNegotiationResponse; +@property (nonatomic) unsigned long long sentStartRequest; +@property (nonatomic) unsigned long long sentStartResponse; + +- (void)copyTo:(id)arg1; +- (id)copyWithZone:(struct _NSZone { }*)arg1; +- (id)description; +- (id)dictionaryRepresentation; +- (BOOL)hasReceivedConnSetup; +- (BOOL)hasReceivedNegotiationRequest; +- (BOOL)hasReceivedStartRequest; +- (BOOL)hasSentConnSetup; +- (BOOL)hasSentNegotiationRequest; +- (BOOL)hasSentNegotiationResponse; +- (BOOL)hasSentStartRequest; +- (BOOL)hasSentStartResponse; +- (unsigned int)hash; +- (BOOL)isEqual:(id)arg1; +- (void)mergeFrom:(id)arg1; +- (BOOL)readFrom:(id)arg1; +- (unsigned long long)receivedConnSetup; +- (unsigned long long)receivedNegotiationRequest; +- (unsigned long long)receivedStartRequest; +- (unsigned long long)sentConnSetup; +- (unsigned long long)sentNegotiationRequest; +- (unsigned long long)sentNegotiationResponse; +- (unsigned long long)sentStartRequest; +- (unsigned long long)sentStartResponse; +- (void)setHasReceivedConnSetup:(BOOL)arg1; +- (void)setHasReceivedNegotiationRequest:(BOOL)arg1; +- (void)setHasReceivedStartRequest:(BOOL)arg1; +- (void)setHasSentConnSetup:(BOOL)arg1; +- (void)setHasSentNegotiationRequest:(BOOL)arg1; +- (void)setHasSentNegotiationResponse:(BOOL)arg1; +- (void)setHasSentStartRequest:(BOOL)arg1; +- (void)setHasSentStartResponse:(BOOL)arg1; +- (void)setReceivedConnSetup:(unsigned long long)arg1; +- (void)setReceivedNegotiationRequest:(unsigned long long)arg1; +- (void)setReceivedStartRequest:(unsigned long long)arg1; +- (void)setSentConnSetup:(unsigned long long)arg1; +- (void)setSentNegotiationRequest:(unsigned long long)arg1; +- (void)setSentNegotiationResponse:(unsigned long long)arg1; +- (void)setSentStartRequest:(unsigned long long)arg1; +- (void)setSentStartResponse:(unsigned long long)arg1; +- (void)writeTo:(id)arg1; + +@end diff --git a/PrivateFrameworks/HomeKitDaemon.framework/AWDHomeKitCameraStreamReconfigure.h b/PrivateFrameworks/HomeKitDaemon.framework/AWDHomeKitCameraStreamReconfigure.h new file mode 100644 index 0000000000..901327d945 --- /dev/null +++ b/PrivateFrameworks/HomeKitDaemon.framework/AWDHomeKitCameraStreamReconfigure.h @@ -0,0 +1,39 @@ +/* Generated by RuntimeBrowser + Image: /System/Library/PrivateFrameworks/HomeKitDaemon.framework/HomeKitDaemon + */ + +@interface AWDHomeKitCameraStreamReconfigure : PBCodable { + struct { + unsigned int reconfigurationTimestamp : 1; + unsigned int resolution : 1; + } _has; + unsigned long long _reconfigurationTimestamp; + int _resolution; +} + +@property (nonatomic) BOOL hasReconfigurationTimestamp; +@property (nonatomic) BOOL hasResolution; +@property (nonatomic) unsigned long long reconfigurationTimestamp; +@property (nonatomic) int resolution; + +- (int)StringAsResolution:(id)arg1; +- (void)copyTo:(id)arg1; +- (id)copyWithZone:(struct _NSZone { }*)arg1; +- (id)description; +- (id)dictionaryRepresentation; +- (BOOL)hasReconfigurationTimestamp; +- (BOOL)hasResolution; +- (unsigned int)hash; +- (BOOL)isEqual:(id)arg1; +- (void)mergeFrom:(id)arg1; +- (BOOL)readFrom:(id)arg1; +- (unsigned long long)reconfigurationTimestamp; +- (int)resolution; +- (id)resolutionAsString:(int)arg1; +- (void)setHasReconfigurationTimestamp:(BOOL)arg1; +- (void)setHasResolution:(BOOL)arg1; +- (void)setReconfigurationTimestamp:(unsigned long long)arg1; +- (void)setResolution:(int)arg1; +- (void)writeTo:(id)arg1; + +@end diff --git a/PrivateFrameworks/HomeKitDaemon.framework/HMDAccessory.h b/PrivateFrameworks/HomeKitDaemon.framework/HMDAccessory.h index cd9951f584..3eae8c9ea3 100644 --- a/PrivateFrameworks/HomeKitDaemon.framework/HMDAccessory.h +++ b/PrivateFrameworks/HomeKitDaemon.framework/HMDAccessory.h @@ -14,6 +14,7 @@ HMDAccessory * _bridge; NSSet * _cameraProfiles; HMAccessoryCategory * _category; + unsigned int _configNumber; NSString * _configurationAppIdentifier; unsigned int _currentRelayAccessoryState; HMDCharacteristic * _currentTimeCharacteristic; @@ -21,7 +22,7 @@ NSMutableSet * _discoveredBridgeableAccessories; BOOL _discoveredBridgeableAccessory; NSMutableArray * _discoveredServices; - NSString * _firmwareVersion; + HMDAccessoryVersion * _firmwareVersion; HMDBridgeInformation * _hmdBridgeInformation; HMDHome * _home; NSString * _identifier; @@ -33,7 +34,6 @@ NSString * _name; BOOL _paired; unsigned int _pairingAttempts; - NSObject * _pairingRetryTimer; NSString * _pairingUsername; BOOL _primary; NSObject * _propertyQueue; @@ -71,6 +71,8 @@ @property (nonatomic) HMDAccessory *bridge; @property (nonatomic, retain) NSSet *cameraProfiles; @property (nonatomic, retain) HMAccessoryCategory *category; +@property (getter=isClientRegisteredForNotifications, readonly) BOOL clientRegisteredForNotifications; +@property (nonatomic) unsigned int configNumber; @property (nonatomic, retain) NSString *configurationAppIdentifier; @property (nonatomic, readonly, copy) NSString *contextID; @property (nonatomic, readonly, copy) NSUUID *contextSPIUniqueIdentifier; @@ -82,7 +84,7 @@ @property (nonatomic, retain) NSMutableSet *discoveredBridgeableAccessories; @property (getter=isDiscoveredBridgeableAccessory, nonatomic) BOOL discoveredBridgeableAccessory; @property (nonatomic, retain) NSMutableArray *discoveredServices; -@property (nonatomic, readonly, copy) NSString *firmwareVersion; +@property (nonatomic, readonly, copy) HMDAccessoryVersion *firmwareVersion; @property (readonly) unsigned int hash; @property (nonatomic, retain) HMDBridgeInformation *hmdBridgeInformation; @property (nonatomic) HMDHome *home; @@ -97,7 +99,6 @@ @property (getter=getName, nonatomic, copy) NSString *name; @property (getter=isPaired, nonatomic) BOOL paired; @property (nonatomic) unsigned int pairingAttempts; -@property (nonatomic, retain) NSObject *pairingRetryTimer; @property (nonatomic, retain) NSString *pairingUsername; @property (getter=isPrimary, nonatomic) BOOL primary; @property (nonatomic, retain) NSObject *propertyQueue; @@ -125,6 +126,7 @@ @property (nonatomic) BOOL unblockPending; @property (nonatomic, retain) NSString *uniqueIdentifier; @property (nonatomic, readonly) NSUUID *uuid; +@property (nonatomic, readonly, copy) HMDVendorModelEntry *vendorInfo; @property (nonatomic, retain) NSObject *workQueue; + (unsigned int)getAWDTransportTypeWithLinkType:(int)arg1; @@ -162,7 +164,7 @@ - (void)_handleDiscoverBridgedAccessories:(id)arg1 startDiscovery:(BOOL)arg2; - (void)_handleDiscoveryBackoffTimerFired; - (void)_handleIdentify:(id)arg1; -- (void)_handleMultipleCharacteristicsUpdated:(id)arg1 filterUnmodifiedCharacteristics:(BOOL)arg2 queue:(id)arg3 remoteDevice:(id)arg4 notificationUpdateIdentifier:(id)arg5 completionHandler:(id /* block */)arg6; +- (void)_handleMultipleCharacteristicsUpdated:(id)arg1 message:(id)arg2 completionQueue:(id)arg3 completionHandler:(id /* block */)arg4; - (void)_handleRename:(id)arg1; - (void)_handleRenameService:(id)arg1; - (void)_handleSetAppData:(id)arg1; @@ -195,6 +197,7 @@ - (void)_relayWriteToCharacteristic:(id)arg1 toResidentForMessage:(id)arg2 viaDevice:(id)arg3; - (void)_remoteAccessEnabled:(BOOL)arg1; - (void)_removeAllDiscoveredBridgeableAccessories; +- (void)_removeBackedoffAccessoryForStateNumber:(id)arg1; - (void)_removeBridgeFromDiscoveredAccessory:(id)arg1; - (void)_removeBridgesFromDiscoveredAccessory; - (void)_removeDiscoveredBridgeableAccessory:(id)arg1; @@ -235,6 +238,7 @@ - (void)_updateName:(id)arg1; - (void)_updateReachability; - (void)_updateRelayEnabled:(BOOL)arg1 notifyRelayManager:(BOOL)arg2; +- (void)_updateStateForTrackedAccessory:(id)arg1 stateNumber:(id)arg2; - (void)_writeCharacteristicValues:(id)arg1 hapAccessory:(id)arg2 queue:(id)arg3 completionHandler:(id /* block */)arg4; - (void)_writeCharacteristicValues:(id)arg1 localOperationRequired:(BOOL)arg2 queue:(id)arg3 completionHandler:(id /* block */)arg4 errorBlock:(id /* block */)arg5; - (void)_writeConfigureBridgeValue:(id)arg1 forCharacteristic:(id)arg2 accessory:(id)arg3 toAdd:(BOOL)arg4 hapAccessory:(id)arg5 authorizationData:(id)arg6 identifier:(id)arg7 queue:(id)arg8 completionHandler:(id /* block */)arg9; @@ -280,11 +284,13 @@ - (id)cameraProfiles; - (id)category; - (id)characteristicsPassingTest:(id /* block */)arg1; +- (unsigned int)configNumber; - (id)configurationAppIdentifier; - (void)configure:(id)arg1 msgDispatcher:(id)arg2 accessoryConfigureGroup:(id)arg3; - (void)configureBulletinNotification:(id /* block */)arg1; - (void)configureWithAccessory:(id)arg1 reAddServices:(BOOL)arg2 homeNotificationsEnabled:(BOOL)arg3 queue:(id)arg4 completion:(id /* block */)arg5; - (void)configureWithMsgDispatcher:(id)arg1; +- (BOOL)containsCameraService; - (id)contextID; - (id)contextSPIUniqueIdentifier; - (id)currentAssociatingAccessory; @@ -311,11 +317,11 @@ - (id)findCharacteristicType:(id)arg1 forServiceType:(id)arg2; - (id)findService:(id)arg1; - (id)firmwareVersion; -- (void)fixupServices:(id)arg1 idsDataSync:(BOOL)arg2; +- (void)fixupServices:(id)arg1 idsDataSync:(BOOL)arg2 dataVersion:(int)arg3; - (id)getConfiguredName; - (id)getName; - (id)getPrimaryHAPAccessories; -- (void)handleMultipleCharacteristicsUpdated:(id)arg1 filterUnmodifiedCharacteristics:(BOOL)arg2 queue:(id)arg3 remoteDevice:(id)arg4 notificationUpdateIdentifier:(id)arg5 completionHandler:(id /* block */)arg6; +- (void)handleMultipleCharacteristicsUpdated:(id)arg1 message:(id)arg2 completionQueue:(id)arg3 completionHandler:(id /* block */)arg4; - (void)handleReachabilityChange:(BOOL)arg1; - (void)handleRemoteGatewayNotificationRegistration:(id)arg1 enable:(BOOL)arg2 enableTime:(id)arg3; - (void)handleStartDiscoveringBridgedAcessories:(id)arg1; @@ -332,6 +338,7 @@ - (id)initWithAccessory:(id)arg1 uuid:(id)arg2 messageDispatcher:(id)arg3; - (id)initWithCoder:(id)arg1; - (BOOL)isBlocked; +- (BOOL)isClientRegisteredForNotifications; - (BOOL)isDiscoveredBridgeableAccessory; - (BOOL)isEqual:(id)arg1; - (BOOL)isNonClientNotificationEnabled; @@ -340,7 +347,7 @@ - (BOOL)isPaired; - (BOOL)isPrimary; - (BOOL)isReachable; -- (BOOL)isReadingRequiredAccessoryInformationCharacteristic:(id)arg1 providedName:(id)arg2; +- (BOOL)isReadingRequiredAccessoryInformationCharacteristic:(id)arg1 providedName:(id)arg2 forceReadFWVersion:(BOOL)arg3; - (BOOL)isRelayEnabled; - (BOOL)isRemoteAccessEnabled; - (BOOL)isRemoteReachable; @@ -366,9 +373,9 @@ - (id)messageTargetUUID; - (id)model; - (id)msgDispatcher; +- (id)namesOfServicesShowingTilesInHomeApp; - (void)notifyValue:(id)arg1 previousValue:(id)arg2 error:(id)arg3 forCharacteristic:(id)arg4 requestMessage:(id)arg5; - (unsigned int)pairingAttempts; -- (id)pairingRetryTimer; - (id)pairingUsername; - (void)performOperation:(int)arg1 linkType:(int)arg2 operationBlock:(id /* block */)arg3 errorBlock:(id /* block */)arg4; - (void)populateHMDCharacteristicResponses:(id)arg1 hapResponses:(id)arg2 mapping:(id)arg3 overallError:(id)arg4 requests:(id)arg5; @@ -383,7 +390,6 @@ - (id)relayIdentifier; - (void)remoteAccessEnabled:(BOOL)arg1; - (void)removeAllTransportInformationInstances; -- (void)removeBackedoffAccessoryForStateNumber:(id)arg1; - (void)removeBridgeFromDiscoveredAccessory:(id)arg1; - (void)removeBridgedAccessory:(id)arg1; - (void)removeBridgesFromDiscoveredAccessory; @@ -415,6 +421,7 @@ - (void)setBridge:(id)arg1; - (void)setCameraProfiles:(id)arg1; - (void)setCategory:(id)arg1; +- (void)setConfigNumber:(unsigned int)arg1; - (void)setConfigurationAppIdentifier:(id)arg1; - (void)setCurrentTimeCharacteristic:(id)arg1; - (void)setDayOfTheWeekCharacteristic:(id)arg1; @@ -435,7 +442,6 @@ - (void)setName:(id)arg1; - (void)setPaired:(BOOL)arg1; - (void)setPairingAttempts:(unsigned int)arg1; -- (void)setPairingRetryTimer:(id)arg1; - (void)setPairingUsername:(id)arg1; - (void)setPairingUsername:(id)arg1 publicKey:(id)arg2; - (void)setPrimary:(BOOL)arg1; @@ -490,12 +496,14 @@ - (void)updateAccessoryFlagsAndNotifyClients:(id)arg1; - (void)updateAccessoryInformation:(id)arg1; - (void)updateCategory:(id)arg1; +- (void)updateManufacturer:(id)arg1 model:(id)arg2 firmwareVersion:(id)arg3 serialNumber:(id)arg4; - (void)updateName:(id)arg1; - (void)updateReachability; - (void)updateRoom:(id)arg1; - (BOOL)updateTimeInformationCharacteristicsForAccessory:(id)arg1; - (id)url; - (id)uuid; +- (id)vendorInfo; - (void)verifyPairingWithCompletionHandler:(id /* block */)arg1; - (id)workQueue; - (void)writeCharacteristicValues:(id)arg1 queue:(id)arg2 completionHandler:(id /* block */)arg3; diff --git a/PrivateFrameworks/HomeKitDaemon.framework/HMDAccessoryBrowser.h b/PrivateFrameworks/HomeKitDaemon.framework/HMDAccessoryBrowser.h index bcd2089ef0..6737d104fb 100644 --- a/PrivateFrameworks/HomeKitDaemon.framework/HMDAccessoryBrowser.h +++ b/PrivateFrameworks/HomeKitDaemon.framework/HMDAccessoryBrowser.h @@ -4,11 +4,11 @@ @interface HMDAccessoryBrowser : NSObject { NSMutableArray * _accessoryServerBrowsers; - NSMapTable * _addAccessoryCompletionHandlersForAccessoryServers; + BOOL _activeSiriCommand; BOOL _appIsInForeground; NSMutableSet * _browsingXPCConnections; HAPAccessoryServerBrowserBTLE * _btleAccessoryServerBrowser; - NSMutableSet * _currentlyPairingAccessories; + NSMapTable * _currentlyPairingAccessories; NSMapTable * _delegates; HMDDAccessoryServerBrowserDemo * _demoAccessoryServerBrowser; NSMutableSet * _discoveredAccessoryServerIdentifiers; @@ -20,8 +20,6 @@ NSMutableArray * _identifiersOfPairedAccessories; HAPAccessoryServerBrowserIP * _ipAccessoryServerBrowser; HMFMessageDispatcher * _messageDispatcher; - NSMapTable * _pairSetupProviderCompletionHandlersForAccessoryServers; - NSMapTable * _pairingRetryTimersForAccessoryServers; NSObject * _reachabilityTimerForBTLE; HAPAccessoryServerBrowserRelay * _relayAccessoryServerBrowser; NSHashTable * _tombstonedHAPAccessoryServers; @@ -31,11 +29,11 @@ } @property (nonatomic, retain) NSMutableArray *accessoryServerBrowsers; -@property (nonatomic, retain) NSMapTable *addAccessoryCompletionHandlersForAccessoryServers; +@property (nonatomic) BOOL activeSiriCommand; @property (nonatomic) BOOL appIsInForeground; @property (nonatomic, retain) NSMutableSet *browsingXPCConnections; @property (nonatomic, retain) HAPAccessoryServerBrowserBTLE *btleAccessoryServerBrowser; -@property (nonatomic, retain) NSMutableSet *currentlyPairingAccessories; +@property (nonatomic, retain) NSMapTable *currentlyPairingAccessories; @property (readonly, copy) NSString *debugDescription; @property (nonatomic, retain) NSMapTable *delegates; @property (nonatomic, retain) HMDDAccessoryServerBrowserDemo *demoAccessoryServerBrowser; @@ -52,8 +50,6 @@ @property (nonatomic, retain) HMFMessageDispatcher *messageDispatcher; @property (nonatomic, readonly) NSObject *messageReceiveQueue; @property (nonatomic, readonly) NSUUID *messageTargetUUID; -@property (nonatomic, retain) NSMapTable *pairSetupProviderCompletionHandlersForAccessoryServers; -@property (nonatomic, retain) NSMapTable *pairingRetryTimersForAccessoryServers; @property (nonatomic, retain) NSObject *reachabilityTimerForBTLE; @property (nonatomic, readonly) HAPAccessoryServerBrowserRelay *relayAccessoryServerBrowser; @property (readonly) Class superclass; @@ -64,14 +60,19 @@ - (void).cxx_destruct; - (void)_addDiscoveredBridgeableAccessories:(id)arg1; +- (void)_addReconfirmTimer:(id)arg1 accessoryServer:(id)arg2; - (void)_addUnpairedAccessoryForServer:(id)arg1; - (void)_btleAccessoryReachabilityProbeTimer:(BOOL)arg1; +- (void)_cancelPairingWithAccessory:(id)arg1 error:(id)arg2; - (void)_checkDelegatesofBlockedAccessoryServer:(id)arg1 completionHandler:(id /* block */)arg2; - (void)_discoverAccessories:(id)arg1; - (void)_discoverAccessoryServer:(id)arg1 linkType:(int)arg2 errorHandler:(id /* block */)arg3; - (void)_handleInvalidatedXPCConnection:(id)arg1; +- (void)_handleNoActiveHomeKitAppOrSiriCommand; +- (void)_handlePairingInterruptedTimeout:(id)arg1 error:(id)arg2; - (void)_handleRequestFetchNewAccessories:(id)arg1; - (void)_handleRequestSearchForNewAccessories:(id)arg1; +- (void)_handleSetupCodeAvailable:(id)arg1; - (BOOL)_isAccessoryServerTombstoned:(id)arg1; - (BOOL)_isBrowsingAllowed; - (void)_notifyDelegatesOfAccessoryServer:(id)arg1 didDiscoverAccessories:(id)arg2 transaction:(id)arg3 error:(id)arg4; @@ -91,23 +92,26 @@ - (void)_promptForPairingPasswordForServer:(id)arg1 reason:(id)arg2; - (void)_registerForMessages; - (void)_removeDiscoveredBridgeableAccessories:(id)arg1; +- (void)_removePairingInformationForUnpairedAccessory:(id)arg1; - (void)_removeUnpairedAccessory:(id)arg1; - (void)_resurrectAccessoryServer:(id)arg1; - (void)_sendNewAccessoryData:(id)arg1 added:(BOOL)arg2; -- (void)_sendPairingCompletionStatusForServer:(id)arg1 error:(id)arg2; +- (void)_sendPairingCompletionStatusForServer:(id)arg1 error:(id)arg2 completionHandler:(id /* block */)arg3; - (void)_setBTLEPowerChangeCompletionHandler; - (BOOL)_shouldAccessoryServerBeTombstoned:(id)arg1; - (void)_startDiscoveringAccessories; - (void)_startDiscoveringPairedAccessories; - (void)_startOrStopAccessoryDiscovery; +- (void)_startPairingInterruptionTimer:(id)arg1; - (void)_stopBtleAccessoryReachabilityProbeTimer; - (void)_stopDiscoveringAccessoriesWithForce:(BOOL)arg1; +- (void)_stopReconfirmTimer:(id)arg1; - (void)_stopSearchingWithXPCConnection:(id)arg1; - (void)_tombstoneAccessoryServer:(id)arg1; - (id)_tombstonedAccessoryServerWithServerIdentifier:(id)arg1; - (id)_unpairedAccessoryForServer:(id)arg1; - (id)_unpairedAccessoryWithServerIdentifier:(id)arg1; -- (void)_updatePairingRetryTimerForServer:(id)arg1 delay:(int)arg2; +- (void)_updatePairingRetryTimerForAccessory:(id)arg1 delay:(int)arg2; - (void)accessoryServer:(id)arg1 didDiscoverAccessories:(id)arg2 transaction:(id)arg3 error:(id)arg4; - (void)accessoryServer:(id)arg1 didReceiveBadPasswordThrottleAttemptsWithDelay:(int)arg2; - (void)accessoryServer:(id)arg1 didStopPairingWithError:(id)arg2; @@ -126,7 +130,7 @@ - (id)accessoryServerBrowsers; - (void)accessoryServerDidUpdateStateNumber:(id)arg1; - (void)activate:(BOOL)arg1; -- (id)addAccessoryCompletionHandlersForAccessoryServers; +- (BOOL)activeSiriCommand; - (void)addDelegate:(id)arg1 queue:(id)arg2; - (void)addDiscoveredBridgeableAccessories:(id)arg1; - (void)addUnpairedAccessoryServer:(id)arg1 identifier:(id)arg2; @@ -135,6 +139,7 @@ - (id)browsingXPCConnections; - (void)btleAccessoryReachabilityProbeTimer:(BOOL)arg1; - (id)btleAccessoryServerBrowser; +- (void)cancelPairingWithAccessory:(id)arg1 error:(id)arg2; - (void)configureAccessory:(id)arg1 trackState:(BOOL)arg2 connectionPriority:(BOOL)arg3; - (void)configureBTLEQoSLimits:(unsigned int)arg1; - (void)configureDemoBrowserWithDemoAccessories:(id)arg1 finalized:(BOOL)arg2; @@ -157,6 +162,8 @@ - (void)handleHomeKitAppInForeground:(id)arg1; - (void)handleNewlyPairedAccessory:(id)arg1 linkType:(int)arg2; - (void)handleNoActiveHomeKitApp:(id)arg1; +- (void)handleNoActiveSiriCommand:(id)arg1; +- (void)handleSetupCodeAvailable:(id)arg1; - (void)homeLocationChangeNotification:(id)arg1; - (id)homeManager; - (id)identifiersOfBTLEPairedAccessories; @@ -168,8 +175,6 @@ - (id)messageReceiveQueue; - (id)messageTargetUUID; - (void)pairAccessory:(id)arg1 home:(id)arg2 password:(id)arg3 setupCodeProvider:(id /* block */)arg4 completionHandler:(id /* block */)arg5; -- (id)pairSetupProviderCompletionHandlersForAccessoryServers; -- (id)pairingRetryTimersForAccessoryServers; - (void)probeReachabilityForBTLEAccessoryServersWithIdentifiers:(id)arg1 onQueue:(id)arg2 withCompletion:(id /* block */)arg3; - (id)reachabilityTimerForBTLE; - (void)registerPairedAccessory:(id)arg1 btleTransport:(BOOL)arg2; @@ -180,7 +185,7 @@ - (void)resurrectAccessoryServer:(id)arg1; - (void)retrieveCurrentStateForIdentifer:(id)arg1 onQueue:(id)arg2 withCompletion:(id /* block */)arg3; - (void)setAccessoryServerBrowsers:(id)arg1; -- (void)setAddAccessoryCompletionHandlersForAccessoryServers:(id)arg1; +- (void)setActiveSiriCommand:(BOOL)arg1; - (void)setAppIsInForeground:(BOOL)arg1; - (void)setBrowsingXPCConnections:(id)arg1; - (void)setBtleAccessoryServerBrowser:(id)arg1; @@ -194,8 +199,6 @@ - (void)setIdentifiersOfPairedAccessories:(id)arg1; - (void)setIpAccessoryServerBrowser:(id)arg1; - (void)setMessageDispatcher:(id)arg1; -- (void)setPairSetupProviderCompletionHandlersForAccessoryServers:(id)arg1; -- (void)setPairingRetryTimersForAccessoryServers:(id)arg1; - (void)setReachabilityTimerForBTLE:(id)arg1; - (void)setUuid:(id)arg1; - (void)setWorkQueue:(id)arg1; @@ -208,6 +211,7 @@ - (id)tombstonedHAPAccessoryServers; - (id)unpairedAccessories; - (id)unpairedAccessoryWithUUID:(id)arg1; +- (void)updateStateForIdentifier:(id)arg1 stateNumber:(id)arg2; - (id)uuid; - (id)workQueue; diff --git a/PrivateFrameworks/HomeKitDaemon.framework/HMDAccessoryVersion.h b/PrivateFrameworks/HomeKitDaemon.framework/HMDAccessoryVersion.h new file mode 100644 index 0000000000..52e23b8324 --- /dev/null +++ b/PrivateFrameworks/HomeKitDaemon.framework/HMDAccessoryVersion.h @@ -0,0 +1,19 @@ +/* Generated by RuntimeBrowser + Image: /System/Library/PrivateFrameworks/HomeKitDaemon.framework/HomeKitDaemon + */ + +@interface HMDAccessoryVersion : HMFVersion { + NSString * _rawVersionString; +} + +@property (nonatomic, readonly, copy) NSString *rawVersionString; + ++ (BOOL)supportsSecureCoding; + +- (void).cxx_destruct; +- (void)encodeWithCoder:(id)arg1; +- (id)initWithCoder:(id)arg1; +- (id)initWithVersionString:(id)arg1; +- (id)rawVersionString; + +@end diff --git a/PrivateFrameworks/HomeKitDaemon.framework/HMDApplicationMonitor.h b/PrivateFrameworks/HomeKitDaemon.framework/HMDApplicationMonitor.h index 970bd64659..ec3a8d6b79 100644 --- a/PrivateFrameworks/HomeKitDaemon.framework/HMDApplicationMonitor.h +++ b/PrivateFrameworks/HomeKitDaemon.framework/HMDApplicationMonitor.h @@ -2,21 +2,29 @@ Image: /System/Library/PrivateFrameworks/HomeKitDaemon.framework/HomeKitDaemon */ -@interface HMDApplicationMonitor : NSObject { +@interface HMDApplicationMonitor : NSObject { HMDApplicationRegistry * _appRegistry; * _delegate; + HMFTimer * _homeUIServiceTerminationDelayTimer; BKSApplicationStateMonitor * _monitor; NSMutableSet * _processes; + BOOL _sendHomeUIServiceTerminatedNotification; NSObject * _workQueue; } @property (nonatomic, readonly) BOOL activeHomeKitApps; @property (nonatomic) HMDApplicationRegistry *appRegistry; @property (nonatomic, readonly) NSSet *backgroundApps; +@property (readonly, copy) NSString *debugDescription; @property (nonatomic) *delegate; +@property (readonly, copy) NSString *description; @property (nonatomic, readonly) NSSet *foregroundApps; +@property (readonly) unsigned int hash; +@property (nonatomic, retain) HMFTimer *homeUIServiceTerminationDelayTimer; @property (nonatomic, readonly) BKSApplicationStateMonitor *monitor; @property (nonatomic, readonly) NSMutableSet *processes; +@property (nonatomic) BOOL sendHomeUIServiceTerminatedNotification; +@property (readonly) Class superclass; @property (nonatomic, readonly) NSObject *workQueue; + (id)applicationStateDescription:(unsigned int)arg1; @@ -26,6 +34,7 @@ - (void)_callAppStateChangeDelegate:(id)arg1; - (BOOL)_delegateConformsAndRespondsToSelector:(SEL)arg1; - (void)_handleAppStateChangedInfo:(id)arg1; +- (void)_postAppTerminatedNotification:(id)arg1; - (unsigned int)_translateApplicationState:(unsigned int)arg1; - (void)_updateProcessInfo:(id)arg1 info:(id)arg2; - (BOOL)activeHomeKitApps; @@ -40,15 +49,20 @@ - (id)delegate; - (id)foregroundAppIdentifiers; - (id)foregroundApps; +- (id)homeUIServiceTerminationDelayTimer; - (BOOL)infoIsForViewService:(id)arg1; - (id)init; - (id)monitor; - (id)processInfoForPID:(int)arg1; - (id)processes; - (void)removeProcess:(id)arg1; +- (BOOL)sendHomeUIServiceTerminatedNotification; - (void)setAppRegistry:(id)arg1; - (void)setDelegate:(id)arg1; +- (void)setHomeUIServiceTerminationDelayTimer:(id)arg1; +- (void)setSendHomeUIServiceTerminatedNotification:(BOOL)arg1; - (void)start; +- (void)timerDidFire:(id)arg1; - (unsigned int)translateApplicationStateForInfo:(id)arg1 processInfo:(id)arg2; - (id)workQueue; diff --git a/PrivateFrameworks/HomeKitDaemon.framework/HMDAssistantCommand.h b/PrivateFrameworks/HomeKitDaemon.framework/HMDAssistantCommand.h index b9dd2577e9..73dbb4571d 100644 --- a/PrivateFrameworks/HomeKitDaemon.framework/HMDAssistantCommand.h +++ b/PrivateFrameworks/HomeKitDaemon.framework/HMDAssistantCommand.h @@ -9,7 +9,6 @@ NSUUID * _currentHomeUUID; HMDAssistantGather * _gather; NSArray * _homeKitObjects; - HMHAPMetadata * _metadata; int _numberOfHomes; NSString * _primaryHomeName; NSUUID * _primaryHomeUUID; @@ -25,7 +24,6 @@ @property (nonatomic, retain) HMDAssistantGather *gather; @property (readonly) unsigned int hash; @property (nonatomic, retain) NSArray *homeKitObjects; -@property (nonatomic, retain) HMHAPMetadata *metadata; @property (nonatomic) int numberOfHomes; @property (nonatomic, retain) NSString *primaryHomeName; @property (nonatomic, retain) NSUUID *primaryHomeUUID; @@ -52,13 +50,13 @@ - (void)executeActionSet:(id)arg1 action:(id)arg2 withCompletionHandler:(id /* block */)arg3; - (id)filterObjects:(id)arg1 byAttribute:(id)arg2 forActionType:(id)arg3; - (id)filterObjects:(id)arg1 byCharacteristicType:(id)arg2; -- (id)filterObjects:(id)arg1 forCharacteristicType:(id)arg2; +- (id)filterObjects:(id)arg1 forCharacteristicTypes:(id)arg2; - (id)filterObjects:(id)arg1 forCharacteristics:(id)arg2; - (id)filterObjects:(id)arg1 forGroup:(id)arg2; - (id)filterObjects:(id)arg1 forRoom:(id)arg2 andZone:(id)arg3; - (id)gather; - (id)getLocaleUnits:(id)arg1; -- (id)getReportingUnits:(id)arg1 hapCharacteristicType:(id)arg2; +- (id)getReportingUnits:(id)arg1 hapCharacteristicType:(id)arg2 attribute:(id)arg3; - (id)getValueOfType:(id)arg1 action:(id)arg2; - (id)getoverridingHomeUUIDFromName:(id)arg1; - (void)handleCommandWithCompletionHandler:(id /* block */)arg1; @@ -71,7 +69,6 @@ - (void)handleUpdateActionTypes:(id)arg1 serviceType:(id)arg2 forObjects:(id)arg3 completionHandler:(id /* block */)arg4; - (id)homeKitObjects; - (BOOL)isAttributeValue:(id)arg1 equalTo:(id)arg2; -- (id)metadata; - (int)numberOfHomes; - (id)objectsWithIdentifierList:(id)arg1; - (id)objectsWithSearchFilter:(id)arg1 inHome:(id)arg2; @@ -96,7 +93,6 @@ - (void)setCurrentHomeUUID:(id)arg1; - (void)setGather:(id)arg1; - (void)setHomeKitObjects:(id)arg1; -- (void)setMetadata:(id)arg1; - (void)setNumberOfHomes:(int)arg1; - (void)setPrimaryHomeName:(id)arg1; - (void)setPrimaryHomeUUID:(id)arg1; diff --git a/PrivateFrameworks/HomeKitDaemon.framework/HMDBulletinBoard.h b/PrivateFrameworks/HomeKitDaemon.framework/HMDBulletinBoard.h index 80be15d63e..acebfc2499 100644 --- a/PrivateFrameworks/HomeKitDaemon.framework/HMDBulletinBoard.h +++ b/PrivateFrameworks/HomeKitDaemon.framework/HMDBulletinBoard.h @@ -20,21 +20,30 @@ @property (nonatomic) HMDHomeManager *homeManager; @property (nonatomic, retain) NSObject *workQueue; ++ (id)_supportedNonSecureServices; ++ (id)_supportedSecureServices; + (void)archive; ++ (id)bulletinSupportedCharacteristicsForService:(id)arg1; + (id)characteristicTupleKeyFromServiceContextID:(id)arg1 currentType:(id)arg2; + (void)initializeMapping; ++ (BOOL)isBulletinSupportedForCharacteristicType:(id)arg1 serviceType:(id)arg2; ++ (BOOL)isBulletinSupportedForNonSecureCharacteristicType:(id)arg1 serviceType:(id)arg2; ++ (BOOL)isCriticalNonSecureServiceType:(id)arg1; ++ (BOOL)presentationValueOfCharacteristic:(id)arg1 equalTo:(id)arg2; + (id)sharedBulletinBoard; + (BOOL)supportsSecureCoding; + (id)unarchive; -+ (BOOL)valueOfCharacteristic:(id)arg1 equalTo:(id)arg2; - (void).cxx_destruct; +- (id)_bulletinWithRecordID:(id)arg1; - (BOOL)_hasDuplicateBulletinForCharacteristic:(id)arg1; - (id)_insertBulletinWithTitle:(id)arg1 snapshotData:(id)arg2 message:(id)arg3 recordID:(id)arg4 bulletinType:(unsigned int)arg5 actionURL:(id)arg6 bulletinContext:(struct NSDictionary { Class x1; }*)arg7 actionContext:(struct NSDictionary { Class x1; }*)arg8; - (id)_insertImageBulletinsForChangedCharacteristics:(id)arg1 snapshotData:(id)arg2; - (id)_lookupBulletinForCharacteristic:(id)arg1; - (void)_removeBulletinsUsingPredicate:(id)arg1; +- (BOOL)_shouldPostBulletinOnCurrentValueChangeForCharacteristic:(id)arg1; - (void)_updateBulletin:(id)arg1; +- (void)_updateCharacteristicTupleFor:(id)arg1 withCurrentType:(id)arg2 changedByThisDevice:(BOOL)arg3; - (id)bulletinProvider; - (id)categories; - (id)characteristicTuples; @@ -50,9 +59,7 @@ - (void)insertBulletinsForChangedCharacteristics:(id)arg1 changedByThisDevice:(BOOL)arg2 completion:(id /* block */)arg3; - (void)insertImageBulletinsForChangedCharacteristics:(id)arg1 snapshotData:(id)arg2 completion:(id /* block */)arg3; - (BOOL)isEnabled; -- (BOOL)isSupportedCharacteristicForBulletin:(id)arg1; - (BOOL)isTargetCharacteristic:(id)arg1 matchCurrentCharacteristic:(id)arg2; -- (BOOL)isTargetValueChangedByThisDevice:(id)arg1; - (void)refreshHomeBadgeNumber; - (void)refreshHomeConfiguration; - (void)reloadDefaultSectionInfo; @@ -68,8 +75,7 @@ - (void)setEnabled:(BOOL)arg1; - (void)setHomeManager:(id)arg1; - (void)setWorkQueue:(id)arg1; -- (id)trimMatchedCharacteristics:(id)arg1; -- (void)updateCharacteristicTupleFor:(id)arg1 withCurrentType:(id)arg2; +- (id)updateBulletinForFirmwareUpdateInHome:(id)arg1; - (id)workQueue; @end diff --git a/PrivateFrameworks/HomeKitDaemon.framework/HMDBulletinCategory.h b/PrivateFrameworks/HomeKitDaemon.framework/HMDBulletinCategory.h index d7a4438f27..eabd9929df 100644 --- a/PrivateFrameworks/HomeKitDaemon.framework/HMDBulletinCategory.h +++ b/PrivateFrameworks/HomeKitDaemon.framework/HMDBulletinCategory.h @@ -8,6 +8,8 @@ + (id)_localizedStateForValue:(id)arg1 characteristicType:(id)arg2; + (id)_presentationTypeForType:(id)arg1; + (id)_secureStateMap; ++ (id)_sensorMap; ++ (BOOL)isSensorDetectedCharacteristic:(id)arg1; + (id)localizedStateForCharacteristic:(id)arg1; + (id)presentationValueForValue:(id)arg1 type:(id)arg2; + (id)trimLeadingAndTailingSpacesInName:(id)arg1; diff --git a/PrivateFrameworks/HomeKitDaemon.framework/HMDBulletinCharacteristicTuple.h b/PrivateFrameworks/HomeKitDaemon.framework/HMDBulletinCharacteristicTuple.h index 6bba4949f4..04c8d5463d 100644 --- a/PrivateFrameworks/HomeKitDaemon.framework/HMDBulletinCharacteristicTuple.h +++ b/PrivateFrameworks/HomeKitDaemon.framework/HMDBulletinCharacteristicTuple.h @@ -3,24 +3,32 @@ */ @interface HMDBulletinCharacteristicTuple : NSObject { + BOOL _changedByThisDevice; NSString * _currentType; + NSDate * _lastPostingTime; NSString * _serviceContextID; + NSNumber * _targetStateNumber; id _targetValue; - NSDate * _updateTime; } +@property (nonatomic, readonly) BOOL changedByThisDevice; @property (nonatomic, readonly) NSString *currentType; +@property (nonatomic, retain) NSDate *lastPostingTime; @property (nonatomic, readonly) NSString *serviceContextID; +@property (nonatomic, readonly) NSNumber *targetStateNumber; @property (nonatomic, readonly) id targetValue; -@property (nonatomic, readonly) NSDate *updateTime; -+ (id)tupleWithServiceContextID:(id)arg1 currentType:(id)arg2 targetValue:(id)arg3; ++ (id)tupleWithServiceContextID:(id)arg1 currentType:(id)arg2 targetValue:(id)arg3 targetStateNumber:(id)arg4 changedByThisDevice:(BOOL)arg5; - (void).cxx_destruct; +- (BOOL)changedByThisDevice; - (id)currentType; -- (id)initWithServiceContextID:(id)arg1 currentType:(id)arg2 targetValue:(id)arg3; +- (id)initWithServiceContextID:(id)arg1 currentType:(id)arg2 targetValue:(id)arg3 targetStateNumber:(id)arg4 changedByThisDevice:(BOOL)arg5; +- (id)lastPostingTime; - (id)serviceContextID; +- (void)setLastPostingTime:(id)arg1; +- (id)targetStateNumber; - (id)targetValue; -- (id)updateTime; +- (void)updatePostingTime; @end diff --git a/PrivateFrameworks/HomeKitDaemon.framework/HMDBulletinUIManager.h b/PrivateFrameworks/HomeKitDaemon.framework/HMDBulletinUIManager.h index fd69c2feed..624356b328 100644 --- a/PrivateFrameworks/HomeKitDaemon.framework/HMDBulletinUIManager.h +++ b/PrivateFrameworks/HomeKitDaemon.framework/HMDBulletinUIManager.h @@ -5,6 +5,6 @@ @interface HMDBulletinUIManager : NSObject + (void)openHomeAppWithURL:(id)arg1; -+ (void)presentExecutionErrorDialogForTrigger:(id)arg1; ++ (void)presentExecutionErrorDialogForTrigger:(id)arg1 partialSuccess:(BOOL)arg2; @end diff --git a/PrivateFrameworks/HomeKitDaemon.framework/HMDCameraLocalStreamControlManager.h b/PrivateFrameworks/HomeKitDaemon.framework/HMDCameraLocalStreamControlManager.h index a8d111dd10..8c04260e54 100644 --- a/PrivateFrameworks/HomeKitDaemon.framework/HMDCameraLocalStreamControlManager.h +++ b/PrivateFrameworks/HomeKitDaemon.framework/HMDCameraLocalStreamControlManager.h @@ -12,6 +12,7 @@ @property (readonly, copy) NSString *debugDescription; @property (readonly, copy) NSString *description; @property (readonly) unsigned int hash; +@property (nonatomic, readonly) HMDCameraStreamMetrics *streamMetrics; @property (nonatomic, retain) HMDLocalStreamSession *streamSession; @property (readonly) Class superclass; @property (nonatomic, retain) HMDCameraSupportedConfigurationCache *supportedConfigCache; @@ -20,7 +21,7 @@ - (void).cxx_destruct; - (id)_calculateMTU; -- (void)_cleanUpStreamSession; +- (void)_cleanUpStreamSession:(id)arg1; - (void)_getSupportedConfigurations; - (void)_handleSetupEndPointRead:(id)arg1; - (void)_handleSupportedParameters:(id)arg1; @@ -31,14 +32,14 @@ - (void)_sendUpdatedConfiguration; - (void)_startStream:(id)arg1; - (void)_startStreamingManager; -- (void)_stopCurrentStreamSession; +- (void)_stopCurrentStreamSession:(id)arg1; - (void)_streamStarted; - (BOOL)_validateSetupEndPointReadWithWrite; - (void)_writeReselectConfig; - (void)_writeSelectConfig:(id)arg1 reconfigure:(BOOL)arg2; - (void)_writeSetupEndPoint; - (void)_writeStartConfig; -- (void)_writeStopConfig; +- (void)_writeStopConfig:(id)arg1; - (id)configGenerator; - (void)dealloc; - (void)deviceConnectionSender:(id)arg1 didEndSession:(id)arg2; @@ -53,13 +54,13 @@ - (void)setStreamSession:(id)arg1; - (void)setSupportedConfigCache:(id)arg1; - (void)startStream:(id)arg1; -- (void)stopStream; +- (void)stopStream:(id)arg1; - (id)streamSession; - (void)streamingManager:(id)arg1 didStartRelay:(id)arg2; - (void)streamingManager:(id)arg1 didStartStream:(id)arg2 slotIdentifier:(id)arg3; - (void)streamingManagerDidNetworkDeteriorate:(id)arg1; - (void)streamingManagerDidNetworkImprove:(id)arg1; -- (void)streamingManagerDidReceiveFirstFrame:(id)arg1 audioStreamSetting:(unsigned int)arg2 aspectRatio:(id)arg3; +- (void)streamingManagerDidReceiveFirstFrame:(id)arg1 audioStreamSetting:(unsigned int)arg2 aspectRatio:(id)arg3 slotIdentifier:(id)arg4; - (void)streamingManagerDidStopStream:(id)arg1 error:(id)arg2; - (void)streamingManagerDidUpdateConfiguration:(id)arg1; - (id)supportedConfigCache; diff --git a/PrivateFrameworks/HomeKitDaemon.framework/HMDCameraMetricsLogEvent.h b/PrivateFrameworks/HomeKitDaemon.framework/HMDCameraMetricsLogEvent.h new file mode 100644 index 0000000000..637b7d89cf --- /dev/null +++ b/PrivateFrameworks/HomeKitDaemon.framework/HMDCameraMetricsLogEvent.h @@ -0,0 +1,21 @@ +/* Generated by RuntimeBrowser + Image: /System/Library/PrivateFrameworks/HomeKitDaemon.framework/HomeKitDaemon + */ + +@interface HMDCameraMetricsLogEvent : HMDLogEvent { + HMDAccessory * _accessory; + BOOL _isLocal; + HMDCameraSessionID * _sessionID; +} + +@property (nonatomic, readonly) HMDAccessory *accessory; +@property (readonly) BOOL isLocal; +@property (nonatomic, readonly) HMDCameraSessionID *sessionID; + +- (void).cxx_destruct; +- (id)accessory; +- (id)initWithMetricUUID:(id)arg1 sessionID:(id)arg2 cameraAccessory:(id)arg3 isLocal:(BOOL)arg4; +- (BOOL)isLocal; +- (id)sessionID; + +@end diff --git a/PrivateFrameworks/HomeKitDaemon.framework/HMDCameraMetricsSnapshotLogEvent.h b/PrivateFrameworks/HomeKitDaemon.framework/HMDCameraMetricsSnapshotLogEvent.h new file mode 100644 index 0000000000..80dc693021 --- /dev/null +++ b/PrivateFrameworks/HomeKitDaemon.framework/HMDCameraMetricsSnapshotLogEvent.h @@ -0,0 +1,32 @@ +/* Generated by RuntimeBrowser + Image: /System/Library/PrivateFrameworks/HomeKitDaemon.framework/HomeKitDaemon + */ + +@interface HMDCameraMetricsSnapshotLogEvent : HMDCameraMetricsLogEvent { + NSNumber * _referenceTimestamp; + BOOL _snapshotForNotification; +} + +@property (readonly, copy) NSString *debugDescription; +@property (readonly, copy) NSString *description; +@property (readonly) unsigned int hash; +@property (nonatomic, retain) NSNumber *referenceTimestamp; +@property (nonatomic, readonly) BOOL snapshotForNotification; +@property (readonly) Class superclass; + ++ (void)initialize; ++ (id)uuid; + +- (void).cxx_destruct; +- (unsigned int)AWDMessageType; +- (void)addIDSSession:(id)arg1; +- (void)addIDSTransfer:(id)arg1; +- (void)addSnapshotMessaging:(id)arg1; +- (id)initWithSessionID:(id)arg1 cameraAccessory:(id)arg2 isLocal:(BOOL)arg3 snapshotForNotification:(BOOL)arg4; +- (id)metricForAWD; +- (id)referenceTimestamp; +- (void)setReferenceTimestamp:(id)arg1; +- (BOOL)snapshotForNotification; +- (unsigned int)timeSinceReference:(id)arg1; + +@end diff --git a/PrivateFrameworks/HomeKitDaemon.framework/HMDCameraMetricsStreamLogEvent.h b/PrivateFrameworks/HomeKitDaemon.framework/HMDCameraMetricsStreamLogEvent.h new file mode 100644 index 0000000000..b7fa59854a --- /dev/null +++ b/PrivateFrameworks/HomeKitDaemon.framework/HMDCameraMetricsStreamLogEvent.h @@ -0,0 +1,31 @@ +/* Generated by RuntimeBrowser + Image: /System/Library/PrivateFrameworks/HomeKitDaemon.framework/HomeKitDaemon + */ + +@interface HMDCameraMetricsStreamLogEvent : HMDCameraMetricsLogEvent { + NSNumber * _referenceTimestamp; +} + +@property (readonly, copy) NSString *debugDescription; +@property (readonly, copy) NSString *description; +@property (readonly) unsigned int hash; +@property (nonatomic, retain) NSNumber *referenceTimestamp; +@property (readonly) Class superclass; + ++ (void)initialize; ++ (id)uuid; + +- (void).cxx_destruct; +- (unsigned int)AWDMessageType; +- (void)addIDSConnectionSetup:(id)arg1; +- (void)addIDSSession:(id)arg1; +- (void)addInitialConfiguration:(id)arg1; +- (void)addReconfiguration:(id)arg1; +- (void)addStreamMessaging:(id)arg1; +- (id)initWithSessionID:(id)arg1 cameraAccessory:(id)arg2 isLocal:(BOOL)arg3; +- (id)metricForAWD; +- (id)referenceTimestamp; +- (void)setReferenceTimestamp:(id)arg1; +- (unsigned int)timeSinceReference:(id)arg1; + +@end diff --git a/PrivateFrameworks/HomeKitDaemon.framework/HMDCameraRemoteStreamControlManager.h b/PrivateFrameworks/HomeKitDaemon.framework/HMDCameraRemoteStreamControlManager.h index 2586aa06ad..c78e957775 100644 --- a/PrivateFrameworks/HomeKitDaemon.framework/HMDCameraRemoteStreamControlManager.h +++ b/PrivateFrameworks/HomeKitDaemon.framework/HMDCameraRemoteStreamControlManager.h @@ -15,13 +15,14 @@ @property (readonly) unsigned int hash; @property (nonatomic, readonly, copy) NSUUID *profileUniqueIdentifier; @property (nonatomic, readonly, copy) HMDCameraResidentMessageHandler *residentMessageHandler; +@property (nonatomic, readonly) HMDCameraStreamMetrics *streamMetrics; @property (nonatomic, retain) HMDRemoteStreamSession *streamSession; @property (readonly) Class superclass; + (id)logCategory; - (void).cxx_destruct; -- (void)_cleanUpStreamSession; +- (void)_cleanUpStreamSession:(id)arg1; - (void)_dispatchReconfigureToResident:(id)arg1; - (void)_dispatchStartRequestToResidentWithVideoSSRC:(id)arg1 audioSSRC:(id)arg2; - (void)_idsSessionCreatedAndConfigNegotiated; @@ -34,7 +35,7 @@ - (void)_sendUpdatedConfiguration; - (void)_setParametersSelected:(id)arg1; - (void)_startStream:(id)arg1; -- (void)_stopCurrentStreamSession; +- (void)_stopCurrentStreamSession:(id)arg1; - (void)_streamStarted; - (id)configGenerator; - (void)dealloc; @@ -53,13 +54,13 @@ - (void)setConfigGenerator:(id)arg1; - (void)setStreamSession:(id)arg1; - (void)startStream:(id)arg1; -- (void)stopStream; -- (void)stopStreamAsIDSHasStopped; +- (void)stopStream:(id)arg1; +- (void)stopStreamAsIDSHasStopped:(id)arg1; - (id)streamSession; - (void)streamingManager:(id)arg1 didStartStream:(id)arg2 slotIdentifier:(id)arg3; - (void)streamingManagerDidNetworkDeteriorate:(id)arg1; - (void)streamingManagerDidNetworkImprove:(id)arg1; -- (void)streamingManagerDidReceiveFirstFrame:(id)arg1 audioStreamSetting:(unsigned int)arg2 aspectRatio:(id)arg3; +- (void)streamingManagerDidReceiveFirstFrame:(id)arg1 audioStreamSetting:(unsigned int)arg2 aspectRatio:(id)arg3 slotIdentifier:(id)arg4; - (void)streamingManagerDidStopStream:(id)arg1 error:(id)arg2; - (void)streamingManagerDidUpdateConfiguration:(id)arg1; - (void)updateAudioSetting:(unsigned int)arg1; diff --git a/PrivateFrameworks/HomeKitDaemon.framework/HMDCameraSessionID.h b/PrivateFrameworks/HomeKitDaemon.framework/HMDCameraSessionID.h index ccb95745d3..38010f42cd 100644 --- a/PrivateFrameworks/HomeKitDaemon.framework/HMDCameraSessionID.h +++ b/PrivateFrameworks/HomeKitDaemon.framework/HMDCameraSessionID.h @@ -7,6 +7,9 @@ NSString * _cameraProactiveSessionID; NSString * _cameraSessionAppID; NSString * _descriptionString; + NSMutableDictionary * _deviceMilestones; + NSString * _deviceSectionName; + NSMutableDictionary * _milestones; HMDDevice * _remoteDevice; NSString * _sessionID; BOOL _spiClient; @@ -16,26 +19,40 @@ @property (nonatomic, readonly) NSString *cameraProactiveSessionID; @property (nonatomic, readonly) NSString *cameraSessionAppID; @property (nonatomic, readonly) NSString *descriptionString; +@property (nonatomic, readonly) NSMutableDictionary *deviceMilestones; +@property (nonatomic, readonly) NSString *deviceSectionName; +@property (nonatomic, readonly) NSMutableDictionary *milestones; @property (nonatomic, readonly) HMDDevice *remoteDevice; @property (nonatomic, readonly) NSString *sessionID; @property (getter=isSPIClient, nonatomic, readonly) BOOL spiClient; ++ (id)millisecondsSince1970; + - (void).cxx_destruct; - (id)_createDescriptionString; - (id)_extractSessionAppID:(id)arg1; +- (void)_prepareDeviceMilestones; - (id)accessoryName; +- (void)addParameterFor:(id)arg1 value:(id)arg2; - (id)cameraProactiveSessionID; - (id)cameraSessionAppID; - (id)copyWithZone:(struct _NSZone { }*)arg1; - (id)description; - (id)descriptionString; +- (id)deviceMilestones; +- (id)deviceSectionName; - (unsigned int)hash; - (id)initWithAccessory:(id)arg1 service:(id)arg2 sessionID:(id)arg3 message:(id)arg4; - (id)initWithAccessory:(id)arg1 sessionID:(id)arg2 message:(id)arg3; - (id)initWithAccessoryName:(id)arg1 sessionID:(id)arg2 cameraSessionAppID:(id)arg3 cameraProactiveSessionID:(id)arg4 remoteDevice:(id)arg5 spiClient:(BOOL)arg6; - (BOOL)isEqual:(id)arg1; - (BOOL)isSPIClient; +- (void)markMilestoneFor:(id)arg1; +- (void)markMilestoneForPath:(id)arg1; +- (id)milestones; - (id)remoteDevice; - (id)sessionID; +- (void)setParameterFor:(id)arg1 value:(id)arg2; +- (void)setParameterForPath:(id)arg1 value:(id)arg2; @end diff --git a/PrivateFrameworks/HomeKitDaemon.framework/HMDCameraSnapshotManager.h b/PrivateFrameworks/HomeKitDaemon.framework/HMDCameraSnapshotManager.h index e25d8398f6..4341fb25ec 100644 --- a/PrivateFrameworks/HomeKitDaemon.framework/HMDCameraSnapshotManager.h +++ b/PrivateFrameworks/HomeKitDaemon.framework/HMDCameraSnapshotManager.h @@ -52,7 +52,7 @@ + (id)logCategory; - (void).cxx_destruct; -- (void)_endSession:(id)arg1; +- (void)_endSession:(id)arg1 error:(id)arg2; - (id)_findSessionWithID:(id)arg1; - (void)_handleCreateSnapshotFromBulletinContext:(id)arg1; - (void)_handleReleaseSnapshot:(id)arg1; diff --git a/PrivateFrameworks/HomeKitDaemon.framework/HMDCameraSnapshotMetrics.h b/PrivateFrameworks/HomeKitDaemon.framework/HMDCameraSnapshotMetrics.h new file mode 100644 index 0000000000..d3fa1fce62 --- /dev/null +++ b/PrivateFrameworks/HomeKitDaemon.framework/HMDCameraSnapshotMetrics.h @@ -0,0 +1,20 @@ +/* Generated by RuntimeBrowser + Image: /System/Library/PrivateFrameworks/HomeKitDaemon.framework/HomeKitDaemon + */ + +@interface HMDCameraSnapshotMetrics : NSObject { + HMDCameraMetricsSnapshotLogEvent * _cameraSnapshotMetricsLogEvent; + NSError * _error; +} + +@property (nonatomic, readonly) HMDCameraMetricsSnapshotLogEvent *cameraSnapshotMetricsLogEvent; +@property (nonatomic, retain) NSError *error; + +- (void).cxx_destruct; +- (id)cameraSnapshotMetricsLogEvent; +- (void)dealloc; +- (id)error; +- (id)initWithSessionID:(id)arg1 cameraAccessory:(id)arg2 isLocal:(BOOL)arg3 snapshotForNotification:(BOOL)arg4; +- (void)setError:(id)arg1; + +@end diff --git a/PrivateFrameworks/HomeKitDaemon.framework/HMDCameraSnapshotMonitorEvents.h b/PrivateFrameworks/HomeKitDaemon.framework/HMDCameraSnapshotMonitorEvents.h index 188cfe9060..ce979e158b 100644 --- a/PrivateFrameworks/HomeKitDaemon.framework/HMDCameraSnapshotMonitorEvents.h +++ b/PrivateFrameworks/HomeKitDaemon.framework/HMDCameraSnapshotMonitorEvents.h @@ -8,6 +8,7 @@ NSString * _bulletinImagesDirectory; NSMutableSet * _characteristicsList; NSString * _logID; + NSMutableSet * _monitoredCharacteristicsList; HMFMessageDispatcher * _msgDispatcher; HMDNotificationRegistration * _notificationRegistration; NSObject * _propertyQueue; @@ -27,6 +28,7 @@ @property (nonatomic, readonly) NSString *logID; @property (nonatomic, readonly) NSObject *messageReceiveQueue; @property (nonatomic, readonly) NSUUID *messageTargetUUID; +@property (nonatomic, readonly) NSMutableSet *monitoredCharacteristicsList; @property (nonatomic, retain) HMFMessageDispatcher *msgDispatcher; @property (nonatomic, readonly) HMDNotificationRegistration *notificationRegistration; @property (nonatomic, readonly) NSObject *propertyQueue; @@ -40,7 +42,7 @@ - (void).cxx_destruct; - (void)_characteristicsUpdated:(id)arg1 modifiedCharacteristics:(id)arg2; -- (void)_enableNotificationForCharacteristics:(id)arg1; +- (void)_enableNotificationForCharacteristics:(id)arg1 newMonitoredCharacteristicsList:(id)arg2; - (void)_handleAccessoryCharacteristicsChangedNotification:(id)arg1; - (void)_handleRemoteNotification:(id)arg1; - (void)_handleSnapshotResponse:(id)arg1 cameraSessionID:(id)arg2 changedCharacteristics:(id)arg3 response:(id)arg4 responseTimer:(id)arg5; @@ -61,6 +63,7 @@ - (id)messageReceiveQueue; - (id)messageTargetUUID; - (void)monitorForEventsForServices:(id)arg1; +- (id)monitoredCharacteristicsList; - (id)msgDispatcher; - (id)notificationRegistration; - (void)processPostedBulletin:(id)arg1 responseTimer:(id)arg2; diff --git a/PrivateFrameworks/HomeKitDaemon.framework/HMDCameraSnapshotReceiver.h b/PrivateFrameworks/HomeKitDaemon.framework/HMDCameraSnapshotReceiver.h index da0fc9a588..7eee8e40e0 100644 --- a/PrivateFrameworks/HomeKitDaemon.framework/HMDCameraSnapshotReceiver.h +++ b/PrivateFrameworks/HomeKitDaemon.framework/HMDCameraSnapshotReceiver.h @@ -9,6 +9,7 @@ HMDCameraResidentMessageHandler * _residentMessageHandler; HMDCameraSessionID * _sessionID; HMDSnapshotFile * _snapshotFile; + HMDCameraSnapshotMetrics * _snapshotMetrics; HMDSnapshotRequestHandler * _snapshotRequestHandler; NSUUID * _uniqueIdentifier; NSObject * _workQueue; @@ -23,6 +24,7 @@ @property (nonatomic, readonly) HMDCameraResidentMessageHandler *residentMessageHandler; @property (nonatomic, readonly) HMDCameraSessionID *sessionID; @property (nonatomic, retain) HMDSnapshotFile *snapshotFile; +@property (nonatomic, retain) HMDCameraSnapshotMetrics *snapshotMetrics; @property (nonatomic, readonly) HMDSnapshotRequestHandler *snapshotRequestHandler; @property (readonly) Class superclass; @property (nonatomic, readonly) NSUUID *uniqueIdentifier; @@ -41,7 +43,9 @@ - (id)residentMessageHandler; - (id)sessionID; - (void)setSnapshotFile:(id)arg1; +- (void)setSnapshotMetrics:(id)arg1; - (id)snapshotFile; +- (id)snapshotMetrics; - (id)snapshotRequestHandler; - (id)uniqueIdentifier; - (id)workQueue; diff --git a/PrivateFrameworks/HomeKitDaemon.framework/HMDCameraSnapshotRemoteRelayReceiver.h b/PrivateFrameworks/HomeKitDaemon.framework/HMDCameraSnapshotRemoteRelayReceiver.h index 59296d5640..56ba2e6149 100644 --- a/PrivateFrameworks/HomeKitDaemon.framework/HMDCameraSnapshotRemoteRelayReceiver.h +++ b/PrivateFrameworks/HomeKitDaemon.framework/HMDCameraSnapshotRemoteRelayReceiver.h @@ -29,6 +29,6 @@ - (void)relayReceiver:(id)arg1 didReceiveFile:(id)arg2; - (void)setDelegate:(id)arg1; - (void)setRelayReceiver:(id)arg1; -- (void)snapShotSendFailed; +- (void)snapShotSendFailed:(id)arg1; @end diff --git a/PrivateFrameworks/HomeKitDaemon.framework/HMDCameraSnapshotRemoteRelayStream.h b/PrivateFrameworks/HomeKitDaemon.framework/HMDCameraSnapshotRemoteRelayStream.h index f30a8b8933..a1b4d4b699 100644 --- a/PrivateFrameworks/HomeKitDaemon.framework/HMDCameraSnapshotRemoteRelayStream.h +++ b/PrivateFrameworks/HomeKitDaemon.framework/HMDCameraSnapshotRemoteRelayStream.h @@ -33,7 +33,7 @@ - (id)initWithSessionID:(id)arg1 workQueue:(id)arg2 options:(id)arg3 destinationID:(id)arg4 accessory:(id)arg5 delegate:(id)arg6 delegateQueue:(id)arg7 uniqueIdentifier:(id)arg8 snapshotRequestHandler:(id)arg9 residentMessageHandler:(id)arg10; - (id)logIdentifier; - (id)relayReceiver; -- (void)snapShotSendFailed; +- (void)snapShotSendFailed:(id)arg1; - (void)snapShotTransferComplete; - (void)snapshotRelayReceiver:(id)arg1 didSaveSnapshotFile:(id)arg2 error:(id)arg3 sessionID:(id)arg4; - (void)snapshotRelayReceiver:(id)arg1 didStartGettingImage:(id)arg2 sessionID:(id)arg3; diff --git a/PrivateFrameworks/HomeKitDaemon.framework/HMDCameraSnapshotRemoteStreamReceiver.h b/PrivateFrameworks/HomeKitDaemon.framework/HMDCameraSnapshotRemoteStreamReceiver.h index 9e7ca75a77..d61059e6c0 100644 --- a/PrivateFrameworks/HomeKitDaemon.framework/HMDCameraSnapshotRemoteStreamReceiver.h +++ b/PrivateFrameworks/HomeKitDaemon.framework/HMDCameraSnapshotRemoteStreamReceiver.h @@ -28,6 +28,6 @@ - (id)relayReceiver; - (void)relayReceiver:(id)arg1 didReceiveFile:(id)arg2; - (void)setRelayReceiver:(id)arg1; -- (void)snapShotSendFailed; +- (void)snapShotSendFailed:(id)arg1; @end diff --git a/PrivateFrameworks/HomeKitDaemon.framework/HMDCameraStreamControlManager.h b/PrivateFrameworks/HomeKitDaemon.framework/HMDCameraStreamControlManager.h index d23eb9fd37..47024db242 100644 --- a/PrivateFrameworks/HomeKitDaemon.framework/HMDCameraStreamControlManager.h +++ b/PrivateFrameworks/HomeKitDaemon.framework/HMDCameraStreamControlManager.h @@ -31,15 +31,16 @@ + (id)logCategory; - (void).cxx_destruct; -- (void)_callStreamFirstFrameReceived:(unsigned int)arg1 aspectRatio:(id)arg2; +- (void)_callStreamFirstFrameReceived:(unsigned int)arg1 aspectRatio:(id)arg2 slotIdentifier:(id)arg3; - (void)_callStreamNegotiated:(id)arg1; - (void)_callStreamReconfigured; - (void)_callStreamRemoteConnectionSetup; - (void)_callStreamStarted; - (void)_callStreamStopped:(id)arg1; -- (void)_cleanUpStreamSession; +- (void)_cleanUpStreamSession:(id)arg1; - (void)_reportError:(id)arg1; - (void)_reportErrorCode:(int)arg1; +- (void)_reportInternalErrorCode:(int)arg1; - (id)accessory; - (id)delegate; - (id)delegateQueue; diff --git a/PrivateFrameworks/HomeKitDaemon.framework/HMDCameraStreamControlMessageHandler.h b/PrivateFrameworks/HomeKitDaemon.framework/HMDCameraStreamControlMessageHandler.h index 4906f0aa45..2ab59d936f 100644 --- a/PrivateFrameworks/HomeKitDaemon.framework/HMDCameraStreamControlMessageHandler.h +++ b/PrivateFrameworks/HomeKitDaemon.framework/HMDCameraStreamControlMessageHandler.h @@ -57,9 +57,9 @@ - (BOOL)_isSetAudioStreamSettingMessage:(id)arg1; - (BOOL)_isStartMessage:(id)arg1; - (BOOL)_isStopMessage:(id)arg1; -- (void)_resetCurrentStreamState; -- (void)_sendStreamStoppedNotification; -- (void)_stopStream; +- (void)_resetCurrentStreamState:(id)arg1; +- (void)_sendStreamStoppedNotification:(id)arg1; +- (void)_stopStream:(id)arg1; - (id)accessory; - (void)dealloc; - (void)handleAccessoryIsNotReachable:(id)arg1; @@ -84,7 +84,7 @@ - (id)settingsControlManager; - (void)streamControlManager:(id)arg1 didFail:(id)arg2; - (void)streamControlManagerDidNegotiateStream:(id)arg1 selectedParameters:(id)arg2; -- (void)streamControlManagerDidReceiveFirstFrame:(id)arg1 audioStreamSetting:(unsigned int)arg2 aspectRatio:(id)arg3; +- (void)streamControlManagerDidReceiveFirstFrame:(id)arg1 audioStreamSetting:(unsigned int)arg2 aspectRatio:(id)arg3 slotIdentifier:(id)arg4; - (void)streamControlManagerDidReconfigureStream:(id)arg1; - (void)streamControlManagerDidSetupRemoteConnection:(id)arg1; - (void)streamControlManagerDidStartStream:(id)arg1 slotIdentifier:(id)arg2; diff --git a/PrivateFrameworks/HomeKitDaemon.framework/HMDCameraStreamMetrics.h b/PrivateFrameworks/HomeKitDaemon.framework/HMDCameraStreamMetrics.h index 8d66776b20..24507bf624 100644 --- a/PrivateFrameworks/HomeKitDaemon.framework/HMDCameraStreamMetrics.h +++ b/PrivateFrameworks/HomeKitDaemon.framework/HMDCameraStreamMetrics.h @@ -2,46 +2,19 @@ Image: /System/Library/PrivateFrameworks/HomeKitDaemon.framework/HomeKitDaemon */ -@interface HMDCameraStreamMetrics : HMDLogEvent { - HMDAccessory * _accessory; - BOOL _isLocal; - NSMutableArray * _resolutionTypes; - NSString * _sessionID; - BOOL _streamStarted; - double _timeStreamStarted; +@interface HMDCameraStreamMetrics : NSObject { + HMDCameraMetricsStreamLogEvent * _cameraStreamMetricsLogEvent; + NSError * _error; } -@property (nonatomic, readonly) HMDAccessory *accessory; -@property (readonly, copy) NSString *debugDescription; -@property (readonly, copy) NSString *description; -@property (readonly) unsigned int hash; -@property (readonly) BOOL isLocal; -@property (nonatomic, readonly) NSMutableArray *resolutionTypes; -@property (nonatomic, readonly) NSString *sessionID; -@property (getter=isStreamStarted, nonatomic) BOOL streamStarted; -@property (readonly) Class superclass; -@property (nonatomic) double timeStreamStarted; - -+ (id)cameraStreamMetricWithID:(id)arg1 cameraAccessory:(id)arg2 isLocal:(BOOL)arg3; -+ (void)initialize; -+ (id)uuid; +@property (nonatomic, readonly) HMDCameraMetricsStreamLogEvent *cameraStreamMetricsLogEvent; +@property (nonatomic, retain) NSError *error; - (void).cxx_destruct; -- (unsigned int)AWDMessageType; -- (id)accessory; -- (id)initWithID:(id)arg1 cameraAccessory:(id)arg2 isLocal:(BOOL)arg3; -- (BOOL)isLocal; -- (BOOL)isStreamStarted; -- (id)metricForAWD; -- (void)negotiationComplete:(id)arg1; -- (void)reportError:(id)arg1; -- (id)resolutionTypes; -- (id)sessionID; -- (void)setStreamStarted:(BOOL)arg1; -- (void)setTimeStreamStarted:(double)arg1; -- (double)startDelay; -- (void)streamStarted; -- (void)streamStopped; -- (double)timeStreamStarted; +- (id)cameraStreamMetricsLogEvent; +- (void)dealloc; +- (id)error; +- (id)initWithSessionID:(id)arg1 cameraAccessory:(id)arg2 isLocal:(BOOL)arg3; +- (void)setError:(id)arg1; @end diff --git a/PrivateFrameworks/HomeKitDaemon.framework/HMDCompanionManager.h b/PrivateFrameworks/HomeKitDaemon.framework/HMDCompanionManager.h index a0ff070d1e..8ec1491a02 100644 --- a/PrivateFrameworks/HomeKitDaemon.framework/HMDCompanionManager.h +++ b/PrivateFrameworks/HomeKitDaemon.framework/HMDCompanionManager.h @@ -2,7 +2,7 @@ Image: /System/Library/PrivateFrameworks/HomeKitDaemon.framework/HomeKitDaemon */ -@interface HMDCompanionManager : NSObject { +@interface HMDCompanionManager : NSObject { NSObject * _clientQueue; HMDDevice * _companion; * _delegate; @@ -21,19 +21,26 @@ @property (readonly) Class superclass; + (BOOL)isCompatibleCompanionDevice:(id)arg1; ++ (id)logCategory; ++ (id)shortDescription; - (void).cxx_destruct; - (void)__initializeConnectedDevices; - (void)_updateConnectedDevices:(id)arg1; - (id)clientQueue; - (id)companion; +- (id)debugDescription; - (id)delegate; +- (id)description; +- (id)descriptionWithPointer:(BOOL)arg1; - (id)init; - (void)notifyDelegateOfCompanionChange:(id)arg1; - (id)propertyQueue; - (id)service; - (void)service:(id)arg1 connectedDevicesChanged:(id)arg2; +- (void)service:(id)arg1 devicesChanged:(id)arg2; - (void)setCompanion:(id)arg1; - (void)setDelegate:(id)arg1; +- (id)shortDescription; @end diff --git a/PrivateFrameworks/HomeKitDaemon.framework/HMDDAccessoryServerDemo.h b/PrivateFrameworks/HomeKitDaemon.framework/HMDDAccessoryServerDemo.h index fcaa32ef7f..f98004cf81 100644 --- a/PrivateFrameworks/HomeKitDaemon.framework/HMDDAccessoryServerDemo.h +++ b/PrivateFrameworks/HomeKitDaemon.framework/HMDDAccessoryServerDemo.h @@ -32,8 +32,7 @@ - (int)linkType; - (void)listPairingsWithCompletionQueue:(id)arg1 completionHandler:(id /* block */)arg2; - (void)processCharacteristicWrite:(id)arg1 value:(id)arg2; -- (void)readCharacteristicValues:(id)arg1 queue:(id)arg2 completionHandler:(id /* block */)arg3; -- (void)readValueForCharacteristic:(id)arg1 queue:(id)arg2 completionHandler:(id /* block */)arg3; +- (void)readCharacteristicValues:(id)arg1 timeout:(double)arg2 completionQueue:(id)arg3 completionHandler:(id /* block */)arg4; - (BOOL)removePairingForCurrentControllerOnQueue:(id)arg1 completion:(id /* block */)arg2; - (BOOL)removePairingWithIdentifier:(id)arg1 publicKey:(id)arg2 queue:(id)arg3 completion:(id /* block */)arg4; - (void)setAccessoryInfo:(id)arg1; @@ -43,7 +42,6 @@ - (void)startPairing; - (BOOL)stopPairingWithError:(id*)arg1; - (BOOL)tryPairingPassword:(id)arg1 error:(id*)arg2; -- (void)writeCharacteristicValues:(id)arg1 queue:(id)arg2 completionHandler:(id /* block */)arg3; -- (void)writeValue:(id)arg1 forCharacteristic:(id)arg2 authorizationData:(id)arg3 queue:(id)arg4 completionHandler:(id /* block */)arg5; +- (void)writeCharacteristicValues:(id)arg1 timeout:(double)arg2 completionQueue:(id)arg3 completionHandler:(id /* block */)arg4; @end diff --git a/PrivateFrameworks/HomeKitDaemon.framework/HMDHAPMetadata.h b/PrivateFrameworks/HomeKitDaemon.framework/HMDHAPMetadata.h index c26f64aca0..74c43c30bd 100644 --- a/PrivateFrameworks/HomeKitDaemon.framework/HMDHAPMetadata.h +++ b/PrivateFrameworks/HomeKitDaemon.framework/HMDHAPMetadata.h @@ -53,12 +53,16 @@ + (BOOL)supportsSecureCoding; - (void).cxx_destruct; +- (id)_characteristicTypeFromUTI:(id)arg1; +- (id)aliasedHAPCharacteristicTypes; +- (id)aliasedHAPServiceTypes; - (id)assistantCharacteristics; - (id)assistantServices; - (id)assistantUnits; - (void)augmentMissingInformation:(id)arg1; - (id)categoryForIdentifier:(id)arg1; - (id)categoryForOther; +- (id)characteristicValueUnit:(id)arg1; - (BOOL)checkTuples:(id)arg1 forCharacteristic:(id)arg2 service:(id)arg3; - (BOOL)checkTuples:(id)arg1 forService:(id)arg2; - (id)createHAPMetadata:(id)arg1; @@ -74,6 +78,10 @@ - (id)generateHAPMetadataTuplesDictionary:(id)arg1; - (id)generateHMDHAPMetadataTupleArrayFromDict:(id)arg1; - (id)generateHMDictionary; +- (id)getAliasedCharacteristicType:(id)arg1; +- (id)getAliasedServiceType:(id)arg1; +- (id)getCharacteristicTypeAlias:(id)arg1; +- (id)getServiceTypeAlias:(id)arg1; - (id)hapCharacteristics; - (id)hapMetadata; - (id)hapProperties; @@ -93,6 +101,16 @@ - (id)initWithDictionary:(id)arg1 hapMetadata:(id)arg2 error:(id*)arg3; - (BOOL)isStandardCharacteristicType:(id)arg1; - (BOOL)isStandardServiceType:(id)arg1; +- (id)mapCharacteristicValueType:(id)arg1; +- (id)mapFromAssistantCharacteristicValue:(id)arg1 name:(id)arg2; +- (id)mapFromAssistantServiceName:(id)arg1; +- (id)mapFromAssistantUnitName:(id)arg1; +- (id)mapReadCharacteristicFromAssistantName:(id)arg1; +- (id)mapToAssistantCharacteristicName:(id)arg1; +- (id)mapToAssistantCharacteristicValue:(id)arg1 name:(id)arg2 getActionType:(BOOL)arg3; +- (id)mapToAssistantServiceName:(id)arg1; +- (id)mapToAssistantUnitName:(id)arg1; +- (id)mapWriteCharacteristicFromAssistantName:(id)arg1; - (id)parseAssistantCharacteristics:(id)arg1; - (BOOL)parseAssistantMetadata:(id)arg1; - (id)parseAssistantUnits:(id)arg1; @@ -103,6 +121,7 @@ - (BOOL)parseNotificationMetadata:(id)arg1; - (BOOL)parseRequiresDeviceUnlockMetadata:(id)arg1; - (BOOL)requiresDeviceUnlock:(id)arg1 forService:(id)arg2; +- (BOOL)requiresTimedWrite:(id)arg1 forService:(id)arg2; - (id)schemaVersion; - (void)setAssistantCharacteristics:(id)arg1; - (void)setAssistantServices:(id)arg1; @@ -126,14 +145,14 @@ - (void)setVersion:(id)arg1; - (BOOL)shouldAllowHomeNotificationForCharacteristicType:(id)arg1 serviceType:(id)arg2; - (BOOL)shouldAutoEnableNotificationForCharacteristic:(id)arg1 ofService:(id)arg2; -- (BOOL)shouldEnableBulletinBoardForCharacteristic:(id)arg1 ofService:(id)arg2; -- (BOOL)shouldEnableBulletinBoardForService:(id)arg1; - (BOOL)shouldFilterCharacteristicOfType:(id)arg1; - (BOOL)shouldFilterCharacteristicOfTypeFromApp:(id)arg1; - (BOOL)shouldFilterServiceOfType:(id)arg1; - (BOOL)shouldFilterServiceOfTypeFromApp:(id)arg1; +- (BOOL)shouldHomeAppShowTileForServiceType:(id)arg1; - (BOOL)shouldNotCacheCharacteristicOfType:(id)arg1; - (BOOL)supportsAuthorizationData:(id)arg1 forService:(id)arg2; +- (BOOL)supportsLocalization:(id)arg1; - (id)validateAssociatedServiceType:(id)arg1 forService:(id)arg2; - (id)version; diff --git a/PrivateFrameworks/HomeKitDaemon.framework/HMDHome.h b/PrivateFrameworks/HomeKitDaemon.framework/HMDHome.h index a34ff92771..50bc5425d5 100644 --- a/PrivateFrameworks/HomeKitDaemon.framework/HMDHome.h +++ b/PrivateFrameworks/HomeKitDaemon.framework/HMDHome.h @@ -159,6 +159,7 @@ + (void)_initialize; + (void)appendCharacteristicsToAccessoryList:(id)arg1 responseTuples:(id)arg2 forMultipleCharacteristicsRemoteRead:(id)arg3; + (void)appendCharacteristicsToAccessoryList:(id)arg1 responseTuples:(id)arg2 forMultipleCharacteristicsRemoteWrite:(id)arg3; ++ (id)getBuiltinActionSets; + (BOOL)isObjectContainedInHome:(id)arg1; + (id)logCategory; + (id)shortDescription; @@ -284,6 +285,7 @@ - (void)_notifyChangedCharacteristics:(id)arg1 identifier:(id)arg2 multiPartResponse:(BOOL)arg3 moreMessagesInMultipart:(BOOL)arg4 requestMessage:(id)arg5 withCompletionHandler:(id /* block */)arg6; - (void)_notifyChangedCharacteristics:(id)arg1 message:(id)arg2 modifiedCharacteristics:(id)arg3; - (void)_notifyChangedCharacteristics:(id)arg1 toUserDeviceAddress:(id)arg2; +- (void)_notifyClientOfAccessoryInfoUpdatedForAccessories:(id)arg1 shouldRefreshBadge:(BOOL)arg2 withCompletion:(id /* block */)arg3; - (void)_notifyClientsOfUpdatedResidentUser:(id)arg1; - (void)_notifyRemoteUsersOfChangedCharacteristics:(id)arg1 message:(id)arg2; - (void)_notifyRetrievalError:(id)arg1 accessoryServer:(id)arg2 linkType:(int)arg3 accessoryOperationBlock:(id /* block */)arg4; @@ -309,6 +311,7 @@ - (void)_readCharacteristicValuesForAccessories:(id)arg1 readRequestMap:(id)arg2 responseTuples:(id)arg3 requestMessage:(id)arg4 viaDevice:(id)arg5 completionHandler:(id /* block */)arg6; - (void)_redispatchReadForAccessories:(id)arg1 dispatchGroup:(id)arg2 requestMap:(id)arg3 requestMessage:(id)arg4 responseTuples:(id)arg5; - (void)_redispatchWriteForAccessories:(id)arg1 dispatchGroup:(id)arg2 requestMap:(id)arg3 requestMessage:(id)arg4 responseTuples:(id)arg5; +- (void)_reevaluateAccessoryInfoWithBadgeRefresh:(BOOL)arg1; - (void)_registerDeviceForReachabilityNotification:(id)arg1 accessoryList:(id)arg2; - (void)_registerForMessages; - (void)_registerForReachabilityChangeNotifications:(id)arg1 mode:(BOOL)arg2; @@ -418,7 +421,6 @@ - (id)contextID; - (id)contextSPIUniqueIdentifier; - (id)createActionSetWithName:(id)arg1 uuid:(id)arg2 type:(id)arg3; -- (void)createBuiltinActionSets; - (BOOL)currentRemoteReachabilityRegistration; - (id)currentUser; - (void)dealloc; @@ -438,6 +440,7 @@ - (void)executeActionSet:(id)arg1; - (int)expectedConfigurationVersion; - (id)filterBuiltinActionSets:(id)arg1; +- (struct NSDictionary { Class x1; }*)firmwareUpdateBulletinContext; - (void)fixupBridgeForBridgedAccessories:(id)arg1 potentialBridgeAccessories:(id)arg2; - (void)fixupReplacementAccessories:(id)arg1 commonAccessories:(id)arg2 idsDataSync:(BOOL)arg3 dataVersion:(int)arg4 locallyAdded:(id)arg5; - (id)getHomeConfigurationForAWD; @@ -472,9 +475,12 @@ - (id)modifyNotificationsCoalesceTimer; - (id)msgDispatcher; - (id)name; +- (id)namesOfServicesWithNewFirmwareAvailableInHome; - (id)notificationDeregistrations; - (id)notificationRegistrations; - (id)notificationsUpdatedTime; +- (void)notifyClientOfAccessoryInfoUpdatedForAccessories:(id)arg1; +- (void)notifyClientOfVendorInfoUpdatedForManufacturers:(id)arg1 withCompletion:(id /* block */)arg2; - (void)notifyDidArriveHome; - (void)notifyDidLeaveHome; - (void)notifyNewRemotePeersFound:(BOOL)arg1 remoteUsersRemoved:(id)arg2 forceRemoteNotificationRegistration:(BOOL)arg3; @@ -500,6 +506,7 @@ - (void)readCharacteristicValues:(id)arg1 requestMessage:(id)arg2 withCompletionHandler:(id /* block */)arg3; - (void)redispatchToResidentMessage:(id)arg1 target:(id)arg2 responseQueue:(id)arg3; - (void)redispatchToResidentMessage:(id)arg1 target:(id)arg2 responseQueue:(id)arg3 viaDevice:(id)arg4; +- (void)reevaluateAccessoryInfo; - (int)regionState; - (void)regionStateUpdated:(int)arg1; - (void)registerForRemoteAccessoryReachabilityNotifications:(BOOL)arg1; diff --git a/PrivateFrameworks/HomeKitDaemon.framework/HMDHomeKitVersion.h b/PrivateFrameworks/HomeKitDaemon.framework/HMDHomeKitVersion.h index 37e73498c2..bd89476be0 100644 --- a/PrivateFrameworks/HomeKitDaemon.framework/HMDHomeKitVersion.h +++ b/PrivateFrameworks/HomeKitDaemon.framework/HMDHomeKitVersion.h @@ -2,35 +2,8 @@ Image: /System/Library/PrivateFrameworks/HomeKitDaemon.framework/HomeKitDaemon */ -@interface HMDHomeKitVersion : NSObject { - unsigned int _majorVersion; - unsigned int _minorVersion; - unsigned int _updateVersion; -} +@interface HMDHomeKitVersion : HMFVersion -@property (nonatomic, readonly) unsigned int majorVersion; -@property (nonatomic, readonly) unsigned int minorVersion; -@property (nonatomic, readonly) unsigned int updateVersion; -@property (nonatomic, readonly, copy) NSString *versionString; - -+ (BOOL)supportsSecureCoding; + (id)version; -- (int)compare:(id)arg1; -- (id)copyWithZone:(struct _NSZone { }*)arg1; -- (id)description; -- (void)encodeWithCoder:(id)arg1; -- (unsigned int)hash; -- (id)init; -- (id)initWithCoder:(id)arg1; -- (id)initWithMajorVersion:(unsigned int)arg1 minorVersion:(unsigned int)arg2 updateVersion:(unsigned int)arg3; -- (id)initWithVersionString:(id)arg1; -- (BOOL)isAtLeastVersion:(id)arg1; -- (BOOL)isEqual:(id)arg1; -- (BOOL)isEqualToVersion:(id)arg1; -- (unsigned int)majorVersion; -- (unsigned int)minorVersion; -- (unsigned int)updateVersion; -- (id)versionString; - @end diff --git a/PrivateFrameworks/HomeKitDaemon.framework/HMDHomeManager.h b/PrivateFrameworks/HomeKitDaemon.framework/HMDHomeManager.h index 5a89549960..b8899bd7f8 100644 --- a/PrivateFrameworks/HomeKitDaemon.framework/HMDHomeManager.h +++ b/PrivateFrameworks/HomeKitDaemon.framework/HMDHomeManager.h @@ -464,6 +464,7 @@ - (void)handleHomeKitAppInForeground:(id)arg1; - (void)handleIsAtHome:(id)arg1; - (void)handleNoHomeKitAppInForeground:(id)arg1; +- (void)handleVendorInfoUpdated:(id)arg1; - (BOOL)homeDataLoadedFromArchive; - (unsigned int)homeDatabaseSize; - (id)homeNames; @@ -499,6 +500,7 @@ - (id)nominateCurrentHomeUUID; - (void)notifyClientsResidentCapable:(BOOL)arg1; - (void)notifyPrimaryHomeUpdated:(id)arg1; +- (int)numberOfAccessoryWithNewFirmwareAvailable; - (int)numberOfPendingIncomingInvitation; - (id)pairedAccessories; - (id)pairedSync; diff --git a/PrivateFrameworks/HomeKitDaemon.framework/HMDKeyTransferAgentServer.h b/PrivateFrameworks/HomeKitDaemon.framework/HMDKeyTransferAgentServer.h index 8266775733..06a8a4cab3 100644 --- a/PrivateFrameworks/HomeKitDaemon.framework/HMDKeyTransferAgentServer.h +++ b/PrivateFrameworks/HomeKitDaemon.framework/HMDKeyTransferAgentServer.h @@ -48,6 +48,7 @@ - (id)initWithHomeManager:(id)arg1; - (BOOL)isPeerAvailable; - (id)logIdentifier; +- (void)resetConfig; - (void)setBroadcastFailure:(BOOL)arg1; - (void)setBroadcastGroup:(id)arg1; - (void)setBroadcastNotifiedDevices:(id)arg1; diff --git a/PrivateFrameworks/HomeKitDaemon.framework/HMDRemoteDeviceMonitor.h b/PrivateFrameworks/HomeKitDaemon.framework/HMDRemoteDeviceMonitor.h index 33605599ec..ab03f9dc0d 100644 --- a/PrivateFrameworks/HomeKitDaemon.framework/HMDRemoteDeviceMonitor.h +++ b/PrivateFrameworks/HomeKitDaemon.framework/HMDRemoteDeviceMonitor.h @@ -34,7 +34,6 @@ - (void).cxx_destruct; - (id)_deviceInformationForDevice:(id)arg1; - (void)_handleGlobalReachabilityChange; -- (void)_notifyDeviceReachabilityChange:(BOOL)arg1 forDevice:(id)arg2; - (void)_sendPingToDevice:(id)arg1; - (void)_startActivelyMonitoringDevice:(id)arg1; - (void)_stopActivelyMonitoringDevice:(id)arg1; @@ -57,12 +56,14 @@ - (id)netMonitor; - (void)networkMonitorIsReachable:(id)arg1; - (void)networkMonitorIsUnreachable:(id)arg1; +- (void)notifyDeviceReachabilityChange:(BOOL)arg1 forDevice:(id)arg2; - (id)propertyQueue; - (id)service; - (void)service:(id)arg1 account:(id)arg2 identifier:(id)arg3 didSendWithSuccess:(BOOL)arg4 error:(id)arg5 context:(id)arg6; - (void)service:(id)arg1 account:(id)arg2 incomingMessage:(id)arg3 fromID:(id)arg4 context:(id)arg5; - (void)setDelegate:(id)arg1; - (void)setReachable:(BOOL)arg1; +- (void)start; - (void)startMonitoringDevice:(id)arg1; - (void)stopMonitoringDevice:(id)arg1; - (void)timerDidFire:(id)arg1; diff --git a/PrivateFrameworks/HomeKitDaemon.framework/HMDRemoteMessageTransport.h b/PrivateFrameworks/HomeKitDaemon.framework/HMDRemoteMessageTransport.h index b12a8a8296..12980350cc 100644 --- a/PrivateFrameworks/HomeKitDaemon.framework/HMDRemoteMessageTransport.h +++ b/PrivateFrameworks/HomeKitDaemon.framework/HMDRemoteMessageTransport.h @@ -32,5 +32,6 @@ - (void)postDidReceiveRemoteMessageWithNoListenerFromDevice:(id)arg1; - (int)qualityOfService; - (id)remoteMessageFromMessage:(id)arg1; +- (void)start; @end diff --git a/PrivateFrameworks/HomeKitDaemon.framework/HMDResidentDeviceManager.h b/PrivateFrameworks/HomeKitDaemon.framework/HMDResidentDeviceManager.h index a2aab7388b..e9aab84ecb 100644 --- a/PrivateFrameworks/HomeKitDaemon.framework/HMDResidentDeviceManager.h +++ b/PrivateFrameworks/HomeKitDaemon.framework/HMDResidentDeviceManager.h @@ -20,6 +20,7 @@ @property (nonatomic, readonly) NSObject *clientQueue; @property (getter=isConfirming, nonatomic) BOOL confirming; +@property (getter=isCurrentDeviceAvaliableResident, nonatomic, readonly) BOOL currentDeviceAvaliableResident; @property (readonly, copy) NSString *debugDescription; @property *delegate; @property (readonly, copy) NSString *description; @@ -83,6 +84,7 @@ - (id)init; - (id)initWithCoder:(id)arg1; - (BOOL)isConfirming; +- (BOOL)isCurrentDeviceAvaliableResident; - (BOOL)isResidentAvailable; - (BOOL)isResidentSupported; - (int)lastAtHomeLevel; diff --git a/PrivateFrameworks/HomeKitDaemon.framework/HMDSecureRemoteMessageTransport.h b/PrivateFrameworks/HomeKitDaemon.framework/HMDSecureRemoteMessageTransport.h index 868279306a..c1145ff980 100644 --- a/PrivateFrameworks/HomeKitDaemon.framework/HMDSecureRemoteMessageTransport.h +++ b/PrivateFrameworks/HomeKitDaemon.framework/HMDSecureRemoteMessageTransport.h @@ -77,6 +77,7 @@ - (void)setCurrentHomeConfigurations:(id)arg1; - (void)setSessionNotifications:(id)arg1; - (id)shortDescription; +- (void)start; - (id)transports; - (void)updateHome:(id)arg1 configurationVersion:(int)arg2; diff --git a/PrivateFrameworks/HomeKitDaemon.framework/HMDService.h b/PrivateFrameworks/HomeKitDaemon.framework/HMDService.h index c7320957ef..435eaa979a 100644 --- a/PrivateFrameworks/HomeKitDaemon.framework/HMDService.h +++ b/PrivateFrameworks/HomeKitDaemon.framework/HMDService.h @@ -42,7 +42,7 @@ - (void).cxx_destruct; - (void)_createNotification; -- (void)_readRequiredBTLECharacteristicValues:(BOOL)arg1; +- (void)_readRequiredBTLECharacteristicValuesForceReadName:(BOOL)arg1 forceReadFWVersion:(BOOL)arg2; - (void)_setServiceProperties:(id)arg1; - (void)_shouldServiceBeHidden; - (BOOL)_supportsBulletinNotification; diff --git a/PrivateFrameworks/HomeKitDaemon.framework/HMDSnapshotLocalSession.h b/PrivateFrameworks/HomeKitDaemon.framework/HMDSnapshotLocalSession.h index 9661249953..8cb1b921b2 100644 --- a/PrivateFrameworks/HomeKitDaemon.framework/HMDSnapshotLocalSession.h +++ b/PrivateFrameworks/HomeKitDaemon.framework/HMDSnapshotLocalSession.h @@ -6,6 +6,6 @@ - (void)addMessage:(id)arg1; - (id)description; -- (id)initWithSessionID:(id)arg1 snapshotGetter:(id)arg2 message:(id)arg3 waitPeriod:(double)arg4 reachabilityPath:(unsigned int)arg5 cameraLocallyReachable:(BOOL)arg6; +- (id)initWithSessionID:(id)arg1 accessory:(id)arg2 snapshotGetter:(id)arg3 message:(id)arg4 waitPeriod:(double)arg5 reachabilityPath:(unsigned int)arg6 cameraLocallyReachable:(BOOL)arg7 snapshotForNotification:(BOOL)arg8; @end diff --git a/PrivateFrameworks/HomeKitDaemon.framework/HMDSnapshotRemoteSession.h b/PrivateFrameworks/HomeKitDaemon.framework/HMDSnapshotRemoteSession.h index 6a0f41a183..d2c36da9f9 100644 --- a/PrivateFrameworks/HomeKitDaemon.framework/HMDSnapshotRemoteSession.h +++ b/PrivateFrameworks/HomeKitDaemon.framework/HMDSnapshotRemoteSession.h @@ -5,6 +5,6 @@ @interface HMDSnapshotRemoteSession : HMDSnapshotSession - (id)description; -- (id)initWithSessionID:(id)arg1 snapshotGetter:(id)arg2 message:(id)arg3 waitPeriod:(double)arg4 streamingTierType:(unsigned int)arg5; +- (id)initWithSessionID:(id)arg1 accessory:(id)arg2 snapshotGetter:(id)arg3 message:(id)arg4 waitPeriod:(double)arg5 streamingTierType:(unsigned int)arg6 cameraLocallyReachable:(BOOL)arg7; @end diff --git a/PrivateFrameworks/HomeKitDaemon.framework/HMDSnapshotSession.h b/PrivateFrameworks/HomeKitDaemon.framework/HMDSnapshotSession.h index 46830f39f6..0932f683ac 100644 --- a/PrivateFrameworks/HomeKitDaemon.framework/HMDSnapshotSession.h +++ b/PrivateFrameworks/HomeKitDaemon.framework/HMDSnapshotSession.h @@ -7,6 +7,7 @@ NSMutableArray * _sessionMessages; HMDSnapshotCompletionTimer * _snapshotCompletionTimer; * _snapshotGetter; + HMDCameraSnapshotMetrics * _snapshotMetrics; unsigned int _streamingTierType; } @@ -17,6 +18,7 @@ @property (nonatomic, readonly) NSMutableArray *sessionMessages; @property (nonatomic, retain) HMDSnapshotCompletionTimer *snapshotCompletionTimer; @property (nonatomic, readonly) *snapshotGetter; +@property (nonatomic, readonly) HMDCameraSnapshotMetrics *snapshotMetrics; @property (nonatomic, readonly) unsigned int streamingTierType; @property (readonly) Class superclass; @@ -25,7 +27,7 @@ - (void).cxx_destruct; - (void)dealloc; - (id)description; -- (id)initWithSessionID:(id)arg1 snapshotGetter:(id)arg2 message:(id)arg3 waitPeriod:(double)arg4 streamingTierType:(unsigned int)arg5; +- (id)initWithSessionID:(id)arg1 accessory:(id)arg2 snapshotGetter:(id)arg3 message:(id)arg4 waitPeriod:(double)arg5 streamingTierType:(unsigned int)arg6 cameraLocallyReachable:(BOOL)arg7 snapshotForNotification:(BOOL)arg8; - (id)logIdentifier; - (void)respond:(id)arg1 payload:(id)arg2; - (id)sessionID; @@ -33,6 +35,7 @@ - (void)setSnapshotCompletionTimer:(id)arg1; - (id)snapshotCompletionTimer; - (id)snapshotGetter; +- (id)snapshotMetrics; - (unsigned int)streamingTierType; @end diff --git a/PrivateFrameworks/HomeKitDaemon.framework/HMDUIDialogPresenter.h b/PrivateFrameworks/HomeKitDaemon.framework/HMDUIDialogPresenter.h index cf78bef595..7631677f12 100644 --- a/PrivateFrameworks/HomeKitDaemon.framework/HMDUIDialogPresenter.h +++ b/PrivateFrameworks/HomeKitDaemon.framework/HMDUIDialogPresenter.h @@ -46,7 +46,7 @@ - (struct __CFUserNotification { }*)currentNotification; - (void)dismissPendingDialogDueToPeerDeviceSelection:(BOOL)arg1 context:(id)arg2 queue:(id)arg3 completionHandler:(id /* block */)arg4; - (void)dismissPendingDialogWithContext:(id)arg1 queue:(id)arg2 completionHandler:(id /* block */)arg3; -- (void)displayExecutionErrorOfTrigger:(id)arg1 context:(id)arg2 completionQueue:(id)arg3 completionHandler:(id /* block */)arg4; +- (void)displayExecutionErrorOfTrigger:(id)arg1 partialSuccess:(BOOL)arg2 context:(id)arg3 completionQueue:(id)arg4 completionHandler:(id /* block */)arg5; - (void)displayInternalErrorWithContext:(id)arg1 message:(id)arg2; - (void)displayKeychainSyncForHome:(id)arg1 withContext:(id)arg2 queue:(id)arg3 completionHandler:(id /* block */)arg4; - (void)displayUpgradeNeededWithContext:(id)arg1 queue:(id)arg2 completionHandler:(id /* block */)arg3; diff --git a/PrivateFrameworks/HomeKitDaemon.framework/HMDUnpairedAccessory.h b/PrivateFrameworks/HomeKitDaemon.framework/HMDUnpairedAccessory.h index 0bf538dde3..91aa235a3e 100644 --- a/PrivateFrameworks/HomeKitDaemon.framework/HMDUnpairedAccessory.h +++ b/PrivateFrameworks/HomeKitDaemon.framework/HMDUnpairedAccessory.h @@ -4,11 +4,11 @@ @interface HMDUnpairedAccessory : NSObject { HMAccessoryCategory * _category; - HMDHome * _home; + NSString * _homeName; NSString * _identifier; HMFMessageDispatcher * _msgDispatcher; NSString * _name; - NSObject * _pairingRetryTimer; + NSString * _password; NSMutableArray * _servers; NSUUID * _uuid; NSObject * _workQueue; @@ -18,13 +18,13 @@ @property (readonly, copy) NSString *debugDescription; @property (readonly, copy) NSString *description; @property (readonly) unsigned int hash; -@property (nonatomic) HMDHome *home; +@property (nonatomic, copy) NSString *homeName; @property (nonatomic, retain) NSString *identifier; @property (nonatomic, readonly) NSObject *messageReceiveQueue; @property (nonatomic, readonly) NSUUID *messageTargetUUID; @property (nonatomic, retain) HMFMessageDispatcher *msgDispatcher; @property (getter=getName, nonatomic, copy) NSString *name; -@property (nonatomic, retain) NSObject *pairingRetryTimer; +@property (nonatomic, copy) NSString *password; @property (nonatomic, retain) NSMutableArray *servers; @property (readonly) Class superclass; @property (nonatomic, readonly) unsigned int transportTypes; @@ -38,7 +38,6 @@ - (void)_registerForMessages; - (void)_updateCategory:(id)arg1 notifyClients:(BOOL)arg2; - (void)_updateName:(id)arg1; -- (id)accessoryServer; - (id)accessoryServers; - (void)addAccessoryServer:(id)arg1; - (id)category; @@ -50,7 +49,7 @@ - (void)encodeWithCoder:(id)arg1; - (id)getName; - (BOOL)hasBTLELink; -- (id)home; +- (id)homeName; - (id)identifier; - (id)init; - (id)initWithCoder:(id)arg1; @@ -58,15 +57,16 @@ - (id)messageReceiveQueue; - (id)messageTargetUUID; - (id)msgDispatcher; -- (id)pairingRetryTimer; -- (BOOL)removeAccessoryServer:(id)arg1; +- (id)password; +- (id)preferredAccessoryServer; +- (void)removeAccessoryServer:(id)arg1; - (id)servers; - (void)setCategory:(id)arg1; -- (void)setHome:(id)arg1; +- (void)setHomeName:(id)arg1; - (void)setIdentifier:(id)arg1; - (void)setMsgDispatcher:(id)arg1; - (void)setName:(id)arg1; -- (void)setPairingRetryTimer:(id)arg1; +- (void)setPassword:(id)arg1; - (void)setServers:(id)arg1; - (void)setUuid:(id)arg1; - (void)setWorkQueue:(id)arg1; diff --git a/PrivateFrameworks/HomeKitDaemon.framework/HMDUnpairedAccessoryPairingInformation.h b/PrivateFrameworks/HomeKitDaemon.framework/HMDUnpairedAccessoryPairingInformation.h new file mode 100644 index 0000000000..1003a25f01 --- /dev/null +++ b/PrivateFrameworks/HomeKitDaemon.framework/HMDUnpairedAccessoryPairingInformation.h @@ -0,0 +1,48 @@ +/* Generated by RuntimeBrowser + Image: /System/Library/PrivateFrameworks/HomeKitDaemon.framework/HomeKitDaemon + */ + +@interface HMDUnpairedAccessoryPairingInformation : NSObject { + id /* block */ _addAccessoryCompletionHandler; + BOOL _allowAddUnauthenticatedAccessory; + int _linkType; + HMFTimer * _pairingInterruptionTimer; + HMFTimer * _pairingRetryTimer; + BOOL _provideNetworkCredentialsToAccessory; + HMFTimer * _reconfirmTimer; + BOOL _setupCodeProvided; + id /* block */ _setupCodeProviderCompletionHandler; +} + +@property (nonatomic, copy) id /* block */ addAccessoryCompletionHandler; +@property (nonatomic) BOOL allowAddUnauthenticatedAccessory; +@property (nonatomic) int linkType; +@property (nonatomic, retain) HMFTimer *pairingInterruptionTimer; +@property (nonatomic, retain) HMFTimer *pairingRetryTimer; +@property (nonatomic) BOOL provideNetworkCredentialsToAccessory; +@property (nonatomic, retain) HMFTimer *reconfirmTimer; +@property (nonatomic) BOOL setupCodeProvided; +@property (nonatomic, copy) id /* block */ setupCodeProviderCompletionHandler; + +- (void).cxx_destruct; +- (id /* block */)addAccessoryCompletionHandler; +- (BOOL)allowAddUnauthenticatedAccessory; +- (id)init; +- (int)linkType; +- (id)pairingInterruptionTimer; +- (id)pairingRetryTimer; +- (BOOL)provideNetworkCredentialsToAccessory; +- (id)reconfirmTimer; +- (void)setAddAccessoryCompletionHandler:(id /* block */)arg1; +- (void)setAllowAddUnauthenticatedAccessory:(BOOL)arg1; +- (void)setLinkType:(int)arg1; +- (void)setPairingInterruptionTimer:(id)arg1; +- (void)setPairingRetryTimer:(id)arg1; +- (void)setProvideNetworkCredentialsToAccessory:(BOOL)arg1; +- (void)setReconfirmTimer:(id)arg1; +- (void)setSetupCodeProvided:(BOOL)arg1; +- (void)setSetupCodeProviderCompletionHandler:(id /* block */)arg1; +- (BOOL)setupCodeProvided; +- (id /* block */)setupCodeProviderCompletionHandler; + +@end diff --git a/PrivateFrameworks/HomeKitDaemon.framework/HMDUser.h b/PrivateFrameworks/HomeKitDaemon.framework/HMDUser.h index 75f5d605da..bb022eb92b 100644 --- a/PrivateFrameworks/HomeKitDaemon.framework/HMDUser.h +++ b/PrivateFrameworks/HomeKitDaemon.framework/HMDUser.h @@ -33,6 +33,7 @@ @property (readonly) Class superclass; @property (nonatomic, copy) NSString *userID; @property (nonatomic, copy) NSUUID *uuid; +@property (getter=isValid, readonly) BOOL valid; + (id)currentUserWithPrivilege:(unsigned int)arg1; + (id)destinationWithUserID:(id)arg1; @@ -57,6 +58,7 @@ - (BOOL)isOwner; - (BOOL)isRemoteAccessAllowed; - (BOOL)isRemoteGateway; +- (BOOL)isValid; - (BOOL)mergeFromUser:(id)arg1 dataVersion:(int)arg2; - (id)pairingIdentity; - (id)pairingUsername; diff --git a/PrivateFrameworks/HomeKitDaemon.framework/HMDVendorDataManager.h b/PrivateFrameworks/HomeKitDaemon.framework/HMDVendorDataManager.h new file mode 100644 index 0000000000..7b4df37ad8 --- /dev/null +++ b/PrivateFrameworks/HomeKitDaemon.framework/HMDVendorDataManager.h @@ -0,0 +1,48 @@ +/* Generated by RuntimeBrowser + Image: /System/Library/PrivateFrameworks/HomeKitDaemon.framework/HomeKitDaemon + */ + +@interface HMDVendorDataManager : NSObject { + int _dataVersion; + NSObject * _databaseQueue; + HMFTimer * _fetchTimer; + NSURLSession * _urlSession; + NSDictionary * _vendorModelEntries; +} + +@property (nonatomic) int dataVersion; +@property (nonatomic, readonly) NSObject *databaseQueue; +@property (readonly, copy) NSString *debugDescription; +@property (readonly, copy) NSString *description; +@property (nonatomic, readonly) HMFTimer *fetchTimer; +@property (readonly) unsigned int hash; +@property (readonly) Class superclass; +@property (nonatomic, readonly) NSURLSession *urlSession; +@property (nonatomic, retain) NSDictionary *vendorModelEntries; + ++ (id)dbURL; ++ (id)sharedVendorDataManager; + +- (void).cxx_destruct; +- (void)_fetchDataFromServer; +- (void)_handleData:(id)arg1 fromServerWithError:(id)arg2; +- (void)_handleServerResponse:(id)arg1 withData:(id)arg2 error:(id)arg3; +- (void)_initWithLocalFile; +- (BOOL)_isSameVendorList:(id)arg1; +- (id)_modelEntryForManufacturer:(id)arg1 model:(id)arg2; +- (BOOL)_parseDatabaseFromDictionary:(id)arg1; +- (id)_parseManufacturersList:(id)arg1; +- (void)_saveToLocalFile:(id)arg1; +- (int)dataVersion; +- (id)databaseQueue; +- (id)fetchTimer; +- (id)init; +- (void)setDataVersion:(int)arg1; +- (void)setVendorModelEntries:(id)arg1; +- (void)start; +- (void)timerDidFire:(id)arg1; +- (id)urlSession; +- (id)vendorModelEntries; +- (id)vendorModelEntryForManufacturer:(id)arg1 model:(id)arg2; + +@end diff --git a/Frameworks/HomeKit.framework/HMVendorModelCollection.h b/PrivateFrameworks/HomeKitDaemon.framework/HMDVendorModelCollection.h similarity index 57% rename from Frameworks/HomeKit.framework/HMVendorModelCollection.h rename to PrivateFrameworks/HomeKitDaemon.framework/HMDVendorModelCollection.h index baf7849464..416e07e49b 100644 --- a/Frameworks/HomeKit.framework/HMVendorModelCollection.h +++ b/PrivateFrameworks/HomeKitDaemon.framework/HMDVendorModelCollection.h @@ -1,13 +1,13 @@ /* Generated by RuntimeBrowser - Image: /System/Library/Frameworks/HomeKit.framework/HomeKit + Image: /System/Library/PrivateFrameworks/HomeKitDaemon.framework/HomeKitDaemon */ -@interface HMVendorModelCollection : NSObject { - HMVendorModelEntry * _defaultEntry; +@interface HMDVendorModelCollection : NSObject { + HMDVendorModelEntry * _defaultEntry; NSMutableArray * _vendorModelCollection; } -@property (nonatomic, retain) HMVendorModelEntry *defaultEntry; +@property (nonatomic, retain) HMDVendorModelEntry *defaultEntry; @property (nonatomic, readonly) NSMutableArray *vendorModelCollection; - (void).cxx_destruct; @@ -15,6 +15,7 @@ - (id)defaultEntry; - (id)description; - (id)init; +- (BOOL)isEqual:(id)arg1; - (id)lookupModel:(id)arg1; - (void)setDefaultEntry:(id)arg1; - (id)vendorModelCollection; diff --git a/Frameworks/HomeKit.framework/HMVendorModelEntry.h b/PrivateFrameworks/HomeKitDaemon.framework/HMDVendorModelEntry.h similarity index 54% rename from Frameworks/HomeKit.framework/HMVendorModelEntry.h rename to PrivateFrameworks/HomeKitDaemon.framework/HMDVendorModelEntry.h index fe1c3ee7b5..b9d0e84ea7 100644 --- a/Frameworks/HomeKit.framework/HMVendorModelEntry.h +++ b/PrivateFrameworks/HomeKitDaemon.framework/HMDVendorModelEntry.h @@ -1,16 +1,18 @@ /* Generated by RuntimeBrowser - Image: /System/Library/Frameworks/HomeKit.framework/HomeKit + Image: /System/Library/PrivateFrameworks/HomeKitDaemon.framework/HomeKitDaemon */ -@interface HMVendorModelEntry : NSObject { +@interface HMDVendorModelEntry : NSObject { NSString * _appBundleID; NSString * _appStoreID; + HMDAccessoryVersion * _firmwareVersion; NSString * _manufacturer; NSString * _modelName; } @property (nonatomic, readonly) NSString *appBundleID; @property (nonatomic, readonly) NSString *appStoreID; +@property (nonatomic, readonly) HMDAccessoryVersion *firmwareVersion; @property (nonatomic, readonly) NSString *manufacturer; @property (nonatomic, readonly) NSString *modelName; @@ -18,7 +20,9 @@ - (id)appBundleID; - (id)appStoreID; - (id)description; -- (id)initWithModelName:(id)arg1 appBundleID:(id)arg2 appStoreID:(id)arg3 manufacturer:(id)arg4; +- (id)firmwareVersion; +- (id)initWithModelName:(id)arg1 manufacturer:(id)arg2 appBundleID:(id)arg3 appStoreID:(id)arg4 firmwareVersion:(id)arg5; +- (BOOL)isEqual:(id)arg1; - (id)manufacturer; - (id)modelName; diff --git a/PrivateFrameworks/HomeKitDaemon.framework/HMDWatchManager.h b/PrivateFrameworks/HomeKitDaemon.framework/HMDWatchManager.h index dc7e45b142..a36cf2196a 100644 --- a/PrivateFrameworks/HomeKitDaemon.framework/HMDWatchManager.h +++ b/PrivateFrameworks/HomeKitDaemon.framework/HMDWatchManager.h @@ -2,7 +2,7 @@ Image: /System/Library/PrivateFrameworks/HomeKitDaemon.framework/HomeKitDaemon */ -@interface HMDWatchManager : NSObject { +@interface HMDWatchManager : NSObject { NSObject * _clientQueue; NSMutableSet * _connectedWatches; * _delegate; @@ -24,6 +24,8 @@ @property (nonatomic, readonly, copy) NSArray *watches; + (BOOL)isCompatibleWatchDevice:(id)arg1; ++ (id)logCategory; ++ (id)shortDescription; - (void).cxx_destruct; - (void)__initializeConnectedDevices; @@ -31,7 +33,10 @@ - (void)addConnectedWatch:(id)arg1; - (id)clientQueue; - (id)connectedWatches; +- (id)debugDescription; - (id)delegate; +- (id)description; +- (id)descriptionWithPointer:(BOOL)arg1; - (id)init; - (BOOL)isPairedWithWatch; - (void)notifyDelegateOfAddedConnectedWatch:(id)arg1; @@ -40,8 +45,10 @@ - (void)removeConnectedWatch:(id)arg1; - (id)service; - (void)service:(id)arg1 connectedDevicesChanged:(id)arg2; +- (void)service:(id)arg1 devicesChanged:(id)arg2; - (void)setDelegate:(id)arg1; - (void)setPairedWithWatch:(BOOL)arg1; +- (id)shortDescription; - (id)watches; @end diff --git a/PrivateFrameworks/HomeKitDaemon.framework/HMHAPMetadataAssistantCharacteristic.h b/PrivateFrameworks/HomeKitDaemon.framework/HMHAPMetadataAssistantCharacteristic.h deleted file mode 100644 index 85221f8aa7..0000000000 --- a/PrivateFrameworks/HomeKitDaemon.framework/HMHAPMetadataAssistantCharacteristic.h +++ /dev/null @@ -1,51 +0,0 @@ -/* Generated by RuntimeBrowser - Image: /System/Library/PrivateFrameworks/HomeKitDaemon.framework/HomeKitDaemon - */ - -@interface HMHAPMetadataAssistantCharacteristic : NSObject { - NSString * _format; - NSString * _name; - NSDictionary * _outValues; - NSString * _readHAPCharacteristicName; - NSString * _readHAPCharacteristicType; - BOOL _supportsLocalization; - NSDictionary * _values; - NSString * _writeHAPCharacteristicName; - NSString * _writeHAPCharacteristicType; -} - -@property (nonatomic, retain) NSString *format; -@property (nonatomic, retain) NSString *name; -@property (nonatomic, retain) NSDictionary *outValues; -@property (nonatomic, retain) NSString *readHAPCharacteristicName; -@property (nonatomic, retain) NSString *readHAPCharacteristicType; -@property (nonatomic) BOOL supportsLocalization; -@property (nonatomic, retain) NSDictionary *values; -@property (nonatomic, retain) NSString *writeHAPCharacteristicName; -@property (nonatomic, retain) NSString *writeHAPCharacteristicType; - -+ (BOOL)supportsSecureCoding; - -- (void).cxx_destruct; -- (void)encodeWithCoder:(id)arg1; -- (id)format; -- (id)initWithCoder:(id)arg1; -- (id)name; -- (id)outValues; -- (id)readHAPCharacteristicName; -- (id)readHAPCharacteristicType; -- (void)setFormat:(id)arg1; -- (void)setName:(id)arg1; -- (void)setOutValues:(id)arg1; -- (void)setReadHAPCharacteristicName:(id)arg1; -- (void)setReadHAPCharacteristicType:(id)arg1; -- (void)setSupportsLocalization:(BOOL)arg1; -- (void)setValues:(id)arg1; -- (void)setWriteHAPCharacteristicName:(id)arg1; -- (void)setWriteHAPCharacteristicType:(id)arg1; -- (BOOL)supportsLocalization; -- (id)values; -- (id)writeHAPCharacteristicName; -- (id)writeHAPCharacteristicType; - -@end diff --git a/PrivateFrameworks/HomeSharing.framework/HSBrowser.h b/PrivateFrameworks/HomeSharing.framework/HSBrowser.h index e9b9ef9df9..39d64d6873 100644 --- a/PrivateFrameworks/HomeSharing.framework/HSBrowser.h +++ b/PrivateFrameworks/HomeSharing.framework/HSBrowser.h @@ -28,7 +28,6 @@ @property (nonatomic, readonly, copy) NSString *serviceType; @property (readonly) Class superclass; -+ (id)controlBrowser; + (id)homeSharingBrowserWithGroupID:(id)arg1; - (void).cxx_destruct; diff --git a/PrivateFrameworks/HomeSharing.framework/HSCloudClient.h b/PrivateFrameworks/HomeSharing.framework/HSCloudClient.h index f2bc3a5baa..e2c6585877 100644 --- a/PrivateFrameworks/HomeSharing.framework/HSCloudClient.h +++ b/PrivateFrameworks/HomeSharing.framework/HSCloudClient.h @@ -51,7 +51,6 @@ - (void)deprioritizeSubscriptionItemArtworkForPersistentID:(long long)arg1; - (void)disableJaliscoGeniusWithCompletionHandler:(id /* block */)arg1; - (void)enableJaliscoGeniusWithCompletionHandler:(id /* block */)arg1; -- (void)evaluateKeepLocalRulesWithCompletionHandler:(id /* block */)arg1; - (BOOL)hasProperNetworkConditionsToPlayMedia; - (BOOL)hasProperNetworkConditionsToShowCloudMedia; - (void)hideItemsWithPurchaseHistoryIDs:(id)arg1 completionHandler:(id /* block */)arg2; diff --git a/PrivateFrameworks/HomeSharing.framework/HSConnection.h b/PrivateFrameworks/HomeSharing.framework/HSConnection.h index e0c8b7eb9e..6577e16072 100644 --- a/PrivateFrameworks/HomeSharing.framework/HSConnection.h +++ b/PrivateFrameworks/HomeSharing.framework/HSConnection.h @@ -9,14 +9,10 @@ NSURLSession * _connectionSession; int _connectionState; int _connectionType; - unsigned int _controlKey; - unsigned int _controlPort; unsigned int _databaseID; unsigned int _databaseRevision; HSFairPlayInfo * _fairPlayInfo; NSString * _homeSharingGroupID; - unsigned int _interfaceID; - unsigned int _promptID; NSObject * _serialQueue; unsigned int _sessionID; } @@ -25,14 +21,10 @@ @property (nonatomic, readonly) NSURL *baseURL; @property (nonatomic) int connectionState; @property (nonatomic, readonly) int connectionType; -@property (nonatomic) unsigned int controlKey; -@property (nonatomic) unsigned int controlPort; @property (nonatomic) unsigned int databaseID; @property (nonatomic) unsigned int databaseRevision; @property (retain) HSFairPlayInfo *fairPlayInfo; @property (copy) NSString *homeSharingGroupID; -@property (nonatomic) unsigned int interfaceID; -@property (nonatomic) unsigned int promptID; @property (nonatomic) unsigned int sessionID; - (void).cxx_destruct; @@ -42,15 +34,12 @@ - (void)_onSerialQueue_sendRequest:(id)arg1 withInternalResponseHandler:(id /* block */)arg2; - (unsigned int)_sapVersionForConnectionType; - (void)_sendRequest:(id)arg1 withInternalResponseHandler:(id /* block */)arg2; -- (void)_setupControlConnectionWithInternalConnectionCompletionHandler:(id /* block */)arg1; - (unsigned int)basePlaylistContainerID; - (id)baseURL; - (void)checkForDatabaseUpdatesWithCompletionHandler:(id /* block */)arg1; - (void)connectWithCompletionHandler:(id /* block */)arg1; - (int)connectionState; - (int)connectionType; -- (unsigned int)controlKey; -- (unsigned int)controlPort; - (unsigned int)databaseID; - (unsigned int)databaseRevision; - (void)dealloc; @@ -59,21 +48,14 @@ - (id)homeSharingGroupID; - (id)initWithBaseURL:(id)arg1; - (id)initWithBaseURL:(id)arg1 connectionType:(int)arg2; -- (unsigned int)interfaceID; -- (id)newControlConnection; -- (unsigned int)promptID; - (void)sendRequest:(id)arg1 withResponseHandler:(id /* block */)arg2; - (unsigned int)sessionID; - (void)setBasePlaylistContainerID:(unsigned int)arg1; - (void)setConnectionState:(int)arg1; -- (void)setControlKey:(unsigned int)arg1; -- (void)setControlPort:(unsigned int)arg1; - (void)setDatabaseID:(unsigned int)arg1; - (void)setDatabaseRevision:(unsigned int)arg1; - (void)setFairPlayInfo:(id)arg1; - (void)setHomeSharingGroupID:(id)arg1; -- (void)setInterfaceID:(unsigned int)arg1; -- (void)setPromptID:(unsigned int)arg1; - (void)setSessionID:(unsigned int)arg1; - (id)signedRequestFromURLRequest:(id)arg1; diff --git a/PrivateFrameworks/HomeSharing.framework/HSControlConnection.h b/PrivateFrameworks/HomeSharing.framework/HSControlConnection.h deleted file mode 100644 index 4e5ae73f81..0000000000 --- a/PrivateFrameworks/HomeSharing.framework/HSControlConnection.h +++ /dev/null @@ -1,41 +0,0 @@ -/* Generated by RuntimeBrowser - Image: /System/Library/PrivateFrameworks/HomeSharing.framework/HomeSharing - */ - -@interface HSControlConnection : NSObject { - * _delegate; - unsigned int _key; - NSOutputStream * _outputStream; - unsigned int _protocolVersion; - double _timestamp; -} - -@property (readonly, copy) NSString *debugDescription; -@property (nonatomic) *delegate; -@property (readonly, copy) NSString *description; -@property (readonly) unsigned int hash; -@property (nonatomic) unsigned int protocolVersion; -@property (readonly) Class superclass; - -- (void).cxx_destruct; -- (id)_newDataForControlEventMessage:(struct { unsigned int x1; unsigned int x2; unsigned int x3; unsigned int x4; unsigned int x5; })arg1; -- (id)_newDataForControlExtendedMessage:(struct { unsigned int x1; unsigned int x2; unsigned int x3; unsigned int x4; unsigned int x5; })arg1 withData:(id)arg2; -- (id)_newDataForControlTouchEventMessage_v1:(struct { unsigned int x1; unsigned int x2; unsigned int x3; unsigned int x4; unsigned int x5; unsigned int x6; unsigned int x7; unsigned int *x8; })arg1; -- (id)_newDataForControlTouchEventMessage_v1_1:(struct { unsigned int x1; unsigned int x2; unsigned int x3; unsigned int x4; unsigned int x5; unsigned int x6; unsigned int x7; float x8; float x9; unsigned int *x10; })arg1; -- (void)_sendTouchEvent:(int)arg1 locations:(const unsigned int*)arg2 count:(unsigned int)arg3 velocity:(struct { float x1; float x2; })arg4; -- (void)close; -- (void)dealloc; -- (id)delegate; -- (id)initWithHost:(id)arg1 port:(unsigned int)arg2 key:(unsigned int)arg3; -- (void)open; -- (unsigned int)protocolVersion; -- (void)sendEvent:(int)arg1 value:(unsigned int)arg2; -- (void)sendShowItemDetailWithDictionary:(id)arg1; -- (void)sendTouchesBegan:(const unsigned int*)arg1 count:(unsigned int)arg2; -- (void)sendTouchesEnded:(const unsigned int*)arg1 count:(unsigned int)arg2; -- (void)sendTouchesMoved:(const unsigned int*)arg1 count:(unsigned int)arg2 velocity:(struct { float x1; float x2; })arg3; -- (void)setDelegate:(id)arg1; -- (void)setProtocolVersion:(unsigned int)arg1; -- (void)stream:(id)arg1 handleEvent:(unsigned int)arg2; - -@end diff --git a/PrivateFrameworks/HomeSharing.framework/HSControlInterfaceResponse.h b/PrivateFrameworks/HomeSharing.framework/HSControlInterfaceResponse.h deleted file mode 100644 index ca6a16914a..0000000000 --- a/PrivateFrameworks/HomeSharing.framework/HSControlInterfaceResponse.h +++ /dev/null @@ -1,15 +0,0 @@ -/* Generated by RuntimeBrowser - Image: /System/Library/PrivateFrameworks/HomeSharing.framework/HomeSharing - */ - -@interface HSControlInterfaceResponse : HSResponse { - NSArray * _interfaces; -} - -@property (nonatomic, copy) NSArray *interfaces; - -- (void).cxx_destruct; -- (id)interfaces; -- (void)setInterfaces:(id)arg1; - -@end diff --git a/PrivateFrameworks/HomeSharing.framework/HSControlPrompt.h b/PrivateFrameworks/HomeSharing.framework/HSControlPrompt.h deleted file mode 100644 index 12e18430c1..0000000000 --- a/PrivateFrameworks/HomeSharing.framework/HSControlPrompt.h +++ /dev/null @@ -1,48 +0,0 @@ -/* Generated by RuntimeBrowser - Image: /System/Library/PrivateFrameworks/HomeSharing.framework/HomeSharing - */ - -@interface HSControlPrompt : NSObject { - unsigned int _keyboardType; - unsigned int _messageType; - unsigned int _promptID; - BOOL _secureText; - unsigned long long _sessionID; - NSString * _string; - NSString * _subText; - NSString * _title; - unsigned int _version; -} - -@property (nonatomic) unsigned int keyboardType; -@property (nonatomic) unsigned int messageType; -@property (nonatomic) unsigned int promptID; -@property (getter=isSecureText, nonatomic) BOOL secureText; -@property (nonatomic) unsigned long long sessionID; -@property (nonatomic, copy) NSString *string; -@property (nonatomic, copy) NSString *subText; -@property (nonatomic, copy) NSString *title; -@property (nonatomic) unsigned int version; - -- (void).cxx_destruct; -- (id)description; -- (BOOL)isSecureText; -- (unsigned int)keyboardType; -- (unsigned int)messageType; -- (unsigned int)promptID; -- (unsigned long long)sessionID; -- (void)setKeyboardType:(unsigned int)arg1; -- (void)setMessageType:(unsigned int)arg1; -- (void)setPromptID:(unsigned int)arg1; -- (void)setSecureText:(BOOL)arg1; -- (void)setSessionID:(unsigned long long)arg1; -- (void)setString:(id)arg1; -- (void)setSubText:(id)arg1; -- (void)setTitle:(id)arg1; -- (void)setVersion:(unsigned int)arg1; -- (id)string; -- (id)subText; -- (id)title; -- (unsigned int)version; - -@end diff --git a/PrivateFrameworks/HomeSharing.framework/HSControlPromptEntryRequest.h b/PrivateFrameworks/HomeSharing.framework/HSControlPromptEntryRequest.h deleted file mode 100644 index 113041f27a..0000000000 --- a/PrivateFrameworks/HomeSharing.framework/HSControlPromptEntryRequest.h +++ /dev/null @@ -1,23 +0,0 @@ -/* Generated by RuntimeBrowser - Image: /System/Library/PrivateFrameworks/HomeSharing.framework/HomeSharing - */ - -@interface HSControlPromptEntryRequest : HSRequest { - NSDictionary * _attributes; - unsigned int _interfaceID; -} - -@property (nonatomic, readonly) NSDictionary *attributes; -@property (nonatomic, readonly) unsigned int interfaceID; - -+ (id)portInfoRequestWithInterfaceID:(unsigned int)arg1 key:(unsigned int)arg2; -+ (id)requestWithInterfaceID:(unsigned int)arg1 attributes:(id)arg2; - -- (void).cxx_destruct; -- (id)_bodyDataForAttributes:(id)arg1; -- (id)_commandStringForCommand:(unsigned int)arg1; -- (id)attributes; -- (id)initWithInterfaceID:(unsigned int)arg1 attributes:(id)arg2; -- (unsigned int)interfaceID; - -@end diff --git a/PrivateFrameworks/HomeSharing.framework/HSControlPromptUpdateRequest.h b/PrivateFrameworks/HomeSharing.framework/HSControlPromptUpdateRequest.h deleted file mode 100644 index 8fe4d305fc..0000000000 --- a/PrivateFrameworks/HomeSharing.framework/HSControlPromptUpdateRequest.h +++ /dev/null @@ -1,16 +0,0 @@ -/* Generated by RuntimeBrowser - Image: /System/Library/PrivateFrameworks/HomeSharing.framework/HomeSharing - */ - -@interface HSControlPromptUpdateRequest : HSRequest { - unsigned int _promptID; -} - -+ (id)requestWithInterfaceID:(unsigned int)arg1 promptID:(unsigned int)arg2; - -- (id)canonicalResponseForResponse:(id)arg1; -- (id)initWithInterfaceID:(unsigned int)arg1 promptID:(unsigned int)arg2; -- (BOOL)isConcurrent; -- (double)timeoutInterval; - -@end diff --git a/PrivateFrameworks/HomeSharing.framework/HSControlPromptUpdateResponse.h b/PrivateFrameworks/HomeSharing.framework/HSControlPromptUpdateResponse.h deleted file mode 100644 index fadaa2cc70..0000000000 --- a/PrivateFrameworks/HomeSharing.framework/HSControlPromptUpdateResponse.h +++ /dev/null @@ -1,23 +0,0 @@ -/* Generated by RuntimeBrowser - Image: /System/Library/PrivateFrameworks/HomeSharing.framework/HomeSharing - */ - -@interface HSControlPromptUpdateResponse : HSResponse { - unsigned int _nextPromptID; - HSControlPrompt * _prompt; - NSDictionary * _promptDictionary; -} - -@property (nonatomic) unsigned int nextPromptID; -@property (nonatomic, retain) HSControlPrompt *prompt; -@property (nonatomic, copy) NSDictionary *promptDictionary; - -- (void).cxx_destruct; -- (unsigned int)nextPromptID; -- (id)prompt; -- (id)promptDictionary; -- (void)setNextPromptID:(unsigned int)arg1; -- (void)setPrompt:(id)arg1; -- (void)setPromptDictionary:(id)arg1; - -@end diff --git a/PrivateFrameworks/HomeSharing.framework/HSControlInterfaceRequest.h b/PrivateFrameworks/HomeSharing.framework/_HSLog.h similarity index 53% rename from PrivateFrameworks/HomeSharing.framework/HSControlInterfaceRequest.h rename to PrivateFrameworks/HomeSharing.framework/_HSLog.h index de9f80e109..a6d062fa0d 100644 --- a/PrivateFrameworks/HomeSharing.framework/HSControlInterfaceRequest.h +++ b/PrivateFrameworks/HomeSharing.framework/_HSLog.h @@ -2,9 +2,8 @@ Image: /System/Library/PrivateFrameworks/HomeSharing.framework/HomeSharing */ -@interface HSControlInterfaceRequest : HSRequest +@interface _HSLog : NSObject -- (id)canonicalResponseForResponse:(id)arg1; -- (id)init; ++ (void)load; @end diff --git a/PrivateFrameworks/HomeUI.framework/HUCameraView.h b/PrivateFrameworks/HomeUI.framework/HUCameraView.h index d0abe75cc8..7921f88fca 100644 --- a/PrivateFrameworks/HomeUI.framework/HUCameraView.h +++ b/PrivateFrameworks/HomeUI.framework/HUCameraView.h @@ -8,11 +8,12 @@ * _badgeTopLayoutGuide; HUCameraBadgeView * _badgeView; NSLayoutConstraint * _cameraAspectRatioConstraint; + HURemoteContextHostingView * _cameraContainerView; UIView * _cameraDimmingView; UIView * _cameraOverlayView; - HMCameraView * _cameraView; HUCameraErrorContent * _errorContent; HUCameraErrorView * _errorView; + unsigned int _maskedCameraCorners; HUDecayingTimer * _snapshotAgeUpdateTimer; NSArray * _staticConstraints; } @@ -22,6 +23,7 @@ @property (nonatomic, retain) *badgeTopLayoutGuide; @property (nonatomic, readonly) HUCameraBadgeView *badgeView; @property (nonatomic, retain) NSLayoutConstraint *cameraAspectRatioConstraint; +@property (nonatomic, readonly) HURemoteContextHostingView *cameraContainerView; @property (nonatomic) int cameraContentMode; @property (nonatomic, readonly) UIView *cameraContentSnapshot; @property (nonatomic, retain) UIView *cameraDimmingView; @@ -31,21 +33,26 @@ @property (nonatomic, readonly) HMCameraView *cameraView; @property (nonatomic, retain) HUCameraErrorContent *errorContent; @property (nonatomic, retain) HUCameraErrorView *errorView; +@property (nonatomic) unsigned int maskedCameraCorners; @property (nonatomic, retain) HUDecayingTimer *snapshotAgeUpdateTimer; @property (nonatomic, retain) NSArray *staticConstraints; + (BOOL)requiresConstraintBasedLayout; - (void).cxx_destruct; +- (float)_continuousCornerRadius; - (void)_scheduleNextSnapshotAgeUpdateForCaptureDate:(id)arg1; +- (void)_setContinuousCornerRadius:(float)arg1; - (void)_updateBadgeView; - (void)_updateBadgeViewReschedulingTimerIfNecessary:(BOOL)arg1; - (void)_updateErrorVisibilityStateAnimated:(BOOL)arg1; +- (void)_updateMaskedCameraCorners; - (float)badgeInset; - (id)badgeInsetConstraints; - (id)badgeTopLayoutGuide; - (id)badgeView; - (id)cameraAspectRatioConstraint; +- (id)cameraContainerView; - (int)cameraContentMode; - (id)cameraContentSnapshot; - (id)cameraDimmingView; @@ -58,6 +65,8 @@ - (id)errorView; - (id)init; - (id)initWithBadgeView:(id)arg1; +- (void)layoutSubviews; +- (unsigned int)maskedCameraCorners; - (void)setBadgeInset:(float)arg1; - (void)setBadgeInsetConstraints:(id)arg1; - (void)setBadgeTopLayoutGuide:(id)arg1; @@ -65,9 +74,11 @@ - (void)setCameraContentMode:(int)arg1; - (void)setCameraDimmingView:(id)arg1; - (void)setCameraSource:(id)arg1; +- (void)setCameraSource:(id)arg1 animated:(BOOL)arg2; - (void)setErrorContent:(id)arg1; - (void)setErrorContent:(id)arg1 animated:(BOOL)arg2; - (void)setErrorView:(id)arg1; +- (void)setMaskedCameraCorners:(unsigned int)arg1; - (void)setSnapshotAgeUpdateTimer:(id)arg1; - (void)setStaticConstraints:(id)arg1; - (id)snapshotAgeUpdateTimer; diff --git a/PrivateFrameworks/HomeUI.framework/HUFirmwareUpdateItemProvider.h b/PrivateFrameworks/HomeUI.framework/HUFirmwareUpdateItemProvider.h new file mode 100644 index 0000000000..d24e396b19 --- /dev/null +++ b/PrivateFrameworks/HomeUI.framework/HUFirmwareUpdateItemProvider.h @@ -0,0 +1,56 @@ +/* Generated by RuntimeBrowser + Image: /System/Library/PrivateFrameworks/HomeUI.framework/HomeUI + */ + +@interface HUFirmwareUpdateItemProvider : HFItemProvider { + id /* block */ _filter; + BOOL _hasProvidedInstructionsItem; + NSString * _instructionsDescription; + BOOL _instructionsHidden; + HUInstructionsItem * _instructionsItem; + NSString * _instructionsTitle; + HULinkedApplicationItemProvider * _linkedApplicationItemProvider; + NSSet * _linkedApplicationItems; + unsigned int _style; +} + +@property (nonatomic, copy) id /* block */ filter; +@property (nonatomic) BOOL hasProvidedInstructionsItem; +@property (nonatomic, retain) NSString *instructionsDescription; +@property (nonatomic) BOOL instructionsHidden; +@property (nonatomic, retain) HUInstructionsItem *instructionsItem; +@property (nonatomic, retain) NSString *instructionsTitle; +@property (nonatomic, retain) HULinkedApplicationItemProvider *linkedApplicationItemProvider; +@property (nonatomic, retain) NSSet *linkedApplicationItems; +@property (nonatomic, readonly) unsigned int style; + ++ (id /* block */)itemComparator; ++ (BOOL)prefersNonBlockingReloads; + +- (void).cxx_destruct; +- (id /* block */)_effectiveFilter; +- (id)_instructionsItemResultsWithSampleLinkedApplicationItem:(id)arg1 numberOfLinkedApplicationItems:(int)arg2; +- (id /* block */)filter; +- (BOOL)hasProvidedInstructionsItem; +- (id)initWithHome:(id)arg1; +- (id)initWithHome:(id)arg1 style:(unsigned int)arg2; +- (id)instructionsDescription; +- (BOOL)instructionsHidden; +- (id)instructionsItem; +- (id)instructionsTitle; +- (id)invalidationReasons; +- (id)items; +- (id)linkedApplicationItemProvider; +- (id)linkedApplicationItems; +- (id)reloadItems; +- (void)setFilter:(id /* block */)arg1; +- (void)setHasProvidedInstructionsItem:(BOOL)arg1; +- (void)setInstructionsDescription:(id)arg1; +- (void)setInstructionsHidden:(BOOL)arg1; +- (void)setInstructionsItem:(id)arg1; +- (void)setInstructionsTitle:(id)arg1; +- (void)setLinkedApplicationItemProvider:(id)arg1; +- (void)setLinkedApplicationItems:(id)arg1; +- (unsigned int)style; + +@end diff --git a/PrivateFrameworks/HomeUI.framework/HUItemCollectionViewController.h b/PrivateFrameworks/HomeUI.framework/HUItemCollectionViewController.h index 92737b1d80..748fd06354 100644 --- a/PrivateFrameworks/HomeUI.framework/HUItemCollectionViewController.h +++ b/PrivateFrameworks/HomeUI.framework/HUItemCollectionViewController.h @@ -56,6 +56,7 @@ - (void)setItemManager:(id)arg1; - (void)setWantsPreferredContentSize:(BOOL)arg1; - (BOOL)shouldAutomaticallyForwardAppearanceMethods; +- (BOOL)shouldCoalesceBatchUpdatesBeforeViewDidAppear; - (void)viewDidAppear:(BOOL)arg1; - (void)viewDidDisappear:(BOOL)arg1; - (void)viewDidLayoutSubviews; diff --git a/PrivateFrameworks/HomeUI.framework/HUItemTableHeaderFooterView.h b/PrivateFrameworks/HomeUI.framework/HUItemTableHeaderFooterView.h index c5f654efd1..a370d3df9e 100644 --- a/PrivateFrameworks/HomeUI.framework/HUItemTableHeaderFooterView.h +++ b/PrivateFrameworks/HomeUI.framework/HUItemTableHeaderFooterView.h @@ -3,37 +3,39 @@ */ @interface HUItemTableHeaderFooterView : UITableViewHeaderFooterView { - NSMutableArray * _constraints; + NSLayoutConstraint * _bottomSpacingConstraint; + NSArray * _constraints; + BOOL _includeBottomSpacing; UILabel * _messageLabel; - struct UIEdgeInsets { - float top; - float left; - float bottom; - float right; - } _messageLabelInsets; } @property (nonatomic, copy) NSAttributedString *attributedMessage; -@property (nonatomic, retain) NSMutableArray *constraints; +@property (nonatomic, retain) NSLayoutConstraint *bottomSpacingConstraint; +@property (nonatomic, retain) NSArray *constraints; +@property (nonatomic) BOOL includeBottomSpacing; @property (nonatomic, copy) NSString *message; @property (nonatomic, retain) UILabel *messageLabel; -@property (nonatomic) struct UIEdgeInsets { float x1; float x2; float x3; float x4; } messageLabelInsets; @property (nonatomic) unsigned int numberOfLines; ++ (BOOL)requiresConstraintBasedLayout; + - (void).cxx_destruct; -- (void)_updateConstraints; +- (float)_bottomSpacing; - (id)attributedMessage; +- (id)bottomSpacingConstraint; - (id)constraints; +- (BOOL)includeBottomSpacing; - (id)initWithReuseIdentifier:(id)arg1; - (id)message; - (id)messageLabel; -- (struct UIEdgeInsets { float x1; float x2; float x3; float x4; })messageLabelInsets; - (unsigned int)numberOfLines; - (void)setAttributedMessage:(id)arg1; +- (void)setBottomSpacingConstraint:(id)arg1; - (void)setConstraints:(id)arg1; +- (void)setIncludeBottomSpacing:(BOOL)arg1; - (void)setMessage:(id)arg1; - (void)setMessageLabel:(id)arg1; -- (void)setMessageLabelInsets:(struct UIEdgeInsets { float x1; float x2; float x3; float x4; })arg1; - (void)setNumberOfLines:(unsigned int)arg1; +- (void)updateConstraints; @end diff --git a/PrivateFrameworks/HomeUI.framework/HULinkedApplicationCollectionViewCell.h b/PrivateFrameworks/HomeUI.framework/HULinkedApplicationCollectionViewCell.h new file mode 100644 index 0000000000..d4fbf1db54 --- /dev/null +++ b/PrivateFrameworks/HomeUI.framework/HULinkedApplicationCollectionViewCell.h @@ -0,0 +1,41 @@ +/* Generated by RuntimeBrowser + Image: /System/Library/PrivateFrameworks/HomeUI.framework/HomeUI + */ + +@interface HULinkedApplicationCollectionViewCell : UICollectionViewCell { + UIView * _bottomSeparatorView; + HULinkedApplicationView * _linkedApplicationView; + UIView * _topSeparatorView; +} + +@property (nonatomic, retain) UIView *bottomSeparatorView; +@property (nonatomic) BOOL bottomSeparatorVisible; +@property (readonly, copy) NSString *debugDescription; +@property (readonly, copy) NSString *description; +@property (readonly) unsigned int hash; +@property (nonatomic, retain) HFItem *item; +@property (nonatomic, retain) HULinkedApplicationView *linkedApplicationView; +@property (readonly) Class superclass; +@property (nonatomic, retain) UIView *topSeparatorView; +@property (nonatomic) BOOL topSeparatorVisible; + +- (void).cxx_destruct; +- (id)bottomSeparatorView; +- (BOOL)bottomSeparatorVisible; +- (id)initWithFrame:(struct CGRect { struct CGPoint { float x_1_1_1; float x_1_1_2; } x1; struct CGSize { float x_2_1_1; float x_2_1_2; } x2; })arg1; +- (id)item; +- (void)layoutSubviews; +- (id)linkedApplicationView; +- (void)prepareForReuse; +- (void)setBottomSeparatorView:(id)arg1; +- (void)setBottomSeparatorVisible:(BOOL)arg1; +- (void)setItem:(id)arg1; +- (void)setLinkedApplicationView:(id)arg1; +- (void)setTopSeparatorView:(id)arg1; +- (void)setTopSeparatorVisible:(BOOL)arg1; +- (struct CGSize { float x1; float x2; })systemLayoutSizeFittingSize:(struct CGSize { float x1; float x2; })arg1 withHorizontalFittingPriority:(float)arg2 verticalFittingPriority:(float)arg3; +- (id)topSeparatorView; +- (BOOL)topSeparatorVisible; +- (void)updateUIWithAnimation:(BOOL)arg1; + +@end diff --git a/PrivateFrameworks/HomeUI.framework/HULinkedApplicationItem.h b/PrivateFrameworks/HomeUI.framework/HULinkedApplicationItem.h index 04e974a7a6..bdfcb6143e 100644 --- a/PrivateFrameworks/HomeUI.framework/HULinkedApplicationItem.h +++ b/PrivateFrameworks/HomeUI.framework/HULinkedApplicationItem.h @@ -4,6 +4,4 @@ @interface HULinkedApplicationItem : HFStaticItem -+ (id)requiredKeys; - @end diff --git a/PrivateFrameworks/HomeUI.framework/HULinkedApplicationItemProvider.h b/PrivateFrameworks/HomeUI.framework/HULinkedApplicationItemProvider.h index c3450ba0a7..941213d940 100644 --- a/PrivateFrameworks/HomeUI.framework/HULinkedApplicationItemProvider.h +++ b/PrivateFrameworks/HomeUI.framework/HULinkedApplicationItemProvider.h @@ -3,11 +3,11 @@ */ @interface HULinkedApplicationItemProvider : HFItemProvider { - NSSet * _accessories; + id /* block */ _filter; NSSet * _linkedApplicationItems; } -@property (nonatomic, retain) NSSet *accessories; +@property (nonatomic, copy) id /* block */ filter; @property (nonatomic, retain) NSSet *linkedApplicationItems; + (BOOL)prefersNonBlockingReloads; @@ -19,15 +19,15 @@ - (id)_itemForLibraryItem:(id)arg1; - (id)_itemForStoreItem:(id)arg1; - (id)_loadStoreIconWithArtwork:(id)arg1 results:(id)arg2; -- (id)_performLibraryLookup; +- (id)_performLibraryLookupForAccessories:(id)arg1; - (id)_performStoreLookupWithLibraryResult:(id)arg1; -- (id)accessories; -- (id)initWithHome:(id)arg1 accessories:(id)arg2; +- (id /* block */)filter; +- (id)initWithHome:(id)arg1; - (id)invalidationReasons; - (id)items; - (id)linkedApplicationItems; - (id)reloadItems; -- (void)setAccessories:(id)arg1; +- (void)setFilter:(id /* block */)arg1; - (void)setLinkedApplicationItems:(id)arg1; @end diff --git a/PrivateFrameworks/HomeUI.framework/HULinkedApplicationTableViewCell.h b/PrivateFrameworks/HomeUI.framework/HULinkedApplicationTableViewCell.h new file mode 100644 index 0000000000..8e712c4aec --- /dev/null +++ b/PrivateFrameworks/HomeUI.framework/HULinkedApplicationTableViewCell.h @@ -0,0 +1,26 @@ +/* Generated by RuntimeBrowser + Image: /System/Library/PrivateFrameworks/HomeUI.framework/HomeUI + */ + +@interface HULinkedApplicationTableViewCell : UITableViewCell { + HULinkedApplicationView * _linkedApplicationView; +} + +@property (readonly, copy) NSString *debugDescription; +@property (readonly, copy) NSString *description; +@property (readonly) unsigned int hash; +@property (nonatomic, retain) HFItem *item; +@property (nonatomic, retain) HULinkedApplicationView *linkedApplicationView; +@property (readonly) Class superclass; + +- (void).cxx_destruct; +- (id)initWithStyle:(int)arg1 reuseIdentifier:(id)arg2; +- (id)item; +- (void)layoutSubviews; +- (id)linkedApplicationView; +- (void)setItem:(id)arg1; +- (void)setLinkedApplicationView:(id)arg1; +- (struct CGSize { float x1; float x2; })systemLayoutSizeFittingSize:(struct CGSize { float x1; float x2; })arg1 withHorizontalFittingPriority:(float)arg2 verticalFittingPriority:(float)arg3; +- (void)updateUIWithAnimation:(BOOL)arg1; + +@end diff --git a/PrivateFrameworks/HomeUI.framework/HULinkedApplicationCell.h b/PrivateFrameworks/HomeUI.framework/HULinkedApplicationView.h similarity index 90% rename from PrivateFrameworks/HomeUI.framework/HULinkedApplicationCell.h rename to PrivateFrameworks/HomeUI.framework/HULinkedApplicationView.h index c2a8bc969d..7d38a461e4 100644 --- a/PrivateFrameworks/HomeUI.framework/HULinkedApplicationCell.h +++ b/PrivateFrameworks/HomeUI.framework/HULinkedApplicationView.h @@ -2,7 +2,7 @@ Image: /System/Library/PrivateFrameworks/HomeUI.framework/HomeUI */ -@interface HULinkedApplicationCell : UITableViewCell { +@interface HULinkedApplicationView : UIView { NSString * _bundleID; NSArray * _currentConstraints; UIImageView * _iconView; @@ -39,7 +39,7 @@ - (id)bundleID; - (id)currentConstraints; - (id)iconView; -- (id)initWithStyle:(int)arg1 reuseIdentifier:(id)arg2; +- (id)initWithFrame:(struct CGRect { struct CGPoint { float x_1_1_1; float x_1_1_2; } x1; struct CGSize { float x_2_1_1; float x_2_1_2; } x2; })arg1; - (id)installedLabel; - (BOOL)isInstalled; - (id)item; diff --git a/PrivateFrameworks/HomeUI.framework/HUQuickControlSliderValueOverlayView.h b/PrivateFrameworks/HomeUI.framework/HUQuickControlSliderValueOverlayView.h index e254c4b2d5..993dd7726c 100644 --- a/PrivateFrameworks/HomeUI.framework/HUQuickControlSliderValueOverlayView.h +++ b/PrivateFrameworks/HomeUI.framework/HUQuickControlSliderValueOverlayView.h @@ -4,11 +4,13 @@ @interface HUQuickControlSliderValueOverlayView : UIView { BOOL _off; + unsigned int _primaryGrabberLocation; BOOL _showsSecondGrabber; } @property (nonatomic, readonly) CAShapeLayer *layer; @property (getter=isOff, nonatomic) BOOL off; +@property (nonatomic) unsigned int primaryGrabberLocation; @property (nonatomic) BOOL showsSecondGrabber; + (Class)layerClass; @@ -19,7 +21,9 @@ - (id)initWithFrame:(struct CGRect { struct CGPoint { float x_1_1_1; float x_1_1_2; } x1; struct CGSize { float x_2_1_1; float x_2_1_2; } x2; })arg1; - (BOOL)isOff; - (void)layoutSubviews; +- (unsigned int)primaryGrabberLocation; - (void)setOff:(BOOL)arg1; +- (void)setPrimaryGrabberLocation:(unsigned int)arg1; - (void)setShowsSecondGrabber:(BOOL)arg1; - (BOOL)showsSecondGrabber; diff --git a/PrivateFrameworks/HomeUI.framework/HUQuickControlSliderView.h b/PrivateFrameworks/HomeUI.framework/HUQuickControlSliderView.h index 38050a9cd2..f51e19548e 100644 --- a/PrivateFrameworks/HomeUI.framework/HUQuickControlSliderView.h +++ b/PrivateFrameworks/HomeUI.framework/HUQuickControlSliderView.h @@ -30,7 +30,7 @@ @property (nonatomic, retain) HUQuickControlSliderValueOverlayView *valueOverlayView; - (void).cxx_destruct; -- (float)_minDisplayedValue; +- (struct { float x1; float x2; })_permittedValueRange; - (id)backgroundView; - (id)initWithProfile:(id)arg1; - (void)layoutSubviews; diff --git a/PrivateFrameworks/HomeUI.framework/HUQuickControlSliderViewProfile.h b/PrivateFrameworks/HomeUI.framework/HUQuickControlSliderViewProfile.h index dd85b5ba90..e9e72c32c1 100644 --- a/PrivateFrameworks/HomeUI.framework/HUQuickControlSliderViewProfile.h +++ b/PrivateFrameworks/HomeUI.framework/HUQuickControlSliderViewProfile.h @@ -5,6 +5,7 @@ @interface HUQuickControlSliderViewProfile : HUQuickControlViewProfile { BOOL _hasOffState; BOOL _hasSecondaryValue; + unsigned int _preferredFillSection; double _stepValue; } @@ -13,6 +14,7 @@ @property (nonatomic) BOOL hasOffState; @property (nonatomic) BOOL hasSecondaryValue; @property (readonly) unsigned int hash; +@property (nonatomic) unsigned int preferredFillSection; @property (nonatomic) double stepValue; @property (readonly) Class superclass; @@ -21,8 +23,10 @@ - (BOOL)hasSecondaryValue; - (id)init; - (double)percentageValueForViewValue:(id)arg1; +- (unsigned int)preferredFillSection; - (void)setHasOffState:(BOOL)arg1; - (void)setHasSecondaryValue:(BOOL)arg1; +- (void)setPreferredFillSection:(unsigned int)arg1; - (void)setStepValue:(double)arg1; - (double)stepValue; - (id)viewValueForPercentageValue:(double)arg1 round:(BOOL)arg2; diff --git a/PrivateFrameworks/HomeUI.framework/HURemoteContextHostingView.h b/PrivateFrameworks/HomeUI.framework/HURemoteContextHostingView.h new file mode 100644 index 0000000000..bc303c3fcb --- /dev/null +++ b/PrivateFrameworks/HomeUI.framework/HURemoteContextHostingView.h @@ -0,0 +1,34 @@ +/* Generated by RuntimeBrowser + Image: /System/Library/PrivateFrameworks/HomeUI.framework/HomeUI + */ + +@interface HURemoteContextHostingView : UIView { + UIView * _contentView; + UIView * _destinationOutContainerView; + UIView * _destinationOutView; + UIView * _destinationOverView; +} + +@property (nonatomic, retain) UIView *contentView; +@property (nonatomic, readonly) UIView *destinationOutContainerView; +@property (nonatomic, readonly) UIView *destinationOutView; +@property (nonatomic, readonly) UIView *destinationOverView; +@property (nonatomic) unsigned int maskedCorners; + +- (void).cxx_destruct; +- (float)_continuousCornerRadius; +- (float)_cornerRadius; +- (void)_setContinuousCornerRadius:(float)arg1; +- (void)_setCornerRadius:(float)arg1; +- (id)contentView; +- (id)destinationOutContainerView; +- (id)destinationOutView; +- (id)destinationOverView; +- (id)initWithContentView:(id)arg1; +- (unsigned int)maskedCorners; +- (void)setContentView:(id)arg1; +- (void)setMaskedCorners:(unsigned int)arg1; +- (struct CGSize { float x1; float x2; })sizeThatFits:(struct CGSize { float x1; float x2; })arg1; +- (struct CGSize { float x1; float x2; })systemLayoutSizeFittingSize:(struct CGSize { float x1; float x2; })arg1 withHorizontalFittingPriority:(float)arg2 verticalFittingPriority:(float)arg3; + +@end diff --git a/PrivateFrameworks/HomeUI.framework/HUServiceDetailsHeaderView.h b/PrivateFrameworks/HomeUI.framework/HUServiceDetailsHeaderCell.h similarity index 58% rename from PrivateFrameworks/HomeUI.framework/HUServiceDetailsHeaderView.h rename to PrivateFrameworks/HomeUI.framework/HUServiceDetailsHeaderCell.h index 282e1b8f54..cc846819e1 100644 --- a/PrivateFrameworks/HomeUI.framework/HUServiceDetailsHeaderView.h +++ b/PrivateFrameworks/HomeUI.framework/HUServiceDetailsHeaderCell.h @@ -2,42 +2,43 @@ Image: /System/Library/PrivateFrameworks/HomeUI.framework/HomeUI */ -@interface HUServiceDetailsHeaderView : UIView { - BOOL _constraintsConfigured; +@interface HUServiceDetailsHeaderCell : UITableViewCell { + NSArray * _allConstraints; UILabel * _errorLabel; - NSAttributedString * _errorMessage; NSMutableArray * _hideErrorLabelConstraints; + HFItem * _item; HUGridServiceCell * _serviceCell; NSMutableArray * _showErrorLabelConstraints; } -@property (nonatomic) BOOL constraintsConfigured; +@property (nonatomic, retain) NSArray *allConstraints; +@property (readonly, copy) NSString *debugDescription; +@property (readonly, copy) NSString *description; @property (nonatomic, retain) UILabel *errorLabel; -@property (nonatomic, retain) NSAttributedString *errorMessage; +@property (readonly) unsigned int hash; @property (nonatomic, retain) NSMutableArray *hideErrorLabelConstraints; +@property (nonatomic, retain) HFItem *item; @property (nonatomic, retain) HUGridServiceCell *serviceCell; @property (nonatomic, retain) NSMutableArray *showErrorLabelConstraints; +@property (readonly) Class superclass; + (BOOL)requiresConstraintBasedLayout; - (void).cxx_destruct; -- (void)_setupHeaderViewWithItem:(id)arg1; -- (BOOL)constraintsConfigured; +- (void)_configureConstraints; +- (id)allConstraints; - (id)errorLabel; -- (id)errorMessage; - (id)hideErrorLabelConstraints; -- (id)initWithCoder:(id)arg1; -- (id)initWithFrame:(struct CGRect { struct CGPoint { float x_1_1_1; float x_1_1_2; } x1; struct CGSize { float x_2_1_1; float x_2_1_2; } x2; })arg1; -- (id)initWithItem:(id)arg1; +- (id)initWithStyle:(int)arg1 reuseIdentifier:(id)arg2; +- (id)item; - (id)serviceCell; -- (void)setConstraintsConfigured:(BOOL)arg1; +- (void)setAllConstraints:(id)arg1; - (void)setErrorLabel:(id)arg1; -- (void)setErrorMessage:(id)arg1; - (void)setHideErrorLabelConstraints:(id)arg1; +- (void)setItem:(id)arg1; - (void)setServiceCell:(id)arg1; - (void)setShowErrorLabelConstraints:(id)arg1; - (id)showErrorLabelConstraints; -- (void)updateConstraints; - (void)updateUIWithAnimation:(BOOL)arg1; @end diff --git a/PrivateFrameworks/HomeUI.framework/HUServiceGridViewController.h b/PrivateFrameworks/HomeUI.framework/HUServiceGridViewController.h index 23f7917f65..d18e418418 100644 --- a/PrivateFrameworks/HomeUI.framework/HUServiceGridViewController.h +++ b/PrivateFrameworks/HomeUI.framework/HUServiceGridViewController.h @@ -20,6 +20,7 @@ - (id)allCellClasses; - (Class)cellClassForItem:(id)arg1 indexPath:(id)arg2; - (struct UIEdgeInsets { float x1; float x2; float x3; float x4; })collectionView:(id)arg1 layout:(id)arg2 insetForSectionAtIndex:(int)arg3; +- (float)collectionView:(id)arg1 layout:(id)arg2 minimumLineSpacingForSectionAtIndex:(int)arg3; - (struct CGSize { float x1; float x2; })collectionView:(id)arg1 layout:(id)arg2 referenceSizeForHeaderInSection:(int)arg3; - (struct CGSize { float x1; float x2; })collectionView:(id)arg1 layout:(id)arg2 sizeForItemAtIndexPath:(id)arg3; - (id)collectionView:(id)arg1 viewForSupplementaryElementOfKind:(id)arg2 atIndexPath:(id)arg3; diff --git a/PrivateFrameworks/HomeUI.framework/HUSwitchCell.h b/PrivateFrameworks/HomeUI.framework/HUSwitchCell.h index 5da2cddaf4..d92c264108 100644 --- a/PrivateFrameworks/HomeUI.framework/HUSwitchCell.h +++ b/PrivateFrameworks/HomeUI.framework/HUSwitchCell.h @@ -29,9 +29,11 @@ - (void)prepareForReuse; - (void)setDelegate:(id)arg1; - (void)setDisabled:(BOOL)arg1; +- (void)setHighlighted:(BOOL)arg1 animated:(BOOL)arg2; - (void)setItem:(id)arg1; - (void)setOn:(BOOL)arg1; - (void)setOn:(BOOL)arg1 animated:(BOOL)arg2; +- (void)setSelected:(BOOL)arg1 animated:(BOOL)arg2; - (void)updateUIWithAnimation:(BOOL)arg1; @end diff --git a/PrivateFrameworks/HomeUI.framework/HUTableViewController.h b/PrivateFrameworks/HomeUI.framework/HUTableViewController.h index b1fe980ed9..1cc0cac1e6 100644 --- a/PrivateFrameworks/HomeUI.framework/HUTableViewController.h +++ b/PrivateFrameworks/HomeUI.framework/HUTableViewController.h @@ -7,17 +7,18 @@ NSHashTable * _childViewControllersAtViewWillDisappearTime; NSMapTable * _installedChildViewControllersKeyedByCell; BOOL _isUpdatingTableView; - NSMutableArray * _tableViewUpdateBlockQueue; + NSMutableArray * _tableViewUpdateRequestQueue; } @property (nonatomic, retain) NSHashTable *childViewControllersAtViewWillAppearTime; @property (nonatomic, retain) NSHashTable *childViewControllersAtViewWillDisappearTime; @property (nonatomic, retain) NSMapTable *installedChildViewControllersKeyedByCell; @property (nonatomic) BOOL isUpdatingTableView; -@property (nonatomic, retain) NSMutableArray *tableViewUpdateBlockQueue; +@property (nonatomic, retain) NSMutableArray *tableViewUpdateRequestQueue; - (void).cxx_destruct; - (void)_performTableViewUpdateBlock:(id /* block */)arg1; +- (void)_performTableViewUpdateWithRequest:(id)arg1; - (id)childViewControllersAtViewWillAppearTime; - (id)childViewControllersAtViewWillDisappearTime; - (id)initWithCoder:(id)arg1; @@ -30,11 +31,11 @@ - (void)setChildViewControllersAtViewWillDisappearTime:(id)arg1; - (void)setInstalledChildViewControllersKeyedByCell:(id)arg1; - (void)setIsUpdatingTableView:(BOOL)arg1; -- (void)setTableViewUpdateBlockQueue:(id)arg1; +- (void)setTableViewUpdateRequestQueue:(id)arg1; - (BOOL)shouldAutomaticallyForwardAppearanceMethods; - (void)tableView:(id)arg1 didEndDisplayingCell:(id)arg2 forRowAtIndexPath:(id)arg3; - (void)tableView:(id)arg1 willDisplayCell:(id)arg2 forRowAtIndexPath:(id)arg3; -- (id)tableViewUpdateBlockQueue; +- (id)tableViewUpdateRequestQueue; - (void)viewDidAppear:(BOOL)arg1; - (void)viewDidDisappear:(BOOL)arg1; - (void)viewDidLoad; diff --git a/PrivateFrameworks/HomeUI.framework/HUTableViewUpdateRequest.h b/PrivateFrameworks/HomeUI.framework/HUTableViewUpdateRequest.h new file mode 100644 index 0000000000..9ea837cdf9 --- /dev/null +++ b/PrivateFrameworks/HomeUI.framework/HUTableViewUpdateRequest.h @@ -0,0 +1,18 @@ +/* Generated by RuntimeBrowser + Image: /System/Library/PrivateFrameworks/HomeUI.framework/HomeUI + */ + +@interface HUTableViewUpdateRequest : NSObject { + BOOL _animate; + id /* block */ _updateBlock; +} + +@property (nonatomic, readonly) BOOL animate; +@property (nonatomic, readonly, copy) id /* block */ updateBlock; + +- (void).cxx_destruct; +- (BOOL)animate; +- (id)initWithUpdateBlock:(id /* block */)arg1 animate:(BOOL)arg2; +- (id /* block */)updateBlock; + +@end diff --git a/PrivateFrameworks/IDS.framework/_IDSAccount.h b/PrivateFrameworks/IDS.framework/_IDSAccount.h index 013b71aa6f..002e438800 100644 --- a/PrivateFrameworks/IDS.framework/_IDSAccount.h +++ b/PrivateFrameworks/IDS.framework/_IDSAccount.h @@ -29,6 +29,7 @@ @property (nonatomic, readonly, retain) NSString *displayName; @property (readonly) unsigned int hash; @property (nonatomic, readonly) BOOL isActive; +@property (nonatomic, readonly) BOOL isInTransientRegistrationState; @property (nonatomic, readonly) BOOL isUserDisabled; @property (nonatomic, retain) NSString *loginID; @property (nonatomic, readonly, retain) NSArray *nearbyDevices; @@ -100,6 +101,7 @@ - (id)initWithDictionary:(id)arg1 uniqueID:(id)arg2 serviceName:(id)arg3 delegateContext:(id)arg4; - (id)initWithLoginID:(id)arg1 uniqueID:(id)arg2 serviceName:(id)arg3 delegateContext:(id)arg4; - (BOOL)isActive; +- (BOOL)isInTransientRegistrationState; - (BOOL)isUserDisabled; - (id)loginID; - (id)nearbyDevices; diff --git a/PrivateFrameworks/IDS.framework/_IDSService.h b/PrivateFrameworks/IDS.framework/_IDSService.h index 337a6bdac8..7a5e10b1c9 100644 --- a/PrivateFrameworks/IDS.framework/_IDSService.h +++ b/PrivateFrameworks/IDS.framework/_IDSService.h @@ -34,7 +34,7 @@ - (void)OTRTestCallback:(id)arg1 time:(double)arg2 error:(id)arg3; - (id /* block */)_acknowledgementBlockWithDelegateIdentifier:(id)arg1; -- (void)_callDelegatesForDevicesChangedWithService:(id)arg1; +- (void)_callDelegatesForDevicesChanged; - (void)_callDelegatesRespondingToSelector:(SEL)arg1 withPreCallbacksBlock:(id /* block */)arg2 callbackBlock:(id /* block */)arg3 postCallbacksBlock:(id /* block */)arg4; - (void)_callDelegatesRespondingToSelector:(SEL)arg1 withPreCallbacksBlock:(id /* block */)arg2 callbackBlock:(id /* block */)arg3 postCallbacksBlock:(id /* block */)arg4 group:(id)arg5; - (void)_callDelegatesWithBlock:(id /* block */)arg1; @@ -74,6 +74,7 @@ - (void)connection:(id)arg1 messageIdentifier:(id)arg2 alternateCallbackID:(id)arg3 updatedWithResponseCode:(int)arg4 error:(id)arg5 lastCall:(BOOL)arg6; - (void)connection:(id)arg1 nearbyDevicesChanged:(id)arg2; - (void)daemonConnected; +- (id)daemonController; - (id)datagramChannelForSessionDestination:(id)arg1 error:(id*)arg2; - (id)datagramChannelForSocketDescriptor:(int)arg1 error:(id*)arg2; - (id)datagramConnectionForSessionDestination:(id)arg1 error:(id*)arg2; @@ -92,6 +93,7 @@ - (BOOL)manuallyAckMessages; - (SEL)protobufActionForType:(unsigned short)arg1 isResponse:(BOOL)arg2; - (void)removeDelegate:(id)arg1; +- (void)resendSubServicesToDaemonForCurrentDevice; - (BOOL)sendAccessoryData:(id)arg1 toAccessoryID:(id)arg2 accessToken:(id)arg3 options:(id)arg4 identifier:(id*)arg5 error:(id*)arg6; - (void)sendAckForMessageWithContext:(id)arg1; - (BOOL)sendData:(id)arg1 fromAccount:(id)arg2 toDestinations:(id)arg3 priority:(int)arg4 options:(id)arg5 identifier:(id*)arg6 error:(id*)arg7; diff --git a/PrivateFrameworks/IDSFoundation.framework/IDSMessageContext.h b/PrivateFrameworks/IDSFoundation.framework/IDSMessageContext.h index 1dde5883b4..41bfad6fa5 100644 --- a/PrivateFrameworks/IDSFoundation.framework/IDSMessageContext.h +++ b/PrivateFrameworks/IDSFoundation.framework/IDSMessageContext.h @@ -14,6 +14,7 @@ @property (nonatomic) long long connectionType; @property (nonatomic) BOOL expectsPeerResponse; @property (nonatomic, copy) NSString *fromID; +@property (nonatomic) BOOL fromServerStorage; @property (nonatomic, copy) NSString *incomingResponseIdentifier; @property (nonatomic) NSNumber *originalCommand; @property (nonatomic, copy) NSString *originalDestinationDevice; @@ -34,6 +35,7 @@ - (void)dealloc; - (BOOL)expectsPeerResponse; - (id)fromID; +- (BOOL)fromServerStorage; - (id)incomingResponseIdentifier; - (id)initWithDictionary:(id)arg1 boostContext:(id)arg2; - (id)objectForKey:(id)arg1; @@ -48,6 +50,7 @@ - (void)setConnectionType:(long long)arg1; - (void)setExpectsPeerResponse:(BOOL)arg1; - (void)setFromID:(id)arg1; +- (void)setFromServerStorage:(BOOL)arg1; - (void)setIncomingResponseIdentifier:(id)arg1; - (void)setObject:(id)arg1 forKey:(id)arg2; - (void)setOriginalCommand:(id)arg1; diff --git a/PrivateFrameworks/IDSFoundation.framework/IDSSocketPairResourceTransferReceiver.h b/PrivateFrameworks/IDSFoundation.framework/IDSSocketPairResourceTransferReceiver.h index 790b81d498..2f907e6c58 100644 --- a/PrivateFrameworks/IDSFoundation.framework/IDSSocketPairResourceTransferReceiver.h +++ b/PrivateFrameworks/IDSFoundation.framework/IDSSocketPairResourceTransferReceiver.h @@ -6,6 +6,7 @@ BOOL _compressed; BOOL _done; BOOL _expectsPeerResponse; + NSDate * _expiryDate; int _fileDescriptor; BOOL _isResuming; NSString * _messageUUID; @@ -20,6 +21,8 @@ BOOL _wantsAppAck; } +@property (nonatomic, readonly, retain) NSDate *expiryDate; +@property (nonatomic, readonly, retain) NSString *messageUUID; @property (nonatomic, readonly) unsigned long long totalBytesReceived; + (id)incomingFilePath; @@ -28,8 +31,10 @@ - (void)abortTransfer; - (BOOL)appendMessage:(id)arg1 receiverError:(unsigned char*)arg2; - (void)dealloc; +- (id)expiryDate; - (id)finalizedMessageDictionaryIfDone; - (id)initWithMessage:(id)arg1 resumeResourceTransfers:(BOOL)arg2 receiverError:(unsigned char*)arg3; +- (id)messageUUID; - (unsigned long long)totalBytesReceived; - (BOOL)writeResourceData:(id)arg1; - (BOOL)writeResourceData:(id)arg1 resourceByteOffset:(unsigned long long)arg2; diff --git a/PrivateFrameworks/IDSFoundation.framework/IDSSocketPairResourceTransferSender.h b/PrivateFrameworks/IDSFoundation.framework/IDSSocketPairResourceTransferSender.h index f95cbc7317..7adbe51021 100644 --- a/PrivateFrameworks/IDSFoundation.framework/IDSSocketPairResourceTransferSender.h +++ b/PrivateFrameworks/IDSFoundation.framework/IDSSocketPairResourceTransferSender.h @@ -7,6 +7,7 @@ BOOL _compressed; BOOL _done; BOOL _expectsPeerResponse; + NSDate * _expiryDate; int _fileDescriptor; unsigned int _maxChunkSize; NSString * _messageUUID; @@ -35,7 +36,7 @@ - (unsigned char)command; - (void)dealloc; - (id)description; -- (id)initWithResourceAtPath:(id)arg1 metadata:(id)arg2 sequenceNumber:(unsigned int)arg3 streamID:(unsigned short)arg4 expectsPeerResponse:(BOOL)arg5 wantsAppAck:(BOOL)arg6 compressPayload:(BOOL)arg7 compressed:(BOOL)arg8 peerResponseIdentifier:(id)arg9 messageUUID:(id)arg10; +- (id)initWithResourceAtPath:(id)arg1 metadata:(id)arg2 sequenceNumber:(unsigned int)arg3 streamID:(unsigned short)arg4 expectsPeerResponse:(BOOL)arg5 wantsAppAck:(BOOL)arg6 compressPayload:(BOOL)arg7 compressed:(BOOL)arg8 peerResponseIdentifier:(id)arg9 messageUUID:(id)arg10 expiryDate:(id)arg11; - (BOOL)isDone; - (unsigned int)maxChunkSize; - (id)messageUUID; diff --git a/PrivateFrameworks/IDSFoundation.framework/IDSSysdiagnoseLogCollector.h b/PrivateFrameworks/IDSFoundation.framework/IDSSysdiagnoseLogCollector.h index d5607270f9..d4bffc3729 100644 --- a/PrivateFrameworks/IDSFoundation.framework/IDSSysdiagnoseLogCollector.h +++ b/PrivateFrameworks/IDSFoundation.framework/IDSSysdiagnoseLogCollector.h @@ -6,6 +6,7 @@ + (id)sharedInstance; +- (void)_collectSysdiagnoseLog:(id /* block */)arg1; - (void)collectSysdiagnoseLog:(id /* block */)arg1; - (void)dealloc; - (id)init; diff --git a/PrivateFrameworks/IMAP.framework b/PrivateFrameworks/IMAP.framework deleted file mode 100644 index 1c99287abf..0000000000 --- a/PrivateFrameworks/IMAP.framework +++ /dev/null @@ -1,58 +0,0 @@ - - -IMAP.framework - - - -
-   ___          _   _             ___
-  | _ \_  _ _ _| |_(_)_ __  ___  | _ )_ _ _____ __ _____ ___ _ _
-  |   / || | ' \  _| | '  \/ -_) | _ \ '_/ _ \ V  V (_-// -_) '_|
-  |_|_\\_,_|_||_\__|_|_|_|_\___| |___/_| \___/\_/\_//__/\___|_|
-  
- -------------------------------------------------------------------------------
-
-
-/PrivateFrameworks/IMAP.framework
-0 classes
-
-
-
- -------------------------------------------------------------------------------
-
- Source code: https://github.com/nst/RuntimeBrowser
-
- Authors: Ezra Epstein (eepstein@prajna.com)
-          Nicolas Seriot (nicolas@seriot.ch)
-
- Copyright (c) 2002 by Prajna IT Consulting.
-                       http://www.prajna.com
-               2015 by Nicolas Seriot
-                       http://www.seriot.ch
-
- ========================================================================
-
- THIS PROGRAM AND THIS CODE COME WITH ABSOLUTELY NO WARRANTY.
- THIS CODE HAS BEEN PROVIDED "AS IS" AND THE RESPONSIBILITY
- FOR ITS OPERATIONS IS 100% YOURS.
-
- ========================================================================
- 
- RuntimeBrowser is free software; you can redistribute it and/or modify
- it under the terms of the GNU General Public License as published by
- the Free Software Foundation; either version 2 of the License, or
- (at your option) any later version.
-
- RuntimeBrowser is distributed in the hope that it will be useful,
- but WITHOUT ANY WARRANTY; without even the implied warranty of
- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
- GNU General Public License for more details.
-
- You should have received a copy of the GNU General Public License
- along with RuntimeBrowser (in a file called "COPYING.txt"); if not,
- write to the Free Software Foundation, Inc., 59 Temple Place, Suite 330,
- Boston, MA  02111-1307  USA
-
-
-
- diff --git a/PrivateFrameworks/IMAVCore.framework/IMAVLocalPreviewClient.h b/PrivateFrameworks/IMAVCore.framework/IMAVLocalPreviewClient.h index 38a1951c92..e9f9b2e00d 100644 --- a/PrivateFrameworks/IMAVCore.framework/IMAVLocalPreviewClient.h +++ b/PrivateFrameworks/IMAVCore.framework/IMAVLocalPreviewClient.h @@ -15,10 +15,10 @@ @property (nonatomic, retain) AVConferencePreview *conferencePreview; @property (nonatomic, readonly) BOOL isPreviewRunning; @property (nonatomic) IMAVCamera *localCamera; -@property (nonatomic, readonly) struct CGSize { float x1; float x2; } localPortraitAspectRatio; @property (nonatomic) void*localVideoBackLayer; @property (nonatomic) void*localVideoLayer; ++ (struct CGSize { float x1; float x2; })localPortraitAspectRatio; + (id)sharedInstance; - (void)_avDaemonConnected; @@ -45,7 +45,6 @@ - (id)init; - (BOOL)isPreviewRunning; - (id)localCamera; -- (struct CGSize { float x1; float x2; })localPortraitAspectRatio; - (id)localScreenAttributesForVideoAttributes:(id)arg1; - (void*)localVideoBackLayer; - (void*)localVideoLayer; diff --git a/PrivateFrameworks/IMCore.framework/IMBalloonPluginDataSource.h b/PrivateFrameworks/IMCore.framework/IMBalloonPluginDataSource.h index d72db7202f..684f3e9c63 100644 --- a/PrivateFrameworks/IMCore.framework/IMBalloonPluginDataSource.h +++ b/PrivateFrameworks/IMCore.framework/IMBalloonPluginDataSource.h @@ -59,12 +59,13 @@ + (id)previewSummary; + (id)previewSummaryForPluginBundle:(id)arg1; + (id)previewSummaryForPluginPayload:(id)arg1 withBundleID:(id)arg2 previewAttachmentURL:(id*)arg3 previewAttachmentUTI:(id*)arg4; ++ (id)replaceHandleWithContactNameInString:(id)arg1 forAccount:(id)arg2 additionalHandles:(id)arg3; + (BOOL)supportsIndividualPreviewSummaries; + (BOOL)supportsURL:(id)arg1; ++ (id)unlocalizedPreviewSummaryForPluginBundle:(id)arg1 pluginDisplayName:(id)arg2; - (void).cxx_destruct; - (id)URLToOpenOnTapAction; -- (id)_handlesByIdentifier; - (id)_imMessageGUID; - (void)_reloadLatestUnconsumedBreadcrumb; - (void)_removeTemporaryAttachmentURLs; @@ -83,7 +84,6 @@ - (void)datasourceWasMovedToNewGuid:(id)arg1; - (id)description; - (void)didTapStatusItem; -- (id)displayNameForHandleIdentifier:(id)arg1 handlesByIdentifier:(id)arg2; - (void)endShowingLastConsumedBreadcrumb; - (id)guidOfLastMessageInSession; - (BOOL)hasInvalidatedSize; diff --git a/PrivateFrameworks/IMCore.framework/IMBalloonPluginManager.h b/PrivateFrameworks/IMCore.framework/IMBalloonPluginManager.h index 92398a2c8f..cebb066c19 100644 --- a/PrivateFrameworks/IMCore.framework/IMBalloonPluginManager.h +++ b/PrivateFrameworks/IMCore.framework/IMBalloonPluginManager.h @@ -22,14 +22,15 @@ + (id)sharedInstance; - (void).cxx_destruct; +- (id)_appProxyBundleIdentifiersForAppPlugins; - (void)_clearPluginMetadataForUninstalledApps; - (void)_deleteMetaDataForPlugins:(id)arg1; -- (void)_dropAppPlugins; - (id)_fallBackMessagesExtensionPluginForBundleID:(id)arg1; - (void)_findPluginsInPathInternal:(id)arg1; - (void)_findPluginsInPaths:(id)arg1; - (id)_identifiersForAppPlugins; - (id)_infoPlistPathForPluginCreatingFolderIfNeeded:(id)arg1; +- (void)_insertPluginForExtension:(id)arg1 balloonProviderBundle:(id)arg2 andTimingCollection:(id)arg3; - (BOOL)_isExtensionBlackListed:(id)arg1; - (BOOL)_isServerBlackListedBundle:(id)arg1 serverBag:(id)arg2; - (void)_loadAllDataSources; @@ -38,8 +39,10 @@ - (void)_moveExtensionDataSourcesFromMessagesExtensionPluginToAppExtensions; - (id)_pluginPlistPath:(id)arg1; - (id)_pluginsForWhichWeHaveMetadata; +- (id)_proxyIdentifiersForPlugins; +- (void)_removePluginsForIdentifiers:(id)arg1; - (void)_storeMetadata:(id)arg1 _forPlugin:(id)arg2; -- (void)_updatePluginForExtensions:(id)arg1; +- (void)_updatePluginsForExtensions:(id)arg1; - (id)allPlugins; - (id)balloonPluginForBundleID:(id)arg1; - (id)conversationID:(id)arg1 appID:(id)arg2; @@ -50,7 +53,7 @@ - (id)extensionMatchingContext; - (id)init; - (void)insertDataSource:(id)arg1 forGUID:(id)arg2; -- (id)localParticipantIdentifierForAppID:(id)arg1; +- (id)localParticipantIdentifierForAppID:(id)arg1 conversationID:(id)arg2; - (void)pluginChatItem:(id)arg1 didRelinquishController:(id)arg2; - (id)pluginIDToMetadataCache; - (id)pluginMetaDataFolder; diff --git a/PrivateFrameworks/IMCore.framework/IMDaemonController.h b/PrivateFrameworks/IMCore.framework/IMDaemonController.h index f389209fcd..d7a549bb1d 100644 --- a/PrivateFrameworks/IMCore.framework/IMDaemonController.h +++ b/PrivateFrameworks/IMCore.framework/IMDaemonController.h @@ -26,6 +26,7 @@ NSObject * _remoteDaemonLockQueue; NSObject * _remoteMessageQueue; IMRemoteObject * _remoteObject; + NSMutableDictionary * _requestQOSClassCompletionBlocks; BOOL _requestingConnection; struct __CFRunLoopSource { } * _runLoopSource; NSMutableArray * _services; @@ -45,6 +46,7 @@ @property (nonatomic, readonly) BOOL isConnected; @property (nonatomic, readonly) BOOL isConnecting; @property (nonatomic, readonly) IMDaemonListener *listener; +@property (nonatomic, retain) NSMutableDictionary *requestQOSClassCompletionBlocks; @property (getter=isRequestingConnection, nonatomic, readonly) BOOL requestingConnection; + (BOOL)_applicationWillTerminate; @@ -68,6 +70,7 @@ - (double)_connectionTimeout; - (void)_disconnectFromDaemonWithForce:(BOOL)arg1; - (void)_handleDaemonException:(id)arg1; +- (void)_handleReceivedQOSClassWhileServicingRequestsNotification:(id)arg1; - (id)_listenerID; - (void)_listenerSetUpdated; - (void)_localObjectCleanup; @@ -112,6 +115,8 @@ - (void)remoteObjectDiedNotification:(id)arg1; - (BOOL)remoteObjectExists; - (BOOL)removeListenerID:(id)arg1; +- (id)requestQOSClassCompletionBlocks; +- (void)requestQOSClassOfAgentWhileServicingRequests:(id /* block */)arg1; - (void)sendABInformationToDaemon; - (BOOL)setCapabilities:(unsigned int)arg1 forListenerID:(id)arg2; - (void)setDaemonLogsOutWithoutStatusListeners:(BOOL)arg1; @@ -121,6 +126,7 @@ - (void)setMyProfile:(id)arg1; - (void)setMyStatus:(unsigned int)arg1 message:(id)arg2; - (void)setMyStatus:(unsigned int)arg1 message:(id)arg2 forAccount:(id)arg3; +- (void)setRequestQOSClassCompletionBlocks:(id)arg1; - (void)systemApplicationDidEnterBackground; - (void)systemApplicationDidResume; - (void)systemApplicationDidSuspend; diff --git a/PrivateFrameworks/IMCore.framework/IMDaemonListener.h b/PrivateFrameworks/IMCore.framework/IMDaemonListener.h index 3130557632..e74a657c1c 100644 --- a/PrivateFrameworks/IMCore.framework/IMDaemonListener.h +++ b/PrivateFrameworks/IMCore.framework/IMDaemonListener.h @@ -103,6 +103,7 @@ - (void)pinCodeAlertCompleted:(id)arg1 deviceName:(id)arg2 deviceType:(id)arg3 phoneNumber:(id)arg4 responseFromDevice:(BOOL)arg5 wasCancelled:(BOOL)arg6; - (id)properties; - (void)property:(id)arg1 changedTo:(id)arg2 from:(id)arg3; +- (void)qosClassWhileServicingRequestsResponse:(unsigned int)arg1 identifier:(id)arg2; - (void)releaseHeldChatMessages; - (void)removeHandler:(id)arg1; - (void)service:(id)arg1 properties:(id)arg2 defaults:(id)arg3 defaultAccountSettings:(id)arg4 allAccounts:(id)arg5 activeAccounts:(id)arg6; diff --git a/PrivateFrameworks/IMCore.framework/IMItemsController.h b/PrivateFrameworks/IMCore.framework/IMItemsController.h index 19cc4b7011..08f5c5d21b 100644 --- a/PrivateFrameworks/IMCore.framework/IMItemsController.h +++ b/PrivateFrameworks/IMCore.framework/IMItemsController.h @@ -33,6 +33,7 @@ - (BOOL)_trimIfNeeded; - (id)_typingMessage; - (unsigned int)capacity; +- (void)dealloc; - (id)init; - (BOOL)isMoreToLoad; - (void)setCapacity:(unsigned int)arg1; diff --git a/PrivateFrameworks/IMCore.framework/IMMessageAcknowledgmentStringHelper.h b/PrivateFrameworks/IMCore.framework/IMMessageAcknowledgmentStringHelper.h index fec4b6373b..2b56858be6 100644 --- a/PrivateFrameworks/IMCore.framework/IMMessageAcknowledgmentStringHelper.h +++ b/PrivateFrameworks/IMCore.framework/IMMessageAcknowledgmentStringHelper.h @@ -6,13 +6,16 @@ + (id)bestAccountForAddress:(id)arg1; + (id)displayNameForAddress:(id)arg1; -+ (id)generateBackwardCompatibilityFormatStringForMessageAcknowledgmentType:(long long)arg1 messageSummaryInfo:(id)arg2 isGroupMessage:(BOOL)arg3 format:(int*)arg4; ++ (id)generateBackwardCompatibilityFormatStringForMessageAcknowledgmentType:(long long)arg1 messageSummaryInfo:(id)arg2 format:(int*)arg3; ++ (id)generateBackwardCompatibilityStringForMessageAcknowledgmentType:(long long)arg1 messageSummaryInfo:(id)arg2; + (id)generateBackwardCompatibilityStringForMessageAcknowledgmentType:(long long)arg1 messageSummaryInfo:(id)arg2 isGroupMessage:(BOOL)arg3; -+ (id)generateFormatStringForMessageAcknowledgmentType:(long long)arg1 acknowledgmentSenderAddress:(id)arg2 messageSummaryInfo:(id)arg3 isGroupMessage:(BOOL)arg4 format:(int*)arg5; ++ (id)generateFormatStringForMessageAcknowledgmentType:(long long)arg1 acknowledgmentSenderAddress:(id)arg2 messageSummaryInfo:(id)arg3 format:(int*)arg4; ++ (id)generatePreviewStringForMessageAcknowledgmentType:(long long)arg1 acknowledgmentSenderAddress:(id)arg2 messageSummaryInfo:(id)arg3; + (id)generatePreviewStringForMessageAcknowledgmentType:(long long)arg1 acknowledgmentSenderAddress:(id)arg2 messageSummaryInfo:(id)arg3 isGroupMessage:(BOOL)arg4; + (id)handleForAddress:(id)arg1; + (BOOL)isLoginAddress:(id)arg1; + (id)longContentTypeStringForContentType:(id)arg1; ++ (id)longContentTypeStringForPluginBundleID:(id)arg1 pluginDisplayName:(id)arg2; + (id)messageAcknowledgmentString:(long long)arg1 lowercase:(BOOL)arg2; + (BOOL)shouldQuoteContentString:(id)arg1; diff --git a/PrivateFrameworks/IMCore.framework/IMMessagePartChatItem.h b/PrivateFrameworks/IMCore.framework/IMMessagePartChatItem.h index 964cb66d27..ad726846c0 100644 --- a/PrivateFrameworks/IMCore.framework/IMMessagePartChatItem.h +++ b/PrivateFrameworks/IMCore.framework/IMMessagePartChatItem.h @@ -26,6 +26,7 @@ + (id)_guidForMessage:(id)arg1 url:(id)arg2; + (id)_messageItemWithPartsDeleted:(id)arg1 fromMessageItem:(id)arg2; + (id)_newMessagePartsForMessageItem:(id)arg1; ++ (id)_newMessagePartsForMessageItem:(id)arg1 shouldDisplayLink:(BOOL)arg2; + (BOOL)_testingSupportsURL:(id)arg1; - (void).cxx_destruct; diff --git a/PrivateFrameworks/IMCore.framework/IMPersonABRecordIDCache.h b/PrivateFrameworks/IMCore.framework/IMPersonABRecordIDCache.h index a1d81385b3..6dd0dc6e1b 100644 --- a/PrivateFrameworks/IMCore.framework/IMPersonABRecordIDCache.h +++ b/PrivateFrameworks/IMCore.framework/IMPersonABRecordIDCache.h @@ -17,12 +17,12 @@ - (void)_forceCachePersist; - (void)_persistCache; - (void)_persistCache:(BOOL)arg1; +- (id)abUniqueID; - (int)cacheSequenceNumber; - (id)cachedRecordResultForQuery:(id)arg1 sequenceNumber:(int)arg2; - (void)clearExistingPreferencesCache; - (void)clearInMemoryCache; - (double)coalescingPeriod; -- (id)copyABUniqueID; - (id)description; - (id)filePath; - (void)setCacheSequenceNumber:(int)arg1; diff --git a/PrivateFrameworks/IMCore.framework/IMTextMessagePartChatItem.h b/PrivateFrameworks/IMCore.framework/IMTextMessagePartChatItem.h index 6e917e65f3..4ff14b7fce 100644 --- a/PrivateFrameworks/IMCore.framework/IMTextMessagePartChatItem.h +++ b/PrivateFrameworks/IMCore.framework/IMTextMessagePartChatItem.h @@ -12,9 +12,12 @@ - (void).cxx_destruct; - (id)_initWithItem:(id)arg1 text:(id)arg2 index:(int)arg3 messagePartRange:(struct _NSRange { unsigned int x1; unsigned int x2; })arg4 subject:(id)arg5; +- (id)_initWithItem:(id)arg1 text:(id)arg2 index:(int)arg3 messagePartRange:(struct _NSRange { unsigned int x1; unsigned int x2; })arg4 subject:(id)arg5 shouldDisplayLink:(BOOL)arg6; - (id)_initWithItem:(id)arg1 text:(id)arg2 index:(int)arg3 messagePartRange:(struct _NSRange { unsigned int x1; unsigned int x2; })arg4 subject:(id)arg5 visibleAssociatedMessageChatItems:(id)arg6; - (id)copyWithZone:(struct _NSZone { }*)arg1; - (id)description; +- (void)setShouldDisplayRichLink:(BOOL)arg1; +- (BOOL)shouldDisplayRichLink; - (id)subject; // Image: /System/Library/PrivateFrameworks/ChatKit.framework/ChatKit diff --git a/PrivateFrameworks/IMCore.framework/IMTranscriptChatItemRules.h b/PrivateFrameworks/IMCore.framework/IMTranscriptChatItemRules.h index 27fa4d0701..58c2afe5d3 100644 --- a/PrivateFrameworks/IMCore.framework/IMTranscriptChatItemRules.h +++ b/PrivateFrameworks/IMCore.framework/IMTranscriptChatItemRules.h @@ -20,7 +20,6 @@ - (id)_chatItemsForItem:(id)arg1 previousItem:(id)arg2; - (void)_didProcessChatItems:(id)arg1; - (id)_initWithChat:(id)arg1; -- (void)_invalidate; - (id)_itemWithChatItemsDeleted:(id)arg1 fromItem:(id)arg2; - (id)_items; - (id)_nextStaleChatItem; diff --git a/PrivateFrameworks/IMCore.framework/IMTranscriptPluginBreadcrumbChatItem.h b/PrivateFrameworks/IMCore.framework/IMTranscriptPluginBreadcrumbChatItem.h index 1074d9b214..1031076ec7 100644 --- a/PrivateFrameworks/IMCore.framework/IMTranscriptPluginBreadcrumbChatItem.h +++ b/PrivateFrameworks/IMCore.framework/IMTranscriptPluginBreadcrumbChatItem.h @@ -24,7 +24,7 @@ - (void).cxx_destruct; - (id)_initWithItem:(id)arg1 datasource:(id)arg2 statusText:(id)arg3 optionFlags:(unsigned int)arg4; -- (void)configureStatusTextWithParticipants:(id)arg1 account:(id)arg2; +- (void)configureStatusTextWithAccount:(id)arg1; - (id)dataSource; - (unsigned int)hash; - (BOOL)isEqual:(id)arg1; diff --git a/PrivateFrameworks/IMCore.framework/IMTranscriptPluginChatItem.h b/PrivateFrameworks/IMCore.framework/IMTranscriptPluginChatItem.h index 342637b276..24cd6d9902 100644 --- a/PrivateFrameworks/IMCore.framework/IMTranscriptPluginChatItem.h +++ b/PrivateFrameworks/IMCore.framework/IMTranscriptPluginChatItem.h @@ -3,12 +3,14 @@ */ @interface IMTranscriptPluginChatItem : IMMessagePartChatItem { + NSString * _bundleIdentifier; IMBalloonPluginDataSource * _dataSource; BOOL _hasSetIsLastChatItemOfPluginType; IMPluginPayload * _initialPayload; BOOL _isLastChatItemOfPluginType; } +@property (nonatomic, retain) NSString *bundleIdentifier; @property (nonatomic, retain) IMBalloonPluginDataSource *dataSource; @property (readonly, copy) NSString *debugDescription; @property (readonly, copy) NSString *description; @@ -29,6 +31,7 @@ - (void).cxx_destruct; - (id)_initWithItem:(id)arg1 initialPayload:(id)arg2 messagePartRange:(struct _NSRange { unsigned int x1; unsigned int x2; })arg3; +- (id)bundleIdentifier; - (id)copyWithZone:(struct _NSZone { }*)arg1; - (id)dataSource; - (id)description; @@ -40,6 +43,7 @@ - (BOOL)isSaved; - (unsigned int)playbackType; - (id)pluginSessionGUID; +- (void)setBundleIdentifier:(id)arg1; - (void)setDataSource:(id)arg1; - (void)setHasSetIsLastChatItemOfPluginType:(BOOL)arg1; - (void)setInitialPayload:(id)arg1; diff --git a/PrivateFrameworks/IMDaemonCore.framework/IMDChatRegistry.h b/PrivateFrameworks/IMDaemonCore.framework/IMDChatRegistry.h index c9807ba035..45cf187b1a 100644 --- a/PrivateFrameworks/IMDaemonCore.framework/IMDChatRegistry.h +++ b/PrivateFrameworks/IMDaemonCore.framework/IMDChatRegistry.h @@ -25,6 +25,7 @@ - (BOOL)_saveChats; - (BOOL)_updateDuplicateUnnamedGroupsWithNewGroupIDIfNeeded; - (void)addChat:(id)arg1; +- (void)addChat:(id)arg1 verbose:(BOOL)arg2; - (void)addItem:(id)arg1 toChat:(id)arg2; - (void)addMessage:(id)arg1 toChat:(id)arg2; - (id)allExistingChatsWithIdentifier:(id)arg1 style:(unsigned char)arg2; diff --git a/PrivateFrameworks/IMSharedUtilities.framework/IMAssociatedMessageItem.h b/PrivateFrameworks/IMSharedUtilities.framework/IMAssociatedMessageItem.h index 1a4d6cb80f..45db82d5de 100644 --- a/PrivateFrameworks/IMSharedUtilities.framework/IMAssociatedMessageItem.h +++ b/PrivateFrameworks/IMSharedUtilities.framework/IMAssociatedMessageItem.h @@ -48,6 +48,7 @@ // Image: /System/Library/PrivateFrameworks/IMCore.framework/IMCore - (id)_newChatItems; +- (id)_newChatItemsWithFilteredChat:(BOOL)arg1; - (BOOL)isCancelTypingMessage; - (BOOL)isIncomingTypingMessage; - (BOOL)isIncomingTypingOrCancelTypingMessage; diff --git a/PrivateFrameworks/IMSharedUtilities.framework/IMMessageItem.h b/PrivateFrameworks/IMSharedUtilities.framework/IMMessageItem.h index bd326bac14..2455ea9957 100644 --- a/PrivateFrameworks/IMSharedUtilities.framework/IMMessageItem.h +++ b/PrivateFrameworks/IMSharedUtilities.framework/IMMessageItem.h @@ -3,6 +3,8 @@ */ @interface IMMessageItem : IMItem { + BOOL _backwardsCompatibleVersion; + BOOL _blockingRichLinks; NSAttributedString * _body; NSData * _bodyData; NSData * _contactsAvatarRecipeData; @@ -24,6 +26,8 @@ BOOL _updatingDataSourcePayload; } +@property (nonatomic) BOOL backwardsCompatibleVersion; +@property (nonatomic) BOOL blockingRichLinks; @property (nonatomic, retain) NSAttributedString *body; @property (nonatomic, retain) NSData *bodyData; @property (nonatomic, readonly, copy) NSAttributedString *breadcrumbText; @@ -72,6 +76,8 @@ - (void)_regenerateBodyText; - (void)_updateFlags:(unsigned long long)arg1; - (void)adjustIsEmptyFlag; +- (BOOL)backwardsCompatibleVersion; +- (BOOL)blockingRichLinks; - (id)body; - (id)bodyData; - (id)breadcrumbText; @@ -121,6 +127,8 @@ - (id)plainBody; - (long long)replaceID; - (id)sender; +- (void)setBackwardsCompatibleVersion:(BOOL)arg1; +- (void)setBlockingRichLinks:(BOOL)arg1; - (void)setBody:(id)arg1; - (void)setBodyData:(id)arg1; - (void)setContactsAvatarRecipeData:(id)arg1; @@ -160,6 +168,7 @@ - (BOOL)_hasMessageChatItem; - (BOOL)_isInvitation; - (id)_newChatItems; +- (id)_newChatItemsWithFilteredChat:(BOOL)arg1; - (id)_service; - (void)_setInivtation:(BOOL)arg1; - (id)descriptionForPurpose:(int)arg1 isGroupMessage:(BOOL)arg2 messageDataSource:(id /* block */)arg3 attachmentDataSource:(id /* block */)arg4; diff --git a/PrivateFrameworks/IMSharedUtilities.framework/IMMetricsCollector.h b/PrivateFrameworks/IMSharedUtilities.framework/IMMetricsCollector.h index 95e3e2ceef..a621e8ad80 100644 --- a/PrivateFrameworks/IMSharedUtilities.framework/IMMetricsCollector.h +++ b/PrivateFrameworks/IMSharedUtilities.framework/IMMetricsCollector.h @@ -11,12 +11,15 @@ - (void*)_ADClientAddValueForScalarKeyApiInit; - (void*)_ADClientPushValueForDistributionKeyApiInit; +- (void*)_ADClientSetValueForScalarKeyApiInit; - (BOOL)_isAllowedEvent:(id)arg1; - (void)_trackEvent:(id)arg1; +- (void)_trackEvent:(id)arg1 withCount:(id)arg2; - (void)_trackEvent:(id)arg1 withStatistic:(id)arg2; - (void)dealloc; - (id)init; - (BOOL)trackEvent:(id)arg1; +- (BOOL)trackEvent:(id)arg1 withCount:(id)arg2; - (BOOL)trackEvent:(id)arg1 withStatistic:(id)arg2; @end diff --git a/PrivateFrameworks/IMSharedUtilities.framework/IMRecentItem.h b/PrivateFrameworks/IMSharedUtilities.framework/IMRecentItem.h index 949e26d763..c2b865e76c 100644 --- a/PrivateFrameworks/IMSharedUtilities.framework/IMRecentItem.h +++ b/PrivateFrameworks/IMSharedUtilities.framework/IMRecentItem.h @@ -4,6 +4,7 @@ @interface IMRecentItem : NSObject { NSString * _GUID; + NSString * _accessibilityString; NSURL * _fileURL; NSDictionary * _messageItemInfo; NSData * _payloadData; @@ -11,12 +12,14 @@ } @property (nonatomic, copy) NSString *GUID; +@property (nonatomic, retain) NSString *accessibilityString; @property (nonatomic, retain) NSURL *fileURL; @property (nonatomic, retain) NSDictionary *messageItemInfo; @property (nonatomic, retain) NSData *payloadData; @property (nonatomic, retain) NSNumber *timestamp; - (id)GUID; +- (id)accessibilityString; - (id)asJSONObject; - (void)dealloc; - (id)fileURL; @@ -25,6 +28,7 @@ - (BOOL)isEqual:(id)arg1; - (id)messageItemInfo; - (id)payloadData; +- (void)setAccessibilityString:(id)arg1; - (void)setFileURL:(id)arg1; - (void)setGUID:(id)arg1; - (void)setMessageItemInfo:(id)arg1; diff --git a/PrivateFrameworks/IOAccessoryManager.framework/AWDIOAccessoryManagerVhiEvent.h b/PrivateFrameworks/IOAccessoryManager.framework/AWDIOAccessoryManagerVhiEvent.h new file mode 100644 index 0000000000..d135fbceba --- /dev/null +++ b/PrivateFrameworks/IOAccessoryManager.framework/AWDIOAccessoryManagerVhiEvent.h @@ -0,0 +1,90 @@ +/* Generated by RuntimeBrowser + Image: /System/Library/PrivateFrameworks/IOAccessoryManager.framework/IOAccessoryManager + */ + +@interface AWDIOAccessoryManagerVhiEvent : PBCodable { + int _accOrientation; + NSString * _accPowerMode; + NSString * _digitalID; + struct { + unsigned int timestamp : 1; + unsigned int accOrientation : 1; + unsigned int portID : 1; + unsigned int voltageDN1 : 1; + unsigned int voltageDN2 : 1; + unsigned int voltageDP1 : 1; + unsigned int voltageDP2 : 1; + } _has; + int _portID; + unsigned long long _timestamp; + int _voltageDN1; + int _voltageDN2; + int _voltageDP1; + int _voltageDP2; +} + +@property (nonatomic) int accOrientation; +@property (nonatomic, retain) NSString *accPowerMode; +@property (nonatomic, retain) NSString *digitalID; +@property (nonatomic) BOOL hasAccOrientation; +@property (nonatomic, readonly) BOOL hasAccPowerMode; +@property (nonatomic, readonly) BOOL hasDigitalID; +@property (nonatomic) BOOL hasPortID; +@property (nonatomic) BOOL hasTimestamp; +@property (nonatomic) BOOL hasVoltageDN1; +@property (nonatomic) BOOL hasVoltageDN2; +@property (nonatomic) BOOL hasVoltageDP1; +@property (nonatomic) BOOL hasVoltageDP2; +@property (nonatomic) int portID; +@property (nonatomic) unsigned long long timestamp; +@property (nonatomic) int voltageDN1; +@property (nonatomic) int voltageDN2; +@property (nonatomic) int voltageDP1; +@property (nonatomic) int voltageDP2; + +- (int)accOrientation; +- (id)accPowerMode; +- (void)copyTo:(id)arg1; +- (id)copyWithZone:(struct _NSZone { }*)arg1; +- (void)dealloc; +- (id)description; +- (id)dictionaryRepresentation; +- (id)digitalID; +- (BOOL)hasAccOrientation; +- (BOOL)hasAccPowerMode; +- (BOOL)hasDigitalID; +- (BOOL)hasPortID; +- (BOOL)hasTimestamp; +- (BOOL)hasVoltageDN1; +- (BOOL)hasVoltageDN2; +- (BOOL)hasVoltageDP1; +- (BOOL)hasVoltageDP2; +- (unsigned int)hash; +- (BOOL)isEqual:(id)arg1; +- (void)mergeFrom:(id)arg1; +- (int)portID; +- (BOOL)readFrom:(id)arg1; +- (void)setAccOrientation:(int)arg1; +- (void)setAccPowerMode:(id)arg1; +- (void)setDigitalID:(id)arg1; +- (void)setHasAccOrientation:(BOOL)arg1; +- (void)setHasPortID:(BOOL)arg1; +- (void)setHasTimestamp:(BOOL)arg1; +- (void)setHasVoltageDN1:(BOOL)arg1; +- (void)setHasVoltageDN2:(BOOL)arg1; +- (void)setHasVoltageDP1:(BOOL)arg1; +- (void)setHasVoltageDP2:(BOOL)arg1; +- (void)setPortID:(int)arg1; +- (void)setTimestamp:(unsigned long long)arg1; +- (void)setVoltageDN1:(int)arg1; +- (void)setVoltageDN2:(int)arg1; +- (void)setVoltageDP1:(int)arg1; +- (void)setVoltageDP2:(int)arg1; +- (unsigned long long)timestamp; +- (int)voltageDN1; +- (int)voltageDN2; +- (int)voltageDP1; +- (int)voltageDP2; +- (void)writeTo:(id)arg1; + +@end diff --git a/PrivateFrameworks/IOAccessoryManager.framework/AWDIOAccessoryManagerVloEvent.h b/PrivateFrameworks/IOAccessoryManager.framework/AWDIOAccessoryManagerVloEvent.h new file mode 100644 index 0000000000..928b44d8bb --- /dev/null +++ b/PrivateFrameworks/IOAccessoryManager.framework/AWDIOAccessoryManagerVloEvent.h @@ -0,0 +1,90 @@ +/* Generated by RuntimeBrowser + Image: /System/Library/PrivateFrameworks/IOAccessoryManager.framework/IOAccessoryManager + */ + +@interface AWDIOAccessoryManagerVloEvent : PBCodable { + int _accOrientation; + NSString * _accPowerMode; + NSString * _digitalID; + struct { + unsigned int timestamp : 1; + unsigned int accOrientation : 1; + unsigned int portID : 1; + unsigned int voltageDN1 : 1; + unsigned int voltageDN2 : 1; + unsigned int voltageDP1 : 1; + unsigned int voltageDP2 : 1; + } _has; + int _portID; + unsigned long long _timestamp; + int _voltageDN1; + int _voltageDN2; + int _voltageDP1; + int _voltageDP2; +} + +@property (nonatomic) int accOrientation; +@property (nonatomic, retain) NSString *accPowerMode; +@property (nonatomic, retain) NSString *digitalID; +@property (nonatomic) BOOL hasAccOrientation; +@property (nonatomic, readonly) BOOL hasAccPowerMode; +@property (nonatomic, readonly) BOOL hasDigitalID; +@property (nonatomic) BOOL hasPortID; +@property (nonatomic) BOOL hasTimestamp; +@property (nonatomic) BOOL hasVoltageDN1; +@property (nonatomic) BOOL hasVoltageDN2; +@property (nonatomic) BOOL hasVoltageDP1; +@property (nonatomic) BOOL hasVoltageDP2; +@property (nonatomic) int portID; +@property (nonatomic) unsigned long long timestamp; +@property (nonatomic) int voltageDN1; +@property (nonatomic) int voltageDN2; +@property (nonatomic) int voltageDP1; +@property (nonatomic) int voltageDP2; + +- (int)accOrientation; +- (id)accPowerMode; +- (void)copyTo:(id)arg1; +- (id)copyWithZone:(struct _NSZone { }*)arg1; +- (void)dealloc; +- (id)description; +- (id)dictionaryRepresentation; +- (id)digitalID; +- (BOOL)hasAccOrientation; +- (BOOL)hasAccPowerMode; +- (BOOL)hasDigitalID; +- (BOOL)hasPortID; +- (BOOL)hasTimestamp; +- (BOOL)hasVoltageDN1; +- (BOOL)hasVoltageDN2; +- (BOOL)hasVoltageDP1; +- (BOOL)hasVoltageDP2; +- (unsigned int)hash; +- (BOOL)isEqual:(id)arg1; +- (void)mergeFrom:(id)arg1; +- (int)portID; +- (BOOL)readFrom:(id)arg1; +- (void)setAccOrientation:(int)arg1; +- (void)setAccPowerMode:(id)arg1; +- (void)setDigitalID:(id)arg1; +- (void)setHasAccOrientation:(BOOL)arg1; +- (void)setHasPortID:(BOOL)arg1; +- (void)setHasTimestamp:(BOOL)arg1; +- (void)setHasVoltageDN1:(BOOL)arg1; +- (void)setHasVoltageDN2:(BOOL)arg1; +- (void)setHasVoltageDP1:(BOOL)arg1; +- (void)setHasVoltageDP2:(BOOL)arg1; +- (void)setPortID:(int)arg1; +- (void)setTimestamp:(unsigned long long)arg1; +- (void)setVoltageDN1:(int)arg1; +- (void)setVoltageDN2:(int)arg1; +- (void)setVoltageDP1:(int)arg1; +- (void)setVoltageDP2:(int)arg1; +- (unsigned long long)timestamp; +- (int)voltageDN1; +- (int)voltageDN2; +- (int)voltageDP1; +- (int)voltageDP2; +- (void)writeTo:(id)arg1; + +@end diff --git a/PrivateFrameworks/IOAccessoryManager.framework/AWDIOAccessoryManagerVoltageMeasurementEvent.h b/PrivateFrameworks/IOAccessoryManager.framework/AWDIOAccessoryManagerVoltageMeasurementEvent.h new file mode 100644 index 0000000000..b6d7e4ff4f --- /dev/null +++ b/PrivateFrameworks/IOAccessoryManager.framework/AWDIOAccessoryManagerVoltageMeasurementEvent.h @@ -0,0 +1,98 @@ +/* Generated by RuntimeBrowser + Image: /System/Library/PrivateFrameworks/IOAccessoryManager.framework/IOAccessoryManager + */ + +@interface AWDIOAccessoryManagerVoltageMeasurementEvent : PBCodable { + int _accOrientation; + NSString * _accPowerMode; + NSString * _digitalID; + struct { + unsigned int timestamp : 1; + unsigned int accOrientation : 1; + unsigned int portID : 1; + unsigned int vhi : 1; + unsigned int voltageDN1 : 1; + unsigned int voltageDN2 : 1; + unsigned int voltageDP1 : 1; + unsigned int voltageDP2 : 1; + } _has; + int _portID; + unsigned long long _timestamp; + int _vhi; + int _voltageDN1; + int _voltageDN2; + int _voltageDP1; + int _voltageDP2; +} + +@property (nonatomic) int accOrientation; +@property (nonatomic, retain) NSString *accPowerMode; +@property (nonatomic, retain) NSString *digitalID; +@property (nonatomic) BOOL hasAccOrientation; +@property (nonatomic, readonly) BOOL hasAccPowerMode; +@property (nonatomic, readonly) BOOL hasDigitalID; +@property (nonatomic) BOOL hasPortID; +@property (nonatomic) BOOL hasTimestamp; +@property (nonatomic) BOOL hasVhi; +@property (nonatomic) BOOL hasVoltageDN1; +@property (nonatomic) BOOL hasVoltageDN2; +@property (nonatomic) BOOL hasVoltageDP1; +@property (nonatomic) BOOL hasVoltageDP2; +@property (nonatomic) int portID; +@property (nonatomic) unsigned long long timestamp; +@property (nonatomic) int vhi; +@property (nonatomic) int voltageDN1; +@property (nonatomic) int voltageDN2; +@property (nonatomic) int voltageDP1; +@property (nonatomic) int voltageDP2; + +- (int)accOrientation; +- (id)accPowerMode; +- (void)copyTo:(id)arg1; +- (id)copyWithZone:(struct _NSZone { }*)arg1; +- (void)dealloc; +- (id)description; +- (id)dictionaryRepresentation; +- (id)digitalID; +- (BOOL)hasAccOrientation; +- (BOOL)hasAccPowerMode; +- (BOOL)hasDigitalID; +- (BOOL)hasPortID; +- (BOOL)hasTimestamp; +- (BOOL)hasVhi; +- (BOOL)hasVoltageDN1; +- (BOOL)hasVoltageDN2; +- (BOOL)hasVoltageDP1; +- (BOOL)hasVoltageDP2; +- (unsigned int)hash; +- (BOOL)isEqual:(id)arg1; +- (void)mergeFrom:(id)arg1; +- (int)portID; +- (BOOL)readFrom:(id)arg1; +- (void)setAccOrientation:(int)arg1; +- (void)setAccPowerMode:(id)arg1; +- (void)setDigitalID:(id)arg1; +- (void)setHasAccOrientation:(BOOL)arg1; +- (void)setHasPortID:(BOOL)arg1; +- (void)setHasTimestamp:(BOOL)arg1; +- (void)setHasVhi:(BOOL)arg1; +- (void)setHasVoltageDN1:(BOOL)arg1; +- (void)setHasVoltageDN2:(BOOL)arg1; +- (void)setHasVoltageDP1:(BOOL)arg1; +- (void)setHasVoltageDP2:(BOOL)arg1; +- (void)setPortID:(int)arg1; +- (void)setTimestamp:(unsigned long long)arg1; +- (void)setVhi:(int)arg1; +- (void)setVoltageDN1:(int)arg1; +- (void)setVoltageDN2:(int)arg1; +- (void)setVoltageDP1:(int)arg1; +- (void)setVoltageDP2:(int)arg1; +- (unsigned long long)timestamp; +- (int)vhi; +- (int)voltageDN1; +- (int)voltageDN2; +- (int)voltageDP1; +- (int)voltageDP2; +- (void)writeTo:(id)arg1; + +@end diff --git a/PrivateFrameworks/IOAccessoryManager.framework/IOAccessoryLdcmHealthClass.h b/PrivateFrameworks/IOAccessoryManager.framework/IOAccessoryLdcmHealthClass.h new file mode 100644 index 0000000000..b9f9cbe674 --- /dev/null +++ b/PrivateFrameworks/IOAccessoryManager.framework/IOAccessoryLdcmHealthClass.h @@ -0,0 +1,65 @@ +/* Generated by RuntimeBrowser + Image: /System/Library/PrivateFrameworks/IOAccessoryManager.framework/IOAccessoryManager + */ + +@interface IOAccessoryLdcmHealthClass : NSObject { + unsigned long long _dryCount; + bool _isHealthy; + unsigned long long _lastSeenTimestamp; + unsigned long long _leakagePassedCount; + unsigned long long _outOfProfileCount; + unsigned long long _overVoltageCount; + unsigned long long _overVoltageTimestamp; + unsigned long long _rsvd0; + unsigned long long _rsvd1; + unsigned long long _rsvd2; + unsigned long long _rsvd3; + unsigned long _version; + unsigned long long _wetCount; +} + +@property unsigned long long dryCount; +@property bool isHealthy; +@property unsigned long long lastSeenTimestamp; +@property unsigned long long leakagePassedCount; +@property unsigned long long outOfProfileCount; +@property unsigned long long overVoltageCount; +@property unsigned long long overVoltageTimestamp; +@property unsigned long long rsvd0; +@property unsigned long long rsvd1; +@property unsigned long long rsvd2; +@property unsigned long long rsvd3; +@property unsigned long version; +@property unsigned long long wetCount; + +- (unsigned long long)dryCount; +- (void)encodeWithCoder:(id)arg1; +- (id)init; +- (id)initWithCoder:(id)arg1; +- (bool)isHealthy; +- (unsigned long long)lastSeenTimestamp; +- (unsigned long long)leakagePassedCount; +- (unsigned long long)outOfProfileCount; +- (unsigned long long)overVoltageCount; +- (unsigned long long)overVoltageTimestamp; +- (unsigned long long)rsvd0; +- (unsigned long long)rsvd1; +- (unsigned long long)rsvd2; +- (unsigned long long)rsvd3; +- (void)setDryCount:(unsigned long long)arg1; +- (void)setIsHealthy:(bool)arg1; +- (void)setLastSeenTimestamp:(unsigned long long)arg1; +- (void)setLeakagePassedCount:(unsigned long long)arg1; +- (void)setOutOfProfileCount:(unsigned long long)arg1; +- (void)setOverVoltageCount:(unsigned long long)arg1; +- (void)setOverVoltageTimestamp:(unsigned long long)arg1; +- (void)setRsvd0:(unsigned long long)arg1; +- (void)setRsvd1:(unsigned long long)arg1; +- (void)setRsvd2:(unsigned long long)arg1; +- (void)setRsvd3:(unsigned long long)arg1; +- (void)setVersion:(unsigned long)arg1; +- (void)setWetCount:(unsigned long long)arg1; +- (unsigned long)version; +- (unsigned long long)wetCount; + +@end diff --git a/PrivateFrameworks/IOAccessoryManager.framework/IOAccessoryUserLdcmParamClass.h b/PrivateFrameworks/IOAccessoryManager.framework/IOAccessoryUserLdcmParamClass.h new file mode 100644 index 0000000000..872b4b5afc --- /dev/null +++ b/PrivateFrameworks/IOAccessoryManager.framework/IOAccessoryUserLdcmParamClass.h @@ -0,0 +1,31 @@ +/* Generated by RuntimeBrowser + Image: /System/Library/PrivateFrameworks/IOAccessoryManager.framework/IOAccessoryManager + */ + +@interface IOAccessoryUserLdcmParamClass : NSObject { + int _fdpBehaviorMask; + unsigned long long _maxUpFluctuationMv; + unsigned long long _maxVhiDurationSec; + unsigned long long _minVhiDurationSec; + int _userBehaviorMask; +} + +@property int fdpBehaviorMask; +@property unsigned long long maxUpFluctuationMv; +@property unsigned long long maxVhiDurationSec; +@property unsigned long long minVhiDurationSec; +@property int userBehaviorMask; + +- (int)fdpBehaviorMask; +- (id)init; +- (unsigned long long)maxUpFluctuationMv; +- (unsigned long long)maxVhiDurationSec; +- (unsigned long long)minVhiDurationSec; +- (void)setFdpBehaviorMask:(int)arg1; +- (void)setMaxUpFluctuationMv:(unsigned long long)arg1; +- (void)setMaxVhiDurationSec:(unsigned long long)arg1; +- (void)setMinVhiDurationSec:(unsigned long long)arg1; +- (void)setUserBehaviorMask:(int)arg1; +- (int)userBehaviorMask; + +@end diff --git a/PrivateFrameworks/ITMLKit.framework/IKAppCache.h b/PrivateFrameworks/ITMLKit.framework/IKAppCache.h new file mode 100644 index 0000000000..cd341d97a8 --- /dev/null +++ b/PrivateFrameworks/ITMLKit.framework/IKAppCache.h @@ -0,0 +1,88 @@ +/* Generated by RuntimeBrowser + Image: /System/Library/PrivateFrameworks/ITMLKit.framework/ITMLKit + */ + +@interface IKAppCache : NSObject { + * _app; + NSObject * _appCacheQueue; + * _appContextDelegate; + NSString * _appJSChecksum; + NSURL * _appJSURL; + NSURL * _appLocalJSFileURL; + NSString * _cacheAppJSChecksum; + NSString * _cacheAppLocalJSChecksum; + NSURL * _cacheFileURL; + * _delegate; + BOOL _shouldIgnoreHTTPCache; + unsigned int _status; + id /* block */ _validationCompletionHandler; + IKAppContext * _validationContext; +} + +@property (nonatomic) *app; +@property (nonatomic) *appContextDelegate; +@property (nonatomic, readonly) NSString *appJSChecksum; +@property (nonatomic, readonly) NSURL *appJSURL; +@property (nonatomic, readonly, copy) NSURL *appLocalJSFileURL; +@property (nonatomic, readonly) NSString *cacheAppJSChecksum; +@property (nonatomic, readonly) NSString *cacheAppLocalJSChecksum; +@property (nonatomic, readonly, copy) NSURL *cacheFileURL; +@property (readonly, copy) NSString *debugDescription; +@property (nonatomic) *delegate; +@property (readonly, copy) NSString *description; +@property (readonly) unsigned int hash; +@property (nonatomic) BOOL shouldIgnoreHTTPCache; +@property (nonatomic, readonly) unsigned int status; +@property (readonly) Class superclass; +@property (nonatomic, copy) id /* block */ validationCompletionHandler; +@property (nonatomic, readonly) IKAppContext *validationContext; + ++ (id)_appContextDelegateSelectors; + +- (void).cxx_destruct; +- (void)_checkManifest; +- (void)_cleanupValidationContext; +- (void)_loadManifest; +- (void)_performAsync:(id /* block */)arg1; +- (void)_storeManifest; +- (id)_writeCacheAppJS:(id)arg1 checksum:(id)arg2 error:(id*)arg3; +- (id)app; +- (void)appContext:(id)arg1 didFailWithError:(id)arg2; +- (void)appContext:(id)arg1 didStartWithOptions:(id)arg2 validatedJSString:(id)arg3; +- (void)appContext:(id)arg1 didStopWithOptions:(id)arg2; +- (void)appContext:(id)arg1 evaluateAppJavaScriptInContext:(id)arg2; +- (void)appContext:(id)arg1 needsReloadWithUrgency:(unsigned int)arg2 options:(id)arg3; +- (BOOL)appContext:(id)arg1 validateDOMDocument:(id)arg2 inContext:(id)arg3 error:(id*)arg4; +- (id)appContextDelegate; +- (id)appJSChecksum; +- (id)appJSURL; +- (void)appJSURLWithCompletion:(id /* block */)arg1; +- (id)appLocalJSFileURL; +- (id)cacheAppJSChecksum; +- (id)cacheAppLocalJSChecksum; +- (id)cacheFileURL; +- (id)delegate; +- (id)deviceConfigForContext:(id)arg1; +- (id)initWithApplication:(id)arg1; +- (BOOL)isOurDispatchQueue; +- (id)modalControllerForContext:(id)arg1; +- (id)navigationControllerForContext:(id)arg1; +- (id)objectForMediaItem:(id)arg1; +- (id)objectForPlayer:(id)arg1; +- (id)objectForPlaylist:(id)arg1; +- (void)refreshWithCompletion:(id /* block */)arg1; +- (BOOL)respondsToSelector:(SEL)arg1; +- (void)setApp:(id)arg1; +- (void)setAppContextDelegate:(id)arg1; +- (void)setDelegate:(id)arg1; +- (void)setShouldIgnoreHTTPCache:(BOOL)arg1; +- (void)setValidationCompletionHandler:(id /* block */)arg1; +- (BOOL)shouldForceIgnoreHTTPCacheForAppContext:(id)arg1; +- (BOOL)shouldIgnoreHTTPCache; +- (unsigned int)status; +- (id)tabBarForContext:(id)arg1; +- (void)updateCacheWithValidatedJS:(id)arg1 completion:(id /* block */)arg2; +- (id /* block */)validationCompletionHandler; +- (id)validationContext; + +@end diff --git a/PrivateFrameworks/ITMLKit.framework/IKAppContext.h b/PrivateFrameworks/ITMLKit.framework/IKAppContext.h index a9178a031f..4d8418f4bf 100644 --- a/PrivateFrameworks/ITMLKit.framework/IKAppContext.h +++ b/PrivateFrameworks/ITMLKit.framework/IKAppContext.h @@ -2,10 +2,12 @@ Image: /System/Library/PrivateFrameworks/ITMLKit.framework/ITMLKit */ -@interface IKAppContext : NSObject { +@interface IKAppContext : NSObject { * _app; + IKAppCache * _appCache; * _appScriptFallbackHandler; double _appScriptTimeoutInterval; + BOOL _appUsesDefaultStyleSheets; IKJSArrayBufferStore * _arrayBufferStore; BOOL _canAccessPendingQueue; * _delegate; @@ -17,19 +19,26 @@ NSObject * _lowMemoryWarningSource; BOOL _mescalPrimeEnabledForXHRRequests; unsigned int _mode; + NSString * _nextJSChecksum; + NSMutableArray * _onStartQueue; NSMutableArray * _pendingQueue; NSMutableArray * _postEvaluationBlocks; + BOOL _privileged; id _reloadData; BOOL _remoteInspectionEnabled; + BOOL _respondsToTraitCollection; NSError * _responseError; NSString * _responseScript; BOOL _trusted; + IKViewElementRegistry * _viewElementRegistry; IKJSInspectorController * _webInspectorController; } @property (nonatomic, readonly) *app; +@property (nonatomic, readonly) IKAppCache *appCache; @property (nonatomic, retain) *appScriptFallbackHandler; @property (nonatomic) double appScriptTimeoutInterval; +@property (nonatomic, readonly) BOOL appUsesDefaultStyleSheets; @property (nonatomic, readonly) IKJSArrayBufferStore *arrayBufferStore; @property (nonatomic) BOOL canAccessPendingQueue; @property (readonly, copy) NSString *debugDescription; @@ -41,24 +50,32 @@ @property (nonatomic, retain) IKJSFoundation *jsFoundation; @property (nonatomic) BOOL mescalPrimeEnabledForXHRRequests; @property (nonatomic, readonly) unsigned int mode; +@property (nonatomic, copy) NSString *nextJSChecksum; +@property (nonatomic, readonly) NSMutableArray *onStartQueue; @property (nonatomic, retain) NSMutableArray *pendingQueue; @property (nonatomic, retain) NSMutableArray *postEvaluationBlocks; +@property (getter=isPrivileged, nonatomic) BOOL privileged; @property (nonatomic, retain) id reloadData; @property (nonatomic) BOOL remoteInspectionEnabled; @property (nonatomic, retain) NSError *responseError; @property (nonatomic, copy) NSString *responseScript; @property (readonly) Class superclass; @property (getter=isTrusted, nonatomic) BOOL trusted; +@property (nonatomic, readonly) IKViewElementRegistry *viewElementRegistry; @property (nonatomic, retain) IKJSInspectorController *webInspectorController; + (id)currentAppContext; ++ (void)initialize; + (void)load; + (void)registerPrivateProtocols:(id)arg1 forClass:(Class)arg2; - (void).cxx_destruct; - (void)_addStopRecordToPendingQueueWithReload:(BOOL)arg1; +- (id)_appTraitCollection; - (void)_dispatchError:(id)arg1; - (void)_doEvaluate:(id /* block */)arg1; +- (void)_drainOnStartQueue; +- (void)_enqueueOnStartOrExecute:(id /* block */)arg1; - (id)_errorWithMessage:(id)arg1; - (void)_evaluate:(id /* block */)arg1; - (void)_evaluateFoundationWithDeviceConfig:(id)arg1; @@ -73,17 +90,27 @@ - (void)_stopAndReload:(BOOL)arg1; - (void)addPostEvaluateBlock:(id /* block */)arg1; - (id)app; +- (id)appCache; +- (void)appCache:(id)arg1 didUpdateWithChecksum:(id)arg2; - (id)appScriptFallbackHandler; - (double)appScriptTimeoutInterval; +- (void)appTraitCollectionChanged:(id)arg1; +- (BOOL)appUsesDefaultStyleSheets; - (id)arrayBufferStore; - (BOOL)canAccessPendingQueue; +- (void)contextDidFailWithError:(id)arg1; +- (void)contextDidStartWithJS:(id)arg1 options:(id)arg2; +- (void)contextDidStopWithOptions:(id)arg1; - (id)delegate; - (void)evaluate:(id /* block */)arg1 completionBlock:(id /* block */)arg2; - (void)evaluateDelegateBlockSync:(id /* block */)arg1; - (void)evaluateFoundationJS; - (void)exitAppWithOptions:(id)arg1; +- (void)handleCacheUpdate; - (void)handleReloadWithUrgencyType:(unsigned int)arg1 minInterval:(double)arg2 data:(id)arg3; +- (id)initWithApplication:(id)arg1 mode:(unsigned int)arg2 cache:(BOOL)arg3 delegate:(id)arg4; - (id)initWithApplication:(id)arg1 mode:(unsigned int)arg2 delegate:(id)arg3; +- (BOOL)isPrivileged; - (BOOL)isTrusted; - (BOOL)isValid; - (id)jsContext; @@ -91,6 +118,8 @@ - (void)launchAppWithOptions:(id)arg1; - (BOOL)mescalPrimeEnabledForXHRRequests; - (unsigned int)mode; +- (id)nextJSChecksum; +- (id)onStartQueue; - (void)openURLWithOptions:(id)arg1; - (void)operation:(id)arg1 failedWithError:(id)arg2; - (void)operation:(id)arg1 finishedWithOutput:(id)arg2; @@ -110,8 +139,10 @@ - (void)setJsContext:(id)arg1; - (void)setJsFoundation:(id)arg1; - (void)setMescalPrimeEnabledForXHRRequests:(BOOL)arg1; +- (void)setNextJSChecksum:(id)arg1; - (void)setPendingQueue:(id)arg1; - (void)setPostEvaluationBlocks:(id)arg1; +- (void)setPrivileged:(BOOL)arg1; - (void)setReloadData:(id)arg1; - (void)setRemoteInspectionEnabled:(BOOL)arg1; - (void)setResponseError:(id)arg1; @@ -122,6 +153,7 @@ - (void)stop; - (void)suspendWithOptions:(id)arg1; - (BOOL)validateDOMDocument:(id)arg1 error:(id*)arg2; +- (id)viewElementRegistry; - (id)webInspectorController; @end diff --git a/PrivateFrameworks/ITMLKit.framework/IKAppDataItem.h b/PrivateFrameworks/ITMLKit.framework/IKAppDataItem.h new file mode 100644 index 0000000000..21f03cf0d8 --- /dev/null +++ b/PrivateFrameworks/ITMLKit.framework/IKAppDataItem.h @@ -0,0 +1,34 @@ +/* Generated by RuntimeBrowser + Image: /System/Library/PrivateFrameworks/ITMLKit.framework/ITMLKit + */ + +@interface IKAppDataItem : NSObject { + IKDataBinding * _binding; + NSString * _identifier; + IKJSDataItem * _jsDataItem; + NSDictionary * _properties; + NSString * _type; +} + +@property (nonatomic, readonly) IKDataBinding *binding; +@property (getter=isDisabled, nonatomic, readonly) BOOL disabled; +@property (nonatomic, readonly) NSString *identifier; +@property (nonatomic, readonly) IKJSDataItem *jsDataItem; +@property (nonatomic, copy) NSDictionary *properties; +@property (nonatomic, readonly) NSString *type; + +- (void).cxx_destruct; +- (id)binding; +- (id)copyWithZone:(struct _NSZone { }*)arg1; +- (id)dataItemByUpdatingProperties:(id)arg1; +- (unsigned int)hash; +- (id)identifier; +- (id)initWithJSDataItem:(id)arg1 type:(id)arg2 identifier:(id)arg3 binding:(id)arg4; +- (BOOL)isDisabled; +- (BOOL)isEqual:(id)arg1; +- (id)jsDataItem; +- (id)properties; +- (void)setProperties:(id)arg1; +- (id)type; + +@end diff --git a/PrivateFrameworks/ITMLKit.framework/IKAppDataSet.h b/PrivateFrameworks/ITMLKit.framework/IKAppDataSet.h new file mode 100644 index 0000000000..c220538cb3 --- /dev/null +++ b/PrivateFrameworks/ITMLKit.framework/IKAppDataSet.h @@ -0,0 +1,36 @@ +/* Generated by RuntimeBrowser + Image: /System/Library/PrivateFrameworks/ITMLKit.framework/ITMLKit + */ + +@interface IKAppDataSet : NSObject { + NSArray * _dataItems; + NSArray * _itemIDs; + NSSet * _itemTypes; + NSIndexSet * _updatedIndexes; + struct _NSRange { + unsigned int location; + unsigned int length; + } _visibleIndexRange; +} + +@property (nonatomic, copy) NSArray *dataItems; +@property (nonatomic, readonly, copy) NSArray *itemIDs; +@property (nonatomic, readonly, copy) NSSet *itemTypes; +@property (nonatomic, copy) NSIndexSet *updatedIndexes; +@property (nonatomic) struct _NSRange { unsigned int x1; unsigned int x2; } visibleIndexRange; + +- (void).cxx_destruct; +- (id)copyWithZone:(struct _NSZone { }*)arg1; +- (id)dataItems; +- (id)dataSetByUpdatingDataItemsAtIndexes:(id)arg1 withDataItems:(id)arg2; +- (id)dataSetByUpdatingVisibleIndexRange:(struct _NSRange { unsigned int x1; unsigned int x2; })arg1; +- (id)initWithDataItems:(id)arg1 itemIDs:(id)arg2 itemTypes:(id)arg3; +- (id)itemIDs; +- (id)itemTypes; +- (void)setDataItems:(id)arg1; +- (void)setUpdatedIndexes:(id)arg1; +- (void)setVisibleIndexRange:(struct _NSRange { unsigned int x1; unsigned int x2; })arg1; +- (id)updatedIndexes; +- (struct _NSRange { unsigned int x1; unsigned int x2; })visibleIndexRange; + +@end diff --git a/PrivateFrameworks/ITMLKit.framework/IKAppDocument.h b/PrivateFrameworks/ITMLKit.framework/IKAppDocument.h index 43ac80d7f3..db256042c9 100644 --- a/PrivateFrameworks/ITMLKit.framework/IKAppDocument.h +++ b/PrivateFrameworks/ITMLKit.framework/IKAppDocument.h @@ -2,7 +2,7 @@ Image: /System/Library/PrivateFrameworks/ITMLKit.framework/ITMLKit */ -@interface IKAppDocument : NSObject { +@interface IKAppDocument : NSObject { IKAppContext * _appContext; * _delegate; NSError * _error; @@ -11,8 +11,10 @@ double _impressionThreshold; NSMutableDictionary * _impressions; IKDOMDocument * _jsDocument; + NSMutableDictionary * _mediaQueryCache; IKViewElement * _navigationBarElement; IKJSObject * _owner; + BOOL _parsingDOM; NSHashTable * _styleChangeObservers; IKViewElementStyleFactory * _styleFactory; BOOL _subtreeUpdated; @@ -46,6 +48,7 @@ - (void).cxx_destruct; - (void)_addStyleChangeObserver:(id)arg1; - (BOOL)_clearUpdatesForElement:(id)arg1; +- (BOOL)_isUpdateAllowed; - (void)_removeStyleChangeObserver:(id)arg1; - (void)_setViewElementStylesDirty; - (void)_updateWithXML:(id)arg1; diff --git a/PrivateFrameworks/ITMLKit.framework/IKAppMediaItemBridge.h b/PrivateFrameworks/ITMLKit.framework/IKAppMediaItemBridge.h index f1a0f93281..c1f95bb95e 100644 --- a/PrivateFrameworks/ITMLKit.framework/IKAppMediaItemBridge.h +++ b/PrivateFrameworks/ITMLKit.framework/IKAppMediaItemBridge.h @@ -18,6 +18,7 @@ @property (nonatomic, retain) NSNumber *contentRatingRanking; @property (nonatomic, retain) NSString *description; @property (nonatomic, retain) NSString *externalID; +@property (nonatomic, retain) NSDictionary *extraMetadata; @property (nonatomic, retain) NSArray *interstitials; @property (nonatomic) BOOL isExplicit; @property (nonatomic, readonly) IKJSMediaItem *jsMediaItem; @@ -40,6 +41,7 @@ - (id)contentRatingRanking; - (id)description; - (id)externalID; +- (id)extraMetadata; - (id)initWithAppContext:(id)arg1 jsMediaItem:(id)arg2; - (id)interstitials; - (BOOL)isExplicit; @@ -58,6 +60,7 @@ - (void)setContentRatingRanking:(id)arg1; - (void)setDescription:(id)arg1; - (void)setExternalID:(id)arg1; +- (void)setExtraMetadata:(id)arg1; - (void)setInterstitials:(id)arg1; - (void)setIsExplicit:(BOOL)arg1; - (void)setRatingBadge:(id)arg1; diff --git a/PrivateFrameworks/ITMLKit.framework/IKAppTabBar.h b/PrivateFrameworks/ITMLKit.framework/IKAppTabBar.h index 120614bf92..3959199748 100644 --- a/PrivateFrameworks/ITMLKit.framework/IKAppTabBar.h +++ b/PrivateFrameworks/ITMLKit.framework/IKAppTabBar.h @@ -14,7 +14,6 @@ - (id)controller; - (id)initWithTabBarController:(id)arg1; - (id)jsTabBar; -- (void)onReload; - (void)onSelect; - (void)setJsTabBar:(id)arg1; diff --git a/PrivateFrameworks/ITMLKit.framework/IKCollectionElement.h b/PrivateFrameworks/ITMLKit.framework/IKCollectionElement.h index aa5220932d..7cb28965a7 100644 --- a/PrivateFrameworks/ITMLKit.framework/IKCollectionElement.h +++ b/PrivateFrameworks/ITMLKit.framework/IKCollectionElement.h @@ -2,14 +2,19 @@ Image: /System/Library/PrivateFrameworks/ITMLKit.framework/ITMLKit */ -@interface IKCollectionElement : IKViewElement { +@interface IKCollectionElement : IKViewElement { NSArray * _sections; } +@property (readonly, copy) NSString *debugDescription; +@property (readonly, copy) NSString *description; +@property (readonly) unsigned int hash; @property (nonatomic, readonly, retain) IKHeaderElement *header; @property (nonatomic, readonly, retain) NSArray *sections; +@property (readonly) Class superclass; - (void).cxx_destruct; +- (void)appDocumentDidMarkStylesDirty; - (id)applyUpdatesWithElement:(id)arg1; - (id)header; - (id)sections; diff --git a/PrivateFrameworks/ITMLKit.framework/IKColor.h b/PrivateFrameworks/ITMLKit.framework/IKColor.h index 129a84feab..5c19a90b8b 100644 --- a/PrivateFrameworks/ITMLKit.framework/IKColor.h +++ b/PrivateFrameworks/ITMLKit.framework/IKColor.h @@ -18,6 +18,9 @@ @property (nonatomic, readonly, copy) NSArray *gradientPoints; @property (nonatomic) int gradientType; ++ (id)colorMap; ++ (void)registerColorNameMap:(id)arg1; + - (void).cxx_destruct; - (id)color; - (int)colorType; diff --git a/PrivateFrameworks/ITMLKit.framework/IKDOMBindingController.h b/PrivateFrameworks/ITMLKit.framework/IKDOMBindingController.h new file mode 100644 index 0000000000..7c9d032968 --- /dev/null +++ b/PrivateFrameworks/ITMLKit.framework/IKDOMBindingController.h @@ -0,0 +1,55 @@ +/* Generated by RuntimeBrowser + Image: /System/Library/PrivateFrameworks/ITMLKit.framework/ITMLKit + */ + +@interface IKDOMBindingController : NSObject { + IKAppContext * _appContext; + IKDataBinding * _binding; + NSDictionary * _bindingKeysByPathString; + IKJSDataItem * _dataItem; + * _delegate; + struct { + BOOL hasDidLoadBinding; + BOOL hasShouldResolveData; + BOOL hasDoKeysAffectingChildren; + BOOL hasDoKeysAffectingSubtree; + BOOL hasAdditionalKeysToResolve; + BOOL hasApplyValueForKey; + BOOL hasDidResolveKeys; + } _delegateFlags; + IKDOMElement * _domElement; + IKDOMBindingController * _parent; + NSMutableArray * _scheduledUpdaters; + BOOL _shouldResolveData; +} + +@property (nonatomic, readonly) IKAppContext *appContext; +@property (nonatomic, readonly) IKDataBinding *binding; +@property (nonatomic, readonly) IKJSDataItem *dataItem; +@property (readonly, copy) NSString *debugDescription; +@property (nonatomic) *delegate; +@property (readonly, copy) NSString *description; +@property (nonatomic, readonly) IKDOMElement *domElement; +@property (readonly) unsigned int hash; +@property (nonatomic, readonly) IKDOMBindingController *parent; +@property (nonatomic, readonly) BOOL shouldResolveData; +@property (readonly) Class superclass; + ++ (id)parsedBindingForDOMElement:(id)arg1; + +- (void).cxx_destruct; +- (void)_resolve; +- (id)appContext; +- (id)binding; +- (id)dataItem; +- (void)dataItem:(id)arg1 didChangePropertyPathWithString:(id)arg2; +- (id)delegate; +- (id)domElement; +- (id)initWithDOMElement:(id)arg1 parent:(id)arg2 delegate:(id)arg3; +- (id)parent; +- (void)scheduleUpdateUsingPreUpdate:(id /* block */)arg1 update:(id /* block */)arg2; +- (void)setDelegate:(id)arg1; +- (BOOL)shouldResolveData; +- (void)teardown; + +@end diff --git a/PrivateFrameworks/ITMLKit.framework/IKDOMBindingControllerUpdateRecord.h b/PrivateFrameworks/ITMLKit.framework/IKDOMBindingControllerUpdateRecord.h new file mode 100644 index 0000000000..3cfe605c43 --- /dev/null +++ b/PrivateFrameworks/ITMLKit.framework/IKDOMBindingControllerUpdateRecord.h @@ -0,0 +1,23 @@ +/* Generated by RuntimeBrowser + Image: /System/Library/PrivateFrameworks/ITMLKit.framework/ITMLKit + */ + +@interface IKDOMBindingControllerUpdateRecord : NSObject { + BOOL _cancelled; + id /* block */ _preUpdate; + id /* block */ _update; +} + +@property (getter=isCancelled, nonatomic) BOOL cancelled; +@property (nonatomic, copy) id /* block */ preUpdate; +@property (nonatomic, copy) id /* block */ update; + +- (void).cxx_destruct; +- (BOOL)isCancelled; +- (id /* block */)preUpdate; +- (void)setCancelled:(BOOL)arg1; +- (void)setPreUpdate:(id /* block */)arg1; +- (void)setUpdate:(id /* block */)arg1; +- (id /* block */)update; + +@end diff --git a/PrivateFrameworks/ITMLKit.framework/IKDOMDocument.h b/PrivateFrameworks/ITMLKit.framework/IKDOMDocument.h index e27cb410cc..ca18cbd1c4 100644 --- a/PrivateFrameworks/ITMLKit.framework/IKDOMDocument.h +++ b/PrivateFrameworks/ITMLKit.framework/IKDOMDocument.h @@ -2,19 +2,23 @@ Image: /System/Library/PrivateFrameworks/ITMLKit.framework/ITMLKit */ -@interface IKDOMDocument : IKDOMNode { +@interface IKDOMDocument : IKDOMNode { * _appBridge; unsigned int _itmlIDSequence; } @property (nonatomic) *appBridge; +@property (readonly, copy) NSString *debugDescription; +@property (readonly, copy) NSString *description; @property (nonatomic, readonly, retain) IKDOMElement *documentElement; @property (nonatomic, retain) NSString *documentURI; +@property (readonly) unsigned int hash; @property (nonatomic, readonly) IKDOMImplementation *implementation; @property (nonatomic, readonly, retain) NSString *inputEncoding; @property (nonatomic) unsigned int itmlIDSequence; @property (nonatomic) IKJSNavigationDocument *navigationDocument; @property (nonatomic) BOOL strictErrorChecking; +@property (readonly) Class superclass; @property (nonatomic, readonly, retain) NSString *xmlEncoding; @property (nonatomic) BOOL xmlStandalone; @property (nonatomic, retain) NSString *xmlVersion; @@ -25,6 +29,7 @@ - (void)_updateITMLIDRecursivelyForNodePtr:(struct _xmlNode { void *x1; int x2; char *x3; struct _xmlNode {} *x4; struct _xmlNode {} *x5; struct _xmlNode {} *x6; struct _xmlNode {} *x7; struct _xmlNode {} *x8; struct _xmlDoc {} *x9; struct _xmlNs {} *x10; char *x11; struct _xmlAttr {} *x12; struct _xmlNs {} *x13; void *x14; unsigned short x15; unsigned short x16; }*)arg1; - (id)adoptNode:(id)arg1; - (id)appBridge; +- (id)asPrivateIKJSDOMDocument; - (id)createCDATASection:(id)arg1; - (id)createComment:(id)arg1; - (id)createDocumentFragment; diff --git a/PrivateFrameworks/ITMLKit.framework/IKDOMElement.h b/PrivateFrameworks/ITMLKit.framework/IKDOMElement.h index ba9d29d278..775074ccbd 100644 --- a/PrivateFrameworks/ITMLKit.framework/IKDOMElement.h +++ b/PrivateFrameworks/ITMLKit.framework/IKDOMElement.h @@ -2,7 +2,9 @@ Image: /System/Library/PrivateFrameworks/ITMLKit.framework/ITMLKit */ -@interface IKDOMElement : IKDOMNode { +@interface IKDOMElement : IKDOMNode { + NSDictionary * _cachedAttributes; + NSArray * _cachedChildElements; NSMutableDictionary * _metadataDict; * parentStyleableElement; IKViewElementStyleComposer * styleComposer; @@ -11,23 +13,33 @@ @property (nonatomic, readonly, copy) IKDOMNamedNodeMap *attributes; @property (nonatomic, readonly) unsigned long childElementCount; @property (nonatomic, readonly) IKDOMHTMLCollection *children; +@property (readonly, copy) NSString *debugDescription; +@property (readonly, copy) NSString *description; @property (nonatomic, readonly, copy) NSString *elementName; @property (nonatomic, readonly) IKDOMElement *firstElementChild; +@property (readonly) unsigned int hash; @property (nonatomic, retain) NSString *innerHTML; @property (nonatomic, readonly) IKDOMElement *lastElementChild; @property (nonatomic, retain) NSString *outerHTML; @property (nonatomic, readonly) *parentStyleableElement; @property (nonatomic, retain) IKViewElementStyleComposer *styleComposer; +@property (readonly) Class superclass; @property (nonatomic, readonly, retain) NSString *tagName; - (void).cxx_destruct; - (id)_attributes; +- (id)asPrivateIKJSDOMElement; - (id)attributes; - (id)childElementByTagName:(id)arg1; - (unsigned long)childElementCount; - (id)childElements; - (id)childElementsByTagName:(id)arg1; - (id)children; +- (void)childrenUpdatedWithUpdatedChildNodes:(id)arg1 notify:(BOOL)arg2; +- (id)domb_dataBinding; +- (void)domb_setDataBinding:(id)arg1; +- (id)dse_appDataSet; +- (void)dse_setAppDataSet:(id)arg1; - (id)elementName; - (id)firstElementChild; - (id)getAttribute:(id)arg1; diff --git a/PrivateFrameworks/ITMLKit.framework/IKDOMFeatureNavigationDocument.h b/PrivateFrameworks/ITMLKit.framework/IKDOMFeatureNavigationDocument.h new file mode 100644 index 0000000000..871c143153 --- /dev/null +++ b/PrivateFrameworks/ITMLKit.framework/IKDOMFeatureNavigationDocument.h @@ -0,0 +1,39 @@ +/* Generated by RuntimeBrowser + Image: /System/Library/PrivateFrameworks/ITMLKit.framework/ITMLKit + */ + +@interface IKDOMFeatureNavigationDocument : NSObject { + IKAppContext * _appContext; + * _appNavigationController; + NSString * _featureName; + * _navigationController; + NSMutableArray * _stackItems; +} + +@property (nonatomic, readonly) IKAppContext *appContext; +@property (readonly, copy) NSString *debugDescription; +@property (readonly, copy) NSString *description; +@property (nonatomic, readonly, copy) NSString *featureName; +@property (readonly) unsigned int hash; +@property (nonatomic, retain) *navigationController; +@property (readonly) Class superclass; + ++ (id)makeFeatureJSObjectForFeature:(id)arg1; + +- (void).cxx_destruct; +- (id)appContext; +- (void)clear; +- (id)documents; +- (id)featureName; +- (id)initWithDOMNode:(id)arg1 featureName:(id)arg2; +- (void)insertDocument:(id)arg1 beforeDocument:(id)arg2 options:(id)arg3; +- (id)navigationController; +- (void)popDocument; +- (void)popToDocument:(id)arg1; +- (void)popToRootDocument; +- (void)pushDocument:(id)arg1 options:(id)arg2; +- (void)removeDocument:(id)arg1; +- (void)replaceDocument:(id)arg1 withDocument:(id)arg2 options:(id)arg3; +- (void)setNavigationController:(id)arg1; + +@end diff --git a/PrivateFrameworks/ITMLKit.framework/IKDOMNode.h b/PrivateFrameworks/ITMLKit.framework/IKDOMNode.h index 7cc130baab..96b2becb6a 100644 --- a/PrivateFrameworks/ITMLKit.framework/IKDOMNode.h +++ b/PrivateFrameworks/ITMLKit.framework/IKDOMNode.h @@ -2,8 +2,9 @@ Image: /System/Library/PrivateFrameworks/ITMLKit.framework/ITMLKit */ -@interface IKDOMNode : IKJSObject { +@interface IKDOMNode : IKJSObject { int _ITMLID; + IKJSDataItem * _dataItem; NSHashTable * _domObservers; NSMutableDictionary * _eventListenersMap; JSManagedValue * _managedChildNodeList; @@ -15,9 +16,13 @@ @property (nonatomic) int ITMLID; @property (nonatomic, readonly, retain) IKDOMNodeList *childNodes; +@property (nonatomic, retain) IKJSDataItem *dataItem; +@property (readonly, copy) NSString *debugDescription; +@property (readonly, copy) NSString *description; @property (nonatomic, retain) NSHashTable *domObservers; @property (nonatomic, retain) NSMutableDictionary *eventListenersMap; @property (nonatomic, readonly, retain) IKDOMNode *firstChild; +@property (readonly) unsigned int hash; @property (nonatomic, readonly, retain) IKDOMNodeData *jsNodeData; @property (nonatomic, readonly, retain) IKDOMNode *lastChild; @property (nonatomic, retain) JSManagedValue *managedChildNodeList; @@ -31,6 +36,7 @@ @property (nonatomic, readonly) IKDOMDocument *ownerDocument; @property (nonatomic, readonly) IKDOMNode *parentNode; @property (nonatomic, readonly) IKDOMNode *previousSibling; +@property (readonly) Class superclass; @property (nonatomic, retain) NSString *textContent; + (id)_eventListenerMapKeyForType:(id)arg1 useCapture:(BOOL)arg2; @@ -41,21 +47,27 @@ - (void).cxx_destruct; - (int)ITMLID; - (struct _xmlNode { void *x1; int x2; char *x3; struct _xmlNode {} *x4; struct _xmlNode {} *x5; struct _xmlNode {} *x6; struct _xmlNode {} *x7; struct _xmlNode {} *x8; struct _xmlDoc {} *x9; struct _xmlNs {} *x10; char *x11; struct _xmlAttr {} *x12; struct _xmlNs {} *x13; void *x14; unsigned short x15; unsigned short x16; }*)_appendNode:(struct _xmlNode { void *x1; int x2; char *x3; struct _xmlNode {} *x4; struct _xmlNode {} *x5; struct _xmlNode {} *x6; struct _xmlNode {} *x7; struct _xmlNode {} *x8; struct _xmlDoc {} *x9; struct _xmlNs {} *x10; char *x11; struct _xmlAttr {} *x12; struct _xmlNs {} *x13; void *x14; unsigned short x15; unsigned short x16; }*)arg1; +- (void)_childrenUpdatedWithUpdatedChildNodes:(id)arg1 withDocument:(id)arg2; - (struct _xmlNode { void *x1; int x2; char *x3; struct _xmlNode {} *x4; struct _xmlNode {} *x5; struct _xmlNode {} *x6; struct _xmlNode {} *x7; struct _xmlNode {} *x8; struct _xmlDoc {} *x9; struct _xmlNs {} *x10; char *x11; struct _xmlAttr {} *x12; struct _xmlNs {} *x13; void *x14; unsigned short x15; unsigned short x16; }*)_insertNode:(struct _xmlNode { void *x1; int x2; char *x3; struct _xmlNode {} *x4; struct _xmlNode {} *x5; struct _xmlNode {} *x6; struct _xmlNode {} *x7; struct _xmlNode {} *x8; struct _xmlDoc {} *x9; struct _xmlNs {} *x10; char *x11; struct _xmlAttr {} *x12; struct _xmlNs {} *x13; void *x14; unsigned short x15; unsigned short x16; }*)arg1 refNode:(struct _xmlNode { void *x1; int x2; char *x3; struct _xmlNode {} *x4; struct _xmlNode {} *x5; struct _xmlNode {} *x6; struct _xmlNode {} *x7; struct _xmlNode {} *x8; struct _xmlDoc {} *x9; struct _xmlNs {} *x10; char *x11; struct _xmlAttr {} *x12; struct _xmlNs {} *x13; void *x14; unsigned short x15; unsigned short x16; }*)arg2 operation:(unsigned int)arg3; - (void)_linkManagedObjects; +- (void)_markSubtreeUpdatesForAncestorsOfNode:(id)arg1; - (void)_notifyUpdatesToDOMObservers; - (BOOL)_searchEventListener:(id)arg1 key:(id)arg2 destroy:(BOOL)arg3; - (void)_unlinkManagedObjects; +- (void)_updatedAndMark:(BOOL)arg1 withDocument:(id)arg2; - (BOOL)_validateDOMOperation:(unsigned int)arg1 newNode:(id)arg2 refNode:(id)arg3; - (void)addDOMObserver:(id)arg1; - (void)addEventListener:(id)arg1 :(id)arg2 :(BOOL)arg3; - (id)appendChild:(id)arg1; +- (id)asPrivateIKDOMNode; - (unsigned long)childElementCount; - (id)childNodes; - (id)childNodesAsArray; - (id)children; +- (void)childrenUpdatedWithUpdatedChildNodes:(id)arg1 notify:(BOOL)arg2; - (id)cloneNode:(BOOL)arg1; - (BOOL)contains:(id)arg1; +- (id)dataItem; - (void)dealloc; - (id)description; - (BOOL)dispatchEvent:(id)arg1; @@ -83,8 +95,6 @@ - (int)nodeType; - (id)nodeValue; - (id)nodesForXPath:(id)arg1 error:(id*)arg2; -- (void)notifyChildrenUpdatedWithUpdatedChildNodes:(id)arg1; -- (void)notifyUpdatedAndMark:(BOOL)arg1; - (id)ownerDocument; - (id)parentNode; - (id)performDOMOperation:(unsigned int)arg1 newNode:(id)arg2 refNode:(id)arg3; @@ -93,6 +103,7 @@ - (void)removeDOMObserver:(id)arg1; - (void)removeEventListener:(id)arg1 :(id)arg2 :(BOOL)arg3; - (id)replaceChild:(id)arg1 :(id)arg2; +- (void)setDataItem:(id)arg1; - (void)setDomObservers:(id)arg1; - (void)setEventListenersMap:(id)arg1; - (void)setITMLID:(int)arg1; @@ -102,6 +113,7 @@ - (void)setNodeValue:(id)arg1; - (void)setTextContent:(id)arg1; - (id)textContent; +- (void)updatedAndMark:(BOOL)arg1 notify:(BOOL)arg2; - (id)writeToStringWithError:(id*)arg1; @end diff --git a/PrivateFrameworks/ITMLKit.framework/IKDOMNodeData.h b/PrivateFrameworks/ITMLKit.framework/IKDOMNodeData.h index 80086cc063..f771654dbe 100644 --- a/PrivateFrameworks/ITMLKit.framework/IKDOMNodeData.h +++ b/PrivateFrameworks/ITMLKit.framework/IKDOMNodeData.h @@ -4,7 +4,9 @@ @interface IKDOMNodeData : NSObject { BOOL _autoHighlightRead; + BOOL _bindingUpdated; BOOL _childrenUpdated; + BOOL _dataUpdated; NSMutableDictionary * _featuresMap; IKDOMNode * _ownerJSNode; BOOL _subtreeUpdated; @@ -12,7 +14,9 @@ } @property (getter=isAutoHighlightRead, nonatomic) BOOL autoHighlightRead; +@property (getter=isBindingUpdated, nonatomic) BOOL bindingUpdated; @property (getter=isChildrenUpdated, nonatomic) BOOL childrenUpdated; +@property (getter=isDataUpdated, nonatomic) BOOL dataUpdated; @property (nonatomic, retain) NSMutableDictionary *featuresMap; @property (nonatomic) IKDOMNode *ownerJSNode; @property (getter=isSubtreeUpdated, nonatomic) BOOL subtreeUpdated; @@ -25,12 +29,16 @@ - (id)featureForName:(id)arg1; - (id)featuresMap; - (BOOL)isAutoHighlightRead; +- (BOOL)isBindingUpdated; - (BOOL)isChildrenUpdated; +- (BOOL)isDataUpdated; - (BOOL)isSubtreeUpdated; - (BOOL)isUpdated; - (id)ownerJSNode; - (void)setAutoHighlightRead:(BOOL)arg1; +- (void)setBindingUpdated:(BOOL)arg1; - (void)setChildrenUpdated:(BOOL)arg1; +- (void)setDataUpdated:(BOOL)arg1; - (void)setFeature:(id)arg1 forName:(id)arg2; - (void)setFeaturesMap:(id)arg1; - (void)setOwnerJSNode:(id)arg1; diff --git a/PrivateFrameworks/ITMLKit.framework/IKDSEBoundItemsImpl.h b/PrivateFrameworks/ITMLKit.framework/IKDSEBoundItemsImpl.h new file mode 100644 index 0000000000..f55b3313df --- /dev/null +++ b/PrivateFrameworks/ITMLKit.framework/IKDSEBoundItemsImpl.h @@ -0,0 +1,83 @@ +/* Generated by RuntimeBrowser + Image: /System/Library/PrivateFrameworks/ITMLKit.framework/ITMLKit + */ + +@interface IKDSEBoundItemsImpl : NSObject { + IKDOMBindingController * _bindingController; + NSDictionary * _childrenByItemID; + IKAppDataSet * _dataSet; + IKDataSourceElement * _dataSourceElement; + NSMutableDictionary * _instantiatedDOMElementsByItemID; + IKElementChangeSet * _itemsChangeset; + NSArray * _prototypes; + NSDictionary * _usedPrototypesByType; + NSMutableDictionary * _virtualChildrenByItemID; + BOOL _visibleIndexRangeIsDirty; + NSMutableIndexSet * _visibleIndexSet; +} + +@property (nonatomic, readonly) IKDOMBindingController *bindingController; +@property (nonatomic, copy) NSDictionary *childrenByItemID; +@property (nonatomic, retain) IKAppDataSet *dataSet; +@property (nonatomic, readonly) IKDataSourceElement *dataSourceElement; +@property (readonly, copy) NSString *debugDescription; +@property (readonly, copy) NSString *description; +@property (readonly) unsigned int hash; +@property (nonatomic, retain) IKElementChangeSet *itemsChangeset; +@property (nonatomic, retain) NSArray *prototypes; +@property (readonly) Class superclass; +@property (nonatomic, copy) NSDictionary *usedPrototypesByType; +@property (nonatomic, retain) NSMutableDictionary *virtualChildrenByItemID; +@property (nonatomic, retain) NSMutableIndexSet *visibleIndexSet; + ++ (BOOL)_isPrototypeDOMElement:(id)arg1 validForReuseWithID:(id)arg2; ++ (BOOL)areItemsBoundForBinding:(id)arg1; + +- (void).cxx_destruct; +- (id)_appDataItemFromJSDataItem:(id)arg1; +- (void)_appendAutoHighlightedIndexesWithIndex:(int)arg1; +- (void)_appendUpdatedIndexesWithIndex:(int)arg1; +- (void)_appendVisibleIndexSetWithIndex:(int)arg1; +- (void)_applyAutoHighlightedIndexesValueWithIndexes:(id)arg1 domBindingController:(id)arg2; +- (void)_applyItemsValueWithItems:(id)arg1 domBindingController:(id)arg2; +- (void)_applyUpdatedIndexesValueWithIndexes:(id)arg1 domBindingController:(id)arg2; +- (void)_applyVisibleIndexRangeValueWithRange:(struct _NSRange { unsigned int x1; unsigned int x2; })arg1 domBindingController:(id)arg2; +- (id)_instantiateItemAtIndex:(int)arg1 domBindingController:(id)arg2; +- (id)_itemsPropertyPath; +- (id)_prototypeForType:(id)arg1; +- (id)additionalKeysToResolveForDOMBindingController:(id)arg1; +- (void)applyUpdatesWithImplementation:(id)arg1 usingUpdater:(id /* block */)arg2; +- (id)bindingController; +- (id)childrenByItemID; +- (void)configureUpdatesWithImplementation:(id)arg1; +- (void)dataItem:(id)arg1 didChangeSubPropertyPathWithString:(id)arg2 forPropertyPathWithString:(id)arg3 subscriptIndex:(int)arg4; +- (id)dataSet; +- (id)dataSourceElement; +- (BOOL)domBindingController:(id)arg1 applyValue:(id)arg2 forKey:(id)arg3; +- (void)domBindingController:(id)arg1 didLoadBinding:(id)arg2; +- (void)domBindingController:(id)arg1 didResolveKeys:(id)arg2; +- (BOOL)domBindingController:(id)arg1 doKeysAffectChildren:(id)arg2; +- (BOOL)domBindingController:(id)arg1 doKeysAffectSubtree:(id)arg2; +- (id)elementForItemAtIndex:(int)arg1 loadIfNeeded:(BOOL)arg2; +- (int)indexOfItemForChildElement:(id)arg1; +- (id)initWithDataSourceElement:(id)arg1; +- (void)initialize; +- (id)itemsChangeset; +- (int)numberOfItems; +- (id)prototypeForItemAtIndex:(int)arg1; +- (id)prototypes; +- (void)setChildrenByItemID:(id)arg1; +- (void)setDataSet:(id)arg1; +- (void)setItemsChangeset:(id)arg1; +- (void)setPrototypes:(id)arg1; +- (void)setUsedPrototypesByType:(id)arg1; +- (void)setVirtualChildrenByItemID:(id)arg1; +- (void)setVisibleIndexSet:(id)arg1; +- (void)teardown; +- (void)unloadIndex:(int)arg1; +- (void)updateStylesUsingUpdater:(id /* block */)arg1; +- (id)usedPrototypesByType; +- (id)virtualChildrenByItemID; +- (id)visibleIndexSet; + +@end diff --git a/PrivateFrameworks/ITMLKit.framework/IKDSEUnboundItemsImpl.h b/PrivateFrameworks/ITMLKit.framework/IKDSEUnboundItemsImpl.h new file mode 100644 index 0000000000..97352ef964 --- /dev/null +++ b/PrivateFrameworks/ITMLKit.framework/IKDSEUnboundItemsImpl.h @@ -0,0 +1,39 @@ +/* Generated by RuntimeBrowser + Image: /System/Library/PrivateFrameworks/ITMLKit.framework/ITMLKit + */ + +@interface IKDSEUnboundItemsImpl : NSObject { + IKDataSourceElement * _dataSourceElement; + NSArray * _itemElements; + IKElementChangeSet * _itemsChangeset; +} + +@property (nonatomic, readonly) IKDataSourceElement *dataSourceElement; +@property (readonly, copy) NSString *debugDescription; +@property (readonly, copy) NSString *description; +@property (readonly) unsigned int hash; +@property (nonatomic, copy) NSArray *itemElements; +@property (nonatomic, retain) IKElementChangeSet *itemsChangeset; +@property (nonatomic, readonly) NSArray *prototypes; +@property (readonly) Class superclass; + +- (void).cxx_destruct; +- (void)applyUpdatesWithImplementation:(id)arg1 usingUpdater:(id /* block */)arg2; +- (void)configureUpdatesWithImplementation:(id)arg1; +- (id)dataSourceElement; +- (id)elementForItemAtIndex:(int)arg1 loadIfNeeded:(BOOL)arg2; +- (int)indexOfItemForChildElement:(id)arg1; +- (id)initWithDataSourceElement:(id)arg1; +- (void)initialize; +- (id)itemElements; +- (id)itemsChangeset; +- (int)numberOfItems; +- (id)prototypeForItemAtIndex:(int)arg1; +- (id)prototypes; +- (void)setItemElements:(id)arg1; +- (void)setItemsChangeset:(id)arg1; +- (void)teardown; +- (void)unloadIndex:(int)arg1; +- (void)updateStylesUsingUpdater:(id /* block */)arg1; + +@end diff --git a/PrivateFrameworks/ITMLKit.framework/IKDataAccessor.h b/PrivateFrameworks/ITMLKit.framework/IKDataAccessor.h new file mode 100644 index 0000000000..20d65fd98c --- /dev/null +++ b/PrivateFrameworks/ITMLKit.framework/IKDataAccessor.h @@ -0,0 +1,7 @@ +/* Generated by RuntimeBrowser + Image: /System/Library/PrivateFrameworks/ITMLKit.framework/ITMLKit + */ + +@interface IKDataAccessor : NSObject + +@end diff --git a/PrivateFrameworks/ITMLKit.framework/IKDataBinding.h b/PrivateFrameworks/ITMLKit.framework/IKDataBinding.h new file mode 100644 index 0000000000..60725c70a6 --- /dev/null +++ b/PrivateFrameworks/ITMLKit.framework/IKDataBinding.h @@ -0,0 +1,26 @@ +/* Generated by RuntimeBrowser + Image: /System/Library/PrivateFrameworks/ITMLKit.framework/ITMLKit + */ + +@interface IKDataBinding : NSObject { + NSSet * _dataBoundKeys; + struct NSDictionary { Class x1; } * _keyValues; + NSMutableSet * _unresolvedKeys; +} + +@property (nonatomic, readonly) NSSet *dataBoundKeys; +@property (nonatomic, copy) NSDictionary *keyValues; +@property (nonatomic, readonly) NSSet *unresolvedKeys; + +- (void).cxx_destruct; +- (void)appendKeyValues:(struct NSDictionary { Class x1; }*)arg1; +- (id)dataBoundKeys; +- (id)initWithKeyValues:(struct NSDictionary { Class x1; }*)arg1; +- (struct NSDictionary { Class x1; }*)keyValues; +- (void)markResolvedForKey:(id)arg1; +- (void)setKeyValues:(struct NSDictionary { Class x1; }*)arg1; +- (void)setNeedsResolutionForAllKeys; +- (void)setNeedsResolutionForKey:(id)arg1; +- (id)unresolvedKeys; + +@end diff --git a/PrivateFrameworks/ITMLKit.framework/IKDataBindingLiteral.h b/PrivateFrameworks/ITMLKit.framework/IKDataBindingLiteral.h new file mode 100644 index 0000000000..6fae3f3df3 --- /dev/null +++ b/PrivateFrameworks/ITMLKit.framework/IKDataBindingLiteral.h @@ -0,0 +1,17 @@ +/* Generated by RuntimeBrowser + Image: /System/Library/PrivateFrameworks/ITMLKit.framework/ITMLKit + */ + +@interface IKDataBindingLiteral : IKDataBindingValue { + NSString * _literal; +} + +@property (nonatomic, readonly) NSString *literal; + +- (void).cxx_destruct; +- (unsigned int)hash; +- (id)initWithLiteral:(id)arg1; +- (BOOL)isEqual:(id)arg1; +- (id)literal; + +@end diff --git a/PrivateFrameworks/ITMLKit.framework/IKDataBindingPropertyPath.h b/PrivateFrameworks/ITMLKit.framework/IKDataBindingPropertyPath.h new file mode 100644 index 0000000000..2f833574b9 --- /dev/null +++ b/PrivateFrameworks/ITMLKit.framework/IKDataBindingPropertyPath.h @@ -0,0 +1,24 @@ +/* Generated by RuntimeBrowser + Image: /System/Library/PrivateFrameworks/ITMLKit.framework/ITMLKit + */ + +@interface IKDataBindingPropertyPath : IKDataBindingValue { + NSArray * _accessorSequence; + NSString * _string; +} + +@property (nonatomic, readonly, copy) NSArray *accessorSequence; +@property (nonatomic, readonly, copy) NSString *string; + ++ (id)pathStringForAccessorSequence:(id)arg1; + +- (void).cxx_destruct; +- (id)_initWithAccessorSequence:(id)arg1; +- (id)accessorSequence; +- (unsigned int)hash; +- (id)initWithString:(id)arg1; +- (BOOL)isEqual:(id)arg1; +- (id)propertyPathByCombiningAccesserSequence:(id)arg1; +- (id)string; + +@end diff --git a/PrivateFrameworks/ITMLKit.framework/IKDataBindingValue.h b/PrivateFrameworks/ITMLKit.framework/IKDataBindingValue.h new file mode 100644 index 0000000000..f302e0e5cc --- /dev/null +++ b/PrivateFrameworks/ITMLKit.framework/IKDataBindingValue.h @@ -0,0 +1,7 @@ +/* Generated by RuntimeBrowser + Image: /System/Library/PrivateFrameworks/ITMLKit.framework/ITMLKit + */ + +@interface IKDataBindingValue : NSObject + +@end diff --git a/PrivateFrameworks/ITMLKit.framework/IKDataProperty.h b/PrivateFrameworks/ITMLKit.framework/IKDataProperty.h new file mode 100644 index 0000000000..ed2b68ef24 --- /dev/null +++ b/PrivateFrameworks/ITMLKit.framework/IKDataProperty.h @@ -0,0 +1,15 @@ +/* Generated by RuntimeBrowser + Image: /System/Library/PrivateFrameworks/ITMLKit.framework/ITMLKit + */ + +@interface IKDataProperty : IKDataAccessor { + NSString * _property; +} + +@property (nonatomic, readonly) NSString *property; + +- (void).cxx_destruct; +- (id)initWithProperty:(id)arg1; +- (id)property; + +@end diff --git a/PrivateFrameworks/ITMLKit.framework/IKDataSourceElement.h b/PrivateFrameworks/ITMLKit.framework/IKDataSourceElement.h new file mode 100644 index 0000000000..8eebaea752 --- /dev/null +++ b/PrivateFrameworks/ITMLKit.framework/IKDataSourceElement.h @@ -0,0 +1,55 @@ +/* Generated by RuntimeBrowser + Image: /System/Library/PrivateFrameworks/ITMLKit.framework/ITMLKit + */ + +@interface IKDataSourceElement : IKViewElement { + BOOL _areItemsBound; + int _autoHighlightIndex; + NSArray * _autoHighlightedChildElements; + * _impl; + struct { + BOOL hasDidLoadBinding; + BOOL hasDoKeysAffectingChildren; + BOOL hasDoKeysAffectingSubtree; + BOOL hasAdditionalKeysToResolve; + BOOL hasApplyValueForKey; + BOOL hasDidResolveKeys; + } _implFlags; +} + +@property (nonatomic) int autoHighlightIndex; +@property (nonatomic, copy) NSArray *autoHighlightedChildElements; +@property (nonatomic, readonly) *impl; +@property (nonatomic, readonly) IKElementChangeSet *itemsChangeset; +@property (nonatomic, readonly) NSArray *prototypes; + +- (void).cxx_destruct; +- (id)additionalKeysToResolveForDOMBindingController:(id)arg1; +- (void)appDocumentDidMarkStylesDirty; +- (id)applyUpdatesWithElement:(id)arg1; +- (BOOL)areItemsBound; +- (int)autoHighlightIndex; +- (id)autoHighlightedChildElements; +- (void)configureUpdatesWithElement:(id)arg1; +- (void)dealloc; +- (BOOL)domBindingController:(id)arg1 applyValue:(id)arg2 forKey:(id)arg3; +- (void)domBindingController:(id)arg1 didLoadBinding:(id)arg2; +- (void)domBindingController:(id)arg1 didResolveKeys:(id)arg2; +- (BOOL)domBindingController:(id)arg1 doKeysAffectChildren:(id)arg2; +- (BOOL)domBindingController:(id)arg1 doKeysAffectSubtree:(id)arg2; +- (id)elementForItemAtIndex:(int)arg1 loadIfNeeded:(BOOL)arg2; +- (void)enumerateItemElementsUsingBlock:(id /* block */)arg1; +- (id)firstItemElement; +- (id)impl; +- (id)initWithDOMElement:(id)arg1 parent:(id)arg2 elementFactory:(id)arg3; +- (id)itemsChangeset; +- (id)lastItemElement; +- (int)numberOfItems; +- (id)prototypeForItemAtIndex:(int)arg1; +- (id)prototypes; +- (void)resetProperty:(unsigned int)arg1; +- (void)setAutoHighlightIndex:(int)arg1; +- (void)setAutoHighlightedChildElements:(id)arg1; +- (void)unloadIndex:(int)arg1; + +@end diff --git a/PrivateFrameworks/ITMLKit.framework/IKDataSubscript.h b/PrivateFrameworks/ITMLKit.framework/IKDataSubscript.h new file mode 100644 index 0000000000..42af42964b --- /dev/null +++ b/PrivateFrameworks/ITMLKit.framework/IKDataSubscript.h @@ -0,0 +1,14 @@ +/* Generated by RuntimeBrowser + Image: /System/Library/PrivateFrameworks/ITMLKit.framework/ITMLKit + */ + +@interface IKDataSubscript : IKDataAccessor { + int _subscriptIndex; +} + +@property (nonatomic, readonly) int subscriptIndex; + +- (id)initWithSubscriptIndex:(int)arg1; +- (int)subscriptIndex; + +@end diff --git a/PrivateFrameworks/ITMLKit.framework/IKDiffEvaluator.h b/PrivateFrameworks/ITMLKit.framework/IKDiffEvaluator.h new file mode 100644 index 0000000000..a2d26a1298 --- /dev/null +++ b/PrivateFrameworks/ITMLKit.framework/IKDiffEvaluator.h @@ -0,0 +1,32 @@ +/* Generated by RuntimeBrowser + Image: /System/Library/PrivateFrameworks/ITMLKit.framework/ITMLKit + */ + +@interface IKDiffEvaluator : NSObject { + NSIndexSet * _addedIndexes; + NSDictionary * _movedIndexesByNewIndex; + NSArray * _objects; + NSDictionary * _oldIndexesByNewIndex; + NSArray * _oldObjects; + NSIndexSet * _removedIndexes; +} + +@property (nonatomic, readonly, copy) NSIndexSet *addedIndexes; +@property (nonatomic, readonly, copy) NSDictionary *movedIndexesByNewIndex; +@property (nonatomic, readonly, copy) NSArray *objects; +@property (nonatomic, readonly, copy) NSDictionary *oldIndexesByNewIndex; +@property (nonatomic, readonly, copy) NSArray *oldObjects; +@property (nonatomic, readonly, copy) NSIndexSet *removedIndexes; + +- (void).cxx_destruct; +- (void)_evaluateWithHashing:(id /* block */)arg1; +- (id)addedIndexes; +- (void)enumerateCommonObjectsUsingBlock:(id /* block */)arg1; +- (id)initWithObjects:(id)arg1 oldObjects:(id)arg2 hashing:(id /* block */)arg3; +- (id)movedIndexesByNewIndex; +- (id)objects; +- (id)oldIndexesByNewIndex; +- (id)oldObjects; +- (id)removedIndexes; + +@end diff --git a/PrivateFrameworks/ITMLKit.framework/IKElementChangeSet.h b/PrivateFrameworks/ITMLKit.framework/IKElementChangeSet.h new file mode 100644 index 0000000000..0602f337cb --- /dev/null +++ b/PrivateFrameworks/ITMLKit.framework/IKElementChangeSet.h @@ -0,0 +1,24 @@ +/* Generated by RuntimeBrowser + Image: /System/Library/PrivateFrameworks/ITMLKit.framework/ITMLKit + */ + +@interface IKElementChangeSet : NSObject { + NSIndexSet * _addedIndexes; + NSDictionary * _movedIndexesByNewIndex; + NSIndexSet * _removedIndexes; + NSDictionary * _updatedIndexesByNewIndex; +} + +@property (nonatomic, readonly, copy) NSIndexSet *addedIndexes; +@property (nonatomic, readonly, copy) NSDictionary *movedIndexesByNewIndex; +@property (nonatomic, readonly, copy) NSIndexSet *removedIndexes; +@property (nonatomic, readonly, copy) NSDictionary *updatedIndexesByNewIndex; + +- (void).cxx_destruct; +- (id)addedIndexes; +- (id)initWithAddedIndexes:(id)arg1 removedIndexes:(id)arg2 movedIndexesByNewIndex:(id)arg3 updatedIndexesByNewIndex:(id)arg4; +- (id)movedIndexesByNewIndex; +- (id)removedIndexes; +- (id)updatedIndexesByNewIndex; + +@end diff --git a/PrivateFrameworks/ITMLKit.framework/IKImageElement.h b/PrivateFrameworks/ITMLKit.framework/IKImageElement.h index f64a06c90a..1c738f64f0 100644 --- a/PrivateFrameworks/ITMLKit.framework/IKImageElement.h +++ b/PrivateFrameworks/ITMLKit.framework/IKImageElement.h @@ -2,23 +2,34 @@ Image: /System/Library/PrivateFrameworks/ITMLKit.framework/ITMLKit */ -@interface IKImageElement : IKViewElement { - NSURL * _defaultURL; +@interface IKImageElement : IKViewElement { unsigned int _imageType; + NSURL * _resolvedURL; float _srcHeight; float _srcWidth; NSDictionary * _srcset; + NSArray * _srcsetRules; } @property (nonatomic, readonly) UIColor *borderColor; -@property (nonatomic, retain) NSURL *defaultURL; +@property (readonly, copy) NSString *debugDescription; +@property (readonly, copy) NSString *description; @property (nonatomic, readonly) int fill; +@property (readonly) unsigned int hash; @property (nonatomic, readonly) float height; @property (nonatomic, readonly) unsigned int imageType; @property (nonatomic, readonly, retain) NSURL *placeholderURL; @property (nonatomic, readonly) unsigned int position; @property (nonatomic, readonly) int reflect; +@property (nonatomic, retain) NSURL *resolvedURL; @property (nonatomic, readonly, retain) NSDictionary *srcset; +@property (nonatomic, retain) NSArray *srcsetRules; +@property (readonly) Class superclass; +@property (nonatomic, readonly) TVImageProxy *tv_imageProxy; +@property (nonatomic, readonly) struct CGSize { float x1; float x2; } tv_imageScaleToSize; +@property (nonatomic, readonly) int tv_imageType; +@property (nonatomic, readonly) BOOL tv_isResource; +@property (nonatomic, readonly) UIImage *tv_resourceImage; @property (nonatomic, readonly) NSURL *url; @property (nonatomic, readonly) float width; @@ -28,8 +39,9 @@ - (void).cxx_destruct; - (unsigned int)_imageTypeForTagName:(id)arg1; +- (void)_parseSrcset:(id)arg1; +- (void)appDocumentDidMarkStylesDirty; - (id)borderColor; -- (id)defaultURL; - (int)fill; - (float)height; - (unsigned int)imageType; @@ -37,11 +49,24 @@ - (id)placeholderURL; - (unsigned int)position; - (int)reflect; -- (void)setDefaultURL:(id)arg1; +- (id)resolvedURL; +- (void)setResolvedURL:(id)arg1; +- (void)setSrcsetRules:(id)arg1; - (id)srcset; +- (id)srcsetRules; - (id)url; - (float)width; +// Image: /System/Library/PrivateFrameworks/TVMLKit.framework/TVMLKit + +- (void)_imageProxy:(id*)arg1 andScaleToSize:(struct CGSize { float x1; float x2; }*)arg2; +- (id)tv_associatedViewElement; +- (id)tv_imageProxy; +- (struct CGSize { float x1; float x2; })tv_imageScaleToSize; +- (int)tv_imageType; +- (BOOL)tv_isResource; +- (id)tv_resourceImage; + // Image: /System/Library/PrivateFrameworks/VideosExtras.framework/VideosExtras - (int)accessoryType; diff --git a/PrivateFrameworks/ITMLKit.framework/IKImageElementSrcSetRule.h b/PrivateFrameworks/ITMLKit.framework/IKImageElementSrcSetRule.h new file mode 100644 index 0000000000..6430fe21dd --- /dev/null +++ b/PrivateFrameworks/ITMLKit.framework/IKImageElementSrcSetRule.h @@ -0,0 +1,27 @@ +/* Generated by RuntimeBrowser + Image: /System/Library/PrivateFrameworks/ITMLKit.framework/ITMLKit + */ + +@interface IKImageElementSrcSetRule : NSObject { + NSString * _descriptor; + NSURL * _imageURL; + IKStyleMediaQuery * _mediaQuery; +} + +@property (nonatomic, retain) NSString *descriptor; +@property (nonatomic, retain) NSURL *imageURL; +@property (nonatomic, retain) IKStyleMediaQuery *mediaQuery; + +- (void).cxx_destruct; +- (void)_parseDescriptor:(id)arg1; +- (void)_parseMediaQueryDescriptor:(id)arg1; +- (void)_parseResolutionDescriptor:(id)arg1; +- (id)descriptor; +- (id)imageURL; +- (id)initWithURL:(id)arg1 descriptor:(id)arg2; +- (id)mediaQuery; +- (void)setDescriptor:(id)arg1; +- (void)setImageURL:(id)arg1; +- (void)setMediaQuery:(id)arg1; + +@end diff --git a/PrivateFrameworks/ITMLKit.framework/IKJSApplication.h b/PrivateFrameworks/ITMLKit.framework/IKJSApplication.h index c88a3c93bc..ab148a52ae 100644 --- a/PrivateFrameworks/ITMLKit.framework/IKJSApplication.h +++ b/PrivateFrameworks/ITMLKit.framework/IKJSApplication.h @@ -2,8 +2,15 @@ Image: /System/Library/PrivateFrameworks/ITMLKit.framework/ITMLKit */ -@interface IKJSApplication : IKJSObject +@interface IKJSApplication : IKJSObject +@property (readonly, copy) NSString *debugDescription; +@property (readonly, copy) NSString *description; +@property (readonly) unsigned int hash; +@property (readonly) Class superclass; +@property (nonatomic, readonly) NSDictionary *traitCollection; + +- (id)asPrivateIKJSApplication; - (void)dispatchErrorWithMessage:(id)arg1 sourceURL:(id)arg2 line:(id)arg3; - (void)exitAppWithOptions:(id)arg1; - (void)launchAppWithOptions:(id)arg1; @@ -11,5 +18,9 @@ - (void)reload:(id)arg1 :(id)arg2; - (void)resumeAppWithOptions:(id)arg1; - (void)suspendAppWithOptions:(id)arg1; +- (id)traitCollection; +- (void)traitCollectionChanged:(id)arg1; +- (void)update; +- (void)updatedAppWithOptions:(id)arg1; @end diff --git a/PrivateFrameworks/ITMLKit.framework/IKJSDataItem.h b/PrivateFrameworks/ITMLKit.framework/IKJSDataItem.h new file mode 100644 index 0000000000..7f5c668027 --- /dev/null +++ b/PrivateFrameworks/ITMLKit.framework/IKJSDataItem.h @@ -0,0 +1,44 @@ +/* Generated by RuntimeBrowser + Image: /System/Library/PrivateFrameworks/ITMLKit.framework/ITMLKit + */ + +@interface IKJSDataItem : IKJSObject { + NSString * _identifier; + NSMutableArray * _observerRecords; + IKJSDataItem * _parent; + NSArray * _parentAccessorSequence; + NSString * _type; +} + +@property (readonly, copy) NSString *debugDescription; +@property (readonly, copy) NSString *description; +@property (readonly) unsigned int hash; +@property (nonatomic, readonly) NSString *identifier; +@property (nonatomic, readonly) IKJSDataItem *parent; +@property (nonatomic, readonly, copy) NSArray *parentAccessorSequence; +@property (readonly) Class superclass; +@property (nonatomic, readonly) NSString *type; + +- (void).cxx_destruct; +- (void)_notifyObserversForPathString:(id)arg1; +- (void)_notifyObserversForSubpathString:(id)arg1 inDataItem:(id)arg2; +- (void)_setParent:(id)arg1 accessorSequence:(id)arg2; +- (id)_valueForAccessorSequence:(id)arg1 closestParent:(id*)arg2 accessorSequenceFromClosestParent:(id*)arg3; +- (void)addObserver:(id)arg1 forPropertyPathWithString:(id)arg2; +- (void)addObserver:(id)arg1 forSubscriptsOfPropertyPathWithString:(id)arg2; +- (id)asPrivateIKJSDataItem; +- (id)getPropertyPath:(id)arg1; +- (id)identifier; +- (id)initWithType:(id)arg1 :(id)arg2; +- (id)parent; +- (id)parentAccessorSequence; +- (void)removeObserver:(id)arg1; +- (void)resetValueForPropertyPath:(id)arg1; +- (void)setPropertyPath:(id)arg1 :(id)arg2; +- (void)setValue:(id)arg1 forPropertyPath:(id)arg2; +- (void)touchPropertyPath:(id)arg1; +- (id)type; +- (id)valueForPropertyPath:(id)arg1; +- (id)valuesForPropertyPath:(id)arg1 subscriptRange:(struct _NSRange { unsigned int x1; unsigned int x2; })arg2; + +@end diff --git a/PrivateFrameworks/ITMLKit.framework/IKJSDevice.h b/PrivateFrameworks/ITMLKit.framework/IKJSDevice.h index c2efacb1e5..cf30456c40 100644 --- a/PrivateFrameworks/ITMLKit.framework/IKJSDevice.h +++ b/PrivateFrameworks/ITMLKit.framework/IKJSDevice.h @@ -2,20 +2,30 @@ Image: /System/Library/PrivateFrameworks/ITMLKit.framework/ITMLKit */ -@interface IKJSDevice : IKJSObject { +@interface IKJSDevice : IKJSObject { * _deviceConfig; id _isNetworkTypeChangedToken; + id _networkReachabilityChangedToken; + RadiosPreferences * _radioPrefs; } @property (nonatomic, readonly) NSString *advertisingIdentifier; @property (nonatomic, readonly) NSString *appIdentifier; @property (nonatomic, readonly) NSString *appVersion; +@property (readonly, copy) NSString *debugDescription; +@property (readonly, copy) NSString *description; @property (nonatomic) *deviceConfig; +@property (readonly) unsigned int hash; @property (nonatomic, readonly) BOOL isAdvertisingTrackingEnabled; +@property (nonatomic, readonly) BOOL isInAirplaneMode; @property (nonatomic, readonly) BOOL isInRetailDemoMode; +@property (nonatomic, readonly) BOOL isNetworkReachable; +@property (nonatomic, readonly) double lastNetworkChangedTime; @property (nonatomic, readonly) NSString *model; +@property (nonatomic, readonly) NSString *networkType; @property (nonatomic, readonly) NSNumber *pixelRatio; @property (nonatomic, readonly) NSString *productType; +@property (readonly) Class superclass; @property (nonatomic, readonly) NSString *systemVersion; @property (nonatomic, readonly) NSString *vendorID; @property (nonatomic, readonly) NSString *vendorIdentifier; @@ -23,17 +33,23 @@ + (id)getMobileGestaltString:(struct __CFString { }*)arg1; - (void).cxx_destruct; -- (void)_networkTypeDidChangeNotification:(id)arg1; +- (void)_notifyObservers; - (id)advertisingIdentifier; +- (void)airplaneModeChanged; - (id)appIdentifier; - (id)appVersion; +- (id)asPrivateIKJSDevice; - (id)capacity:(id)arg1; - (void)dealloc; - (id)deviceConfig; - (id)initWithAppContext:(id)arg1 deviceConfig:(id)arg2; - (BOOL)isAdvertisingTrackingEnabled; +- (BOOL)isInAirplaneMode; - (BOOL)isInRetailDemoMode; +- (BOOL)isNetworkReachable; +- (double)lastNetworkChangedTime; - (id)model; +- (id)networkType; - (id)pixelRatio; - (id)productType; - (void)setDeviceConfig:(id)arg1; diff --git a/PrivateFrameworks/ITMLKit.framework/IKJSDeviceSettings.h b/PrivateFrameworks/ITMLKit.framework/IKJSDeviceSettings.h index 393696386c..4dfae705d1 100644 --- a/PrivateFrameworks/ITMLKit.framework/IKJSDeviceSettings.h +++ b/PrivateFrameworks/ITMLKit.framework/IKJSDeviceSettings.h @@ -2,14 +2,17 @@ Image: /System/Library/PrivateFrameworks/ITMLKit.framework/ITMLKit */ -@interface IKJSDeviceSettings : IKJSObject { +@interface IKJSDeviceSettings : IKJSObject { * _deviceConfig; id _restrictionDidChangeToken; } @property (nonatomic, readonly) IKJSRestrictions *Restrictions; @property (nonatomic, readonly) struct CGSize { float x1; float x2; } Screen; +@property (readonly, copy) NSString *debugDescription; +@property (readonly, copy) NSString *description; @property (nonatomic) *deviceConfig; +@property (readonly) unsigned int hash; @property (nonatomic, readonly, retain) NSString *language; @property (nonatomic, readonly, retain) NSString *name; @property (nonatomic, readonly, retain) NSString *preferredVideoFormat; @@ -17,12 +20,14 @@ @property (nonatomic, readonly) IKJSRestrictions *restrictions; @property (nonatomic, readonly) struct CGSize { float x1; float x2; } screen; @property (nonatomic, readonly, retain) NSString *storefrontCountryCode; +@property (readonly) Class superclass; - (void).cxx_destruct; - (id)Restrictions; - (struct CGSize { float x1; float x2; })Screen; - (id)_formatStringForVideoFormat:(unsigned int)arg1; - (void)_restrictionsDidChangeNotification:(id)arg1; +- (id)asPrivateIKJSDeviceSettings; - (void)dealloc; - (id)deviceConfig; - (id)initWithAppContext:(id)arg1 deviceConfig:(id)arg2; diff --git a/PrivateFrameworks/ITMLKit.framework/IKJSITunesStore.h b/PrivateFrameworks/ITMLKit.framework/IKJSITunesStore.h index b43897cbaa..2f59e5b688 100644 --- a/PrivateFrameworks/ITMLKit.framework/IKJSITunesStore.h +++ b/PrivateFrameworks/ITMLKit.framework/IKJSITunesStore.h @@ -2,7 +2,7 @@ Image: /System/Library/PrivateFrameworks/ITMLKit.framework/ITMLKit */ -@interface IKJSITunesStore : IKJSObject { +@interface IKJSITunesStore : IKJSObject { struct os_unfair_lock_s { unsigned int _os_unfair_lock_opaque; } _bagOperationLock; @@ -21,10 +21,14 @@ @property (nonatomic, readonly) NSDictionary *accountInfo; @property (nonatomic, retain) id cookie; @property (nonatomic, retain) NSString *cookieURL; +@property (readonly, copy) NSString *debugDescription; +@property (readonly, copy) NSString *description; +@property (readonly) unsigned int hash; @property (getter=isManagedAppleID, nonatomic, readonly) BOOL managedAppleID; @property (nonatomic, readonly) NSString *networkConnectionType; @property (nonatomic) ISLoadURLBagOperation *pendingBagOperation; @property (nonatomic, retain) NSString *storefront; +@property (readonly) Class superclass; @property (nonatomic, readonly) NSString *userAgent; + (id)_URLBagContext; @@ -40,6 +44,7 @@ - (void)_updateBag:(BOOL)arg1; - (void)_updateWithBag:(id)arg1; - (id)accountInfo; +- (id)asPrivateIKJSITunesStore; - (void)authenticate:(id)arg1 :(id)arg2; - (void)clearCookies; - (id)cookie; diff --git a/PrivateFrameworks/ITMLKit.framework/IKJSImpression.h b/PrivateFrameworks/ITMLKit.framework/IKJSImpression.h index a419b3645e..51899405a3 100644 --- a/PrivateFrameworks/ITMLKit.framework/IKJSImpression.h +++ b/PrivateFrameworks/ITMLKit.framework/IKJSImpression.h @@ -2,7 +2,7 @@ Image: /System/Library/PrivateFrameworks/ITMLKit.framework/ITMLKit */ -@interface IKJSImpression : IKJSObject { +@interface IKJSImpression : IKJSObject { long _indexInParent; NSString * _metricsData; NSString * _metricsTag; @@ -13,6 +13,9 @@ @property (nonatomic, readonly) NSArray *children; @property (nonatomic, readonly) NSString *data; +@property (readonly, copy) NSString *debugDescription; +@property (readonly, copy) NSString *description; +@property (readonly) unsigned int hash; @property (nonatomic, readonly) NSString *impressionQueueTag; @property (nonatomic, readonly) long index; @property (nonatomic) long indexInParent; @@ -22,11 +25,13 @@ @property (nonatomic, retain) NSMutableArray *mutableTimestamps; @property (nonatomic, readonly) id parent; @property (nonatomic) IKJSImpression *parentImpression; +@property (readonly) Class superclass; @property (nonatomic, readonly) NSArray *timestamps; - (void).cxx_destruct; - (void)addChild:(id)arg1; - (void)addTimestamp:(long long)arg1; +- (id)asPrivateIKJSImpression; - (id)children; - (id)data; - (id)description; diff --git a/PrivateFrameworks/ITMLKit.framework/IKJSLegacyPlayer.h b/PrivateFrameworks/ITMLKit.framework/IKJSLegacyPlayer.h index 516f278702..24d43cb054 100644 --- a/PrivateFrameworks/ITMLKit.framework/IKJSLegacyPlayer.h +++ b/PrivateFrameworks/ITMLKit.framework/IKJSLegacyPlayer.h @@ -2,15 +2,20 @@ Image: /System/Library/PrivateFrameworks/ITMLKit.framework/ITMLKit */ -@interface IKJSLegacyPlayer : IKJSObject { +@interface IKJSLegacyPlayer : IKJSObject { * _appBridge; } @property (nonatomic) *appBridge; @property (nonatomic, readonly) IKDOMElement *currentAVMediaElement; +@property (readonly, copy) NSString *debugDescription; +@property (readonly, copy) NSString *description; +@property (readonly) unsigned int hash; +@property (readonly) Class superclass; - (void).cxx_destruct; - (id)appBridge; +- (id)asPrivateIKJSLegacyPlayer; - (id)currentAVMediaElement; - (void)setAppBridge:(id)arg1; diff --git a/PrivateFrameworks/ITMLKit.framework/IKJSMediaItem.h b/PrivateFrameworks/ITMLKit.framework/IKJSMediaItem.h index eff5e22067..1bd577fbd5 100644 --- a/PrivateFrameworks/ITMLKit.framework/IKJSMediaItem.h +++ b/PrivateFrameworks/ITMLKit.framework/IKJSMediaItem.h @@ -16,6 +16,7 @@ @property (nonatomic, retain) NSArray *highlightGroups; @property (nonatomic, retain) NSArray *interstitials; @property (nonatomic) BOOL isExplicit; +@property (nonatomic, retain) NSDictionary *metadata; @property (nonatomic, retain) NSNumber *resumeTime; @property (nonatomic, retain) NSString *subtitle; @property (nonatomic, retain) NSString *title; @@ -39,6 +40,7 @@ - (void)loadCertificateDataForURI:(id)arg1 withCallback:(id /* block */)arg2; - (void)loadContentIdentifierDataForURI:(id)arg1 withCallback:(id /* block */)arg2; - (void)loadKeyDataForURI:(id)arg1 requestData:(id)arg2 withCallback:(id /* block */)arg3; +- (id)metadata; - (id)ratingBadge; - (id)resumeTime; - (void)setArtworkImageURL:(id)arg1; @@ -51,6 +53,7 @@ - (void)setHighlightGroups:(id)arg1; - (void)setInterstitials:(id)arg1; - (void)setIsExplicit:(BOOL)arg1; +- (void)setMetadata:(id)arg1; - (void)setRatingBadge:(id)arg1; - (void)setResumeTime:(id)arg1; - (void)setSubtitle:(id)arg1; diff --git a/PrivateFrameworks/ITMLKit.framework/IKJSRestrictions.h b/PrivateFrameworks/ITMLKit.framework/IKJSRestrictions.h index e357e4958f..e650cebb43 100644 --- a/PrivateFrameworks/ITMLKit.framework/IKJSRestrictions.h +++ b/PrivateFrameworks/ITMLKit.framework/IKJSRestrictions.h @@ -2,17 +2,22 @@ Image: /System/Library/PrivateFrameworks/ITMLKit.framework/ITMLKit */ -@interface IKJSRestrictions : IKJSObject +@interface IKJSRestrictions : IKJSObject @property (nonatomic, readonly) BOOL allowArtistActivity; @property (nonatomic, readonly) BOOL allowsErotica; @property (nonatomic, readonly) BOOL allowsExplicit; +@property (nonatomic, readonly) BOOL allowsITunes; @property (nonatomic, readonly) BOOL appAnalyticsAllowed; @property (nonatomic, readonly) BOOL appInstallationAllowed; +@property (readonly, copy) NSString *debugDescription; +@property (readonly, copy) NSString *description; +@property (readonly) unsigned int hash; @property (nonatomic, readonly) int maxAppRank; @property (nonatomic, readonly) NSString *maxAppRating; @property (nonatomic, readonly) int maxMovieRank; @property (nonatomic, readonly) int maxTVShowRank; +@property (readonly) Class superclass; + (id)restrictionsDidChangeNotificationName; @@ -21,8 +26,10 @@ - (BOOL)allowArtistActivity; - (BOOL)allowsErotica; - (BOOL)allowsExplicit; +- (BOOL)allowsITunes; - (BOOL)appAnalyticsAllowed; - (BOOL)appInstallationAllowed; +- (id)asPrivateIKJSRestrictions; - (int)maxAppRank; - (id)maxAppRating; - (int)maxMovieRank; diff --git a/PrivateFrameworks/ITMLKit.framework/IKJSTabBar.h b/PrivateFrameworks/ITMLKit.framework/IKJSTabBar.h index 7943958255..594f4f1991 100644 --- a/PrivateFrameworks/ITMLKit.framework/IKJSTabBar.h +++ b/PrivateFrameworks/ITMLKit.framework/IKJSTabBar.h @@ -2,26 +2,31 @@ Image: /System/Library/PrivateFrameworks/ITMLKit.framework/ITMLKit */ -@interface IKJSTabBar : IKJSObject { +@interface IKJSTabBar : IKJSObject { IKAppTabBar * _appTabBar; NSArray * _tabItems; } @property (nonatomic, readonly) IKAppTabBar *appTabBar; +@property (readonly, copy) NSString *debugDescription; +@property (readonly, copy) NSString *description; +@property (readonly) unsigned int hash; @property (nonatomic, retain) IKJSTabBarItem *selectedTab; +@property (readonly) Class superclass; @property (retain) NSArray *tabItems; @property (nonatomic, readonly) NSArray *tabs; -@property (nonatomic, readonly) IKJSTabBarItem *transientTab; - (void).cxx_destruct; -- (void)_reload; +- (void)_onSelectSync; +- (void)_setSelectedTabNavigationDocumentOnJSContext:(id)arg1; - (id)appTabBar; +- (id)asPrivateIKJSTabBar; - (id)initWithAppContext:(id)arg1 appTabBar:(id)arg2; -- (void)onReload; - (void)onSelect; - (id)selectedTab; - (void)setSelectedTab:(id)arg1; - (void)setTabItems:(id)arg1; +- (void)setTabs:(id)arg1; - (id)tabItems; - (id)tabs; - (id)transientTab; diff --git a/PrivateFrameworks/ITMLKit.framework/IKJSTabBarItem.h b/PrivateFrameworks/ITMLKit.framework/IKJSTabBarItem.h index 9a924ad6c8..74bf793dfb 100644 --- a/PrivateFrameworks/ITMLKit.framework/IKJSTabBarItem.h +++ b/PrivateFrameworks/ITMLKit.framework/IKJSTabBarItem.h @@ -2,34 +2,36 @@ Image: /System/Library/PrivateFrameworks/ITMLKit.framework/ITMLKit */ -@interface IKJSTabBarItem : IKJSObject { +@interface IKJSTabBarItem : IKJSObject { NSString * _identifier; JSManagedValue * _managedNavigationDocument; JSManagedValue * _managedSelf; * _navigationControllerDelegate; IKJSNavigationDocument * _navigationDocument; IKJSTabBar * _owner; - NSString * _rootURL; } +@property (readonly, copy) NSString *debugDescription; +@property (readonly, copy) NSString *description; +@property (readonly) unsigned int hash; @property (nonatomic, readonly) NSString *identifier; @property (nonatomic, retain) JSManagedValue *managedNavigationDocument; @property (nonatomic, retain) JSManagedValue *managedSelf; @property (nonatomic, readonly) *navigationControllerDelegate; @property (nonatomic, readonly) IKJSNavigationDocument *navigationDocument; @property (nonatomic) IKJSTabBar *owner; -@property (nonatomic, readonly) NSString *rootURL; +@property (readonly) Class superclass; - (void).cxx_destruct; +- (id)asPrivateIKJSTabBarItem; - (void)dealloc; - (id)identifier; -- (id)initWithAppContext:(id)arg1 identifier:(id)arg2 rootURL:(id)arg3 navigationController:(id)arg4 owner:(id)arg5; +- (id)initWithAppContext:(id)arg1 identifier:(id)arg2 navigationController:(id)arg3 owner:(id)arg4; - (id)managedNavigationDocument; - (id)managedSelf; - (id)navigationControllerDelegate; - (id)navigationDocument; - (id)owner; -- (id)rootURL; - (void)setManagedNavigationDocument:(id)arg1; - (void)setManagedSelf:(id)arg1; - (void)setOwner:(id)arg1; diff --git a/PrivateFrameworks/ITMLKit.framework/IKJSXMLHTTPRequest.h b/PrivateFrameworks/ITMLKit.framework/IKJSXMLHTTPRequest.h index 3bb9c5ab4e..633aa0e540 100644 --- a/PrivateFrameworks/ITMLKit.framework/IKJSXMLHTTPRequest.h +++ b/PrivateFrameworks/ITMLKit.framework/IKJSXMLHTTPRequest.h @@ -2,7 +2,7 @@ Image: /System/Library/PrivateFrameworks/ITMLKit.framework/ITMLKit */ -@interface IKJSXMLHTTPRequest : IKJSEventListenerObject { +@interface IKJSXMLHTTPRequest : IKJSEventListenerObject { BOOL _async; NSString * _dataToSend; BOOL _inProgress; @@ -31,6 +31,8 @@ NSURLConnection * _urlConnection; NSMutableURLRequest * _urlRequest; NSHTTPURLResponse * _urlResponse; + NSURLSession * _urlSession; + NSURLSessionConfiguration * _urlSessionConfiguration; NSString * _user; unsigned long timeout; } @@ -67,17 +69,28 @@ @property (nonatomic, retain) NSURLConnection *urlConnection; @property (nonatomic, retain) NSMutableURLRequest *urlRequest; @property (nonatomic, retain) NSHTTPURLResponse *urlResponse; +@property (nonatomic, retain) NSURLSession *urlSession; +@property (nonatomic, copy) NSURLSessionConfiguration *urlSessionConfiguration; @property (nonatomic, retain) NSString *user; + (id)xhrOperationQueue; - (void).cxx_destruct; +- (void)URLSession:(id)arg1 dataTask:(id)arg2 didReceiveData:(id)arg3; +- (void)URLSession:(id)arg1 dataTask:(id)arg2 didReceiveResponse:(id)arg3 completionHandler:(id /* block */)arg4; +- (void)URLSession:(id)arg1 task:(id)arg2 didCompleteWithError:(id)arg3; +- (void)URLSession:(id)arg1 task:(id)arg2 willPerformHTTPRedirection:(id)arg3 newRequest:(id)arg4 completionHandler:(id /* block */)arg5; - (void)_abort; - (void)_clearAllReadyStateChangeMessagesAndSquashFutureOnes; - (id)_constructProgressEventData; - (id)_createStoreOperation:(id)arg1; - (id)_dequeueReadyStateChangeMessage; - (BOOL)_isPrimeError:(int)arg1 output:(id)arg2; +- (void)_loadingDidFailWithError:(id)arg1; +- (void)_loadingDidFinish; +- (void)_loadingDidReceiveData:(id)arg1; +- (void)_loadingDidReceiveResponse:(id)arg1; +- (id)_loadingWillSendRequest:(id)arg1 redirectResponse:(id)arg2; - (void)_openWithMethod:(id)arg1 url:(id)arg2 async:(BOOL)arg3 user:(id)arg4 password:(id)arg5; - (void)_operationFinished:(id)arg1; - (void)_prime:(id)arg1; @@ -149,6 +162,8 @@ - (void)setUrlConnection:(id)arg1; - (void)setUrlRequest:(id)arg1; - (void)setUrlResponse:(id)arg1; +- (void)setUrlSession:(id)arg1; +- (void)setUrlSessionConfiguration:(id)arg1; - (void)setUser:(id)arg1; - (unsigned int)status; - (id)statusText; @@ -156,6 +171,8 @@ - (id)urlConnection; - (id)urlRequest; - (id)urlResponse; +- (id)urlSession; +- (id)urlSessionConfiguration; - (id)user; @end diff --git a/PrivateFrameworks/ITMLKit.framework/IKNavigationItem.h b/PrivateFrameworks/ITMLKit.framework/IKNavigationItem.h new file mode 100644 index 0000000000..9dcd222d41 --- /dev/null +++ b/PrivateFrameworks/ITMLKit.framework/IKNavigationItem.h @@ -0,0 +1,20 @@ +/* Generated by RuntimeBrowser + Image: /System/Library/PrivateFrameworks/ITMLKit.framework/ITMLKit + */ + +@interface IKNavigationItem : NSObject { + IKAppDocument * _document; + NSDictionary * _options; +} + +@property (nonatomic, retain) IKAppDocument *document; +@property (nonatomic, retain) NSDictionary *options; + +- (void).cxx_destruct; +- (id)document; +- (id)initWithDocument:(id)arg1 presentationOptions:(id)arg2; +- (id)options; +- (void)setDocument:(id)arg1; +- (void)setOptions:(id)arg1; + +@end diff --git a/PrivateFrameworks/ITMLKit.framework/IKSectionElement.h b/PrivateFrameworks/ITMLKit.framework/IKSectionElement.h index 4de56ec6f4..67d620db8c 100644 --- a/PrivateFrameworks/ITMLKit.framework/IKSectionElement.h +++ b/PrivateFrameworks/ITMLKit.framework/IKSectionElement.h @@ -2,16 +2,22 @@ Image: /System/Library/PrivateFrameworks/ITMLKit.framework/ITMLKit */ -@interface IKSectionElement : IKViewElement { +@interface IKSectionElement : IKDataSourceElement { NSArray * _items; } +@property (readonly, copy) NSString *debugDescription; +@property (readonly, copy) NSString *description; +@property (readonly) unsigned int hash; @property (nonatomic, readonly, retain) IKHeaderElement *header; @property (nonatomic, readonly, retain) NSArray *items; +@property (readonly) Class superclass; - (void).cxx_destruct; +- (void)appDocumentDidMarkStylesDirty; - (id)applyUpdatesWithElement:(id)arg1; - (id)header; - (id)items; +- (id)unboundItemElements; @end diff --git a/PrivateFrameworks/ITMLKit.framework/IKSplitTemplate.h b/PrivateFrameworks/ITMLKit.framework/IKSplitTemplate.h new file mode 100644 index 0000000000..c7e98335ea --- /dev/null +++ b/PrivateFrameworks/ITMLKit.framework/IKSplitTemplate.h @@ -0,0 +1,25 @@ +/* Generated by RuntimeBrowser + Image: /System/Library/PrivateFrameworks/ITMLKit.framework/ITMLKit + */ + +@interface IKSplitTemplate : IKViewElement { + NSString * _displayMode; + IKDOMFeatureNavigationDocument * _leftNavigationDocument; + IKDOMFeatureNavigationDocument * _rightNavigationDocument; +} + +@property (nonatomic, copy) NSString *displayMode; +@property (nonatomic, readonly) IKDOMFeatureNavigationDocument *leftNavigationDocument; +@property (nonatomic, readonly) IKDOMFeatureNavigationDocument *rightNavigationDocument; + ++ (id)supportedFeatures; + +- (void).cxx_destruct; +- (id)_featureWithName:(id)arg1; +- (id)displayMode; +- (id)initWithDOMElement:(id)arg1 parent:(id)arg2 elementFactory:(id)arg3; +- (id)leftNavigationDocument; +- (id)rightNavigationDocument; +- (void)setDisplayMode:(id)arg1; + +@end diff --git a/PrivateFrameworks/ITMLKit.framework/IKStyleMediaQuery.h b/PrivateFrameworks/ITMLKit.framework/IKStyleMediaQuery.h index 382b79ff55..8c97816fd9 100644 --- a/PrivateFrameworks/ITMLKit.framework/IKStyleMediaQuery.h +++ b/PrivateFrameworks/ITMLKit.framework/IKStyleMediaQuery.h @@ -4,11 +4,13 @@ @interface IKStyleMediaQuery : NSObject { NSDictionary * _featureValues; + NSString * _identifier; BOOL _isNegated; NSString * _mediaType; } @property (nonatomic, readonly, retain) NSDictionary *featureValues; +@property (nonatomic, readonly) NSString *identifier; @property (nonatomic, readonly) BOOL isNegated; @property (nonatomic, readonly, retain) NSString *mediaType; @@ -16,6 +18,7 @@ - (void).cxx_destruct; - (id)featureValues; +- (id)identifier; - (id)initWithMediaType:(id)arg1 featureValues:(id)arg2 isNegated:(BOOL)arg3; - (BOOL)isNegated; - (id)mediaType; diff --git a/PrivateFrameworks/ITMLKit.framework/IKTextBadgeAttachment.h b/PrivateFrameworks/ITMLKit.framework/IKTextBadgeAttachment.h index a04088553e..c6dbeef3f9 100644 --- a/PrivateFrameworks/ITMLKit.framework/IKTextBadgeAttachment.h +++ b/PrivateFrameworks/ITMLKit.framework/IKTextBadgeAttachment.h @@ -9,6 +9,11 @@ @property (nonatomic, readonly, retain) IKBadgeElement *badge; @property (nonatomic, retain) IKColor *tintColor; +@property (setter=tv_setCurrentTintColor:, nonatomic, retain) IKColor *tv_currentTintColor; +@property (setter=tv_setHighlightColor:, nonatomic, retain) IKColor *tv_highlightColor; +@property (getter=tv_isResolving, nonatomic, readonly) BOOL tv_resolving; + +// Image: /System/Library/PrivateFrameworks/ITMLKit.framework/ITMLKit - (void).cxx_destruct; - (id)badge; @@ -16,4 +21,17 @@ - (void)setTintColor:(id)arg1; - (id)tintColor; +// Image: /System/Library/PrivateFrameworks/TVMLKit.framework/TVMLKit + +- (id)tv_currentTintColor; +- (id)tv_highlightColor; +- (id)tv_imageProxy; +- (BOOL)tv_isResolving; +- (void)tv_resolveWithTextLayoutObserver:(id /* block */)arg1; +- (void)tv_setCurrentTintColor:(id)arg1; +- (void)tv_setHighlightColor:(id)arg1; +- (void)tv_setImage:(id)arg1; +- (void)tv_setImageProxy:(id)arg1; +- (void)tv_setResolving:(BOOL)arg1; + @end diff --git a/PrivateFrameworks/ITMLKit.framework/IKTextElement.h b/PrivateFrameworks/ITMLKit.framework/IKTextElement.h index 4a48b71236..bb662bc2a1 100644 --- a/PrivateFrameworks/ITMLKit.framework/IKTextElement.h +++ b/PrivateFrameworks/ITMLKit.framework/IKTextElement.h @@ -34,6 +34,14 @@ - (id)text; - (unsigned int)textStyle; +// Image: /System/Library/PrivateFrameworks/TVMLKit.framework/TVMLKit + +- (id)tv_associatedViewElement; +- (id)tv_attributedString; +- (id)tv_attributedStringWithForegroundColor:(id)arg1 textAlignment:(int)arg2; +- (id)tv_textAttributes; +- (int)tv_textStyle; + // Image: /System/Library/PrivateFrameworks/VideosExtras.framework/VideosExtras - (id)textAttributes; diff --git a/PrivateFrameworks/ITMLKit.framework/IKTextFieldElement.h b/PrivateFrameworks/ITMLKit.framework/IKTextFieldElement.h index bde0b58acb..f8c49c1c70 100644 --- a/PrivateFrameworks/ITMLKit.framework/IKTextFieldElement.h +++ b/PrivateFrameworks/ITMLKit.framework/IKTextFieldElement.h @@ -8,10 +8,17 @@ @property (nonatomic, readonly) IKAppKeyboard *keyboard; +// Image: /System/Library/PrivateFrameworks/ITMLKit.framework/ITMLKit + + (id)supportedFeatures; - (void).cxx_destruct; - (id)initWithDOMElement:(id)arg1 parent:(id)arg2 elementFactory:(id)arg3; - (id)keyboard; +// Image: /System/Library/PrivateFrameworks/TVMLKit.framework/TVMLKit + +- (BOOL)tv_isSecure; +- (int)tv_keyboardType; + @end diff --git a/PrivateFrameworks/ITMLKit.framework/IKViewElement.h b/PrivateFrameworks/ITMLKit.framework/IKViewElement.h index 0df5b8c13c..ca0728231e 100644 --- a/PrivateFrameworks/ITMLKit.framework/IKViewElement.h +++ b/PrivateFrameworks/ITMLKit.framework/IKViewElement.h @@ -2,13 +2,13 @@ Image: /System/Library/PrivateFrameworks/ITMLKit.framework/ITMLKit */ -@interface IKViewElement : NSObject { +@interface IKViewElement : NSObject { NSString * _accessibilityText; NSMutableSet * _activeSingularEvents; IKAppDocument * _appDocument; NSDictionary * _attributes; NSString * _autoHighlightIdentifier; - NSArray * _children; + IKDOMBindingController * _bindingController; BOOL _didUpdateAutoHighlightIdentifier; BOOL _disabled; NSString * _elementID; @@ -21,8 +21,15 @@ NSMutableDictionary * _metadataDict; IKViewElement * _parent; * _parentStyleableElement; + BOOL _partOfPrototype; + NSDictionary * _prototypesByType; + IKViewElement * _prototypesElement; + BOOL _prototypesUpdated; IKViewElementStyleComposer * _styleComposer; + NSArray * _unfilteredChildren; + IKElementChangeSet * _unfilteredChildrenChangeset; unsigned int _updateType; + NSArray * _visibleChildren; } @property (nonatomic, readonly, copy) NSString *accessibilityText; @@ -30,7 +37,8 @@ @property (nonatomic) IKAppDocument *appDocument; @property (nonatomic, readonly, retain) NSDictionary *attributes; @property (nonatomic, copy) NSString *autoHighlightIdentifier; -@property (nonatomic, retain) NSArray *children; +@property (nonatomic, readonly) IKDOMBindingController *bindingController; +@property (nonatomic, readonly, retain) NSArray *children; @property (readonly, copy) NSString *debugDescription; @property (readonly, copy) NSString *description; @property (nonatomic) BOOL didUpdateAutoHighlightIdentifier; @@ -41,29 +49,37 @@ @property (nonatomic, readonly) SKUIEntityProviderListViewElement *entityProviderList; @property (nonatomic, readonly, copy) NSArray *features; @property (readonly) unsigned int hash; +@property (getter=isHidden, nonatomic, readonly) BOOL hidden; @property (getter=isImpressionable, nonatomic) BOOL impressionable; @property (nonatomic, readonly) NSDictionary *impressionableAttributes; @property (nonatomic, readonly, retain) NSString *itmlID; @property (nonatomic, retain) NSMutableDictionary *metadataDict; @property (nonatomic) IKViewElement *parent; @property (nonatomic, readonly) *parentStyleableElement; +@property (getter=isPartOfPrototype, nonatomic, readonly) BOOL partOfPrototype; +@property (nonatomic, readonly) NSDictionary *prototypesByType; +@property (nonatomic, readonly) BOOL prototypesUpdated; @property (nonatomic, readonly, retain) IKViewElementStyle *style; @property (nonatomic, retain) IKViewElementStyleComposer *styleComposer; @property (readonly) Class superclass; +@property (nonatomic, readonly, retain) NSArray *unfilteredChildren; +@property (nonatomic, readonly) IKElementChangeSet *unfilteredChildrenChangeset; @property (nonatomic) unsigned int updateType; // Image: /System/Library/PrivateFrameworks/ITMLKit.framework/ITMLKit ++ (id)_prototypesByTypeForDOMElement:(id)arg1 prototypesDOMElement:(id*)arg2; + (unsigned int)evaluateElementUpdateTypeAndReset:(id)arg1; + (BOOL)shouldParseChildDOMElement:(id)arg1; + (BOOL)shouldParseChildDOMElements; + (id)supportedFeatures; ++ (void)willParseDOMElement:(id)arg1; - (void).cxx_destruct; -- (void)_applyUpdatesToChildrenWithElements:(id)arg1; -- (void)_reorderAndUpdateChildrenWithElements:(id)arg1; +- (void)_propagateUpdateType:(unsigned int)arg1; - (void)_resetUpdates; - (void)_setAppDocument:(id)arg1; +- (void)_updateSubtreeWithElement:(id)arg1; - (id)accessibilityText; - (id)activeSingularEvents; - (id)appDocument; @@ -71,11 +87,13 @@ - (id)applyUpdatesWithElement:(id)arg1; - (id)attributes; - (id)autoHighlightIdentifier; +- (id)bindingController; - (id)childElementWithType:(unsigned int)arg1; - (id)childElementsWithType:(unsigned int)arg1; - (id)childImageElementWithType:(unsigned int)arg1; - (id)childTextElementWithStyle:(unsigned int)arg1; - (id)children; +- (void)configureUpdatesWithElement:(id)arg1; - (void)dealloc; - (id)debugDescription; - (BOOL)didUpdateAutoHighlightIdentifier; @@ -88,18 +106,23 @@ - (id)impressionableAttributes; - (id)init; - (id)initWithDOMElement:(id)arg1 parent:(id)arg2 elementFactory:(id)arg3; +- (id)initWithPrototypeElement:(id)arg1 parent:(id)arg2 appDataItem:(id)arg3; - (BOOL)isDisabled; +- (BOOL)isHidden; - (BOOL)isImpressionable; +- (BOOL)isPartOfPrototype; - (id)itmlID; - (id)metadataDict; - (id)objectForKeyedSubscript:(id)arg1; - (id)parent; - (id)parentStyleableElement; +- (id)prototypesByType; +- (BOOL)prototypesUpdated; - (void)resetProperty:(unsigned int)arg1; +- (void)retrievePresentationDocument:(id /* block */)arg1; - (void)setActiveSingularEvents:(id)arg1; - (void)setAppDocument:(id)arg1; - (void)setAutoHighlightIdentifier:(id)arg1; -- (void)setChildren:(id)arg1; - (void)setDidUpdateAutoHighlightIdentifier:(BOOL)arg1; - (void)setDisabled:(BOOL)arg1; - (void)setImpressionable:(BOOL)arg1; @@ -109,8 +132,11 @@ - (void)setStyleComposer:(id)arg1; - (void)setUpdateType:(unsigned int)arg1; - (void)setViewElementUpdateType:(unsigned int)arg1; +- (BOOL)shouldResolveDataForDOMBindingController:(id)arg1; - (id)style; - (id)styleComposer; +- (id)unfilteredChildren; +- (id)unfilteredChildrenChangeset; - (unsigned int)updateType; // Image: /System/Library/Frameworks/VideoSubscriberAccount.framework/VideoSubscriberAccount @@ -122,4 +148,11 @@ - (id)entityProviderList; +// Image: /System/Library/PrivateFrameworks/TVMLKit.framework/TVMLKit + +- (id)itemElementsOfType:(unsigned int)arg1; +- (id)tv_associatedViewElement; +- (id)tv_associatedViewElementWithDefaultClass:(Class)arg1; +- (unsigned int)tv_elementType; + @end diff --git a/PrivateFrameworks/ITMLKit.framework/IKViewElementFactory.h b/PrivateFrameworks/ITMLKit.framework/IKViewElementFactory.h index cad92f5375..38a3124f7d 100644 --- a/PrivateFrameworks/ITMLKit.framework/IKViewElementFactory.h +++ b/PrivateFrameworks/ITMLKit.framework/IKViewElementFactory.h @@ -3,10 +3,12 @@ */ @interface IKViewElementFactory : NSObject { + IKViewElementRegistry * _elementRegistry; struct { unsigned int sparse : 1; unsigned int parsingUpdatedTree : 1; unsigned int parsingReorderedSiblings : 1; + unsigned int parsingUpdatedData : 1; } _parsingFlags; IKViewElementStyleFactory * _styleFactory; } @@ -15,7 +17,6 @@ @property (nonatomic, retain) IKViewElementStyleFactory *styleFactory; + (Class)elementClassByTagName:(id)arg1; -+ (unsigned int)elementTypeByTagName:(id)arg1; + (id)elementsForDocumentElement:(id)arg1 sparse:(BOOL)arg2 styleFactory:(id*)arg3; + (void)initialize; + (BOOL)isDependentByTagName:(id)arg1; @@ -23,7 +24,10 @@ + (void)registerClass:(Class)arg1 forElementName:(id)arg2 elementType:(unsigned int)arg3 dependent:(BOOL)arg4; - (void).cxx_destruct; +- (Class)elementClassByTagName:(id)arg1; - (id)elementForDOMElement:(id)arg1 parent:(id)arg2; +- (unsigned int)elementTypeByTagName:(id)arg1; +- (id)initWithElementRegistry:(id)arg1; - (BOOL)isSparse; - (void)setSparse:(BOOL)arg1; - (void)setStyleFactory:(id)arg1; diff --git a/PrivateFrameworks/ITMLKit.framework/IKViewElementHandle.h b/PrivateFrameworks/ITMLKit.framework/IKViewElementHandle.h new file mode 100644 index 0000000000..0075ec77a3 --- /dev/null +++ b/PrivateFrameworks/ITMLKit.framework/IKViewElementHandle.h @@ -0,0 +1,19 @@ +/* Generated by RuntimeBrowser + Image: /System/Library/PrivateFrameworks/ITMLKit.framework/ITMLKit + */ + +@interface IKViewElementHandle : NSObject { + id _object; +} + +@property (nonatomic, readonly) IKDOMElement *domElement; +@property (nonatomic) id object; +@property (nonatomic, readonly) IKViewElement *viewElement; + +- (void).cxx_destruct; +- (id)domElement; +- (id)object; +- (void)setObject:(id)arg1; +- (id)viewElement; + +@end diff --git a/PrivateFrameworks/ITMLKit.framework/IKViewElementRegistry.h b/PrivateFrameworks/ITMLKit.framework/IKViewElementRegistry.h new file mode 100644 index 0000000000..fcf2e66a11 --- /dev/null +++ b/PrivateFrameworks/ITMLKit.framework/IKViewElementRegistry.h @@ -0,0 +1,19 @@ +/* Generated by RuntimeBrowser + Image: /System/Library/PrivateFrameworks/ITMLKit.framework/ITMLKit + */ + +@interface IKViewElementRegistry : NSObject { + NSMutableDictionary * _classMap; + NSMutableDictionary * _dependentMap; + NSMutableDictionary * _typeMap; +} + +- (void).cxx_destruct; +- (Class)elementClassByTagName:(id)arg1; +- (unsigned int)elementTypeByTagName:(id)arg1; +- (id)init; +- (BOOL)isDependentByTagName:(id)arg1; +- (void)registerClass:(Class)arg1 forElementName:(id)arg2 elementType:(unsigned int)arg3; +- (void)registerClass:(Class)arg1 forElementName:(id)arg2 elementType:(unsigned int)arg3 dependent:(BOOL)arg4; + +@end diff --git a/PrivateFrameworks/ITMLKit.framework/IKViewElementStyle.h b/PrivateFrameworks/ITMLKit.framework/IKViewElementStyle.h index e3595bdcfc..fd20b8737b 100644 --- a/PrivateFrameworks/ITMLKit.framework/IKViewElementStyle.h +++ b/PrivateFrameworks/ITMLKit.framework/IKViewElementStyle.h @@ -31,6 +31,7 @@ @property (nonatomic, readonly) int fillImage; @property (nonatomic, readonly) float fontSize; @property (nonatomic, readonly) NSString *fontWeight; +@property (nonatomic, readonly) BOOL hidden; @property (nonatomic, readonly) IKColor *ikBackgroundColor; @property (nonatomic, readonly) IKColor *ikBorderColor; @property (nonatomic, readonly) IKColor *ikColor; @@ -73,8 +74,10 @@ + (id)elementStyleWithSelector:(id)arg1 inlineStyleString:(id)arg2 filterBlockedStyles:(BOOL)arg3; + (unsigned int)imageTreatmentFromString:(id)arg1; + (void)initialize; ++ (BOOL)isHiddenStyleRegistered; + (id)normalizeClassSelectorString:(id)arg1; + (unsigned int)positionFromString:(id)arg1; ++ (void)registerHiddenStyle:(id)arg1; + (void)registerStyle:(id)arg1 aliasName:(id)arg2 withType:(unsigned int)arg3 inherited:(BOOL)arg4; + (void)registerStyle:(id)arg1 withType:(unsigned int)arg2 inherited:(BOOL)arg3; + (id)registeredAliases; @@ -111,6 +114,7 @@ - (int)fillImage; - (float)fontSize; - (id)fontWeight; +- (BOOL)hidden; - (id)ikBackgroundColor; - (id)ikBorderColor; - (id)ikColor; @@ -150,6 +154,62 @@ - (id)valueForStyle:(id)arg1; - (id)visibility; +// Image: /System/Library/PrivateFrameworks/TVMLKit.framework/TVMLKit + +- (BOOL)tv_adjustsFontSizeToFitWidth; +- (int)tv_alignment; +- (id)tv_associatedViewElementStyle; +- (id)tv_backgroundColor; +- (id)tv_borderColor; +- (BOOL)tv_borderContinuous; +- (id)tv_borderRadius; +- (struct UIEdgeInsets { float x1; float x2; float x3; float x4; })tv_borderWidths; +- (id)tv_color; +- (unsigned int)tv_columnCount; +- (int)tv_contentAlignment; +- (id)tv_focusAlign; +- (struct UIEdgeInsets { float x1; float x2; float x3; float x4; })tv_focusMargin; +- (unsigned int)tv_focusSizeIncrease; +- (struct CGAffineTransform { float x1; float x2; float x3; float x4; float x5; float x6; })tv_focusTransform; +- (id)tv_fontFamily; +- (float)tv_fontSize; +- (id)tv_fontWeight; +- (id)tv_group; +- (BOOL)tv_hasFocusMargin; +- (float)tv_height; +- (id)tv_highlightColor; +- (id)tv_imageTreatment; +- (float)tv_imageUpscaleFactor; +- (float)tv_interitemSpacing; +- (float)tv_lineSpacing; +- (struct UIEdgeInsets { float x1; float x2; float x3; float x4; })tv_margin; +- (float)tv_maxHeight; +- (unsigned int)tv_maxLines; +- (unsigned int)tv_maxTextLines; +- (float)tv_maxWidth; +- (float)tv_minHeight; +- (float)tv_minWidth; +- (float)tv_minimumScaleFactor; +- (struct UIEdgeInsets { float x1; float x2; float x3; float x4; })tv_padding; +- (int)tv_position; +- (id)tv_progressStyle; +- (id)tv_ratingStyle; +- (unsigned int)tv_rowCount; +- (id)tv_searchStyle; +- (id)tv_shadow; +- (int)tv_textAlignment; +- (id)tv_textHighlightStyle; +- (id)tv_textShadow; +- (id)tv_textStyle; +- (id)tv_textTransform; +- (id)tv_tintColor; +- (id)tv_tintColor2; +- (struct CGAffineTransform { float x1; float x2; float x3; float x4; float x5; float x6; })tv_transform; +- (id)tv_transition; +- (float)tv_transitionInterval; +- (id)tv_visualEffect; +- (float)tv_width; + // Image: /System/Library/PrivateFrameworks/VideosExtras.framework/VideosExtras + (id)positionConstraintsForView:(id)arg1 insets:(struct UIEdgeInsets { float x1; float x2; float x3; float x4; })arg2 position:(unsigned int)arg3; diff --git a/PrivateFrameworks/ITMLKit.framework/_IKJSDataItemObserverRecord.h b/PrivateFrameworks/ITMLKit.framework/_IKJSDataItemObserverRecord.h new file mode 100644 index 0000000000..0a0a131c20 --- /dev/null +++ b/PrivateFrameworks/ITMLKit.framework/_IKJSDataItemObserverRecord.h @@ -0,0 +1,27 @@ +/* Generated by RuntimeBrowser + Image: /System/Library/PrivateFrameworks/ITMLKit.framework/ITMLKit + */ + +@interface _IKJSDataItemObserverRecord : NSObject { + * _observer; + struct { + BOOL hasDidChangePropertyPath; + BOOL hasDidChangeSubPropertyPath; + } _observerFlags; + NSString * _pathString; + BOOL _subscriptWildcard; +} + +@property (nonatomic, readonly) *observer; +@property (nonatomic, readonly) NSString *pathString; +@property (getter=isSubscriptWildcard, nonatomic, readonly) BOOL subscriptWildcard; + +- (void).cxx_destruct; +- (id)initWithObserver:(id)arg1 pathString:(id)arg2 subscriptWildcard:(BOOL)arg3; +- (BOOL)isAffectedByPropertyPathWithString:(id)arg1; +- (BOOL)isAffectedByPropertyPathWithString:(id)arg1 subscript:(int)arg2; +- (BOOL)isSubscriptWildcard; +- (id)observer; +- (id)pathString; + +@end diff --git a/PrivateFrameworks/IntentsFoundation.framework/INFObject.h b/PrivateFrameworks/IntentsFoundation.framework/INFObject.h new file mode 100644 index 0000000000..34b9a692f9 --- /dev/null +++ b/PrivateFrameworks/IntentsFoundation.framework/INFObject.h @@ -0,0 +1,7 @@ +/* Generated by RuntimeBrowser + Image: /System/Library/PrivateFrameworks/IntentsFoundation.framework/IntentsFoundation + */ + +@interface INFObject : NSObject + +@end diff --git a/PrivateFrameworks/KeyboardServices.framework/_KSCloudKitManager.h b/PrivateFrameworks/KeyboardServices.framework/_KSCloudKitManager.h index 11c37ec6de..a05a4bec0e 100644 --- a/PrivateFrameworks/KeyboardServices.framework/_KSCloudKitManager.h +++ b/PrivateFrameworks/KeyboardServices.framework/_KSCloudKitManager.h @@ -10,7 +10,9 @@ CKDatabase * _publicDatabase; CKRecordZone * _recordZone; NSString * _recordZoneKey; + BOOL _recordZoneOperationInProgress; NSString * _subscriptionKey; + BOOL _subscriptionOperationInProgress; } @property (nonatomic, retain) CKContainer *cloudKitContainer; @@ -18,7 +20,9 @@ @property (nonatomic, retain) CKDatabase *publicDatabase; @property (nonatomic, retain) CKRecordZone *recordZone; @property (nonatomic, retain) NSString *recordZoneKey; +@property (nonatomic) BOOL recordZoneOperationInProgress; @property (nonatomic, retain) NSString *subscriptionKey; +@property (nonatomic) BOOL subscriptionOperationInProgress; - (void).cxx_destruct; - (void)_checkAccountStatusWithCompletionHandler:(id /* block */)arg1 withRetryCount:(unsigned int)arg2; @@ -27,7 +31,6 @@ - (id)cloudKitContainer; - (id)cloudKitDatabase; - (void)dealloc; -- (void)didStoreLocalChangesForChangeToken:(id)arg1; - (void)fetchPublicRecordsWithNames:(id)arg1 completionHandler:(id /* block */)arg2; - (void)fetchRecordsWithPriority:(unsigned int)arg1 changeToken:(id)arg2 completionHandler:(id /* block */)arg3; - (void)fetchRecordsWithPriority:(unsigned int)arg1 changeToken:(id)arg2 completionHandler:(id /* block */)arg3 retryCount:(unsigned int)arg4; @@ -41,17 +44,21 @@ - (id)recordWithName:(id)arg1 type:(id)arg2 cloudData:(id)arg3 attributes:(id)arg4; - (id)recordZone; - (id)recordZoneKey; +- (BOOL)recordZoneOperationInProgress; - (id)resolveConflicts:(id)arg1; - (void)setCloudKitContainer:(id)arg1; - (void)setCloudKitDatabase:(id)arg1; - (void)setPublicDatabase:(id)arg1; - (void)setRecordZone:(id)arg1; - (void)setRecordZoneKey:(id)arg1; +- (void)setRecordZoneOperationInProgress:(BOOL)arg1; - (void)setSubscriptionKey:(id)arg1; -- (void)setup; +- (void)setSubscriptionOperationInProgress:(BOOL)arg1; +- (void)setupAccountDidChange:(BOOL)arg1; - (void)setupRecordZoneWithCompletionHandler:(id /* block */)arg1; - (void)setupSubscription; - (id)subscriptionKey; +- (BOOL)subscriptionOperationInProgress; - (void)updateRecords:(id)arg1 deleteRecordIDs:(id)arg2 withPriority:(unsigned int)arg3 completionHandler:(id /* block */)arg4; - (void)updateRecords:(id)arg1 deleteRecordIDs:(id)arg2 withPriority:(unsigned int)arg3 completionHandler:(id /* block */)arg4 retryCount:(unsigned int)arg5; - (id)userIdentity; diff --git a/PrivateFrameworks/KeyboardServices.framework/_KSDeviceInfo.h b/PrivateFrameworks/KeyboardServices.framework/_KSDeviceInfo.h index 77683ac05b..3bdc7a9492 100644 --- a/PrivateFrameworks/KeyboardServices.framework/_KSDeviceInfo.h +++ b/PrivateFrameworks/KeyboardServices.framework/_KSDeviceInfo.h @@ -26,6 +26,5 @@ - (void)setNeedsUpdate:(BOOL)arg1; - (void)setSwVersion:(id)arg1; - (id)swVersion; -- (BOOL)swVersionIsPostCloudKitSwitch; @end diff --git a/PrivateFrameworks/KeyboardServices.framework/_KSTextReplacementCKStore.h b/PrivateFrameworks/KeyboardServices.framework/_KSTextReplacementCKStore.h index eb0b7f06f1..feee9082b7 100644 --- a/PrivateFrameworks/KeyboardServices.framework/_KSTextReplacementCKStore.h +++ b/PrivateFrameworks/KeyboardServices.framework/_KSTextReplacementCKStore.h @@ -46,6 +46,7 @@ - (void)queryTextReplacementsWithCallback:(id /* block */)arg1; - (void)queryTextReplacementsWithPredicate:(id)arg1 callback:(id /* block */)arg2; - (id)queryUpdatedLocalEntries; +- (void)recordSyncStatus; - (void)removeAllEntries; - (void)removeAllEntriesWithCompletionHandler:(id /* block */)arg1; - (void)requestSyncWithCompletionBlock:(id /* block */)arg1; diff --git a/PrivateFrameworks/KeyboardServices.framework/_KSTextReplacementCoreDataStore.h b/PrivateFrameworks/KeyboardServices.framework/_KSTextReplacementCoreDataStore.h index 94bba7397c..3b1424d529 100644 --- a/PrivateFrameworks/KeyboardServices.framework/_KSTextReplacementCoreDataStore.h +++ b/PrivateFrameworks/KeyboardServices.framework/_KSTextReplacementCoreDataStore.h @@ -20,6 +20,7 @@ - (void).cxx_destruct; - (void)cleanup; +- (unsigned int)countEntriesWithPredicate:(id)arg1; - (void)dealloc; - (void)deleteTextReplacementsFromLocalStoreWithNames:(id)arg1 excludeSavesToCloud:(BOOL)arg2; - (void)deleteTextReplacementsWithPredicate:(id)arg1; diff --git a/PrivateFrameworks/KeyboardServices.framework/_KSTextReplacementHelper.h b/PrivateFrameworks/KeyboardServices.framework/_KSTextReplacementHelper.h index 8b2a75a211..d679c411bc 100644 --- a/PrivateFrameworks/KeyboardServices.framework/_KSTextReplacementHelper.h +++ b/PrivateFrameworks/KeyboardServices.framework/_KSTextReplacementHelper.h @@ -11,6 +11,8 @@ + (id)errorWithCode:(int)arg1 forEntry:(id)arg2; + (void)extractAggdMetricsForTextReplacement:(id)arg1; + (id)fetchConfigurationPlist; ++ (void)fetchConfigurationPlistIfNeeded; ++ (void)logAggdValueForSyncIsPull:(BOOL)arg1 success:(BOOL)arg2; + (void)logPhraseWordCount:(int)arg1; + (id)multipleAddErrors:(id)arg1 removeErrors:(id)arg2; + (id)sampleShortcut; diff --git a/PrivateFrameworks/KeyboardServices.framework/_KSTextReplacementManager.h b/PrivateFrameworks/KeyboardServices.framework/_KSTextReplacementManager.h index d966d7737d..cf4c53812c 100644 --- a/PrivateFrameworks/KeyboardServices.framework/_KSTextReplacementManager.h +++ b/PrivateFrameworks/KeyboardServices.framework/_KSTextReplacementManager.h @@ -54,6 +54,7 @@ - (BOOL)pendingMigration; - (void)pullMigrationSettings; - (void)pushAllLocalRecordsOnceIfNeeded; +- (void)recordSyncStatus; - (void)requestSyncWithCompletionBlock:(id /* block */)arg1; - (void)resetMigrationState; - (void)respondToMigrationCompletion; diff --git a/PrivateFrameworks/KeyboardServices.framework/_KSiCloudDeviceListMonitor.h b/PrivateFrameworks/KeyboardServices.framework/_KSiCloudDeviceListMonitor.h index 28c11b4666..82b8305675 100644 --- a/PrivateFrameworks/KeyboardServices.framework/_KSiCloudDeviceListMonitor.h +++ b/PrivateFrameworks/KeyboardServices.framework/_KSiCloudDeviceListMonitor.h @@ -5,10 +5,20 @@ @interface _KSiCloudDeviceListMonitor : NSObject { ACAccount * _account; ACAccountStore * _accountStore; + int _majorVersForCloudKitSyncMacOS; + int _majorVersForCloudKitSynciOS; + int _minorSubversionForCloudKitSyncMacOS; + int _minorVersForCloudKitSyncMacOS; + int _minorVersForCloudKitSynciOS; } @property (nonatomic, retain) ACAccount *account; @property (nonatomic, retain) ACAccountStore *accountStore; +@property (nonatomic) int majorVersForCloudKitSyncMacOS; +@property (nonatomic) int majorVersForCloudKitSynciOS; +@property (nonatomic) int minorSubversionForCloudKitSyncMacOS; +@property (nonatomic) int minorVersForCloudKitSyncMacOS; +@property (nonatomic) int minorVersForCloudKitSynciOS; + (id)iCloudDeviceListMonitor; @@ -21,8 +31,21 @@ - (void)fetchCloudKitDevicesWithCompletionBlock:(id /* block */)arg1; - (void)fetchSoftwareVersionsFromICloudWithCompletionBlock:(id /* block */)arg1; - (id)init; +- (void)isAccountCompatibleForCloudKitSyncingWithCompletionBlock:(id /* block */)arg1; +- (BOOL)isSWVersionCloudKitSyncCompatible:(id)arg1; +- (int)majorVersForCloudKitSyncMacOS; +- (int)majorVersForCloudKitSynciOS; +- (int)minorSubversionForCloudKitSyncMacOS; +- (int)minorVersForCloudKitSyncMacOS; +- (int)minorVersForCloudKitSynciOS; - (void)queryMigrationState; +- (void)resetDataNoAccount; - (void)setAccount:(id)arg1; - (void)setAccountStore:(id)arg1; +- (void)setMajorVersForCloudKitSyncMacOS:(int)arg1; +- (void)setMajorVersForCloudKitSynciOS:(int)arg1; +- (void)setMinorSubversionForCloudKitSyncMacOS:(int)arg1; +- (void)setMinorVersForCloudKitSyncMacOS:(int)arg1; +- (void)setMinorVersForCloudKitSynciOS:(int)arg1; @end diff --git a/PrivateFrameworks/KnowledgeGraphKit.framework b/PrivateFrameworks/KnowledgeGraphKit.framework deleted file mode 100644 index 8f7012ddbb..0000000000 --- a/PrivateFrameworks/KnowledgeGraphKit.framework +++ /dev/null @@ -1,58 +0,0 @@ - - -KnowledgeGraphKit.framework - - - -
-   ___          _   _             ___
-  | _ \_  _ _ _| |_(_)_ __  ___  | _ )_ _ _____ __ _____ ___ _ _
-  |   / || | ' \  _| | '  \/ -_) | _ \ '_/ _ \ V  V (_-// -_) '_|
-  |_|_\\_,_|_||_\__|_|_|_|_\___| |___/_| \___/\_/\_//__/\___|_|
-  
- -------------------------------------------------------------------------------
-
-
-/PrivateFrameworks/KnowledgeGraphKit.framework
-0 classes
-
-
-
- -------------------------------------------------------------------------------
-
- Source code: https://github.com/nst/RuntimeBrowser
-
- Authors: Ezra Epstein (eepstein@prajna.com)
-          Nicolas Seriot (nicolas@seriot.ch)
-
- Copyright (c) 2002 by Prajna IT Consulting.
-                       http://www.prajna.com
-               2015 by Nicolas Seriot
-                       http://www.seriot.ch
-
- ========================================================================
-
- THIS PROGRAM AND THIS CODE COME WITH ABSOLUTELY NO WARRANTY.
- THIS CODE HAS BEEN PROVIDED "AS IS" AND THE RESPONSIBILITY
- FOR ITS OPERATIONS IS 100% YOURS.
-
- ========================================================================
- 
- RuntimeBrowser is free software; you can redistribute it and/or modify
- it under the terms of the GNU General Public License as published by
- the Free Software Foundation; either version 2 of the License, or
- (at your option) any later version.
-
- RuntimeBrowser is distributed in the hope that it will be useful,
- but WITHOUT ANY WARRANTY; without even the implied warranty of
- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
- GNU General Public License for more details.
-
- You should have received a copy of the GNU General Public License
- along with RuntimeBrowser (in a file called "COPYING.txt"); if not,
- write to the Free Software Foundation, Inc., 59 Temple Place, Suite 330,
- Boston, MA  02111-1307  USA
-
-
-
- diff --git a/PrivateFrameworks/LinkPresentation.framework/LPiTunesStoreInformation.h b/PrivateFrameworks/LinkPresentation.framework/LPiTunesStoreInformation.h index ec8031f48b..0f950a4cb2 100644 --- a/PrivateFrameworks/LinkPresentation.framework/LPiTunesStoreInformation.h +++ b/PrivateFrameworks/LinkPresentation.framework/LPiTunesStoreInformation.h @@ -6,6 +6,7 @@ unsigned int _capabilities; NSMapTable * _changeHandlers; SKCloudServiceController * _cloudServiceController; + BOOL _hasUpdatedCapabilities; NSString * _storefrontIdentifier; } diff --git a/PrivateFrameworks/MIME.framework/MFDataMessageStore.h b/PrivateFrameworks/MIME.framework/MFDataMessageStore.h index f0bbe343d0..2dd04fdd1c 100644 --- a/PrivateFrameworks/MIME.framework/MFDataMessageStore.h +++ b/PrivateFrameworks/MIME.framework/MFDataMessageStore.h @@ -21,6 +21,7 @@ - (id)initWithData:(id)arg1; - (id)mailboxUid; - (id)message; +- (BOOL)messageCanBeTriaged:(id)arg1; - (void)setMessageClass:(Class)arg1; - (void)setStoragePath:(id)arg1; - (id)storagePath; diff --git a/PrivateFrameworks/MIME.framework/MFMessage.h b/PrivateFrameworks/MIME.framework/MFMessage.h index 9af093b180..24838aff69 100644 --- a/PrivateFrameworks/MIME.framework/MFMessage.h +++ b/PrivateFrameworks/MIME.framework/MFMessage.h @@ -32,6 +32,7 @@ + (Class)dataMessageStoreToUse; + (id)messageWithRFC822Data:(id)arg1; + (id)messageWithRFC822Data:(id)arg1 withParentPart:(id)arg2; ++ (id)messageWithRFC822Data:(id)arg1 withParentPart:(id)arg2 generateMessageIDHash:(BOOL)arg3; + (void)setMessageClassForStore:(id)arg1; - (void)_calculateAttachmentInfoFromBody:(id)arg1; @@ -53,7 +54,7 @@ - (id)bodyDataIsComplete:(BOOL*)arg1 isPartial:(BOOL*)arg2 downloadIfNecessary:(BOOL)arg3; - (void)calculateAttachmentInfoFromBody:(id)arg1; - (BOOL)calculatedNumberOfAttachments; -- (BOOL)canBeDeleted; +- (BOOL)canBeTriaged; - (id)cc; - (id)ccIfCached; - (id)contentType; diff --git a/PrivateFrameworks/MIME.framework/MFMessageStore.h b/PrivateFrameworks/MIME.framework/MFMessageStore.h index 7b9c988ce9..2719e0e969 100644 --- a/PrivateFrameworks/MIME.framework/MFMessageStore.h +++ b/PrivateFrameworks/MIME.framework/MFMessageStore.h @@ -45,6 +45,7 @@ - (id)headerDataForMessage:(id)arg1 downloadIfNecessary:(BOOL)arg2; - (id)headersForMessage:(id)arg1 fetchIfNotAvailable:(BOOL)arg2; - (id)init; +- (BOOL)messageCanBeTriaged:(id)arg1; - (id)newObjectCache; - (id)objectCache; - (void)setMessageClass:(Class)arg1; diff --git a/PrivateFrameworks/MPUFoundation.framework/MPUFontDescriptor.h b/PrivateFrameworks/MPUFoundation.framework/MPUFontDescriptor.h index 4825524237..ac293e4d15 100644 --- a/PrivateFrameworks/MPUFoundation.framework/MPUFontDescriptor.h +++ b/PrivateFrameworks/MPUFoundation.framework/MPUFontDescriptor.h @@ -17,6 +17,7 @@ float lineHeight; BOOL isLineHeightInitialized; } _defaultFontMetrics; + float _defaultPointSizeAdjustment; int _leadingAdjustment; UIFont * _preferredFont; struct { @@ -40,6 +41,7 @@ @property (nonatomic, readonly) UIFont *defaultFont; @property (nonatomic, readonly) float defaultFontLineHeight; +@property (nonatomic, readonly) float defaultPointSizeAdjustment; @property (nonatomic, readonly) int leadingAdjustment; @property (nonatomic, readonly) UIFont *preferredFont; @property (nonatomic, readonly) float preferredFontAscender; @@ -55,7 +57,7 @@ + (id)_adjustedNativeFontDescriptorWithBaseNativeFontDescriptor:(id)arg1 forCustomTextStyle:(int)arg2; + (id)_baseNativeTextStyleForTextStyle:(int)arg1; -+ (id)_fontDescriptorWithTextStyle:(int)arg1 leadingAdjustment:(int)arg2 weight:(int)arg3 systemFontSize:(float)arg4; ++ (id)_fontDescriptorWithTextStyle:(int)arg1 leadingAdjustment:(int)arg2 weight:(int)arg3 systemFontSize:(float)arg4 defaultPointSizeAdjustment:(float)arg5; + (id)_fontPointSizeLayoutInterpolatorForTextStyle:(int)arg1; + (void)_getNativeFontDescriptorSymbolicTraits:(unsigned int*)arg1 nativeTextStyleAttribute:(id*)arg2 forWeight:(int)arg3; + (float)_layoutInterpolatorReferenceMetricForContentSizeCategory:(id)arg1; @@ -68,6 +70,7 @@ + (id)fontDescriptorWithTextStyle:(int)arg1; + (id)fontDescriptorWithTextStyle:(int)arg1 leadingAdjustment:(int)arg2; + (id)fontDescriptorWithTextStyle:(int)arg1 leadingAdjustment:(int)arg2 weight:(int)arg3; ++ (id)fontDescriptorWithTextStyle:(int)arg1 leadingAdjustment:(int)arg2 weight:(int)arg3 defaultPointSizeAdjustment:(float)arg4; + (id)fontDescriptorWithTextStyle:(int)arg1 weight:(int)arg2; + (id)invalidationHandler; @@ -87,6 +90,7 @@ - (float)defaultFontCapHeight; - (float)defaultFontDescender; - (float)defaultFontLineHeight; +- (float)defaultPointSizeAdjustment; - (id)description; - (unsigned int)hash; - (id)init; diff --git a/PrivateFrameworks/MPUFoundation.framework/MPUMutableFontDescriptor.h b/PrivateFrameworks/MPUFoundation.framework/MPUMutableFontDescriptor.h index 1592500a4a..60602eb7bf 100644 --- a/PrivateFrameworks/MPUFoundation.framework/MPUMutableFontDescriptor.h +++ b/PrivateFrameworks/MPUFoundation.framework/MPUMutableFontDescriptor.h @@ -4,6 +4,7 @@ @interface MPUMutableFontDescriptor : MPUFontDescriptor +@property (nonatomic) float defaultPointSizeAdjustment; @property (nonatomic) int leadingAdjustment; @property (nonatomic) float systemFontSize; @property (nonatomic) int textStyle; @@ -14,6 +15,7 @@ - (id)_copyAllowingGlobalCacheLookup:(BOOL)arg1; - (void)_resetToDefaultValues; - (id)copyWithZone:(struct _NSZone { }*)arg1; +- (void)setDefaultPointSizeAdjustment:(float)arg1; - (void)setLeadingAdjustment:(int)arg1; - (void)setSystemFontSize:(float)arg1; - (void)setTextStyle:(int)arg1; diff --git a/PrivateFrameworks/ManagedConfiguration.framework/MCMDMConfiguration.h b/PrivateFrameworks/ManagedConfiguration.framework/MCMDMConfiguration.h new file mode 100644 index 0000000000..babd722869 --- /dev/null +++ b/PrivateFrameworks/ManagedConfiguration.framework/MCMDMConfiguration.h @@ -0,0 +1,65 @@ +/* Generated by RuntimeBrowser + Image: /System/Library/PrivateFrameworks/ManagedConfiguration.framework/ManagedConfiguration + */ + +@interface MCMDMConfiguration : NSObject { + NSObject * _memberQueue; + int _memberQueueAccessRights; + NSURL * _memberQueueCheckInURL; + struct __SecIdentity { } * _memberQueueIdentity; + NSDictionary * _memberQueueMDMOptions; + NSString * _memberQueueManagingProfileIdentifier; + NSDictionary * _memberQueueOrganizationInfo; + NSString * _memberQueuePushMagic; + NSURL * _memberQueueServerURL; + BOOL _memberQueueSignMessage; + NSString * _memberQueueTopic; + BOOL _memberQueueUseDevelopmentAPNS; +} + +@property (nonatomic, retain) NSObject *memberQueue; +@property (nonatomic) int memberQueueAccessRights; +@property (nonatomic, retain) NSURL *memberQueueCheckInURL; +@property (nonatomic) struct __SecIdentity { }*memberQueueIdentity; +@property (nonatomic, retain) NSDictionary *memberQueueMDMOptions; +@property (nonatomic, retain) NSString *memberQueueManagingProfileIdentifier; +@property (nonatomic, retain) NSDictionary *memberQueueOrganizationInfo; +@property (nonatomic, retain) NSString *memberQueuePushMagic; +@property (nonatomic, retain) NSURL *memberQueueServerURL; +@property (nonatomic) BOOL memberQueueSignMessage; +@property (nonatomic, retain) NSString *memberQueueTopic; +@property (nonatomic) BOOL memberQueueUseDevelopmentAPNS; + ++ (id)sharedConfiguration; + +- (void).cxx_destruct; +- (id)init; +- (id)memberQueue; +- (int)memberQueueAccessRights; +- (id)memberQueueCheckInURL; +- (void)memberQueueForgetCurrentConfiguration; +- (struct __SecIdentity { }*)memberQueueIdentity; +- (id)memberQueueMDMOptions; +- (id)memberQueueManagingProfileIdentifier; +- (id)memberQueueOrganizationInfo; +- (id)memberQueuePushMagic; +- (id)memberQueueServerURL; +- (BOOL)memberQueueSignMessage; +- (id)memberQueueTopic; +- (BOOL)memberQueueUseDevelopmentAPNS; +- (BOOL)readConfigurationOutError:(id*)arg1; +- (void)refreshDetailsFromDisk; +- (void)setMemberQueue:(id)arg1; +- (void)setMemberQueueAccessRights:(int)arg1; +- (void)setMemberQueueCheckInURL:(id)arg1; +- (void)setMemberQueueIdentity:(struct __SecIdentity { }*)arg1; +- (void)setMemberQueueMDMOptions:(id)arg1; +- (void)setMemberQueueManagingProfileIdentifier:(id)arg1; +- (void)setMemberQueueOrganizationInfo:(id)arg1; +- (void)setMemberQueuePushMagic:(id)arg1; +- (void)setMemberQueueServerURL:(id)arg1; +- (void)setMemberQueueSignMessage:(BOOL)arg1; +- (void)setMemberQueueTopic:(id)arg1; +- (void)setMemberQueueUseDevelopmentAPNS:(BOOL)arg1; + +@end diff --git a/PrivateFrameworks/ManagedConfiguration.framework/MCProfileConnection.h b/PrivateFrameworks/ManagedConfiguration.framework/MCProfileConnection.h index 3e4397fd71..e1216e05fc 100644 --- a/PrivateFrameworks/ManagedConfiguration.framework/MCProfileConnection.h +++ b/PrivateFrameworks/ManagedConfiguration.framework/MCProfileConnection.h @@ -258,6 +258,7 @@ - (BOOL)isSpellCheckAllowed; - (BOOL)isSpotlightInternetResultsAllowed; - (BOOL)isSupervised; +- (BOOL)isTVAllowed; - (BOOL)isTeslaCloudConfigurationAvailable; - (BOOL)isTodayViewAllowed; - (BOOL)isTodayViewModificationAllowed; @@ -419,6 +420,7 @@ - (void)setPasscodeWasSetInBackup:(BOOL)arg1; - (void)setPredictiveKeyboardAllowed:(BOOL)arg1; - (void)setSpellCheckAllowed:(BOOL)arg1; +- (void)setTVAllowed:(BOOL)arg1; - (void)setTrustedCodeSigningIdentities:(id)arg1; - (void)setUserBookmarks:(id)arg1; - (void)setUserInfo:(id)arg1 forClientUUID:(id)arg2; diff --git a/PrivateFrameworks/MarkupUI.framework/MUPDFContentViewController.h b/PrivateFrameworks/MarkupUI.framework/MUPDFContentViewController.h index 9bc87674df..1c842b3ce6 100644 --- a/PrivateFrameworks/MarkupUI.framework/MUPDFContentViewController.h +++ b/PrivateFrameworks/MarkupUI.framework/MUPDFContentViewController.h @@ -4,6 +4,7 @@ @interface MUPDFContentViewController : MUContentViewController { BOOL _constraintsAreHorizontal; + * _delegate; BOOL _didSetup; struct UIEdgeInsets { float top; @@ -36,6 +37,7 @@ @property (nonatomic) BOOL centersIgnoringContentInsets; @property BOOL constraintsAreHorizontal; @property (readonly, copy) NSString *debugDescription; +@property (nonatomic) *delegate; @property (readonly, copy) NSString *description; @property BOOL didSetup; @property (nonatomic, readonly) NSString *documentUnlockedWithPassword; @@ -62,6 +64,7 @@ @property float viewTransitionPreviousScale; - (void).cxx_destruct; +- (BOOL)PDFView:(id)arg1 shouldHandleLink:(id)arg2; - (struct CGAffineTransform { float x1; float x2; float x3; float x4; float x5; float x6; })_compensatingAffineTransformForPage:(id)arg1; - (void)_createPDFView; - (void)_installOverlayForPageView:(id)arg1 ofPage:(id)arg2 atIndex:(unsigned int)arg3; @@ -88,6 +91,7 @@ - (struct CGPoint { float x1; float x2; })convertPoint:(struct CGPoint { float x1; float x2; })arg1 fromModelToOverlayWithPageIndex:(unsigned int)arg2; - (struct CGPoint { float x1; float x2; })convertPoint:(struct CGPoint { float x1; float x2; })arg1 fromOverlayToModelWithPageIndex:(unsigned int)arg2; - (void)dealloc; +- (id)delegate; - (void)didEnterToolMode; - (void)didExitToolMode; - (BOOL)didSetup; @@ -118,6 +122,7 @@ - (BOOL)pdfViewShouldPopulateMenu:(id)arg1; - (id)quadPointsForCharacterIndexes:(id)arg1 onPageAtIndex:(unsigned int)arg2; - (void)setConstraintsAreHorizontal:(BOOL)arg1; +- (void)setDelegate:(id)arg1; - (void)setDidSetup:(BOOL)arg1; - (void)setEdgeInsets:(struct UIEdgeInsets { float x1; float x2; float x3; float x4; })arg1; - (void)setForcesPDFViewTopAlignment:(BOOL)arg1; diff --git a/PrivateFrameworks/MarkupUI.framework/MUPDFView.h b/PrivateFrameworks/MarkupUI.framework/MUPDFView.h new file mode 100644 index 0000000000..a4ac525cba --- /dev/null +++ b/PrivateFrameworks/MarkupUI.framework/MUPDFView.h @@ -0,0 +1,9 @@ +/* Generated by RuntimeBrowser + Image: /System/Library/PrivateFrameworks/MarkupUI.framework/MarkupUI + */ + +@interface MUPDFView : PDFView + +- (void)PDFViewWillClickOnLink:(id)arg1 withURL:(id)arg2; + +@end diff --git a/PrivateFrameworks/MarkupUI.framework/MarkupViewController.h b/PrivateFrameworks/MarkupUI.framework/MarkupViewController.h index 5d37873e8d..b290fd36ad 100644 --- a/PrivateFrameworks/MarkupUI.framework/MarkupViewController.h +++ b/PrivateFrameworks/MarkupUI.framework/MarkupViewController.h @@ -2,7 +2,7 @@ Image: /System/Library/PrivateFrameworks/MarkupUI.framework/MarkupUI */ -@interface MarkupViewController : UIViewController { +@interface MarkupViewController : UIViewController { NSUndoManager * _akUndoManager; BOOL _allowShakeToUndo; BOOL _alreadyLoggedSavingForThisDocument; @@ -148,6 +148,7 @@ - (void)clearHighlightableSelectionForAnnotationController:(id)arg1; - (id)contentContainerView; - (id)contentViewController; +- (BOOL)controller:(id)arg1 shouldHandleURL:(id)arg2; - (void)controller:(id)arg1 willPlaceSingleShotAnnotation:(id)arg2 onProposedPageModelController:(id*)arg3; - (id)controller:(id)arg1 willSetToolbarItems:(id)arg2; - (void)controllerDidEnterToolMode:(id)arg1; diff --git a/PrivateFrameworks/MediaMiningKit.framework b/PrivateFrameworks/MediaMiningKit.framework deleted file mode 100644 index 20ab5a9a42..0000000000 --- a/PrivateFrameworks/MediaMiningKit.framework +++ /dev/null @@ -1,58 +0,0 @@ - - -MediaMiningKit.framework - - - -
-   ___          _   _             ___
-  | _ \_  _ _ _| |_(_)_ __  ___  | _ )_ _ _____ __ _____ ___ _ _
-  |   / || | ' \  _| | '  \/ -_) | _ \ '_/ _ \ V  V (_-// -_) '_|
-  |_|_\\_,_|_||_\__|_|_|_|_\___| |___/_| \___/\_/\_//__/\___|_|
-  
- -------------------------------------------------------------------------------
-
-
-/PrivateFrameworks/MediaMiningKit.framework
-0 classes
-
-
-
- -------------------------------------------------------------------------------
-
- Source code: https://github.com/nst/RuntimeBrowser
-
- Authors: Ezra Epstein (eepstein@prajna.com)
-          Nicolas Seriot (nicolas@seriot.ch)
-
- Copyright (c) 2002 by Prajna IT Consulting.
-                       http://www.prajna.com
-               2015 by Nicolas Seriot
-                       http://www.seriot.ch
-
- ========================================================================
-
- THIS PROGRAM AND THIS CODE COME WITH ABSOLUTELY NO WARRANTY.
- THIS CODE HAS BEEN PROVIDED "AS IS" AND THE RESPONSIBILITY
- FOR ITS OPERATIONS IS 100% YOURS.
-
- ========================================================================
- 
- RuntimeBrowser is free software; you can redistribute it and/or modify
- it under the terms of the GNU General Public License as published by
- the Free Software Foundation; either version 2 of the License, or
- (at your option) any later version.
-
- RuntimeBrowser is distributed in the hope that it will be useful,
- but WITHOUT ANY WARRANTY; without even the implied warranty of
- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
- GNU General Public License for more details.
-
- You should have received a copy of the GNU General Public License
- along with RuntimeBrowser (in a file called "COPYING.txt"); if not,
- write to the Free Software Foundation, Inc., 59 Temple Place, Suite 330,
- Boston, MA  02111-1307  USA
-
-
-
- diff --git a/PrivateFrameworks/MediaPlaybackCore.framework/MPCMediaPlayerLegacyPlaylistManager.h b/PrivateFrameworks/MediaPlaybackCore.framework/MPCMediaPlayerLegacyPlaylistManager.h index dcb567af97..e6fb94d19c 100644 --- a/PrivateFrameworks/MediaPlaybackCore.framework/MPCMediaPlayerLegacyPlaylistManager.h +++ b/PrivateFrameworks/MediaPlaybackCore.framework/MPCMediaPlayerLegacyPlaylistManager.h @@ -102,6 +102,7 @@ - (id)queueCoordinator:(id)arg1 itemToFollowItem:(id)arg2; - (void)queueFeeder:(id)arg1 didChangeContentsWithPreferredStartIndex:(unsigned int)arg2 error:(id)arg3; - (void)queueFeeder:(id)arg1 didChangeContentsWithReplacementPlaybackContext:(id)arg2; +- (void)queueFeederDidInvalidateRealShuffleType:(id)arg1; - (void)removeItemAtPlaybackIndex:(int)arg1; - (id)repeatPlaylistIdentifer; - (void)setCurrentIndex:(int)arg1 selectionDirection:(int)arg2; diff --git a/PrivateFrameworks/MediaPlaybackCore.framework/MPCPrepareRadioPlaybackOperation.h b/PrivateFrameworks/MediaPlaybackCore.framework/MPCPrepareRadioPlaybackOperation.h index 5e02156c84..af1b2011ae 100644 --- a/PrivateFrameworks/MediaPlaybackCore.framework/MPCPrepareRadioPlaybackOperation.h +++ b/PrivateFrameworks/MediaPlaybackCore.framework/MPCPrepareRadioPlaybackOperation.h @@ -3,6 +3,7 @@ */ @interface MPCPrepareRadioPlaybackOperation : NSOperation { + SSAuthenticateRequest * _authenticateRequest; id /* block */ _firstTrackBlock; MPCRadioGetTracksOperation * _getTracksOperation; NSLock * _lock; diff --git a/PrivateFrameworks/MediaPlayerUI.framework/MPUChronologicalProgressView.h b/PrivateFrameworks/MediaPlayerUI.framework/MPUChronologicalProgressView.h index 855fe5f99e..5af475f902 100644 --- a/PrivateFrameworks/MediaPlayerUI.framework/MPUChronologicalProgressView.h +++ b/PrivateFrameworks/MediaPlayerUI.framework/MPUChronologicalProgressView.h @@ -21,7 +21,7 @@ UISlider<_MPUSliderScrubForwarding> * _slider; int _style; int _substyle; - MPUTimeFormatter * _timeFormatter; + AVTimeFormatter * _timeFormatter; double _totalDuration; } @@ -37,7 +37,7 @@ @property (nonatomic, readonly) int style; @property (nonatomic) int substyle; @property (readonly) Class superclass; -@property (nonatomic, retain) MPUTimeFormatter *timeFormatter; +@property (nonatomic, retain) AVTimeFormatter *timeFormatter; @property (nonatomic) double totalDuration; @property (nonatomic, readonly) struct CGRect { struct CGPoint { float x_1_1_1; float x_1_1_2; } x1; struct CGSize { float x_2_1_1; float x_2_1_2; } x2; } trackRect; diff --git a/PrivateFrameworks/MediaPlayerUI.framework/MPUControlCenterMediaControlsViewController.h b/PrivateFrameworks/MediaPlayerUI.framework/MPUControlCenterMediaControlsViewController.h index c3be3da6fc..19e76b3f58 100644 --- a/PrivateFrameworks/MediaPlayerUI.framework/MPUControlCenterMediaControlsViewController.h +++ b/PrivateFrameworks/MediaPlayerUI.framework/MPUControlCenterMediaControlsViewController.h @@ -6,6 +6,7 @@ BOOL _controlCenterPageIsVisible; MPWeakTimer * _controlCenterPageVisibilityUpdateTimer; * _delegate; + MPWeakTimer * _pendingRouteStateTimer; MPAVRoutingController * _routingController; MPAVRoutingViewController * _routingViewController; BOOL _routingViewVisible; diff --git a/PrivateFrameworks/MediaPlayerUI.framework/MPUMediaControlsVolumeView.h b/PrivateFrameworks/MediaPlayerUI.framework/MPUMediaControlsVolumeView.h index e18899a4ff..0c1aa9462e 100644 --- a/PrivateFrameworks/MediaPlayerUI.framework/MPUMediaControlsVolumeView.h +++ b/PrivateFrameworks/MediaPlayerUI.framework/MPUMediaControlsVolumeView.h @@ -43,6 +43,7 @@ - (id)initWithFrame:(struct CGRect { struct CGPoint { float x_1_1_1; float x_1_1_2; } x1; struct CGSize { float x_2_1_1; float x_2_1_2; } x2; })arg1; - (id)initWithStyle:(int)arg1; - (void)layoutSubviews; +- (BOOL)pointInside:(struct CGPoint { float x1; float x2; })arg1 withEvent:(id)arg2; - (struct CGSize { float x1; float x2; })sizeThatFits:(struct CGSize { float x1; float x2; })arg1; - (id)slider; - (int)style; diff --git a/PrivateFrameworks/MediaPlayerUI.framework/MPUTimeFormatter.h b/PrivateFrameworks/MediaPlayerUI.framework/MPUTimeFormatter.h index 7d6244b99a..ea9bd00eda 100644 --- a/PrivateFrameworks/MediaPlayerUI.framework/MPUTimeFormatter.h +++ b/PrivateFrameworks/MediaPlayerUI.framework/MPUTimeFormatter.h @@ -3,15 +3,7 @@ */ @interface MPUTimeFormatter : NSFormatter { - NSString * _cachedDateFormatterFormat; - NSString * _cachedDateFormatterTemplate; - double _formatTemplate; - unsigned int _fullWidth; - unsigned int _isRightToLeft; - NSLocale * _locale; - NSNumberFormatter * _numberFormatterWithOneMinimumIntegerDigits; - NSNumberFormatter * _numberFormatterWithTwoMinimumIntegerDigits; - int _style; + AVTimeFormatter * _underlyingTimeFormatter; } @property double formatTemplate; @@ -20,15 +12,12 @@ - (void).cxx_destruct; - (id)copyWithZone:(struct _NSZone { }*)arg1; -- (void)encodeWithCoder:(id)arg1; - (double)formatTemplate; - (id)init; -- (id)initWithCoder:(id)arg1; - (BOOL)isFullWidth; - (void)setFormatTemplate:(double)arg1; - (void)setFullWidth:(BOOL)arg1; - (void)setStyle:(int)arg1; -- (id)stringForObjectValue:(id)arg1; - (id)stringFromTimeInterval:(double)arg1; - (int)style; diff --git a/PrivateFrameworks/MediaRemote.framework/MRCoreUtilsPairingSession.h b/PrivateFrameworks/MediaRemote.framework/MRCoreUtilsPairingSession.h index cdbbef2aa4..9ab91aac4d 100644 --- a/PrivateFrameworks/MediaRemote.framework/MRCoreUtilsPairingSession.h +++ b/PrivateFrameworks/MediaRemote.framework/MRCoreUtilsPairingSession.h @@ -54,7 +54,7 @@ - (BOOL)deleteIdentityWithError:(id*)arg1; - (id)device; - (id)encryptData:(id)arg1 withError:(id*)arg2; -- (BOOL)handlePairingExchangeData:(id)arg1 withError:(id*)arg2; +- (void)handlePairingExchangeData:(id)arg1 completion:(id /* block */)arg2; - (void)handlePairingFailureWithStatus:(long)arg1; - (id)initWithRole:(unsigned int)arg1 device:(id)arg2; - (id)inputKey; diff --git a/PrivateFrameworks/MediaRemote.framework/MRCryptoPairingSession.h b/PrivateFrameworks/MediaRemote.framework/MRCryptoPairingSession.h index 4ff69cf7e9..8b55d6e827 100644 --- a/PrivateFrameworks/MediaRemote.framework/MRCryptoPairingSession.h +++ b/PrivateFrameworks/MediaRemote.framework/MRCryptoPairingSession.h @@ -22,7 +22,7 @@ - (id)delegate; - (BOOL)deleteIdentityWithError:(id*)arg1; - (id)encryptData:(id)arg1 withError:(id*)arg2; -- (BOOL)handlePairingExchangeData:(id)arg1 withError:(id*)arg2; +- (void)handlePairingExchangeData:(id)arg1 completion:(id /* block */)arg2; - (void)handlePairingFailureWithStatus:(long)arg1; - (id)init; - (id)initWithRole:(unsigned int)arg1 peerIdentifier:(id)arg2; diff --git a/PrivateFrameworks/MediaRemote.framework/MRDeviceInfo.h b/PrivateFrameworks/MediaRemote.framework/MRDeviceInfo.h index 78d5cef50b..f83df1d178 100644 --- a/PrivateFrameworks/MediaRemote.framework/MRDeviceInfo.h +++ b/PrivateFrameworks/MediaRemote.framework/MRDeviceInfo.h @@ -23,7 +23,7 @@ @property (nonatomic, readonly) NSString *uniqueIdentifier; + (id)_persistentDeviceID; -+ (id)_persistentDeviceIDFromFile:(id)arg1; ++ (BOOL)_persistentDeviceIDFromFile:(id)arg1 deviceID:(id*)arg2; + (id)currentDeviceInfo; + (double)processorTimeScale; diff --git a/PrivateFrameworks/MediaRemote.framework/MRDeviceInfoUpdateMessage.h b/PrivateFrameworks/MediaRemote.framework/MRDeviceInfoUpdateMessage.h index 7bc4e7f8cb..fdc8681c6c 100644 --- a/PrivateFrameworks/MediaRemote.framework/MRDeviceInfoUpdateMessage.h +++ b/PrivateFrameworks/MediaRemote.framework/MRDeviceInfoUpdateMessage.h @@ -4,7 +4,6 @@ @interface MRDeviceInfoUpdateMessage : MRDeviceInfoMessage -- (BOOL)requiresAuthentication; - (unsigned int)type; @end diff --git a/PrivateFrameworks/MediaRemote.framework/MRGenericMessage.h b/PrivateFrameworks/MediaRemote.framework/MRGenericMessage.h new file mode 100644 index 0000000000..bf6ee02486 --- /dev/null +++ b/PrivateFrameworks/MediaRemote.framework/MRGenericMessage.h @@ -0,0 +1,15 @@ +/* Generated by RuntimeBrowser + Image: /System/Library/PrivateFrameworks/MediaRemote.framework/MediaRemote + */ + +@interface MRGenericMessage : MRProtocolMessage + +@property (nonatomic, readonly) NSData *data; +@property (nonatomic, readonly) NSString *key; + +- (id)data; +- (id)initWithKey:(id)arg1 data:(id)arg2; +- (id)key; +- (unsigned int)type; + +@end diff --git a/PrivateFrameworks/MediaRemote.framework/MRMediaRemoteOriginClient.h b/PrivateFrameworks/MediaRemote.framework/MRMediaRemoteOriginClient.h index 5eb96ef9b3..8942c8015a 100644 --- a/PrivateFrameworks/MediaRemote.framework/MRMediaRemoteOriginClient.h +++ b/PrivateFrameworks/MediaRemote.framework/MRMediaRemoteOriginClient.h @@ -3,6 +3,8 @@ */ @interface MRMediaRemoteOriginClient : NSObject { + NSArray * _applicationPickedRoutes; + id /* block */ _audioAmplitudeSamplesCallback; BOOL _canBeNowPlayingApp; NSMutableDictionary * _commandHandlerBlocks; BOOL _isOverrideApp; @@ -16,8 +18,11 @@ NSObject * _serialQueue; NSArray * _supportedCommands; NSMutableDictionary * _transactionCallbacks; + id /* block */ _videoThumbnailsCallback; } +@property (nonatomic, copy) NSArray *applicationPickedRoutes; +@property (nonatomic, copy) id /* block */ audioAmplitudeSamplesCallback; @property (nonatomic) BOOL canBeNowPlayingApp; @property (nonatomic, readonly, copy) NSArray *commandHandlerBlocks; @property (nonatomic) BOOL isOverrideApp; @@ -27,10 +32,13 @@ @property (nonatomic, copy) id /* block */ playbackQueueCallback; @property (nonatomic) unsigned int routeDiscoveryMode; @property (nonatomic, copy) NSArray *supportedCommands; +@property (nonatomic, copy) id /* block */ videoThumbnailsCallback; - (void)_avSystemControllerServerConnectionDiedNotification:(id)arg1; - (void)_registerDefaultCallbacks; - (void)addCommandHandlerBlock:(id /* block */)arg1 forKey:(id)arg2; +- (id)applicationPickedRoutes; +- (id /* block */)audioAmplitudeSamplesCallback; - (BOOL)canBeNowPlayingApp; - (id)commandHandlerBlocks; - (void)dealloc; @@ -42,6 +50,8 @@ - (id /* block */)playbackQueueCallback; - (void)removeCommandHandlerBlockForKey:(id)arg1; - (unsigned int)routeDiscoveryMode; +- (void)setApplicationPickedRoutes:(id)arg1; +- (void)setAudioAmplitudeSamplesCallback:(id /* block */)arg1; - (void)setCanBeNowPlayingApp:(BOOL)arg1; - (void)setIsOverrideApp:(BOOL)arg1; - (void)setNowPlayingArtwork:(id)arg1; @@ -50,7 +60,9 @@ - (void)setRouteDiscoveryMode:(unsigned int)arg1; - (void)setSupportedCommands:(id)arg1; - (void)setTransactionCallback:(id /* block */)arg1 forName:(unsigned long long)arg2; +- (void)setVideoThumbnailsCallback:(id /* block */)arg1; - (id)supportedCommands; - (id /* block */)transactionCallbackForName:(unsigned long long)arg1; +- (id /* block */)videoThumbnailsCallback; @end diff --git a/PrivateFrameworks/MediaRemote.framework/MRNotificationRemitter.h b/PrivateFrameworks/MediaRemote.framework/MRNotificationRemitter.h new file mode 100644 index 0000000000..c4fd177e0e --- /dev/null +++ b/PrivateFrameworks/MediaRemote.framework/MRNotificationRemitter.h @@ -0,0 +1,16 @@ +/* Generated by RuntimeBrowser + Image: /System/Library/PrivateFrameworks/MediaRemote.framework/MediaRemote + */ + +@interface MRNotificationRemitter : NSObject { + NSDictionary * _mapping; + NSNotificationCenter * _notificationCenter; + NSObject * _queue; + id /* block */ _userInfoTransform; +} + +- (void)_handleNotification:(id)arg1; +- (void)dealloc; +- (id)initWithNotificationCenter:(id)arg1 queue:(id)arg2 mappings:(id)arg3 createUserInfoTransform:(id /* block */)arg4; + +@end diff --git a/PrivateFrameworks/MediaRemote.framework/MRTelevision.h b/PrivateFrameworks/MediaRemote.framework/MRTelevision.h index 4d8a70dabe..275c7cb8e4 100644 --- a/PrivateFrameworks/MediaRemote.framework/MRTelevision.h +++ b/PrivateFrameworks/MediaRemote.framework/MRTelevision.h @@ -8,6 +8,8 @@ unsigned int _connectionState; id /* block */ _connectionStateCallback; NSObject * _connectionStateCallbackQueue; + id /* block */ _customDataCallback; + NSObject * _customDataCallbackQueue; struct _MROrigin { } * _customOrigin; MRDeviceInfo * _deviceInfo; MRDeviceInfoObserver * _deviceInfoObserver; @@ -47,6 +49,8 @@ @property (nonatomic, readonly) unsigned int connectionState; @property (nonatomic, copy) id /* block */ connectionStateCallback; @property (nonatomic, retain) NSObject *connectionStateCallbackQueue; +@property (nonatomic, copy) id /* block */ customDataCallback; +@property (nonatomic, retain) NSObject *customDataCallbackQueue; @property (nonatomic) struct _MROrigin { }*customOrigin; @property (readonly, copy) NSString *debugDescription; @property (readonly, copy) NSString *description; @@ -91,6 +95,7 @@ + (id)_deviceInfoFromTXTRecordData:(id)arg1; - (void)_addArtwork:(id)arg1 toNowPlayingInfo:(id)arg2; +- (void)_callCientCustomDataCallback:(id)arg1 name:(id)arg2; - (void)_callCientHiliteModeCallback; - (void)_callClientAllowsPairingCallback; - (void)_callClientConnectionStateCallback:(id)arg1; @@ -104,6 +109,7 @@ - (id)_errorForCurrentState; - (void)_handleCryptoPairingMessage:(id)arg1; - (void)_handleDeviceInfoUpdateMessage:(id)arg1; +- (void)_handleGenericMessage:(id)arg1; - (void)_handleHiliteModeMessage:(id)arg1; - (void)_handleKeyboardMessage:(id)arg1; - (void)_handleNotificationMessage:(id)arg1; @@ -131,6 +137,8 @@ - (unsigned int)connectionState; - (id /* block */)connectionStateCallback; - (id)connectionStateCallbackQueue; +- (id /* block */)customDataCallback; +- (id)customDataCallbackQueue; - (struct _MROrigin { }*)customOrigin; - (void)dealloc; - (void)deleteBackwardInActiveTextEditingSession; @@ -175,6 +183,7 @@ - (void)registerTouchDeviceWithDescriptor:(id)arg1 replyQueue:(id)arg2 completion:(id /* block */)arg3; - (void)registerVoiceInputDeviceWithDescriptor:(id)arg1 replyQueue:(id)arg2 completion:(id /* block */)arg3; - (void)sendButtonEvent:(struct _MRHIDButtonEvent { unsigned int x1; unsigned int x2; bool x3; })arg1; +- (void)sendCustomData:(id)arg1 withName:(id)arg2; - (void)sendGameControllerEvent:(const struct { int x1; union { struct { struct { double x_1_3_1; double x_1_3_2; double x_1_3_3; } x_1_2_1; struct { double x_2_3_1; double x_2_3_2; double x_2_3_3; } x_1_2_2; } x_2_1_1; struct { float x_2_2_1; float x_2_2_2; float x_2_2_3; } x_2_1_2; struct { struct { float x_1_3_1; float x_1_3_2; float x_1_3_3; } x_3_2_1; float x_3_2_2; float x_3_2_3; float x_3_2_4; float x_3_2_5; float x_3_2_6; float x_3_2_7; float x_3_2_8; float x_3_2_9; float x_3_2_10; float x_3_2_11; float x_3_2_12; float x_3_2_13; } x_2_1_3; struct { float x_4_2_1; float x_4_2_2; bool x_4_2_3; unsigned long long x_4_2_4; } x_2_1_4; } x2; }*)arg1 controllerID:(unsigned long long)arg2; - (void)sendHIDEvent:(struct __IOHIDEvent { }*)arg1; - (void)sendTouchEvent:(struct _MRHIDTouchEvent { union _MRHIDPoint { struct { float x_1_2_1; float x_1_2_2; } x_1_1_1; float x_1_1_2[2]; } x1; unsigned int x2; unsigned long long x3; unsigned int x4; })arg1 toVirtualDeviceWithID:(unsigned long long)arg2; @@ -183,6 +192,9 @@ - (void)setConnectionStateCallback:(id /* block */)arg1; - (void)setConnectionStateCallback:(id /* block */)arg1 withQueue:(id)arg2; - (void)setConnectionStateCallbackQueue:(id)arg1; +- (void)setCustomDataCallback:(id /* block */)arg1; +- (void)setCustomDataCallback:(id /* block */)arg1 withQueue:(id)arg2; +- (void)setCustomDataCallbackQueue:(id)arg1; - (void)setCustomOrigin:(struct _MROrigin { }*)arg1; - (void)setDeviceInfo:(id)arg1; - (void)setGameControllerInputMode:(unsigned int)arg1; @@ -198,6 +210,7 @@ - (void)setHiliteModeCallbackQueue:(id)arg1; - (void)setIsCallingClientCallback:(BOOL)arg1; - (void)setIsCoalescingClientStateUpdatesConfigMessages:(BOOL)arg1; +- (void)setName:(id)arg1; - (void)setNameCallback:(id /* block */)arg1; - (void)setNameCallback:(id /* block */)arg1 withQueue:(id)arg2; - (void)setNameCallbackQueue:(id)arg1; diff --git a/PrivateFrameworks/MediaRemote.framework/MRTelevisionClientConnection.h b/PrivateFrameworks/MediaRemote.framework/MRTelevisionClientConnection.h index 878da4bf07..559c39cfe3 100644 --- a/PrivateFrameworks/MediaRemote.framework/MRTelevisionClientConnection.h +++ b/PrivateFrameworks/MediaRemote.framework/MRTelevisionClientConnection.h @@ -46,6 +46,7 @@ - (id)cryptoSession; - (void)dealloc; - (id)delegate; +- (void)forceDisconnect; - (id)initWithInputStream:(id)arg1 outputStream:(id)arg2 runLoop:(id)arg3; - (id)inputStream; - (id)outputStream; diff --git a/PrivateFrameworks/MediaRemote.framework/MRUserSettings.h b/PrivateFrameworks/MediaRemote.framework/MRUserSettings.h index 20f800eb2f..5eec6dcee8 100644 --- a/PrivateFrameworks/MediaRemote.framework/MRUserSettings.h +++ b/PrivateFrameworks/MediaRemote.framework/MRUserSettings.h @@ -9,16 +9,22 @@ @property (nonatomic, readonly) double bluetoothDeviceResumeDuration; @property (nonatomic, readonly) double broadcastCommandWaitDuration; @property (nonatomic, readonly) BOOL hasTelevisionSocketQOSLevelSet; +@property (nonatomic, readonly) double televisionDisconnectSleepDuration; +@property (nonatomic, readonly) double televisionDisconnectWaitDuration; @property (nonatomic, readonly) double televisionNowPlayingInfoArtworkCoalesceDuration; @property (nonatomic, readonly) double televisionNowPlayingInfoCoalesceDuration; @property (getter=isTelevisionPairingAllowed, nonatomic) BOOL televisionPairingAllowed; +@property (nonatomic, readonly) double televisionSleepAssertionOnClientConnectDuration; @property (nonatomic, readonly) int televisionSocketQOSLevel; @property (nonatomic, readonly) double televisionTimeoutDuration; +@property (nonatomic, readonly) BOOL useDebugAVRouteWithoutVolumeControl; @property (nonatomic, readonly) BOOL useNoDelayOptionForTelevisionSockets; @property (nonatomic, readonly) BOOL usePeerToPeerTelevisionConnections; + (id)currentSettings; +- (BOOL)_boolValueForKey:(id)arg1 usingDefaultValue:(BOOL)arg2; +- (double)_doubleValueForKey:(id)arg1 usingDefaultValue:(BOOL)arg2; - (double)bluetoothDeviceResumeDuration; - (double)broadcastCommandWaitDuration; - (void)dealloc; @@ -26,10 +32,14 @@ - (id)init; - (BOOL)isTelevisionPairingAllowed; - (void)setTelevisionPairingAllowed:(BOOL)arg1; +- (double)televisionDisconnectSleepDuration; +- (double)televisionDisconnectWaitDuration; - (double)televisionNowPlayingInfoArtworkCoalesceDuration; - (double)televisionNowPlayingInfoCoalesceDuration; +- (double)televisionSleepAssertionOnClientConnectDuration; - (int)televisionSocketQOSLevel; - (double)televisionTimeoutDuration; +- (BOOL)useDebugAVRouteWithoutVolumeControl; - (BOOL)useNoDelayOptionForTelevisionSockets; - (BOOL)usePeerToPeerTelevisionConnections; diff --git a/PrivateFrameworks/MediaRemote.framework/MRWeakRef.h b/PrivateFrameworks/MediaRemote.framework/MRWeakRef.h new file mode 100644 index 0000000000..c93d7b2b89 --- /dev/null +++ b/PrivateFrameworks/MediaRemote.framework/MRWeakRef.h @@ -0,0 +1,19 @@ +/* Generated by RuntimeBrowser + Image: /System/Library/PrivateFrameworks/MediaRemote.framework/MediaRemote + */ + +@interface MRWeakRef : NSObject { + id _object; + unsigned int _objectAddress; +} + +@property (nonatomic, readonly) id object; + ++ (id)weakRefWithObject:(id)arg1; + +- (void)dealloc; +- (unsigned int)hash; +- (BOOL)isEqual:(id)arg1; +- (id)object; + +@end diff --git a/PrivateFrameworks/MediaRemote.framework/_MRColorProtobuf.h b/PrivateFrameworks/MediaRemote.framework/_MRColorProtobuf.h new file mode 100644 index 0000000000..e38dd5428b --- /dev/null +++ b/PrivateFrameworks/MediaRemote.framework/_MRColorProtobuf.h @@ -0,0 +1,53 @@ +/* Generated by RuntimeBrowser + Image: /System/Library/PrivateFrameworks/MediaRemote.framework/MediaRemote + */ + +@interface _MRColorProtobuf : PBCodable { + float _alpha; + float _blue; + float _green; + struct { + unsigned int alpha : 1; + unsigned int blue : 1; + unsigned int green : 1; + unsigned int red : 1; + } _has; + float _red; +} + +@property (nonatomic) float alpha; +@property (nonatomic) float blue; +@property (nonatomic) float green; +@property (nonatomic) BOOL hasAlpha; +@property (nonatomic) BOOL hasBlue; +@property (nonatomic) BOOL hasGreen; +@property (nonatomic) BOOL hasRed; +@property (nonatomic) float red; + +- (float)alpha; +- (float)blue; +- (void)copyTo:(id)arg1; +- (id)copyWithZone:(struct _NSZone { }*)arg1; +- (id)description; +- (id)dictionaryRepresentation; +- (float)green; +- (BOOL)hasAlpha; +- (BOOL)hasBlue; +- (BOOL)hasGreen; +- (BOOL)hasRed; +- (unsigned int)hash; +- (BOOL)isEqual:(id)arg1; +- (void)mergeFrom:(id)arg1; +- (BOOL)readFrom:(id)arg1; +- (float)red; +- (void)setAlpha:(float)arg1; +- (void)setBlue:(float)arg1; +- (void)setGreen:(float)arg1; +- (void)setHasAlpha:(BOOL)arg1; +- (void)setHasBlue:(BOOL)arg1; +- (void)setHasGreen:(BOOL)arg1; +- (void)setHasRed:(BOOL)arg1; +- (void)setRed:(float)arg1; +- (void)writeTo:(id)arg1; + +@end diff --git a/PrivateFrameworks/MediaRemote.framework/_MRGenericMessageProtobuf.h b/PrivateFrameworks/MediaRemote.framework/_MRGenericMessageProtobuf.h new file mode 100644 index 0000000000..eca766ad3c --- /dev/null +++ b/PrivateFrameworks/MediaRemote.framework/_MRGenericMessageProtobuf.h @@ -0,0 +1,32 @@ +/* Generated by RuntimeBrowser + Image: /System/Library/PrivateFrameworks/MediaRemote.framework/MediaRemote + */ + +@interface _MRGenericMessageProtobuf : PBCodable { + NSData * _data; + NSString * _key; +} + +@property (nonatomic, retain) NSData *data; +@property (nonatomic, readonly) BOOL hasData; +@property (nonatomic, readonly) BOOL hasKey; +@property (nonatomic, retain) NSString *key; + +- (void)copyTo:(id)arg1; +- (id)copyWithZone:(struct _NSZone { }*)arg1; +- (id)data; +- (void)dealloc; +- (id)description; +- (id)dictionaryRepresentation; +- (BOOL)hasData; +- (BOOL)hasKey; +- (unsigned int)hash; +- (BOOL)isEqual:(id)arg1; +- (id)key; +- (void)mergeFrom:(id)arg1; +- (BOOL)readFrom:(id)arg1; +- (void)setData:(id)arg1; +- (void)setKey:(id)arg1; +- (void)writeTo:(id)arg1; + +@end diff --git a/PrivateFrameworks/MediaRemote.framework/_MRMediaRemoteMessageProtobuf.h b/PrivateFrameworks/MediaRemote.framework/_MRMediaRemoteMessageProtobuf.h index b74db6f2cc..1a2883232d 100644 --- a/PrivateFrameworks/MediaRemote.framework/_MRMediaRemoteMessageProtobuf.h +++ b/PrivateFrameworks/MediaRemote.framework/_MRMediaRemoteMessageProtobuf.h @@ -12,6 +12,7 @@ unsigned int _errorCode; _MRGameControllerMessageProtobuf * _gameController; _MRGameControllerPropertiesMessageProtobuf * _gameControllerProperties; + _MRGenericMessageProtobuf * _genericMessage; _MRGetKeyboardSessionProtobuf * _getKeyboardMessage; _MRGetPlaybackQueueMessageProtobuf * _getPlaybackQueue; _MRGetStateMessageProtobuf * _getStateMessage; @@ -62,6 +63,7 @@ @property (nonatomic) unsigned int errorCode; @property (nonatomic, retain) _MRGameControllerMessageProtobuf *gameController; @property (nonatomic, retain) _MRGameControllerPropertiesMessageProtobuf *gameControllerProperties; +@property (nonatomic, retain) _MRGenericMessageProtobuf *genericMessage; @property (nonatomic, retain) _MRGetKeyboardSessionProtobuf *getKeyboardMessage; @property (nonatomic, retain) _MRGetPlaybackQueueMessageProtobuf *getPlaybackQueue; @property (nonatomic, retain) _MRGetStateMessageProtobuf *getStateMessage; @@ -76,6 +78,7 @@ @property (nonatomic) BOOL hasErrorCode; @property (nonatomic, readonly) BOOL hasGameController; @property (nonatomic, readonly) BOOL hasGameControllerProperties; +@property (nonatomic, readonly) BOOL hasGenericMessage; @property (nonatomic, readonly) BOOL hasGetKeyboardMessage; @property (nonatomic, readonly) BOOL hasGetPlaybackQueue; @property (nonatomic, readonly) BOOL hasGetStateMessage; @@ -155,6 +158,7 @@ - (unsigned int)errorCode; - (id)gameController; - (id)gameControllerProperties; +- (id)genericMessage; - (id)getKeyboardMessage; - (id)getPlaybackQueue; - (id)getStateMessage; @@ -169,6 +173,7 @@ - (BOOL)hasErrorCode; - (BOOL)hasGameController; - (BOOL)hasGameControllerProperties; +- (BOOL)hasGenericMessage; - (BOOL)hasGetKeyboardMessage; - (BOOL)hasGetPlaybackQueue; - (BOOL)hasGetStateMessage; @@ -235,6 +240,7 @@ - (void)setErrorCode:(unsigned int)arg1; - (void)setGameController:(id)arg1; - (void)setGameControllerProperties:(id)arg1; +- (void)setGenericMessage:(id)arg1; - (void)setGetKeyboardMessage:(id)arg1; - (void)setGetPlaybackQueue:(id)arg1; - (void)setGetStateMessage:(id)arg1; diff --git a/PrivateFrameworks/MediaRemote.framework/_MRNowPlayingClientProtobuf.h b/PrivateFrameworks/MediaRemote.framework/_MRNowPlayingClientProtobuf.h new file mode 100644 index 0000000000..792090b596 --- /dev/null +++ b/PrivateFrameworks/MediaRemote.framework/_MRNowPlayingClientProtobuf.h @@ -0,0 +1,66 @@ +/* Generated by RuntimeBrowser + Image: /System/Library/PrivateFrameworks/MediaRemote.framework/MediaRemote + */ + +@interface _MRNowPlayingClientProtobuf : PBCodable { + NSString * _bundleIdentifier; + struct { + unsigned int nowPlayingVisibility : 1; + unsigned int processIdentifier : 1; + unsigned int processUserIdentifier : 1; + } _has; + int _nowPlayingVisibility; + NSString * _parentApplicationBundleIdentifier; + int _processIdentifier; + int _processUserIdentifier; + _MRColorProtobuf * _tintColor; +} + +@property (nonatomic, retain) NSString *bundleIdentifier; +@property (nonatomic, readonly) BOOL hasBundleIdentifier; +@property (nonatomic) BOOL hasNowPlayingVisibility; +@property (nonatomic, readonly) BOOL hasParentApplicationBundleIdentifier; +@property (nonatomic) BOOL hasProcessIdentifier; +@property (nonatomic) BOOL hasProcessUserIdentifier; +@property (nonatomic, readonly) BOOL hasTintColor; +@property (nonatomic) int nowPlayingVisibility; +@property (nonatomic, retain) NSString *parentApplicationBundleIdentifier; +@property (nonatomic) int processIdentifier; +@property (nonatomic) int processUserIdentifier; +@property (nonatomic, retain) _MRColorProtobuf *tintColor; + +- (int)StringAsNowPlayingVisibility:(id)arg1; +- (id)bundleIdentifier; +- (void)copyTo:(id)arg1; +- (id)copyWithZone:(struct _NSZone { }*)arg1; +- (void)dealloc; +- (id)description; +- (id)dictionaryRepresentation; +- (BOOL)hasBundleIdentifier; +- (BOOL)hasNowPlayingVisibility; +- (BOOL)hasParentApplicationBundleIdentifier; +- (BOOL)hasProcessIdentifier; +- (BOOL)hasProcessUserIdentifier; +- (BOOL)hasTintColor; +- (unsigned int)hash; +- (BOOL)isEqual:(id)arg1; +- (void)mergeFrom:(id)arg1; +- (int)nowPlayingVisibility; +- (id)nowPlayingVisibilityAsString:(int)arg1; +- (id)parentApplicationBundleIdentifier; +- (int)processIdentifier; +- (int)processUserIdentifier; +- (BOOL)readFrom:(id)arg1; +- (void)setBundleIdentifier:(id)arg1; +- (void)setHasNowPlayingVisibility:(BOOL)arg1; +- (void)setHasProcessIdentifier:(BOOL)arg1; +- (void)setHasProcessUserIdentifier:(BOOL)arg1; +- (void)setNowPlayingVisibility:(int)arg1; +- (void)setParentApplicationBundleIdentifier:(id)arg1; +- (void)setProcessIdentifier:(int)arg1; +- (void)setProcessUserIdentifier:(int)arg1; +- (void)setTintColor:(id)arg1; +- (id)tintColor; +- (void)writeTo:(id)arg1; + +@end diff --git a/PrivateFrameworks/MediaRemote.framework/_MRVideoThumbnailProtobuf.h b/PrivateFrameworks/MediaRemote.framework/_MRVideoThumbnailProtobuf.h new file mode 100644 index 0000000000..f64200f516 --- /dev/null +++ b/PrivateFrameworks/MediaRemote.framework/_MRVideoThumbnailProtobuf.h @@ -0,0 +1,36 @@ +/* Generated by RuntimeBrowser + Image: /System/Library/PrivateFrameworks/MediaRemote.framework/MediaRemote + */ + +@interface _MRVideoThumbnailProtobuf : PBCodable { + struct { + unsigned int time : 1; + } _has; + NSData * _imageData; + double _time; +} + +@property (nonatomic, readonly) BOOL hasImageData; +@property (nonatomic) BOOL hasTime; +@property (nonatomic, retain) NSData *imageData; +@property (nonatomic) double time; + +- (void)copyTo:(id)arg1; +- (id)copyWithZone:(struct _NSZone { }*)arg1; +- (void)dealloc; +- (id)description; +- (id)dictionaryRepresentation; +- (BOOL)hasImageData; +- (BOOL)hasTime; +- (unsigned int)hash; +- (id)imageData; +- (BOOL)isEqual:(id)arg1; +- (void)mergeFrom:(id)arg1; +- (BOOL)readFrom:(id)arg1; +- (void)setHasTime:(BOOL)arg1; +- (void)setImageData:(id)arg1; +- (void)setTime:(double)arg1; +- (double)time; +- (void)writeTo:(id)arg1; + +@end diff --git a/PrivateFrameworks/MediaRemote.framework/_MRVideoThumbnailRequestProtobuf.h b/PrivateFrameworks/MediaRemote.framework/_MRVideoThumbnailRequestProtobuf.h new file mode 100644 index 0000000000..fd5b727375 --- /dev/null +++ b/PrivateFrameworks/MediaRemote.framework/_MRVideoThumbnailRequestProtobuf.h @@ -0,0 +1,51 @@ +/* Generated by RuntimeBrowser + Image: /System/Library/PrivateFrameworks/MediaRemote.framework/MediaRemote + */ + +@interface _MRVideoThumbnailRequestProtobuf : PBCodable { + struct { + unsigned int thumbnailsHeight : 1; + unsigned int thumbnailsWidth : 1; + } _has; + float _thumbnailsHeight; + float _thumbnailsWidth; + struct { + double *list; + unsigned int count; + unsigned int size; + } _timeIntervals; +} + +@property (nonatomic) BOOL hasThumbnailsHeight; +@property (nonatomic) BOOL hasThumbnailsWidth; +@property (nonatomic) float thumbnailsHeight; +@property (nonatomic) float thumbnailsWidth; +@property (nonatomic, readonly) double*timeIntervals; +@property (nonatomic, readonly) unsigned int timeIntervalsCount; + +- (void)addTimeIntervals:(double)arg1; +- (void)clearTimeIntervals; +- (void)copyTo:(id)arg1; +- (id)copyWithZone:(struct _NSZone { }*)arg1; +- (void)dealloc; +- (id)description; +- (id)dictionaryRepresentation; +- (BOOL)hasThumbnailsHeight; +- (BOOL)hasThumbnailsWidth; +- (unsigned int)hash; +- (BOOL)isEqual:(id)arg1; +- (void)mergeFrom:(id)arg1; +- (BOOL)readFrom:(id)arg1; +- (void)setHasThumbnailsHeight:(BOOL)arg1; +- (void)setHasThumbnailsWidth:(BOOL)arg1; +- (void)setThumbnailsHeight:(float)arg1; +- (void)setThumbnailsWidth:(float)arg1; +- (void)setTimeIntervals:(double*)arg1 count:(unsigned int)arg2; +- (float)thumbnailsHeight; +- (float)thumbnailsWidth; +- (double*)timeIntervals; +- (double)timeIntervalsAtIndex:(unsigned int)arg1; +- (unsigned int)timeIntervalsCount; +- (void)writeTo:(id)arg1; + +@end diff --git a/PrivateFrameworks/MediaSocial.framework/MSCLAccount.h b/PrivateFrameworks/MediaSocial.framework/MSCLAccount.h index 5e1277b73a..f62a0203ad 100644 --- a/PrivateFrameworks/MediaSocial.framework/MSCLAccount.h +++ b/PrivateFrameworks/MediaSocial.framework/MSCLAccount.h @@ -8,11 +8,12 @@ @property (nonatomic, copy) NSString *authenticationSecret; @property (nonatomic, copy) NSString *authenticationToken; -@property (getter=isEnabled, nonatomic) BOOL enabled; @property (nonatomic, copy) NSString *fullName; +@property (nonatomic, copy) NSArray *pages; @property (nonatomic, copy) NSString *password; +@property (nonatomic, readonly, copy) MSCLFacebookPage *preferredPage; @property (nonatomic, copy) NSString *preferredPageIdentifier; -@property (nonatomic, copy) NSString *serviceIdentifier; +@property (nonatomic, readonly, copy) NSString *serviceIdentifier; @property (nonatomic, copy) NSString *userName; - (void).cxx_destruct; @@ -23,25 +24,23 @@ - (id)description; - (id)fullName; - (unsigned int)hash; -- (id)init; -- (id)initWithACAccount:(id)arg1; -- (BOOL)isEnabled; +- (id)initWithServiceIdentifier:(id)arg1; - (BOOL)isEqual:(id)arg1; +- (id)pages; - (id)password; +- (id)preferredPage; - (id)preferredPageIdentifier; - (BOOL)removeFromKeychain; - (BOOL)saveToKeychain; - (id)serviceIdentifier; - (void)setAuthenticationSecret:(id)arg1; - (void)setAuthenticationToken:(id)arg1; -- (void)setEnabled:(BOOL)arg1; - (void)setFullName:(id)arg1; +- (void)setPages:(id)arg1; - (void)setPassword:(id)arg1; - (void)setPreferredPageIdentifier:(id)arg1; -- (void)setServiceIdentifier:(id)arg1; - (void)setUserName:(id)arg1; - (void)setValue:(id)arg1 forProperty:(id)arg2; -- (void)updateWithACAccount:(id)arg1; - (void)updateWithMSCLAccount:(id)arg1; - (id)userName; - (id)valueForProperty:(id)arg1; diff --git a/PrivateFrameworks/MediaSocial.framework/MSCLAccountInfoRequestOperation.h b/PrivateFrameworks/MediaSocial.framework/MSCLAccountInfoRequestOperation.h new file mode 100644 index 0000000000..a458848242 --- /dev/null +++ b/PrivateFrameworks/MediaSocial.framework/MSCLAccountInfoRequestOperation.h @@ -0,0 +1,25 @@ +/* Generated by RuntimeBrowser + Image: /System/Library/PrivateFrameworks/MediaSocial.framework/MediaSocial + */ + +@interface MSCLAccountInfoRequestOperation : SSVComplexOperation { + NSObject * _accessQueue; + SKUIMediaSocialAuthor * _author; + id /* block */ _outputBlock; + NSString * _serviceIdentifier; +} + +@property (nonatomic, readonly, copy) SKUIMediaSocialAuthor *author; +@property (nonatomic, copy) id /* block */ outputBlock; +@property (nonatomic, readonly, copy) NSString *serviceIdentifier; + +- (void).cxx_destruct; +- (id)_facebookPagesFromResponseDictionary:(id)arg1; +- (id)author; +- (id)initWithServiceIdentifier:(id)arg1 forAuthor:(id)arg2; +- (void)main; +- (id /* block */)outputBlock; +- (id)serviceIdentifier; +- (void)setOutputBlock:(id /* block */)arg1; + +@end diff --git a/PrivateFrameworks/MediaSocial.framework/MSCLAccountStore.h b/PrivateFrameworks/MediaSocial.framework/MSCLAccountStore.h index ab21eebbb2..4483492d30 100644 --- a/PrivateFrameworks/MediaSocial.framework/MSCLAccountStore.h +++ b/PrivateFrameworks/MediaSocial.framework/MSCLAccountStore.h @@ -4,26 +4,36 @@ @interface MSCLAccountStore : NSObject { ACAccountStore * _accountStore; + NSMutableDictionary * _accounts; SKUIMediaSocialAuthor * _author; NSMutableDictionary * _externalServices; + NSOperationQueue * _operationQueue; } @property (nonatomic, readonly) SKUIMediaSocialAuthor *author; +@property (nonatomic) int preferredFacebookAutopostingDestination; - (void).cxx_destruct; - (id)_facebookAppId; - (void)_handleAccountStoreDidChange:(id)arg1; +- (id)_ssvServiceIdentifierForMSCLServiceIdentifier:(id)arg1; +- (void)_updateAccountInfoWithServiceIdentifier:(id)arg1; +- (id)_userDefaultsEnabledServiceKeyForServiceIdentifier:(id)arg1; - (id)accountForServiceIdentifier:(id)arg1; - (id)author; -- (id)createAccountForServiceIdentifier:(id)arg1 error:(id*)arg2; - (void)dealloc; - (id)initWithAuthor:(id)arg1; -- (BOOL)permissionForServiceIdentifier:(id)arg1; +- (BOOL)isAccountEnabledForServiceIdentifier:(id)arg1; +- (int)preferredFacebookAutopostingDestination; - (void)registerExternalDestination:(id)arg1 forAccount:(id)arg2 completionBlock:(id /* block */)arg3; - (BOOL)removeAccount:(id)arg1; - (void)renewCredentialsForAccount:(id)arg1 withCompletionBlock:(id /* block */)arg2; -- (void)requestAccessToAccountForServiceIdentifier:(id)arg1 permissions:(id)arg2 withCompletionBlock:(id /* block */)arg3; +- (void)requestAccessToAccountForServiceIdentifier:(id)arg1 permissions:(id)arg2 authenticationPresentingViewController:(id)arg3 withCompletionBlock:(id /* block */)arg4; - (BOOL)saveAccount:(id)arg1; +- (void)setAccountEnabled:(BOOL)arg1 forServiceIdentifier:(id)arg2; +- (void)setPreferredFacebookAutopostingDestination:(int)arg1; +- (void)unlinkAccount:(id)arg1; +- (void)updateFacebookPreferredPageIdentifier:(id)arg1 forAccount:(id)arg2; - (void)verifyUserName:(id)arg1 password:(id)arg2 serviceIdentifier:(id)arg3 withCompletionBlock:(id /* block */)arg4; @end diff --git a/PrivateFrameworks/MediaSocial.framework/MSCLAccountTokenRefreshOperation.h b/PrivateFrameworks/MediaSocial.framework/MSCLAccountTokenRefreshOperation.h index 3245c01019..e0ef1b6a56 100644 --- a/PrivateFrameworks/MediaSocial.framework/MSCLAccountTokenRefreshOperation.h +++ b/PrivateFrameworks/MediaSocial.framework/MSCLAccountTokenRefreshOperation.h @@ -15,7 +15,6 @@ - (void).cxx_destruct; - (void)_getExternalDestinationForServiceIdentifier:(id)arg1 accountStore:(id)arg2 completionBlock:(id /* block */)arg3; -- (void)_getFacebookDestinationForPageIdentifier:(id)arg1 accountStore:(id)arg2 completionBlock:(id /* block */)arg3; - (void)_registerExternalDestination:(id)arg1 forServiceIdentifier:(id)arg2 accountStore:(id)arg3 completionBlock:(id /* block */)arg4; - (id)_ssvServiceIdentifierForMSCLServiceIdentifier:(id)arg1; - (id)accountStore; diff --git a/PrivateFrameworks/MediaSocial.framework/MSCLAccountUnlinkRequestOperation.h b/PrivateFrameworks/MediaSocial.framework/MSCLAccountUnlinkRequestOperation.h new file mode 100644 index 0000000000..38f78f1e6f --- /dev/null +++ b/PrivateFrameworks/MediaSocial.framework/MSCLAccountUnlinkRequestOperation.h @@ -0,0 +1,24 @@ +/* Generated by RuntimeBrowser + Image: /System/Library/PrivateFrameworks/MediaSocial.framework/MediaSocial + */ + +@interface MSCLAccountUnlinkRequestOperation : SSVComplexOperation { + NSObject * _accessQueue; + SKUIMediaSocialAuthor * _author; + id /* block */ _outputBlock; + NSString * _serviceIdentifier; +} + +@property (nonatomic, readonly, copy) SKUIMediaSocialAuthor *author; +@property (nonatomic, copy) id /* block */ outputBlock; +@property (nonatomic, readonly, copy) NSString *serviceIdentifier; + +- (void).cxx_destruct; +- (id)author; +- (id)initWithServiceIdentifier:(id)arg1 forAuthor:(id)arg2; +- (void)main; +- (id /* block */)outputBlock; +- (id)serviceIdentifier; +- (void)setOutputBlock:(id /* block */)arg1; + +@end diff --git a/PrivateFrameworks/MediaSocial.framework/MSCLFacebookAccountsRequest.h b/PrivateFrameworks/MediaSocial.framework/MSCLFacebookAccountsRequest.h deleted file mode 100644 index b89a8255b4..0000000000 --- a/PrivateFrameworks/MediaSocial.framework/MSCLFacebookAccountsRequest.h +++ /dev/null @@ -1,19 +0,0 @@ -/* Generated by RuntimeBrowser - Image: /System/Library/PrivateFrameworks/MediaSocial.framework/MediaSocial - */ - -@interface MSCLFacebookAccountsRequest : NSObject { - MSCLAccountStore * _accountStore; - id /* block */ _responseBlock; - NSMutableDictionary * _services; -} - -- (void).cxx_destruct; -- (void)_finishWithPages:(id)arg1 accessToken:(id)arg2 error:(id)arg3; -- (void)_getPagesWithAccessToken:(id)arg1 completionBlock:(id /* block */)arg2; -- (id)_pagesWithResponseDictionary:(id)arg1; -- (void)_updateCredentialsForAccount:(id)arg1 completionBlock:(id /* block */)arg2; -- (id)initWithAccountStore:(id)arg1; -- (void)startWithResponseBlock:(id /* block */)arg1; - -@end diff --git a/PrivateFrameworks/MediaSocial.framework/MSCLFacebookAuthenticationWebViewController.h b/PrivateFrameworks/MediaSocial.framework/MSCLFacebookAuthenticationWebViewController.h new file mode 100644 index 0000000000..7f98aa2c6d --- /dev/null +++ b/PrivateFrameworks/MediaSocial.framework/MSCLFacebookAuthenticationWebViewController.h @@ -0,0 +1,50 @@ +/* Generated by RuntimeBrowser + Image: /System/Library/PrivateFrameworks/MediaSocial.framework/MediaSocial + */ + +@interface MSCLFacebookAuthenticationWebViewController : UIViewController { + UIActivityIndicatorView * _activityIndicator; + BOOL _authenticating; + id /* block */ _authenticationCompletionBlock; + NSString * _clientID; + BOOL _didInterruptRedirect; + NSString * _token; + UIWebView * _webView; + NSArray * _writePermissions; +} + +@property (nonatomic, retain) UIActivityIndicatorView *activityIndicator; +@property (getter=isAuthenticating, nonatomic, readonly) BOOL authenticating; +@property (nonatomic, copy) id /* block */ authenticationCompletionBlock; +@property (nonatomic, readonly, copy) NSString *clientID; +@property (readonly, copy) NSString *debugDescription; +@property (readonly, copy) NSString *description; +@property (readonly) unsigned int hash; +@property (readonly) Class superclass; +@property (nonatomic, retain) UIWebView *webView; +@property (nonatomic, readonly, copy) NSArray *writePermissions; + ++ (id)authenticationURLWithClientID:(id)arg1 permissions:(id)arg2; + +- (void).cxx_destruct; +- (id)activityIndicator; +- (id /* block */)authenticationCompletionBlock; +- (void)cancelAuthenticationProcess; +- (id)clientID; +- (void)endAuthenticationProcessWithError:(id)arg1; +- (id)initWithClientID:(id)arg1 writePermissions:(id)arg2; +- (BOOL)isAuthenticating; +- (void)setActivityIndicator:(id)arg1; +- (void)setAuthenticationCompletionBlock:(id /* block */)arg1; +- (void)setWebView:(id)arg1; +- (void)startAuthenticationProcess; +- (void)viewDidLayoutSubviews; +- (void)viewDidLoad; +- (id)webView; +- (void)webView:(id)arg1 didFailLoadWithError:(id)arg2; +- (BOOL)webView:(id)arg1 shouldStartLoadWithRequest:(id)arg2 navigationType:(int)arg3; +- (void)webViewDidFinishLoad:(id)arg1; +- (void)webViewDidStartLoad:(id)arg1; +- (id)writePermissions; + +@end diff --git a/PrivateFrameworks/MediaSocial.framework/MSCLFacebookLoadImageOperation.h b/PrivateFrameworks/MediaSocial.framework/MSCLFacebookLoadImageOperation.h deleted file mode 100644 index bea05fdf8e..0000000000 --- a/PrivateFrameworks/MediaSocial.framework/MSCLFacebookLoadImageOperation.h +++ /dev/null @@ -1,39 +0,0 @@ -/* Generated by RuntimeBrowser - Image: /System/Library/PrivateFrameworks/MediaSocial.framework/MediaSocial - */ - -@interface MSCLFacebookLoadImageOperation : NSOperation { - NSString * _accessToken; - SKUIImageDataConsumer * _dataConsumer; - NSObject * _dispatchQueue; - struct CGSize { - float width; - float height; - } _imagePixelSize; - NSString * _objectIdentifier; - id /* block */ _outputBlock; -} - -@property (copy) NSString *accessToken; -@property (retain) SKUIImageDataConsumer *dataConsumer; -@property struct CGSize { float x1; float x2; } imagePixelSize; -@property (copy) NSString *objectIdentifier; -@property (copy) id /* block */ outputBlock; - -- (void).cxx_destruct; -- (id)_getImageWithURL:(id)arg1 error:(id*)arg2; -- (id)_newFacebookRequest; -- (id)accessToken; -- (id)dataConsumer; -- (struct CGSize { float x1; float x2; })imagePixelSize; -- (id)init; -- (void)main; -- (id)objectIdentifier; -- (id /* block */)outputBlock; -- (void)setAccessToken:(id)arg1; -- (void)setDataConsumer:(id)arg1; -- (void)setImagePixelSize:(struct CGSize { float x1; float x2; })arg1; -- (void)setObjectIdentifier:(id)arg1; -- (void)setOutputBlock:(id /* block */)arg1; - -@end diff --git a/PrivateFrameworks/MediaSocial.framework/MSCLFacebookPage.h b/PrivateFrameworks/MediaSocial.framework/MSCLFacebookPage.h index 512b7caab9..f73e66cfeb 100644 --- a/PrivateFrameworks/MediaSocial.framework/MSCLFacebookPage.h +++ b/PrivateFrameworks/MediaSocial.framework/MSCLFacebookPage.h @@ -3,33 +3,20 @@ */ @interface MSCLFacebookPage : NSObject { - NSString * _accessToken; - NSString * _categoryName; NSString * _identifier; NSString * _name; - int _numberOfLikes; } -@property (nonatomic, copy) NSString *accessToken; -@property (nonatomic, copy) NSString *categoryName; -@property (nonatomic, copy) NSString *identifier; -@property (nonatomic, copy) NSString *name; -@property (nonatomic) int numberOfLikes; +@property (nonatomic, readonly, copy) NSString *identifier; +@property (nonatomic, readonly, copy) NSString *name; - (void).cxx_destruct; -- (id)accessToken; -- (id)categoryName; - (id)copyWithZone:(struct _NSZone { }*)arg1; - (unsigned int)hash; - (id)identifier; -- (id)initWithGraphDictionary:(id)arg1; +- (id)initWithDictionary:(id)arg1; +- (id)initWithIdentifier:(id)arg1 name:(id)arg2; - (BOOL)isEqual:(id)arg1; - (id)name; -- (int)numberOfLikes; -- (void)setAccessToken:(id)arg1; -- (void)setCategoryName:(id)arg1; -- (void)setIdentifier:(id)arg1; -- (void)setName:(id)arg1; -- (void)setNumberOfLikes:(int)arg1; @end diff --git a/PrivateFrameworks/MediaSocial.framework/MSCLFacebookPageSelectionViewController.h b/PrivateFrameworks/MediaSocial.framework/MSCLFacebookPageSelectionViewController.h index e522fd08ad..672be512de 100644 --- a/PrivateFrameworks/MediaSocial.framework/MSCLFacebookPageSelectionViewController.h +++ b/PrivateFrameworks/MediaSocial.framework/MSCLFacebookPageSelectionViewController.h @@ -3,10 +3,9 @@ */ @interface MSCLFacebookPageSelectionViewController : SKUIViewController { + MSCLAccount * _account; MSCLAccountStore * _accountStore; BOOL _didRequestImages; - NSMapTable * _images; - NSArray * _pages; UIImage * _placeholderImage; MSCLSettingsTableViewCell * _removeAccountButtonCell; NSString * _selectedPageIdentifier; @@ -25,22 +24,17 @@ - (id)_facebookPageTableViewCellInTableView:(id)arg1 forIndexPath:(id)arg2; - (id)_imageDataConsumer; - (void)_layoutTableHeaderView; -- (id)_newImageOperationWithObjectIdentifier:(id)arg1; - (id)_removalConfirmationMessage; - (void)_removeAccount; -- (void)_requestImagesIfNecessary; -- (void)_setImage:(id)arg1 forObject:(id)arg2; - (void)dealloc; -- (id)initWithAccountStore:(id)arg1 pages:(id)arg2; +- (id)initWithAccount:(id)arg1 fromStore:(id)arg2; - (void)loadView; - (int)numberOfSectionsInTableView:(id)arg1; -- (void)setSelectedPage:(id)arg1; - (id)tableView:(id)arg1 cellForRowAtIndexPath:(id)arg2; - (void)tableView:(id)arg1 didSelectRowAtIndexPath:(id)arg2; - (int)tableView:(id)arg1 numberOfRowsInSection:(int)arg2; - (id)tableView:(id)arg1 titleForHeaderInSection:(int)arg2; - (void)viewDidAppear:(BOOL)arg1; - (void)viewDidLayoutSubviews; -- (void)viewWillAppear:(BOOL)arg1; @end diff --git a/PrivateFrameworks/MediaSocial.framework/MSCLFacebookPageTableViewCell.h b/PrivateFrameworks/MediaSocial.framework/MSCLFacebookPageTableViewCell.h index 3d287f01c5..2c056150ab 100644 --- a/PrivateFrameworks/MediaSocial.framework/MSCLFacebookPageTableViewCell.h +++ b/PrivateFrameworks/MediaSocial.framework/MSCLFacebookPageTableViewCell.h @@ -2,18 +2,9 @@ Image: /System/Library/PrivateFrameworks/MediaSocial.framework/MediaSocial */ -@interface MSCLFacebookPageTableViewCell : UITableViewCell { - struct CGSize { - float width; - float height; - } _imageBoundingSize; -} +@interface MSCLFacebookPageTableViewCell : UITableViewCell -@property (nonatomic) struct CGSize { float x1; float x2; } imageBoundingSize; - -- (struct CGSize { float x1; float x2; })imageBoundingSize; - (id)initWithStyle:(int)arg1 reuseIdentifier:(id)arg2; - (void)layoutSubviews; -- (void)setImageBoundingSize:(struct CGSize { float x1; float x2; })arg1; @end diff --git a/PrivateFrameworks/MediaSocial.framework/MSCLFacebookPageUpdateOperation.h b/PrivateFrameworks/MediaSocial.framework/MSCLFacebookPageUpdateOperation.h new file mode 100644 index 0000000000..27157c3cb9 --- /dev/null +++ b/PrivateFrameworks/MediaSocial.framework/MSCLFacebookPageUpdateOperation.h @@ -0,0 +1,24 @@ +/* Generated by RuntimeBrowser + Image: /System/Library/PrivateFrameworks/MediaSocial.framework/MediaSocial + */ + +@interface MSCLFacebookPageUpdateOperation : SSVComplexOperation { + NSObject * _accessQueue; + SKUIMediaSocialAuthor * _author; + id /* block */ _outputBlock; + NSString * _pageIdentifier; +} + +@property (nonatomic, readonly, copy) SKUIMediaSocialAuthor *author; +@property (nonatomic, copy) id /* block */ outputBlock; +@property (nonatomic, readonly, copy) NSString *pageIdentifier; + +- (void).cxx_destruct; +- (id)author; +- (id)initWithPageIdentifier:(id)arg1 forAuthor:(id)arg2; +- (void)main; +- (id /* block */)outputBlock; +- (id)pageIdentifier; +- (void)setOutputBlock:(id /* block */)arg1; + +@end diff --git a/PrivateFrameworks/MediaSocial.framework/MSCLFacebookServiceSetupTableViewSection.h b/PrivateFrameworks/MediaSocial.framework/MSCLFacebookServiceSetupTableViewSection.h index 4729644cdd..0f1e621c15 100644 --- a/PrivateFrameworks/MediaSocial.framework/MSCLFacebookServiceSetupTableViewSection.h +++ b/PrivateFrameworks/MediaSocial.framework/MSCLFacebookServiceSetupTableViewSection.h @@ -8,7 +8,6 @@ - (int)_cellTypeForIndexPath:(id)arg1; - (void)_openFacebookSettingsTitleKey:(id)arg1 messageKey:(id)arg2 parentViewController:(id)arg3; -- (id)_selectedFacebookPageForAccount:(id)arg1; - (void)_updateDisplayStateForce:(BOOL)arg1; - (id)initWithService:(id)arg1 accountStore:(id)arg2; - (id)performActionForIndexPath:(id)arg1 parentViewController:(id)arg2; diff --git a/PrivateFrameworks/MediaSocial.framework/MSCLFacebookUserRegistrationOperation.h b/PrivateFrameworks/MediaSocial.framework/MSCLFacebookUserRegistrationOperation.h new file mode 100644 index 0000000000..2752044fcf --- /dev/null +++ b/PrivateFrameworks/MediaSocial.framework/MSCLFacebookUserRegistrationOperation.h @@ -0,0 +1,24 @@ +/* Generated by RuntimeBrowser + Image: /System/Library/PrivateFrameworks/MediaSocial.framework/MediaSocial + */ + +@interface MSCLFacebookUserRegistrationOperation : SSVComplexOperation { + NSObject * _accessQueue; + SKUIMediaSocialAuthor * _author; + id /* block */ _outputBlock; + NSString * _token; +} + +@property (nonatomic, readonly, copy) SKUIMediaSocialAuthor *author; +@property (nonatomic, copy) id /* block */ outputBlock; +@property (nonatomic, readonly, copy) NSString *token; + +- (void).cxx_destruct; +- (id)author; +- (id)initWithToken:(id)arg1 forAuthor:(id)arg2; +- (void)main; +- (id /* block */)outputBlock; +- (void)setOutputBlock:(id /* block */)arg1; +- (id)token; + +@end diff --git a/PrivateFrameworks/MediaSocial.framework/MSCLPreparePostDescriptionOperation.h b/PrivateFrameworks/MediaSocial.framework/MSCLPreparePostDescriptionOperation.h index a09c8642c3..7da91731b8 100644 --- a/PrivateFrameworks/MediaSocial.framework/MSCLPreparePostDescriptionOperation.h +++ b/PrivateFrameworks/MediaSocial.framework/MSCLPreparePostDescriptionOperation.h @@ -11,6 +11,7 @@ SKUIClientContext * _clientContext; MSCLStoreItem * _contentItem; NSArray * _enabledExternalServices; + int _facebookDestination; id /* block */ _outputBlock; NSString * _text; } @@ -23,6 +24,7 @@ @property (nonatomic, retain) SKUIClientContext *clientContext; @property (nonatomic, copy) MSCLStoreItem *contentItem; @property (nonatomic, copy) NSArray *enabledExternalServices; +@property (nonatomic) int facebookDestination; @property (nonatomic, copy) id /* block */ outputBlock; @property (nonatomic, copy) NSString *text; @@ -46,6 +48,7 @@ - (id)clientContext; - (id)contentItem; - (id)enabledExternalServices; +- (int)facebookDestination; - (BOOL)isAttributed; - (void)main; - (id /* block */)outputBlock; @@ -57,6 +60,7 @@ - (void)setClientContext:(id)arg1; - (void)setContentItem:(id)arg1; - (void)setEnabledExternalServices:(id)arg1; +- (void)setFacebookDestination:(int)arg1; - (void)setOutputBlock:(id /* block */)arg1; - (void)setText:(id)arg1; - (id)text; diff --git a/PrivateFrameworks/MediaSocial.framework/MSCLSocialServiceSetupViewController.h b/PrivateFrameworks/MediaSocial.framework/MSCLSocialServiceSetupViewController.h index 6183bd0249..1472707440 100644 --- a/PrivateFrameworks/MediaSocial.framework/MSCLSocialServiceSetupViewController.h +++ b/PrivateFrameworks/MediaSocial.framework/MSCLSocialServiceSetupViewController.h @@ -20,8 +20,6 @@ - (void).cxx_destruct; - (void)_accountStoreDidChangeNotification:(id)arg1; -- (void)_loadFacebookPagesIfNecessary; -- (void)_setFacebookPages:(id)arg1; - (id)accountStore; - (id)configuration; - (void)dealloc; diff --git a/PrivateFrameworks/MediaSocial.framework/MSCLTwitterServiceSetupTableViewSection.h b/PrivateFrameworks/MediaSocial.framework/MSCLTwitterServiceSetupTableViewSection.h index 89148265bd..93d2351798 100644 --- a/PrivateFrameworks/MediaSocial.framework/MSCLTwitterServiceSetupTableViewSection.h +++ b/PrivateFrameworks/MediaSocial.framework/MSCLTwitterServiceSetupTableViewSection.h @@ -4,7 +4,6 @@ @interface MSCLTwitterServiceSetupTableViewSection : MSCLSocialServiceSetupTableViewSection -- (id)_selectedFacebookPageForAccount:(id)arg1; - (id)performActionForIndexPath:(id)arg1 parentViewController:(id)arg2; - (void)registerReusableCellsWithTableView:(id)arg1; - (id)tableView:(id)arg1 cellForRowAtIndexPath:(id)arg2; diff --git a/PrivateFrameworks/Message.framework/MFAttachment.h b/PrivateFrameworks/Message.framework/MFAttachment.h index 30b02c68df..81ad7a36b0 100644 --- a/PrivateFrameworks/Message.framework/MFAttachment.h +++ b/PrivateFrameworks/Message.framework/MFAttachment.h @@ -173,6 +173,7 @@ - (struct CGSize { float x1; float x2; })imageDimensionsWithData:(id)arg1; - (unsigned int)imageScalingFlags; - (BOOL)isCalendarFile; +- (BOOL)isCameraRollCompatibleVideo; - (BOOL)isContentCompressed; - (BOOL)isContentOpenable; - (BOOL)isDisplayableByWebKit; diff --git a/PrivateFrameworks/Message.framework/MFDAMailAccountSyncConsumer.h b/PrivateFrameworks/Message.framework/MFDAMailAccountSyncConsumer.h index 4b2a075787..dd115c52ab 100644 --- a/PrivateFrameworks/Message.framework/MFDAMailAccountSyncConsumer.h +++ b/PrivateFrameworks/Message.framework/MFDAMailAccountSyncConsumer.h @@ -3,6 +3,7 @@ */ @interface MFDAMailAccountSyncConsumer : MFDAMailAccountConsumer { + NSConditionLock * _accountHierarchyLock; NSString * _accountID; NSMutableData * _bodyData; NSArray * _consumers; @@ -23,6 +24,7 @@ @property (nonatomic, readonly) NSString *tag; - (void)_setTag:(id)arg1; +- (void)accountHierarchyChanged:(id)arg1; - (id)actionsConsumer; - (void)consumeData:(char *)arg1 length:(int)arg2 format:(int)arg3 mailMessage:(id)arg4; - (void)dealloc; @@ -32,6 +34,7 @@ - (BOOL)moreAvailable; - (id)originalThreadMonitor; - (void)partialResultsForMailbox:(id)arg1 actions:(id)arg2 responses:(id)arg3 percentComplete:(double)arg4 moreAvailable:(BOOL)arg5; +- (BOOL)refreshFolderHierarchyAndWait:(unsigned int)arg1; - (void)reset; - (void)resultsForMailbox:(id)arg1 newTag:(id)arg2 actions:(id)arg3 responses:(id)arg4 percentComplete:(double)arg5 moreAvailable:(BOOL)arg6 sentBytesCount:(unsigned int)arg7 receivedBytesCount:(unsigned int)arg8; - (void)setStreamConsumer:(id)arg1; diff --git a/PrivateFrameworks/Message.framework/MFDAMessageStore.h b/PrivateFrameworks/Message.framework/MFDAMessageStore.h index 5e66327192..ce38664f06 100644 --- a/PrivateFrameworks/Message.framework/MFDAMessageStore.h +++ b/PrivateFrameworks/Message.framework/MFDAMessageStore.h @@ -25,7 +25,6 @@ - (BOOL)backedByVirtualAllSearchMailbox; - (id)bestAlternativeForPart:(id)arg1; - (BOOL)bodyFetchRequiresNetworkActivity; -- (BOOL)canDeleteMessage:(id)arg1; - (BOOL)canFetchSearchResults; - (id)copyOfAllMessagesForBodyLoadingFromRowID:(unsigned int)arg1 limit:(unsigned int)arg2; - (id)defaultAlternativeForPart:(id)arg1; @@ -40,6 +39,7 @@ - (id)loadMeetingDataForMessage:(id)arg1; - (id)loadMeetingExternalIDForMessage:(id)arg1; - (id)loadMeetingMetadataForMessage:(id)arg1; +- (BOOL)messageCanBeTriaged:(id)arg1; - (id)messageForRemoteID:(id)arg1; - (id)messageForRemoteID:(id)arg1 inMailbox:(id)arg2; - (void)purgeMessagesBeyondLimit:(unsigned int)arg1 keepingMessage:(id)arg2; diff --git a/PrivateFrameworks/Message.framework/MFLibraryMessage.h b/PrivateFrameworks/Message.framework/MFLibraryMessage.h index 4109e3fe2e..ed07d0adfc 100644 --- a/PrivateFrameworks/Message.framework/MFLibraryMessage.h +++ b/PrivateFrameworks/Message.framework/MFLibraryMessage.h @@ -25,7 +25,6 @@ - (void)_updateUID; - (id)account; - (id)attachmentStorageLocation; -- (BOOL)canBeDeleted; - (void)commit; - (int)compareByUidWithMessage:(id)arg1; - (unsigned long long)conversationFlags; diff --git a/PrivateFrameworks/Message.framework/MFLibraryStore.h b/PrivateFrameworks/Message.framework/MFLibraryStore.h index d60bd8af6b..1b1e83e85c 100644 --- a/PrivateFrameworks/Message.framework/MFLibraryStore.h +++ b/PrivateFrameworks/Message.framework/MFLibraryStore.h @@ -100,6 +100,7 @@ - (id)newObjectCache; - (unsigned int)nonDeletedCountIncludingServerSearch:(BOOL)arg1 andThreadSearch:(BOOL)arg2; - (long long)oldestKnownConversation; +- (id)oldestKnownMessage; - (void)openSynchronously; - (void)purgeMessages:(id)arg1; - (void)purgeMessagesBeyondLimit:(unsigned int)arg1 keepingMessage:(id)arg2; diff --git a/PrivateFrameworks/Message.framework/MFMailMessageLibrary.h b/PrivateFrameworks/Message.framework/MFMailMessageLibrary.h index cdb5513c0d..c0ba7856cc 100644 --- a/PrivateFrameworks/Message.framework/MFMailMessageLibrary.h +++ b/PrivateFrameworks/Message.framework/MFMailMessageLibrary.h @@ -71,6 +71,7 @@ - (unsigned int)_includesMeCountForAggregatedMailboxes:(id)arg1; - (id)_indexSetOfMessagesDeleted; - (BOOL)_insertThreadReferences:(id)arg1 toMessageWithLibraryID:(unsigned int)arg2 usingDatabase:(struct sqlite3 { }*)arg3; +- (unsigned int)_libraryIDForOldestKnownMessageInMailbox:(id)arg1; - (id)_libraryMessageCache; - (id)_libraryMessageWithLibraryID:(unsigned int)arg1 wasCached:(BOOL*)arg2; - (id)_mailboxesClauseForAccounts:(id)arg1; @@ -226,6 +227,7 @@ - (void)notifyNewDataAvailableForMessages:(id)arg1; - (id)offlineCacheOperationsForAccount:(int)arg1 lastTemporaryID:(unsigned int*)arg2; - (long long)oldestKnownConversationInMailbox:(id)arg1; +- (id)oldestKnownMessageInMailbox:(id)arg1; - (id)oldestMessageInMailbox:(id)arg1; - (id)orderedBatchOfMessagesEndingAtRowId:(unsigned int)arg1 limit:(unsigned int)arg2 success:(BOOL*)arg3; - (id)pathForMailboxURL:(id)arg1; diff --git a/PrivateFrameworks/Message.framework/MFMailMessageStore.h b/PrivateFrameworks/Message.framework/MFMailMessageStore.h index 356936f7b5..12037041a1 100644 --- a/PrivateFrameworks/Message.framework/MFMailMessageStore.h +++ b/PrivateFrameworks/Message.framework/MFMailMessageStore.h @@ -52,7 +52,6 @@ - (unsigned int)appendMessages:(id)arg1 unsuccessfulOnes:(id)arg2 newMessageIDs:(id)arg3 newMessages:(id)arg4 flagsToSet:(id)arg5; - (int)archiveDestination; - (BOOL)canCompact; -- (BOOL)canDeleteMessage:(id)arg1; - (BOOL)canFetchMessageIDs; - (BOOL)canFetchSearchResults; - (void)cancelOpen; diff --git a/PrivateFrameworks/Message.framework/MFMessageCollectionInfo.h b/PrivateFrameworks/Message.framework/MFMessageCollectionInfo.h index 8aa7cc913a..92bdb971db 100644 --- a/PrivateFrameworks/Message.framework/MFMessageCollectionInfo.h +++ b/PrivateFrameworks/Message.framework/MFMessageCollectionInfo.h @@ -3,7 +3,6 @@ */ @interface MFMessageCollectionInfo : NSObject { - long long _conversationID; long long _messageCollectionHash; MFMessageInfoOrderedSet * _messageInfoSet; MFMessageInfo * _stickyPlaceholder; diff --git a/PrivateFrameworks/Message.framework/MFMessageCriterion.h b/PrivateFrameworks/Message.framework/MFMessageCriterion.h index 6f97fc52d3..45c82f9b1c 100644 --- a/PrivateFrameworks/Message.framework/MFMessageCriterion.h +++ b/PrivateFrameworks/Message.framework/MFMessageCriterion.h @@ -78,6 +78,7 @@ - (BOOL)_evaluateAddressHistoryCriterion:(id)arg1; - (BOOL)_evaluateAttachmentCriterion:(id)arg1; - (BOOL)_evaluateCompoundCriterion:(id)arg1; +- (BOOL)_evaluateConversationIDCriterion:(id)arg1; - (BOOL)_evaluateDateCriterion:(id)arg1; - (id)_evaluateFTSCriterionWithIndex:(id)arg1 mailboxIDs:(id)arg2; - (BOOL)_evaluateFlagCriterion:(id)arg1; diff --git a/PrivateFrameworks/Message.framework/MFSecureMIMECompositionManager.h b/PrivateFrameworks/Message.framework/MFSecureMIMECompositionManager.h index 7539de5ab4..63987621f7 100644 --- a/PrivateFrameworks/Message.framework/MFSecureMIMECompositionManager.h +++ b/PrivateFrameworks/Message.framework/MFSecureMIMECompositionManager.h @@ -39,6 +39,7 @@ - (void)_determineEncryptionStatusWithNewRecipients:(id)arg1; - (void)_determineEncryptionStatusWithSendingAddress:(id)arg1; +- (void)_determineRevocationStatusWithIdentity:(struct __SecIdentity { }*)arg1 sendingAddress:(id)arg2; - (void)_determineSigningStatusWithSendingAddress:(id)arg1; - (void)_notifyDelegateEncryptionStatusDidChange:(int)arg1 certsByRecipient:(id)arg2 errorsByRecipient:(id)arg3 identity:(struct __SecIdentity { }*)arg4 error:(id)arg5; - (void)_notifyDelegateSigningStatusDidChange:(int)arg1 identity:(struct __SecIdentity { }*)arg2 error:(id)arg3; diff --git a/PrivateFrameworks/Message.framework/MFStream.h b/PrivateFrameworks/Message.framework/MFStream.h index 0a679e08d4..72de52b46f 100644 --- a/PrivateFrameworks/Message.framework/MFStream.h +++ b/PrivateFrameworks/Message.framework/MFStream.h @@ -39,7 +39,6 @@ - (void)close; - (void)dealloc; - (void)enableThroughputMonitoring:(BOOL)arg1; -- (id)init; - (id)initCallBack:(id /* block */)arg1 onDispatchQueue:(id)arg2; - (BOOL)isOpen; - (void)openToHostName:(id)arg1 port:(int)arg2; diff --git a/PrivateFrameworks/MetalTools.framework/MTLDebugComputeCommandEncoder.h b/PrivateFrameworks/MetalTools.framework/MTLDebugComputeCommandEncoder.h index 9217c803b4..f09684ef8c 100644 --- a/PrivateFrameworks/MetalTools.framework/MTLDebugComputeCommandEncoder.h +++ b/PrivateFrameworks/MetalTools.framework/MTLDebugComputeCommandEncoder.h @@ -35,6 +35,19 @@ BOOL canSetComputePipelineState; BOOL hasEndEncoding; BOOL hasSetComputePipelineState; + BOOL hasSetStageInRegion; + struct { + struct { + unsigned int x; + unsigned int y; + unsigned int z; + } origin; + struct { + unsigned int width; + unsigned int height; + unsigned int depth; + } size; + } stageInRegion; struct deque<__weak id, std::__1::allocator<__weak id> > { /* Warning: unhandled struct encoding: '{__split_buffer<__weak id *, std::__1::allocator<__weak id *> >="__first_"^^@"__begin_"^^@"__end_"^^@"__end_cap_"{__compressed_pair<__weak id **, std::__1::allocator<__weak id *> >="__first_"^^@}}"__start_"I"__size_"{__compressed_pair >="__first_"L}}' */ struct __split_buffer<__weak id *, std::__1::allocator<__weak id *> > { __begin_ ***__first_; @@ -73,6 +86,7 @@ - (void)setTextures:(const id*)arg1 withRange:(struct _NSRange { unsigned int x1; unsigned int x2; })arg2; - (void)setThreadgroupMemoryLength:(unsigned int)arg1 atIndex:(unsigned int)arg2; - (void)updateFence:(id)arg1; +- (void)validateStageInRegion:(struct { unsigned int x1; unsigned int x2; unsigned int x3; })arg1; - (void)waitForFence:(id)arg1; @end diff --git a/PrivateFrameworks/MetalTools.framework/MTLDebugHeap.h b/PrivateFrameworks/MetalTools.framework/MTLDebugHeap.h index e10548ff2c..ced261b893 100644 --- a/PrivateFrameworks/MetalTools.framework/MTLDebugHeap.h +++ b/PrivateFrameworks/MetalTools.framework/MTLDebugHeap.h @@ -4,6 +4,7 @@ @interface MTLDebugHeap : MTLToolsHeap { MTLDebugDevice * _debugDevice; + int _historyLock; struct HeapHistoryEvent { struct HeapHistoryEvent {} *x1; void *x2; BOOL x3; } * _latestEvent; struct HeapHistoryEvent { struct HeapHistoryEvent {} *x1; void *x2; BOOL x3; } * _oldestEvent; } diff --git a/PrivateFrameworks/MobileActivation.framework/MadGate.h b/PrivateFrameworks/MobileActivation.framework/MadGate.h index a462aefff5..42d95ac989 100644 --- a/PrivateFrameworks/MobileActivation.framework/MadGate.h +++ b/PrivateFrameworks/MobileActivation.framework/MadGate.h @@ -11,6 +11,7 @@ - (void).cxx_destruct; - (id)connection; - (id)copyActivationRecord:(id*)arg1; +- (id)copyPCRTToken:(id*)arg1; - (id)copyRegulatoryImages:(id*)arg1; - (id)copyUCRTToken:(id*)arg1; - (id)createActivationInfo:(id*)arg1; diff --git a/PrivateFrameworks/MobileBackup.framework/MBProperties.h b/PrivateFrameworks/MobileBackup.framework/MBProperties.h index 7527e35260..834357f3e7 100644 --- a/PrivateFrameworks/MobileBackup.framework/MBProperties.h +++ b/PrivateFrameworks/MobileBackup.framework/MBProperties.h @@ -19,9 +19,11 @@ @property (nonatomic, readonly) NSString *deviceName; @property (nonatomic) BOOL encrypted; @property (nonatomic, readonly) BOOL hasCorruptSQLiteDBs; +@property (nonatomic, readonly) BOOL hasEncryptedManifestDB; @property (nonatomic, readonly) BOOL hasManifestDB; @property (nonatomic, retain) NSData *keybagData; @property (nonatomic, retain) NSDictionary *lockdownKeys; +@property (nonatomic) NSData *manifestEncryptionKey; @property (nonatomic) double maxSupportedVersion; @property (nonatomic) double minSupportedVersion; @property (getter=wasPasscodeSet, nonatomic) BOOL passcodeSet; @@ -58,6 +60,7 @@ - (id)deviceName; - (BOOL)encrypted; - (BOOL)hasCorruptSQLiteDBs; +- (BOOL)hasEncryptedManifestDB; - (BOOL)hasManifestDB; - (id)init; - (id)initWithData:(id)arg1 error:(id*)arg2; @@ -66,6 +69,7 @@ - (BOOL)isProtected; - (id)keybagData; - (id)lockdownKeys; +- (id)manifestEncryptionKey; - (double)maxSupportedVersion; - (double)minSupportedVersion; - (id)objectForKey:(id)arg1; @@ -79,6 +83,7 @@ - (void)setEncrypted:(BOOL)arg1; - (void)setKeybagData:(id)arg1; - (void)setLockdownKeys:(id)arg1; +- (void)setManifestEncryptionKey:(id)arg1; - (void)setMaxSupportedVersion:(double)arg1; - (void)setMinSupportedVersion:(double)arg1; - (void)setObject:(id)arg1 forKey:(id)arg2; diff --git a/PrivateFrameworks/MobileTimer.framework/ClockManager.h b/PrivateFrameworks/MobileTimer.framework/ClockManager.h index 6e3dbbcf07..737a302f17 100644 --- a/PrivateFrameworks/MobileTimer.framework/ClockManager.h +++ b/PrivateFrameworks/MobileTimer.framework/ClockManager.h @@ -47,6 +47,7 @@ - (void)removeNotificationObserver:(id)arg1; - (void)resetUpdatesToLocalNotificationsCache; - (void)scheduleLocalNotification:(id)arg1; +- (void)scheduleLocalNotifications:(id)arg1; - (id)scheduledLocalNotificationsCache; - (void)setIgnoringNotificationPostRequests:(BOOL)arg1; - (void)setNotificationObservers:(id)arg1; diff --git a/PrivateFrameworks/MusicCarDisplayUI.framework/MCDAlbumsViewController.h b/PrivateFrameworks/MusicCarDisplayUI.framework/MCDAlbumsViewController.h index 62800a2802..db5ef3dec1 100644 --- a/PrivateFrameworks/MusicCarDisplayUI.framework/MCDAlbumsViewController.h +++ b/PrivateFrameworks/MusicCarDisplayUI.framework/MCDAlbumsViewController.h @@ -3,20 +3,34 @@ */ @interface MCDAlbumsViewController : MCDTableViewController { + NSString * _albumSortSetting; BOOL _alwaysShowRecents; + NSString * _artistAlbumSortSetting; + BOOL _artistMode; MPMediaPredicate * _compilationPredicate; } +@property (nonatomic, retain) NSString *albumSortSetting; @property (nonatomic) BOOL alwaysShowRecents; +@property (nonatomic, retain) NSString *artistAlbumSortSetting; +@property (getter=isArtistMode, nonatomic) BOOL artistMode; + (id)actionCellConfigurationClassesForLocation:(unsigned int)arg1; - (void).cxx_destruct; - (void)_limitedUIDidChange; - (void)_updateQuery; +- (void)_userDefaultsDidChange:(id)arg1; +- (id)albumSortSetting; - (BOOL)alwaysShowRecents; +- (id)artistAlbumSortSetting; +- (id)initWithDataSource:(id)arg1 cellConfigurationClass:(Class)arg2; +- (BOOL)isArtistMode; - (void)reloadData; +- (void)setAlbumSortSetting:(id)arg1; - (void)setAlwaysShowRecents:(BOOL)arg1; +- (void)setArtistAlbumSortSetting:(id)arg1; +- (void)setArtistMode:(BOOL)arg1; - (void)shouldShowHeadersAndFooters:(BOOL)arg1; - (void)tableView:(id)arg1 didSelectRowAtIndexPath:(id)arg2; - (id)tableView:(id)arg1 titleForHeaderInSection:(int)arg2; diff --git a/PrivateFrameworks/MusicCarDisplayUI.framework/MCDBrowserIdentifiers.h b/PrivateFrameworks/MusicCarDisplayUI.framework/MCDBrowserIdentifiers.h index 642ee40e4d..6bcc35413b 100644 --- a/PrivateFrameworks/MusicCarDisplayUI.framework/MCDBrowserIdentifiers.h +++ b/PrivateFrameworks/MusicCarDisplayUI.framework/MCDBrowserIdentifiers.h @@ -23,7 +23,6 @@ - (id)activeIdentifiers; - (id)cellIdentifiers; - (id)defaultFuseIdentifiers; -- (id)init; - (id)localizedStrings; - (float)maxImageWidth; - (id)orderedIdentifiers; diff --git a/PrivateFrameworks/MusicCarDisplayUI.framework/MCDBrowserTableViewController.h b/PrivateFrameworks/MusicCarDisplayUI.framework/MCDBrowserTableViewController.h index 25a94c1f87..dbf31280f3 100644 --- a/PrivateFrameworks/MusicCarDisplayUI.framework/MCDBrowserTableViewController.h +++ b/PrivateFrameworks/MusicCarDisplayUI.framework/MCDBrowserTableViewController.h @@ -14,7 +14,6 @@ - (void)_loadCellIdentifiers; - (void)_updateCellOrdering:(id)arg1; - (void)dealloc; -- (id)init; - (void)setViewControllers:(id)arg1; - (id)tableView:(id)arg1 cellForRowAtIndexPath:(id)arg2; - (void)tableView:(id)arg1 didSelectRowAtIndexPath:(id)arg2; diff --git a/PrivateFrameworks/MusicCarDisplayUI.framework/MCDMediaRemoteNowPlayingViewController.h b/PrivateFrameworks/MusicCarDisplayUI.framework/MCDMediaRemoteNowPlayingViewController.h index f51f11879e..3610c2b159 100644 --- a/PrivateFrameworks/MusicCarDisplayUI.framework/MCDMediaRemoteNowPlayingViewController.h +++ b/PrivateFrameworks/MusicCarDisplayUI.framework/MCDMediaRemoteNowPlayingViewController.h @@ -28,6 +28,7 @@ UIBarButtonItem * _backButton; double _elapsedTime; NSString * _expectedPlaybackBundleIdentifier; + BOOL _handledWillAppear; BOOL _isScrubbing; MCDPCModel * _model; MPUNowPlayingController * _nowPlayingController; @@ -54,6 +55,7 @@ - (unsigned int)_bestCommandForFastForwardPosition; - (unsigned int)_bestCommandForRewindPosition; - (void)_handleActionSheet; +- (void)_handleWillAppear; - (struct _MRMediaRemoteCommandInfo { }*)_mediaCommandInfoForCommand:(unsigned int)arg1; - (void)_nowPlayingAppChangedIsPlaying:(id)arg1; - (BOOL)_nowPlayingBundleIDMatchesExpectedID; @@ -109,8 +111,10 @@ - (int)shuffleTypeForNowPlayingViewController:(id)arg1; - (id)titleForNowPlayingController:(id)arg1; - (id)transportControlImages; +- (void)viewDidAppear:(BOOL)arg1; - (void)viewDidDisappear:(BOOL)arg1; - (void)viewDidLoad; - (void)viewWillAppear:(BOOL)arg1; +- (void)viewWillDisappear:(BOOL)arg1; @end diff --git a/PrivateFrameworks/MusicCarDisplayUI.framework/MCDMusicNowPlayingViewController.h b/PrivateFrameworks/MusicCarDisplayUI.framework/MCDMusicNowPlayingViewController.h index a2d7ee69e9..29a718f0ce 100644 --- a/PrivateFrameworks/MusicCarDisplayUI.framework/MCDMusicNowPlayingViewController.h +++ b/PrivateFrameworks/MusicCarDisplayUI.framework/MCDMusicNowPlayingViewController.h @@ -43,6 +43,7 @@ - (void)_invalidateActivityTimer; - (BOOL)_itemAlreadyAddedToLibrary; - (BOOL)_itemCanBeAddedToLibrary; +- (BOOL)_itemCanCreateRadioStation; - (void)_itemChanged:(id)arg1; - (void)_itemIsExplicitDidChangeNotification:(id)arg1; - (void)_itemStoreIDDidChangeNotification:(id)arg1; diff --git a/PrivateFrameworks/MusicCarDisplayUI.framework/MCDNowPlayingViewController.h b/PrivateFrameworks/MusicCarDisplayUI.framework/MCDNowPlayingViewController.h index da2e2cb913..148e5534f9 100644 --- a/PrivateFrameworks/MusicCarDisplayUI.framework/MCDNowPlayingViewController.h +++ b/PrivateFrameworks/MusicCarDisplayUI.framework/MCDNowPlayingViewController.h @@ -11,6 +11,7 @@ * _delegate; UILongPressGestureRecognizer * _fastForwardButtonLongPressRecognizer; NSString * _forwardTransportButtonImageIdentifier; + BOOL _handledWillAppear; int _heldAction; BOOL _highTouchMode; BOOL _isScrubbing; @@ -59,6 +60,7 @@ - (void)_fastForwardButtonLongPress:(id)arg1; - (void)_fastForwardButtonTouchDown:(id)arg1; - (void)_fastForwardButtonTouchUp:(id)arg1; +- (void)_handleWillAppear; - (void)_initializeTransportControls; - (void)_itemChanged:(id)arg1; - (void)_leftButtonLongPress:(id)arg1; @@ -117,6 +119,8 @@ - (id)titleView; - (id)transportControlView; - (void)updatePlayControlsWithElapsedTime:(double)arg1; +- (void)viewDidAppear:(BOOL)arg1; +- (void)viewDidDisappear:(BOOL)arg1; - (void)viewWillAppear:(BOOL)arg1; - (void)viewWillDisappear:(BOOL)arg1; diff --git a/PrivateFrameworks/MusicCarDisplayUI.framework/MCDPlaylistsDataSource.h b/PrivateFrameworks/MusicCarDisplayUI.framework/MCDPlaylistsDataSource.h index c8ed7e18c6..5b2bc9f193 100644 --- a/PrivateFrameworks/MusicCarDisplayUI.framework/MCDPlaylistsDataSource.h +++ b/PrivateFrameworks/MusicCarDisplayUI.framework/MCDPlaylistsDataSource.h @@ -7,7 +7,6 @@ NSCache * _cachedCounts; NSCache * _cachedDurations; NSCache * _cachedRepresentativeItems; - BOOL _hasParentPlaylist; } - (void).cxx_destruct; diff --git a/PrivateFrameworks/MusicCarDisplayUI.framework/MCDPlaylistsViewController.h b/PrivateFrameworks/MusicCarDisplayUI.framework/MCDPlaylistsViewController.h index 08e39d2227..6b4b00cefc 100644 --- a/PrivateFrameworks/MusicCarDisplayUI.framework/MCDPlaylistsViewController.h +++ b/PrivateFrameworks/MusicCarDisplayUI.framework/MCDPlaylistsViewController.h @@ -2,13 +2,23 @@ Image: /System/Library/PrivateFrameworks/MusicCarDisplayUI.framework/MusicCarDisplayUI */ -@interface MCDPlaylistsViewController : MCDTableViewController +@interface MCDPlaylistsViewController : MCDTableViewController { + NSString * _playlistSortSetting; +} + +@property (nonatomic, retain) NSString *playlistSortSetting; + (id)actionCellConfigurationClassesForLocation:(unsigned int)arg1; +- (void).cxx_destruct; - (void)_limitedUIDidChange; +- (void)_updateQuery; +- (void)_userDefaultsChanged:(id)arg1; +- (id)playlistSortSetting; - (id)sectionIndexTitlesForTableView:(id)arg1; +- (void)setPlaylistSortSetting:(id)arg1; - (void)tableView:(id)arg1 didSelectRowAtIndexPath:(id)arg2; - (id)tableView:(id)arg1 titleForHeaderInSection:(int)arg2; +- (void)viewDidLoad; @end diff --git a/PrivateFrameworks/MusicCarDisplayUI.framework/MCDQueryDataSource.h b/PrivateFrameworks/MusicCarDisplayUI.framework/MCDQueryDataSource.h index 2348984d3c..cd592ca7fb 100644 --- a/PrivateFrameworks/MusicCarDisplayUI.framework/MCDQueryDataSource.h +++ b/PrivateFrameworks/MusicCarDisplayUI.framework/MCDQueryDataSource.h @@ -3,18 +3,24 @@ */ @interface MCDQueryDataSource : MPUCompletionQueryDataSource { + NSString * _albumSortPreferenceValue; MPMediaPredicate * _localPredicate; } +@property (nonatomic, retain) NSString *albumSortPreferenceValue; + - (void).cxx_destruct; - (void)_predicateBehaviorsChangedNotification:(id)arg1; - (id)_queryForNowPlayingComparisonAtIndex:(unsigned int)arg1; - (BOOL)_updateQueryPredicatesAndOrdering; +- (void)_userDefaultsDidChange:(id)arg1; +- (id)albumSortPreferenceValue; - (void)dealloc; - (BOOL)entityIsNowPlayingAtIndex:(unsigned int)arg1; - (id)initWithQuery:(id)arg1 entityType:(int)arg2; - (id)playbackContextForIndex:(unsigned int)arg1; - (BOOL)queryIsNowPlayingAtIndex:(unsigned int)arg1; +- (void)setAlbumSortPreferenceValue:(id)arg1; - (BOOL)showsIndexBar; @end diff --git a/PrivateFrameworks/MusicCarDisplayUI.framework/MCDRadioDataSource.h b/PrivateFrameworks/MusicCarDisplayUI.framework/MCDRadioDataSource.h index 76834e3b0d..c51aecac94 100644 --- a/PrivateFrameworks/MusicCarDisplayUI.framework/MCDRadioDataSource.h +++ b/PrivateFrameworks/MusicCarDisplayUI.framework/MCDRadioDataSource.h @@ -15,7 +15,7 @@ @property (readonly, copy) NSString *debugDescription; @property (nonatomic) *delegate; @property (readonly, copy) NSString *description; -@property (nonatomic, readonly) NSArray *featuredStations; +@property (nonatomic, retain) NSArray *featuredStations; @property (readonly) unsigned int hash; @property (getter=isOptedInToRadio, nonatomic, readonly) BOOL optedInToRadio; @property (nonatomic, retain) MCDRadioPlaybackCoordinator *playbackCoordinator; @@ -51,6 +51,7 @@ - (void)pushNotificationControllerDidReceiveSyncRequest:(id)arg1 toGlobalVersion:(unsigned long long)arg2; - (void)refreshFeaturedStations; - (void)setDelegate:(id)arg1; +- (void)setFeaturedStations:(id)arg1; - (void)setPlaybackCoordinator:(id)arg1; - (id)stations; - (void)synchronizeStationsAsAutomaticUpdate:(BOOL)arg1 withCompletionHandler:(id /* block */)arg2; diff --git a/PrivateFrameworks/MusicCarDisplayUI.framework/MCDRadioViewController.h b/PrivateFrameworks/MusicCarDisplayUI.framework/MCDRadioViewController.h index 525661881b..c0ce5ce107 100644 --- a/PrivateFrameworks/MusicCarDisplayUI.framework/MCDRadioViewController.h +++ b/PrivateFrameworks/MusicCarDisplayUI.framework/MCDRadioViewController.h @@ -2,12 +2,11 @@ Image: /System/Library/PrivateFrameworks/MusicCarDisplayUI.framework/MusicCarDisplayUI */ -@interface MCDRadioViewController : MCD_OLD_TableViewController { +@interface MCDRadioViewController : MCD_OLD_TableViewController { UIView * _MCD_tableView; UIActivityIndicatorView * _activityIndicator; unsigned int _allStationsIndex; id _currentlyPlayingRadioStation; - MCDRadioDataSource * _dataSource; BOOL _didInitiatePlayback; NSArray * _featuredStations; BOOL _featuredStationsFinishedLoading; diff --git a/PrivateFrameworks/MusicCarDisplayUI.framework/MCDSongsViewController.h b/PrivateFrameworks/MusicCarDisplayUI.framework/MCDSongsViewController.h index ee0376e216..b56557a659 100644 --- a/PrivateFrameworks/MusicCarDisplayUI.framework/MCDSongsViewController.h +++ b/PrivateFrameworks/MusicCarDisplayUI.framework/MCDSongsViewController.h @@ -4,19 +4,25 @@ @interface MCDSongsViewController : MCDTableViewController { BOOL _playlistMode; + NSString * _sortSongsPreferenceValue; } @property (getter=isPlaylistMode, nonatomic) BOOL playlistMode; +@property (nonatomic, retain) NSString *sortSongsPreferenceValue; + (id)actionCellConfigurationClassesForLocation:(unsigned int)arg1; +- (void).cxx_destruct; - (void)_limitedUIDidChange; - (void)_updateQuery; +- (void)_userDefaultsDidChange:(id)arg1; - (void)dealloc; - (id)initWithDataSource:(id)arg1 cellConfigurationClass:(Class)arg2; - (BOOL)isPlaylistMode; - (void)setPlaylistMode:(BOOL)arg1; +- (void)setSortSongsPreferenceValue:(id)arg1; - (BOOL)shouldShowActionCellConfiguration:(Class)arg1; +- (id)sortSongsPreferenceValue; - (void)tableView:(id)arg1 didSelectRowAtIndexPath:(id)arg2; - (id)tableView:(id)arg1 titleForHeaderInSection:(int)arg2; diff --git a/PrivateFrameworks/NanoAppRegistry.framework/NARApplicationWorkspace.h b/PrivateFrameworks/NanoAppRegistry.framework/NARApplicationWorkspace.h index 3dbfabc23a..5eeefb7ac6 100644 --- a/PrivateFrameworks/NanoAppRegistry.framework/NARApplicationWorkspace.h +++ b/PrivateFrameworks/NanoAppRegistry.framework/NARApplicationWorkspace.h @@ -15,6 +15,7 @@ - (void)_loadConnectionIfNeeded; - (id)_workspaceServiceWithErrorHandler:(id /* block */)arg1; - (id)connection; +- (void)dealloc; - (void)getWorkspaceInfoIncludingHiddenApps:(BOOL)arg1 completion:(id /* block */)arg2; - (void)getWorkspaceInfoWithCompletion:(id /* block */)arg1; - (id)init; diff --git a/PrivateFrameworks/NanoMusicSync.framework/NMSSyncManager.h b/PrivateFrameworks/NanoMusicSync.framework/NMSSyncManager.h index de39ce0aae..3c8680076c 100644 --- a/PrivateFrameworks/NanoMusicSync.framework/NMSSyncManager.h +++ b/PrivateFrameworks/NanoMusicSync.framework/NMSSyncManager.h @@ -13,6 +13,7 @@ ATSession * _observedSession; BOOL _syncPending; BOOL _syncing; + BOOL _waitingForActiveSyncSessionIdentifierChange; } @property (nonatomic, retain) id activeSyncSessionIdentifier; @@ -39,6 +40,7 @@ - (unsigned int)_estimatedArtworkSizeInBytes; - (unsigned int)_estimatedAssetPlaylistAggregateItemSizeInBytes; - (unsigned int)_estimatedAssetPlaylistAverageItemSizeInBytes; +- (void)_handleSyncPreferencesDidChangeNotification; - (void)_invokeOnMainThread:(id /* block */)arg1; - (BOOL)_isPendingAssetPlaylistSync; - (unsigned int)_numberOfAssetPlaylistItems; diff --git a/PrivateFrameworks/NanoMusicSync.framework/NMSyncDefaults.h b/PrivateFrameworks/NanoMusicSync.framework/NMSyncDefaults.h index 4a4338369d..8f70fcdbbf 100644 --- a/PrivateFrameworks/NanoMusicSync.framework/NMSyncDefaults.h +++ b/PrivateFrameworks/NanoMusicSync.framework/NMSyncDefaults.h @@ -43,7 +43,7 @@ - (void)_handleRemoteChangeIgnoringSenderPID:(BOOL)arg1; - (void)_migrateDataIfNecessary; - (void)_perDeviceSettingsDidResetNotification:(id)arg1; -- (id)_playlistPersistentIDForKind:(int)arg1; +- (id)_playlistPersistentIDForPlaylistName:(id)arg1; - (void)_reloadPropertiesFromDefaults; - (void)_resetDomainAccessor; - (void)_setNeedsSynchronize; diff --git a/PrivateFrameworks/NanoPassKit.framework/NPKGizmoDatabase.h b/PrivateFrameworks/NanoPassKit.framework/NPKGizmoDatabase.h index 0adb1fe68a..43f116286a 100644 --- a/PrivateFrameworks/NanoPassKit.framework/NPKGizmoDatabase.h +++ b/PrivateFrameworks/NanoPassKit.framework/NPKGizmoDatabase.h @@ -24,6 +24,7 @@ struct sqlite3_stmt { } * _selectDeletePendingStatement; struct sqlite3_stmt { } * _selectFelicaTransitAppletStateForPassStatement; struct sqlite3_stmt { } * _selectLastAddValueAmountForPassStatement; + struct sqlite3_stmt { } * _selectPassAndImageSetsDataStatement; struct sqlite3_stmt { } * _selectPassDataStatement; struct sqlite3_stmt { } * _selectPassDiffStatement; struct sqlite3_stmt { } * _selectPassUniqueIDAsssociateToTransactionWithIdentifierStatement; @@ -57,6 +58,7 @@ @property (readonly) NSArray *passDescriptions; @property (readonly) struct sqlite3_stmt { }*selectFelicaTransitAppletStateForPassStatement; @property (readonly) struct sqlite3_stmt { }*selectLastAddValueAmountForPassStatement; +@property (readonly) struct sqlite3_stmt { }*selectPassAndImageSetsDataStatement; @property (readonly) struct sqlite3_stmt { }*selectPassDataStatement; @property (readonly) struct sqlite3_stmt { }*selectPassDiffStatement; @property (readonly) struct sqlite3_stmt { }*selectPendingAddValueDateForPassStatement; @@ -102,7 +104,7 @@ - (void)_notifyDatabaseChangedWithNoop:(BOOL)arg1 firstUnlock:(BOOL)arg2; - (void)_notifyForFirstUnlock; - (BOOL)_passDBIsAvailableLocked; -- (id)_passForUniqueIDLocked:(id)arg1; +- (id)_passForUniqueIDLocked:(id)arg1 includeImageSets:(BOOL)arg2; - (id)_passUniqueIDAssociateToTransactionWithIdentifier:(id)arg1; - (id)_pendingAddValueDateForPassWithUniqueIDLocked:(id)arg1; - (void)_performTransactionWithBlock:(id /* block */)arg1; @@ -125,6 +127,7 @@ - (BOOL)_updateDeviceAndPreferredPaymentApplicationsDuringMigration:(id)arg1; - (BOOL)_updateDevicePaymentApplicationsDuringMigration:(id)arg1; - (BOOL)_updateEffectivePaymentApplicationStateDuringMigration:(id)arg1; +- (BOOL)_updateEncodedImageSetsDuringMigration:(id)arg1; - (BOOL)_updateEncodedPaymentPassDuringMigration:(id)arg1; - (BOOL)_updateFrontAndBackFieldBucketsDuringMigration:(id)arg1; - (BOOL)_updateHasStoredValueDuringMigration:(id)arg1; @@ -147,7 +150,7 @@ - (void)enumerateAllPassesAndDescriptionsWithBlock:(id /* block */)arg1; - (void)enumerateAllPassesWithBlock:(id /* block */)arg1; - (id)felicaTransitAppletStateForPassWithUniqueID:(id)arg1; -- (id)filteredPassesUsingPassDescriptionPredicate:(id)arg1; +- (id)filteredPassesUsingPassDescriptionPredicate:(id)arg1 includeImageSets:(BOOL)arg2; - (BOOL)hasPassesMatchingPassDescriptionPredicate:(id)arg1; - (id)init; - (struct sqlite3_stmt { }*)insertDiffStatement; @@ -177,6 +180,7 @@ - (struct sqlite3_stmt { }*)selectDeletePendingStatement; - (struct sqlite3_stmt { }*)selectFelicaTransitAppletStateForPassStatement; - (struct sqlite3_stmt { }*)selectLastAddValueAmountForPassStatement; +- (struct sqlite3_stmt { }*)selectPassAndImageSetsDataStatement; - (struct sqlite3_stmt { }*)selectPassDataStatement; - (struct sqlite3_stmt { }*)selectPassDiffStatement; - (struct sqlite3_stmt { }*)selectPassUniqueIDAsssociateToTransactionWithIdentifierStatement; diff --git a/PrivateFrameworks/NanoPassKit.framework/NPKPaymentWebServiceCompanionTargetDevice.h b/PrivateFrameworks/NanoPassKit.framework/NPKPaymentWebServiceCompanionTargetDevice.h index 35a8a4abd2..153f6b9ef6 100644 --- a/PrivateFrameworks/NanoPassKit.framework/NPKPaymentWebServiceCompanionTargetDevice.h +++ b/PrivateFrameworks/NanoPassKit.framework/NPKPaymentWebServiceCompanionTargetDevice.h @@ -56,12 +56,12 @@ - (BOOL)felicaSecureElementIsAvailable; - (void)getPairingInfoResponse:(id)arg1; - (void)handleDeletePaymentTransactionWithIdentifier:(id)arg1 passUniqueIdentifier:(id)arg2; -- (void)handlePaymentOptionsDefaultsChanged; - (void)handlePaymentTransactions:(id)arg1; - (void)handlePendingRemovalOfPassWithUniqueID:(id)arg1 completion:(id /* block */)arg2; - (void)handlePreferredAID:(id)arg1 forPassWithUniqueID:(id)arg2 completion:(id /* block */)arg3; - (void)handleRemovedTransaction:(id)arg1; - (void)handleShowPaymentSetupRequest:(id)arg1; +- (void)handleTransactionDefaultsNeededRequest:(id)arg1; - (void)handleUpdatedAppletState:(id)arg1; - (void)handleValueAddedServiceTransactions:(id)arg1; - (void)handleWebServiceContextNeededRequest:(id)arg1; @@ -110,6 +110,7 @@ - (void)secureElementGetAppletsResponse:(id)arg1; - (id)secureElementIdentifiers; - (void)secureElementRemoveAppletsResponse:(id)arg1; +- (void)sendPaymentOptionsDefaultsToWatch; - (void)sendWebServiceContextToWatch:(id)arg1; - (void)service:(id)arg1 account:(id)arg2 identifier:(id)arg3 didSendWithSuccess:(BOOL)arg4 error:(id)arg5; - (void)service:(id)arg1 account:(id)arg2 incomingUnhandledProtobuf:(id)arg3 fromID:(id)arg4 context:(id)arg5; diff --git a/PrivateFrameworks/NanoPassKit.framework/NPKProtoTransactionDefaultsNeededRequest.h b/PrivateFrameworks/NanoPassKit.framework/NPKProtoTransactionDefaultsNeededRequest.h new file mode 100644 index 0000000000..7ad707fc28 --- /dev/null +++ b/PrivateFrameworks/NanoPassKit.framework/NPKProtoTransactionDefaultsNeededRequest.h @@ -0,0 +1,17 @@ +/* Generated by RuntimeBrowser + Image: /System/Library/PrivateFrameworks/NanoPassKit.framework/NanoPassKit + */ + +@interface NPKProtoTransactionDefaultsNeededRequest : PBRequest + +- (void)copyTo:(id)arg1; +- (id)copyWithZone:(struct _NSZone { }*)arg1; +- (id)description; +- (id)dictionaryRepresentation; +- (unsigned int)hash; +- (BOOL)isEqual:(id)arg1; +- (void)mergeFrom:(id)arg1; +- (BOOL)readFrom:(id)arg1; +- (void)writeTo:(id)arg1; + +@end diff --git a/PrivateFrameworks/NanoPassKit.framework/NPKQuickPaymentSession.h b/PrivateFrameworks/NanoPassKit.framework/NPKQuickPaymentSession.h index 808bfa29b4..09c9fec00a 100644 --- a/PrivateFrameworks/NanoPassKit.framework/NPKQuickPaymentSession.h +++ b/PrivateFrameworks/NanoPassKit.framework/NPKQuickPaymentSession.h @@ -80,6 +80,7 @@ - (void)contactlessInterfaceSessionDidReceiveActivityTimeout:(id)arg1; - (void)contactlessInterfaceSessionDidSelectPayment:(id)arg1; - (void)contactlessInterfaceSessionDidSelectValueAddedService:(id)arg1; +- (void)contactlessInterfaceSessionDidStartTransaction:(id)arg1; - (void)contactlessInterfaceSessionDidTimeout:(id)arg1 forPaymentApplication:(id)arg2 paymentPass:(id)arg3 valueAddedServicePasses:(id)arg4; - (void)contactlessInterfaceSessionHasPendingServerRequest:(id)arg1; - (id)contactlessSession; diff --git a/PrivateFrameworks/NanoPassKit.framework/NPKRemoteInterfacePresenter.h b/PrivateFrameworks/NanoPassKit.framework/NPKRemoteInterfacePresenter.h index 7a9139c181..b15d3defe9 100644 --- a/PrivateFrameworks/NanoPassKit.framework/NPKRemoteInterfacePresenter.h +++ b/PrivateFrameworks/NanoPassKit.framework/NPKRemoteInterfacePresenter.h @@ -11,7 +11,6 @@ @property (nonatomic, retain) NSXPCConnection *xpcConnection; - (void).cxx_destruct; -- (BOOL)canPresentPaymentInterface; - (id)delegate; - (id)init; - (void)presentContinuityPaymentInterfaceWithRemotePaymentRequest:(id)arg1 completion:(id /* block */)arg2; diff --git a/PrivateFrameworks/NanoPassKit.framework/NPKSharedWebServiceProvider.h b/PrivateFrameworks/NanoPassKit.framework/NPKSharedWebServiceProvider.h index 79b8007823..c06eee49c0 100644 --- a/PrivateFrameworks/NanoPassKit.framework/NPKSharedWebServiceProvider.h +++ b/PrivateFrameworks/NanoPassKit.framework/NPKSharedWebServiceProvider.h @@ -34,12 +34,13 @@ - (void)handleUpdatePaymentPassWithTypeIdentifier:(id)arg1; - (id)init; - (void)loadWebService; +- (void)sendPaymentOptionsDefaultsToWatch; - (void)sendWebServiceContextToWatch; - (void)setCompanionAgentConnection:(id)arg1; - (void)setNewAuthRandom:(id /* block */)arg1; - (void)setTargetDevice:(id)arg1; - (void)setWebService:(id)arg1; -- (void)showPaymentSetupForAppDisplayNamea:(id)arg1; +- (void)showPaymentSetupForAppDisplayName:(id)arg1; - (id)targetDevice; - (id)webService; diff --git a/PrivateFrameworks/NanoPhotosUICompanion.framework/NPTOCachingFetchResult.h b/PrivateFrameworks/NanoPhotosUICompanion.framework/NPTOCachingFetchResult.h deleted file mode 100644 index 544daf29de..0000000000 --- a/PrivateFrameworks/NanoPhotosUICompanion.framework/NPTOCachingFetchResult.h +++ /dev/null @@ -1,21 +0,0 @@ -/* Generated by RuntimeBrowser - Image: /System/Library/PrivateFrameworks/NanoPhotosUICompanion.framework/NanoPhotosUICompanion - */ - -@interface NPTOCachingFetchResult : NSObject { - NSMutableArray * _contents; - PHFetchResult * _fetchResult; -} - -@property (nonatomic, readonly) unsigned int count; -@property (nonatomic, readonly) PHFetchResult *fetchResult; - -- (void).cxx_destruct; -- (unsigned int)count; -- (void)enumerateObjectsAtIndexes:(id)arg1 options:(unsigned int)arg2 usingBlock:(id /* block */)arg3; -- (id)fetchResult; -- (id)initWithFetchResult:(id)arg1; -- (id)objectAtIndex:(unsigned int)arg1; -- (void)removeAllCachedObjects; - -@end diff --git a/PrivateFrameworks/NanoPhotosUICompanion.framework/NPTOLocketReader.h b/PrivateFrameworks/NanoPhotosUICompanion.framework/NPTOLocketReader.h index af229706b3..91b7c0f072 100644 --- a/PrivateFrameworks/NanoPhotosUICompanion.framework/NPTOLocketReader.h +++ b/PrivateFrameworks/NanoPhotosUICompanion.framework/NPTOLocketReader.h @@ -3,12 +3,12 @@ */ @interface NPTOLocketReader : NSObject { - NPTOCachingFetchResult * _albumContents; + PHFetchResult * _albumContents; id /* block */ _albumContentsLoaderBlock; NPTOLocketSyncProgress * _syncProgress; } -@property (nonatomic, retain) NPTOCachingFetchResult *albumContents; +@property (nonatomic, retain) PHFetchResult *albumContents; @property (nonatomic, copy) id /* block */ albumContentsLoaderBlock; @property (nonatomic, readonly) unsigned int numberOfLoadedPhotos; @property (nonatomic, readonly) unsigned int numberOfTotalPhotos; diff --git a/PrivateFrameworks/NanoRegistry.framework/NRPairedDeviceRegistry.h b/PrivateFrameworks/NanoRegistry.framework/NRPairedDeviceRegistry.h index c06d33bd24..9c40c26864 100644 --- a/PrivateFrameworks/NanoRegistry.framework/NRPairedDeviceRegistry.h +++ b/PrivateFrameworks/NanoRegistry.framework/NRPairedDeviceRegistry.h @@ -78,6 +78,7 @@ + (id /* block */)activePairedDeviceSelectorBlock; + (id /* block */)pairedDevicesSelectorBlock; + (id)sharedInstance; ++ (BOOL)shouldBoostProcess; - (void).cxx_destruct; - (void)_addRemoveRecoveryStepBackup:(BOOL)arg1 withPairingDeviceID:(id)arg2; @@ -166,6 +167,7 @@ - (int)idleNotifyToken; - (id)init; - (void)initNotifyTokens; +- (id)initWithBoost:(BOOL)arg1; - (BOOL)initialLastCompatibilityStateHasBeenSent; - (BOOL)initialStatusHasBeenSent; - (void)initializeWithShouldMakeEmptyDeviceCollection:(BOOL)arg1; diff --git a/PrivateFrameworks/NanoTimeKitCompanion.framework/NTKCharacterFace.h b/PrivateFrameworks/NanoTimeKitCompanion.framework/NTKCharacterFace.h index 9540722052..36a7872ddd 100644 --- a/PrivateFrameworks/NanoTimeKitCompanion.framework/NTKCharacterFace.h +++ b/PrivateFrameworks/NanoTimeKitCompanion.framework/NTKCharacterFace.h @@ -2,7 +2,9 @@ Image: /System/Library/PrivateFrameworks/NanoTimeKitCompanion.framework/NanoTimeKitCompanion */ -@interface NTKCharacterFace : NTKFace +@interface NTKCharacterFace : NTKFace { + NSMutableDictionary * _previousCharacterColors; +} + (id)_complicationSlotDescriptors; + (int)_customEditModeForUniqueConfiguration; @@ -11,6 +13,7 @@ + (id)_defaultSelectedComplicationSlot; + (id)_localizedNameOverrideForCustomEditMode:(int)arg1; +- (void).cxx_destruct; - (id)_defaultName; - (int)_editModeForOldEncodingIndex:(int)arg1; - (id)_faceDescriptionKey; diff --git a/PrivateFrameworks/NanoTimeKitCompanion.framework/NTKCharacterTimeView.h b/PrivateFrameworks/NanoTimeKitCompanion.framework/NTKCharacterTimeView.h index 342f531ef9..29b2372484 100644 --- a/PrivateFrameworks/NanoTimeKitCompanion.framework/NTKCharacterTimeView.h +++ b/PrivateFrameworks/NanoTimeKitCompanion.framework/NTKCharacterTimeView.h @@ -51,6 +51,7 @@ - (void)setAnimationFrameInterval:(int)arg1; - (void)setCharacter:(unsigned int)arg1; - (void)setClothingColor:(id)arg1 andDesaturation:(float)arg2; +- (void)setClothingColor:(id)arg1 andDesaturation:(float)arg2 forCharacter:(unsigned int)arg3; - (void)setFrozen:(BOOL)arg1; - (void)setOverrideDate:(id)arg1; - (void)setOverrideDate:(id)arg1 animated:(BOOL)arg2 enteringOrb:(BOOL)arg3; diff --git a/PrivateFrameworks/NanoTimeKitCompanion.framework/NTKCircularWellnessUtilityComplicationView.h b/PrivateFrameworks/NanoTimeKitCompanion.framework/NTKCircularWellnessUtilityComplicationView.h index e01b38ad15..d3b337d308 100644 --- a/PrivateFrameworks/NanoTimeKitCompanion.framework/NTKCircularWellnessUtilityComplicationView.h +++ b/PrivateFrameworks/NanoTimeKitCompanion.framework/NTKCircularWellnessUtilityComplicationView.h @@ -20,5 +20,6 @@ - (void)_updateRingColors; - (void)applyFaceColor:(unsigned int)arg1 units:(unsigned int)arg2; - (id)initWithFrame:(struct CGRect { struct CGPoint { float x_1_1_1; float x_1_1_2; } x1; struct CGSize { float x_2_1_1; float x_2_1_2; } x2; })arg1; +- (void)setForegroundColor:(id)arg1; @end diff --git a/PrivateFrameworks/NanoTimeKitCompanion.framework/NTKCompanionFeaturedComplicationsAppLibrary.h b/PrivateFrameworks/NanoTimeKitCompanion.framework/NTKCompanionFeaturedComplicationsAppLibrary.h index 42a83383bb..9d22da5834 100644 --- a/PrivateFrameworks/NanoTimeKitCompanion.framework/NTKCompanionFeaturedComplicationsAppLibrary.h +++ b/PrivateFrameworks/NanoTimeKitCompanion.framework/NTKCompanionFeaturedComplicationsAppLibrary.h @@ -8,7 +8,6 @@ NSHashTable * _changeObservers; NSObject * _internalQueue; NSObject * _observerCallbackQueue; - NSMutableArray * _topGalleryFeaturedComplicationApps; } @property (nonatomic, retain) NSMutableArray *allGalleryFeaturedComplicationApps; @@ -20,11 +19,12 @@ @property (nonatomic, retain) NSObject *internalQueue; @property (nonatomic, retain) NSObject *observerCallbackQueue; @property (readonly) Class superclass; -@property (nonatomic, retain) NSMutableArray *topGalleryFeaturedComplicationApps; +@property (nonatomic, readonly) NSArray *topGalleryFeaturedComplicationApps; + (id)sharedAppLibrary; - (void).cxx_destruct; +- (void)_iterateObserversWithBlock:(id /* block */)arg1; - (void)_notifyAppAdded:(id)arg1; - (void)_notifyAppIconUpdated:(id)arg1; - (void)_notifyAppRemoved:(id)arg1; @@ -49,7 +49,6 @@ - (void)setChangeObservers:(id)arg1; - (void)setInternalQueue:(id)arg1; - (void)setObserverCallbackQueue:(id)arg1; -- (void)setTopGalleryFeaturedComplicationApps:(id)arg1; - (id)topGalleryFeaturedComplicationApps; @end diff --git a/PrivateFrameworks/NanoTimeKitCompanion.framework/NTKComplicationSampleData.h b/PrivateFrameworks/NanoTimeKitCompanion.framework/NTKComplicationSampleData.h index 96c9965d4c..471b53b93a 100644 --- a/PrivateFrameworks/NanoTimeKitCompanion.framework/NTKComplicationSampleData.h +++ b/PrivateFrameworks/NanoTimeKitCompanion.framework/NTKComplicationSampleData.h @@ -6,6 +6,7 @@ NSString * _applicationID; NSString * _clientID; NSMutableDictionary * _familyToTemplate; + NSObject * _internalQueue; NSMutableSet * _supportedFamilies; } @@ -15,6 +16,7 @@ + (BOOL)supportsSecureCoding; - (void).cxx_destruct; +- (void)_commonInit; - (id)applicationID; - (id)clientID; - (void)encodeWithCoder:(id)arg1; diff --git a/PrivateFrameworks/NanoTimeKitCompanion.framework/NTKDateComplication.h b/PrivateFrameworks/NanoTimeKitCompanion.framework/NTKDateComplication.h index 3a8abeb187..42b5e25d00 100644 --- a/PrivateFrameworks/NanoTimeKitCompanion.framework/NTKDateComplication.h +++ b/PrivateFrameworks/NanoTimeKitCompanion.framework/NTKDateComplication.h @@ -16,6 +16,7 @@ - (void)_migrateFromSkiHillWithCoder:(id)arg1; - (BOOL)appearsInDailySnapshotForFamily:(int)arg1; - (id)copyWithZone:(struct _NSZone { }*)arg1; +- (id)customDailySnapshotKey; - (unsigned int)dateStyle; - (void)encodeWithCoder:(id)arg1; - (unsigned int)hash; diff --git a/PrivateFrameworks/NanoTimeKitCompanion.framework/NTKExtraLargeFaceView.h b/PrivateFrameworks/NanoTimeKitCompanion.framework/NTKExtraLargeFaceView.h index 79fb52801f..3c473223ba 100644 --- a/PrivateFrameworks/NanoTimeKitCompanion.framework/NTKExtraLargeFaceView.h +++ b/PrivateFrameworks/NanoTimeKitCompanion.framework/NTKExtraLargeFaceView.h @@ -28,6 +28,7 @@ - (void).cxx_destruct; - (void)_applyBreathingFraction:(float)arg1 forCustomEditMode:(int)arg2 slot:(id)arg3; +- (void)_applyFrozen; - (void)_applyOption:(id)arg1 forCustomEditMode:(int)arg2 slot:(id)arg3; - (void)_applyRubberBandingFraction:(float)arg1 forCustomEditMode:(int)arg2 slot:(id)arg3; - (void)_applyShowContentForUnadornedSnapshot; @@ -74,5 +75,6 @@ - (void)endScrubbingAnimated:(BOOL)arg1 withCompletion:(id /* block */)arg2; - (id)initWithFrame:(struct CGRect { struct CGPoint { float x_1_1_1; float x_1_1_2; } x1; struct CGSize { float x_2_1_1; float x_2_1_2; } x2; })arg1; - (void)layoutSubviews; +- (void)setOverrideDate:(id)arg1 duration:(double)arg2; @end diff --git a/PrivateFrameworks/NanoTimeKitCompanion.framework/NTKFace.h b/PrivateFrameworks/NanoTimeKitCompanion.framework/NTKFace.h index 50a87dce11..7cb90f99d7 100644 --- a/PrivateFrameworks/NanoTimeKitCompanion.framework/NTKFace.h +++ b/PrivateFrameworks/NanoTimeKitCompanion.framework/NTKFace.h @@ -79,6 +79,7 @@ - (BOOL)_allowsEditing; - (BOOL)_applyConfiguration:(id)arg1 allowFailure:(BOOL)arg2; - (void)_cleanupEditOptions; +- (void)_commonInit; - (BOOL)_complication:(id)arg1 appearsInDailySnapshotForSlot:(id)arg2; - (id)_complicationMigrationPaths; - (id)_configurationFromOldEncodingWithCoder:(id)arg1; @@ -153,6 +154,7 @@ - (id)init; - (id)initWithCoder:(id)arg1; - (BOOL)isEditable; +- (BOOL)isEqual:(id)arg1; - (BOOL)isEquivalentToFace:(id)arg1; - (BOOL)isLibraryFace; - (BOOL)isSingular; diff --git a/PrivateFrameworks/NanoTimeKitCompanion.framework/NTKFaceConfiguration.h b/PrivateFrameworks/NanoTimeKitCompanion.framework/NTKFaceConfiguration.h index b138822580..d9b26ec4ef 100644 --- a/PrivateFrameworks/NanoTimeKitCompanion.framework/NTKFaceConfiguration.h +++ b/PrivateFrameworks/NanoTimeKitCompanion.framework/NTKFaceConfiguration.h @@ -33,5 +33,6 @@ - (void)setComplication:(id)arg1 forSlot:(id)arg2; - (void)setName:(id)arg1; - (void)setOption:(id)arg1 forCustomEditMode:(int)arg2 slot:(id)arg3; +- (id)validationString; @end diff --git a/PrivateFrameworks/NanoTimeKitCompanion.framework/NTKTimelapseThemeEditOption.h b/PrivateFrameworks/NanoTimeKitCompanion.framework/NTKTimelapseThemeEditOption.h index 38917f5d47..aafd772318 100644 --- a/PrivateFrameworks/NanoTimeKitCompanion.framework/NTKTimelapseThemeEditOption.h +++ b/PrivateFrameworks/NanoTimeKitCompanion.framework/NTKTimelapseThemeEditOption.h @@ -12,6 +12,7 @@ + (id)_orderedValues; + (id)_resourceBaseNameForTheme:(unsigned int)arg1; + (id)_resourceNameForTheme:(unsigned int)arg1 videoIndex:(int)arg2; ++ (id)_resourceNameForThemeWithoutDeviceSize:(unsigned int)arg1 videoIndex:(int)arg2; + (id)_snapshotKeyForValue:(unsigned int)arg1; + (id)optionWithTimelapseTheme:(unsigned int)arg1; diff --git a/PrivateFrameworks/NanoTimeKitCompanion.framework/NTKVictoryAnalogFaceView.h b/PrivateFrameworks/NanoTimeKitCompanion.framework/NTKVictoryAnalogFaceView.h index 2d7a6a0095..04850263ec 100644 --- a/PrivateFrameworks/NanoTimeKitCompanion.framework/NTKVictoryAnalogFaceView.h +++ b/PrivateFrameworks/NanoTimeKitCompanion.framework/NTKVictoryAnalogFaceView.h @@ -31,6 +31,7 @@ - (float)_keylinePaddingForState:(int)arg1; - (id)_keylineViewForCustomEditMode:(int)arg1 slot:(id)arg2; - (void)_layoutTimeTravelCaptionView:(id)arg1; +- (int)_legacyLayoutOverrideforComplicationType:(unsigned int)arg1 slot:(id)arg2; - (void)_loadLayoutRules; - (void)_loadSnapshotContentViews; - (BOOL)_needsForegroundContainerView; diff --git a/PrivateFrameworks/Navigation.framework/MNActiveRouteDetails.h b/PrivateFrameworks/Navigation.framework/MNActiveRouteDetails.h index 5b72b9b5ae..70f77ee228 100644 --- a/PrivateFrameworks/Navigation.framework/MNActiveRouteDetails.h +++ b/PrivateFrameworks/Navigation.framework/MNActiveRouteDetails.h @@ -20,6 +20,12 @@ NSData * _routeDetailsID; unsigned int _routeIndex; GEOTransitSuggestedRoute * _suggestedRoute; + struct { + unsigned int *list; + unsigned int count; + unsigned int size; + } _trafficIncidentOffsets; + NSMutableArray * _trafficIncidents; int _transportType; } @@ -46,13 +52,23 @@ @property (nonatomic, retain) NSData *routeDetailsID; @property (nonatomic) unsigned int routeIndex; @property (nonatomic, retain) GEOTransitSuggestedRoute *suggestedRoute; +@property (nonatomic, readonly) unsigned int*trafficIncidentOffsets; +@property (nonatomic, readonly) unsigned int trafficIncidentOffsetsCount; +@property (nonatomic, retain) NSMutableArray *trafficIncidents; @property (nonatomic) int transportType; ++ (Class)trafficIncidentsType; + - (void).cxx_destruct; - (int)StringAsNavigationType:(id)arg1; - (int)StringAsTransportType:(id)arg1; +- (void)addTrafficIncidentOffsets:(unsigned int)arg1; +- (void)addTrafficIncidents:(id)arg1; +- (void)clearTrafficIncidentOffsets; +- (void)clearTrafficIncidents; - (void)copyTo:(id)arg1; - (id)copyWithZone:(struct _NSZone { }*)arg1; +- (void)dealloc; - (id)decoderData; - (id)description; - (id)destination; @@ -97,8 +113,16 @@ - (void)setRouteDetailsID:(id)arg1; - (void)setRouteIndex:(unsigned int)arg1; - (void)setSuggestedRoute:(id)arg1; +- (void)setTrafficIncidentOffsets:(unsigned int*)arg1 count:(unsigned int)arg2; +- (void)setTrafficIncidents:(id)arg1; - (void)setTransportType:(int)arg1; - (id)suggestedRoute; +- (unsigned int*)trafficIncidentOffsets; +- (unsigned int)trafficIncidentOffsetsAtIndex:(unsigned int)arg1; +- (unsigned int)trafficIncidentOffsetsCount; +- (id)trafficIncidents; +- (id)trafficIncidentsAtIndex:(unsigned int)arg1; +- (unsigned int)trafficIncidentsCount; - (int)transportType; - (id)transportTypeAsString:(int)arg1; - (void)writeTo:(id)arg1; diff --git a/PrivateFrameworks/Navigation.framework/MNGuidanceManager.h b/PrivateFrameworks/Navigation.framework/MNGuidanceManager.h index 166dbe3d5c..c1658fea73 100644 --- a/PrivateFrameworks/Navigation.framework/MNGuidanceManager.h +++ b/PrivateFrameworks/Navigation.framework/MNGuidanceManager.h @@ -38,7 +38,7 @@ double _distanceWhenPrepareAnnounced; double _estimateOfTimeToSpeakExecutionAnnouncement; int _guidanceState; - double _lastUpdateTime; + GEORouteMatch * _lastRouteMatch; double _minExecutionDistance; MNNavigationSession * _navigationSession; unsigned int _pointIndexForCurrentRoadInfo; diff --git a/PrivateFrameworks/Navigation.framework/MNLocation.h b/PrivateFrameworks/Navigation.framework/MNLocation.h index 1b8d302dc9..4bc2f1c40b 100644 --- a/PrivateFrameworks/Navigation.framework/MNLocation.h +++ b/PrivateFrameworks/Navigation.framework/MNLocation.h @@ -57,7 +57,7 @@ - (id)description; - (id)detailedMatchInfo; - (id)expirationDate; -- (id)initWithClientLocation:(struct { int x1; struct { double x_2_1_1; double x_2_1_2; } x2; double x3; double x4; double x5; double x6; double x7; double x8; double x9; double x10; int x11; double x12; int x13; struct { double x_14_1_1; double x_14_1_2; } x14; double x15; int x16; unsigned int x17; int x18; })arg1; +- (id)initWithClientLocation:(struct { int x1; struct { double x_2_1_1; double x_2_1_2; } x2; double x3; double x4; double x5; double x6; double x7; double x8; double x9; double x10; int x11; double x12; int x13; struct { double x_14_1_1; double x_14_1_2; } x14; double x15; int x16; unsigned int x17; int x18; int x19; })arg1; - (id)initWithLocationDetails:(id)arg1; - (id)initWithLocationDetails:(id)arg1 route:(id)arg2; - (id)initWithRawLocation:(id)arg1; diff --git a/PrivateFrameworks/Navigation.framework/MNLocationManager.h b/PrivateFrameworks/Navigation.framework/MNLocationManager.h index c5f8c84c46..2a62389978 100644 --- a/PrivateFrameworks/Navigation.framework/MNLocationManager.h +++ b/PrivateFrameworks/Navigation.framework/MNLocationManager.h @@ -41,6 +41,7 @@ @property (readonly) unsigned int hash; @property (nonatomic, readonly) CLHeading *heading; @property (nonatomic) int headingOrientation; +@property (nonatomic, readonly) BOOL isHeadingServicesAvailable; @property (nonatomic, readonly) BOOL isLastLocationStale; @property (nonatomic, readonly) MNLocation *lastLocation; @property (nonatomic, copy) id /* block */ locationCorrector; @@ -58,6 +59,7 @@ - (void)_reportLocationReset; - (void)_reportLocationStatus:(SEL)arg1; - (void)_reportLocationSuccess; +- (void)_setLastLocationReceivedFromMaps:(id)arg1; - (void)_setTrackingHeading:(BOOL)arg1; - (void)_setTrackingLocation:(BOOL)arg1; - (void)_startLocationUpdateWithObserver:(id)arg1 desiredAccuracy:(double)arg2; diff --git a/PrivateFrameworks/Navigation.framework/MNNavigationProxyUpdater.h b/PrivateFrameworks/Navigation.framework/MNNavigationProxyUpdater.h index 378ea4c2d8..66ba4f4674 100644 --- a/PrivateFrameworks/Navigation.framework/MNNavigationProxyUpdater.h +++ b/PrivateFrameworks/Navigation.framework/MNNavigationProxyUpdater.h @@ -26,7 +26,6 @@ - (void)navigationSessionStarted:(id)arg1; - (void)navigationSessionStopped:(id)arg1; - (void)setDisplayedStepIndex:(unsigned int)arg1; -- (void)setRideIndex:(unsigned int)arg1 forLegIndex:(unsigned int)arg2; - (void)updateClusteredSectionSelectedRideForNavigationSession:(id)arg1; @end diff --git a/PrivateFrameworks/Navigation.framework/MNRoutePlanningDetails.h b/PrivateFrameworks/Navigation.framework/MNRoutePlanningDetails.h index b74da050d3..912e1aaf23 100644 --- a/PrivateFrameworks/Navigation.framework/MNRoutePlanningDetails.h +++ b/PrivateFrameworks/Navigation.framework/MNRoutePlanningDetails.h @@ -18,6 +18,7 @@ } _has; BOOL _isForReconnecting; BOOL _isTraceRecording; + GEOLocation * _lastLocation; int _navigationType; GEOComposedWaypoint * _origin; GEODirectionsRequest * _request; @@ -37,6 +38,7 @@ @property (nonatomic) BOOL hasGuidancePromptsEnabled; @property (nonatomic) BOOL hasIsForReconnecting; @property (nonatomic) BOOL hasIsTraceRecording; +@property (nonatomic, readonly) BOOL hasLastLocation; @property (nonatomic) BOOL hasNavigationType; @property (nonatomic, readonly) BOOL hasOrigin; @property (nonatomic, readonly) BOOL hasRequest; @@ -48,6 +50,7 @@ @property (nonatomic) BOOL hasTransportType; @property (nonatomic) BOOL isForReconnecting; @property (nonatomic) BOOL isTraceRecording; +@property (nonatomic, retain) GEOLocation *lastLocation; @property (nonatomic) int navigationType; @property (nonatomic, retain) GEOComposedWaypoint *origin; @property (nonatomic, retain) GEODirectionsRequest *request; @@ -73,6 +76,7 @@ - (BOOL)hasGuidancePromptsEnabled; - (BOOL)hasIsForReconnecting; - (BOOL)hasIsTraceRecording; +- (BOOL)hasLastLocation; - (BOOL)hasNavigationType; - (BOOL)hasOrigin; - (BOOL)hasRequest; @@ -86,6 +90,7 @@ - (BOOL)isEqual:(id)arg1; - (BOOL)isForReconnecting; - (BOOL)isTraceRecording; +- (id)lastLocation; - (void)mergeFrom:(id)arg1; - (int)navigationType; - (id)navigationTypeAsString:(int)arg1; @@ -108,6 +113,7 @@ - (void)setHasTransportType:(BOOL)arg1; - (void)setIsForReconnecting:(BOOL)arg1; - (void)setIsTraceRecording:(BOOL)arg1; +- (void)setLastLocation:(id)arg1; - (void)setNavigationType:(int)arg1; - (void)setOrigin:(id)arg1; - (void)setRequest:(id)arg1; diff --git a/PrivateFrameworks/Navigation.framework/MNTurnByTurnLocationTracker.h b/PrivateFrameworks/Navigation.framework/MNTurnByTurnLocationTracker.h index 5a6dd67126..66ea029212 100644 --- a/PrivateFrameworks/Navigation.framework/MNTurnByTurnLocationTracker.h +++ b/PrivateFrameworks/Navigation.framework/MNTurnByTurnLocationTracker.h @@ -52,7 +52,6 @@ - (void)_updateForArrival; - (void)_updateForLocation:(id)arg1; - (void)_updateForReroute:(id)arg1; -- (void)_updateForTunnelProjection:(id)arg1 coord:(struct { double x1; double x2; })arg2; - (void)_updateShouldLocalizeRoadNames; - (void)_updateStateForLocation:(id)arg1; - (void)_updateSwitchTransportTypeForLocation:(id)arg1; diff --git a/PrivateFrameworks/NearField.framework/NFReaderSession.h b/PrivateFrameworks/NearField.framework/NFReaderSession.h index 0409d03fe4..585e5a9e04 100644 --- a/PrivateFrameworks/NearField.framework/NFReaderSession.h +++ b/PrivateFrameworks/NearField.framework/NFReaderSession.h @@ -21,6 +21,7 @@ - (void)didEndUnexpectedly; - (BOOL)disconnectTag; - (void)endSession; +- (id)felicaRequestService:(id)arg1; - (id)felicaState; - (id)felicaStateForSystemCode:(id)arg1 withRequestService:(id)arg2 withBlockReadList:(id)arg3 performSearchServiceCode:(BOOL)arg4; - (BOOL)formatNdefWithKey:(id)arg1; diff --git a/PrivateFrameworks/NearField.framework/NFSession.h b/PrivateFrameworks/NearField.framework/NFSession.h index 9e0612b8ca..1610563f1a 100644 --- a/PrivateFrameworks/NearField.framework/NFSession.h +++ b/PrivateFrameworks/NearField.framework/NFSession.h @@ -14,6 +14,7 @@ @property (readonly, copy) NSString *debugDescription; @property (readonly, copy) NSString *description; +@property (readonly) BOOL didEnd; @property (readonly) unsigned int hash; @property (readonly) unsigned int state; @property (readonly) Class superclass; @@ -23,6 +24,7 @@ - (void)_endProxySession; - (id)callbackQueue; - (void)dealloc; +- (BOOL)didEnd; - (void)didEndUnexpectedly; - (void)didStartSession:(id)arg1; - (void)didStartSessionWithoutQueue:(id)arg1; diff --git a/PrivateFrameworks/Network.framework/NWConnectionStatistics.h b/PrivateFrameworks/Network.framework/NWConnectionStatistics.h index c774558f4a..c002cf8e35 100644 --- a/PrivateFrameworks/Network.framework/NWConnectionStatistics.h +++ b/PrivateFrameworks/Network.framework/NWConnectionStatistics.h @@ -160,8 +160,10 @@ @property (nonatomic, readonly) BOOL connected; @property (nonatomic, readonly) int connectedInterfaceType; @property (nonatomic, readonly) unsigned int connectionEstablishmentTimeMsecs; +@property (nonatomic, readonly) BOOL delegated; @property (nonatomic, readonly) BOOL dnsAnswersCached; @property (nonatomic, readonly) unsigned int dnsResolvedTimeMsecs; +@property (nonatomic, readonly) BOOL fallbackEligible; @property (nonatomic, readonly) unsigned int flowDurationMsecs; @property (nonatomic, readonly) int interfaceType; @property (nonatomic, readonly) BOOL kernelReportedStalls; @@ -208,8 +210,10 @@ - (BOOL)connected; - (int)connectedInterfaceType; - (unsigned int)connectionEstablishmentTimeMsecs; +- (BOOL)delegated; - (BOOL)dnsAnswersCached; - (unsigned int)dnsResolvedTimeMsecs; +- (BOOL)fallbackEligible; - (unsigned int)flowDurationMsecs; - (id)initWithTCPReport:(struct netcore_stats_tcp_report { bool x1; bool x2; union { struct { int x_1_2_1; struct netcore_stats_tcp_statistics_report { unsigned int x_2_3_1; unsigned int x_2_3_2; unsigned int x_2_3_3; bool x_2_3_4; int x_2_3_5; unsigned int x_2_3_6; unsigned int x_2_3_7; unsigned int x_2_3_8; unsigned int x_2_3_9; int x_2_3_10; bool x_2_3_11; unsigned int x_2_3_12; bool x_2_3_13; bool x_2_3_14; bool x_2_3_15; bool x_2_3_16; bool x_2_3_17; bool x_2_3_18; unsigned long long x_2_3_19; unsigned long long x_2_3_20; unsigned long long x_2_3_21; unsigned long long x_2_3_22; unsigned long long x_2_3_23; unsigned long long x_2_3_24; unsigned long long x_2_3_25; unsigned long long x_2_3_26; unsigned long long x_2_3_27; unsigned long long x_2_3_28; unsigned int x_2_3_29; unsigned int x_2_3_30; unsigned int x_2_3_31; unsigned int x_2_3_32; unsigned int x_2_3_33; bool x_2_3_34; unsigned int x_2_3_35; unsigned int x_2_3_36; unsigned int x_2_3_37; unsigned int x_2_3_38; } x_1_2_2; struct netcore_stats_tcp_cell_fallback_report { bool x_3_3_1; int x_3_3_2; unsigned int x_3_3_3; unsigned int x_3_3_4; struct netcore_stats_network_event { int x_5_4_1; unsigned int x_5_4_2; } x_3_3_5[20]; unsigned int x_3_3_6; struct netcore_stats_data_usage_snapshot { unsigned long long x_7_4_1; unsigned long long x_7_4_2; } x_3_3_7[20]; } x_1_2_3; } x_3_1_1; } x3; }*)arg1 length:(unsigned long)arg2 clientIdentifier:(id)arg3 sourceIdentifier:(id)arg4; - (int)interfaceType; diff --git a/PrivateFrameworks/NetworkServiceProxy.framework/NPWaldo.h b/PrivateFrameworks/NetworkServiceProxy.framework/NPWaldo.h index 0ea6ac0645..ae5f04fd97 100644 --- a/PrivateFrameworks/NetworkServiceProxy.framework/NPWaldo.h +++ b/PrivateFrameworks/NetworkServiceProxy.framework/NPWaldo.h @@ -38,6 +38,8 @@ int _observedRTTSampleSize; double _probeFrequency; int _probePause; + BOOL _reprocessAfterCancelled; + BOOL _reprocessCancelled; BOOL _reprocessPending; int _reprocessSampleCount; int _reprocessSampleSize; @@ -101,6 +103,8 @@ @property (readonly) double probeFrequency; @property int probePause; @property (readonly) unsigned int probeSize; +@property BOOL reprocessAfterCancelled; +@property BOOL reprocessCancelled; @property BOOL reprocessPending; @property int reprocessSampleCount; @property (readonly) int reprocessSampleSize; @@ -192,6 +196,8 @@ - (id)rebuildLatencyMap:(id)arg1 latencyMap:(id)arg2; - (BOOL)rebuildLatencyMaps:(id)arg1; - (void)refreshDayPassesWithCompletionHandler:(id /* block */)arg1; +- (BOOL)reprocessAfterCancelled; +- (BOOL)reprocessCancelled; - (BOOL)reprocessPending; - (int)reprocessSampleCount; - (int)reprocessSampleSize; @@ -235,6 +241,8 @@ - (void)setNetworkInformation:(id)arg1; - (void)setNextProbeDates:(id)arg1; - (void)setProbePause:(int)arg1; +- (void)setReprocessAfterCancelled:(BOOL)arg1; +- (void)setReprocessCancelled:(BOOL)arg1; - (void)setReprocessPending:(BOOL)arg1; - (void)setReprocessSampleCount:(int)arg1; - (void)setReprocessSamplingTimer:(id)arg1; diff --git a/PrivateFrameworks/NewsCore.framework/FCAppConfiguration.h b/PrivateFrameworks/NewsCore.framework/FCAppConfiguration.h index ab11e2bfed..74b16b63c3 100644 --- a/PrivateFrameworks/NewsCore.framework/FCAppConfiguration.h +++ b/PrivateFrameworks/NewsCore.framework/FCAppConfiguration.h @@ -7,9 +7,14 @@ BOOL _alternativeWidgetConfigEnabled; NTPBWidgetConfig * _alternativeWidgetConfiguration; long long _appConfigRefreshRate; + double _articleDiversificationSimilarityExpectationEnd; + double _articleDiversificationSimilarityExpectationStart; + double _articleDiversificationUniquePublisherExpectationSlope; + double _articleDiversificationUniquePublisherExpectationYIntercept; long long _articleRapidUpdatesTimeout; long long _autoScrollToTopFeedTimeout; double _batchedFeedTimeout; + NSString * _briefingsTagID; FCResource * _configurationResource; * _context; FCCoverArticlesConfiguration * _coverArticlesConfig; @@ -19,7 +24,9 @@ long long _endOfArticleMaxInaccessiblePaidArticleCount; double _endOfArticleMinPaidHeadlineRatio; NSDictionary * _endpointConfigsByEnvironment; + long long _expiredPaidSubscriptionGroupCutoffTime; FCForYouGroupsConfiguration * _forYouGroupsConfiguration; + NSString * _forYouRecordConfigID; BOOL _forceAppConfigUpdate; BOOL _forceTrendingSearchesUpdate; NSArray * _hiddenFeedIDs; @@ -27,6 +34,9 @@ long long _initialArticlesFromNewFavorite; double _interstitialAdLoadDelay; long long _longReminderTime; + long long _maximumNumberOfExpiredPaidSubscriptionGroups; + long long _maximumPaidSubscriptionGroupSize; + long long _maximumTimesHeadlineInPaidSubscriptionGroup; long long _minimumArticleUpdateInterval; long long _minimumDistanceBetweenImageOnTopTiles; long long _newFavoriteNotificationAlertsFrequency; @@ -45,6 +55,10 @@ double _prerollLoadingTimeout; NSArray * _presubscribedFeedIDs; FCAsyncSerialQueue * _requestSerialQueue; + long long _savedArticlesCutoffTime; + long long _savedArticlesMaximumCountCellular; + long long _savedArticlesMaximumCountWiFi; + long long _savedArticlesOpenedCutoffTime; long long _shortReminderTime; long long _subscriptionsGlobalMeteredCount; long long _subscriptionsGracePeriodForTokenVerificationSeconds; @@ -66,9 +80,14 @@ @property (getter=isAlternativeWidgetConfigEnabled, nonatomic) BOOL alternativeWidgetConfigEnabled; @property (nonatomic, readonly, copy) NTPBWidgetConfig *alternativeWidgetConfiguration; @property (nonatomic) long long appConfigRefreshRate; +@property (nonatomic) double articleDiversificationSimilarityExpectationEnd; +@property (nonatomic) double articleDiversificationSimilarityExpectationStart; +@property (nonatomic) double articleDiversificationUniquePublisherExpectationSlope; +@property (nonatomic) double articleDiversificationUniquePublisherExpectationYIntercept; @property (nonatomic) long long articleRapidUpdatesTimeout; @property (nonatomic) long long autoScrollToTopFeedTimeout; @property (nonatomic) double batchedFeedTimeout; +@property (nonatomic, retain) NSString *briefingsTagID; @property (nonatomic, retain) FCResource *configurationResource; @property (nonatomic, retain) *context; @property (nonatomic, readonly) FCCoverArticlesConfiguration *coverArticlesConfig; @@ -78,7 +97,9 @@ @property (nonatomic) long long endOfArticleMaxInaccessiblePaidArticleCount; @property (nonatomic) double endOfArticleMinPaidHeadlineRatio; @property (nonatomic, retain) NSDictionary *endpointConfigsByEnvironment; +@property (nonatomic) long long expiredPaidSubscriptionGroupCutoffTime; @property (nonatomic, retain) FCForYouGroupsConfiguration *forYouGroupsConfiguration; +@property (nonatomic, readonly) NSString *forYouRecordConfigID; @property (nonatomic) BOOL forceAppConfigUpdate; @property (nonatomic) BOOL forceTrendingSearchesUpdate; @property (nonatomic, retain) NSArray *hiddenFeedIDs; @@ -86,6 +107,9 @@ @property (nonatomic) long long initialArticlesFromNewFavorite; @property (nonatomic) double interstitialAdLoadDelay; @property (nonatomic) long long longReminderTime; +@property (nonatomic) long long maximumNumberOfExpiredPaidSubscriptionGroups; +@property (nonatomic) long long maximumPaidSubscriptionGroupSize; +@property (nonatomic) long long maximumTimesHeadlineInPaidSubscriptionGroup; @property (nonatomic) long long minimumArticleUpdateInterval; @property (nonatomic) long long minimumDistanceBetweenImageOnTopTiles; @property (nonatomic) long long newFavoriteNotificationAlertsFrequency; @@ -107,6 +131,10 @@ @property (nonatomic, retain) NSArray *presubscribedFeedIDs; @property (nonatomic, readonly) NSArray *recommendedCategories; @property (nonatomic, retain) FCAsyncSerialQueue *requestSerialQueue; +@property (nonatomic) long long savedArticlesCutoffTime; +@property (nonatomic) long long savedArticlesMaximumCountCellular; +@property (nonatomic) long long savedArticlesMaximumCountWiFi; +@property (nonatomic) long long savedArticlesOpenedCutoffTime; @property (nonatomic) long long shortReminderTime; @property (nonatomic) long long subscriptionsGlobalMeteredCount; @property (nonatomic) long long subscriptionsGracePeriodForTokenVerificationSeconds; @@ -132,11 +160,13 @@ - (void)_didChange; - (void)_didChangeTrendingTopics; - (void)_extractAlternativeWidgetConfigFromProtobufConfiguration:(id)arg1; +- (void)_extractBriefingsTagIDFromLanguageConfiguration:(id)arg1; - (void)_extractCommonValuesFromProtobufConfiguration:(id)arg1; - (void)_extractCoverArticlesFromLanguageConfiguration:(id)arg1; - (void)_extractEditorialChannelFromLanguageConfiguration:(id)arg1; - (void)_extractEndpointConfigurationFromProtobufConfiguration:(id)arg1; - (void)_extractFeedIDsFromLanguageConfigurations:(id)arg1; +- (void)_extractForYouRecordConfigIDFromLanguageConfiguration:(id)arg1; - (void)_extractNotificationsConfigFromLanguageConfiguration:(id)arg1; - (void)_extractPersonalizationConfigFromProtobufConfiguration:(id)arg1; - (void)_extractPrefetchConfigFromProtobufConfiguration:(id)arg1; @@ -156,9 +186,14 @@ - (void)addObserver:(id)arg1; - (id)alternativeWidgetConfiguration; - (long long)appConfigRefreshRate; +- (double)articleDiversificationSimilarityExpectationEnd; +- (double)articleDiversificationSimilarityExpectationStart; +- (double)articleDiversificationUniquePublisherExpectationSlope; +- (double)articleDiversificationUniquePublisherExpectationYIntercept; - (long long)articleRapidUpdatesTimeout; - (long long)autoScrollToTopFeedTimeout; - (double)batchedFeedTimeout; +- (id)briefingsTagID; - (id)configurationResource; - (id)context; - (id)coverArticlesConfig; @@ -168,10 +203,13 @@ - (long long)endOfArticleMaxInaccessiblePaidArticleCount; - (double)endOfArticleMinPaidHeadlineRatio; - (id)endpointConfigsByEnvironment; +- (long long)expiredPaidSubscriptionGroupCutoffTime; - (void)fetchAppConfigurationIfNeededWithCompletion:(id /* block */)arg1; - (void)fetchAppConfigurationIfNeededWithCompletionQueue:(id)arg1 completion:(id /* block */)arg2; +- (void)fetchAppConfigurationIfNeededWithCompletionQueue:(id)arg1 force:(BOOL)arg2 completion:(id /* block */)arg3; - (void)fetchTrendingSearchesIfNeededWithCompletion:(id /* block */)arg1; - (id)forYouGroupsConfiguration; +- (id)forYouRecordConfigID; - (BOOL)forceAppConfigUpdate; - (BOOL)forceTrendingSearchesUpdate; - (void)forceUpdateOnNextLaunch; @@ -183,6 +221,9 @@ - (double)interstitialAdLoadDelay; - (BOOL)isAlternativeWidgetConfigEnabled; - (long long)longReminderTime; +- (long long)maximumNumberOfExpiredPaidSubscriptionGroups; +- (long long)maximumPaidSubscriptionGroupSize; +- (long long)maximumTimesHeadlineInPaidSubscriptionGroup; - (long long)minimumArticleUpdateInterval; - (long long)minimumDistanceBetweenImageOnTopTiles; - (long long)newFavoriteNotificationAlertsFrequency; @@ -207,12 +248,21 @@ - (id)recommendedCategories; - (void)removeObserver:(id)arg1; - (id)requestSerialQueue; +- (long long)savedArticlesCutoffTime; +- (long long)savedArticlesMaximumCountCellular; +- (long long)savedArticlesMaximumCountWiFi; +- (long long)savedArticlesOpenedCutoffTime; - (void)setAccessQueue:(id)arg1; - (void)setAlternativeWidgetConfigEnabled:(BOOL)arg1; - (void)setAppConfigRefreshRate:(long long)arg1; +- (void)setArticleDiversificationSimilarityExpectationEnd:(double)arg1; +- (void)setArticleDiversificationSimilarityExpectationStart:(double)arg1; +- (void)setArticleDiversificationUniquePublisherExpectationSlope:(double)arg1; +- (void)setArticleDiversificationUniquePublisherExpectationYIntercept:(double)arg1; - (void)setArticleRapidUpdatesTimeout:(long long)arg1; - (void)setAutoScrollToTopFeedTimeout:(long long)arg1; - (void)setBatchedFeedTimeout:(double)arg1; +- (void)setBriefingsTagID:(id)arg1; - (void)setConfigurationResource:(id)arg1; - (void)setContext:(id)arg1; - (void)setDefaultStoreFrontID:(id)arg1; @@ -221,6 +271,7 @@ - (void)setEndOfArticleMaxInaccessiblePaidArticleCount:(long long)arg1; - (void)setEndOfArticleMinPaidHeadlineRatio:(double)arg1; - (void)setEndpointConfigsByEnvironment:(id)arg1; +- (void)setExpiredPaidSubscriptionGroupCutoffTime:(long long)arg1; - (void)setForYouGroupsConfiguration:(id)arg1; - (void)setForceAppConfigUpdate:(BOOL)arg1; - (void)setForceTrendingSearchesUpdate:(BOOL)arg1; @@ -229,6 +280,9 @@ - (void)setInitialArticlesFromNewFavorite:(long long)arg1; - (void)setInterstitialAdLoadDelay:(double)arg1; - (void)setLongReminderTime:(long long)arg1; +- (void)setMaximumNumberOfExpiredPaidSubscriptionGroups:(long long)arg1; +- (void)setMaximumPaidSubscriptionGroupSize:(long long)arg1; +- (void)setMaximumTimesHeadlineInPaidSubscriptionGroup:(long long)arg1; - (void)setMinimumArticleUpdateInterval:(long long)arg1; - (void)setMinimumDistanceBetweenImageOnTopTiles:(long long)arg1; - (void)setNewFavoriteNotificationAlertsFrequency:(long long)arg1; @@ -247,6 +301,10 @@ - (void)setPrerollLoadingTimeout:(double)arg1; - (void)setPresubscribedFeedIDs:(id)arg1; - (void)setRequestSerialQueue:(id)arg1; +- (void)setSavedArticlesCutoffTime:(long long)arg1; +- (void)setSavedArticlesMaximumCountCellular:(long long)arg1; +- (void)setSavedArticlesMaximumCountWiFi:(long long)arg1; +- (void)setSavedArticlesOpenedCutoffTime:(long long)arg1; - (void)setShortReminderTime:(long long)arg1; - (void)setSubscriptionsGlobalMeteredCount:(long long)arg1; - (void)setSubscriptionsGracePeriodForTokenVerificationSeconds:(long long)arg1; diff --git a/PrivateFrameworks/NewsCore.framework/FCAppleAccount.h b/PrivateFrameworks/NewsCore.framework/FCAppleAccount.h index 4791578cfe..20d42cee43 100644 --- a/PrivateFrameworks/NewsCore.framework/FCAppleAccount.h +++ b/PrivateFrameworks/NewsCore.framework/FCAppleAccount.h @@ -17,6 +17,7 @@ @property (nonatomic, readonly) NSString *endpointConnectionClientID; @property (readonly) unsigned int hash; @property (nonatomic) BOOL iCloudAccountChanged; +@property (nonatomic, readonly) BOOL isContentStoreFrontSupported; @property (nonatomic, copy) NSString *overrideContentStoreFrontID; @property (getter=isPrivateDataSyncingEnabled, nonatomic, readonly) BOOL privateDataSyncingEnabled; @property (readonly) Class superclass; @@ -37,6 +38,7 @@ - (BOOL)iCloudAccountChanged; - (id)iTunesAccountName; - (id)init; +- (BOOL)isContentStoreFrontSupported; - (BOOL)isPrivateDataSyncingEnabled; - (BOOL)isUserSignedInToiCloud; - (BOOL)isUserSignedIntoiTunes; diff --git a/PrivateFrameworks/NewsCore.framework/FCArticleHeadline.h b/PrivateFrameworks/NewsCore.framework/FCArticleHeadline.h index aafc31a19d..5f9b284533 100644 --- a/PrivateFrameworks/NewsCore.framework/FCArticleHeadline.h +++ b/PrivateFrameworks/NewsCore.framework/FCArticleHeadline.h @@ -11,6 +11,7 @@ unsigned long long _backendArticleVersion; long long _behaviorFlags; NSArray * _blockedStorefrontIDs; + BOOL _canBePurchased; NSString * _clusterID; unsigned long long _contentType; NSURL * _contentURL; @@ -89,6 +90,7 @@ - (unsigned long long)backendArticleVersion; - (long long)behaviorFlags; - (id)blockedStorefrontIDs; +- (BOOL)canBePurchased; - (id)clusterID; - (id)contentManifestWithContext:(id)arg1; - (unsigned long long)contentType; @@ -129,6 +131,8 @@ - (void)setShortExcerpt:(id)arg1; - (void)setSourceChannel:(id)arg1; - (void)setSourceName:(id)arg1; +- (void)setStoryStyle:(id)arg1; +- (void)setStoryType:(unsigned int)arg1; - (void)setThumbnailFocalFrame:(struct CGRect { struct CGPoint { float x_1_1_1; float x_1_1_2; } x1; struct CGSize { float x_2_1_1; float x_2_1_2; } x2; })arg1; - (void)setTitle:(id)arg1; - (void)setTopicIDs:(id)arg1; diff --git a/PrivateFrameworks/NewsCore.framework/FCArticleList.h b/PrivateFrameworks/NewsCore.framework/FCArticleList.h index a31038f6e4..7b7a6fd844 100644 --- a/PrivateFrameworks/NewsCore.framework/FCArticleList.h +++ b/PrivateFrameworks/NewsCore.framework/FCArticleList.h @@ -4,21 +4,30 @@ @interface FCArticleList : NSObject { NSArray * _articleIDs; + FCArticleListEditorialMetadata * _editorialMetadata; NSString * _identifier; FCInterestToken * _interestToken; + NSDate * _lastModifiedDate; NTPBArticleListRecord * _record; + unsigned int _type; } @property (nonatomic, readonly) NSArray *articleIDs; +@property (nonatomic, readonly) FCArticleListEditorialMetadata *editorialMetadata; @property (nonatomic, readonly) NSString *identifier; @property (nonatomic, readonly) FCInterestToken *interestToken; +@property (nonatomic, readonly, copy) NSDate *lastModifiedDate; @property (nonatomic, readonly) NTPBArticleListRecord *record; +@property (nonatomic, readonly) unsigned int type; - (void).cxx_destruct; - (id)articleIDs; +- (id)editorialMetadata; - (id)identifier; - (id)initWithRecord:(id)arg1 interestToken:(id)arg2; - (id)interestToken; +- (id)lastModifiedDate; - (id)record; +- (unsigned int)type; @end diff --git a/PrivateFrameworks/NewsCore.framework/FCArticleListArticleMetadata.h b/PrivateFrameworks/NewsCore.framework/FCArticleListArticleMetadata.h new file mode 100644 index 0000000000..04bae085b9 --- /dev/null +++ b/PrivateFrameworks/NewsCore.framework/FCArticleListArticleMetadata.h @@ -0,0 +1,24 @@ +/* Generated by RuntimeBrowser + Image: /System/Library/PrivateFrameworks/NewsCore.framework/NewsCore + */ + +@interface FCArticleListArticleMetadata : NSObject { + NSDictionary * _dictionary; + NSDate * _displayDate; +} + +@property (nonatomic, retain) NSDictionary *dictionary; +@property (nonatomic, retain) NSDate *displayDate; +@property (nonatomic, readonly) BOOL isTreatedAsNew; +@property (nonatomic, readonly) NSString *storyType; + +- (void).cxx_destruct; +- (id)dictionary; +- (id)displayDate; +- (id)initWithDictionary:(id)arg1; +- (BOOL)isTreatedAsNew; +- (void)setDictionary:(id)arg1; +- (void)setDisplayDate:(id)arg1; +- (id)storyType; + +@end diff --git a/PrivateFrameworks/NewsCore.framework/FCArticleListEditorialMetadata.h b/PrivateFrameworks/NewsCore.framework/FCArticleListEditorialMetadata.h new file mode 100644 index 0000000000..88c7bfda24 --- /dev/null +++ b/PrivateFrameworks/NewsCore.framework/FCArticleListEditorialMetadata.h @@ -0,0 +1,20 @@ +/* Generated by RuntimeBrowser + Image: /System/Library/PrivateFrameworks/NewsCore.framework/NewsCore + */ + +@interface FCArticleListEditorialMetadata : NSObject { + NSDictionary * _articleMetadata; + NSDate * _publishDate; +} + +@property (nonatomic, retain) NSDictionary *articleMetadata; +@property (nonatomic, retain) NSDate *publishDate; + +- (void).cxx_destruct; +- (id)articleMetadata; +- (id)initWithDictionary:(id)arg1; +- (id)publishDate; +- (void)setArticleMetadata:(id)arg1; +- (void)setPublishDate:(id)arg1; + +@end diff --git a/PrivateFrameworks/NewsCore.framework/FCArticleListHeadlinesOperation.h b/PrivateFrameworks/NewsCore.framework/FCArticleListHeadlinesOperation.h index 799313bc03..5c24e71765 100644 --- a/PrivateFrameworks/NewsCore.framework/FCArticleListHeadlinesOperation.h +++ b/PrivateFrameworks/NewsCore.framework/FCArticleListHeadlinesOperation.h @@ -7,13 +7,15 @@ * _context; id /* block */ _headlinesCompletionHandler; double _maximumCachedAgeForArticleList; + NSDictionary * _resultArticleListsByID; NSDictionary * _resultHeadlinesByArticleListID; } @property (nonatomic, copy) NSArray *articleListIDs; @property (nonatomic, retain) *context; @property (nonatomic, copy) id /* block */ headlinesCompletionHandler; -@property double maximumCachedAgeForArticleList; +@property (nonatomic) double maximumCachedAgeForArticleList; +@property (nonatomic, retain) NSDictionary *resultArticleListsByID; @property (nonatomic, retain) NSDictionary *resultHeadlinesByArticleListID; - (void).cxx_destruct; @@ -24,11 +26,13 @@ - (double)maximumCachedAgeForArticleList; - (void)operationWillFinishWithError:(id)arg1; - (void)performOperation; +- (id)resultArticleListsByID; - (id)resultHeadlinesByArticleListID; - (void)setArticleListIDs:(id)arg1; - (void)setContext:(id)arg1; - (void)setHeadlinesCompletionHandler:(id /* block */)arg1; - (void)setMaximumCachedAgeForArticleList:(double)arg1; +- (void)setResultArticleListsByID:(id)arg1; - (void)setResultHeadlinesByArticleListID:(id)arg1; - (BOOL)validateOperation; diff --git a/PrivateFrameworks/NewsCore.framework/FCBlobFileCache.h b/PrivateFrameworks/NewsCore.framework/FCBlobFileCache.h deleted file mode 100644 index 9aa153c1d5..0000000000 --- a/PrivateFrameworks/NewsCore.framework/FCBlobFileCache.h +++ /dev/null @@ -1,70 +0,0 @@ -/* Generated by RuntimeBrowser - Image: /System/Library/PrivateFrameworks/NewsCore.framework/NewsCore - */ - -@interface FCBlobFileCache : NSObject { - NSURL * _cacheDirectory; - NSObject * _cacheSizeEnforcementThrottlingGroup; - int _countLimit; - int _currentSize; - BOOL _currentlyEnqueuedCacheSizeEnforcement; - NSString * _identifier; - NSMutableOrderedSet * _keys; - NSMutableDictionary * _keysToItems; - NSObject * _storageQueue; - NSObject * _touchQueue; -} - -@property (nonatomic, copy) NSURL *cacheDirectory; -@property (nonatomic, retain) NSObject *cacheSizeEnforcementThrottlingGroup; -@property int countLimit; -@property (nonatomic) int currentSize; -@property BOOL currentlyEnqueuedCacheSizeEnforcement; -@property (nonatomic, copy) NSString *identifier; -@property (nonatomic, retain) NSMutableOrderedSet *keys; -@property (nonatomic, retain) NSMutableDictionary *keysToItems; -@property (nonatomic, retain) NSObject *storageQueue; -@property (nonatomic, retain) NSObject *touchQueue; - -+ (void)clearCacheForIdentifier:(id)arg1 cacheDirectory:(id)arg2; - -- (void).cxx_destruct; -- (void)_clearCache; -- (void)_enforceCacheSize; -- (void)_enqueueCacheSizeEnforcement; -- (void)_insertItemInMemory:(id)arg1 forKey:(id)arg2; -- (void)_loadItemsFromCacheState; -- (BOOL)_removeFileWithKey:(id)arg1 error:(id*)arg2; -- (void)_removeItemInMemoryForKey:(id)arg1; -- (void)_touchItemForKey:(id)arg1; -- (id)cacheDirectory; -- (id)cacheSizeEnforcementThrottlingGroup; -- (void)clearCache; -- (int)countLimit; -- (int)currentSize; -- (BOOL)currentlyEnqueuedCacheSizeEnforcement; -- (void)dataForKey:(id)arg1 callbackQueue:(id)arg2 completion:(id /* block */)arg3; -- (void)enforceCacheSize; -- (void)hasDataForKey:(id)arg1 callbackQueue:(id)arg2 completion:(id /* block */)arg3; -- (id)identifier; -- (id)init; -- (id)initWithIdentifier:(id)arg1 cacheDirectory:(id)arg2 error:(id*)arg3; -- (id)keys; -- (id)keysToItems; -- (void)removeDataForKey:(id)arg1 callbackQueue:(id)arg2 completion:(id /* block */)arg3; -- (void)setCacheDirectory:(id)arg1; -- (void)setCacheSizeEnforcementThrottlingGroup:(id)arg1; -- (void)setCountLimit:(int)arg1; -- (void)setCurrentSize:(int)arg1; -- (void)setCurrentlyEnqueuedCacheSizeEnforcement:(BOOL)arg1; -- (void)setData:(id)arg1 forKey:(id)arg2 callbackQueue:(id)arg3 completion:(id /* block */)arg4; -- (void)setIdentifier:(id)arg1; -- (void)setKeys:(id)arg1; -- (void)setKeysToItems:(id)arg1; -- (void)setStorageQueue:(id)arg1; -- (void)setTouchQueue:(id)arg1; -- (id)storageQueue; -- (void)touchDataForKey:(id)arg1; -- (id)touchQueue; - -@end diff --git a/PrivateFrameworks/NewsCore.framework/FCBlobFileCacheItem.h b/PrivateFrameworks/NewsCore.framework/FCBlobFileCacheItem.h deleted file mode 100644 index a73179c71b..0000000000 --- a/PrivateFrameworks/NewsCore.framework/FCBlobFileCacheItem.h +++ /dev/null @@ -1,19 +0,0 @@ -/* Generated by RuntimeBrowser - Image: /System/Library/PrivateFrameworks/NewsCore.framework/NewsCore - */ - -@interface FCBlobFileCacheItem : NSObject { - NSDate * _lastModified; - NSURL * _url; -} - -@property (nonatomic, copy) NSDate *lastModified; -@property (nonatomic, copy) NSURL *url; - -- (void).cxx_destruct; -- (id)lastModified; -- (void)setLastModified:(id)arg1; -- (void)setUrl:(id)arg1; -- (id)url; - -@end diff --git a/PrivateFrameworks/NewsCore.framework/FCCKDatabase.h b/PrivateFrameworks/NewsCore.framework/FCCKDatabase.h index 591a8f18bb..023171eab9 100644 --- a/PrivateFrameworks/NewsCore.framework/FCCKDatabase.h +++ b/PrivateFrameworks/NewsCore.framework/FCCKDatabase.h @@ -8,6 +8,7 @@ * _delegate; BOOL _hasBeenRateLimited; NSArray * _middleware; + FCNetworkBehaviorMonitor * _networkBehaviorMonitor; NSArray * _operationMiddleware; NSMutableArray * _pendingOperations; BOOL _preferAnonymousRequests; @@ -28,6 +29,7 @@ @property (nonatomic, readonly) BOOL hasBeenRateLimited; @property (readonly) unsigned int hash; @property (nonatomic, retain) NSArray *middleware; +@property (nonatomic, retain) FCNetworkBehaviorMonitor *networkBehaviorMonitor; @property (nonatomic, retain) NSArray *operationMiddleware; @property (nonatomic, retain) NSMutableArray *pendingOperations; @property BOOL preferAnonymousRequests; @@ -55,7 +57,6 @@ - (id)_mapRecords:(id)arg1 client:(BOOL)arg2; - (void)_performStartUpWithCompletion:(id /* block */)arg1; - (BOOL)_preflightOperation:(id)arg1; -- (void)_preflightRecordsInChangesOperation:(id)arg1; - (void)_preflightRecordsInFetchOperation:(id)arg1; - (void)_preflightRecordsInModifyOperation:(id)arg1; - (void)_preflightRecordsInQueryOperation:(id)arg1; @@ -83,10 +84,11 @@ - (void)fetchRecordsWithIDs:(id)arg1 desiredKeys:(id)arg2 completionHandler:(id /* block */)arg3; - (void)fetchRecordsWithIDs:(id)arg1 desiredKeys:(id)arg2 qualityOfService:(int)arg3 completionHandler:(id /* block */)arg4; - (BOOL)hasBeenRateLimited; -- (id)initWithDatabase:(id)arg1 middleware:(id)arg2; -- (id)initWithDatabase:(id)arg1 middleware:(id)arg2 startUp:(BOOL)arg3; +- (id)initWithDatabase:(id)arg1 middleware:(id)arg2 networkBehaviorMonitor:(id)arg3; +- (id)initWithDatabase:(id)arg1 middleware:(id)arg2 networkBehaviorMonitor:(id)arg3 startUp:(BOOL)arg4; - (BOOL)isReady; - (id)middleware; +- (id)networkBehaviorMonitor; - (id)operationMiddleware; - (void)operationWasRateLimitedWithError:(id)arg1; - (id)pendingOperations; @@ -113,6 +115,7 @@ - (void)setDatabase:(id)arg1; - (void)setDelegate:(id)arg1; - (void)setMiddleware:(id)arg1; +- (void)setNetworkBehaviorMonitor:(id)arg1; - (void)setOperationMiddleware:(id)arg1; - (void)setPendingOperations:(id)arg1; - (void)setPreferAnonymousRequests:(BOOL)arg1; diff --git a/PrivateFrameworks/NewsCore.framework/FCCKFetchRecordChangesOperation.h b/PrivateFrameworks/NewsCore.framework/FCCKFetchRecordChangesOperation.h deleted file mode 100644 index cb04a3d730..0000000000 --- a/PrivateFrameworks/NewsCore.framework/FCCKFetchRecordChangesOperation.h +++ /dev/null @@ -1,57 +0,0 @@ -/* Generated by RuntimeBrowser - Image: /System/Library/PrivateFrameworks/NewsCore.framework/NewsCore - */ - -@interface FCCKFetchRecordChangesOperation : FCNetworkOperation { - NSMutableDictionary * _allChangedRecordsByID; - NSMutableSet * _allDeletedRecordIDs; - FCCKDatabase * _database; - NSArray * _desiredKeys; - NSError * _error; - BOOL _fetchAllChanges; - id /* block */ _finishedBlock; - BOOL _moreChangesToFetch; - CKRecordZoneID * _recordZoneID; - CKServerChangeToken * _serverChangeToken; -} - -@property (nonatomic, retain) NSMutableDictionary *allChangedRecordsByID; -@property (nonatomic, retain) NSMutableSet *allDeletedRecordIDs; -@property (nonatomic, retain) FCCKDatabase *database; -@property (nonatomic, copy) NSArray *desiredKeys; -@property (nonatomic, retain) NSError *error; -@property (nonatomic) BOOL fetchAllChanges; -@property (nonatomic, copy) id /* block */ finishedBlock; -@property (nonatomic) BOOL moreChangesToFetch; -@property (nonatomic, retain) CKRecordZoneID *recordZoneID; -@property (nonatomic, retain) CKServerChangeToken *serverChangeToken; - -- (void).cxx_destruct; -- (void)_continueFetchingRecords; -- (id)allChangedRecordsByID; -- (id)allDeletedRecordIDs; -- (id)database; -- (id)desiredKeys; -- (id)error; -- (BOOL)fetchAllChanges; -- (id /* block */)finishedBlock; -- (id)init; -- (BOOL)moreChangesToFetch; -- (void)operationWillFinishWithError:(id)arg1; -- (void)performOperation; -- (id)recordZoneID; -- (void)resetForRetry; -- (id)serverChangeToken; -- (void)setAllChangedRecordsByID:(id)arg1; -- (void)setAllDeletedRecordIDs:(id)arg1; -- (void)setDatabase:(id)arg1; -- (void)setDesiredKeys:(id)arg1; -- (void)setError:(id)arg1; -- (void)setFetchAllChanges:(BOOL)arg1; -- (void)setFinishedBlock:(id /* block */)arg1; -- (void)setMoreChangesToFetch:(BOOL)arg1; -- (void)setRecordZoneID:(id)arg1; -- (void)setServerChangeToken:(id)arg1; -- (BOOL)validateOperation; - -@end diff --git a/PrivateFrameworks/NewsCore.framework/FCCKFetchRecordZoneChangesOperation.h b/PrivateFrameworks/NewsCore.framework/FCCKFetchRecordZoneChangesOperation.h index 3c2f5e155a..a555342c76 100644 --- a/PrivateFrameworks/NewsCore.framework/FCCKFetchRecordZoneChangesOperation.h +++ b/PrivateFrameworks/NewsCore.framework/FCCKFetchRecordZoneChangesOperation.h @@ -12,6 +12,8 @@ NSDictionary * _optionsByRecordZoneID; NSMutableDictionary * _recordZoneChangeResultsByRecordZoneID; NSArray * _recordZoneIDs; + NSMutableDictionary * _unfinishedOptionsByRecordZoneID; + NSMutableArray * _unfinishedRecordZoneIDs; } @property (nonatomic, retain) NSMutableDictionary *changedRecordsByRecordType; @@ -23,6 +25,8 @@ @property (nonatomic, copy) NSDictionary *optionsByRecordZoneID; @property (nonatomic, retain) NSMutableDictionary *recordZoneChangeResultsByRecordZoneID; @property (nonatomic, copy) NSArray *recordZoneIDs; +@property (nonatomic, retain) NSMutableDictionary *unfinishedOptionsByRecordZoneID; +@property (nonatomic, retain) NSMutableArray *unfinishedRecordZoneIDs; - (void).cxx_destruct; - (void)_fetchRecordZoneChanges; @@ -36,6 +40,7 @@ - (void)operationWillFinishWithError:(id)arg1; - (id)optionsByRecordZoneID; - (void)performOperation; +- (void)prepareOperation; - (id)recordZoneChangeResultsByRecordZoneID; - (id)recordZoneIDs; - (void)resetForRetry; @@ -48,6 +53,10 @@ - (void)setOptionsByRecordZoneID:(id)arg1; - (void)setRecordZoneChangeResultsByRecordZoneID:(id)arg1; - (void)setRecordZoneIDs:(id)arg1; +- (void)setUnfinishedOptionsByRecordZoneID:(id)arg1; +- (void)setUnfinishedRecordZoneIDs:(id)arg1; +- (id)unfinishedOptionsByRecordZoneID; +- (id)unfinishedRecordZoneIDs; - (BOOL)validateOperation; @end diff --git a/PrivateFrameworks/NewsCore.framework/FCCKTestDatabase.h b/PrivateFrameworks/NewsCore.framework/FCCKTestDatabase.h index c5ca155590..41255c8242 100644 --- a/PrivateFrameworks/NewsCore.framework/FCCKTestDatabase.h +++ b/PrivateFrameworks/NewsCore.framework/FCCKTestDatabase.h @@ -20,7 +20,7 @@ - (void)deleteArticleWithID:(id)arg1; - (void)deleteFeedID:(id)arg1; - (id)feedQueryEndpoint; -- (id)initWithDatabase:(id)arg1 middleware:(id)arg2; +- (id)initWithDatabase:(id)arg1 middleware:(id)arg2 networkBehaviorMonitor:(id)arg3; - (void)insertArticleID:(id)arg1 atBottomOfFeedID:(id)arg2; - (void)insertArticleID:(id)arg1 atTopOfFeedID:(id)arg2; - (void)insertArticleID:(id)arg1 inFeedID:(id)arg2 withOrder:(unsigned long long)arg3; diff --git a/PrivateFrameworks/NewsCore.framework/FCCachePolicy.h b/PrivateFrameworks/NewsCore.framework/FCCachePolicy.h new file mode 100644 index 0000000000..cb79e33e8a --- /dev/null +++ b/PrivateFrameworks/NewsCore.framework/FCCachePolicy.h @@ -0,0 +1,21 @@ +/* Generated by RuntimeBrowser + Image: /System/Library/PrivateFrameworks/NewsCore.framework/NewsCore + */ + +@interface FCCachePolicy : NSObject { + unsigned int _cachePolicy; + double _maximumCachedAge; +} + +@property (nonatomic) unsigned int cachePolicy; +@property (nonatomic) double maximumCachedAge; + ++ (id)cachePolicyWithSoftMaxAge:(double)arg1; ++ (id)defaultCachePolicy; + +- (unsigned int)cachePolicy; +- (double)maximumCachedAge; +- (void)setCachePolicy:(unsigned int)arg1; +- (void)setMaximumCachedAge:(double)arg1; + +@end diff --git a/PrivateFrameworks/NewsCore.framework/FCCloudContext.h b/PrivateFrameworks/NewsCore.framework/FCCloudContext.h index 1ca2ee1a44..f4b99373af 100644 --- a/PrivateFrameworks/NewsCore.framework/FCCloudContext.h +++ b/PrivateFrameworks/NewsCore.framework/FCCloudContext.h @@ -74,7 +74,7 @@ - (id)endpointCommandQueue; - (id)endpointConnection; - (id)feedManager; -- (id)fetchEndOfArticleDataForHeadline:(id)arg1 initialRelatedHeadlineCount:(unsigned int)arg2 initialPublisherHeadlineCount:(unsigned int)arg3 totalRelatedHeadlineCount:(unsigned int)arg4 totalPublisherHeadlineCount:(unsigned int)arg5 completion:(id /* block */)arg6; +- (id)fetchEndOfArticleDataForHeadline:(id)arg1 initialRelatedHeadlineCount:(unsigned int)arg2 initialPublisherHeadlineCount:(unsigned int)arg3 totalRelatedHeadlineCount:(unsigned int)arg4 totalPublisherHeadlineCount:(unsigned int)arg5 fetchRelatedHeadline:(BOOL)arg6 fetchAllTopics:(BOOL)arg7 completion:(id /* block */)arg8; - (id)flintHelper; - (id)flintResourceManager; - (void)getCoverImageForFeed:(id)arg1 completion:(id /* block */)arg2; diff --git a/PrivateFrameworks/NewsCore.framework/FCCoverArticlesFeedGroupEmitter.h b/PrivateFrameworks/NewsCore.framework/FCCoverArticlesFeedGroupEmitter.h index 9e1e360000..6ff34b36fb 100644 --- a/PrivateFrameworks/NewsCore.framework/FCCoverArticlesFeedGroupEmitter.h +++ b/PrivateFrameworks/NewsCore.framework/FCCoverArticlesFeedGroupEmitter.h @@ -16,14 +16,16 @@ @property (nonatomic, readonly) BOOL requiresForYouCatchUpOperation; @property (readonly) Class superclass; +- (BOOL)canEmitGroupsWithType:(int)arg1; - (BOOL)emitsSingletonGroups; - (id)groupEmitterIdentifier; - (id)initWithMinPrecedingTopicGroups:(unsigned int)arg1; - (id)initWithNoDistanceRequirements; - (unsigned int)minPrecedingTopicGroups; -- (id)operationToEmitGroupInContext:(id)arg1 withCursor:(id)arg2 toCursor:(id)arg3; +- (id)operationToEmitGroupWithContext:(id)arg1 fromCursor:(id)arg2 toCursor:(id)arg3; - (BOOL)requiresForYouCatchUpOperation; - (void)setMinPrecedingTopicGroups:(unsigned int)arg1; - (BOOL)wantsToEmitGroupInContext:(id)arg1 withCursor:(id)arg2 toCursor:(id)arg3; +- (BOOL)wantsToInsertGroup:(id)arg1 withContext:(id)arg2; @end diff --git a/PrivateFrameworks/NewsCore.framework/FCDeflatedHeadline.h b/PrivateFrameworks/NewsCore.framework/FCDeflatedHeadline.h index b9971c0b1c..bad7ec4f5f 100644 --- a/PrivateFrameworks/NewsCore.framework/FCDeflatedHeadline.h +++ b/PrivateFrameworks/NewsCore.framework/FCDeflatedHeadline.h @@ -14,6 +14,7 @@ @property (nonatomic, readonly) unsigned long long articleRecordModificationDateMilliseconds; @property (nonatomic, readonly) unsigned long long backendArticleVersion; @property (nonatomic, readonly, copy) NSArray *blockedStorefrontIDs; +@property (nonatomic, readonly) BOOL canBePurchased; @property (nonatomic, readonly, copy) NSString *clusterID; @property (nonatomic, readonly) unsigned long long contentType; @property (nonatomic, readonly, copy) NSURL *contentURL; @@ -21,6 +22,7 @@ @property (readonly, copy) NSString *debugDescription; @property (getter=isDeleted, nonatomic, readonly) BOOL deleted; @property (readonly, copy) NSString *description; +@property (nonatomic, readonly, copy) NSDate *displayDate; @property (nonatomic, readonly, copy) NSArray *endOfArticleTopicIDs; @property (getter=isExplicitContent, nonatomic, readonly) BOOL explicitContent; @property (getter=isFeatureCandidate, nonatomic, readonly) BOOL featureCandidate; @@ -101,12 +103,14 @@ - (unsigned long long)articleRecordModificationDateMilliseconds; - (unsigned long long)backendArticleVersion; - (id)blockedStorefrontIDs; +- (BOOL)canBePurchased; - (id)clusterID; - (unsigned long long)contentType; - (id)contentURL; - (id)copyWithZone:(struct _NSZone { }*)arg1; - (id)coverArt; - (id)description; +- (id)displayDate; - (id)endOfArticleTopicIDs; - (int)feedElementType; - (unsigned long long)feedHalfLifeMilliseconds; diff --git a/PrivateFrameworks/NewsCore.framework/FCDraftCoverStoriesGroupEmitter.h b/PrivateFrameworks/NewsCore.framework/FCDraftCoverStoriesGroupEmitter.h index 4d82a8df87..71b9b50467 100644 --- a/PrivateFrameworks/NewsCore.framework/FCDraftCoverStoriesGroupEmitter.h +++ b/PrivateFrameworks/NewsCore.framework/FCDraftCoverStoriesGroupEmitter.h @@ -6,7 +6,7 @@ - (BOOL)emitsSingletonGroups; - (id)groupEmitterIdentifier; -- (id)operationToEmitGroupInContext:(id)arg1 withCursor:(id)arg2 toCursor:(id)arg3; +- (id)operationToEmitGroupWithContext:(id)arg1 fromCursor:(id)arg2 toCursor:(id)arg3; - (BOOL)wantsToEmitGroupInContext:(id)arg1 withCursor:(id)arg2 toCursor:(id)arg3; @end diff --git a/PrivateFrameworks/NewsCore.framework/FCDraftsFeedGroupEmitter.h b/PrivateFrameworks/NewsCore.framework/FCDraftsFeedGroupEmitter.h index 72b48dabb6..7829008c20 100644 --- a/PrivateFrameworks/NewsCore.framework/FCDraftsFeedGroupEmitter.h +++ b/PrivateFrameworks/NewsCore.framework/FCDraftsFeedGroupEmitter.h @@ -18,10 +18,12 @@ - (void).cxx_destruct; - (id)articleList; +- (BOOL)canEmitGroupsWithType:(int)arg1; - (BOOL)canMergeGroupsUnconditionally; - (id)groupEmitterIdentifier; - (id)initWithArticleList:(id)arg1; -- (id)operationToEmitGroupInContext:(id)arg1 withCursor:(id)arg2 toCursor:(id)arg3; +- (id)operationToEmitGroupWithContext:(id)arg1 fromCursor:(id)arg2 toCursor:(id)arg3; - (BOOL)wantsToEmitGroupInContext:(id)arg1 withCursor:(id)arg2 toCursor:(id)arg3; +- (BOOL)wantsToInsertGroup:(id)arg1 withContext:(id)arg2; @end diff --git a/PrivateFrameworks/NewsCore.framework/FCEditorialCatchUpOperation.h b/PrivateFrameworks/NewsCore.framework/FCEditorialCatchUpOperation.h index 10386fd0a5..abd1ee2452 100644 --- a/PrivateFrameworks/NewsCore.framework/FCEditorialCatchUpOperation.h +++ b/PrivateFrameworks/NewsCore.framework/FCEditorialCatchUpOperation.h @@ -3,41 +3,34 @@ */ @interface FCEditorialCatchUpOperation : FCOperation { + id /* block */ _catchUpCompletionHandler; FCCloudContext * _context; NSDate * _date; - * _editorialChannel; - NSArray * _editorialSections; NSError * _error; - NSDictionary * _feedContextByFeedID; - NSArray * _feedItems; + NSArray * _sectionGroups; } +@property (copy) id /* block */ catchUpCompletionHandler; @property (nonatomic, retain) FCCloudContext *context; @property (nonatomic, retain) NSDate *date; -@property (copy) *editorialChannel; -@property (copy) NSArray *editorialSections; @property (retain) NSError *error; -@property (copy) NSDictionary *feedContextByFeedID; -@property (copy) NSArray *feedItems; +@property (copy) NSArray *sectionGroups; - (void).cxx_destruct; - (void)_checkShouldShowEditorialWithCompletionHandler:(id /* block */)arg1; +- (id /* block */)catchUpCompletionHandler; - (id)context; - (id)date; -- (id)editorialChannel; -- (id)editorialSections; +- (void)enumerateEditorialSectionsByRecencyWithBlock:(id /* block */)arg1; - (id)error; -- (id)feedContextByFeedID; -- (id)feedItems; - (void)operationWillFinishWithError:(id)arg1; - (void)performOperation; +- (id)sectionGroups; +- (void)setCatchUpCompletionHandler:(id /* block */)arg1; - (void)setContext:(id)arg1; - (void)setDate:(id)arg1; -- (void)setEditorialChannel:(id)arg1; -- (void)setEditorialSections:(id)arg1; - (void)setError:(id)arg1; -- (void)setFeedContextByFeedID:(id)arg1; -- (void)setFeedItems:(id)arg1; +- (void)setSectionGroups:(id)arg1; - (BOOL)validateOperation; @end diff --git a/PrivateFrameworks/NewsCore.framework/FCEditorialCatchUpOperationGroup.h b/PrivateFrameworks/NewsCore.framework/FCEditorialCatchUpOperationGroup.h new file mode 100644 index 0000000000..fe50009ec8 --- /dev/null +++ b/PrivateFrameworks/NewsCore.framework/FCEditorialCatchUpOperationGroup.h @@ -0,0 +1,23 @@ +/* Generated by RuntimeBrowser + Image: /System/Library/PrivateFrameworks/NewsCore.framework/NewsCore + */ + +@interface FCEditorialCatchUpOperationGroup : NSObject { + NSArray * _headlines; + NSDate * _publishDate; + * _section; +} + +@property (nonatomic, retain) NSArray *headlines; +@property (nonatomic, retain) NSDate *publishDate; +@property (nonatomic, retain) *section; + +- (void).cxx_destruct; +- (id)headlines; +- (id)publishDate; +- (id)section; +- (void)setHeadlines:(id)arg1; +- (void)setPublishDate:(id)arg1; +- (void)setSection:(id)arg1; + +@end diff --git a/PrivateFrameworks/NewsCore.framework/FCEditorialFeedGroupEmitter.h b/PrivateFrameworks/NewsCore.framework/FCEditorialFeedGroupEmitter.h index 225a751651..69fa1f7c20 100644 --- a/PrivateFrameworks/NewsCore.framework/FCEditorialFeedGroupEmitter.h +++ b/PrivateFrameworks/NewsCore.framework/FCEditorialFeedGroupEmitter.h @@ -18,13 +18,15 @@ + (id)editorialFeedTransformationWithContext:(id)arg1; +- (BOOL)canEmitGroupsWithType:(int)arg1; - (id)groupEmitterIdentifier; - (id)initWithMinPrecedingTopicGroups:(unsigned int)arg1; - (id)initWithNoDistanceRequirements; - (unsigned int)minPrecedingTopicGroups; -- (id)operationToEmitGroupInContext:(id)arg1 withCursor:(id)arg2 toCursor:(id)arg3; +- (id)operationToEmitGroupWithContext:(id)arg1 fromCursor:(id)arg2 toCursor:(id)arg3; - (BOOL)requiresForYouCatchUpOperation; - (void)setMinPrecedingTopicGroups:(unsigned int)arg1; - (BOOL)wantsToEmitGroupInContext:(id)arg1 withCursor:(id)arg2 toCursor:(id)arg3; +- (BOOL)wantsToInsertGroup:(id)arg1 withContext:(id)arg2; @end diff --git a/PrivateFrameworks/NewsCore.framework/FCFaultableRecord.h b/PrivateFrameworks/NewsCore.framework/FCFaultableRecord.h index 3c01cb4681..d77be16613 100644 --- a/PrivateFrameworks/NewsCore.framework/FCFaultableRecord.h +++ b/PrivateFrameworks/NewsCore.framework/FCFaultableRecord.h @@ -6,7 +6,9 @@ PBCodable * _record; NTPBRecordBase * _recordBase; NSData * _recordData; - int _recordLock; + struct os_unfair_lock_s { + unsigned int _os_unfair_lock_opaque; + } _recordLock; } @property (readonly, copy) NSString *debugDescription; @@ -15,7 +17,7 @@ @property (nonatomic, retain) PBCodable *record; @property (nonatomic, retain) NTPBRecordBase *recordBase; @property (nonatomic, retain) NSData *recordData; -@property (nonatomic) int recordLock; +@property (nonatomic) struct os_unfair_lock_s { unsigned int x1; } recordLock; @property (readonly) Class superclass; + (id)faultableRecordWithRecord:(id)arg1; @@ -28,11 +30,11 @@ - (id)record; - (id)recordBase; - (id)recordData; -- (int)recordLock; +- (struct os_unfair_lock_s { unsigned int x1; })recordLock; - (void)setRecord:(id)arg1; - (void)setRecordBase:(id)arg1; - (void)setRecordData:(id)arg1; -- (void)setRecordLock:(int)arg1; +- (void)setRecordLock:(struct os_unfair_lock_s { unsigned int x1; })arg1; - (void)writeToKeyValuePair:(id)arg1; @end diff --git a/PrivateFrameworks/NewsCore.framework/FCFeedDescriptor.h b/PrivateFrameworks/NewsCore.framework/FCFeedDescriptor.h index eb1fa892bd..b54b4205d5 100644 --- a/PrivateFrameworks/NewsCore.framework/FCFeedDescriptor.h +++ b/PrivateFrameworks/NewsCore.framework/FCFeedDescriptor.h @@ -32,6 +32,7 @@ @property (nonatomic, readonly) NSString *identifier; @property (nonatomic, readonly) BOOL isSubscribable; @property (nonatomic, readonly) NSString *name; +@property (nonatomic, readonly, copy) NSArray *offlineFeedGroupEmitters; @property (readonly) Class superclass; @property (nonatomic, readonly) *theme; @@ -70,6 +71,7 @@ - (BOOL)isSubscribedToWithSubscriptionController:(id)arg1; - (id)latestHeadlineResultsWithContext:(id)arg1; - (id)name; +- (id)offlineFeedGroupEmitters; - (void)setContext:(id)arg1; - (void)setFeedType:(int)arg1; - (id)streamOfHeadlinesWithIDs:(id)arg1 context:(id)arg2 cachedOnly:(BOOL)arg3 maxCachedAge:(double)arg4; diff --git a/PrivateFrameworks/NewsCore.framework/FCFeedGroupEmittingContext.h b/PrivateFrameworks/NewsCore.framework/FCFeedGroupEmittingContext.h index 9c28b4b874..9081d288bd 100644 --- a/PrivateFrameworks/NewsCore.framework/FCFeedGroupEmittingContext.h +++ b/PrivateFrameworks/NewsCore.framework/FCFeedGroupEmittingContext.h @@ -9,18 +9,22 @@ unsigned int _desiredHeadlineCount; FCFeedEdition * _edition; NSDate * _editionKeyDate; + NSArray * _emitters; FCFeedDescriptor * _feedDescriptor; NSArray * _followingGroups; FCForYouCatchUpOperation * _forYouCatchUpOperation; NSHashTable * _groupsFromPage; - NSHashTable * _groupsFromSession; BOOL _isFirstPageInRefreshSession; - BOOL _isTopOfRefreshSession; + BOOL _isOffline; + BOOL _isTopOfPage; FCDateRange * _pageDateRange; + NSArray * _pendingGroups; * _personalizer; NSArray * _precedingGroups; BOOL _preferSpeedOverQuality; FCDateRange * _refreshDateRange; + FCFeedRefreshSession * _refreshSession; + NSArray * _remainingEmitters; } @property (nonatomic, readonly, copy) NSSet *articleIDs; @@ -30,35 +34,39 @@ @property (nonatomic, readonly) unsigned int desiredHeadlineCount; @property (nonatomic, readonly, copy) FCFeedEdition *edition; @property (nonatomic, readonly) NSDate *editionKeyDate; +@property (nonatomic, retain) NSArray *emitters; @property (nonatomic, readonly, copy) FCFeedDescriptor *feedDescriptor; @property (nonatomic, readonly, copy) NSArray *followingGroups; @property (nonatomic, readonly) FCForYouCatchUpOperation *forYouCatchUpOperation; @property (nonatomic, retain) NSHashTable *groupsFromPage; -@property (nonatomic, retain) NSHashTable *groupsFromSession; @property (nonatomic, readonly) BOOL isFirstPageInRefreshSession; -@property (nonatomic, readonly) BOOL isTopOfRefreshSession; +@property (nonatomic, readonly) BOOL isOffline; +@property (nonatomic, readonly) BOOL isTopOfPage; @property (nonatomic, readonly, copy) FCDateRange *pageDateRange; +@property (nonatomic, readonly, copy) NSArray *pendingGroups; @property (nonatomic, readonly) *personalizer; @property (nonatomic, readonly) int precedingGroupType; @property (nonatomic, readonly, copy) NSArray *precedingGroups; @property (nonatomic, readonly) BOOL preferSpeedOverQuality; @property (nonatomic, readonly) FCDateRange *refreshDateRange; +@property (nonatomic, retain) FCFeedRefreshSession *refreshSession; +@property (nonatomic, retain) NSArray *remainingEmitters; - (void).cxx_destruct; -- (void)_aduitGroups:(id)arg1; - (id)_filterTransformationWithFilterOptions:(int)arg1 groupTypes:(id)arg2 includeArticlesFromGroupTypes:(BOOL)arg3; - (id)allArticleIDs; - (id)articleIDs; - (id)articleIDsContainedByGroupType:(int)arg1; - (id)cloudContext; - (id)clusterIDs; +- (id)copyWithRefreshSession:(id)arg1; - (unsigned int)countOfArticlesInPrecedingGroup; -- (unsigned int)countOfFollowingAdjacentGroupsWithType:(int)arg1; -- (unsigned int)countOfPrecedingAdjacentGroupsWithType:(int)arg1; +- (unsigned int)countOfPrecedingAdjacentGroupsWithTypes:(id)arg1; - (id)creationDateOfFollowingGroupWithType:(int)arg1; - (unsigned int)desiredHeadlineCount; - (id)edition; - (id)editionKeyDate; +- (id)emitters; - (id)feedDescriptor; - (id)filterTransformationWithFilterOptions:(int)arg1; - (id)filterTransformationWithFilterOptions:(int)arg1 considerOutputFrom:(id)arg2; @@ -67,14 +75,17 @@ - (id)followingAdjacentHeadlinesFromGroupType:(int)arg1; - (id)followingGroups; - (id)forYouCatchUpOperation; +- (id)groupFromPageWithType:(int)arg1; - (id)groupsFromPage; -- (id)groupsFromSession; -- (BOOL)hasPrecedingGroupWithType:(int)arg1; -- (id)initWithCloudContext:(id)arg1 precedingGroups:(id)arg2 followingGroups:(id)arg3 groupsFromSession:(id)arg4 refreshDateRange:(id)arg5 edition:(id)arg6 feedDescriptor:(id)arg7 desiredHeadlineCount:(unsigned int)arg8 preferSpeedOverQuality:(BOOL)arg9 forYouCatchUpOperation:(id)arg10; +- (id)initWithCloudContext:(id)arg1 refreshSession:(id)arg2 refreshDateRange:(id)arg3 edition:(id)arg4 precedingGroups:(id)arg5 followingGroups:(id)arg6 feedDescriptor:(id)arg7 emitters:(id)arg8 desiredHeadlineCount:(unsigned int)arg9 preferSpeedOverQuality:(BOOL)arg10 forYouCatchUpOperation:(id)arg11; - (BOOL)isFirstPageInRefreshSession; -- (BOOL)isTopOfRefreshSession; +- (BOOL)isOffline; +- (BOOL)isTopOfPage; - (id)pageDateRange; -- (BOOL)pageHasPrecedingGroupWithType:(int)arg1; +- (BOOL)pageHasExhaustedGroupsWithTypes:(id)arg1; +- (BOOL)pageHasPrecedingGroupWithSourceIdentifier:(id)arg1; +- (BOOL)pageWillContainGroupWithType:(int)arg1; +- (id)pendingGroups; - (id)personalizer; - (id)precedingAdjacentHeadlinesFromGroupType:(int)arg1; - (int)precedingGroupType; @@ -82,8 +93,11 @@ - (id)precedingNewFavoriteTagIDs; - (BOOL)preferSpeedOverQuality; - (id)refreshDateRange; -- (BOOL)sessionHasPrecedingGroupWithSourceIdentifier:(id)arg1; +- (id)refreshSession; +- (id)remainingEmitters; +- (void)setEmitters:(id)arg1; - (void)setGroupsFromPage:(id)arg1; -- (void)setGroupsFromSession:(id)arg1; +- (void)setRefreshSession:(id)arg1; +- (void)setRemainingEmitters:(id)arg1; @end diff --git a/PrivateFrameworks/NewsCore.framework/FCFeedGroupEmittingOperation.h b/PrivateFrameworks/NewsCore.framework/FCFeedGroupEmittingOperation.h index bb9815607e..06af75e314 100644 --- a/PrivateFrameworks/NewsCore.framework/FCFeedGroupEmittingOperation.h +++ b/PrivateFrameworks/NewsCore.framework/FCFeedGroupEmittingOperation.h @@ -8,7 +8,9 @@ NSString * _groupEmitterIdentifier; id /* block */ _groupEmittingCompletionHandler; * _resultCursor; + BOOL _resultFinished; FCFeedGroup * _resultGroup; + NSArray * _resultGroups; * _toCursor; } @@ -17,7 +19,9 @@ @property (nonatomic, readonly, copy) NSString *groupEmitterIdentifier; @property (nonatomic, copy) id /* block */ groupEmittingCompletionHandler; @property (nonatomic, retain) *resultCursor; +@property (nonatomic) BOOL resultFinished; @property (nonatomic, retain) FCFeedGroup *resultGroup; +@property (nonatomic, retain) NSArray *resultGroups; @property (nonatomic, readonly) *toCursor; - (void).cxx_destruct; @@ -28,10 +32,14 @@ - (id)initWithContext:(id)arg1 cursor:(id)arg2 toCursor:(id)arg3 groupEmitterIdentifier:(id)arg4; - (void)operationWillFinishWithError:(id)arg1; - (id)resultCursor; +- (BOOL)resultFinished; - (id)resultGroup; +- (id)resultGroups; - (void)setGroupEmittingCompletionHandler:(id /* block */)arg1; - (void)setResultCursor:(id)arg1; +- (void)setResultFinished:(BOOL)arg1; - (void)setResultGroup:(id)arg1; +- (void)setResultGroups:(id)arg1; - (id)toCursor; @end diff --git a/PrivateFrameworks/NewsCore.framework/FCFeedItemFeature.h b/PrivateFrameworks/NewsCore.framework/FCFeedItemFeature.h index 3d2ce93c6f..ab3396bda3 100644 --- a/PrivateFrameworks/NewsCore.framework/FCFeedItemFeature.h +++ b/PrivateFrameworks/NewsCore.framework/FCFeedItemFeature.h @@ -4,13 +4,16 @@ @interface FCFeedItemFeature : NSObject { NSString * _key; + BOOL _queryable; int _type; } @property (nonatomic, readonly) NSString *key; +@property (nonatomic) BOOL queryable; @property (nonatomic, readonly) NSString *topicID; @property (nonatomic, readonly) int type; ++ (id)featureForAllArticles; + (id)featureForCoverArt; + (id)featureForPaidCoverArt; + (id)featureForTopicID:(id)arg1; @@ -21,6 +24,8 @@ - (id)initWithType:(int)arg1 key:(id)arg2; - (BOOL)isEqual:(id)arg1; - (id)key; +- (BOOL)queryable; +- (void)setQueryable:(BOOL)arg1; - (id)topicID; - (int)type; diff --git a/PrivateFrameworks/NewsCore.framework/FCFeedRefreshSession.h b/PrivateFrameworks/NewsCore.framework/FCFeedRefreshSession.h index d8a1383a10..6ad4006948 100644 --- a/PrivateFrameworks/NewsCore.framework/FCFeedRefreshSession.h +++ b/PrivateFrameworks/NewsCore.framework/FCFeedRefreshSession.h @@ -3,33 +3,46 @@ */ @interface FCFeedRefreshSession : NSObject { + NSSet * _activeGroupEmitterIDs; NSDictionary * _cursorsByGroupEmitterID; NSString * _identifier; + BOOL _isOffline; FCFeedEdition * _lastCompletedEdition; NSDate * _modificationDate; + NSArray * _pendingGroups; BOOL _reachedEnd; NSDate * _refreshDate; } +@property (nonatomic, readonly, copy) NSSet *activeGroupEmitterIDs; @property (nonatomic, readonly, copy) NSDictionary *cursorsByGroupEmitterID; @property (nonatomic, readonly) NSString *identifier; +@property (nonatomic, readonly) BOOL isOffline; @property (nonatomic, readonly) FCFeedEdition *lastCompletedEdition; @property (nonatomic, readonly) NSDate *modificationDate; +@property (nonatomic, readonly, copy) NSArray *pendingGroups; @property (nonatomic, readonly) BOOL reachedEnd; @property (nonatomic, readonly) NSDate *refreshDate; - (void).cxx_destruct; -- (id)copyWithModificationDate:(id)arg1 lastCompletedEdition:(id)arg2 cursorsByGroupEmitterID:(id)arg3 reachedEnd:(BOOL)arg4; +- (id)activeGroupEmitterIDs; +- (id)copyByRemovingPendingGroupIdenticalTo:(id)arg1; +- (id)copyWithAdditionalPendingGroups:(id)arg1 cursors:(id)arg2; +- (id)copyWithAllGroupEmittersExhausted; +- (id)copyWithExhaustedGroupEmitterID:(id)arg1 cursors:(id)arg2; +- (id)copyWithModificationDate:(id)arg1 lastCompletedEdition:(id)arg2 cursorsByGroupEmitterID:(id)arg3 pendingGroups:(id)arg4 activeGroupEmitterIDs:(id)arg5 reachedEnd:(BOOL)arg6 isOffline:(BOOL)arg7; - (id)currentEditionFromPaginator:(id)arg1; - (id)cursorsByGroupEmitterID; - (id)description; - (unsigned int)hash; - (id)identifier; -- (id)initWithIdentifier:(id)arg1 refreshDate:(id)arg2 modificationDate:(id)arg3 lastCompletedEdition:(id)arg4 cursorsByGroupEmitterID:(id)arg5 reachedEnd:(BOOL)arg6; -- (id)initWithRefreshDate:(id)arg1; +- (id)initWithIdentifier:(id)arg1 refreshDate:(id)arg2 modificationDate:(id)arg3 lastCompletedEdition:(id)arg4 cursorsByGroupEmitterID:(id)arg5 pendingGroups:(id)arg6 activeGroupEmitterIDs:(id)arg7 reachedEnd:(BOOL)arg8 isOffline:(BOOL)arg9; +- (id)initWithRefreshDate:(id)arg1 activeGroupEmitterIDs:(id)arg2 isOffline:(BOOL)arg3; - (BOOL)isEqual:(id)arg1; +- (BOOL)isOffline; - (id)lastCompletedEdition; - (id)modificationDate; +- (id)pendingGroups; - (BOOL)reachedEnd; - (id)refreshDate; diff --git a/PrivateFrameworks/NewsCore.framework/FCFeedTransformationComposite.h b/PrivateFrameworks/NewsCore.framework/FCFeedTransformationComposite.h index 61a041d31a..39801fe76e 100644 --- a/PrivateFrameworks/NewsCore.framework/FCFeedTransformationComposite.h +++ b/PrivateFrameworks/NewsCore.framework/FCFeedTransformationComposite.h @@ -4,19 +4,26 @@ @interface FCFeedTransformationComposite : NSObject { NSArray * _feedTransformations; + BOOL _shouldLogTransformationResults; + NSMutableArray * _transformationLogs; } @property (readonly, copy) NSString *debugDescription; @property (readonly, copy) NSString *description; @property (nonatomic, copy) NSArray *feedTransformations; @property (readonly) unsigned int hash; +@property (nonatomic, readonly) BOOL shouldLogTransformationResults; @property (readonly) Class superclass; +@property (nonatomic, readonly) NSMutableArray *transformationLogs; - (void).cxx_destruct; - (id)feedTransformations; - (id)init; - (id)initWithFeedTransformations:(id)arg1; +- (id)initWithFeedTransformations:(id)arg1 logTransformationResults:(BOOL)arg2; - (void)setFeedTransformations:(id)arg1; +- (BOOL)shouldLogTransformationResults; - (id)transformFeedItems:(id)arg1; +- (id)transformationLogs; @end diff --git a/PrivateFrameworks/NewsCore.framework/FCFeedTransformationEndOfArticle.h b/PrivateFrameworks/NewsCore.framework/FCFeedTransformationEndOfArticle.h index c04802e921..ded123a872 100644 --- a/PrivateFrameworks/NewsCore.framework/FCFeedTransformationEndOfArticle.h +++ b/PrivateFrameworks/NewsCore.framework/FCFeedTransformationEndOfArticle.h @@ -31,5 +31,6 @@ - (void)setPurchaseController:(id)arg1; - (id)transformFeedItems:(id)arg1; - (id)transformHeadlines:(id)arg1; +- (id)transformItems:(id)arg1 isPaidBlock:(id /* block */)arg2 sourceChannelIDProvider:(id /* block */)arg3; @end diff --git a/PrivateFrameworks/NewsCore.framework/FCFeedTransformationFilter.h b/PrivateFrameworks/NewsCore.framework/FCFeedTransformationFilter.h index 7622a20d33..32d0016f31 100644 --- a/PrivateFrameworks/NewsCore.framework/FCFeedTransformationFilter.h +++ b/PrivateFrameworks/NewsCore.framework/FCFeedTransformationFilter.h @@ -3,6 +3,7 @@ */ @interface FCFeedTransformationFilter : NSObject { + NSString * _briefingsTagID; int _filterOptions; NSSet * _mutedChannelTagIDs; NSSet * _otherArticleIDs; @@ -10,6 +11,7 @@ NSSet * _purchasedTagIDs; } +@property (nonatomic, copy) NSString *briefingsTagID; @property (readonly, copy) NSString *debugDescription; @property (readonly, copy) NSString *description; @property (nonatomic) int filterOptions; @@ -21,14 +23,16 @@ @property (readonly) Class superclass; + (id)transformationWithFilterOptions:(int)arg1 context:(id)arg2; -+ (id)transformationWithFilterOptions:(int)arg1 otherArticleIDs:(id)arg2 otherClusterIDs:(id)arg3 mutedChannelTagIDs:(id)arg4 purchasedTagIDs:(id)arg5; ++ (id)transformationWithFilterOptions:(int)arg1 otherArticleIDs:(id)arg2 otherClusterIDs:(id)arg3 mutedChannelTagIDs:(id)arg4 purchasedTagIDs:(id)arg5 briefingsTagID:(id)arg6; - (void).cxx_destruct; +- (id)briefingsTagID; - (int)filterOptions; - (id)mutedChannelTagIDs; - (id)otherArticleIDs; - (id)otherClusterIDs; - (id)purchasedTagIDs; +- (void)setBriefingsTagID:(id)arg1; - (void)setFilterOptions:(int)arg1; - (void)setMutedChannelTagIDs:(id)arg1; - (void)setOtherArticleIDs:(id)arg1; diff --git a/PrivateFrameworks/NewsCore.framework/FCFeedTransformationPersonalizedDiversifiedLimit.h b/PrivateFrameworks/NewsCore.framework/FCFeedTransformationPersonalizedDiversifiedLimit.h new file mode 100644 index 0000000000..f0a4669275 --- /dev/null +++ b/PrivateFrameworks/NewsCore.framework/FCFeedTransformationPersonalizedDiversifiedLimit.h @@ -0,0 +1,26 @@ +/* Generated by RuntimeBrowser + Image: /System/Library/PrivateFrameworks/NewsCore.framework/NewsCore + */ + +@interface FCFeedTransformationPersonalizedDiversifiedLimit : NSObject { + * _feedPersonalizer; + unsigned int _limit; +} + +@property (readonly, copy) NSString *debugDescription; +@property (readonly, copy) NSString *description; +@property (nonatomic, retain) *feedPersonalizer; +@property (readonly) unsigned int hash; +@property (nonatomic) unsigned int limit; +@property (readonly) Class superclass; + ++ (id)transformationWithPersonalizer:(id)arg1 limit:(unsigned int)arg2; + +- (void).cxx_destruct; +- (id)feedPersonalizer; +- (unsigned int)limit; +- (void)setFeedPersonalizer:(id)arg1; +- (void)setLimit:(unsigned int)arg1; +- (id)transformFeedItems:(id)arg1; + +@end diff --git a/PrivateFrameworks/NewsCore.framework/FCFeedTransformationPersonalizedSort.h b/PrivateFrameworks/NewsCore.framework/FCFeedTransformationPersonalizedSort.h index 464256866d..7843da6b38 100644 --- a/PrivateFrameworks/NewsCore.framework/FCFeedTransformationPersonalizedSort.h +++ b/PrivateFrameworks/NewsCore.framework/FCFeedTransformationPersonalizedSort.h @@ -5,6 +5,7 @@ @interface FCFeedTransformationPersonalizedSort : NSObject { NSMapTable * _feedItemScores; * _feedPersonalizer; + int _sortOptions; } @property (readonly, copy) NSString *debugDescription; @@ -12,16 +13,21 @@ @property (nonatomic, retain) NSMapTable *feedItemScores; @property (nonatomic, retain) *feedPersonalizer; @property (readonly) unsigned int hash; +@property (nonatomic) int sortOptions; @property (readonly) Class superclass; + (id)transformationWithPersonalizer:(id)arg1; + (id)transformationWithPersonalizer:(id)arg1 feedItemScores:(id)arg2; ++ (id)transformationWithPersonalizer:(id)arg1 feedItemScores:(id)arg2 sortOptions:(int)arg3; ++ (id)transformationWithPersonalizer:(id)arg1 sortOptions:(int)arg2; - (void).cxx_destruct; - (id)feedItemScores; - (id)feedPersonalizer; - (void)setFeedItemScores:(id)arg1; - (void)setFeedPersonalizer:(id)arg1; +- (void)setSortOptions:(int)arg1; +- (int)sortOptions; - (id)transformFeedItems:(id)arg1; - (id)transformHeadlines:(id)arg1; diff --git a/PrivateFrameworks/NewsCore.framework/FCFeedTransformationPersonalizedSortAndDiversify.h b/PrivateFrameworks/NewsCore.framework/FCFeedTransformationPersonalizedSortAndDiversify.h new file mode 100644 index 0000000000..1a7de155a0 --- /dev/null +++ b/PrivateFrameworks/NewsCore.framework/FCFeedTransformationPersonalizedSortAndDiversify.h @@ -0,0 +1,31 @@ +/* Generated by RuntimeBrowser + Image: /System/Library/PrivateFrameworks/NewsCore.framework/NewsCore + */ + +@interface FCFeedTransformationPersonalizedSortAndDiversify : NSObject { + * _feedPersonalizer; + unsigned int _limit; + int _sortOptions; +} + +@property (readonly, copy) NSString *debugDescription; +@property (readonly, copy) NSString *description; +@property (nonatomic, retain) *feedPersonalizer; +@property (readonly) unsigned int hash; +@property (nonatomic) unsigned int limit; +@property (nonatomic) int sortOptions; +@property (readonly) Class superclass; + ++ (id)transformationWithPersonalizer:(id)arg1 limit:(unsigned int)arg2; ++ (id)transformationWithPersonalizer:(id)arg1 sortOptions:(int)arg2 limit:(unsigned int)arg3; + +- (void).cxx_destruct; +- (id)feedPersonalizer; +- (unsigned int)limit; +- (void)setFeedPersonalizer:(id)arg1; +- (void)setLimit:(unsigned int)arg1; +- (void)setSortOptions:(int)arg1; +- (int)sortOptions; +- (id)transformFeedItems:(id)arg1; + +@end diff --git a/PrivateFrameworks/NewsCore.framework/FCFeedTransformationSortBlock.h b/PrivateFrameworks/NewsCore.framework/FCFeedTransformationSortBlock.h new file mode 100644 index 0000000000..3808d46b48 --- /dev/null +++ b/PrivateFrameworks/NewsCore.framework/FCFeedTransformationSortBlock.h @@ -0,0 +1,18 @@ +/* Generated by RuntimeBrowser + Image: /System/Library/PrivateFrameworks/NewsCore.framework/NewsCore + */ + +@interface FCFeedTransformationSortBlock : FCFeedTransformationSort { + id /* block */ _sortBlock; +} + +@property (nonatomic, copy) id /* block */ sortBlock; + ++ (id)transformationWithSortBlock:(id /* block */)arg1; + +- (void).cxx_destruct; +- (void)setSortBlock:(id /* block */)arg1; +- (id /* block */)sortBlock; +- (id)transformFeedItems:(id)arg1; + +@end diff --git a/PrivateFrameworks/NewsCore.framework/FCFeedTransformationUnseenOnly.h b/PrivateFrameworks/NewsCore.framework/FCFeedTransformationUnseenOnly.h new file mode 100644 index 0000000000..7568329ee8 --- /dev/null +++ b/PrivateFrameworks/NewsCore.framework/FCFeedTransformationUnseenOnly.h @@ -0,0 +1,22 @@ +/* Generated by RuntimeBrowser + Image: /System/Library/PrivateFrameworks/NewsCore.framework/NewsCore + */ + +@interface FCFeedTransformationUnseenOnly : NSObject { + FCReadingHistory * _history; +} + +@property (readonly, copy) NSString *debugDescription; +@property (readonly, copy) NSString *description; +@property (readonly) unsigned int hash; +@property (nonatomic, retain) FCReadingHistory *history; +@property (readonly) Class superclass; + ++ (id)transformationWithReadingHistory:(id)arg1; + +- (void).cxx_destruct; +- (id)history; +- (void)setHistory:(id)arg1; +- (id)transformFeedItems:(id)arg1; + +@end diff --git a/PrivateFrameworks/NewsCore.framework/FCFeedViewportExpandGroupGapOperation.h b/PrivateFrameworks/NewsCore.framework/FCFeedViewportExpandGroupGapOperation.h index d0f4a64021..a89118d199 100644 --- a/PrivateFrameworks/NewsCore.framework/FCFeedViewportExpandGroupGapOperation.h +++ b/PrivateFrameworks/NewsCore.framework/FCFeedViewportExpandGroupGapOperation.h @@ -37,9 +37,6 @@ - (void).cxx_destruct; - (id)_associatedForYouCatchUpOperationForEdition:(id)arg1; - (id)_groupsFromRefreshSessionContainingGap:(id)arg1 internalElements:(id)arg2; -- (id)_nextFeedGroupEmitterWithContext:(id)arg1 gap:(id)arg2 restrictToGroupEmitterIdentifier:(id)arg3 cursor:(id*)arg4 toCursor:(id*)arg5; -- (BOOL)_reachedEndOfGap:(id)arg1 internalElements:(id)arg2; -- (id)_restrictedGroupEmitterIdentifierForBoardingGroup:(id)arg1 andGroup:(id)arg2; - (id)context; - (unsigned int)desiredHeadlineCount; - (id /* block */)expandGapCompletionHandler; diff --git a/PrivateFrameworks/NewsCore.framework/FCFeedViewportGetPendingGroupsOperation.h b/PrivateFrameworks/NewsCore.framework/FCFeedViewportGetPendingGroupsOperation.h new file mode 100644 index 0000000000..07e6e088c5 --- /dev/null +++ b/PrivateFrameworks/NewsCore.framework/FCFeedViewportGetPendingGroupsOperation.h @@ -0,0 +1,41 @@ +/* Generated by RuntimeBrowser + Image: /System/Library/PrivateFrameworks/NewsCore.framework/NewsCore + */ + +@interface FCFeedViewportGetPendingGroupsOperation : FCOperation { + id /* block */ _emitGroupsCompletionHandler; + NSArray * _feedGroupEmitters; + FCFeedGroupEmittingContext * _groupEmittingContext; + FCFeedRefreshSession * _refreshSession; + FCFeedRefreshSession * _resultRefreshSession; + NSDictionary * _toCursorsByEmitterID; +} + +@property (nonatomic, copy) id /* block */ emitGroupsCompletionHandler; +@property (nonatomic, retain) NSArray *feedGroupEmitters; +@property (nonatomic, retain) FCFeedGroupEmittingContext *groupEmittingContext; +@property (nonatomic, retain) FCFeedRefreshSession *refreshSession; +@property (nonatomic, retain) FCFeedRefreshSession *resultRefreshSession; +@property (nonatomic, retain) NSDictionary *toCursorsByEmitterID; + +- (void).cxx_destruct; +- (id)_advanceRefreshSessionToNextInterestedEmitter:(id)arg1; +- (id)_exhaustGroupEmitter:(id)arg1 inRefreshSession:(id)arg2; +- (BOOL)_isErrorTransient:(id)arg1; +- (id /* block */)emitGroupsCompletionHandler; +- (id)feedGroupEmitters; +- (id)groupEmittingContext; +- (void)operationWillFinishWithError:(id)arg1; +- (void)performOperation; +- (id)refreshSession; +- (id)resultRefreshSession; +- (void)setEmitGroupsCompletionHandler:(id /* block */)arg1; +- (void)setFeedGroupEmitters:(id)arg1; +- (void)setGroupEmittingContext:(id)arg1; +- (void)setRefreshSession:(id)arg1; +- (void)setResultRefreshSession:(id)arg1; +- (void)setToCursorsByEmitterID:(id)arg1; +- (id)toCursorsByEmitterID; +- (BOOL)validateOperation; + +@end diff --git a/PrivateFrameworks/NewsCore.framework/FCFeedViewportInsertPendingGroupOperation.h b/PrivateFrameworks/NewsCore.framework/FCFeedViewportInsertPendingGroupOperation.h new file mode 100644 index 0000000000..75182f0827 --- /dev/null +++ b/PrivateFrameworks/NewsCore.framework/FCFeedViewportInsertPendingGroupOperation.h @@ -0,0 +1,43 @@ +/* Generated by RuntimeBrowser + Image: /System/Library/PrivateFrameworks/NewsCore.framework/NewsCore + */ + +@interface FCFeedViewportInsertPendingGroupOperation : FCOperation { + FCCloudContext * _context; + NSArray * _feedGroupEmitters; + FCFeedGroupEmittingContext * _groupEmittingContext; + id /* block */ _insertGroupCompletionHandler; + NSArray * _internalElements; + FCFeedRefreshSession * _refreshSession; + NSString * _resultDeletedElementID; + FCFeedGroup * _resultInsertedGroup; + FCFeedRefreshSession * _resultRefreshSession; +} + +@property (nonatomic, retain) FCCloudContext *context; +@property (nonatomic, retain) NSArray *feedGroupEmitters; +@property (nonatomic, retain) FCFeedGroupEmittingContext *groupEmittingContext; +@property (nonatomic, copy) id /* block */ insertGroupCompletionHandler; +@property (nonatomic, retain) NSArray *internalElements; +@property (nonatomic, retain) FCFeedRefreshSession *refreshSession; + +- (void).cxx_destruct; +- (void)_finishWithInsertedGroup:(id)arg1 backedByPendingGroup:(id)arg2 forEmitter:(id)arg3; +- (id)_nextGroupToInsert:(id*)arg1; +- (id)context; +- (id)feedGroupEmitters; +- (id)groupEmittingContext; +- (id /* block */)insertGroupCompletionHandler; +- (id)internalElements; +- (void)operationWillFinishWithError:(id)arg1; +- (void)performOperation; +- (id)refreshSession; +- (void)setContext:(id)arg1; +- (void)setFeedGroupEmitters:(id)arg1; +- (void)setGroupEmittingContext:(id)arg1; +- (void)setInsertGroupCompletionHandler:(id /* block */)arg1; +- (void)setInternalElements:(id)arg1; +- (void)setRefreshSession:(id)arg1; +- (BOOL)validateOperation; + +@end diff --git a/PrivateFrameworks/NewsCore.framework/FCFetchOperationResult.h b/PrivateFrameworks/NewsCore.framework/FCFetchOperationResult.h index b4b33ecd2c..78d7bf1889 100644 --- a/PrivateFrameworks/NewsCore.framework/FCFetchOperationResult.h +++ b/PrivateFrameworks/NewsCore.framework/FCFetchOperationResult.h @@ -3,14 +3,14 @@ */ @interface FCFetchOperationResult : NSObject { - BOOL _anyCacheMisses; + BOOL _anyMissingObjects; NSError * _error; unsigned int _fetchResult; id _fetchedObject; unsigned int _status; } -@property (nonatomic) BOOL anyCacheMisses; +@property (nonatomic) BOOL anyMissingObjects; @property (nonatomic, readonly) NSError *error; @property (nonatomic, readonly) unsigned int fetchResult; @property (nonatomic, readonly) id fetchedObject; @@ -19,12 +19,12 @@ + (id)resultWithStatus:(unsigned int)arg1 fetchedObject:(id)arg2 error:(id)arg3; - (void).cxx_destruct; -- (BOOL)anyCacheMisses; +- (BOOL)anyMissingObjects; - (id)error; - (unsigned int)fetchResult; - (id)fetchedObject; - (id)initWithStatus:(unsigned int)arg1 fetchedObject:(id)arg2 fetchResult:(unsigned int)arg3 error:(id)arg4; -- (void)setAnyCacheMisses:(BOOL)arg1; +- (void)setAnyMissingObjects:(BOOL)arg1; - (unsigned int)status; @end diff --git a/PrivateFrameworks/NewsCore.framework/FCForYouCatchUpOperation.h b/PrivateFrameworks/NewsCore.framework/FCForYouCatchUpOperation.h index 500588931a..2a89bff7fa 100644 --- a/PrivateFrameworks/NewsCore.framework/FCForYouCatchUpOperation.h +++ b/PrivateFrameworks/NewsCore.framework/FCForYouCatchUpOperation.h @@ -9,10 +9,8 @@ FCEditorialCatchUpOperation * _editorialOperation; FCMyArticlesCatchUpOperation * _myArticlesOperation; NSOperationQueue * _operationQueue; - FCSavedStoriesCatchUpOperation * _savedStoriesOperation; FCTopStoriesCatchUpOperation * _topStoriesOperation; FCTrendingCatchUpOperation * _trendingOperation; - NSArray * _unreadSavedStories; } @property (nonatomic, readonly, copy) NSError *catchUpError; @@ -25,15 +23,13 @@ @property (nonatomic, retain) FCMyArticlesCatchUpOperation *myArticlesOperation; @property (nonatomic, readonly, copy) NSArray *nonEditorialFeedItems; @property (nonatomic, retain) NSOperationQueue *operationQueue; -@property (nonatomic, readonly, copy) NSArray *savedHeadlines; -@property (nonatomic, retain) FCSavedStoriesCatchUpOperation *savedStoriesOperation; @property (nonatomic, readonly, copy) NSArray *supplementalCoverArticleHeadlines; +@property (nonatomic, readonly) FCArticleList *topStoriesArticleList; @property (nonatomic, readonly, copy) *topStoriesChannel; -@property (nonatomic, readonly, copy) NSArray *topStoriesFeedItems; +@property (nonatomic, readonly, copy) NSArray *topStoriesHeadlines; @property (nonatomic, retain) FCTopStoriesCatchUpOperation *topStoriesOperation; @property (nonatomic, readonly, copy) NSArray *trendingHeadlines; @property (nonatomic, retain) FCTrendingCatchUpOperation *trendingOperation; -@property (nonatomic, copy) NSArray *unreadSavedStories; + (id)sharedCatchUpOperationForEdition:(id)arg1 context:(id)arg2; + (id)temporaryBackgroundCatchUpOperationForEdition:(id)arg1 context:(id)arg2; @@ -56,28 +52,24 @@ - (id)nonEditorialFeedItems; - (void)operationDidFinishWithError:(id)arg1; - (id)operationQueue; -- (id)orphanedEditorialFeedItemsAfterTransformation:(id)arg1 minFamilySize:(unsigned int)arg2; +- (id)orphanedEditorialHeadlinesAfterTransformation:(id)arg1 minFamilySize:(unsigned int)arg2; - (void)performOperation; - (BOOL)satisfiesCondition:(id)arg1; -- (id)savedHeadlines; -- (id)savedStoriesOperation; - (void)setConditionWaiters:(id)arg1; - (void)setConditionWaitersLock:(id)arg1; - (void)setCoverArticlesOperation:(id)arg1; - (void)setEditorialOperation:(id)arg1; - (void)setMyArticlesOperation:(id)arg1; - (void)setOperationQueue:(id)arg1; -- (void)setSavedStoriesOperation:(id)arg1; - (void)setTopStoriesOperation:(id)arg1; - (void)setTrendingOperation:(id)arg1; -- (void)setUnreadSavedStories:(id)arg1; - (id)supplementalCoverArticleHeadlines; +- (id)topStoriesArticleList; - (id)topStoriesChannel; -- (id)topStoriesFeedItems; +- (id)topStoriesHeadlines; - (id)topStoriesOperation; - (id)trendingHeadlines; - (id)trendingOperation; -- (id)unreadSavedStories; - (void)waitForCondition:(id)arg1; - (void)waitForCondition:(id)arg1 withTimeout:(double)arg2; diff --git a/PrivateFrameworks/NewsCore.framework/FCForYouConfig.h b/PrivateFrameworks/NewsCore.framework/FCForYouConfig.h index 2bf52ff1d2..f69669ac03 100644 --- a/PrivateFrameworks/NewsCore.framework/FCForYouConfig.h +++ b/PrivateFrameworks/NewsCore.framework/FCForYouConfig.h @@ -2,7 +2,7 @@ Image: /System/Library/PrivateFrameworks/NewsCore.framework/NewsCore */ -@interface FCForYouConfig : NSObject { +@interface FCForYouConfig : NSObject { FCGroupConfig * _coverArticlesGroupConfig; NSArray * _editorialGroupConfigs; NTPBForYouConfigRecord * _forYouConfigRecord; @@ -24,6 +24,7 @@ @property (nonatomic, retain) FCGroupConfig *trendingGroupConfig; - (void).cxx_destruct; +- (id)copyWithZone:(struct _NSZone { }*)arg1; - (id)coverArticlesArticleListID; - (id)coverArticlesGroupConfig; - (id)editorialArticleListIDs; diff --git a/PrivateFrameworks/NewsCore.framework/FCForYouConfigHeadlinesOperation.h b/PrivateFrameworks/NewsCore.framework/FCForYouConfigHeadlinesOperation.h new file mode 100644 index 0000000000..77750c4bbe --- /dev/null +++ b/PrivateFrameworks/NewsCore.framework/FCForYouConfigHeadlinesOperation.h @@ -0,0 +1,54 @@ +/* Generated by RuntimeBrowser + Image: /System/Library/PrivateFrameworks/NewsCore.framework/NewsCore + */ + +@interface FCForYouConfigHeadlinesOperation : FCOperation { + NSArray * _additionalArticleListIDs; + FCCachePolicy * _articleListCachePolicy; + * _context; + int _fields; + FCCachePolicy * _forYouConfigCachePolicy; + NSString * _forYouConfigID; + id /* block */ _headlinesCompletionHandler; + NSDictionary * _resultArticleListsByID; + FCForYouConfig * _resultForYouConfig; + NSDictionary * _resultHeadlinesByArticleListID; +} + +@property (nonatomic, copy) NSArray *additionalArticleListIDs; +@property (nonatomic, retain) FCCachePolicy *articleListCachePolicy; +@property (nonatomic, retain) *context; +@property (nonatomic) int fields; +@property (nonatomic, retain) FCCachePolicy *forYouConfigCachePolicy; +@property (nonatomic, copy) NSString *forYouConfigID; +@property (nonatomic, copy) id /* block */ headlinesCompletionHandler; +@property (nonatomic, retain) NSDictionary *resultArticleListsByID; +@property (nonatomic, retain) FCForYouConfig *resultForYouConfig; +@property (nonatomic, retain) NSDictionary *resultHeadlinesByArticleListID; + +- (void).cxx_destruct; +- (id)additionalArticleListIDs; +- (id)articleListCachePolicy; +- (id)context; +- (int)fields; +- (id)forYouConfigCachePolicy; +- (id)forYouConfigID; +- (id /* block */)headlinesCompletionHandler; +- (void)operationWillFinishWithError:(id)arg1; +- (void)performOperation; +- (id)resultArticleListsByID; +- (id)resultForYouConfig; +- (id)resultHeadlinesByArticleListID; +- (void)setAdditionalArticleListIDs:(id)arg1; +- (void)setArticleListCachePolicy:(id)arg1; +- (void)setContext:(id)arg1; +- (void)setFields:(int)arg1; +- (void)setForYouConfigCachePolicy:(id)arg1; +- (void)setForYouConfigID:(id)arg1; +- (void)setHeadlinesCompletionHandler:(id /* block */)arg1; +- (void)setResultArticleListsByID:(id)arg1; +- (void)setResultForYouConfig:(id)arg1; +- (void)setResultHeadlinesByArticleListID:(id)arg1; +- (BOOL)validateOperation; + +@end diff --git a/PrivateFrameworks/NewsCore.framework/FCForYouFeedDescriptor.h b/PrivateFrameworks/NewsCore.framework/FCForYouFeedDescriptor.h index b255817311..8166dbacec 100644 --- a/PrivateFrameworks/NewsCore.framework/FCForYouFeedDescriptor.h +++ b/PrivateFrameworks/NewsCore.framework/FCForYouFeedDescriptor.h @@ -4,8 +4,7 @@ @interface FCForYouFeedDescriptor : FCMultiTagFeedDescriptor { FCForYouGroupsConfiguration * _forYouGroupsConfiguration; - int _trendingAndSavedStoriesCount; - NSArray * _unreadSavedStories; + unsigned int _trendingAndSavedStoriesCount; } @property (readonly, copy) NSString *debugDescription; @@ -13,8 +12,7 @@ @property (nonatomic, retain) FCForYouGroupsConfiguration *forYouGroupsConfiguration; @property (readonly) unsigned int hash; @property (readonly) Class superclass; -@property (nonatomic) int trendingAndSavedStoriesCount; -@property (nonatomic, copy) NSArray *unreadSavedStories; +@property (nonatomic) unsigned int trendingAndSavedStoriesCount; - (void).cxx_destruct; - (id)editionAtDate:(id)arg1; @@ -27,10 +25,9 @@ - (id)iAdFeedID; - (id)initWithIdentifier:(id)arg1 trendingAndSavedStoriesCount:(int)arg2 forYouGroupsConfiguration:(id)arg3; - (id)name; +- (id)offlineFeedGroupEmitters; - (void)setForYouGroupsConfiguration:(id)arg1; -- (void)setTrendingAndSavedStoriesCount:(int)arg1; -- (void)setUnreadSavedStories:(id)arg1; -- (int)trendingAndSavedStoriesCount; -- (id)unreadSavedStories; +- (void)setTrendingAndSavedStoriesCount:(unsigned int)arg1; +- (unsigned int)trendingAndSavedStoriesCount; @end diff --git a/PrivateFrameworks/NewsCore.framework/FCGreatStoriesYouMissedFeedDescriptor.h b/PrivateFrameworks/NewsCore.framework/FCGreatStoriesYouMissedFeedDescriptor.h new file mode 100644 index 0000000000..96f3b5f37b --- /dev/null +++ b/PrivateFrameworks/NewsCore.framework/FCGreatStoriesYouMissedFeedDescriptor.h @@ -0,0 +1,26 @@ +/* Generated by RuntimeBrowser + Image: /System/Library/PrivateFrameworks/NewsCore.framework/NewsCore + */ + +@interface FCGreatStoriesYouMissedFeedDescriptor : FCFeedDescriptor { + unsigned int _limit; +} + +@property (readonly, copy) NSString *debugDescription; +@property (readonly, copy) NSString *description; +@property (readonly) unsigned int hash; +@property (nonatomic) unsigned int limit; +@property (readonly) Class superclass; + ++ (void)setupDebug; ++ (void)tearDownDebug; + +- (id)editionAtDate:(id)arg1; +- (id)editionFollowingEdition:(id)arg1; +- (id)feedGroupEmitters; +- (id)feedPaginator; +- (unsigned int)limit; +- (id)name; +- (void)setLimit:(unsigned int)arg1; + +@end diff --git a/PrivateFrameworks/NewsCore.framework/FCGreatStoriesYouMissedGroupEmitter.h b/PrivateFrameworks/NewsCore.framework/FCGreatStoriesYouMissedGroupEmitter.h new file mode 100644 index 0000000000..aade1ac388 --- /dev/null +++ b/PrivateFrameworks/NewsCore.framework/FCGreatStoriesYouMissedGroupEmitter.h @@ -0,0 +1,37 @@ +/* Generated by RuntimeBrowser + Image: /System/Library/PrivateFrameworks/NewsCore.framework/NewsCore + */ + +@interface FCGreatStoriesYouMissedGroupEmitter : NSObject { + * _context; + unsigned int _limit; +} + +@property (nonatomic, retain) *context; +@property (readonly, copy) NSString *debugDescription; +@property (readonly, copy) NSString *description; +@property (nonatomic, readonly) BOOL emitsSingletonGroups; +@property (nonatomic, readonly, copy) NSString *groupEmitterIdentifier; +@property (readonly) unsigned int hash; +@property (nonatomic, readonly) BOOL isRequiredByFollowingEmitters; +@property (nonatomic) unsigned int limit; +@property (nonatomic, readonly) BOOL requiresForYouCatchUpOperation; +@property (readonly) Class superclass; + ++ (BOOL)greatStoriesMayEmit:(id)arg1; ++ (void)setShouldEmitOverride:(BOOL)arg1; + +- (void).cxx_destruct; +- (BOOL)canEmitGroupsWithType:(int)arg1; +- (id)context; +- (BOOL)emitsSingletonGroups; +- (id)groupEmitterIdentifier; +- (unsigned int)limit; +- (id)operationToEmitGroupWithContext:(id)arg1 fromCursor:(id)arg2 toCursor:(id)arg3; +- (BOOL)requiresForYouCatchUpOperation; +- (void)setContext:(id)arg1; +- (void)setLimit:(unsigned int)arg1; +- (BOOL)wantsToEmitGroupInContext:(id)arg1 withCursor:(id)arg2 toCursor:(id)arg3; +- (BOOL)wantsToInsertGroup:(id)arg1 withContext:(id)arg2; + +@end diff --git a/PrivateFrameworks/NewsCore.framework/FCGreatStoriesYouMissedGroupEmitterOperation.h b/PrivateFrameworks/NewsCore.framework/FCGreatStoriesYouMissedGroupEmitterOperation.h new file mode 100644 index 0000000000..ea8768ce9c --- /dev/null +++ b/PrivateFrameworks/NewsCore.framework/FCGreatStoriesYouMissedGroupEmitterOperation.h @@ -0,0 +1,18 @@ +/* Generated by RuntimeBrowser + Image: /System/Library/PrivateFrameworks/NewsCore.framework/NewsCore + */ + +@interface FCGreatStoriesYouMissedGroupEmitterOperation : FCFeedGroupEmittingOperation { + unsigned int _limit; +} + +@property (nonatomic) unsigned int limit; + +- (id)_feedTransformation; +- (id)initWithContext:(id)arg1 cursor:(id)arg2 toCursor:(id)arg3 groupEmitterIdentifier:(id)arg4; +- (id)initWithContext:(id)arg1 cursor:(id)arg2 toCursor:(id)arg3 groupEmitterIdentifier:(id)arg4 limit:(unsigned int)arg5; +- (unsigned int)limit; +- (void)performOperation; +- (void)setLimit:(unsigned int)arg1; + +@end diff --git a/PrivateFrameworks/NewsCore.framework/FCHeadline.h b/PrivateFrameworks/NewsCore.framework/FCHeadline.h index fe59687e64..64ccd99f1a 100644 --- a/PrivateFrameworks/NewsCore.framework/FCHeadline.h +++ b/PrivateFrameworks/NewsCore.framework/FCHeadline.h @@ -8,11 +8,13 @@ NSString * _articleID; unsigned long long _backendArticleVersion; NSArray * _blockedStorefrontIDs; + BOOL _canBePurchased; NSString * _clusterID; unsigned long long _contentType; NSURL * _contentURL; FCCoverArt * _coverArt; BOOL _deleted; + NSDate * _displayDate; NSArray * _endOfArticleTopicIDs; NSString * _excerpt; BOOL _featureCandidate; @@ -90,6 +92,7 @@ @property (nonatomic, readonly) unsigned long long articleRecordModificationDateMilliseconds; @property (nonatomic, readonly) unsigned long long backendArticleVersion; @property (nonatomic, readonly, copy) NSArray *blockedStorefrontIDs; +@property (nonatomic, readonly) BOOL canBePurchased; @property (nonatomic, readonly, copy) NSString *clusterID; @property (nonatomic) unsigned long long contentType; @property (nonatomic, readonly, copy) NSURL *contentURL; @@ -97,6 +100,7 @@ @property (readonly, copy) NSString *debugDescription; @property (getter=isDeleted, nonatomic) BOOL deleted; @property (readonly, copy) NSString *description; +@property (nonatomic, copy) NSDate *displayDate; @property (nonatomic, readonly, copy) NSArray *endOfArticleTopicIDs; @property (nonatomic, copy) NSString *excerpt; @property (getter=isExplicitContent, nonatomic, readonly) BOOL explicitContent; @@ -141,8 +145,8 @@ @property (nonatomic, readonly, copy) NSString *sourceFeedID; @property (nonatomic, copy) NSString *sourceName; @property (getter=isSponsored, nonatomic, readonly) BOOL sponsored; -@property (nonatomic, readonly) FCTopStoriesStyleConfiguration *storyStyle; -@property (nonatomic, readonly) unsigned int storyType; +@property (nonatomic, retain) FCTopStoriesStyleConfiguration *storyStyle; +@property (nonatomic) unsigned int storyType; @property (nonatomic, readonly, copy) NSString *subtitle; @property (readonly) Class superclass; @property (nonatomic, copy) NSString *surfacedByBinID; @@ -177,8 +181,10 @@ - (unsigned long long)articleContentType; - (id)articleID; - (unsigned long long)articleRecordModificationDateMilliseconds; +- (void)assignStoryType:(unsigned int)arg1 withAppConfig:(id)arg2; - (unsigned long long)backendArticleVersion; - (id)blockedStorefrontIDs; +- (BOOL)canBePurchased; - (id)clusterID; - (id)contentManifestWithContext:(id)arg1; - (unsigned long long)contentType; @@ -186,6 +192,7 @@ - (id)copyWithZone:(struct _NSZone { }*)arg1; - (id)coverArt; - (id)description; +- (id)displayDate; - (id)endOfArticleTopicIDs; - (id)excerpt; - (int)feedElementType; @@ -221,6 +228,7 @@ - (id)moreFromPublisherArticleIDs; - (BOOL)needsRapidUpdates; - (unsigned long long)order; +- (void)overrideDisplayDate:(id)arg1; - (id)primaryAudience; - (id)publishDate; - (unsigned long long)publishDateMilliseconds; @@ -234,6 +242,7 @@ - (void)setArticleID:(id)arg1; - (void)setContentType:(unsigned long long)arg1; - (void)setDeleted:(BOOL)arg1; +- (void)setDisplayDate:(id)arg1; - (void)setExcerpt:(id)arg1; - (void)setFeedOrder:(unsigned long long)arg1; - (void)setGlobalUserFeedback:(double)arg1; @@ -244,6 +253,8 @@ - (void)setShowSubscriptionRequiredText:(BOOL)arg1; - (void)setSourceChannel:(id)arg1; - (void)setSourceName:(id)arg1; +- (void)setStoryStyle:(id)arg1; +- (void)setStoryType:(unsigned int)arg1; - (void)setSurfacedByBinID:(id)arg1; - (void)setSurfacedByChannelID:(id)arg1; - (void)setSurfacedBySectionID:(id)arg1; diff --git a/PrivateFrameworks/NewsCore.framework/FCHeldRecords.h b/PrivateFrameworks/NewsCore.framework/FCHeldRecords.h index 2eb08cb6c9..e637bf99f0 100644 --- a/PrivateFrameworks/NewsCore.framework/FCHeldRecords.h +++ b/PrivateFrameworks/NewsCore.framework/FCHeldRecords.h @@ -15,6 +15,8 @@ @property (nonatomic, readonly) id onlyRecord; @property (nonatomic, retain) NSDictionary *recordsByID; ++ (id)heldRecordsByMerging:(id)arg1 with:(id)arg2; + - (void).cxx_destruct; - (id)allRecordIDs; - (id)allRecords; @@ -30,6 +32,7 @@ - (id)recordsByID; - (void)setInterestTokensByID:(id)arg1; - (void)setRecordsByID:(id)arg1; +- (id)transformRecordsByIDWithBlock:(id /* block */)arg1; - (id)transformRecordsInOrder:(id)arg1 withBlock:(id /* block */)arg2; - (id)transformRecordsWithBlock:(id /* block */)arg1; diff --git a/PrivateFrameworks/NewsCore.framework/FCLatestFeedGroupEmitter.h b/PrivateFrameworks/NewsCore.framework/FCLatestFeedGroupEmitter.h index 5945285f23..3cefaf315f 100644 --- a/PrivateFrameworks/NewsCore.framework/FCLatestFeedGroupEmitter.h +++ b/PrivateFrameworks/NewsCore.framework/FCLatestFeedGroupEmitter.h @@ -13,11 +13,12 @@ @property (nonatomic, readonly) BOOL requiresForYouCatchUpOperation; @property (readonly) Class superclass; +- (BOOL)canEmitGroupsWithType:(int)arg1; - (BOOL)canMergeGroupsUnconditionally; - (id)groupEmitterIdentifier; -- (id)operationToEmitGroupInContext:(id)arg1 withCursor:(id)arg2 toCursor:(id)arg3; +- (id)operationToEmitGroupWithContext:(id)arg1 fromCursor:(id)arg2 toCursor:(id)arg3; - (BOOL)requiresForYouCatchUpOperation; -- (BOOL)supportsPagination; - (BOOL)wantsToEmitGroupInContext:(id)arg1 withCursor:(id)arg2 toCursor:(id)arg3; +- (BOOL)wantsToInsertGroup:(id)arg1 withContext:(id)arg2; @end diff --git a/PrivateFrameworks/NewsCore.framework/FCMyArticlesCatchUpOperation.h b/PrivateFrameworks/NewsCore.framework/FCMyArticlesCatchUpOperation.h index 657afaddff..76425b3ff8 100644 --- a/PrivateFrameworks/NewsCore.framework/FCMyArticlesCatchUpOperation.h +++ b/PrivateFrameworks/NewsCore.framework/FCMyArticlesCatchUpOperation.h @@ -3,48 +3,61 @@ */ @interface FCMyArticlesCatchUpOperation : FCOperation { + int _binOverride; FCCloudContext * _context; FCDateRange * _dateRange; NSError * _error; NSDictionary * _feedContextByFeedID; + id /* block */ _feedItemCompletionBlock; NSArray * _feedItems; id /* block */ _feedItemsChangedHandler; + unsigned int _maxNumberOfFeedsToQuery; + unsigned int _perFeedLimit; BOOL _streamFeedItems; } +@property (nonatomic) int binOverride; @property (nonatomic, retain) FCCloudContext *context; @property (nonatomic, copy) FCDateRange *dateRange; -@property (readonly, copy) NSArray *editorialFeedItems; @property (copy) NSError *error; @property (copy) NSDictionary *feedContextByFeedID; +@property (nonatomic, copy) id /* block */ feedItemCompletionBlock; @property (copy) NSArray *feedItems; @property (nonatomic, copy) id /* block */ feedItemsChangedHandler; +@property (nonatomic) unsigned int maxNumberOfFeedsToQuery; @property (readonly, copy) NSArray *nonEditorialFeedItems; +@property (nonatomic) unsigned int perFeedLimit; @property (nonatomic) BOOL streamFeedItems; -@property (readonly, copy) NSArray *topStoriesFeedItems; - (void).cxx_destruct; - (void)_appendFeedItems:(id)arg1; - (void)_fetchTagsForQueryingWithCompletionHandler:(id /* block */)arg1; +- (int)binOverride; - (id)context; - (id)dateRange; -- (id)editorialFeedItems; - (id)error; - (id)feedContextByFeedID; +- (id /* block */)feedItemCompletionBlock; - (id)feedItems; - (id /* block */)feedItemsChangedHandler; - (id)init; +- (unsigned int)maxNumberOfFeedsToQuery; - (id)nonEditorialFeedItems; +- (void)operationWillFinishWithError:(id)arg1; +- (unsigned int)perFeedLimit; - (void)performOperation; +- (void)setBinOverride:(int)arg1; - (void)setContext:(id)arg1; - (void)setDateRange:(id)arg1; - (void)setError:(id)arg1; - (void)setFeedContextByFeedID:(id)arg1; +- (void)setFeedItemCompletionBlock:(id /* block */)arg1; - (void)setFeedItems:(id)arg1; - (void)setFeedItemsChangedHandler:(id /* block */)arg1; +- (void)setMaxNumberOfFeedsToQuery:(unsigned int)arg1; +- (void)setPerFeedLimit:(unsigned int)arg1; - (void)setStreamFeedItems:(BOOL)arg1; - (BOOL)streamFeedItems; -- (id)topStoriesFeedItems; - (BOOL)validateOperation; @end diff --git a/PrivateFrameworks/NewsCore.framework/FCMyArticlesFeedGroupEmitter.h b/PrivateFrameworks/NewsCore.framework/FCMyArticlesFeedGroupEmitter.h index 5aa90db512..64afc8d8b0 100644 --- a/PrivateFrameworks/NewsCore.framework/FCMyArticlesFeedGroupEmitter.h +++ b/PrivateFrameworks/NewsCore.framework/FCMyArticlesFeedGroupEmitter.h @@ -3,7 +3,6 @@ */ @interface FCMyArticlesFeedGroupEmitter : NSObject { - NSSet * _emittableGroupTypes; * _headlineClusterOrderer; * _headlineClusterer; } @@ -11,7 +10,6 @@ @property (readonly, copy) NSString *debugDescription; @property (readonly, copy) NSString *description; @property (nonatomic, readonly) BOOL emitsSingletonGroups; -@property (nonatomic, retain) NSSet *emittableGroupTypes; @property (nonatomic, readonly, copy) NSString *groupEmitterIdentifier; @property (readonly) unsigned int hash; @property (nonatomic, retain) *headlineClusterOrderer; @@ -21,18 +19,18 @@ @property (readonly) Class superclass; - (void).cxx_destruct; +- (BOOL)canEmitGroupsWithType:(int)arg1; - (BOOL)canMergeHeadlinesFromGroup:(id)arg1 intoGroup:(id)arg2; -- (id)emittableGroupTypes; - (id)groupEmitterIdentifier; - (id)headlineClusterOrderer; - (id)headlineClusterer; -- (id)initWithHeadlineClusterer:(id)arg1 headlineClusterOrderer:(id)arg2 canEmitTopicGroups:(BOOL)arg3 canEmitOrphanGroups:(BOOL)arg4; -- (id)operationToEmitGroupInContext:(id)arg1 withCursor:(id)arg2 toCursor:(id)arg3; +- (id)initWithHeadlineClusterer:(id)arg1 headlineClusterOrderer:(id)arg2; +- (id)operationToEmitGroupWithContext:(id)arg1 fromCursor:(id)arg2 toCursor:(id)arg3; - (BOOL)requiresForYouCatchUpOperation; -- (void)setEmittableGroupTypes:(id)arg1; - (void)setHeadlineClusterOrderer:(id)arg1; - (void)setHeadlineClusterer:(id)arg1; - (BOOL)supportsPagination; - (BOOL)wantsToEmitGroupInContext:(id)arg1 withCursor:(id)arg2 toCursor:(id)arg3; +- (BOOL)wantsToInsertGroup:(id)arg1 withContext:(id)arg2; @end diff --git a/PrivateFrameworks/NewsCore.framework/FCMyArticlesFeedGroupEmitterCursor.h b/PrivateFrameworks/NewsCore.framework/FCMyArticlesFeedGroupEmitterCursor.h deleted file mode 100644 index 0a31b2949c..0000000000 --- a/PrivateFrameworks/NewsCore.framework/FCMyArticlesFeedGroupEmitterCursor.h +++ /dev/null @@ -1,31 +0,0 @@ -/* Generated by RuntimeBrowser - Image: /System/Library/PrivateFrameworks/NewsCore.framework/NewsCore - */ - -@interface FCMyArticlesFeedGroupEmitterCursor : NSObject { - NSArray * _deflatedRemainingGroups; - BOOL _finished; - NSArray * _remainingGroups; -} - -@property (nonatomic, copy) NSArray *deflatedRemainingGroups; -@property (nonatomic) BOOL finished; -@property (nonatomic, readonly) int nextFeedGroupType; -@property (nonatomic, copy) NSArray *remainingGroups; - -+ (id)finishedCursor; - -- (void).cxx_destruct; -- (id)copyWithZone:(struct _NSZone { }*)arg1; -- (id)cursorByRemovingNextGroup; -- (id)deflatedRemainingGroups; -- (void)encodeWithCoder:(id)arg1; -- (BOOL)finished; -- (id)initWithCoder:(id)arg1; -- (int)nextFeedGroupType; -- (id)remainingGroups; -- (void)setDeflatedRemainingGroups:(id)arg1; -- (void)setFinished:(BOOL)arg1; -- (void)setRemainingGroups:(id)arg1; - -@end diff --git a/PrivateFrameworks/NewsCore.framework/FCNewFavoriteFeedGroupEmitter.h b/PrivateFrameworks/NewsCore.framework/FCNewFavoriteFeedGroupEmitter.h index b3af1a9f1a..736a14daa9 100644 --- a/PrivateFrameworks/NewsCore.framework/FCNewFavoriteFeedGroupEmitter.h +++ b/PrivateFrameworks/NewsCore.framework/FCNewFavoriteFeedGroupEmitter.h @@ -13,8 +13,10 @@ @property (nonatomic, readonly) BOOL requiresForYouCatchUpOperation; @property (readonly) Class superclass; +- (BOOL)canEmitGroupsWithType:(int)arg1; - (id)groupEmitterIdentifier; -- (id)operationToEmitGroupInContext:(id)arg1 withCursor:(id)arg2 toCursor:(id)arg3; +- (id)operationToEmitGroupWithContext:(id)arg1 fromCursor:(id)arg2 toCursor:(id)arg3; - (BOOL)wantsToEmitGroupInContext:(id)arg1 withCursor:(id)arg2 toCursor:(id)arg3; +- (BOOL)wantsToInsertGroup:(id)arg1 withContext:(id)arg2; @end diff --git a/PrivateFrameworks/NewsCore.framework/FCNewFavoriteFeedGroupEmitterCursor.h b/PrivateFrameworks/NewsCore.framework/FCNewFavoriteFeedGroupEmitterCursor.h index 6f5d5a8120..5504f5ba01 100644 --- a/PrivateFrameworks/NewsCore.framework/FCNewFavoriteFeedGroupEmitterCursor.h +++ b/PrivateFrameworks/NewsCore.framework/FCNewFavoriteFeedGroupEmitterCursor.h @@ -3,19 +3,15 @@ */ @interface FCNewFavoriteFeedGroupEmitterCursor : NSObject { - BOOL _finished; NSSet * _tagIDsReturned; } -@property (nonatomic) BOOL finished; @property (nonatomic, copy) NSSet *tagIDsReturned; - (void).cxx_destruct; - (id)copyWithZone:(struct _NSZone { }*)arg1; - (void)encodeWithCoder:(id)arg1; -- (BOOL)finished; - (id)initWithCoder:(id)arg1; -- (void)setFinished:(BOOL)arg1; - (void)setTagIDsReturned:(id)arg1; - (id)tagIDsReturned; diff --git a/PrivateFrameworks/NewsCore.framework/FCNotificationArticleHeadline.h b/PrivateFrameworks/NewsCore.framework/FCNotificationArticleHeadline.h index 48d9acd05c..6ea4489c45 100644 --- a/PrivateFrameworks/NewsCore.framework/FCNotificationArticleHeadline.h +++ b/PrivateFrameworks/NewsCore.framework/FCNotificationArticleHeadline.h @@ -132,6 +132,8 @@ - (void)setShortExcerpt:(id)arg1; - (void)setSourceChannel:(id)arg1; - (void)setSourceName:(id)arg1; +- (void)setStoryStyle:(id)arg1; +- (void)setStoryType:(unsigned int)arg1; - (void)setThumbnailFocalFrame:(struct CGRect { struct CGPoint { float x_1_1_1; float x_1_1_2; } x1; struct CGSize { float x_2_1_1; float x_2_1_2; } x2; })arg1; - (void)setTitle:(id)arg1; - (void)setTopicIDs:(id)arg1; diff --git a/PrivateFrameworks/NewsCore.framework/FCOfflineArticleFetchOperation.h b/PrivateFrameworks/NewsCore.framework/FCOfflineArticleFetchOperation.h index 20184b9356..2995842ab8 100644 --- a/PrivateFrameworks/NewsCore.framework/FCOfflineArticleFetchOperation.h +++ b/PrivateFrameworks/NewsCore.framework/FCOfflineArticleFetchOperation.h @@ -8,6 +8,7 @@ id _contentFetchedObject; FCCloudContext * _context; FCHeadline * _headline; + id _thumbnailFetchedObject; } @property (nonatomic, copy) NSString *articleID; @@ -15,6 +16,7 @@ @property (nonatomic, retain) id contentFetchedObject; @property (nonatomic, retain) FCCloudContext *context; @property (nonatomic, retain) FCHeadline *headline; +@property (nonatomic, retain) id thumbnailFetchedObject; - (void).cxx_destruct; - (id)articleID; @@ -33,5 +35,7 @@ - (void)setContentFetchedObject:(id)arg1; - (void)setContext:(id)arg1; - (void)setHeadline:(id)arg1; +- (void)setThumbnailFetchedObject:(id)arg1; +- (id)thumbnailFetchedObject; @end diff --git a/PrivateFrameworks/NewsCore.framework/FCPaidSubscriptionCursor.h b/PrivateFrameworks/NewsCore.framework/FCPaidSubscriptionCursor.h new file mode 100644 index 0000000000..850375d0e0 --- /dev/null +++ b/PrivateFrameworks/NewsCore.framework/FCPaidSubscriptionCursor.h @@ -0,0 +1,31 @@ +/* Generated by RuntimeBrowser + Image: /System/Library/PrivateFrameworks/NewsCore.framework/NewsCore + */ + +@interface FCPaidSubscriptionCursor : NSObject { + NSMutableDictionary * _expiredChannelIDs; + NSMutableSet * _processedChannelIDs; + NSMutableDictionary * _supplementalArticleIDs; +} + +@property (nonatomic, retain) NSMutableDictionary *expiredChannelIDs; +@property (nonatomic, retain) NSMutableSet *processedChannelIDs; +@property (nonatomic, retain) NSMutableDictionary *supplementalArticleIDs; + +- (void).cxx_destruct; +- (unsigned int)countForFeedItem:(id)arg1; +- (void)encodeWithCoder:(id)arg1; +- (id)expiredChannelIDs; +- (unsigned int)expiredGroupEmitCountForChannelWithIdentifier:(id)arg1; +- (id)init; +- (id)initWithCoder:(id)arg1; +- (id)processedChannelIDs; +- (void)purgeExpiredChannelIdentifiersNotInArray:(id)arg1; +- (void)purgeSupplementalArticleIDsNotInArray:(id)arg1 forChannel:(id)arg2; +- (void)setExpiredChannelIDs:(id)arg1; +- (void)setProcessedChannelIDs:(id)arg1; +- (void)setSupplementalArticleIDs:(id)arg1; +- (id)supplementalArticleIDs; +- (void)trackSupplementalFeedItem:(id)arg1; + +@end diff --git a/PrivateFrameworks/NewsCore.framework/FCPaidSubscriptionGroupEmitter.h b/PrivateFrameworks/NewsCore.framework/FCPaidSubscriptionGroupEmitter.h new file mode 100644 index 0000000000..974352bd6b --- /dev/null +++ b/PrivateFrameworks/NewsCore.framework/FCPaidSubscriptionGroupEmitter.h @@ -0,0 +1,24 @@ +/* Generated by RuntimeBrowser + Image: /System/Library/PrivateFrameworks/NewsCore.framework/NewsCore + */ + +@interface FCPaidSubscriptionGroupEmitter : NSObject + +@property (readonly, copy) NSString *debugDescription; +@property (readonly, copy) NSString *description; +@property (nonatomic, readonly) BOOL emitsSingletonGroups; +@property (nonatomic, readonly, copy) NSString *groupEmitterIdentifier; +@property (readonly) unsigned int hash; +@property (nonatomic, readonly) BOOL isRequiredByFollowingEmitters; +@property (nonatomic, readonly) BOOL requiresForYouCatchUpOperation; +@property (readonly) Class superclass; + +- (BOOL)canEmitGroupsWithType:(int)arg1; +- (id)groupEmitterIdentifier; +- (BOOL)insertEveryRefreshSession; +- (id)operationToEmitGroupWithContext:(id)arg1 fromCursor:(id)arg2 toCursor:(id)arg3; +- (BOOL)requiresForYouCatchUpOperation; +- (BOOL)wantsToEmitGroupInContext:(id)arg1 withCursor:(id)arg2 toCursor:(id)arg3; +- (BOOL)wantsToInsertGroup:(id)arg1 withContext:(id)arg2; + +@end diff --git a/PrivateFrameworks/NewsCore.framework/FCPaidSubscriptionGroupEmittingOperation.h b/PrivateFrameworks/NewsCore.framework/FCPaidSubscriptionGroupEmittingOperation.h new file mode 100644 index 0000000000..0d7d2b2fce --- /dev/null +++ b/PrivateFrameworks/NewsCore.framework/FCPaidSubscriptionGroupEmittingOperation.h @@ -0,0 +1,22 @@ +/* Generated by RuntimeBrowser + Image: /System/Library/PrivateFrameworks/NewsCore.framework/NewsCore + */ + +@interface FCPaidSubscriptionGroupEmittingOperation : FCFeedGroupEmittingOperation + +@property (nonatomic, retain) FCPaidSubscriptionCursor *cursor; +@property (nonatomic, retain) FCPaidSubscriptionCursor *resultCursor; +@property (nonatomic, retain) FCPaidSubscriptionCursor *toCursor; + +- (id)_additionalFeedItemsTransformationLimitedToNumberOfFeedItems:(unsigned int)arg1; +- (void)_constructGroupForChannelWithIdentifier:(id)arg1 usingFeedItems:(id)arg2 completionBlock:(id /* block */)arg3; +- (id)_feedItemsTransformation; +- (void)_fetchAdditionalFeedItemsForChannel:(id)arg1 feedRange:(id)arg2 block:(id /* block */)arg3; +- (void)_fetchHeadlinesForFeedItems:(id)arg1 feedContextByFeedID:(id)arg2 block:(id /* block */)arg3; +- (void)_fetchTagForSourceChannelIdentifier:(id)arg1 block:(id /* block */)arg2; +- (BOOL)alwaysShowExpiredGroups; +- (BOOL)disableMinimumGroupSize; +- (void)performOperation; +- (BOOL)unlimitedBackfill; + +@end diff --git a/PrivateFrameworks/NewsCore.framework/FCPurchase.h b/PrivateFrameworks/NewsCore.framework/FCPurchase.h index d4cde426ea..ab5c6e52f6 100644 --- a/PrivateFrameworks/NewsCore.framework/FCPurchase.h +++ b/PrivateFrameworks/NewsCore.framework/FCPurchase.h @@ -4,12 +4,14 @@ @interface FCPurchase : NSObject { NSNumber * _appAdamID; + NSString * _bundleID; FCCloudContext * _cloudContext; NSString * _offerName; NSNumber * _price; SKProduct * _product; NSObject * _productRequestGroup; NSString * _purchaseID; + BOOL _purchaseRestore; NSNumber * _storeExternalVersion; NSString * _subscriptionPeriodInISO_8601; NSString * _subscriptionPriceFormatted; @@ -17,6 +19,7 @@ } @property (nonatomic, copy) NSNumber *appAdamID; +@property (nonatomic, copy) NSString *bundleID; @property (nonatomic, retain) FCCloudContext *cloudContext; @property (readonly, copy) NSString *debugDescription; @property (readonly, copy) NSString *description; @@ -26,6 +29,7 @@ @property (nonatomic, retain) SKProduct *product; @property (nonatomic, retain) NSObject *productRequestGroup; @property (nonatomic, copy) NSString *purchaseID; +@property (nonatomic) BOOL purchaseRestore; @property (nonatomic, copy) NSNumber *storeExternalVersion; @property (nonatomic, copy) NSString *subscriptionPeriodInISO_8601; @property (nonatomic, copy) NSString *subscriptionPriceFormatted; @@ -34,9 +38,11 @@ - (void).cxx_destruct; - (id)appAdamID; +- (void)appLookupForBundleIDWithAppAdamID:(id)arg1 completion:(id /* block */)arg2; - (void)appLookupWithAppAdamID:(id)arg1 completion:(id /* block */)arg2; +- (id)bundleID; - (id)cloudContext; -- (id)initWithPurchaseID:(id)arg1 cloudContext:(id)arg2; +- (id)initWithPurchaseID:(id)arg1 cloudContext:(id)arg2 purchaseRestore:(BOOL)arg3; - (id)offerName; - (id)price; - (id)product; @@ -45,15 +51,18 @@ - (void)productsRequest:(id)arg1 didReceiveResponse:(id)arg2; - (id)purchaseID; - (void)purchaseLookUp:(id /* block */)arg1; +- (BOOL)purchaseRestore; - (void)request:(id)arg1 didFailWithError:(id)arg2; - (void)requestDidFinish:(id)arg1; - (void)setAppAdamID:(id)arg1; +- (void)setBundleID:(id)arg1; - (void)setCloudContext:(id)arg1; - (void)setOfferName:(id)arg1; - (void)setPrice:(id)arg1; - (void)setProduct:(id)arg1; - (void)setProductRequestGroup:(id)arg1; - (void)setPurchaseID:(id)arg1; +- (void)setPurchaseRestore:(BOOL)arg1; - (void)setStoreExternalVersion:(id)arg1; - (void)setSubscriptionPeriodInISO_8601:(id)arg1; - (void)setSubscriptionPriceFormatted:(id)arg1; diff --git a/PrivateFrameworks/NewsCore.framework/FCPurchaseController.h b/PrivateFrameworks/NewsCore.framework/FCPurchaseController.h index 4707379e1f..c95b4742aa 100644 --- a/PrivateFrameworks/NewsCore.framework/FCPurchaseController.h +++ b/PrivateFrameworks/NewsCore.framework/FCPurchaseController.h @@ -17,6 +17,7 @@ } @property (nonatomic, readonly) NSSet *allPurchasedTagIDs; +@property (nonatomic, readonly) NSSet *allTagIDs; @property (nonatomic, retain) FCCloudContext *cloudContext; @property (readonly, copy) NSString *debugDescription; @property (readonly, copy) NSString *description; @@ -38,20 +39,23 @@ - (id)_allPurchasedTagIDs; - (void)_applicationDidEnterBackground:(id)arg1; - (void)_initializeAppStorePurchaseDiscoveredList; +- (void)_notifyPurchaseListChangedWithTagIDs:(id)arg1; - (id)_ongoingPurchaseEntryIDForProductIdentifier:(id)arg1; - (id)_purchaseLookUpEntryIDForTagID:(id)arg1; -- (void)_removeFromPurchasedChannelsListWithTagIDs:(id)arg1; - (id)_webAccessEntryIDForTagID:(id)arg1; - (void)addAppStoreDiscoveredChannelsToFavorites:(id)arg1; - (void)addAppStorePurchaseWithTagID:(id)arg1 purchaseID:(id)arg2; +- (void)addExpiredPurchaseWithTagID:(id)arg1 purchaseID:(id)arg2 purchaseType:(unsigned int)arg3 isNewsAppPurchase:(BOOL)arg4 expirationDate:(id)arg5; - (void)addPurchaseWithTagID:(id)arg1 purchaseID:(id)arg2 purchaseType:(unsigned int)arg3 isNewsAppPurchase:(BOOL)arg4; - (void)addToPurchasedChannelsListWithEntry:(id)arg1; - (void)addToWebAccessEntryListWithEntry:(id)arg1; - (id)allAppStorePurchasedTagIDs; - (id)allAppStorePurchasedTagIDsByPurchaseID; - (id)allPurchasedTagIDs; +- (id)allTagIDs; - (BOOL)atleastOneValidAppStorePurchase; - (void)checkIntegrityOfPurchaseWithID:(id)arg1 callbackQueue:(id)arg2 completion:(id /* block */)arg3; +- (void)cleanupExpiredPurchaseLookupEntriesIfNeeded; - (void)cleanupStaleOngoingPurchaseEntries; - (void)clearAllAppStorePurchases; - (void)clearAllPurchases; @@ -69,6 +73,7 @@ - (void)handleAccessTokenVerificationSuccessWithTagID:(id)arg1 subscribed:(BOOL)arg2; - (void)handleWebAcccessFailureWithTagID:(id)arg1 purchaseID:(id)arg2 email:(id)arg3 purchaseReceipt:(id)arg4; - (void)handleWebAccessSuccessWithTagID:(id)arg1; +- (void)hasShownRenewalNoticeForPurchasedChannelsListWithTagIDs:(id)arg1; - (id)init; - (id)initWithCloudContext:(id)arg1; - (BOOL)isPaidSubscriber; @@ -117,7 +122,9 @@ - (void)submitWebAccessWithTagID:(id)arg1 purchaseID:(id)arg2 emailAddress:(id)arg3 purchaseReceipt:(id)arg4 serialCompletion:(id /* block */)arg5 completion:(id /* block */)arg6; - (id)subscriptionNotSupportedChannelIDs; - (void)updatePurchaseEntryToExpired:(id)arg1; +- (void)updatePurchaseEntryToExpiredForTagIDs:(id)arg1; - (void)updatePurchaseEntryToSubcsriptionNotSupported:(id)arg1; +- (void)updatePurchaseEntryToValid:(id)arg1; - (void)userInfo:(id)arg1 didAddAccessTokenForTagID:(id)arg2; - (void)userInfo:(id)arg1 didChangeAccessTokenForTagID:(id)arg2; - (void)verifyAccessTokenWithTagID:(id)arg1 accessToken:(id)arg2 serialCompletion:(id /* block */)arg3 callbackQueue:(id)arg4 completion:(id /* block */)arg5; diff --git a/PrivateFrameworks/NewsCore.framework/FCPurchaseLookUpEntry.h b/PrivateFrameworks/NewsCore.framework/FCPurchaseLookUpEntry.h index f5b6affbf5..63e8b98c0d 100644 --- a/PrivateFrameworks/NewsCore.framework/FCPurchaseLookUpEntry.h +++ b/PrivateFrameworks/NewsCore.framework/FCPurchaseLookUpEntry.h @@ -3,6 +3,8 @@ */ @interface FCPurchaseLookUpEntry : NSObject { + NSDate * _dateOfExpiration; + BOOL _hasShownRenewalNotice; NSString * _identifier; BOOL _isNewsAppPurchase; NSDate * _lastVerificationFailureTime; @@ -13,6 +15,8 @@ NSString * _tagID; } +@property (nonatomic, copy) NSDate *dateOfExpiration; +@property (nonatomic) BOOL hasShownRenewalNotice; @property (nonatomic, copy) NSString *identifier; @property (nonatomic) BOOL isNewsAppPurchase; @property (nonatomic, copy) NSDate *lastVerificationFailureTime; @@ -23,16 +27,20 @@ @property (nonatomic, copy) NSString *tagID; - (void).cxx_destruct; +- (id)dateOfExpiration; - (id)dictionaryRepresentation; +- (BOOL)hasShownRenewalNotice; - (id)identifier; - (id)initWithEntryID:(id)arg1 dictionaryRepresentation:(id)arg2; -- (id)initWithEntryID:(id)arg1 tagID:(id)arg2 purchaseID:(id)arg3 lastVerificationTime:(id)arg4 lastVerificationFailureTime:(id)arg5 purchaseType:(unsigned int)arg6 purchaseValidationState:(unsigned int)arg7 isNewsAppPurchase:(BOOL)arg8; +- (id)initWithEntryID:(id)arg1 tagID:(id)arg2 purchaseID:(id)arg3 lastVerificationTime:(id)arg4 lastVerificationFailureTime:(id)arg5 purchaseType:(unsigned int)arg6 purchaseValidationState:(unsigned int)arg7 isNewsAppPurchase:(BOOL)arg8 dateOfExpiration:(id)arg9 hasShownRenewalNotice:(BOOL)arg10; - (BOOL)isNewsAppPurchase; - (id)lastVerificationFailureTime; - (id)lastVerificationTime; - (id)purchaseID; - (unsigned int)purchaseType; - (unsigned int)purchaseValidationState; +- (void)setDateOfExpiration:(id)arg1; +- (void)setHasShownRenewalNotice:(BOOL)arg1; - (void)setIdentifier:(id)arg1; - (void)setIsNewsAppPurchase:(BOOL)arg1; - (void)setLastVerificationFailureTime:(id)arg1; diff --git a/PrivateFrameworks/NewsCore.framework/FCPurchaseLookupRecordSource.h b/PrivateFrameworks/NewsCore.framework/FCPurchaseLookupRecordSource.h index 0b474d02cf..c5f291b5c9 100644 --- a/PrivateFrameworks/NewsCore.framework/FCPurchaseLookupRecordSource.h +++ b/PrivateFrameworks/NewsCore.framework/FCPurchaseLookupRecordSource.h @@ -4,8 +4,7 @@ @interface FCPurchaseLookupRecordSource : FCRecordSource -+ (unsigned int)defaultFetchOperationCachePolicy; -+ (double)defaultFetchOperationMaximumCachedAge; ++ (id)defaultCachePolicy; + (unsigned long long)highThresholdDataSizeLimit; + (unsigned long long)lowThresholdDataSizeLimit; + (id)recordType; diff --git a/PrivateFrameworks/NewsCore.framework/FCReadingHistory.h b/PrivateFrameworks/NewsCore.framework/FCReadingHistory.h index 63d7039423..cee97f8e9a 100644 --- a/PrivateFrameworks/NewsCore.framework/FCReadingHistory.h +++ b/PrivateFrameworks/NewsCore.framework/FCReadingHistory.h @@ -8,7 +8,9 @@ FCMutexLock * _itemsLock; } +@property (nonatomic, readonly) NSSet *allConsumedArticleIDs; @property (nonatomic, readonly) NSSet *allReadArticleIDs; +@property (nonatomic, readonly) NSSet *allSeenArticleIDs; @property (nonatomic, retain) NSMutableDictionary *itemsByArticleID; @property (nonatomic, retain) NSMutableDictionary *itemsByIdentifier; @property (nonatomic, retain) FCMutexLock *itemsLock; @@ -33,7 +35,9 @@ - (id)_sortedReadingHistoryItemsWithMaxCount:(unsigned int)arg1; - (void)addHeadlineToHistory:(id)arg1; - (void)addObserver:(id)arg1; +- (id)allConsumedArticleIDs; - (id)allReadArticleIDs; +- (id)allSeenArticleIDs; - (id)allSortedArticleIDsInReadingHistory; - (void)clearHistory; - (void)handleSyncWithChangedRecords:(id)arg1 deletedRecordIDs:(id)arg2; diff --git a/PrivateFrameworks/NewsCore.framework/FCReadingList.h b/PrivateFrameworks/NewsCore.framework/FCReadingList.h index e03240fe5d..8d74b0e0c1 100644 --- a/PrivateFrameworks/NewsCore.framework/FCReadingList.h +++ b/PrivateFrameworks/NewsCore.framework/FCReadingList.h @@ -3,16 +3,20 @@ */ @interface FCReadingList : FCPrivateZoneController { + NSArray * _allSortedEntriesInReadingList; FCCloudContext * _cloudContext; NSMutableDictionary * _entriesByArticleID; + FCMutexLock * _itemsLock; FCReadingListContentController * _readingListContentController; } +@property (nonatomic, retain) NSArray *allSortedEntriesInReadingList; @property (nonatomic, retain) FCCloudContext *cloudContext; @property (readonly, copy) NSString *debugDescription; @property (readonly, copy) NSString *description; @property (nonatomic, retain) NSMutableDictionary *entriesByArticleID; @property (readonly) unsigned int hash; +@property (nonatomic, retain) FCMutexLock *itemsLock; @property (nonatomic, retain) FCReadingListContentController *readingListContentController; @property (readonly) Class superclass; @@ -29,27 +33,35 @@ - (void).cxx_destruct; - (void)_addedArticleIDs:(id)arg1 removedArticleIDs:(id)arg2; - (id)_entryIDForArticleID:(id)arg1; +- (void)_invalidateAllSortedEntriesInReadingList; +- (unsigned int)_maxCountOfArticlesAvailableOffline; - (void)addArticleToReadingList:(id)arg1; - (void)addObserver:(id)arg1; +- (id)allNonConsumedArticleIDsInReadingList; +- (id)allNonConsumedArticleIDsInReadingListForOfflineReading; - (id)allSortedArticleIDsInReadingList; -- (id)allUnreadArticleIDsInReadingList; +- (id)allSortedEntriesInReadingList; +- (id)articleIDsAvailableForOfflineReading; - (id)cloudContext; - (id)dateArticleWasAdded:(id)arg1; - (void)enableDownloadingForOfflineReading; - (id)entriesByArticleID; +- (void)expressInterestInOfflineArticlesWithCompletionHandler:(id /* block */)arg1; - (void)handleSyncWithChangedRecords:(id)arg1 deletedRecordIDs:(id)arg2; - (id)initWithContext:(id)arg1 pushNotificationCenter:(id)arg2 recordZone:(id)arg3 storeDirectory:(id)arg4; - (BOOL)isArticleAvailableForOfflineReading:(id)arg1; - (BOOL)isArticleOnReadingList:(id)arg1; +- (id)itemsLock; - (void)loadLocalCachesFromStore; - (void)notifyWhenFinishedDownloadingForOfflineReadingWithTimeout:(unsigned long long)arg1 block:(id /* block */)arg2; -- (void)prepareForUse; - (id)readingListContentController; - (void)readingListContentControllerDidUpdateArticleAvailabilityInOfflineMode:(id)arg1; - (void)removeArticleFromReadingList:(id)arg1; - (void)removeObserver:(id)arg1; +- (void)setAllSortedEntriesInReadingList:(id)arg1; - (void)setCloudContext:(id)arg1; - (void)setEntriesByArticleID:(id)arg1; +- (void)setItemsLock:(id)arg1; - (void)setReadingListContentController:(id)arg1; - (BOOL)shouldHideHeadline:(id)arg1; - (void)toggleArticleIsOnReadingList:(id)arg1; diff --git a/PrivateFrameworks/NewsCore.framework/FCReadingListContentController.h b/PrivateFrameworks/NewsCore.framework/FCReadingListContentController.h index e1abdaf1ce..be0ce0b26f 100644 --- a/PrivateFrameworks/NewsCore.framework/FCReadingListContentController.h +++ b/PrivateFrameworks/NewsCore.framework/FCReadingListContentController.h @@ -3,9 +3,9 @@ */ @interface FCReadingListContentController : NSObject { - NSArray * _allSortedArticleIDsInReadingList; NSObject * _articleContentDownloadGroup; FCKeyedOperationQueue * _articleContentDownloadKeyQueue; + NSArray * _articleIDsAvailableForOfflineReading; NSArray * _articleIDsOfInterest; FCCloudContext * _context; NSMutableSet * _fetchResults; @@ -13,14 +13,15 @@ NSDictionary * _holdInterestTokensByArticleID; NSOperationQueue * _operationSerialQueue; NSMutableDictionary * _outstandingOperationsByArticleID; + FCThreadSafeMutableSet * _readingListAvailableForOfflineReading; NSObject * _updateHoldInterestTokensQueue; * _updateHoldInterestTokensThrottler; * observer; } -@property (nonatomic, copy) NSArray *allSortedArticleIDsInReadingList; @property (nonatomic, retain) NSObject *articleContentDownloadGroup; @property (nonatomic, retain) FCKeyedOperationQueue *articleContentDownloadKeyQueue; +@property (nonatomic, copy) NSArray *articleIDsAvailableForOfflineReading; @property (nonatomic, copy) NSArray *articleIDsOfInterest; @property (nonatomic, retain) FCCloudContext *context; @property (readonly, copy) NSString *debugDescription; @@ -32,6 +33,8 @@ @property (nonatomic) *observer; @property (nonatomic, retain) NSOperationQueue *operationSerialQueue; @property (nonatomic, retain) NSMutableDictionary *outstandingOperationsByArticleID; +@property (nonatomic, retain) FCThreadSafeMutableSet *readingListAvailableForOfflineReading; +@property (nonatomic, readonly) NSSet *readingListForOfflineReading; @property (readonly) Class superclass; @property (nonatomic, retain) NSObject *updateHoldInterestTokensQueue; @property (nonatomic, retain) *updateHoldInterestTokensThrottler; @@ -39,13 +42,14 @@ - (void).cxx_destruct; - (void)_fetchHoldInterestTokensForArticleIDs:(id)arg1 completion:(id /* block */)arg2; - (void)_updateInterestsIfNeeded; -- (id)allSortedArticleIDsInReadingList; - (id)articleContentDownloadGroup; - (id)articleContentDownloadKeyQueue; +- (id)articleIDsAvailableForOfflineReading; - (id)articleIDsOfInterest; - (id)context; - (void)dealloc; - (void)enableDownloadingForOfflineReading; +- (void)expressInterestInOfflineArticlesWithCompletionHandler:(id /* block */)arg1; - (id)fetchResults; - (BOOL)hasBeenEnabled; - (id)holdInterestTokensByArticleID; @@ -59,9 +63,11 @@ - (id)operationSerialQueue; - (void)operationThrottler:(id)arg1 performAsyncOperationWithCompletion:(id /* block */)arg2; - (id)outstandingOperationsByArticleID; -- (void)setAllSortedArticleIDsInReadingList:(id)arg1; +- (id)readingListAvailableForOfflineReading; +- (id)readingListForOfflineReading; - (void)setArticleContentDownloadGroup:(id)arg1; - (void)setArticleContentDownloadKeyQueue:(id)arg1; +- (void)setArticleIDsAvailableForOfflineReading:(id)arg1; - (void)setArticleIDsOfInterest:(id)arg1; - (void)setContext:(id)arg1; - (void)setFetchResults:(id)arg1; @@ -70,6 +76,7 @@ - (void)setObserver:(id)arg1; - (void)setOperationSerialQueue:(id)arg1; - (void)setOutstandingOperationsByArticleID:(id)arg1; +- (void)setReadingListAvailableForOfflineReading:(id)arg1; - (void)setUpdateHoldInterestTokensQueue:(id)arg1; - (void)setUpdateHoldInterestTokensThrottler:(id)arg1; - (id)updateHoldInterestTokensQueue; diff --git a/PrivateFrameworks/NewsCore.framework/FCRecordChainFetchOperation.h b/PrivateFrameworks/NewsCore.framework/FCRecordChainFetchOperation.h new file mode 100644 index 0000000000..62a87081aa --- /dev/null +++ b/PrivateFrameworks/NewsCore.framework/FCRecordChainFetchOperation.h @@ -0,0 +1,62 @@ +/* Generated by RuntimeBrowser + Image: /System/Library/PrivateFrameworks/NewsCore.framework/NewsCore + */ + +@interface FCRecordChainFetchOperation : FCOperation { + NSMutableSet * _actualTopLevelRecordIDs; + NSDictionary * _cachePoliciesByRecordType; + FCHeldRecords * _cachedRecords; + * _context; + id /* block */ _dynamicCachePolicyBlock; + NSDictionary * _linkKeysByRecordType; + id /* block */ _recordChainCompletionHandler; + NSDictionary * _resultHeldRecordsByType; + NSArray * _topLevelRecordIDs; +} + +@property (nonatomic, retain) NSMutableSet *actualTopLevelRecordIDs; +@property (nonatomic, copy) NSDictionary *cachePoliciesByRecordType; +@property (nonatomic, retain) FCHeldRecords *cachedRecords; +@property (nonatomic, retain) *context; +@property (nonatomic, copy) id /* block */ dynamicCachePolicyBlock; +@property (nonatomic, copy) NSDictionary *linkKeysByRecordType; +@property (nonatomic, copy) id /* block */ recordChainCompletionHandler; +@property (nonatomic, retain) NSDictionary *resultHeldRecordsByType; +@property (nonatomic, copy) NSArray *topLevelRecordIDs; + +- (void).cxx_destruct; +- (void)_collectActualTopLevelRecordIDsFromRecordIDs:(id)arg1; +- (void)_collectCachedRecordsFromRecordIDs:(id)arg1; +- (void)_filterOrphansFromCachedRecords; +- (void)_finalizeResultFromCachedRecords; +- (void)_issueCloudRequestIfNeeded; +- (int)_pbRecordTypeForRecordID:(id)arg1; +- (int)_pbRecordTypeForRecordType:(id)arg1; +- (id)_recordSourceForRecordType:(id)arg1; +- (id)_recordTypeForPBRecordType:(int)arg1; +- (id)_recordTypeForRecordID:(id)arg1; +- (void)_walkRecordChainStartingWithRecordIDs:(id)arg1 recordsLookupBlock:(id /* block */)arg2 visitorBlock:(id /* block */)arg3; +- (id)actualTopLevelRecordIDs; +- (id)cachePoliciesByRecordType; +- (id)cachedRecords; +- (id)context; +- (id /* block */)dynamicCachePolicyBlock; +- (id)init; +- (id)linkKeysByRecordType; +- (void)operationWillFinishWithError:(id)arg1; +- (void)performOperation; +- (id /* block */)recordChainCompletionHandler; +- (id)resultHeldRecordsByType; +- (void)setActualTopLevelRecordIDs:(id)arg1; +- (void)setCachePoliciesByRecordType:(id)arg1; +- (void)setCachedRecords:(id)arg1; +- (void)setContext:(id)arg1; +- (void)setDynamicCachePolicyBlock:(id /* block */)arg1; +- (void)setLinkKeysByRecordType:(id)arg1; +- (void)setRecordChainCompletionHandler:(id /* block */)arg1; +- (void)setResultHeldRecordsByType:(id)arg1; +- (void)setTopLevelRecordIDs:(id)arg1; +- (id)topLevelRecordIDs; +- (BOOL)validateOperation; + +@end diff --git a/PrivateFrameworks/NewsCore.framework/FCRecordSource.h b/PrivateFrameworks/NewsCore.framework/FCRecordSource.h index 26419d423d..80395bba54 100644 --- a/PrivateFrameworks/NewsCore.framework/FCRecordSource.h +++ b/PrivateFrameworks/NewsCore.framework/FCRecordSource.h @@ -24,8 +24,7 @@ + (id)canaryRecordName; + (id)changeTagFromCKRecord:(id)arg1; -+ (unsigned int)defaultFetchOperationCachePolicy; -+ (double)defaultFetchOperationMaximumCachedAge; ++ (id)defaultCachePolicy; + (unsigned long long)highThresholdDataSizeLimit; + (id)identifierFromCKRecord:(id)arg1; + (unsigned long long)lowThresholdDataSizeLimit; @@ -45,7 +44,7 @@ - (id)_localizedKeysByOriginalKeyForContentStoreFrontID:(id)arg1; - (id)_localizedKeysByOriginalWithCacheDictionary:(id)arg1; - (id)_recordBaseFromCKRecord:(id)arg1; -- (id)_saveCKRecordsWithWriteLock:(id)arg1 fetchContext:(id)arg2; +- (id)_saveCKRecordsWithWriteLock:(id)arg1 updateFetchDateForRecordIdentifiers:(id)arg2 fetchContext:(id)arg3; - (id)cacheCoordinator; - (void)cacheCoordinator:(id)arg1 flushKeysWithWriteLock:(id)arg2; - (unsigned long long)cacheCoordinatorCurrentSizeWithReadLock:(id)arg1; @@ -63,9 +62,11 @@ - (id)genericKeys; - (id)init; - (id)initWithContentDatabase:(id)arg1 contentDirectory:(id)arg2; +- (BOOL)isRecordStale:(id)arg1 withCachePolicy:(id)arg2; - (id)localStore; - (id)localizableKeys; - (id)recordFromCKRecord:(id)arg1 base:(id)arg2; - (id)saveRecords:(id)arg1; +- (void)updateFetchDateForRecordIDs:(id)arg1; @end diff --git a/PrivateFrameworks/NewsCore.framework/FCSavedStoriesCatchUpOperation.h b/PrivateFrameworks/NewsCore.framework/FCSavedStoriesCatchUpOperation.h deleted file mode 100644 index df42aff72a..0000000000 --- a/PrivateFrameworks/NewsCore.framework/FCSavedStoriesCatchUpOperation.h +++ /dev/null @@ -1,36 +0,0 @@ -/* Generated by RuntimeBrowser - Image: /System/Library/PrivateFrameworks/NewsCore.framework/NewsCore - */ - -@interface FCSavedStoriesCatchUpOperation : FCOperation { - * _context; - NSError * _error; - NSArray * _headlines; - FCReadingList * _readingList; - * _savedStoriesChannel; - NSArray * _unreadSavedStories; -} - -@property (nonatomic, retain) *context; -@property (retain) NSError *error; -@property (copy) NSArray *headlines; -@property (nonatomic, retain) FCReadingList *readingList; -@property (readonly, copy) *savedStoriesChannel; -@property (nonatomic, copy) NSArray *unreadSavedStories; - -- (void).cxx_destruct; -- (id)context; -- (id)error; -- (id)headlines; -- (void)performOperation; -- (id)readingList; -- (id)savedStoriesChannel; -- (void)setContext:(id)arg1; -- (void)setError:(id)arg1; -- (void)setHeadlines:(id)arg1; -- (void)setReadingList:(id)arg1; -- (void)setUnreadSavedStories:(id)arg1; -- (id)unreadSavedStories; -- (BOOL)validateOperation; - -@end diff --git a/PrivateFrameworks/NewsCore.framework/FCSavedStoriesGroupEmitter.h b/PrivateFrameworks/NewsCore.framework/FCSavedStoriesGroupEmitter.h index f1a9c24afc..67c5ffa7ca 100644 --- a/PrivateFrameworks/NewsCore.framework/FCSavedStoriesGroupEmitter.h +++ b/PrivateFrameworks/NewsCore.framework/FCSavedStoriesGroupEmitter.h @@ -3,14 +3,11 @@ */ @interface FCSavedStoriesGroupEmitter : NSObject { - * _context; int _desiredArticlesCount; unsigned int _minPrecedingTopicGroups; FCReadingList * _readingList; - NSArray * _unreadSavedStories; } -@property (nonatomic, retain) *context; @property (readonly, copy) NSString *debugDescription; @property (readonly, copy) NSString *description; @property (nonatomic) int desiredArticlesCount; @@ -22,24 +19,21 @@ @property (nonatomic, retain) FCReadingList *readingList; @property (nonatomic, readonly) BOOL requiresForYouCatchUpOperation; @property (readonly) Class superclass; -@property (nonatomic, copy) NSArray *unreadSavedStories; - (void).cxx_destruct; -- (id)context; +- (BOOL)canEmitGroupsWithType:(int)arg1; - (int)desiredArticlesCount; - (BOOL)emitsSingletonGroups; - (id)groupEmitterIdentifier; -- (id)initWithDesiredArticlesCount:(int)arg1 listOfUnreadArticles:(id)arg2; +- (id)initWithDesiredArticlesCount:(int)arg1; - (unsigned int)minPrecedingTopicGroups; -- (id)operationToEmitGroupInContext:(id)arg1 withCursor:(id)arg2 toCursor:(id)arg3; +- (id)operationToEmitGroupWithContext:(id)arg1 fromCursor:(id)arg2 toCursor:(id)arg3; - (id)readingList; - (BOOL)requiresForYouCatchUpOperation; -- (void)setContext:(id)arg1; - (void)setDesiredArticlesCount:(int)arg1; - (void)setMinPrecedingTopicGroups:(unsigned int)arg1; - (void)setReadingList:(id)arg1; -- (void)setUnreadSavedStories:(id)arg1; -- (id)unreadSavedStories; - (BOOL)wantsToEmitGroupInContext:(id)arg1 withCursor:(id)arg2 toCursor:(id)arg3; +- (BOOL)wantsToInsertGroup:(id)arg1 withContext:(id)arg2; @end diff --git a/PrivateFrameworks/NewsCore.framework/FCSingleTagFeedGroupEmitter.h b/PrivateFrameworks/NewsCore.framework/FCSingleTagFeedGroupEmitter.h index 13b00cd430..240dc7ac2c 100644 --- a/PrivateFrameworks/NewsCore.framework/FCSingleTagFeedGroupEmitter.h +++ b/PrivateFrameworks/NewsCore.framework/FCSingleTagFeedGroupEmitter.h @@ -13,10 +13,12 @@ @property (nonatomic, readonly) BOOL requiresForYouCatchUpOperation; @property (readonly) Class superclass; +- (BOOL)canEmitGroupsWithType:(int)arg1; - (BOOL)canMergeGroupsUnconditionally; - (Class)classForGroupEmittingOperation; - (id)groupEmitterIdentifier; -- (id)operationToEmitGroupInContext:(id)arg1 withCursor:(id)arg2 toCursor:(id)arg3; +- (id)operationToEmitGroupWithContext:(id)arg1 fromCursor:(id)arg2 toCursor:(id)arg3; - (BOOL)wantsToEmitGroupInContext:(id)arg1 withCursor:(id)arg2 toCursor:(id)arg3; +- (BOOL)wantsToInsertGroup:(id)arg1 withContext:(id)arg2; @end diff --git a/PrivateFrameworks/NewsCore.framework/FCSubscriptionController.h b/PrivateFrameworks/NewsCore.framework/FCSubscriptionController.h index 03f606671d..a3e659578d 100644 --- a/PrivateFrameworks/NewsCore.framework/FCSubscriptionController.h +++ b/PrivateFrameworks/NewsCore.framework/FCSubscriptionController.h @@ -3,6 +3,7 @@ */ @interface FCSubscriptionController : NSObject { + FCAppConfiguration * _appConfiguration; FCThreadSafeMutableSet * _newlyAddedSubscriptions; FCNotificationController * _notificationController; long long _notificationEnabledChannelsRefreshFrequency; @@ -13,6 +14,7 @@ FCTagController * _tagController; } +@property (nonatomic, retain) FCAppConfiguration *appConfiguration; @property (readonly, copy) NSString *debugDescription; @property (readonly, copy) NSString *description; @property (readonly) unsigned int hash; @@ -41,6 +43,7 @@ - (void)addPendingSubscription:(id)arg1; - (BOOL)addSubscriptionToTag:(id)arg1 error:(id*)arg2; - (BOOL)addSubscriptionToTag:(id)arg1 notificationsEnabled:(BOOL)arg2 error:(id*)arg3; +- (id)appConfiguration; - (BOOL)canAddSubscription; - (void)fetchSubscribedTagsWithCallbackQueue:(id)arg1 preferCache:(BOOL)arg2 completion:(id /* block */)arg3; - (BOOL)hasNotificationsEnabledForTag:(id)arg1; @@ -61,6 +64,7 @@ - (void)removeObserver:(id)arg1; - (void)removePendingSubscription:(id)arg1; - (void)removeSubscriptionToTag:(id)arg1; +- (void)setAppConfiguration:(id)arg1; - (void)setNewlyAddedSubscriptions:(id)arg1; - (void)setNotificationController:(id)arg1; - (void)setNotificationEnabledChannelsRefreshFrequency:(long long)arg1; diff --git a/PrivateFrameworks/NewsCore.framework/FCTagController.h b/PrivateFrameworks/NewsCore.framework/FCTagController.h index a6e3a9a6d7..42439553ad 100644 --- a/PrivateFrameworks/NewsCore.framework/FCTagController.h +++ b/PrivateFrameworks/NewsCore.framework/FCTagController.h @@ -30,7 +30,6 @@ - (id)_cachedTagsForTagIDs:(id)arg1; - (void)_fetchTagForTagID:(id)arg1 qualityOfService:(int)arg2 callbackQueue:(id)arg3 completionHandler:(id /* block */)arg4; - (void)_fetchTagsForTagIDs:(id)arg1 qualityOfService:(int)arg2 callbackQueue:(id)arg3 completionHandler:(id /* block */)arg4; -- (int)_inferRelativePriorityForQualityOfService:(int)arg1; - (id)assetManager; - (id)cachedTagForID:(id)arg1; - (id)cachedTagsForIDs:(id)arg1; diff --git a/PrivateFrameworks/NewsCore.framework/FCTagHeadlinesOperation.h b/PrivateFrameworks/NewsCore.framework/FCTagHeadlinesOperation.h new file mode 100644 index 0000000000..d1321870fa --- /dev/null +++ b/PrivateFrameworks/NewsCore.framework/FCTagHeadlinesOperation.h @@ -0,0 +1,35 @@ +/* Generated by RuntimeBrowser + Image: /System/Library/PrivateFrameworks/NewsCore.framework/NewsCore + */ + +@interface FCTagHeadlinesOperation : FCOperation { + FCCloudContext * _context; + id /* block */ _fetchCompletionHandler; + unsigned int _maxHeadlinesCount; + NSArray * _resultHeadlines; + NSString * _tagID; +} + +@property (nonatomic, retain) FCCloudContext *context; +@property (copy) id /* block */ fetchCompletionHandler; +@property (nonatomic) unsigned int maxHeadlinesCount; +@property (copy) NSArray *resultHeadlines; +@property (nonatomic, copy) NSString *tagID; + +- (void).cxx_destruct; +- (id)context; +- (id /* block */)fetchCompletionHandler; +- (id)init; +- (unsigned int)maxHeadlinesCount; +- (void)operationWillFinishWithError:(id)arg1; +- (void)performOperation; +- (id)resultHeadlines; +- (void)setContext:(id)arg1; +- (void)setFetchCompletionHandler:(id /* block */)arg1; +- (void)setMaxHeadlinesCount:(unsigned int)arg1; +- (void)setResultHeadlines:(id)arg1; +- (void)setTagID:(id)arg1; +- (id)tagID; +- (BOOL)validateOperation; + +@end diff --git a/PrivateFrameworks/NewsCore.framework/FCTagRecordSource.h b/PrivateFrameworks/NewsCore.framework/FCTagRecordSource.h index 43cecd613a..0dda75c58a 100644 --- a/PrivateFrameworks/NewsCore.framework/FCTagRecordSource.h +++ b/PrivateFrameworks/NewsCore.framework/FCTagRecordSource.h @@ -9,8 +9,7 @@ @property (nonatomic) unsigned int desiredFieldOptions; -+ (unsigned int)defaultFetchOperationCachePolicy; -+ (double)defaultFetchOperationMaximumCachedAge; ++ (id)defaultCachePolicy; + (unsigned long long)highThresholdDataSizeLimit; + (unsigned long long)lowThresholdDataSizeLimit; + (id)recordType; diff --git a/PrivateFrameworks/NewsCore.framework/FCTopStoriesCatchUpOperation.h b/PrivateFrameworks/NewsCore.framework/FCTopStoriesCatchUpOperation.h index 378221a3cd..1f41cf599b 100644 --- a/PrivateFrameworks/NewsCore.framework/FCTopStoriesCatchUpOperation.h +++ b/PrivateFrameworks/NewsCore.framework/FCTopStoriesCatchUpOperation.h @@ -3,35 +3,39 @@ */ @interface FCTopStoriesCatchUpOperation : FCOperation { + FCArticleList * _articleList; + id /* block */ _catchUpCompletionHandler; FCCloudContext * _context; NSDate * _date; NSError * _error; - NSDictionary * _feedContextByFeedID; - NSArray * _feedItems; + NSArray * _headlines; * _topStoriesChannel; } +@property (retain) FCArticleList *articleList; +@property (copy) id /* block */ catchUpCompletionHandler; @property (nonatomic, retain) FCCloudContext *context; @property (nonatomic, retain) NSDate *date; @property (retain) NSError *error; -@property (copy) NSDictionary *feedContextByFeedID; -@property (copy) NSArray *feedItems; +@property (copy) NSArray *headlines; @property (copy) *topStoriesChannel; - (void).cxx_destruct; - (void)_checkShouldShowTopStoriesWithCompletionHandler:(id /* block */)arg1; +- (id)articleList; +- (id /* block */)catchUpCompletionHandler; - (id)context; - (id)date; - (id)error; -- (id)feedContextByFeedID; -- (id)feedItems; +- (id)headlines; - (void)operationWillFinishWithError:(id)arg1; - (void)performOperation; +- (void)setArticleList:(id)arg1; +- (void)setCatchUpCompletionHandler:(id /* block */)arg1; - (void)setContext:(id)arg1; - (void)setDate:(id)arg1; - (void)setError:(id)arg1; -- (void)setFeedContextByFeedID:(id)arg1; -- (void)setFeedItems:(id)arg1; +- (void)setHeadlines:(id)arg1; - (void)setTopStoriesChannel:(id)arg1; - (id)topStoriesChannel; - (BOOL)validateOperation; diff --git a/PrivateFrameworks/NewsCore.framework/FCTopStoriesFeedGroupCursor.h b/PrivateFrameworks/NewsCore.framework/FCTopStoriesFeedGroupCursor.h new file mode 100644 index 0000000000..438eb33377 --- /dev/null +++ b/PrivateFrameworks/NewsCore.framework/FCTopStoriesFeedGroupCursor.h @@ -0,0 +1,17 @@ +/* Generated by RuntimeBrowser + Image: /System/Library/PrivateFrameworks/NewsCore.framework/NewsCore + */ + +@interface FCTopStoriesFeedGroupCursor : NSObject { + NSDate * _version; +} + +@property (nonatomic, copy) NSDate *version; + +- (void).cxx_destruct; +- (void)encodeWithCoder:(id)arg1; +- (id)initWithCoder:(id)arg1; +- (void)setVersion:(id)arg1; +- (id)version; + +@end diff --git a/PrivateFrameworks/NewsCore.framework/FCTopStoriesFeedGroupEmitter.h b/PrivateFrameworks/NewsCore.framework/FCTopStoriesFeedGroupEmitter.h index b7184b9f28..6ef9524ca0 100644 --- a/PrivateFrameworks/NewsCore.framework/FCTopStoriesFeedGroupEmitter.h +++ b/PrivateFrameworks/NewsCore.framework/FCTopStoriesFeedGroupEmitter.h @@ -13,10 +13,12 @@ @property (nonatomic, readonly) BOOL requiresForYouCatchUpOperation; @property (readonly) Class superclass; +- (BOOL)canEmitGroupsWithType:(int)arg1; - (id)groupEmitterIdentifier; - (BOOL)isRequiredByFollowingEmitters; -- (id)operationToEmitGroupInContext:(id)arg1 withCursor:(id)arg2 toCursor:(id)arg3; +- (id)operationToEmitGroupWithContext:(id)arg1 fromCursor:(id)arg2 toCursor:(id)arg3; - (BOOL)requiresForYouCatchUpOperation; - (BOOL)wantsToEmitGroupInContext:(id)arg1 withCursor:(id)arg2 toCursor:(id)arg3; +- (BOOL)wantsToInsertGroup:(id)arg1 withContext:(id)arg2; @end diff --git a/PrivateFrameworks/NewsCore.framework/FCTopStoriesFeedGroupEmittingOperation.h b/PrivateFrameworks/NewsCore.framework/FCTopStoriesFeedGroupEmittingOperation.h index e27fee18f8..7a21a222d7 100644 --- a/PrivateFrameworks/NewsCore.framework/FCTopStoriesFeedGroupEmittingOperation.h +++ b/PrivateFrameworks/NewsCore.framework/FCTopStoriesFeedGroupEmittingOperation.h @@ -5,6 +5,7 @@ @interface FCTopStoriesFeedGroupEmittingOperation : FCFeedGroupEmittingOperation - (id)_feedTransformation; +- (id)_filterHeadlines:(id)arg1 withArticleList:(id)arg2; - (void)performOperation; @end diff --git a/PrivateFrameworks/NewsCore.framework/FCTrendingCatchUpOperation.h b/PrivateFrameworks/NewsCore.framework/FCTrendingCatchUpOperation.h index 460818169b..1a7e255650 100644 --- a/PrivateFrameworks/NewsCore.framework/FCTrendingCatchUpOperation.h +++ b/PrivateFrameworks/NewsCore.framework/FCTrendingCatchUpOperation.h @@ -3,28 +3,28 @@ */ @interface FCTrendingCatchUpOperation : FCOperation { + id /* block */ _catchUpCompletionHandler; * _context; NSError * _error; NSArray * _headlines; - double _maximumCachedAge; } +@property (copy) id /* block */ catchUpCompletionHandler; @property (nonatomic, retain) *context; @property (retain) NSError *error; @property (copy) NSArray *headlines; -@property double maximumCachedAge; - (void).cxx_destruct; +- (id /* block */)catchUpCompletionHandler; - (id)context; - (id)error; - (id)headlines; -- (id)init; -- (double)maximumCachedAge; +- (void)operationWillFinishWithError:(id)arg1; - (void)performOperation; +- (void)setCatchUpCompletionHandler:(id /* block */)arg1; - (void)setContext:(id)arg1; - (void)setError:(id)arg1; - (void)setHeadlines:(id)arg1; -- (void)setMaximumCachedAge:(double)arg1; - (BOOL)validateOperation; @end diff --git a/PrivateFrameworks/NewsCore.framework/FCTrendingStoriesFeedGroupEmitter.h b/PrivateFrameworks/NewsCore.framework/FCTrendingStoriesFeedGroupEmitter.h index a202cbd523..0ecda0916f 100644 --- a/PrivateFrameworks/NewsCore.framework/FCTrendingStoriesFeedGroupEmitter.h +++ b/PrivateFrameworks/NewsCore.framework/FCTrendingStoriesFeedGroupEmitter.h @@ -18,15 +18,17 @@ @property (nonatomic, readonly) BOOL requiresForYouCatchUpOperation; @property (readonly) Class superclass; +- (BOOL)canEmitGroupsWithType:(int)arg1; - (int)desiredArticlesCount; - (BOOL)emitsSingletonGroups; - (id)groupEmitterIdentifier; - (id)initWithMinPrecedingTopicGroups:(unsigned int)arg1 desiredArticlesCount:(int)arg2; - (unsigned int)minPrecedingTopicGroups; -- (id)operationToEmitGroupInContext:(id)arg1 withCursor:(id)arg2 toCursor:(id)arg3; +- (id)operationToEmitGroupWithContext:(id)arg1 fromCursor:(id)arg2 toCursor:(id)arg3; - (BOOL)requiresForYouCatchUpOperation; - (void)setDesiredArticlesCount:(int)arg1; - (void)setMinPrecedingTopicGroups:(unsigned int)arg1; - (BOOL)wantsToEmitGroupInContext:(id)arg1 withCursor:(id)arg2 toCursor:(id)arg3; +- (BOOL)wantsToInsertGroup:(id)arg1 withContext:(id)arg2; @end diff --git a/PrivateFrameworks/NewsCore.framework/FCUserInfo.h b/PrivateFrameworks/NewsCore.framework/FCUserInfo.h index 5edf9d526f..2562e3485f 100644 --- a/PrivateFrameworks/NewsCore.framework/FCUserInfo.h +++ b/PrivateFrameworks/NewsCore.framework/FCUserInfo.h @@ -22,6 +22,7 @@ @property (nonatomic, readonly, copy) NSString *notificationsUserID; @property (nonatomic, copy) NSNumber *onboardingVersionNumber; @property (nonatomic, readonly) int personalizationTreatmentID; +@property (nonatomic, readonly) BOOL shouldShowDefaultForYou; @property (readonly) Class superclass; @property (nonatomic, retain) FCTagSettings *tagSettings; @property (nonatomic, copy) NSNumber *totalMeteredCount; @@ -57,6 +58,7 @@ - (void)incrementMonthlyMeteredCountByOneWithArticleID:(id)arg1; - (id)initWithContext:(id)arg1 pushNotificationCenter:(id)arg2 recordZone:(id)arg3 storeDirectory:(id)arg4 iCloudAccountChanged:(BOOL)arg5; - (void)loadLocalCachesFromStore; +- (void)maybeUpdateOnboardingVersion:(id /* block */)arg1; - (id)monthlyMeteredCount; - (id)notificationsUserID; - (id)onboardingVersionNumber; @@ -73,7 +75,9 @@ - (void)setTotalMeteredCount:(id)arg1; - (void)setUserStartDate:(id)arg1; - (void)setWidgetConfiguration:(id)arg1; +- (BOOL)shouldShowDefaultForYou; - (void)syncLocalNotificationsUserID:(id)arg1 withRemoteNotificationsUserID:(id)arg2; +- (void)syncWithCompletion:(id /* block */)arg1; - (id)tagSettings; - (id)totalMeteredCount; - (BOOL)useParsecResults; diff --git a/PrivateFrameworks/NewsCore.framework/FCWebArchiveDownloadOperation.h b/PrivateFrameworks/NewsCore.framework/FCWebArchiveDownloadOperation.h index 0e809b9af4..3f5d121468 100644 --- a/PrivateFrameworks/NewsCore.framework/FCWebArchiveDownloadOperation.h +++ b/PrivateFrameworks/NewsCore.framework/FCWebArchiveDownloadOperation.h @@ -20,6 +20,7 @@ - (void).cxx_destruct; - (void)_cancelLoadingWebView; +- (void)_failWithError:(id)arg1; - (void)_finish; - (void)_startLoadingWebView; - (void)cancel; @@ -35,6 +36,7 @@ - (void)start; - (id)webView; - (void)webView:(id)arg1 didFailNavigation:(id)arg2 withError:(id)arg3; +- (void)webView:(id)arg1 didFailProvisionalNavigation:(id)arg2 withError:(id)arg3; - (void)webView:(id)arg1 didFinishNavigation:(id)arg2; @end diff --git a/PrivateFrameworks/NewsTransport.framework/NTPBArticleHostViewExposure.h b/PrivateFrameworks/NewsTransport.framework/NTPBArticleHostViewExposure.h index b1dfd248a7..63ed96f457 100644 --- a/PrivateFrameworks/NewsTransport.framework/NTPBArticleHostViewExposure.h +++ b/PrivateFrameworks/NewsTransport.framework/NTPBArticleHostViewExposure.h @@ -45,6 +45,7 @@ unsigned int groupType : 1; unsigned int maxActiveTimeSpent : 1; unsigned int maxVerticalScrollPositionEnding : 1; + unsigned int nextArticleAffordanceType : 1; unsigned int paidSubscriberToFeedType : 1; unsigned int parentFeedType : 1; unsigned int previousArticleHostViewTypeIfSwipe : 1; @@ -85,6 +86,8 @@ int _maxActiveTimeSpent; float _maxVerticalScrollPositionEnding; NSMutableArray * _namedEntities; + int _nextArticleAffordanceType; + NSString * _nextArticleAffordanceTypeFeedId; NSString * _notificationId; int _paidSubscriberToFeedType; NSString * _parentFeedId; @@ -174,6 +177,8 @@ @property (nonatomic, readonly) BOOL hasLanguage; @property (nonatomic) BOOL hasMaxActiveTimeSpent; @property (nonatomic) BOOL hasMaxVerticalScrollPositionEnding; +@property (nonatomic) BOOL hasNextArticleAffordanceType; +@property (nonatomic, readonly) BOOL hasNextArticleAffordanceTypeFeedId; @property (nonatomic, readonly) BOOL hasNotificationId; @property (nonatomic) BOOL hasPaidSubscriberToFeedType; @property (nonatomic, readonly) BOOL hasParentFeedId; @@ -212,6 +217,8 @@ @property (nonatomic) int maxActiveTimeSpent; @property (nonatomic) float maxVerticalScrollPositionEnding; @property (nonatomic, retain) NSMutableArray *namedEntities; +@property (nonatomic) int nextArticleAffordanceType; +@property (nonatomic, retain) NSString *nextArticleAffordanceTypeFeedId; @property (nonatomic, retain) NSString *notificationId; @property (nonatomic) int paidSubscriberToFeedType; @property (nonatomic, retain) NSString *parentFeedId; @@ -241,6 +248,7 @@ - (int)StringAsFeedCellHostType:(id)arg1; - (int)StringAsFeedPresentationReason:(id)arg1; - (int)StringAsGroupType:(id)arg1; +- (int)StringAsNextArticleAffordanceType:(id)arg1; - (int)StringAsPaidSubscriberToFeedType:(id)arg1; - (int)StringAsParentFeedType:(id)arg1; - (int)activeTimeSpent; @@ -318,6 +326,8 @@ - (BOOL)hasLanguage; - (BOOL)hasMaxActiveTimeSpent; - (BOOL)hasMaxVerticalScrollPositionEnding; +- (BOOL)hasNextArticleAffordanceType; +- (BOOL)hasNextArticleAffordanceTypeFeedId; - (BOOL)hasNotificationId; - (BOOL)hasPaidSubscriberToFeedType; - (BOOL)hasParentFeedId; @@ -361,6 +371,9 @@ - (id)namedEntities; - (id)namedEntitiesAtIndex:(unsigned int)arg1; - (unsigned int)namedEntitiesCount; +- (int)nextArticleAffordanceType; +- (id)nextArticleAffordanceTypeAsString:(int)arg1; +- (id)nextArticleAffordanceTypeFeedId; - (id)notificationId; - (int)paidSubscriberToFeedType; - (id)paidSubscriberToFeedTypeAsString:(int)arg1; @@ -431,6 +444,7 @@ - (void)setHasIsVideoInFeed:(BOOL)arg1; - (void)setHasMaxActiveTimeSpent:(BOOL)arg1; - (void)setHasMaxVerticalScrollPositionEnding:(BOOL)arg1; +- (void)setHasNextArticleAffordanceType:(BOOL)arg1; - (void)setHasPaidSubscriberToFeedType:(BOOL)arg1; - (void)setHasParentFeedType:(BOOL)arg1; - (void)setHasPersonalizationTreatmentId:(BOOL)arg1; @@ -455,6 +469,8 @@ - (void)setMaxActiveTimeSpent:(int)arg1; - (void)setMaxVerticalScrollPositionEnding:(float)arg1; - (void)setNamedEntities:(id)arg1; +- (void)setNextArticleAffordanceType:(int)arg1; +- (void)setNextArticleAffordanceTypeFeedId:(id)arg1; - (void)setNotificationId:(id)arg1; - (void)setPaidSubscriberToFeedType:(int)arg1; - (void)setParentFeedId:(id)arg1; diff --git a/PrivateFrameworks/NewsTransport.framework/NTPBArticleLikeDislike.h b/PrivateFrameworks/NewsTransport.framework/NTPBArticleLikeDislike.h index 6356bfaa21..445f8bf02a 100644 --- a/PrivateFrameworks/NewsTransport.framework/NTPBArticleLikeDislike.h +++ b/PrivateFrameworks/NewsTransport.framework/NTPBArticleLikeDislike.h @@ -15,6 +15,7 @@ NSString * _feedId; int _feedType; NSData * _feedViewExposureId; + BOOL _fromNextArticleAffordanceTap; NSString * _groupFeedId; int _groupType; struct { @@ -25,8 +26,10 @@ unsigned int feedType : 1; unsigned int groupType : 1; unsigned int likeDislikeLocation : 1; + unsigned int nextArticleAffordanceType : 1; unsigned int publisherArticleVersion : 1; unsigned int userAction : 1; + unsigned int fromNextArticleAffordanceTap : 1; unsigned int isCoverArticle : 1; unsigned int isDigitalReplicaAd : 1; unsigned int isFreeArticle : 1; @@ -43,6 +46,8 @@ NSString * _language; int _likeDislikeLocation; NSMutableArray * _namedEntities; + int _nextArticleAffordanceType; + NSString * _nextArticleAffordanceTypeFeedId; long long _personalizationTreatmentId; int _publisherArticleVersion; NSString * _referencedArticleId; @@ -66,6 +71,7 @@ @property (nonatomic, retain) NSString *feedId; @property (nonatomic) int feedType; @property (nonatomic, retain) NSData *feedViewExposureId; +@property (nonatomic) BOOL fromNextArticleAffordanceTap; @property (nonatomic, retain) NSString *groupFeedId; @property (nonatomic) int groupType; @property (nonatomic, readonly) BOOL hasArticleId; @@ -80,6 +86,7 @@ @property (nonatomic, readonly) BOOL hasFeedId; @property (nonatomic) BOOL hasFeedType; @property (nonatomic, readonly) BOOL hasFeedViewExposureId; +@property (nonatomic) BOOL hasFromNextArticleAffordanceTap; @property (nonatomic, readonly) BOOL hasGroupFeedId; @property (nonatomic) BOOL hasGroupType; @property (nonatomic) BOOL hasIsCoverArticle; @@ -90,6 +97,8 @@ @property (nonatomic) BOOL hasIsUserSubscribedToFeed; @property (nonatomic, readonly) BOOL hasLanguage; @property (nonatomic) BOOL hasLikeDislikeLocation; +@property (nonatomic) BOOL hasNextArticleAffordanceType; +@property (nonatomic, readonly) BOOL hasNextArticleAffordanceTypeFeedId; @property (nonatomic) BOOL hasPersonalizationTreatmentId; @property (nonatomic) BOOL hasPublisherArticleVersion; @property (nonatomic, readonly) BOOL hasReferencedArticleId; @@ -108,6 +117,8 @@ @property (nonatomic, retain) NSString *language; @property (nonatomic) int likeDislikeLocation; @property (nonatomic, retain) NSMutableArray *namedEntities; +@property (nonatomic) int nextArticleAffordanceType; +@property (nonatomic, retain) NSString *nextArticleAffordanceTypeFeedId; @property (nonatomic) long long personalizationTreatmentId; @property (nonatomic) int publisherArticleVersion; @property (nonatomic, retain) NSString *referencedArticleId; @@ -124,6 +135,7 @@ - (int)StringAsArticleType:(id)arg1; - (int)StringAsFeedType:(id)arg1; - (int)StringAsGroupType:(id)arg1; +- (int)StringAsNextArticleAffordanceType:(id)arg1; - (void)addNamedEntities:(id)arg1; - (id)articleId; - (id)articleSessionId; @@ -143,6 +155,7 @@ - (int)feedType; - (id)feedTypeAsString:(int)arg1; - (id)feedViewExposureId; +- (BOOL)fromNextArticleAffordanceTap; - (id)groupFeedId; - (int)groupType; - (id)groupTypeAsString:(int)arg1; @@ -158,6 +171,7 @@ - (BOOL)hasFeedId; - (BOOL)hasFeedType; - (BOOL)hasFeedViewExposureId; +- (BOOL)hasFromNextArticleAffordanceTap; - (BOOL)hasGroupFeedId; - (BOOL)hasGroupType; - (BOOL)hasIsCoverArticle; @@ -168,6 +182,8 @@ - (BOOL)hasIsUserSubscribedToFeed; - (BOOL)hasLanguage; - (BOOL)hasLikeDislikeLocation; +- (BOOL)hasNextArticleAffordanceType; +- (BOOL)hasNextArticleAffordanceTypeFeedId; - (BOOL)hasPersonalizationTreatmentId; - (BOOL)hasPublisherArticleVersion; - (BOOL)hasReferencedArticleId; @@ -191,6 +207,9 @@ - (id)namedEntities; - (id)namedEntitiesAtIndex:(unsigned int)arg1; - (unsigned int)namedEntitiesCount; +- (int)nextArticleAffordanceType; +- (id)nextArticleAffordanceTypeAsString:(int)arg1; +- (id)nextArticleAffordanceTypeFeedId; - (long long)personalizationTreatmentId; - (int)publisherArticleVersion; - (BOOL)readFrom:(id)arg1; @@ -208,12 +227,14 @@ - (void)setFeedId:(id)arg1; - (void)setFeedType:(int)arg1; - (void)setFeedViewExposureId:(id)arg1; +- (void)setFromNextArticleAffordanceTap:(BOOL)arg1; - (void)setGroupFeedId:(id)arg1; - (void)setGroupType:(int)arg1; - (void)setHasArticleType:(BOOL)arg1; - (void)setHasBackendArticleVersion:(BOOL)arg1; - (void)setHasCharacterCount:(BOOL)arg1; - (void)setHasFeedType:(BOOL)arg1; +- (void)setHasFromNextArticleAffordanceTap:(BOOL)arg1; - (void)setHasGroupType:(BOOL)arg1; - (void)setHasIsCoverArticle:(BOOL)arg1; - (void)setHasIsDigitalReplicaAd:(BOOL)arg1; @@ -222,6 +243,7 @@ - (void)setHasIsPaidSubscriberToSourceChannel:(BOOL)arg1; - (void)setHasIsUserSubscribedToFeed:(BOOL)arg1; - (void)setHasLikeDislikeLocation:(BOOL)arg1; +- (void)setHasNextArticleAffordanceType:(BOOL)arg1; - (void)setHasPersonalizationTreatmentId:(BOOL)arg1; - (void)setHasPublisherArticleVersion:(BOOL)arg1; - (void)setHasUserAction:(BOOL)arg1; @@ -234,6 +256,8 @@ - (void)setLanguage:(id)arg1; - (void)setLikeDislikeLocation:(int)arg1; - (void)setNamedEntities:(id)arg1; +- (void)setNextArticleAffordanceType:(int)arg1; +- (void)setNextArticleAffordanceTypeFeedId:(id)arg1; - (void)setPersonalizationTreatmentId:(long long)arg1; - (void)setPublisherArticleVersion:(int)arg1; - (void)setReferencedArticleId:(id)arg1; diff --git a/PrivateFrameworks/NewsTransport.framework/NTPBArticleListRecord.h b/PrivateFrameworks/NewsTransport.framework/NTPBArticleListRecord.h index 8250d77d8e..59b7af1d22 100644 --- a/PrivateFrameworks/NewsTransport.framework/NTPBArticleListRecord.h +++ b/PrivateFrameworks/NewsTransport.framework/NTPBArticleListRecord.h @@ -3,33 +3,49 @@ */ @interface NTPBArticleListRecord : PBCodable { - NSMutableArray * _articleIds; + NSMutableArray * _articleIDs; NTPBRecordBase * _base; + struct { + unsigned int type : 1; + } _has; + NSString * _metadata; + int _type; } -@property (nonatomic, retain) NSMutableArray *articleIds; +@property (nonatomic, retain) NSMutableArray *articleIDs; @property (nonatomic, retain) NTPBRecordBase *base; @property (nonatomic, readonly) BOOL hasBase; +@property (nonatomic, readonly) BOOL hasMetadata; +@property (nonatomic) BOOL hasType; +@property (nonatomic, retain) NSString *metadata; +@property (nonatomic) int type; -+ (Class)articleIdsType; ++ (Class)articleIDsType; -- (void)addArticleIds:(id)arg1; -- (id)articleIds; -- (id)articleIdsAtIndex:(unsigned int)arg1; -- (unsigned int)articleIdsCount; +- (void)addArticleIDs:(id)arg1; +- (id)articleIDs; +- (id)articleIDsAtIndex:(unsigned int)arg1; +- (unsigned int)articleIDsCount; - (id)base; -- (void)clearArticleIds; +- (void)clearArticleIDs; - (id)copyWithZone:(struct _NSZone { }*)arg1; - (void)dealloc; - (id)description; - (id)dictionaryRepresentation; - (BOOL)hasBase; +- (BOOL)hasMetadata; +- (BOOL)hasType; - (unsigned int)hash; - (BOOL)isEqual:(id)arg1; - (void)mergeFrom:(id)arg1; +- (id)metadata; - (BOOL)readFrom:(id)arg1; -- (void)setArticleIds:(id)arg1; +- (void)setArticleIDs:(id)arg1; - (void)setBase:(id)arg1; +- (void)setHasType:(BOOL)arg1; +- (void)setMetadata:(id)arg1; +- (void)setType:(int)arg1; +- (int)type; - (void)writeTo:(id)arg1; @end diff --git a/PrivateFrameworks/NewsTransport.framework/NTPBArticleRecord.h b/PrivateFrameworks/NewsTransport.framework/NTPBArticleRecord.h index 13475efd79..e1e48ddefa 100644 --- a/PrivateFrameworks/NewsTransport.framework/NTPBArticleRecord.h +++ b/PrivateFrameworks/NewsTransport.framework/NTPBArticleRecord.h @@ -4,19 +4,19 @@ @interface NTPBArticleRecord : PBCodable { NSString * _accessoryText; - NSMutableArray * _allowedStorefrontIds; + NSMutableArray * _allowedStorefrontIDs; long long _backendArticleVersion; NTPBRecordBase * _base; long long _behaviorFlags; - NSMutableArray * _blockedStorefrontIds; - NSString * _clusterId; + NSMutableArray * _blockedStorefrontIDs; + NSString * _clusterID; int _contentType; NSString * _contentURL; NSString * _coverArt; - NSString * _displayTopicTagId; + NSString * _displayTopicTagID; NSString * _excerptURL; NSString * _flintDocumentURL; - NSMutableArray * _flintFontResourceIds; + NSMutableArray * _flintFontResourceIDs; struct { unsigned int backendArticleVersion : 1; unsigned int behaviorFlags : 1; @@ -41,20 +41,20 @@ } _has; NSMutableArray * _iAdCategories; NSMutableArray * _iAdKeywords; - NSMutableArray * _iAdSectionIds; + NSMutableArray * _iAdSectionIDs; BOOL _isDraft; BOOL _isFeatureCandidate; BOOL _isPaid; BOOL _isSponsored; long long _minimumNewsVersion; - NSMutableArray * _moreFromPublisherArticleIds; + NSMutableArray * _moreFromPublisherArticleIDs; NSString * _primaryAudience; NTPBDate * _publishDate; long long _publisherArticleVersion; - NSString * _referencedArticleId; - NSMutableArray * _relatedArticleIds; + NSString * _referencedArticleID; + NSMutableArray * _relatedArticleIDs; NSString * _shortExcerpt; - NSString * _sourceChannelTagId; + NSString * _sourceChannelTagID; int _storyType; NSString * _subtitle; long long _thumbnailFocalFrame; @@ -83,7 +83,7 @@ unsigned int count; unsigned int size; } _topicFlags; - NSMutableArray * _topicIds; + NSMutableArray * _topicIDs; struct { double *list; unsigned int count; @@ -94,29 +94,29 @@ } @property (nonatomic, retain) NSString *accessoryText; -@property (nonatomic, retain) NSMutableArray *allowedStorefrontIds; +@property (nonatomic, retain) NSMutableArray *allowedStorefrontIDs; @property (nonatomic) long long backendArticleVersion; @property (nonatomic, retain) NTPBRecordBase *base; @property (nonatomic) long long behaviorFlags; -@property (nonatomic, retain) NSMutableArray *blockedStorefrontIds; -@property (nonatomic, retain) NSString *clusterId; +@property (nonatomic, retain) NSMutableArray *blockedStorefrontIDs; +@property (nonatomic, retain) NSString *clusterID; @property (nonatomic) int contentType; @property (nonatomic, retain) NSString *contentURL; @property (nonatomic, retain) NSString *coverArt; -@property (nonatomic, retain) NSString *displayTopicTagId; +@property (nonatomic, retain) NSString *displayTopicTagID; @property (nonatomic, readonly) NSArray *endOfArticleTopicIDs; @property (nonatomic, retain) NSString *excerptURL; @property (nonatomic, retain) NSString *flintDocumentURL; -@property (nonatomic, retain) NSMutableArray *flintFontResourceIds; +@property (nonatomic, retain) NSMutableArray *flintFontResourceIDs; @property (nonatomic, readonly) BOOL hasAccessoryText; @property (nonatomic) BOOL hasBackendArticleVersion; @property (nonatomic, readonly) BOOL hasBase; @property (nonatomic) BOOL hasBehaviorFlags; -@property (nonatomic, readonly) BOOL hasClusterId; +@property (nonatomic, readonly) BOOL hasClusterID; @property (nonatomic) BOOL hasContentType; @property (nonatomic, readonly) BOOL hasContentURL; @property (nonatomic, readonly) BOOL hasCoverArt; -@property (nonatomic, readonly) BOOL hasDisplayTopicTagId; +@property (nonatomic, readonly) BOOL hasDisplayTopicTagID; @property (nonatomic, readonly) BOOL hasExcerptURL; @property (nonatomic, readonly) BOOL hasFlintDocumentURL; @property (nonatomic) BOOL hasIsDraft; @@ -127,9 +127,9 @@ @property (nonatomic, readonly) BOOL hasPrimaryAudience; @property (nonatomic, readonly) BOOL hasPublishDate; @property (nonatomic) BOOL hasPublisherArticleVersion; -@property (nonatomic, readonly) BOOL hasReferencedArticleId; +@property (nonatomic, readonly) BOOL hasReferencedArticleID; @property (nonatomic, readonly) BOOL hasShortExcerpt; -@property (nonatomic, readonly) BOOL hasSourceChannelTagId; +@property (nonatomic, readonly) BOOL hasSourceChannelTagID; @property (nonatomic) BOOL hasStoryType; @property (nonatomic, readonly) BOOL hasSubtitle; @property (nonatomic) BOOL hasThumbnailFocalFrame; @@ -157,20 +157,20 @@ @property (nonatomic, readonly) BOOL hasVideoURL; @property (nonatomic, retain) NSMutableArray *iAdCategories; @property (nonatomic, retain) NSMutableArray *iAdKeywords; -@property (nonatomic, retain) NSMutableArray *iAdSectionIds; +@property (nonatomic, retain) NSMutableArray *iAdSectionIDs; @property (nonatomic) BOOL isDraft; @property (nonatomic) BOOL isFeatureCandidate; @property (nonatomic) BOOL isPaid; @property (nonatomic) BOOL isSponsored; @property (nonatomic) long long minimumNewsVersion; -@property (nonatomic, retain) NSMutableArray *moreFromPublisherArticleIds; +@property (nonatomic, retain) NSMutableArray *moreFromPublisherArticleIDs; @property (nonatomic, retain) NSString *primaryAudience; @property (nonatomic, retain) NTPBDate *publishDate; @property (nonatomic) long long publisherArticleVersion; -@property (nonatomic, retain) NSString *referencedArticleId; -@property (nonatomic, retain) NSMutableArray *relatedArticleIds; +@property (nonatomic, retain) NSString *referencedArticleID; +@property (nonatomic, retain) NSMutableArray *relatedArticleIDs; @property (nonatomic, retain) NSString *shortExcerpt; -@property (nonatomic, retain) NSString *sourceChannelTagId; +@property (nonatomic, retain) NSString *sourceChannelTagID; @property (nonatomic) int storyType; @property (nonatomic, retain) NSString *subtitle; @property (nonatomic) long long thumbnailFocalFrame; @@ -196,7 +196,7 @@ @property (nonatomic, retain) NSString *title; @property (nonatomic, readonly) unsigned long long*topicFlags; @property (nonatomic, readonly) unsigned int topicFlagsCount; -@property (nonatomic, retain) NSMutableArray *topicIds; +@property (nonatomic, retain) NSMutableArray *topicIDs; @property (nonatomic, readonly) double*topicScores; @property (nonatomic, readonly) unsigned int topicScoresCount; @property (nonatomic) double videoDuration; @@ -204,49 +204,49 @@ // Image: /System/Library/PrivateFrameworks/NewsTransport.framework/NewsTransport -+ (Class)allowedStorefrontIdsType; -+ (Class)blockedStorefrontIdsType; -+ (Class)flintFontResourceIdsType; ++ (Class)allowedStorefrontIDsType; ++ (Class)blockedStorefrontIDsType; ++ (Class)flintFontResourceIDsType; + (Class)iAdCategoriesType; + (Class)iAdKeywordsType; -+ (Class)iAdSectionIdsType; -+ (Class)moreFromPublisherArticleIdsType; -+ (Class)relatedArticleIdsType; -+ (Class)topicIdsType; ++ (Class)iAdSectionIDsType; ++ (Class)moreFromPublisherArticleIDsType; ++ (Class)relatedArticleIDsType; ++ (Class)topicIDsType; - (id)accessoryText; -- (void)addAllowedStorefrontIds:(id)arg1; -- (void)addBlockedStorefrontIds:(id)arg1; -- (void)addFlintFontResourceIds:(id)arg1; +- (void)addAllowedStorefrontIDs:(id)arg1; +- (void)addBlockedStorefrontIDs:(id)arg1; +- (void)addFlintFontResourceIDs:(id)arg1; - (void)addIAdCategories:(id)arg1; - (void)addIAdKeywords:(id)arg1; -- (void)addIAdSectionIds:(id)arg1; -- (void)addMoreFromPublisherArticleIds:(id)arg1; -- (void)addRelatedArticleIds:(id)arg1; +- (void)addIAdSectionIDs:(id)arg1; +- (void)addMoreFromPublisherArticleIDs:(id)arg1; +- (void)addRelatedArticleIDs:(id)arg1; - (void)addTopicFlags:(unsigned long long)arg1; -- (void)addTopicIds:(id)arg1; +- (void)addTopicIDs:(id)arg1; - (void)addTopicScores:(double)arg1; -- (id)allowedStorefrontIds; -- (id)allowedStorefrontIdsAtIndex:(unsigned int)arg1; -- (unsigned int)allowedStorefrontIdsCount; +- (id)allowedStorefrontIDs; +- (id)allowedStorefrontIDsAtIndex:(unsigned int)arg1; +- (unsigned int)allowedStorefrontIDsCount; - (long long)backendArticleVersion; - (id)base; - (long long)behaviorFlags; -- (id)blockedStorefrontIds; -- (id)blockedStorefrontIdsAtIndex:(unsigned int)arg1; -- (unsigned int)blockedStorefrontIdsCount; -- (void)clearAllowedStorefrontIds; -- (void)clearBlockedStorefrontIds; -- (void)clearFlintFontResourceIds; +- (id)blockedStorefrontIDs; +- (id)blockedStorefrontIDsAtIndex:(unsigned int)arg1; +- (unsigned int)blockedStorefrontIDsCount; +- (void)clearAllowedStorefrontIDs; +- (void)clearBlockedStorefrontIDs; +- (void)clearFlintFontResourceIDs; - (void)clearIAdCategories; - (void)clearIAdKeywords; -- (void)clearIAdSectionIds; -- (void)clearMoreFromPublisherArticleIds; -- (void)clearRelatedArticleIds; +- (void)clearIAdSectionIDs; +- (void)clearMoreFromPublisherArticleIDs; +- (void)clearRelatedArticleIDs; - (void)clearTopicFlags; -- (void)clearTopicIds; +- (void)clearTopicIDs; - (void)clearTopicScores; -- (id)clusterId; +- (id)clusterID; - (int)contentType; - (id)contentURL; - (id)copyWithZone:(struct _NSZone { }*)arg1; @@ -254,21 +254,21 @@ - (void)dealloc; - (id)description; - (id)dictionaryRepresentation; -- (id)displayTopicTagId; +- (id)displayTopicTagID; - (id)excerptURL; - (id)flintDocumentURL; -- (id)flintFontResourceIds; -- (id)flintFontResourceIdsAtIndex:(unsigned int)arg1; -- (unsigned int)flintFontResourceIdsCount; +- (id)flintFontResourceIDs; +- (id)flintFontResourceIDsAtIndex:(unsigned int)arg1; +- (unsigned int)flintFontResourceIDsCount; - (BOOL)hasAccessoryText; - (BOOL)hasBackendArticleVersion; - (BOOL)hasBase; - (BOOL)hasBehaviorFlags; -- (BOOL)hasClusterId; +- (BOOL)hasClusterID; - (BOOL)hasContentType; - (BOOL)hasContentURL; - (BOOL)hasCoverArt; -- (BOOL)hasDisplayTopicTagId; +- (BOOL)hasDisplayTopicTagID; - (BOOL)hasExcerptURL; - (BOOL)hasFlintDocumentURL; - (BOOL)hasIsDraft; @@ -279,9 +279,9 @@ - (BOOL)hasPrimaryAudience; - (BOOL)hasPublishDate; - (BOOL)hasPublisherArticleVersion; -- (BOOL)hasReferencedArticleId; +- (BOOL)hasReferencedArticleID; - (BOOL)hasShortExcerpt; -- (BOOL)hasSourceChannelTagId; +- (BOOL)hasSourceChannelTagID; - (BOOL)hasStoryType; - (BOOL)hasSubtitle; - (BOOL)hasThumbnailFocalFrame; @@ -314,9 +314,9 @@ - (id)iAdKeywords; - (id)iAdKeywordsAtIndex:(unsigned int)arg1; - (unsigned int)iAdKeywordsCount; -- (id)iAdSectionIds; -- (id)iAdSectionIdsAtIndex:(unsigned int)arg1; -- (unsigned int)iAdSectionIdsCount; +- (id)iAdSectionIDs; +- (id)iAdSectionIDsAtIndex:(unsigned int)arg1; +- (unsigned int)iAdSectionIDsCount; - (BOOL)isDraft; - (BOOL)isEqual:(id)arg1; - (BOOL)isFeatureCandidate; @@ -324,31 +324,31 @@ - (BOOL)isSponsored; - (void)mergeFrom:(id)arg1; - (long long)minimumNewsVersion; -- (id)moreFromPublisherArticleIds; -- (id)moreFromPublisherArticleIdsAtIndex:(unsigned int)arg1; -- (unsigned int)moreFromPublisherArticleIdsCount; +- (id)moreFromPublisherArticleIDs; +- (id)moreFromPublisherArticleIDsAtIndex:(unsigned int)arg1; +- (unsigned int)moreFromPublisherArticleIDsCount; - (id)primaryAudience; - (id)publishDate; - (long long)publisherArticleVersion; - (BOOL)readFrom:(id)arg1; -- (id)referencedArticleId; -- (id)relatedArticleIds; -- (id)relatedArticleIdsAtIndex:(unsigned int)arg1; -- (unsigned int)relatedArticleIdsCount; +- (id)referencedArticleID; +- (id)relatedArticleIDs; +- (id)relatedArticleIDsAtIndex:(unsigned int)arg1; +- (unsigned int)relatedArticleIDsCount; - (void)setAccessoryText:(id)arg1; -- (void)setAllowedStorefrontIds:(id)arg1; +- (void)setAllowedStorefrontIDs:(id)arg1; - (void)setBackendArticleVersion:(long long)arg1; - (void)setBase:(id)arg1; - (void)setBehaviorFlags:(long long)arg1; -- (void)setBlockedStorefrontIds:(id)arg1; -- (void)setClusterId:(id)arg1; +- (void)setBlockedStorefrontIDs:(id)arg1; +- (void)setClusterID:(id)arg1; - (void)setContentType:(int)arg1; - (void)setContentURL:(id)arg1; - (void)setCoverArt:(id)arg1; -- (void)setDisplayTopicTagId:(id)arg1; +- (void)setDisplayTopicTagID:(id)arg1; - (void)setExcerptURL:(id)arg1; - (void)setFlintDocumentURL:(id)arg1; -- (void)setFlintFontResourceIds:(id)arg1; +- (void)setFlintFontResourceIDs:(id)arg1; - (void)setHasBackendArticleVersion:(BOOL)arg1; - (void)setHasBehaviorFlags:(BOOL)arg1; - (void)setHasContentType:(BOOL)arg1; @@ -371,20 +371,20 @@ - (void)setHasVideoDuration:(BOOL)arg1; - (void)setIAdCategories:(id)arg1; - (void)setIAdKeywords:(id)arg1; -- (void)setIAdSectionIds:(id)arg1; +- (void)setIAdSectionIDs:(id)arg1; - (void)setIsDraft:(BOOL)arg1; - (void)setIsFeatureCandidate:(BOOL)arg1; - (void)setIsPaid:(BOOL)arg1; - (void)setIsSponsored:(BOOL)arg1; - (void)setMinimumNewsVersion:(long long)arg1; -- (void)setMoreFromPublisherArticleIds:(id)arg1; +- (void)setMoreFromPublisherArticleIDs:(id)arg1; - (void)setPrimaryAudience:(id)arg1; - (void)setPublishDate:(id)arg1; - (void)setPublisherArticleVersion:(long long)arg1; -- (void)setReferencedArticleId:(id)arg1; -- (void)setRelatedArticleIds:(id)arg1; +- (void)setReferencedArticleID:(id)arg1; +- (void)setRelatedArticleIDs:(id)arg1; - (void)setShortExcerpt:(id)arg1; -- (void)setSourceChannelTagId:(id)arg1; +- (void)setSourceChannelTagID:(id)arg1; - (void)setStoryType:(int)arg1; - (void)setSubtitle:(id)arg1; - (void)setThumbnailFocalFrame:(long long)arg1; @@ -409,12 +409,12 @@ - (void)setThumbnailWidgetURL:(id)arg1; - (void)setTitle:(id)arg1; - (void)setTopicFlags:(unsigned long long*)arg1 count:(unsigned int)arg2; -- (void)setTopicIds:(id)arg1; +- (void)setTopicIDs:(id)arg1; - (void)setTopicScores:(double*)arg1 count:(unsigned int)arg2; - (void)setVideoDuration:(double)arg1; - (void)setVideoURL:(id)arg1; - (id)shortExcerpt; -- (id)sourceChannelTagId; +- (id)sourceChannelTagID; - (int)storyType; - (id)subtitle; - (long long)thumbnailFocalFrame; @@ -441,9 +441,9 @@ - (unsigned long long*)topicFlags; - (unsigned long long)topicFlagsAtIndex:(unsigned int)arg1; - (unsigned int)topicFlagsCount; -- (id)topicIds; -- (id)topicIdsAtIndex:(unsigned int)arg1; -- (unsigned int)topicIdsCount; +- (id)topicIDs; +- (id)topicIDsAtIndex:(unsigned int)arg1; +- (unsigned int)topicIDsCount; - (double*)topicScores; - (double)topicScoresAtIndex:(unsigned int)arg1; - (unsigned int)topicScoresCount; diff --git a/PrivateFrameworks/NewsTransport.framework/NTPBChannelMembershipRecord.h b/PrivateFrameworks/NewsTransport.framework/NTPBChannelMembershipRecord.h index 8bfc443eb9..4c6df45567 100644 --- a/PrivateFrameworks/NewsTransport.framework/NTPBChannelMembershipRecord.h +++ b/PrivateFrameworks/NewsTransport.framework/NTPBChannelMembershipRecord.h @@ -5,8 +5,8 @@ @interface NTPBChannelMembershipRecord : PBCodable { NTPBRecordBase * _base; BOOL _canAccessDrafts; - NSString * _channelId; - NSString * _draftListId; + NSString * _channelID; + NSString * _draftListID; struct { unsigned int canAccessDrafts : 1; } _has; @@ -14,33 +14,33 @@ @property (nonatomic, retain) NTPBRecordBase *base; @property (nonatomic) BOOL canAccessDrafts; -@property (nonatomic, retain) NSString *channelId; -@property (nonatomic, retain) NSString *draftListId; +@property (nonatomic, retain) NSString *channelID; +@property (nonatomic, retain) NSString *draftListID; @property (nonatomic, readonly) BOOL hasBase; @property (nonatomic) BOOL hasCanAccessDrafts; -@property (nonatomic, readonly) BOOL hasChannelId; -@property (nonatomic, readonly) BOOL hasDraftListId; +@property (nonatomic, readonly) BOOL hasChannelID; +@property (nonatomic, readonly) BOOL hasDraftListID; - (id)base; - (BOOL)canAccessDrafts; -- (id)channelId; +- (id)channelID; - (id)copyWithZone:(struct _NSZone { }*)arg1; - (void)dealloc; - (id)description; - (id)dictionaryRepresentation; -- (id)draftListId; +- (id)draftListID; - (BOOL)hasBase; - (BOOL)hasCanAccessDrafts; -- (BOOL)hasChannelId; -- (BOOL)hasDraftListId; +- (BOOL)hasChannelID; +- (BOOL)hasDraftListID; - (unsigned int)hash; - (BOOL)isEqual:(id)arg1; - (void)mergeFrom:(id)arg1; - (BOOL)readFrom:(id)arg1; - (void)setBase:(id)arg1; - (void)setCanAccessDrafts:(BOOL)arg1; -- (void)setChannelId:(id)arg1; -- (void)setDraftListId:(id)arg1; +- (void)setChannelID:(id)arg1; +- (void)setDraftListID:(id)arg1; - (void)setHasCanAccessDrafts:(BOOL)arg1; - (void)writeTo:(id)arg1; diff --git a/PrivateFrameworks/NewsTransport.framework/NTPBConfig.h b/PrivateFrameworks/NewsTransport.framework/NTPBConfig.h index 6ff53b3fe6..646bb23eba 100644 --- a/PrivateFrameworks/NewsTransport.framework/NTPBConfig.h +++ b/PrivateFrameworks/NewsTransport.framework/NTPBConfig.h @@ -7,6 +7,8 @@ BOOL _alternativeButlerWidgetConfigEnabled; NSString * _anfEmbedConfigurationAsset; long long _appConfigRefreshRate; + double _articleDiversitySimilarityExpectationEnd; + double _articleDiversitySimilarityExpectationStart; long long _articleRapidUpdatesTimeout; long long _autoScrollToTopFeedTimeout; double _batchedFeedTimeout; @@ -14,18 +16,26 @@ long long _endOfArticleMaxInaccessiblePaidArticles; double _endOfArticleMinPaidHeadlineRatio; NSMutableArray * _endpointConfigs; + long long _expiredPaidSubscriptionGroupCutoffTime; NSString * _fallbackLanguageTag; NSString * _forYouNonPersonalizedGroupsOrder; struct { unsigned int appConfigRefreshRate : 1; + unsigned int articleDiversitySimilarityExpectationEnd : 1; + unsigned int articleDiversitySimilarityExpectationStart : 1; unsigned int articleRapidUpdatesTimeout : 1; unsigned int autoScrollToTopFeedTimeout : 1; unsigned int batchedFeedTimeout : 1; unsigned int endOfArticleMaxInaccessiblePaidArticles : 1; unsigned int endOfArticleMinPaidHeadlineRatio : 1; + unsigned int expiredPaidSubscriptionGroupCutoffTime : 1; unsigned int initialArticlesFromNewFavorite : 1; unsigned int interstitialAdLoadDelay : 1; unsigned int longReminderTime : 1; + unsigned int maxExpiredPaidSubscriptionGroupCount : 1; + unsigned int maxPaidSubscriptionGroupSizeIPad : 1; + unsigned int maxPaidSubscriptionGroupSizeIPhone : 1; + unsigned int maxTimesHeadlineInPaidSubscriptionGroup : 1; unsigned int minimumArticleUpdateInterval : 1; unsigned int minimumDistanceBetweenImageOnTopTiles : 1; unsigned int newFavoriteNotificationAlertsFrequency : 1; @@ -34,6 +44,8 @@ unsigned int notificationEnabledChannelsRefreshFrequency : 1; unsigned int numberOfScreenfulsScrolledToBypassWidgetTimeLimit : 1; unsigned int prerollLoadingTimeout : 1; + unsigned int publisherDiversitySlope : 1; + unsigned int publisherDiversityYIntercept : 1; unsigned int savedArticlesCutoffTime : 1; unsigned int savedArticlesMaximumCountCellular : 1; unsigned int savedArticlesMaximumCountWifi : 1; @@ -56,6 +68,10 @@ double _interstitialAdLoadDelay; NSMutableArray * _languageConfigs; long long _longReminderTime; + long long _maxExpiredPaidSubscriptionGroupCount; + long long _maxPaidSubscriptionGroupSizeIPad; + long long _maxPaidSubscriptionGroupSizeIPhone; + long long _maxTimesHeadlineInPaidSubscriptionGroup; long long _minimumArticleUpdateInterval; long long _minimumDistanceBetweenImageOnTopTiles; long long _newFavoriteNotificationAlertsFrequency; @@ -68,6 +84,8 @@ NTPBPersonalizationConfig * _personalizationConfig; NTPBPrefetchConfig * _prefetchConfig; double _prerollLoadingTimeout; + double _publisherDiversitySlope; + double _publisherDiversityYIntercept; long long _savedArticlesCutoffTime; long long _savedArticlesMaximumCountCellular; long long _savedArticlesMaximumCountWifi; @@ -89,6 +107,8 @@ @property (nonatomic) BOOL alternativeButlerWidgetConfigEnabled; @property (nonatomic, retain) NSString *anfEmbedConfigurationAsset; @property (nonatomic) long long appConfigRefreshRate; +@property (nonatomic) double articleDiversitySimilarityExpectationEnd; +@property (nonatomic) double articleDiversitySimilarityExpectationStart; @property (nonatomic) long long articleRapidUpdatesTimeout; @property (nonatomic) long long autoScrollToTopFeedTimeout; @property (nonatomic) double batchedFeedTimeout; @@ -96,24 +116,32 @@ @property (nonatomic) long long endOfArticleMaxInaccessiblePaidArticles; @property (nonatomic) double endOfArticleMinPaidHeadlineRatio; @property (nonatomic, retain) NSMutableArray *endpointConfigs; +@property (nonatomic) long long expiredPaidSubscriptionGroupCutoffTime; @property (nonatomic, retain) NSString *fallbackLanguageTag; @property (nonatomic, retain) NSString *forYouNonPersonalizedGroupsOrder; @property (nonatomic, readonly) BOOL hasAlternativeButlerWidgetConfig; @property (nonatomic) BOOL hasAlternativeButlerWidgetConfigEnabled; @property (nonatomic, readonly) BOOL hasAnfEmbedConfigurationAsset; @property (nonatomic) BOOL hasAppConfigRefreshRate; +@property (nonatomic) BOOL hasArticleDiversitySimilarityExpectationEnd; +@property (nonatomic) BOOL hasArticleDiversitySimilarityExpectationStart; @property (nonatomic) BOOL hasArticleRapidUpdatesTimeout; @property (nonatomic) BOOL hasAutoScrollToTopFeedTimeout; @property (nonatomic) BOOL hasBatchedFeedTimeout; @property (nonatomic, readonly) BOOL hasButlerWidgetConfig; @property (nonatomic) BOOL hasEndOfArticleMaxInaccessiblePaidArticles; @property (nonatomic) BOOL hasEndOfArticleMinPaidHeadlineRatio; +@property (nonatomic) BOOL hasExpiredPaidSubscriptionGroupCutoffTime; @property (nonatomic, readonly) BOOL hasFallbackLanguageTag; @property (nonatomic, readonly) BOOL hasForYouNonPersonalizedGroupsOrder; @property (nonatomic, readonly) BOOL hasIadConfig; @property (nonatomic) BOOL hasInitialArticlesFromNewFavorite; @property (nonatomic) BOOL hasInterstitialAdLoadDelay; @property (nonatomic) BOOL hasLongReminderTime; +@property (nonatomic) BOOL hasMaxExpiredPaidSubscriptionGroupCount; +@property (nonatomic) BOOL hasMaxPaidSubscriptionGroupSizeIPad; +@property (nonatomic) BOOL hasMaxPaidSubscriptionGroupSizeIPhone; +@property (nonatomic) BOOL hasMaxTimesHeadlineInPaidSubscriptionGroup; @property (nonatomic) BOOL hasMinimumArticleUpdateInterval; @property (nonatomic) BOOL hasMinimumDistanceBetweenImageOnTopTiles; @property (nonatomic) BOOL hasNewFavoriteNotificationAlertsFrequency; @@ -126,6 +154,8 @@ @property (nonatomic, readonly) BOOL hasPersonalizationConfig; @property (nonatomic, readonly) BOOL hasPrefetchConfig; @property (nonatomic) BOOL hasPrerollLoadingTimeout; +@property (nonatomic) BOOL hasPublisherDiversitySlope; +@property (nonatomic) BOOL hasPublisherDiversityYIntercept; @property (nonatomic) BOOL hasSavedArticlesCutoffTime; @property (nonatomic) BOOL hasSavedArticlesMaximumCountCellular; @property (nonatomic) BOOL hasSavedArticlesMaximumCountWifi; @@ -146,6 +176,10 @@ @property (nonatomic) double interstitialAdLoadDelay; @property (nonatomic, retain) NSMutableArray *languageConfigs; @property (nonatomic) long long longReminderTime; +@property (nonatomic) long long maxExpiredPaidSubscriptionGroupCount; +@property (nonatomic) long long maxPaidSubscriptionGroupSizeIPad; +@property (nonatomic) long long maxPaidSubscriptionGroupSizeIPhone; +@property (nonatomic) long long maxTimesHeadlineInPaidSubscriptionGroup; @property (nonatomic) long long minimumArticleUpdateInterval; @property (nonatomic) long long minimumDistanceBetweenImageOnTopTiles; @property (nonatomic) long long newFavoriteNotificationAlertsFrequency; @@ -158,6 +192,8 @@ @property (nonatomic, retain) NTPBPersonalizationConfig *personalizationConfig; @property (nonatomic, retain) NTPBPrefetchConfig *prefetchConfig; @property (nonatomic) double prerollLoadingTimeout; +@property (nonatomic) double publisherDiversitySlope; +@property (nonatomic) double publisherDiversityYIntercept; @property (nonatomic) long long savedArticlesCutoffTime; @property (nonatomic) long long savedArticlesMaximumCountCellular; @property (nonatomic) long long savedArticlesMaximumCountWifi; @@ -184,6 +220,8 @@ - (BOOL)alternativeButlerWidgetConfigEnabled; - (id)anfEmbedConfigurationAsset; - (long long)appConfigRefreshRate; +- (double)articleDiversitySimilarityExpectationEnd; +- (double)articleDiversitySimilarityExpectationStart; - (long long)articleRapidUpdatesTimeout; - (long long)autoScrollToTopFeedTimeout; - (double)batchedFeedTimeout; @@ -198,24 +236,32 @@ - (id)endpointConfigs; - (id)endpointConfigsAtIndex:(unsigned int)arg1; - (unsigned int)endpointConfigsCount; +- (long long)expiredPaidSubscriptionGroupCutoffTime; - (id)fallbackLanguageTag; - (id)forYouNonPersonalizedGroupsOrder; - (BOOL)hasAlternativeButlerWidgetConfig; - (BOOL)hasAlternativeButlerWidgetConfigEnabled; - (BOOL)hasAnfEmbedConfigurationAsset; - (BOOL)hasAppConfigRefreshRate; +- (BOOL)hasArticleDiversitySimilarityExpectationEnd; +- (BOOL)hasArticleDiversitySimilarityExpectationStart; - (BOOL)hasArticleRapidUpdatesTimeout; - (BOOL)hasAutoScrollToTopFeedTimeout; - (BOOL)hasBatchedFeedTimeout; - (BOOL)hasButlerWidgetConfig; - (BOOL)hasEndOfArticleMaxInaccessiblePaidArticles; - (BOOL)hasEndOfArticleMinPaidHeadlineRatio; +- (BOOL)hasExpiredPaidSubscriptionGroupCutoffTime; - (BOOL)hasFallbackLanguageTag; - (BOOL)hasForYouNonPersonalizedGroupsOrder; - (BOOL)hasIadConfig; - (BOOL)hasInitialArticlesFromNewFavorite; - (BOOL)hasInterstitialAdLoadDelay; - (BOOL)hasLongReminderTime; +- (BOOL)hasMaxExpiredPaidSubscriptionGroupCount; +- (BOOL)hasMaxPaidSubscriptionGroupSizeIPad; +- (BOOL)hasMaxPaidSubscriptionGroupSizeIPhone; +- (BOOL)hasMaxTimesHeadlineInPaidSubscriptionGroup; - (BOOL)hasMinimumArticleUpdateInterval; - (BOOL)hasMinimumDistanceBetweenImageOnTopTiles; - (BOOL)hasNewFavoriteNotificationAlertsFrequency; @@ -228,6 +274,8 @@ - (BOOL)hasPersonalizationConfig; - (BOOL)hasPrefetchConfig; - (BOOL)hasPrerollLoadingTimeout; +- (BOOL)hasPublisherDiversitySlope; +- (BOOL)hasPublisherDiversityYIntercept; - (BOOL)hasSavedArticlesCutoffTime; - (BOOL)hasSavedArticlesMaximumCountCellular; - (BOOL)hasSavedArticlesMaximumCountWifi; @@ -252,6 +300,10 @@ - (id)languageConfigsAtIndex:(unsigned int)arg1; - (unsigned int)languageConfigsCount; - (long long)longReminderTime; +- (long long)maxExpiredPaidSubscriptionGroupCount; +- (long long)maxPaidSubscriptionGroupSizeIPad; +- (long long)maxPaidSubscriptionGroupSizeIPhone; +- (long long)maxTimesHeadlineInPaidSubscriptionGroup; - (void)mergeFrom:(id)arg1; - (long long)minimumArticleUpdateInterval; - (long long)minimumDistanceBetweenImageOnTopTiles; @@ -265,6 +317,8 @@ - (id)personalizationConfig; - (id)prefetchConfig; - (double)prerollLoadingTimeout; +- (double)publisherDiversitySlope; +- (double)publisherDiversityYIntercept; - (BOOL)readFrom:(id)arg1; - (long long)savedArticlesCutoffTime; - (long long)savedArticlesMaximumCountCellular; @@ -274,6 +328,8 @@ - (void)setAlternativeButlerWidgetConfigEnabled:(BOOL)arg1; - (void)setAnfEmbedConfigurationAsset:(id)arg1; - (void)setAppConfigRefreshRate:(long long)arg1; +- (void)setArticleDiversitySimilarityExpectationEnd:(double)arg1; +- (void)setArticleDiversitySimilarityExpectationStart:(double)arg1; - (void)setArticleRapidUpdatesTimeout:(long long)arg1; - (void)setAutoScrollToTopFeedTimeout:(long long)arg1; - (void)setBatchedFeedTimeout:(double)arg1; @@ -281,18 +337,26 @@ - (void)setEndOfArticleMaxInaccessiblePaidArticles:(long long)arg1; - (void)setEndOfArticleMinPaidHeadlineRatio:(double)arg1; - (void)setEndpointConfigs:(id)arg1; +- (void)setExpiredPaidSubscriptionGroupCutoffTime:(long long)arg1; - (void)setFallbackLanguageTag:(id)arg1; - (void)setForYouNonPersonalizedGroupsOrder:(id)arg1; - (void)setHasAlternativeButlerWidgetConfigEnabled:(BOOL)arg1; - (void)setHasAppConfigRefreshRate:(BOOL)arg1; +- (void)setHasArticleDiversitySimilarityExpectationEnd:(BOOL)arg1; +- (void)setHasArticleDiversitySimilarityExpectationStart:(BOOL)arg1; - (void)setHasArticleRapidUpdatesTimeout:(BOOL)arg1; - (void)setHasAutoScrollToTopFeedTimeout:(BOOL)arg1; - (void)setHasBatchedFeedTimeout:(BOOL)arg1; - (void)setHasEndOfArticleMaxInaccessiblePaidArticles:(BOOL)arg1; - (void)setHasEndOfArticleMinPaidHeadlineRatio:(BOOL)arg1; +- (void)setHasExpiredPaidSubscriptionGroupCutoffTime:(BOOL)arg1; - (void)setHasInitialArticlesFromNewFavorite:(BOOL)arg1; - (void)setHasInterstitialAdLoadDelay:(BOOL)arg1; - (void)setHasLongReminderTime:(BOOL)arg1; +- (void)setHasMaxExpiredPaidSubscriptionGroupCount:(BOOL)arg1; +- (void)setHasMaxPaidSubscriptionGroupSizeIPad:(BOOL)arg1; +- (void)setHasMaxPaidSubscriptionGroupSizeIPhone:(BOOL)arg1; +- (void)setHasMaxTimesHeadlineInPaidSubscriptionGroup:(BOOL)arg1; - (void)setHasMinimumArticleUpdateInterval:(BOOL)arg1; - (void)setHasMinimumDistanceBetweenImageOnTopTiles:(BOOL)arg1; - (void)setHasNewFavoriteNotificationAlertsFrequency:(BOOL)arg1; @@ -302,6 +366,8 @@ - (void)setHasNotificationEnabledChannelsRefreshFrequency:(BOOL)arg1; - (void)setHasNumberOfScreenfulsScrolledToBypassWidgetTimeLimit:(BOOL)arg1; - (void)setHasPrerollLoadingTimeout:(BOOL)arg1; +- (void)setHasPublisherDiversitySlope:(BOOL)arg1; +- (void)setHasPublisherDiversityYIntercept:(BOOL)arg1; - (void)setHasSavedArticlesCutoffTime:(BOOL)arg1; - (void)setHasSavedArticlesMaximumCountCellular:(BOOL)arg1; - (void)setHasSavedArticlesMaximumCountWifi:(BOOL)arg1; @@ -321,6 +387,10 @@ - (void)setInterstitialAdLoadDelay:(double)arg1; - (void)setLanguageConfigs:(id)arg1; - (void)setLongReminderTime:(long long)arg1; +- (void)setMaxExpiredPaidSubscriptionGroupCount:(long long)arg1; +- (void)setMaxPaidSubscriptionGroupSizeIPad:(long long)arg1; +- (void)setMaxPaidSubscriptionGroupSizeIPhone:(long long)arg1; +- (void)setMaxTimesHeadlineInPaidSubscriptionGroup:(long long)arg1; - (void)setMinimumArticleUpdateInterval:(long long)arg1; - (void)setMinimumDistanceBetweenImageOnTopTiles:(long long)arg1; - (void)setNewFavoriteNotificationAlertsFrequency:(long long)arg1; @@ -333,6 +403,8 @@ - (void)setPersonalizationConfig:(id)arg1; - (void)setPrefetchConfig:(id)arg1; - (void)setPrerollLoadingTimeout:(double)arg1; +- (void)setPublisherDiversitySlope:(double)arg1; +- (void)setPublisherDiversityYIntercept:(double)arg1; - (void)setSavedArticlesCutoffTime:(long long)arg1; - (void)setSavedArticlesMaximumCountCellular:(long long)arg1; - (void)setSavedArticlesMaximumCountWifi:(long long)arg1; diff --git a/PrivateFrameworks/NewsTransport.framework/NTPBDiscoverMoreInterstitialExposure.h b/PrivateFrameworks/NewsTransport.framework/NTPBDiscoverMoreInterstitialExposure.h new file mode 100644 index 0000000000..4cb97e8e19 --- /dev/null +++ b/PrivateFrameworks/NewsTransport.framework/NTPBDiscoverMoreInterstitialExposure.h @@ -0,0 +1,53 @@ +/* Generated by RuntimeBrowser + Image: /System/Library/PrivateFrameworks/NewsTransport.framework/NewsTransport + */ + +@interface NTPBDiscoverMoreInterstitialExposure : PBCodable { + struct { + unsigned int nextArticleAffordanceType : 1; + unsigned int userAction : 1; + unsigned int withNextArticleAffordance : 1; + } _has; + int _nextArticleAffordanceType; + NSString * _tappedNextArticleAffordanceFeedId; + int _userAction; + BOOL _withNextArticleAffordance; +} + +@property (nonatomic) BOOL hasNextArticleAffordanceType; +@property (nonatomic, readonly) BOOL hasTappedNextArticleAffordanceFeedId; +@property (nonatomic) BOOL hasUserAction; +@property (nonatomic) BOOL hasWithNextArticleAffordance; +@property (nonatomic) int nextArticleAffordanceType; +@property (nonatomic, retain) NSString *tappedNextArticleAffordanceFeedId; +@property (nonatomic) int userAction; +@property (nonatomic) BOOL withNextArticleAffordance; + +- (void).cxx_destruct; +- (int)StringAsNextArticleAffordanceType:(id)arg1; +- (id)copyWithZone:(struct _NSZone { }*)arg1; +- (id)description; +- (id)dictionaryRepresentation; +- (BOOL)hasNextArticleAffordanceType; +- (BOOL)hasTappedNextArticleAffordanceFeedId; +- (BOOL)hasUserAction; +- (BOOL)hasWithNextArticleAffordance; +- (unsigned int)hash; +- (BOOL)isEqual:(id)arg1; +- (void)mergeFrom:(id)arg1; +- (int)nextArticleAffordanceType; +- (id)nextArticleAffordanceTypeAsString:(int)arg1; +- (BOOL)readFrom:(id)arg1; +- (void)setHasNextArticleAffordanceType:(BOOL)arg1; +- (void)setHasUserAction:(BOOL)arg1; +- (void)setHasWithNextArticleAffordance:(BOOL)arg1; +- (void)setNextArticleAffordanceType:(int)arg1; +- (void)setTappedNextArticleAffordanceFeedId:(id)arg1; +- (void)setUserAction:(int)arg1; +- (void)setWithNextArticleAffordance:(BOOL)arg1; +- (id)tappedNextArticleAffordanceFeedId; +- (int)userAction; +- (BOOL)withNextArticleAffordance; +- (void)writeTo:(id)arg1; + +@end diff --git a/PrivateFrameworks/NewsTransport.framework/NTPBEventObject.h b/PrivateFrameworks/NewsTransport.framework/NTPBEventObject.h index d03df49a93..35b13f89b4 100644 --- a/PrivateFrameworks/NewsTransport.framework/NTPBEventObject.h +++ b/PrivateFrameworks/NewsTransport.framework/NTPBEventObject.h @@ -15,6 +15,7 @@ NTPBComscoreEventSend * _comscoreEventSend; NTPBCoverArticleWidgetExposure * _coverArticleWidgetExposure; NTPBCoverArticleWidgetView * _coverArticleWidgetView; + NTPBDiscoverMoreInterstitialExposure * _discoverMoreInterstitialExposure; NTPBEmailOptInInvite * _emailOptInInvite; NTPBEndOfArticleExposure * _endOfArticleExposure; NTPBFeedCellExposure * _feedCellExposure; @@ -72,6 +73,7 @@ @property (nonatomic, retain) NTPBComscoreEventSend *comscoreEventSend; @property (nonatomic, retain) NTPBCoverArticleWidgetExposure *coverArticleWidgetExposure; @property (nonatomic, retain) NTPBCoverArticleWidgetView *coverArticleWidgetView; +@property (nonatomic, retain) NTPBDiscoverMoreInterstitialExposure *discoverMoreInterstitialExposure; @property (nonatomic, retain) NTPBEmailOptInInvite *emailOptInInvite; @property (nonatomic, retain) NTPBEndOfArticleExposure *endOfArticleExposure; @property (nonatomic, retain) NTPBFeedCellExposure *feedCellExposure; @@ -92,6 +94,7 @@ @property (nonatomic, readonly) BOOL hasComscoreEventSend; @property (nonatomic, readonly) BOOL hasCoverArticleWidgetExposure; @property (nonatomic, readonly) BOOL hasCoverArticleWidgetView; +@property (nonatomic, readonly) BOOL hasDiscoverMoreInterstitialExposure; @property (nonatomic, readonly) BOOL hasEmailOptInInvite; @property (nonatomic, readonly) BOOL hasEndOfArticleExposure; @property (nonatomic, readonly) BOOL hasFeedCellExposure; @@ -187,6 +190,7 @@ - (id)coverArticleWidgetView; - (id)description; - (id)dictionaryRepresentation; +- (id)discoverMoreInterstitialExposure; - (id)emailOptInInvite; - (id)endOfArticleExposure; - (id)feedCellExposure; @@ -207,6 +211,7 @@ - (BOOL)hasComscoreEventSend; - (BOOL)hasCoverArticleWidgetExposure; - (BOOL)hasCoverArticleWidgetView; +- (BOOL)hasDiscoverMoreInterstitialExposure; - (BOOL)hasEmailOptInInvite; - (BOOL)hasEndOfArticleExposure; - (BOOL)hasFeedCellExposure; @@ -290,6 +295,7 @@ - (void)setComscoreEventSend:(id)arg1; - (void)setCoverArticleWidgetExposure:(id)arg1; - (void)setCoverArticleWidgetView:(id)arg1; +- (void)setDiscoverMoreInterstitialExposure:(id)arg1; - (void)setEmailOptInInvite:(id)arg1; - (void)setEndOfArticleExposure:(id)arg1; - (void)setFeedCellExposure:(id)arg1; diff --git a/PrivateFrameworks/NewsTransport.framework/NTPBFeedItem.h b/PrivateFrameworks/NewsTransport.framework/NTPBFeedItem.h index 69a1fc2c52..ad37e65e0a 100644 --- a/PrivateFrameworks/NewsTransport.framework/NTPBFeedItem.h +++ b/PrivateFrameworks/NewsTransport.framework/NTPBFeedItem.h @@ -40,6 +40,7 @@ @property (nonatomic, readonly, copy) NSString *articleID; @property (nonatomic, retain) NSString *articleID; @property (nonatomic, readonly) unsigned long long articleRecordModificationDateMilliseconds; +@property (nonatomic, readonly) BOOL canBePurchased; @property (nonatomic, readonly, copy) NSString *clusterID; @property (nonatomic, retain) NSString *clusterID; @property (nonatomic, readonly) unsigned long long contentType; @@ -183,6 +184,7 @@ - (unsigned long long)articleContentType; - (unsigned long long)articleRecordModificationDateMilliseconds; +- (BOOL)canBePurchased; - (int)compareOrder:(id)arg1; - (int)compareOrderDescending:(id)arg1; - (id)description; diff --git a/PrivateFrameworks/NewsTransport.framework/NTPBFeedViewportGap.h b/PrivateFrameworks/NewsTransport.framework/NTPBFeedViewportGap.h index 0f80bd9bfd..c5af885ff4 100644 --- a/PrivateFrameworks/NewsTransport.framework/NTPBFeedViewportGap.h +++ b/PrivateFrameworks/NewsTransport.framework/NTPBFeedViewportGap.h @@ -3,6 +3,11 @@ */ @interface NTPBFeedViewportGap : PBCodable { + struct { + int *list; + unsigned int count; + unsigned int size; + } _activeGroupEmitterIDRefs; NSMutableArray * _cursors; struct { int *list; @@ -10,35 +15,51 @@ unsigned int size; } _groupEmitterIDRefs; struct { + unsigned int isOffline : 1; unsigned int reachedEnd : 1; } _has; NSString * _identifier; + BOOL _isOffline; NTPBFeedViewportEdition * _lastCompletedEdition; NTPBDate * _modificationDate; + NSMutableArray * _pendingGroups; BOOL _reachedEnd; NTPBDate * _refreshDate; } +@property (nonatomic, readonly) int*activeGroupEmitterIDRefs; +@property (nonatomic, readonly) unsigned int activeGroupEmitterIDRefsCount; @property (nonatomic, retain) NSMutableArray *cursors; @property (nonatomic, readonly) int*groupEmitterIDRefs; @property (nonatomic, readonly) unsigned int groupEmitterIDRefsCount; @property (nonatomic, readonly) BOOL hasIdentifier; +@property (nonatomic) BOOL hasIsOffline; @property (nonatomic, readonly) BOOL hasLastCompletedEdition; @property (nonatomic, readonly) BOOL hasModificationDate; @property (nonatomic) BOOL hasReachedEnd; @property (nonatomic, readonly) BOOL hasRefreshDate; @property (nonatomic, retain) NSString *identifier; +@property (nonatomic) BOOL isOffline; @property (nonatomic, retain) NTPBFeedViewportEdition *lastCompletedEdition; @property (nonatomic, retain) NTPBDate *modificationDate; +@property (nonatomic, retain) NSMutableArray *pendingGroups; @property (nonatomic) BOOL reachedEnd; @property (nonatomic, retain) NTPBDate *refreshDate; + (Class)cursorsType; ++ (Class)pendingGroupsType; +- (int*)activeGroupEmitterIDRefs; +- (int)activeGroupEmitterIDRefsAtIndex:(unsigned int)arg1; +- (unsigned int)activeGroupEmitterIDRefsCount; +- (void)addActiveGroupEmitterIDRefs:(int)arg1; - (void)addCursors:(id)arg1; - (void)addGroupEmitterIDRef:(int)arg1; +- (void)addPendingGroups:(id)arg1; +- (void)clearActiveGroupEmitterIDRefs; - (void)clearCursors; - (void)clearGroupEmitterIDRefs; +- (void)clearPendingGroups; - (id)copyWithZone:(struct _NSZone { }*)arg1; - (id)cursors; - (id)cursorsAtIndex:(unsigned int)arg1; @@ -50,6 +71,7 @@ - (int*)groupEmitterIDRefs; - (unsigned int)groupEmitterIDRefsCount; - (BOOL)hasIdentifier; +- (BOOL)hasIsOffline; - (BOOL)hasLastCompletedEdition; - (BOOL)hasModificationDate; - (BOOL)hasReachedEnd; @@ -57,18 +79,26 @@ - (unsigned int)hash; - (id)identifier; - (BOOL)isEqual:(id)arg1; +- (BOOL)isOffline; - (id)lastCompletedEdition; - (void)mergeFrom:(id)arg1; - (id)modificationDate; +- (id)pendingGroups; +- (id)pendingGroupsAtIndex:(unsigned int)arg1; +- (unsigned int)pendingGroupsCount; - (BOOL)reachedEnd; - (BOOL)readFrom:(id)arg1; - (id)refreshDate; +- (void)setActiveGroupEmitterIDRefs:(int*)arg1 count:(unsigned int)arg2; - (void)setCursors:(id)arg1; - (void)setGroupEmitterIDRefs:(int*)arg1 count:(unsigned int)arg2; +- (void)setHasIsOffline:(BOOL)arg1; - (void)setHasReachedEnd:(BOOL)arg1; - (void)setIdentifier:(id)arg1; +- (void)setIsOffline:(BOOL)arg1; - (void)setLastCompletedEdition:(id)arg1; - (void)setModificationDate:(id)arg1; +- (void)setPendingGroups:(id)arg1; - (void)setReachedEnd:(BOOL)arg1; - (void)setRefreshDate:(id)arg1; - (void)writeTo:(id)arg1; diff --git a/PrivateFrameworks/NewsTransport.framework/NTPBFeedViewportHeadline.h b/PrivateFrameworks/NewsTransport.framework/NTPBFeedViewportHeadline.h index 1ab54ba301..52f7e04b98 100644 --- a/PrivateFrameworks/NewsTransport.framework/NTPBFeedViewportHeadline.h +++ b/PrivateFrameworks/NewsTransport.framework/NTPBFeedViewportHeadline.h @@ -5,8 +5,10 @@ @interface NTPBFeedViewportHeadline : PBCodable { NSString * _articleID; NSString * _clusterID; + NTPBDate * _displayDate; struct { unsigned int tileProminenceScore : 1; + unsigned int storyType : 1; unsigned int surfacedByBinIDRef : 1; unsigned int surfacedByChannelIDRef : 1; unsigned int surfacedBySectionIDRef : 1; @@ -15,6 +17,7 @@ unsigned int usesImageOnTopLayout : 1; } _has; BOOL _isTopStory; + int _storyType; int _surfacedByBinIDRef; int _surfacedByChannelIDRef; int _surfacedBySectionIDRef; @@ -25,9 +28,12 @@ @property (nonatomic, retain) NSString *articleID; @property (nonatomic, retain) NSString *clusterID; +@property (nonatomic, retain) NTPBDate *displayDate; @property (nonatomic, readonly) BOOL hasArticleID; @property (nonatomic, readonly) BOOL hasClusterID; +@property (nonatomic, readonly) BOOL hasDisplayDate; @property (nonatomic) BOOL hasIsTopStory; +@property (nonatomic) BOOL hasStoryType; @property (nonatomic) BOOL hasSurfacedByBinIDRef; @property (nonatomic) BOOL hasSurfacedByChannelIDRef; @property (nonatomic) BOOL hasSurfacedBySectionIDRef; @@ -35,6 +41,7 @@ @property (nonatomic) BOOL hasTileProminenceScore; @property (nonatomic) BOOL hasUsesImageOnTopLayout; @property (nonatomic) BOOL isTopStory; +@property (nonatomic) int storyType; @property (nonatomic) int surfacedByBinIDRef; @property (nonatomic) int surfacedByChannelIDRef; @property (nonatomic) int surfacedBySectionIDRef; @@ -48,9 +55,12 @@ - (void)dealloc; - (id)description; - (id)dictionaryRepresentation; +- (id)displayDate; - (BOOL)hasArticleID; - (BOOL)hasClusterID; +- (BOOL)hasDisplayDate; - (BOOL)hasIsTopStory; +- (BOOL)hasStoryType; - (BOOL)hasSurfacedByBinIDRef; - (BOOL)hasSurfacedByChannelIDRef; - (BOOL)hasSurfacedBySectionIDRef; @@ -64,7 +74,9 @@ - (BOOL)readFrom:(id)arg1; - (void)setArticleID:(id)arg1; - (void)setClusterID:(id)arg1; +- (void)setDisplayDate:(id)arg1; - (void)setHasIsTopStory:(BOOL)arg1; +- (void)setHasStoryType:(BOOL)arg1; - (void)setHasSurfacedByBinIDRef:(BOOL)arg1; - (void)setHasSurfacedByChannelIDRef:(BOOL)arg1; - (void)setHasSurfacedBySectionIDRef:(BOOL)arg1; @@ -72,12 +84,14 @@ - (void)setHasTileProminenceScore:(BOOL)arg1; - (void)setHasUsesImageOnTopLayout:(BOOL)arg1; - (void)setIsTopStory:(BOOL)arg1; +- (void)setStoryType:(int)arg1; - (void)setSurfacedByBinIDRef:(int)arg1; - (void)setSurfacedByChannelIDRef:(int)arg1; - (void)setSurfacedBySectionIDRef:(int)arg1; - (void)setSurfacedByTopicIDRef:(int)arg1; - (void)setTileProminenceScore:(double)arg1; - (void)setUsesImageOnTopLayout:(BOOL)arg1; +- (int)storyType; - (int)surfacedByBinIDRef; - (int)surfacedByChannelIDRef; - (int)surfacedBySectionIDRef; diff --git a/PrivateFrameworks/NewsTransport.framework/NTPBPurchaseLookupRecord.h b/PrivateFrameworks/NewsTransport.framework/NTPBPurchaseLookupRecord.h index d75caa8f6e..e16f7c03ce 100644 --- a/PrivateFrameworks/NewsTransport.framework/NTPBPurchaseLookupRecord.h +++ b/PrivateFrameworks/NewsTransport.framework/NTPBPurchaseLookupRecord.h @@ -3,39 +3,39 @@ */ @interface NTPBPurchaseLookupRecord : PBCodable { - NSString * _appAdamId; + NSString * _appAdamID; NTPBRecordBase * _base; - NSMutableArray * _channelTagIds; + NSMutableArray * _channelTagIDs; } -@property (nonatomic, retain) NSString *appAdamId; +@property (nonatomic, retain) NSString *appAdamID; @property (nonatomic, retain) NTPBRecordBase *base; -@property (nonatomic, retain) NSMutableArray *channelTagIds; -@property (nonatomic, readonly) BOOL hasAppAdamId; +@property (nonatomic, retain) NSMutableArray *channelTagIDs; +@property (nonatomic, readonly) BOOL hasAppAdamID; @property (nonatomic, readonly) BOOL hasBase; -+ (Class)channelTagIdsType; ++ (Class)channelTagIDsType; -- (void)addChannelTagIds:(id)arg1; -- (id)appAdamId; +- (void)addChannelTagIDs:(id)arg1; +- (id)appAdamID; - (id)base; -- (id)channelTagIds; -- (id)channelTagIdsAtIndex:(unsigned int)arg1; -- (unsigned int)channelTagIdsCount; -- (void)clearChannelTagIds; +- (id)channelTagIDs; +- (id)channelTagIDsAtIndex:(unsigned int)arg1; +- (unsigned int)channelTagIDsCount; +- (void)clearChannelTagIDs; - (id)copyWithZone:(struct _NSZone { }*)arg1; - (void)dealloc; - (id)description; - (id)dictionaryRepresentation; -- (BOOL)hasAppAdamId; +- (BOOL)hasAppAdamID; - (BOOL)hasBase; - (unsigned int)hash; - (BOOL)isEqual:(id)arg1; - (void)mergeFrom:(id)arg1; - (BOOL)readFrom:(id)arg1; -- (void)setAppAdamId:(id)arg1; +- (void)setAppAdamID:(id)arg1; - (void)setBase:(id)arg1; -- (void)setChannelTagIds:(id)arg1; +- (void)setChannelTagIDs:(id)arg1; - (void)writeTo:(id)arg1; @end diff --git a/PrivateFrameworks/NewsTransport.framework/NTPBReadingListAddRemove.h b/PrivateFrameworks/NewsTransport.framework/NTPBReadingListAddRemove.h index eb8d7c04a6..afbe2fff3d 100644 --- a/PrivateFrameworks/NewsTransport.framework/NTPBReadingListAddRemove.h +++ b/PrivateFrameworks/NewsTransport.framework/NTPBReadingListAddRemove.h @@ -12,6 +12,7 @@ int _characterCount; NSString * _creativeId; int _feedType; + BOOL _fromNextArticleAffordanceTap; struct { unsigned int personalizationTreatmentId : 1; unsigned int addRemoveReadingListLocation : 1; @@ -19,8 +20,10 @@ unsigned int backendArticleVersion : 1; unsigned int characterCount : 1; unsigned int feedType : 1; + unsigned int nextArticleAffordanceType : 1; unsigned int publisherArticleVersion : 1; unsigned int userAction : 1; + unsigned int fromNextArticleAffordanceTap : 1; unsigned int isCoverArticle : 1; unsigned int isDigitalReplicaAd : 1; unsigned int isFreeArticle : 1; @@ -36,6 +39,8 @@ BOOL _isUserSubscribedToFeed; NSString * _language; NSMutableArray * _namedEntities; + int _nextArticleAffordanceType; + NSString * _nextArticleAffordanceTypeFeedId; NSString * _notificationId; long long _personalizationTreatmentId; int _publisherArticleVersion; @@ -57,6 +62,7 @@ @property (nonatomic) int characterCount; @property (nonatomic, retain) NSString *creativeId; @property (nonatomic) int feedType; +@property (nonatomic) BOOL fromNextArticleAffordanceTap; @property (nonatomic) BOOL hasAddRemoveReadingListLocation; @property (nonatomic, readonly) BOOL hasArticleId; @property (nonatomic) BOOL hasArticleType; @@ -66,6 +72,7 @@ @property (nonatomic) BOOL hasCharacterCount; @property (nonatomic, readonly) BOOL hasCreativeId; @property (nonatomic) BOOL hasFeedType; +@property (nonatomic) BOOL hasFromNextArticleAffordanceTap; @property (nonatomic) BOOL hasIsCoverArticle; @property (nonatomic) BOOL hasIsDigitalReplicaAd; @property (nonatomic) BOOL hasIsFreeArticle; @@ -73,6 +80,8 @@ @property (nonatomic) BOOL hasIsPaidSubscriberToSourceChannel; @property (nonatomic) BOOL hasIsUserSubscribedToFeed; @property (nonatomic, readonly) BOOL hasLanguage; +@property (nonatomic) BOOL hasNextArticleAffordanceType; +@property (nonatomic, readonly) BOOL hasNextArticleAffordanceTypeFeedId; @property (nonatomic, readonly) BOOL hasNotificationId; @property (nonatomic) BOOL hasPersonalizationTreatmentId; @property (nonatomic) BOOL hasPublisherArticleVersion; @@ -91,6 +100,8 @@ @property (nonatomic) BOOL isUserSubscribedToFeed; @property (nonatomic, retain) NSString *language; @property (nonatomic, retain) NSMutableArray *namedEntities; +@property (nonatomic) int nextArticleAffordanceType; +@property (nonatomic, retain) NSString *nextArticleAffordanceTypeFeedId; @property (nonatomic, retain) NSString *notificationId; @property (nonatomic) long long personalizationTreatmentId; @property (nonatomic) int publisherArticleVersion; @@ -107,6 +118,7 @@ - (void).cxx_destruct; - (int)StringAsArticleType:(id)arg1; - (int)StringAsFeedType:(id)arg1; +- (int)StringAsNextArticleAffordanceType:(id)arg1; - (void)addNamedEntities:(id)arg1; - (int)addRemoveReadingListLocation; - (id)articleId; @@ -123,6 +135,7 @@ - (id)dictionaryRepresentation; - (int)feedType; - (id)feedTypeAsString:(int)arg1; +- (BOOL)fromNextArticleAffordanceTap; - (BOOL)hasAddRemoveReadingListLocation; - (BOOL)hasArticleId; - (BOOL)hasArticleType; @@ -132,6 +145,7 @@ - (BOOL)hasCharacterCount; - (BOOL)hasCreativeId; - (BOOL)hasFeedType; +- (BOOL)hasFromNextArticleAffordanceTap; - (BOOL)hasIsCoverArticle; - (BOOL)hasIsDigitalReplicaAd; - (BOOL)hasIsFreeArticle; @@ -139,6 +153,8 @@ - (BOOL)hasIsPaidSubscriberToSourceChannel; - (BOOL)hasIsUserSubscribedToFeed; - (BOOL)hasLanguage; +- (BOOL)hasNextArticleAffordanceType; +- (BOOL)hasNextArticleAffordanceTypeFeedId; - (BOOL)hasNotificationId; - (BOOL)hasPersonalizationTreatmentId; - (BOOL)hasPublisherArticleVersion; @@ -162,6 +178,9 @@ - (id)namedEntities; - (id)namedEntitiesAtIndex:(unsigned int)arg1; - (unsigned int)namedEntitiesCount; +- (int)nextArticleAffordanceType; +- (id)nextArticleAffordanceTypeAsString:(int)arg1; +- (id)nextArticleAffordanceTypeFeedId; - (id)notificationId; - (long long)personalizationTreatmentId; - (int)publisherArticleVersion; @@ -177,17 +196,20 @@ - (void)setCharacterCount:(int)arg1; - (void)setCreativeId:(id)arg1; - (void)setFeedType:(int)arg1; +- (void)setFromNextArticleAffordanceTap:(BOOL)arg1; - (void)setHasAddRemoveReadingListLocation:(BOOL)arg1; - (void)setHasArticleType:(BOOL)arg1; - (void)setHasBackendArticleVersion:(BOOL)arg1; - (void)setHasCharacterCount:(BOOL)arg1; - (void)setHasFeedType:(BOOL)arg1; +- (void)setHasFromNextArticleAffordanceTap:(BOOL)arg1; - (void)setHasIsCoverArticle:(BOOL)arg1; - (void)setHasIsDigitalReplicaAd:(BOOL)arg1; - (void)setHasIsFreeArticle:(BOOL)arg1; - (void)setHasIsNotificationArticle:(BOOL)arg1; - (void)setHasIsPaidSubscriberToSourceChannel:(BOOL)arg1; - (void)setHasIsUserSubscribedToFeed:(BOOL)arg1; +- (void)setHasNextArticleAffordanceType:(BOOL)arg1; - (void)setHasPersonalizationTreatmentId:(BOOL)arg1; - (void)setHasPublisherArticleVersion:(BOOL)arg1; - (void)setHasUserAction:(BOOL)arg1; @@ -199,6 +221,8 @@ - (void)setIsUserSubscribedToFeed:(BOOL)arg1; - (void)setLanguage:(id)arg1; - (void)setNamedEntities:(id)arg1; +- (void)setNextArticleAffordanceType:(int)arg1; +- (void)setNextArticleAffordanceTypeFeedId:(id)arg1; - (void)setNotificationId:(id)arg1; - (void)setPersonalizationTreatmentId:(long long)arg1; - (void)setPublisherArticleVersion:(int)arg1; diff --git a/PrivateFrameworks/NewsTransport.framework/NTPBRecordBase.h b/PrivateFrameworks/NewsTransport.framework/NTPBRecordBase.h index 89581f6ef0..39348381d4 100644 --- a/PrivateFrameworks/NewsTransport.framework/NTPBRecordBase.h +++ b/PrivateFrameworks/NewsTransport.framework/NTPBRecordBase.h @@ -78,6 +78,8 @@ // Image: /System/Library/PrivateFrameworks/NewsCore.framework/NewsCore +- (BOOL)fc_isCachedAgeGreaterThan:(double)arg1; +- (BOOL)fc_isCachedAgeLessThan:(double)arg1; - (BOOL)hasExpiredAssetURLs; - (BOOL)needsAssetURLRefresh; diff --git a/PrivateFrameworks/NewsTransport.framework/NTPBShareResult.h b/PrivateFrameworks/NewsTransport.framework/NTPBShareResult.h index 05622ca57f..f611eeef4f 100644 --- a/PrivateFrameworks/NewsTransport.framework/NTPBShareResult.h +++ b/PrivateFrameworks/NewsTransport.framework/NTPBShareResult.h @@ -17,6 +17,7 @@ NSString * _feedId; int _feedType; NSData * _feedViewExposureId; + BOOL _fromNextArticleAffordanceTap; NSString * _groupFeedId; int _groupType; struct { @@ -27,10 +28,12 @@ unsigned int contentType : 1; unsigned int feedType : 1; unsigned int groupType : 1; + unsigned int nextArticleAffordanceType : 1; unsigned int publisherArticleVersion : 1; unsigned int resultType : 1; unsigned int shareLocation : 1; unsigned int shareMethod : 1; + unsigned int fromNextArticleAffordanceTap : 1; unsigned int isCoverArticle : 1; unsigned int isDigitalReplicaAd : 1; unsigned int isFreeArticle : 1; @@ -49,6 +52,8 @@ BOOL _isUserSubscribedToFeed; NSString * _language; NSMutableArray * _namedEntities; + int _nextArticleAffordanceType; + NSString * _nextArticleAffordanceTypeFeedId; NSString * _notificationId; long long _personalizationTreatmentId; int _publisherArticleVersion; @@ -77,6 +82,7 @@ @property (nonatomic, retain) NSString *feedId; @property (nonatomic) int feedType; @property (nonatomic, retain) NSData *feedViewExposureId; +@property (nonatomic) BOOL fromNextArticleAffordanceTap; @property (nonatomic, retain) NSString *groupFeedId; @property (nonatomic) int groupType; @property (nonatomic, readonly) BOOL hasArticleSessionId; @@ -93,6 +99,7 @@ @property (nonatomic, readonly) BOOL hasFeedId; @property (nonatomic) BOOL hasFeedType; @property (nonatomic, readonly) BOOL hasFeedViewExposureId; +@property (nonatomic) BOOL hasFromNextArticleAffordanceTap; @property (nonatomic, readonly) BOOL hasGroupFeedId; @property (nonatomic) BOOL hasGroupType; @property (nonatomic, readonly) BOOL hasIosActivityType; @@ -104,6 +111,8 @@ @property (nonatomic) BOOL hasIsPaidSubscriberToSourceChannel; @property (nonatomic) BOOL hasIsUserSubscribedToFeed; @property (nonatomic, readonly) BOOL hasLanguage; +@property (nonatomic) BOOL hasNextArticleAffordanceType; +@property (nonatomic, readonly) BOOL hasNextArticleAffordanceTypeFeedId; @property (nonatomic, readonly) BOOL hasNotificationId; @property (nonatomic) BOOL hasPersonalizationTreatmentId; @property (nonatomic) BOOL hasPublisherArticleVersion; @@ -126,6 +135,8 @@ @property (nonatomic) BOOL isUserSubscribedToFeed; @property (nonatomic, retain) NSString *language; @property (nonatomic, retain) NSMutableArray *namedEntities; +@property (nonatomic) int nextArticleAffordanceType; +@property (nonatomic, retain) NSString *nextArticleAffordanceTypeFeedId; @property (nonatomic, retain) NSString *notificationId; @property (nonatomic) long long personalizationTreatmentId; @property (nonatomic) int publisherArticleVersion; @@ -146,6 +157,7 @@ - (int)StringAsContentType:(id)arg1; - (int)StringAsFeedType:(id)arg1; - (int)StringAsGroupType:(id)arg1; +- (int)StringAsNextArticleAffordanceType:(id)arg1; - (void)addNamedEntities:(id)arg1; - (id)articleSessionId; - (int)articleType; @@ -168,6 +180,7 @@ - (int)feedType; - (id)feedTypeAsString:(int)arg1; - (id)feedViewExposureId; +- (BOOL)fromNextArticleAffordanceTap; - (id)groupFeedId; - (int)groupType; - (id)groupTypeAsString:(int)arg1; @@ -185,6 +198,7 @@ - (BOOL)hasFeedId; - (BOOL)hasFeedType; - (BOOL)hasFeedViewExposureId; +- (BOOL)hasFromNextArticleAffordanceTap; - (BOOL)hasGroupFeedId; - (BOOL)hasGroupType; - (BOOL)hasIosActivityType; @@ -196,6 +210,8 @@ - (BOOL)hasIsPaidSubscriberToSourceChannel; - (BOOL)hasIsUserSubscribedToFeed; - (BOOL)hasLanguage; +- (BOOL)hasNextArticleAffordanceType; +- (BOOL)hasNextArticleAffordanceTypeFeedId; - (BOOL)hasNotificationId; - (BOOL)hasPersonalizationTreatmentId; - (BOOL)hasPublisherArticleVersion; @@ -223,6 +239,9 @@ - (id)namedEntities; - (id)namedEntitiesAtIndex:(unsigned int)arg1; - (unsigned int)namedEntitiesCount; +- (int)nextArticleAffordanceType; +- (id)nextArticleAffordanceTypeAsString:(int)arg1; +- (id)nextArticleAffordanceTypeFeedId; - (id)notificationId; - (long long)personalizationTreatmentId; - (int)publisherArticleVersion; @@ -244,6 +263,7 @@ - (void)setFeedId:(id)arg1; - (void)setFeedType:(int)arg1; - (void)setFeedViewExposureId:(id)arg1; +- (void)setFromNextArticleAffordanceTap:(BOOL)arg1; - (void)setGroupFeedId:(id)arg1; - (void)setGroupType:(int)arg1; - (void)setHasArticleType:(BOOL)arg1; @@ -251,6 +271,7 @@ - (void)setHasCharacterCount:(BOOL)arg1; - (void)setHasContentType:(BOOL)arg1; - (void)setHasFeedType:(BOOL)arg1; +- (void)setHasFromNextArticleAffordanceTap:(BOOL)arg1; - (void)setHasGroupType:(BOOL)arg1; - (void)setHasIsCoverArticle:(BOOL)arg1; - (void)setHasIsDigitalReplicaAd:(BOOL)arg1; @@ -259,6 +280,7 @@ - (void)setHasIsNotificationArticle:(BOOL)arg1; - (void)setHasIsPaidSubscriberToSourceChannel:(BOOL)arg1; - (void)setHasIsUserSubscribedToFeed:(BOOL)arg1; +- (void)setHasNextArticleAffordanceType:(BOOL)arg1; - (void)setHasPersonalizationTreatmentId:(BOOL)arg1; - (void)setHasPublisherArticleVersion:(BOOL)arg1; - (void)setHasResultType:(BOOL)arg1; @@ -274,6 +296,8 @@ - (void)setIsUserSubscribedToFeed:(BOOL)arg1; - (void)setLanguage:(id)arg1; - (void)setNamedEntities:(id)arg1; +- (void)setNextArticleAffordanceType:(int)arg1; +- (void)setNextArticleAffordanceTypeFeedId:(id)arg1; - (void)setNotificationId:(id)arg1; - (void)setPersonalizationTreatmentId:(long long)arg1; - (void)setPublisherArticleVersion:(int)arg1; diff --git a/PrivateFrameworks/NewsTransport.framework/NTPBTagRecord.h b/PrivateFrameworks/NewsTransport.framework/NTPBTagRecord.h index 3c00dacd8b..d4c4f06cb3 100644 --- a/PrivateFrameworks/NewsTransport.framework/NTPBTagRecord.h +++ b/PrivateFrameworks/NewsTransport.framework/NTPBTagRecord.h @@ -4,14 +4,14 @@ @interface NTPBTagRecord : PBCodable { long long _allowedAdTypes; - NSMutableArray * _allowedStorefrontIds; + NSMutableArray * _allowedStorefrontIDs; NTPBRecordBase * _base; - NSMutableArray * _blockedStorefrontIds; - NSString * _channelDefaultSectionId; + NSMutableArray * _blockedStorefrontIDs; + NSString * _channelDefaultSectionID; NSMutableArray * _channelSectionFeedConfigurations; - NSMutableArray * _channelSectionIds; + NSMutableArray * _channelSectionIDs; long long _contentProvider; - NSString * _coverArticleListId; + NSString * _coverArticleListID; NSString * _coverImageURL; NTPBFeedConfiguration * _feedConfiguration; unsigned long long _forYouCutoffTime; @@ -50,21 +50,21 @@ NSString * _nameImageMaskWidgetLQURL; NSData * _nameImageMetadata; NSString * _nameImageURL; - NSString * _parentId; - NSMutableArray * _pinnedArticleIds; + NSString * _parentID; + NSMutableArray * _pinnedArticleIDs; NSString * _primaryAudience; NSString * _publisherPaidAuthorizationURL; - NSMutableArray * _publisherPaidFeldsparablePurchaseIds; + NSMutableArray * _publisherPaidFeldsparablePurchaseIDs; BOOL _publisherPaidLeakyPaywallOptOut; NSString * _publisherPaidVerificationURL; BOOL _publisherPaidWebOptIn; NSString * _publisherPaidWebaccessURL; NSMutableArray * _purchaseOfferableConfigurations; - NSMutableArray * _relatedChannelIds; - NSMutableArray * _relatedChannelIdsForOnboardings; - NSMutableArray * _relatedTopicIds; - NSMutableArray * _relatedTopicIdsForOnboardings; - NSString * _replacementId; + NSMutableArray * _relatedChannelIDs; + NSMutableArray * _relatedChannelIDsForOnboardings; + NSMutableArray * _relatedTopicIDs; + NSMutableArray * _relatedTopicIDsForOnboardings; + NSString * _replacementID; long long _score; unsigned long long _tagNameImageBaselineShift; double _tagNameImageScaleFactor; @@ -73,23 +73,23 @@ } @property (nonatomic) long long allowedAdTypes; -@property (nonatomic, retain) NSMutableArray *allowedStorefrontIds; +@property (nonatomic, retain) NSMutableArray *allowedStorefrontIDs; @property (nonatomic, retain) NTPBRecordBase *base; -@property (nonatomic, retain) NSMutableArray *blockedStorefrontIds; -@property (nonatomic, retain) NSString *channelDefaultSectionId; +@property (nonatomic, retain) NSMutableArray *blockedStorefrontIDs; +@property (nonatomic, retain) NSString *channelDefaultSectionID; @property (nonatomic, retain) NSMutableArray *channelSectionFeedConfigurations; -@property (nonatomic, retain) NSMutableArray *channelSectionIds; +@property (nonatomic, retain) NSMutableArray *channelSectionIDs; @property (nonatomic) long long contentProvider; -@property (nonatomic, retain) NSString *coverArticleListId; +@property (nonatomic, retain) NSString *coverArticleListID; @property (nonatomic, retain) NSString *coverImageURL; @property (nonatomic, retain) NTPBFeedConfiguration *feedConfiguration; @property (nonatomic) unsigned long long forYouCutoffTime; @property (nonatomic) unsigned long long forYouMaximumArticleCount; @property (nonatomic) BOOL hasAllowedAdTypes; @property (nonatomic, readonly) BOOL hasBase; -@property (nonatomic, readonly) BOOL hasChannelDefaultSectionId; +@property (nonatomic, readonly) BOOL hasChannelDefaultSectionID; @property (nonatomic) BOOL hasContentProvider; -@property (nonatomic, readonly) BOOL hasCoverArticleListId; +@property (nonatomic, readonly) BOOL hasCoverArticleListID; @property (nonatomic, readonly) BOOL hasCoverImageURL; @property (nonatomic, readonly) BOOL hasFeedConfiguration; @property (nonatomic) BOOL hasForYouCutoffTime; @@ -108,14 +108,14 @@ @property (nonatomic, readonly) BOOL hasNameImageMaskWidgetLQURL; @property (nonatomic, readonly) BOOL hasNameImageMetadata; @property (nonatomic, readonly) BOOL hasNameImageURL; -@property (nonatomic, readonly) BOOL hasParentId; +@property (nonatomic, readonly) BOOL hasParentID; @property (nonatomic, readonly) BOOL hasPrimaryAudience; @property (nonatomic, readonly) BOOL hasPublisherPaidAuthorizationURL; @property (nonatomic) BOOL hasPublisherPaidLeakyPaywallOptOut; @property (nonatomic, readonly) BOOL hasPublisherPaidVerificationURL; @property (nonatomic) BOOL hasPublisherPaidWebOptIn; @property (nonatomic, readonly) BOOL hasPublisherPaidWebaccessURL; -@property (nonatomic, readonly) BOOL hasReplacementId; +@property (nonatomic, readonly) BOOL hasReplacementID; @property (nonatomic) BOOL hasScore; @property (nonatomic) BOOL hasTagNameImageBaselineShift; @property (nonatomic) BOOL hasTagNameImageScaleFactor; @@ -137,21 +137,21 @@ @property (nonatomic, retain) NSString *nameImageMaskWidgetLQURL; @property (nonatomic, retain) NSData *nameImageMetadata; @property (nonatomic, retain) NSString *nameImageURL; -@property (nonatomic, retain) NSString *parentId; -@property (nonatomic, retain) NSMutableArray *pinnedArticleIds; +@property (nonatomic, retain) NSString *parentID; +@property (nonatomic, retain) NSMutableArray *pinnedArticleIDs; @property (nonatomic, retain) NSString *primaryAudience; @property (nonatomic, retain) NSString *publisherPaidAuthorizationURL; -@property (nonatomic, retain) NSMutableArray *publisherPaidFeldsparablePurchaseIds; +@property (nonatomic, retain) NSMutableArray *publisherPaidFeldsparablePurchaseIDs; @property (nonatomic) BOOL publisherPaidLeakyPaywallOptOut; @property (nonatomic, retain) NSString *publisherPaidVerificationURL; @property (nonatomic) BOOL publisherPaidWebOptIn; @property (nonatomic, retain) NSString *publisherPaidWebaccessURL; @property (nonatomic, retain) NSMutableArray *purchaseOfferableConfigurations; -@property (nonatomic, retain) NSMutableArray *relatedChannelIds; -@property (nonatomic, retain) NSMutableArray *relatedChannelIdsForOnboardings; -@property (nonatomic, retain) NSMutableArray *relatedTopicIds; -@property (nonatomic, retain) NSMutableArray *relatedTopicIdsForOnboardings; -@property (nonatomic, retain) NSString *replacementId; +@property (nonatomic, retain) NSMutableArray *relatedChannelIDs; +@property (nonatomic, retain) NSMutableArray *relatedChannelIDsForOnboardings; +@property (nonatomic, retain) NSMutableArray *relatedTopicIDs; +@property (nonatomic, retain) NSMutableArray *relatedTopicIDsForOnboardings; +@property (nonatomic, retain) NSString *replacementID; @property (nonatomic) long long score; @property (nonatomic) unsigned long long tagNameImageBaselineShift; @property (nonatomic) double tagNameImageScaleFactor; @@ -160,64 +160,64 @@ // Image: /System/Library/PrivateFrameworks/NewsTransport.framework/NewsTransport -+ (Class)allowedStorefrontIdsType; -+ (Class)blockedStorefrontIdsType; ++ (Class)allowedStorefrontIDsType; ++ (Class)blockedStorefrontIDsType; + (Class)channelSectionFeedConfigurationsType; -+ (Class)channelSectionIdsType; ++ (Class)channelSectionIDsType; + (Class)iAdCategoriesType; + (Class)iAdKeywordsType; -+ (Class)pinnedArticleIdsType; -+ (Class)publisherPaidFeldsparablePurchaseIdsType; ++ (Class)pinnedArticleIDsType; ++ (Class)publisherPaidFeldsparablePurchaseIDsType; + (Class)purchaseOfferableConfigurationType; -+ (Class)relatedChannelIdsForOnboardingType; -+ (Class)relatedChannelIdsType; -+ (Class)relatedTopicIdsForOnboardingType; -+ (Class)relatedTopicIdsType; ++ (Class)relatedChannelIDsForOnboardingType; ++ (Class)relatedChannelIDsType; ++ (Class)relatedTopicIDsForOnboardingType; ++ (Class)relatedTopicIDsType; -- (void)addAllowedStorefrontIds:(id)arg1; -- (void)addBlockedStorefrontIds:(id)arg1; +- (void)addAllowedStorefrontIDs:(id)arg1; +- (void)addBlockedStorefrontIDs:(id)arg1; - (void)addChannelSectionFeedConfigurations:(id)arg1; -- (void)addChannelSectionIds:(id)arg1; +- (void)addChannelSectionIDs:(id)arg1; - (void)addIAdCategories:(id)arg1; - (void)addIAdKeywords:(id)arg1; -- (void)addPinnedArticleIds:(id)arg1; -- (void)addPublisherPaidFeldsparablePurchaseIds:(id)arg1; +- (void)addPinnedArticleIDs:(id)arg1; +- (void)addPublisherPaidFeldsparablePurchaseIDs:(id)arg1; - (void)addPurchaseOfferableConfiguration:(id)arg1; -- (void)addRelatedChannelIds:(id)arg1; -- (void)addRelatedChannelIdsForOnboarding:(id)arg1; -- (void)addRelatedTopicIds:(id)arg1; -- (void)addRelatedTopicIdsForOnboarding:(id)arg1; +- (void)addRelatedChannelIDs:(id)arg1; +- (void)addRelatedChannelIDsForOnboarding:(id)arg1; +- (void)addRelatedTopicIDs:(id)arg1; +- (void)addRelatedTopicIDsForOnboarding:(id)arg1; - (long long)allowedAdTypes; -- (id)allowedStorefrontIds; -- (id)allowedStorefrontIdsAtIndex:(unsigned int)arg1; -- (unsigned int)allowedStorefrontIdsCount; +- (id)allowedStorefrontIDs; +- (id)allowedStorefrontIDsAtIndex:(unsigned int)arg1; +- (unsigned int)allowedStorefrontIDsCount; - (id)base; -- (id)blockedStorefrontIds; -- (id)blockedStorefrontIdsAtIndex:(unsigned int)arg1; -- (unsigned int)blockedStorefrontIdsCount; -- (id)channelDefaultSectionId; +- (id)blockedStorefrontIDs; +- (id)blockedStorefrontIDsAtIndex:(unsigned int)arg1; +- (unsigned int)blockedStorefrontIDsCount; +- (id)channelDefaultSectionID; - (id)channelSectionFeedConfigurations; - (id)channelSectionFeedConfigurationsAtIndex:(unsigned int)arg1; - (unsigned int)channelSectionFeedConfigurationsCount; -- (id)channelSectionIds; -- (id)channelSectionIdsAtIndex:(unsigned int)arg1; -- (unsigned int)channelSectionIdsCount; -- (void)clearAllowedStorefrontIds; -- (void)clearBlockedStorefrontIds; +- (id)channelSectionIDs; +- (id)channelSectionIDsAtIndex:(unsigned int)arg1; +- (unsigned int)channelSectionIDsCount; +- (void)clearAllowedStorefrontIDs; +- (void)clearBlockedStorefrontIDs; - (void)clearChannelSectionFeedConfigurations; -- (void)clearChannelSectionIds; +- (void)clearChannelSectionIDs; - (void)clearIAdCategories; - (void)clearIAdKeywords; -- (void)clearPinnedArticleIds; -- (void)clearPublisherPaidFeldsparablePurchaseIds; +- (void)clearPinnedArticleIDs; +- (void)clearPublisherPaidFeldsparablePurchaseIDs; - (void)clearPurchaseOfferableConfigurations; -- (void)clearRelatedChannelIds; -- (void)clearRelatedChannelIdsForOnboardings; -- (void)clearRelatedTopicIds; -- (void)clearRelatedTopicIdsForOnboardings; +- (void)clearRelatedChannelIDs; +- (void)clearRelatedChannelIDsForOnboardings; +- (void)clearRelatedTopicIDs; +- (void)clearRelatedTopicIDsForOnboardings; - (long long)contentProvider; - (id)copyWithZone:(struct _NSZone { }*)arg1; -- (id)coverArticleListId; +- (id)coverArticleListID; - (id)coverImageURL; - (void)dealloc; - (id)description; @@ -227,9 +227,9 @@ - (unsigned long long)forYouMaximumArticleCount; - (BOOL)hasAllowedAdTypes; - (BOOL)hasBase; -- (BOOL)hasChannelDefaultSectionId; +- (BOOL)hasChannelDefaultSectionID; - (BOOL)hasContentProvider; -- (BOOL)hasCoverArticleListId; +- (BOOL)hasCoverArticleListID; - (BOOL)hasCoverImageURL; - (BOOL)hasFeedConfiguration; - (BOOL)hasForYouCutoffTime; @@ -248,14 +248,14 @@ - (BOOL)hasNameImageMaskWidgetLQURL; - (BOOL)hasNameImageMetadata; - (BOOL)hasNameImageURL; -- (BOOL)hasParentId; +- (BOOL)hasParentID; - (BOOL)hasPrimaryAudience; - (BOOL)hasPublisherPaidAuthorizationURL; - (BOOL)hasPublisherPaidLeakyPaywallOptOut; - (BOOL)hasPublisherPaidVerificationURL; - (BOOL)hasPublisherPaidWebOptIn; - (BOOL)hasPublisherPaidWebaccessURL; -- (BOOL)hasReplacementId; +- (BOOL)hasReplacementID; - (BOOL)hasScore; - (BOOL)hasTagNameImageBaselineShift; - (BOOL)hasTagNameImageScaleFactor; @@ -284,15 +284,15 @@ - (id)nameImageMaskWidgetLQURL; - (id)nameImageMetadata; - (id)nameImageURL; -- (id)parentId; -- (id)pinnedArticleIds; -- (id)pinnedArticleIdsAtIndex:(unsigned int)arg1; -- (unsigned int)pinnedArticleIdsCount; +- (id)parentID; +- (id)pinnedArticleIDs; +- (id)pinnedArticleIDsAtIndex:(unsigned int)arg1; +- (unsigned int)pinnedArticleIDsCount; - (id)primaryAudience; - (id)publisherPaidAuthorizationURL; -- (id)publisherPaidFeldsparablePurchaseIds; -- (id)publisherPaidFeldsparablePurchaseIdsAtIndex:(unsigned int)arg1; -- (unsigned int)publisherPaidFeldsparablePurchaseIdsCount; +- (id)publisherPaidFeldsparablePurchaseIDs; +- (id)publisherPaidFeldsparablePurchaseIDsAtIndex:(unsigned int)arg1; +- (unsigned int)publisherPaidFeldsparablePurchaseIDsCount; - (BOOL)publisherPaidLeakyPaywallOptOut; - (id)publisherPaidVerificationURL; - (BOOL)publisherPaidWebOptIn; @@ -301,29 +301,29 @@ - (id)purchaseOfferableConfigurations; - (unsigned int)purchaseOfferableConfigurationsCount; - (BOOL)readFrom:(id)arg1; -- (id)relatedChannelIds; -- (id)relatedChannelIdsAtIndex:(unsigned int)arg1; -- (unsigned int)relatedChannelIdsCount; -- (id)relatedChannelIdsForOnboardingAtIndex:(unsigned int)arg1; -- (id)relatedChannelIdsForOnboardings; -- (unsigned int)relatedChannelIdsForOnboardingsCount; -- (id)relatedTopicIds; -- (id)relatedTopicIdsAtIndex:(unsigned int)arg1; -- (unsigned int)relatedTopicIdsCount; -- (id)relatedTopicIdsForOnboardingAtIndex:(unsigned int)arg1; -- (id)relatedTopicIdsForOnboardings; -- (unsigned int)relatedTopicIdsForOnboardingsCount; -- (id)replacementId; +- (id)relatedChannelIDs; +- (id)relatedChannelIDsAtIndex:(unsigned int)arg1; +- (unsigned int)relatedChannelIDsCount; +- (id)relatedChannelIDsForOnboardingAtIndex:(unsigned int)arg1; +- (id)relatedChannelIDsForOnboardings; +- (unsigned int)relatedChannelIDsForOnboardingsCount; +- (id)relatedTopicIDs; +- (id)relatedTopicIDsAtIndex:(unsigned int)arg1; +- (unsigned int)relatedTopicIDsCount; +- (id)relatedTopicIDsForOnboardingAtIndex:(unsigned int)arg1; +- (id)relatedTopicIDsForOnboardings; +- (unsigned int)relatedTopicIDsForOnboardingsCount; +- (id)replacementID; - (long long)score; - (void)setAllowedAdTypes:(long long)arg1; -- (void)setAllowedStorefrontIds:(id)arg1; +- (void)setAllowedStorefrontIDs:(id)arg1; - (void)setBase:(id)arg1; -- (void)setBlockedStorefrontIds:(id)arg1; -- (void)setChannelDefaultSectionId:(id)arg1; +- (void)setBlockedStorefrontIDs:(id)arg1; +- (void)setChannelDefaultSectionID:(id)arg1; - (void)setChannelSectionFeedConfigurations:(id)arg1; -- (void)setChannelSectionIds:(id)arg1; +- (void)setChannelSectionIDs:(id)arg1; - (void)setContentProvider:(long long)arg1; -- (void)setCoverArticleListId:(id)arg1; +- (void)setCoverArticleListID:(id)arg1; - (void)setCoverImageURL:(id)arg1; - (void)setFeedConfiguration:(id)arg1; - (void)setForYouCutoffTime:(unsigned long long)arg1; @@ -360,21 +360,21 @@ - (void)setNameImageMaskWidgetLQURL:(id)arg1; - (void)setNameImageMetadata:(id)arg1; - (void)setNameImageURL:(id)arg1; -- (void)setParentId:(id)arg1; -- (void)setPinnedArticleIds:(id)arg1; +- (void)setParentID:(id)arg1; +- (void)setPinnedArticleIDs:(id)arg1; - (void)setPrimaryAudience:(id)arg1; - (void)setPublisherPaidAuthorizationURL:(id)arg1; -- (void)setPublisherPaidFeldsparablePurchaseIds:(id)arg1; +- (void)setPublisherPaidFeldsparablePurchaseIDs:(id)arg1; - (void)setPublisherPaidLeakyPaywallOptOut:(BOOL)arg1; - (void)setPublisherPaidVerificationURL:(id)arg1; - (void)setPublisherPaidWebOptIn:(BOOL)arg1; - (void)setPublisherPaidWebaccessURL:(id)arg1; - (void)setPurchaseOfferableConfigurations:(id)arg1; -- (void)setRelatedChannelIds:(id)arg1; -- (void)setRelatedChannelIdsForOnboardings:(id)arg1; -- (void)setRelatedTopicIds:(id)arg1; -- (void)setRelatedTopicIdsForOnboardings:(id)arg1; -- (void)setReplacementId:(id)arg1; +- (void)setRelatedChannelIDs:(id)arg1; +- (void)setRelatedChannelIDsForOnboardings:(id)arg1; +- (void)setRelatedTopicIDs:(id)arg1; +- (void)setRelatedTopicIDsForOnboardings:(id)arg1; +- (void)setReplacementID:(id)arg1; - (void)setScore:(long long)arg1; - (void)setTagNameImageBaselineShift:(unsigned long long)arg1; - (void)setTagNameImageScaleFactor:(double)arg1; diff --git a/PrivateFrameworks/NewsTransport.framework/NTPBUserOnboardingChannelPickerComplete.h b/PrivateFrameworks/NewsTransport.framework/NTPBUserOnboardingChannelPickerComplete.h index ed86189a7e..6e460efd11 100644 --- a/PrivateFrameworks/NewsTransport.framework/NTPBUserOnboardingChannelPickerComplete.h +++ b/PrivateFrameworks/NewsTransport.framework/NTPBUserOnboardingChannelPickerComplete.h @@ -4,9 +4,11 @@ @interface NTPBUserOnboardingChannelPickerComplete : PBCodable { NSMutableArray * _channelIds; + BOOL _fromPersonalizeNews; struct { unsigned int totalChannelSelections : 1; unsigned int totalTopicSelections : 1; + unsigned int fromPersonalizeNews : 1; } _has; NSMutableArray * _topicIds; int _totalChannelSelections; @@ -14,6 +16,8 @@ } @property (nonatomic, retain) NSMutableArray *channelIds; +@property (nonatomic) BOOL fromPersonalizeNews; +@property (nonatomic) BOOL hasFromPersonalizeNews; @property (nonatomic) BOOL hasTotalChannelSelections; @property (nonatomic) BOOL hasTotalTopicSelections; @property (nonatomic, retain) NSMutableArray *topicIds; @@ -34,6 +38,8 @@ - (id)copyWithZone:(struct _NSZone { }*)arg1; - (id)description; - (id)dictionaryRepresentation; +- (BOOL)fromPersonalizeNews; +- (BOOL)hasFromPersonalizeNews; - (BOOL)hasTotalChannelSelections; - (BOOL)hasTotalTopicSelections; - (unsigned int)hash; @@ -41,6 +47,8 @@ - (void)mergeFrom:(id)arg1; - (BOOL)readFrom:(id)arg1; - (void)setChannelIds:(id)arg1; +- (void)setFromPersonalizeNews:(BOOL)arg1; +- (void)setHasFromPersonalizeNews:(BOOL)arg1; - (void)setHasTotalChannelSelections:(BOOL)arg1; - (void)setHasTotalTopicSelections:(BOOL)arg1; - (void)setTopicIds:(id)arg1; diff --git a/PrivateFrameworks/NewsTransport.framework/NTPBUserOnboardingScreenView.h b/PrivateFrameworks/NewsTransport.framework/NTPBUserOnboardingScreenView.h index 7399e5bc6b..7a9cba601e 100644 --- a/PrivateFrameworks/NewsTransport.framework/NTPBUserOnboardingScreenView.h +++ b/PrivateFrameworks/NewsTransport.framework/NTPBUserOnboardingScreenView.h @@ -4,11 +4,13 @@ @interface NTPBUserOnboardingScreenView : PBCodable { int _countOfNotificationsSelected; + BOOL _fromPersonalizeNews; struct { unsigned int countOfNotificationsSelected : 1; unsigned int onboardingScreenType : 1; unsigned int previouslyCompletedOnboardingOsVersion : 1; unsigned int userAction : 1; + unsigned int fromPersonalizeNews : 1; } _has; int _onboardingScreenType; int _previouslyCompletedOnboardingOsVersion; @@ -19,7 +21,9 @@ } @property (nonatomic) int countOfNotificationsSelected; +@property (nonatomic) BOOL fromPersonalizeNews; @property (nonatomic) BOOL hasCountOfNotificationsSelected; +@property (nonatomic) BOOL hasFromPersonalizeNews; @property (nonatomic) BOOL hasOnboardingScreenType; @property (nonatomic) BOOL hasPreviouslyCompletedOnboardingOsVersion; @property (nonatomic, readonly) BOOL hasReferringSourceApplication; @@ -38,7 +42,9 @@ - (int)countOfNotificationsSelected; - (id)description; - (id)dictionaryRepresentation; +- (BOOL)fromPersonalizeNews; - (BOOL)hasCountOfNotificationsSelected; +- (BOOL)hasFromPersonalizeNews; - (BOOL)hasOnboardingScreenType; - (BOOL)hasPreviouslyCompletedOnboardingOsVersion; - (BOOL)hasReferringSourceApplication; @@ -54,7 +60,9 @@ - (id)referringSourceApplication; - (id)referringUrl; - (void)setCountOfNotificationsSelected:(int)arg1; +- (void)setFromPersonalizeNews:(BOOL)arg1; - (void)setHasCountOfNotificationsSelected:(BOOL)arg1; +- (void)setHasFromPersonalizeNews:(BOOL)arg1; - (void)setHasOnboardingScreenType:(BOOL)arg1; - (void)setHasPreviouslyCompletedOnboardingOsVersion:(BOOL)arg1; - (void)setHasUserAction:(BOOL)arg1; diff --git a/PrivateFrameworks/NotesShared.framework/ICCloudSyncingObject.h b/PrivateFrameworks/NotesShared.framework/ICCloudSyncingObject.h index af1455fd73..184fd51560 100644 --- a/PrivateFrameworks/NotesShared.framework/ICCloudSyncingObject.h +++ b/PrivateFrameworks/NotesShared.framework/ICCloudSyncingObject.h @@ -84,7 +84,6 @@ - (id)cryptoMasterKey; - (id)cryptoPassphraseVerifier; - (int)databaseScope; -- (void)dealloc; - (void)decrementFailureCounts; - (void)decryptAndMergeEncryptedJSON:(id)arg1; - (id)decryptedValueForKey:(id)arg1; diff --git a/PrivateFrameworks/OpusFoundation.framework b/PrivateFrameworks/OpusFoundation.framework deleted file mode 100644 index e09718946f..0000000000 --- a/PrivateFrameworks/OpusFoundation.framework +++ /dev/null @@ -1,58 +0,0 @@ - - -OpusFoundation.framework - - - -
-   ___          _   _             ___
-  | _ \_  _ _ _| |_(_)_ __  ___  | _ )_ _ _____ __ _____ ___ _ _
-  |   / || | ' \  _| | '  \/ -_) | _ \ '_/ _ \ V  V (_-// -_) '_|
-  |_|_\\_,_|_||_\__|_|_|_|_\___| |___/_| \___/\_/\_//__/\___|_|
-  
- -------------------------------------------------------------------------------
-
-
-/PrivateFrameworks/OpusFoundation.framework
-0 classes
-
-
-
- -------------------------------------------------------------------------------
-
- Source code: https://github.com/nst/RuntimeBrowser
-
- Authors: Ezra Epstein (eepstein@prajna.com)
-          Nicolas Seriot (nicolas@seriot.ch)
-
- Copyright (c) 2002 by Prajna IT Consulting.
-                       http://www.prajna.com
-               2015 by Nicolas Seriot
-                       http://www.seriot.ch
-
- ========================================================================
-
- THIS PROGRAM AND THIS CODE COME WITH ABSOLUTELY NO WARRANTY.
- THIS CODE HAS BEEN PROVIDED "AS IS" AND THE RESPONSIBILITY
- FOR ITS OPERATIONS IS 100% YOURS.
-
- ========================================================================
- 
- RuntimeBrowser is free software; you can redistribute it and/or modify
- it under the terms of the GNU General Public License as published by
- the Free Software Foundation; either version 2 of the License, or
- (at your option) any later version.
-
- RuntimeBrowser is distributed in the hope that it will be useful,
- but WITHOUT ANY WARRANTY; without even the implied warranty of
- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
- GNU General Public License for more details.
-
- You should have received a copy of the GNU General Public License
- along with RuntimeBrowser (in a file called "COPYING.txt"); if not,
- write to the Free Software Foundation, Inc., 59 Temple Place, Suite 330,
- Boston, MA  02111-1307  USA
-
-
-
- diff --git a/PrivateFrameworks/OpusKit.framework b/PrivateFrameworks/OpusKit.framework deleted file mode 100644 index c0ef997b1c..0000000000 --- a/PrivateFrameworks/OpusKit.framework +++ /dev/null @@ -1,58 +0,0 @@ - - -OpusKit.framework - - - -
-   ___          _   _             ___
-  | _ \_  _ _ _| |_(_)_ __  ___  | _ )_ _ _____ __ _____ ___ _ _
-  |   / || | ' \  _| | '  \/ -_) | _ \ '_/ _ \ V  V (_-// -_) '_|
-  |_|_\\_,_|_||_\__|_|_|_|_\___| |___/_| \___/\_/\_//__/\___|_|
-  
- -------------------------------------------------------------------------------
-
-
-/PrivateFrameworks/OpusKit.framework
-0 classes
-
-
-
- -------------------------------------------------------------------------------
-
- Source code: https://github.com/nst/RuntimeBrowser
-
- Authors: Ezra Epstein (eepstein@prajna.com)
-          Nicolas Seriot (nicolas@seriot.ch)
-
- Copyright (c) 2002 by Prajna IT Consulting.
-                       http://www.prajna.com
-               2015 by Nicolas Seriot
-                       http://www.seriot.ch
-
- ========================================================================
-
- THIS PROGRAM AND THIS CODE COME WITH ABSOLUTELY NO WARRANTY.
- THIS CODE HAS BEEN PROVIDED "AS IS" AND THE RESPONSIBILITY
- FOR ITS OPERATIONS IS 100% YOURS.
-
- ========================================================================
- 
- RuntimeBrowser is free software; you can redistribute it and/or modify
- it under the terms of the GNU General Public License as published by
- the Free Software Foundation; either version 2 of the License, or
- (at your option) any later version.
-
- RuntimeBrowser is distributed in the hope that it will be useful,
- but WITHOUT ANY WARRANTY; without even the implied warranty of
- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
- GNU General Public License for more details.
-
- You should have received a copy of the GNU General Public License
- along with RuntimeBrowser (in a file called "COPYING.txt"); if not,
- write to the Free Software Foundation, Inc., 59 Temple Place, Suite 330,
- Boston, MA  02111-1307  USA
-
-
-
- diff --git a/PrivateFrameworks/Parsec.framework/PRSBagHandler.h b/PrivateFrameworks/Parsec.framework/PRSBagHandler.h index d35b69af82..ab9e38f30f 100644 --- a/PrivateFrameworks/Parsec.framework/PRSBagHandler.h +++ b/PrivateFrameworks/Parsec.framework/PRSBagHandler.h @@ -13,6 +13,7 @@ BOOL _cep_sort_of_tophits; double _cep_top_hit_threshold; * _client; + BOOL _collectAnonymousData; NSDictionary * _correctionDict; NSURL * _correctionDictURL; NSArray * _enabledDomains; @@ -41,6 +42,7 @@ @property (nonatomic) BOOL cep_sort_of_tophits; @property (nonatomic) double cep_top_hit_threshold; @property *client; +@property (nonatomic) BOOL collectAnonymousData; @property (retain) NSDictionary *correctionDict; @property (retain) NSURL *correctionDictURL; @property (nonatomic, retain) NSArray *enabledDomains; @@ -72,6 +74,7 @@ - (BOOL)cep_sort_of_tophits; - (double)cep_top_hit_threshold; - (id)client; +- (BOOL)collectAnonymousData; - (id)correctionDict; - (id)correctionDictURL; - (void)deactivate; @@ -104,6 +107,7 @@ - (void)setCep_sort_of_tophits:(BOOL)arg1; - (void)setCep_top_hit_threshold:(double)arg1; - (void)setClient:(id)arg1; +- (void)setCollectAnonymousData:(BOOL)arg1; - (void)setCorrectionDict:(id)arg1; - (void)setCorrectionDictURL:(id)arg1; - (void)setEnabledDomains:(id)arg1; diff --git a/PrivateFrameworks/Parsec.framework/PRSRankingPolicyManager.h b/PrivateFrameworks/Parsec.framework/PRSRankingPolicyManager.h index 52d372eaf1..2f566c4873 100644 --- a/PrivateFrameworks/Parsec.framework/PRSRankingPolicyManager.h +++ b/PrivateFrameworks/Parsec.framework/PRSRankingPolicyManager.h @@ -7,8 +7,11 @@ + (id)getSharedRankingPolicyManager; - (void)computeNewFeaturesForProperty:(id)arg1 query:(id)arg2 qr_prop_query_norm_min_ordered_span:(double*)arg3 qr_prop_query_norm_min_unordered_span:(double*)arg4 qr_query_min_pair_dist_in_title:(double*)arg5 prefix_match_norm_count:(double*)arg6; +- (void)computeNewFeaturesForProperty:(id)arg1 query:(id)arg2 qr_prop_query_norm_min_ordered_span:(double*)arg3 qr_prop_query_norm_min_unordered_span:(double*)arg4 qr_query_min_pair_dist_in_title:(double*)arg5 prefix_match_norm_count:(double*)arg6 ordered_first_term_position:(double*)arg7 prefixMatch:(BOOL)arg8; +- (void)computeNewFeaturesForProperty:(id)arg1 query:(id)arg2 qr_prop_query_norm_min_ordered_span:(double*)arg3 qr_prop_query_norm_min_unordered_span:(double*)arg4 qr_query_min_pair_dist_in_title:(double*)arg5 prefix_match_norm_count:(double*)arg6 prefixMatch:(BOOL)arg7; - (id)cookSQFOnClientWithServerProbabilities:(id)arg1 qiCEPValues:(id)arg2 localResultOrder:(id)arg3 poorTextMatchCategories:(id)arg4 minimumBagCEP:(double)arg5 cook_sqf_topdown:(BOOL)arg6 cook_sqf_fallback_qi_cep:(BOOL)arg7; +- (double)cosineSimularityUsingWordToMatchesInCorpusMap:(id)arg1 andField:(id)arg2 withTotalCorpusCount:(double)arg3 useInverseDocFrequency:(BOOL)arg4; - (BOOL)doesOrderedSpanExistWithStartingIndex:(unsigned int)arg1 nextArray:(id)arg2 arrayOfIndexArrays:(id)arg3 level:(unsigned int)arg4 currentOrderedSpan:(int*)arg5; -- (void)minimumAnyOrderSpanWithStartingIndex:(int)arg1 nextArray:(id)arg2 arrayOfIndexArrays:(id)arg3 level:(unsigned int)arg4 currentAnyOrderSpan:(int)arg5 minimumSpan:(int*)arg6 minimumDistancePair:(int*)arg7 isReversed:(BOOL)arg8; +- (void)minimumAnyOrderSpanWithStartingIndex:(int)arg1 nextArray:(id)arg2 arrayOfIndexArrays:(id)arg3 level:(unsigned int)arg4 currentAnyOrderSpan:(int)arg5 minimumSpan:(int*)arg6 minimumDistancePair:(int*)arg7 currentMinimumIndex:(int)arg8 currentMaximumIndex:(int)arg9; @end diff --git a/PrivateFrameworks/Parsec.framework/PRSRankingProperties.h b/PrivateFrameworks/Parsec.framework/PRSRankingProperties.h index bcedd8fabf..80d596a81a 100644 --- a/PrivateFrameworks/Parsec.framework/PRSRankingProperties.h +++ b/PrivateFrameworks/Parsec.framework/PRSRankingProperties.h @@ -4,11 +4,14 @@ @interface PRSRankingProperties : NSObject { NSString * _albumName; - NSArray * _alternateNames; + NSString * _alternateNames; + NSString * _artist; + NSString * _authorEmail; NSString * _authors; NSString * _contentType; int _countOfRecentNSUserActivity; BOOL _csContinuationSupported; + NSString * _displayName; BOOL _doesAppSupportCS; NSString * _domainIdentifier; BOOL _hasRecentNSUserActivity; @@ -16,13 +19,19 @@ NSDate * _interestingDate; BOOL _isCoreSpotlight; BOOL _isNSUserActivityResult; - NSArray * _keywords; + NSString * _keywords; NSDate * _lastUsedDate; NSNumber * _latitude; + int _launchCountLastDay; + int _launchCountLastMonth; + int _launchCountLastWeek; + int _launchCountLastYear; NSNumber * _longitude; double _modelScore; + NSString * _namedLocation; + NSString * _organizations; int _outgoingCount; - NSArray * _recipients; + NSString * _recipients; NSArray * _resultLanguages; NSString * _shortcut; NSString * _snippet; @@ -34,11 +43,14 @@ } @property (nonatomic, retain) NSString *albumName; -@property (nonatomic, retain) NSArray *alternateNames; +@property (nonatomic, retain) NSString *alternateNames; +@property (nonatomic, retain) NSString *artist; +@property (nonatomic, retain) NSString *authorEmail; @property (nonatomic, retain) NSString *authors; @property (nonatomic, retain) NSString *contentType; @property (nonatomic) int countOfRecentNSUserActivity; @property BOOL csContinuationSupported; +@property (nonatomic, retain) NSString *displayName; @property BOOL doesAppSupportCS; @property (nonatomic, retain) NSString *domainIdentifier; @property BOOL hasRecentNSUserActivity; @@ -46,13 +58,19 @@ @property (nonatomic, retain) NSDate *interestingDate; @property BOOL isCoreSpotlight; @property BOOL isNSUserActivityResult; -@property (nonatomic, retain) NSArray *keywords; +@property (nonatomic, retain) NSString *keywords; @property (nonatomic, retain) NSDate *lastUsedDate; @property (nonatomic, retain) NSNumber *latitude; +@property (nonatomic) int launchCountLastDay; +@property (nonatomic) int launchCountLastMonth; +@property (nonatomic) int launchCountLastWeek; +@property (nonatomic) int launchCountLastYear; @property (nonatomic, retain) NSNumber *longitude; @property (nonatomic) double modelScore; +@property (nonatomic, retain) NSString *namedLocation; +@property (nonatomic, retain) NSString *organizations; @property (nonatomic) int outgoingCount; -@property (nonatomic, retain) NSArray *recipients; +@property (nonatomic, retain) NSString *recipients; @property (nonatomic, retain) NSArray *resultLanguages; @property (nonatomic, retain) NSString *shortcut; @property (nonatomic, retain) NSString *snippet; @@ -67,11 +85,14 @@ - (void).cxx_destruct; - (id)albumName; - (id)alternateNames; +- (id)artist; +- (id)authorEmail; - (id)authors; - (id)contentType; - (id)copyWithZone:(struct _NSZone { }*)arg1; - (int)countOfRecentNSUserActivity; - (BOOL)csContinuationSupported; +- (id)displayName; - (BOOL)doesAppSupportCS; - (id)domainIdentifier; - (void)encodeWithCoder:(id)arg1; @@ -84,17 +105,26 @@ - (id)keywords; - (id)lastUsedDate; - (id)latitude; +- (int)launchCountLastDay; +- (int)launchCountLastMonth; +- (int)launchCountLastWeek; +- (int)launchCountLastYear; - (id)longitude; - (double)modelScore; +- (id)namedLocation; +- (id)organizations; - (int)outgoingCount; - (id)recipients; - (id)resultLanguages; - (void)setAlbumName:(id)arg1; - (void)setAlternateNames:(id)arg1; +- (void)setArtist:(id)arg1; +- (void)setAuthorEmail:(id)arg1; - (void)setAuthors:(id)arg1; - (void)setContentType:(id)arg1; - (void)setCountOfRecentNSUserActivity:(int)arg1; - (void)setCsContinuationSupported:(BOOL)arg1; +- (void)setDisplayName:(id)arg1; - (void)setDoesAppSupportCS:(BOOL)arg1; - (void)setDomainIdentifier:(id)arg1; - (void)setHasRecentNSUserActivity:(BOOL)arg1; @@ -105,8 +135,14 @@ - (void)setKeywords:(id)arg1; - (void)setLastUsedDate:(id)arg1; - (void)setLatitude:(id)arg1; +- (void)setLaunchCountLastDay:(int)arg1; +- (void)setLaunchCountLastMonth:(int)arg1; +- (void)setLaunchCountLastWeek:(int)arg1; +- (void)setLaunchCountLastYear:(int)arg1; - (void)setLongitude:(id)arg1; - (void)setModelScore:(double)arg1; +- (void)setNamedLocation:(id)arg1; +- (void)setOrganizations:(id)arg1; - (void)setOutgoingCount:(int)arg1; - (void)setRecipients:(id)arg1; - (void)setResultLanguages:(id)arg1; diff --git a/PrivateFrameworks/Parsec.framework/PRSRankingUtilities.h b/PrivateFrameworks/Parsec.framework/PRSRankingUtilities.h index b6184fda70..4b497ae5c4 100644 --- a/PrivateFrameworks/Parsec.framework/PRSRankingUtilities.h +++ b/PrivateFrameworks/Parsec.framework/PRSRankingUtilities.h @@ -6,7 +6,11 @@ + (id)bundleIDForCategory:(id)arg1; + (BOOL)caseAndDiacriticInsensitiveLocalizedString:(id)arg1 hasPrefix:(id)arg2; ++ (BOOL)caseAndDiacriticInsensitiveLocalizedString:(id)arg1 isEqualToString:(id)arg2; + (id)categoryForBundleID:(id)arg1; ++ (void)computeDateCountsForDates:(id)arg1 countLastYear:(unsigned long*)arg2 countLastMonth:(unsigned long*)arg3 countLastWeek:(unsigned long*)arg4 countLastDay:(unsigned long*)arg5; + (BOOL)multiWordString:(id)arg1 hasPrefix:(id)arg2; ++ (double)occurrencesOfWord:(id)arg1 inString:(id)arg2; ++ (id)roundedValue:(id)arg1 withSigFigs:(id)arg2; @end diff --git a/PrivateFrameworks/ParsecSubscriptionServiceSupport.framework/PSSSSubscriptionManagerStore.h b/PrivateFrameworks/ParsecSubscriptionServiceSupport.framework/PSSSSubscriptionManagerStore.h index dbbb1add61..45a1eb2dc2 100644 --- a/PrivateFrameworks/ParsecSubscriptionServiceSupport.framework/PSSSSubscriptionManagerStore.h +++ b/PrivateFrameworks/ParsecSubscriptionServiceSupport.framework/PSSSSubscriptionManagerStore.h @@ -3,11 +3,11 @@ */ @interface PSSSSubscriptionManagerStore : NSObject { - NSDistributedNotificationCenter * _notificationCenter; + NSNotificationCenter * _notificationCenter; NSMutableDictionary * _store; } -@property (nonatomic, retain) NSDistributedNotificationCenter *notificationCenter; +@property (nonatomic, retain) NSNotificationCenter *notificationCenter; @property (nonatomic, retain) NSMutableDictionary *store; + (id)_subscriptionStoreDirectoryPath; diff --git a/PrivateFrameworks/PassKitCore.framework/PKAssertion.h b/PrivateFrameworks/PassKitCore.framework/PKAssertion.h index e4a1d77d65..07a4b37d7a 100644 --- a/PrivateFrameworks/PassKitCore.framework/PKAssertion.h +++ b/PrivateFrameworks/PassKitCore.framework/PKAssertion.h @@ -6,6 +6,7 @@ NSString * _identifier; BOOL _invalidateWhenBackgrounded; id /* block */ _invalidationHandler; + NSLock * _invalidationLock; NSString * _reason; int _state; unsigned int _type; diff --git a/PrivateFrameworks/PassKitCore.framework/PKAssertionCoordinator.h b/PrivateFrameworks/PassKitCore.framework/PKAssertionCoordinator.h index 39b8d0ba75..890ce012b0 100644 --- a/PrivateFrameworks/PassKitCore.framework/PKAssertionCoordinator.h +++ b/PrivateFrameworks/PassKitCore.framework/PKAssertionCoordinator.h @@ -20,6 +20,7 @@ - (id)_remoteObjectProxyWithErrorHandler:(id /* block */)arg1; - (id)_remoteObjectProxyWithFailureHandler:(id /* block */)arg1; - (id)_remoteObjectProxyWithSemaphore:(id)arg1; +- (void)_removeAssertionWithIdentifier:(id)arg1; - (void)acquireAssertionOfType:(unsigned int)arg1 withReason:(id)arg2 completion:(id /* block */)arg3; - (BOOL)assertionExistsOfType:(unsigned int)arg1; - (void)dealloc; diff --git a/PrivateFrameworks/PassKitCore.framework/PKContactlessCardIngester.h b/PrivateFrameworks/PassKitCore.framework/PKContactlessCardIngester.h index 41dccb084b..79ba6e314b 100644 --- a/PrivateFrameworks/PassKitCore.framework/PKContactlessCardIngester.h +++ b/PrivateFrameworks/PassKitCore.framework/PKContactlessCardIngester.h @@ -17,7 +17,7 @@ @property (readonly) unsigned int hash; @property (readonly) Class superclass; -+ (id)_displayableErrorForSPStatusCode:(unsigned int)arg1; ++ (id)_displayableErrorForSPStatusCode:(unsigned int)arg1 seldError:(id)arg2; + (id)debugDescriptionForStatus:(unsigned int)arg1; - (void).cxx_destruct; diff --git a/PrivateFrameworks/PassKitCore.framework/PKContactlessInterfaceSession.h b/PrivateFrameworks/PassKitCore.framework/PKContactlessInterfaceSession.h index f124576cc5..60285331e7 100644 --- a/PrivateFrameworks/PassKitCore.framework/PKContactlessInterfaceSession.h +++ b/PrivateFrameworks/PassKitCore.framework/PKContactlessInterfaceSession.h @@ -80,6 +80,7 @@ - (BOOL)persistentCardEmulationQueued; - (BOOL)queuePersistentCardEmulation; - (void)resetExpressState; +- (BOOL)resetPersistentCardEmulation; - (void)setDelegate:(id)arg1; - (void)setState:(unsigned int)arg1; - (unsigned int)state; diff --git a/PrivateFrameworks/PassKitCore.framework/PKFelicaPassProperties.h b/PrivateFrameworks/PassKitCore.framework/PKFelicaPassProperties.h index 310df3897f..5e8a34cf68 100644 --- a/PrivateFrameworks/PassKitCore.framework/PKFelicaPassProperties.h +++ b/PrivateFrameworks/PassKitCore.framework/PKFelicaPassProperties.h @@ -33,7 +33,7 @@ NSString * _shinkansenTrainName; NSDateComponents * _shinkansenValidityStartDate; NSNumber * _shinkansenValidityTerm; - NSNumber * _transitBalance; + NSDecimalNumber * _transitBalance; } @property (nonatomic, copy) NSString *appletFormat; @@ -66,7 +66,7 @@ @property (nonatomic, copy) NSString *shinkansenTrainName; @property (nonatomic, copy) NSDateComponents *shinkansenValidityStartDate; @property (nonatomic, copy) NSNumber *shinkansenValidityTerm; -@property (nonatomic, copy) NSNumber *transitBalance; +@property (nonatomic, copy) NSDecimalNumber *transitBalance; + (id)passPropertiesForPass:(id)arg1; + (BOOL)supportsSecureCoding; diff --git a/PrivateFrameworks/PassKitCore.framework/PKIDSManager.h b/PrivateFrameworks/PassKitCore.framework/PKIDSManager.h index b1eb2cebd9..dbe101f69a 100644 --- a/PrivateFrameworks/PassKitCore.framework/PKIDSManager.h +++ b/PrivateFrameworks/PassKitCore.framework/PKIDSManager.h @@ -61,6 +61,7 @@ - (void)discoverRemoteDevicesWithProximity:(BOOL)arg1; - (BOOL)hasRemoteDevices; - (id)init; +- (id)initWithTargetQueue:(id)arg1; - (void)invalidateMessage:(id)arg1; - (id)paymentRequests; - (id)remoteDevices; diff --git a/PrivateFrameworks/PassKitCore.framework/PKImage.h b/PrivateFrameworks/PassKitCore.framework/PKImage.h index 469f74059f..62764d84c2 100644 --- a/PrivateFrameworks/PassKitCore.framework/PKImage.h +++ b/PrivateFrameworks/PassKitCore.framework/PKImage.h @@ -44,6 +44,7 @@ - (void)_queue_createImageRefIfNecessary; - (id)blurredImageWithRadius:(unsigned int)arg1 constraints:(id)arg2; - (struct PKEdgeInsets { float x1; float x2; float x3; float x4; })capInsets; +- (id)croppedImageWithInsets:(struct PKEdgeInsets { float x1; float x2; float x3; float x4; })arg1; - (void)dealloc; - (struct CGSize { float x1; float x2; })downscaleSizeMatchingScale:(float)arg1; - (void)drawInRect:(struct CGRect { struct CGPoint { float x_1_1_1; float x_1_1_2; } x1; struct CGSize { float x_2_1_1; float x_2_1_2; } x2; })arg1 inContext:(struct CGContext { }*)arg2; diff --git a/PrivateFrameworks/PassKitCore.framework/PKImageResizingConstraints.h b/PrivateFrameworks/PassKitCore.framework/PKImageResizingConstraints.h index 3af92c8494..1446f542fb 100644 --- a/PrivateFrameworks/PassKitCore.framework/PKImageResizingConstraints.h +++ b/PrivateFrameworks/PassKitCore.framework/PKImageResizingConstraints.h @@ -23,6 +23,8 @@ @property (nonatomic) BOOL outputMirrored; @property (nonatomic) float outputScale; ++ (id)constraintsWithAspectFillToSize:(struct CGSize { float x1; float x2; })arg1; ++ (id)constraintsWithAspectFitToSize:(struct CGSize { float x1; float x2; })arg1; + (id)constraintsWithFixedHeight:(float)arg1 minAspectRatio:(float)arg2 maxAspectRatio:(float)arg3; + (id)constraintsWithFixedLargeDimenstion:(float)arg1 minAspectRatio:(float)arg2 maxAspectRatio:(float)arg3; + (id)constraintsWithFixedSize:(struct CGSize { float x1; float x2; })arg1; @@ -34,6 +36,7 @@ + (id)constraintsWithMinSize:(struct CGSize { float x1; float x2; })arg1 minAspectRatio:(float)arg2 maxAspectRatio:(float)arg3; - (id)_flippedConstraints; +- (struct CGRect { struct CGPoint { float x_1_1_1; float x_1_1_2; } x1; struct CGSize { float x_2_1_1; float x_2_1_2; } x2; })_getDrawRectForImage:(struct CGImage { }*)arg1 withOutputSize:(struct CGSize { float x1; float x2; })arg2; - (BOOL)_getPixelCropRect:(struct CGRect { struct CGPoint { float x_1_1_1; float x_1_1_2; } x1; struct CGSize { float x_2_1_1; float x_2_1_2; } x2; }*)arg1 pixelOutputSize:(struct CGSize { float x1; float x2; }*)arg2 forImageSize:(struct CGSize { float x1; float x2; })arg3 scale:(float)arg4; - (BOOL)_reasonable; - (BOOL)getPixelCropRect:(struct CGRect { struct CGPoint { float x_1_1_1; float x_1_1_2; } x1; struct CGSize { float x_2_1_1; float x_2_1_2; } x2; }*)arg1 pixelOutputSize:(struct CGSize { float x1; float x2; }*)arg2 forImage:(id)arg3; diff --git a/PrivateFrameworks/PassKitCore.framework/PKPassLibrary.h b/PrivateFrameworks/PassKitCore.framework/PKPassLibrary.h index ced2820a07..93490149f2 100644 --- a/PrivateFrameworks/PassKitCore.framework/PKPassLibrary.h +++ b/PrivateFrameworks/PassKitCore.framework/PKPassLibrary.h @@ -85,12 +85,15 @@ - (void)hasInAppPaymentPassesForNetworks:(id)arg1 capabilities:(unsigned int)arg2 withHandler:(id /* block */)arg3; - (void)hasInAppPaymentPassesForNetworks:(id)arg1 withHandler:(id /* block */)arg2; - (void)hasInAppPrivateLabelPaymentPassesForApplicationIdentifier:(id)arg1 withHandler:(id /* block */)arg2; +- (void)hasInAppPrivateLabelPaymentPassesForWebDomain:(id)arg1 withHandler:(id /* block */)arg2; - (BOOL)hasPassesOfType:(unsigned int)arg1; - (void)hasWebPaymentPassesForNetworks:(id)arg1 capabilities:(unsigned int)arg2 withHandler:(id /* block */)arg3; - (id)inAppPaymentPassesForNetworks:(id)arg1; - (id)inAppPaymentPassesForNetworks:(id)arg1 capabilities:(unsigned int)arg2; - (id)inAppPrivateLabelPaymentPassesForApplicationIdentifier:(id)arg1; - (void)inAppPrivateLabelPaymentPassesForApplicationIdentifier:(id)arg1 withHandler:(id /* block */)arg2; +- (id)inAppPrivateLabelPaymentPassesForWebDomain:(id)arg1; +- (void)inAppPrivateLabelPaymentPassesForWebDomain:(id)arg1 withHandler:(id /* block */)arg2; - (id)init; - (id)initWithMachServiceName:(id)arg1 resumeNotificationName:(id)arg2 interfaceType:(unsigned int)arg3; - (void)introduceDatabaseIntegrityProblem; diff --git a/PrivateFrameworks/PassKitCore.framework/PKPaymentDefaultDataProvider.h b/PrivateFrameworks/PassKitCore.framework/PKPaymentDefaultDataProvider.h index 2bb093a37c..4125336cbd 100644 --- a/PrivateFrameworks/PassKitCore.framework/PKPaymentDefaultDataProvider.h +++ b/PrivateFrameworks/PassKitCore.framework/PKPaymentDefaultDataProvider.h @@ -3,9 +3,12 @@ */ @interface PKPaymentDefaultDataProvider : NSObject { + * _delegate; + NSObject * _delegateQueue; + NSHashTable * _delegates; PKPaymentService * _paymentService; + NSObject * _replyQueue; PKSecureElement * _secureElement; - * delegate; } @property (readonly, copy) NSString *debugDescription; @@ -20,6 +23,8 @@ @property (readonly) Class superclass; - (void).cxx_destruct; +- (void)_accessDelegatesWithHandler:(id /* block */)arg1; +- (void)addDelegate:(id)arg1; - (void)dealloc; - (id)defaultExpressFelicaTransitPassIdentifier; - (id)defaultPaymentApplicationForPassUniqueIdentifier:(id)arg1; @@ -35,6 +40,7 @@ - (void)paymentPassWithUniqueIdentifier:(id)arg1 didReceiveTransaction:(id)arg2; - (void)paymentPassWithUniqueIdentifier:(id)arg1 didRemoveTransactionWithIdentifier:(id)arg2; - (void)paymentPassWithUniqueIdentifier:(id)arg1 didUpdateWithFelicaPassProperties:(id)arg2; +- (void)removeDelegate:(id)arg1; - (id)secureElementIdentifier; - (BOOL)secureElementIsProductionSigned; - (void)setDefaultExpressFelicaTransitPassIdentifier:(id)arg1 withCredential:(id)arg2 completion:(id /* block */)arg3; diff --git a/PrivateFrameworks/PassKitCore.framework/PKPaymentHeroImageManifest.h b/PrivateFrameworks/PassKitCore.framework/PKPaymentHeroImageManifest.h index 42ee95b11e..0c6b5e811e 100644 --- a/PrivateFrameworks/PassKitCore.framework/PKPaymentHeroImageManifest.h +++ b/PrivateFrameworks/PassKitCore.framework/PKPaymentHeroImageManifest.h @@ -13,6 +13,7 @@ + (void)removeManifestFileForRegion:(id)arg1; - (void).cxx_destruct; +- (BOOL)_deviceMeetsRequirementsForNetwork:(id)arg1; - (void)_downloadManifestWithCompletion:(id /* block */)arg1; - (id)_fileNameForNetworkImageOnDisk:(id)arg1; - (id)_readManifestDataFromDevice; @@ -27,6 +28,7 @@ - (id)initWithWebService:(id)arg1 preferredLanguage:(id)arg2; - (id)parseData:(id)arg1; - (id)primaryFeaturedNetwork; +- (id)requirementsForNetwork:(id)arg1; - (void)setManifestWithData:(id)arg1; - (id)sha1ForNetwork:(id)arg1; - (id)urlForNetwork:(id)arg1; diff --git a/PrivateFrameworks/PassKitCore.framework/PKPaymentMessage.h b/PrivateFrameworks/PassKitCore.framework/PKPaymentMessage.h index 460af33ef7..7d728652ce 100644 --- a/PrivateFrameworks/PassKitCore.framework/PKPaymentMessage.h +++ b/PrivateFrameworks/PassKitCore.framework/PKPaymentMessage.h @@ -4,24 +4,25 @@ @interface PKPaymentMessage : NSObject { BOOL _allowDeepLink; - BOOL _archiveOnNextTransaction; BOOL _archived; NSString * _content; NSDate * _expirationDate; BOOL _hasAssociatedPaymentApplication; NSString * _identifier; NSDate * _messageDate; + unsigned int _messageType; NSString * _serviceIdentifier; } @property (nonatomic) BOOL allowDeepLink; -@property (nonatomic) BOOL archiveOnNextTransaction; +@property (nonatomic, readonly) BOOL archiveOnNextTransaction; @property (getter=isArchived, nonatomic) BOOL archived; @property (nonatomic, copy) NSString *content; @property (nonatomic, copy) NSDate *expirationDate; @property (nonatomic) BOOL hasAssociatedPaymentApplication; @property (nonatomic, copy) NSString *identifier; @property (nonatomic, copy) NSDate *messageDate; +@property (nonatomic) unsigned int messageType; @property (nonatomic, copy) NSString *serviceIdentifier; @property (getter=isValid, nonatomic, readonly) BOOL valid; @@ -45,15 +46,16 @@ - (BOOL)isEqualToPaymentMessage:(id)arg1; - (BOOL)isValid; - (id)messageDate; +- (unsigned int)messageType; - (id)serviceIdentifier; - (void)setAllowDeepLink:(BOOL)arg1; -- (void)setArchiveOnNextTransaction:(BOOL)arg1; - (void)setArchived:(BOOL)arg1; - (void)setContent:(id)arg1; - (void)setExpirationDate:(id)arg1; - (void)setHasAssociatedPaymentApplication:(BOOL)arg1; - (void)setIdentifier:(id)arg1; - (void)setMessageDate:(id)arg1; +- (void)setMessageType:(unsigned int)arg1; - (void)setServiceIdentifier:(id)arg1; @end diff --git a/PrivateFrameworks/PassKitCore.framework/PKPaymentProvisioningController.h b/PrivateFrameworks/PassKitCore.framework/PKPaymentProvisioningController.h index d7805ad3d9..947b5870a3 100644 --- a/PrivateFrameworks/PassKitCore.framework/PKPaymentProvisioningController.h +++ b/PrivateFrameworks/PassKitCore.framework/PKPaymentProvisioningController.h @@ -37,6 +37,7 @@ @property (nonatomic, readonly) PKPaymentRequirementsResponse *requirementsResponse; @property (nonatomic) int state; @property (readonly) Class superclass; +@property (nonatomic, readonly) BOOL suppressDefaultCardholderNameField; @property (nonatomic, readonly) PKPaymentWebService *webService; // Image: /System/Library/PrivateFrameworks/PassKitCore.framework/PassKitCore @@ -94,6 +95,7 @@ - (void)retrieveRemoteCredentials:(id /* block */)arg1; - (void)setState:(int)arg1; - (int)state; +- (BOOL)suppressDefaultCardholderNameField; - (void)updatePaymentSetupProductModelWithCompletionHandler:(id /* block */)arg1; - (void)validatePreconditions:(id /* block */)arg1; - (void)validatePreconditionsAndRegister:(id /* block */)arg1; diff --git a/PrivateFrameworks/PassKitCore.framework/PKPaymentService.h b/PrivateFrameworks/PassKitCore.framework/PKPaymentService.h index 00321601de..3a76caaea1 100644 --- a/PrivateFrameworks/PassKitCore.framework/PKPaymentService.h +++ b/PrivateFrameworks/PassKitCore.framework/PKPaymentService.h @@ -11,8 +11,8 @@ @property (nonatomic, retain) NSString *defaultPaymentPassUniqueIdentifier; @property (nonatomic) *delegate; @property (readonly, copy) NSString *description; -@property (nonatomic, readonly) BOOL hasOutstandingExpressActivityTimeout; @property (readonly) unsigned int hash; +@property (nonatomic, readonly) unsigned int outstandingExpressTransactionState; @property (nonatomic, readonly) PKFieldProperties *paymentDeviceFieldProperties; @property (nonatomic, retain) PKPaymentWebServiceContext *sharedPaymentWebServiceContext; @property (readonly) Class superclass; @@ -41,7 +41,6 @@ - (void)didUpdateDefaultPaymentPassWithUniqueIdentifier:(id)arg1; - (void)downloadAllPaymentPasses; - (void)felicaStateWithPassUniqueIdentifier:(id)arg1 paymentApplication:(id)arg2 completion:(id /* block */)arg3; -- (BOOL)hasOutstandingExpressActivityTimeout; - (id)init; - (id)initWithDelegate:(id)arg1; - (void)initializeSecureElementIfNecessaryWithCompletion:(id /* block */)arg1; @@ -49,6 +48,7 @@ - (void)insertOrUpdateValueAddedServiceTransaction:(id)arg1 forPassUniqueIdentifier:(id)arg2 paymentTransaction:(id)arg3 completion:(id /* block */)arg4; - (id)messagesAppLaunchTokenForPassWithUniqueIdentifier:(id)arg1; - (void)messagesForPaymentPassWithUniqueIdentifier:(id)arg1 completion:(id /* block */)arg2; +- (unsigned int)outstandingExpressTransactionState; - (void)passWithUniqueIdentifier:(id)arg1 didReceiveValueAddedServiceTransaction:(id)arg2; - (void)passbookUIServiceDidLaunch; - (void)paymentDeviceDidEnterFieldWithProperties:(id)arg1; diff --git a/PrivateFrameworks/PassKitCore.framework/PKPaymentSetupFieldsModel.h b/PrivateFrameworks/PassKitCore.framework/PKPaymentSetupFieldsModel.h index cc8727fff4..d240c4b31a 100644 --- a/PrivateFrameworks/PassKitCore.framework/PKPaymentSetupFieldsModel.h +++ b/PrivateFrameworks/PassKitCore.framework/PKPaymentSetupFieldsModel.h @@ -9,7 +9,6 @@ // Image: /System/Library/PrivateFrameworks/PassKitCore.framework/PassKitCore -+ (id)defaultPaymentSetupFields; + (id)defaultPaymentSetupProvisioningFields; + (id)fakePaymentSetupProvisioningFields; diff --git a/PrivateFrameworks/PassKitCore.framework/PKPaymentWebServiceConfiguration.h b/PrivateFrameworks/PassKitCore.framework/PKPaymentWebServiceConfiguration.h index a4c7f39a6c..426b1b3eb8 100644 --- a/PrivateFrameworks/PassKitCore.framework/PKPaymentWebServiceConfiguration.h +++ b/PrivateFrameworks/PassKitCore.framework/PKPaymentWebServiceConfiguration.h @@ -45,6 +45,7 @@ - (void)setConfigurationURL:(id)arg1; - (id)supportedRegionsForOSVersion:(id)arg1 deviceClass:(id)arg2; - (id)supportedRegionsForOSVersion:(id)arg1 deviceClass:(id)arg2 platform:(id)arg3; +- (BOOL)suppressCardholderNameFieldForRegion:(id)arg1; - (id)unsupportedWebPaymentConfigurations; - (id)version; diff --git a/PrivateFrameworks/PassKitCore.framework/PKProtobufPaymentInstrument.h b/PrivateFrameworks/PassKitCore.framework/PKProtobufPaymentInstrument.h index 8cbf97f2dd..40b926b01a 100644 --- a/PrivateFrameworks/PassKitCore.framework/PKProtobufPaymentInstrument.h +++ b/PrivateFrameworks/PassKitCore.framework/PKProtobufPaymentInstrument.h @@ -7,6 +7,7 @@ NSString * _displayName; struct { unsigned int ingestedDate : 1; + unsigned int supportsAutomaticSelection : 1; } _has; double _ingestedDate; NSData * _manifestHash; @@ -14,6 +15,7 @@ NSMutableArray * _paymentApplications; NSString * _primaryAccountIdentifier; NSString * _primaryAccountNumberSuffix; + BOOL _supportsAutomaticSelection; } @property (nonatomic, retain) NSMutableArray *associatedWebDomains; @@ -24,12 +26,14 @@ @property (nonatomic, readonly) BOOL hasPassID; @property (nonatomic, readonly) BOOL hasPrimaryAccountIdentifier; @property (nonatomic, readonly) BOOL hasPrimaryAccountNumberSuffix; +@property (nonatomic) BOOL hasSupportsAutomaticSelection; @property (nonatomic) double ingestedDate; @property (nonatomic, retain) NSData *manifestHash; @property (nonatomic, retain) NSString *passID; @property (nonatomic, retain) NSMutableArray *paymentApplications; @property (nonatomic, retain) NSString *primaryAccountIdentifier; @property (nonatomic, retain) NSString *primaryAccountNumberSuffix; +@property (nonatomic) BOOL supportsAutomaticSelection; + (Class)associatedWebDomainsType; + (Class)paymentApplicationsType; @@ -53,6 +57,7 @@ - (BOOL)hasPassID; - (BOOL)hasPrimaryAccountIdentifier; - (BOOL)hasPrimaryAccountNumberSuffix; +- (BOOL)hasSupportsAutomaticSelection; - (unsigned int)hash; - (double)ingestedDate; - (BOOL)isEqual:(id)arg1; @@ -68,12 +73,15 @@ - (void)setAssociatedWebDomains:(id)arg1; - (void)setDisplayName:(id)arg1; - (void)setHasIngestedDate:(BOOL)arg1; +- (void)setHasSupportsAutomaticSelection:(BOOL)arg1; - (void)setIngestedDate:(double)arg1; - (void)setManifestHash:(id)arg1; - (void)setPassID:(id)arg1; - (void)setPaymentApplications:(id)arg1; - (void)setPrimaryAccountIdentifier:(id)arg1; - (void)setPrimaryAccountNumberSuffix:(id)arg1; +- (void)setSupportsAutomaticSelection:(BOOL)arg1; +- (BOOL)supportsAutomaticSelection; - (void)writeTo:(id)arg1; @end diff --git a/PrivateFrameworks/PassKitCore.framework/PKRemotePaymentInstrument.h b/PrivateFrameworks/PassKitCore.framework/PKRemotePaymentInstrument.h index 1b4ee204b3..c9f3549c61 100644 --- a/PrivateFrameworks/PassKitCore.framework/PKRemotePaymentInstrument.h +++ b/PrivateFrameworks/PassKitCore.framework/PKRemotePaymentInstrument.h @@ -12,6 +12,7 @@ NSString * _primaryAccountIdentifier; NSString * _primaryAccountNumberSuffix; PKPaymentApplication * _primaryPaymentApplication; + BOOL _supportsAutomaticSelection; } @property (nonatomic, retain) NSArray *associatedWebDomains; @@ -23,6 +24,7 @@ @property (nonatomic, copy) NSString *primaryAccountIdentifier; @property (nonatomic, copy) NSString *primaryAccountNumberSuffix; @property (nonatomic, retain) PKPaymentApplication *primaryPaymentApplication; +@property (nonatomic) BOOL supportsAutomaticSelection; + (id)remotePaymentInstrumentWithProtobuf:(id)arg1; + (id)sortDescriptorForDefaultPaymentInstrument:(id)arg1 supportedNetworks:(id)arg2 merchantCapabilities:(unsigned int)arg3; @@ -56,5 +58,7 @@ - (void)setPrimaryAccountIdentifier:(id)arg1; - (void)setPrimaryAccountNumberSuffix:(id)arg1; - (void)setPrimaryPaymentApplication:(id)arg1; +- (void)setSupportsAutomaticSelection:(BOOL)arg1; +- (BOOL)supportsAutomaticSelection; @end diff --git a/PrivateFrameworks/PassKitUI.framework/PKContinuityPaymentRemoteAlertViewController.h b/PrivateFrameworks/PassKitUI.framework/PKContinuityPaymentRemoteAlertViewController.h index 02bfa248ee..35e77e4d74 100644 --- a/PrivateFrameworks/PassKitUI.framework/PKContinuityPaymentRemoteAlertViewController.h +++ b/PrivateFrameworks/PassKitUI.framework/PKContinuityPaymentRemoteAlertViewController.h @@ -39,6 +39,7 @@ - (BOOL)shouldAutorotate; - (struct CGSize { float x1; float x2; })sizeForChildContentContainer:(id)arg1 withParentContainerSize:(struct CGSize { float x1; float x2; })arg2; - (unsigned int)supportedInterfaceOrientations; +- (void)viewDidAppear:(BOOL)arg1; - (void)viewDidLoad; - (void)viewWillDisappear:(BOOL)arg1; diff --git a/PrivateFrameworks/PassKitUI.framework/PKContinuityPaymentViewController.h b/PrivateFrameworks/PassKitUI.framework/PKContinuityPaymentViewController.h index d61f9d90f1..c0a1c5c7e0 100644 --- a/PrivateFrameworks/PassKitUI.framework/PKContinuityPaymentViewController.h +++ b/PrivateFrameworks/PassKitUI.framework/PKContinuityPaymentViewController.h @@ -64,7 +64,6 @@ - (void)updatePaymentWithClientUpdate:(id)arg1; - (void)viewDidAppear:(BOOL)arg1; - (void)viewDidLoad; -- (void)viewWillAppear:(BOOL)arg1; - (void)viewWillDisappear:(BOOL)arg1; @end diff --git a/PrivateFrameworks/PassKitUI.framework/PKPassGroupsViewController.h b/PrivateFrameworks/PassKitUI.framework/PKPassGroupsViewController.h index 899b7edb35..a39a2ec8d3 100644 --- a/PrivateFrameworks/PassKitUI.framework/PKPassGroupsViewController.h +++ b/PrivateFrameworks/PassKitUI.framework/PKPassGroupsViewController.h @@ -62,7 +62,7 @@ - (void)_regionConfigurationDidChangeNotification; - (void)_registerForExpressFelicaTransitNotifications:(BOOL)arg1; - (void)_startPassViewedNotificationTimer; -- (void)_updateFooterSuppression; +- (void)_updateFooterSuppressionAnimated:(BOOL)arg1; - (void)_updateFooterSuppressionWithContext:(id)arg1; - (void)_updateStatusBarGradientOpacity:(BOOL)arg1; - (void)addVASPassWithIdentifier:(id)arg1; diff --git a/PrivateFrameworks/PassKitUI.framework/PKPassHeaderView.h b/PrivateFrameworks/PassKitUI.framework/PKPassHeaderView.h index 723a26132d..92f43666d0 100644 --- a/PrivateFrameworks/PassKitUI.framework/PKPassHeaderView.h +++ b/PrivateFrameworks/PassKitUI.framework/PKPassHeaderView.h @@ -4,6 +4,7 @@ @interface PKPassHeaderView : UIView { * _delegate; + PKFelicaPassProperties * _felicaProperties; BOOL _largeStyle; UIImageView * _maskShadow; UILabel * _modificationDate; @@ -18,9 +19,12 @@ unsigned int _suppressedContent; UILabel * _title; UILabel * _type; + UILabel * _value; + UILabel * _valueTitle; } @property (nonatomic) *delegate; +@property (nonatomic, retain) PKFelicaPassProperties *felicaProperties; @property (getter=isLargeStyle, nonatomic) BOOL largeStyle; @property (nonatomic, readonly) PKPass *pass; @property (nonatomic, retain) *passLibraryOverride; @@ -35,8 +39,10 @@ - (id)_primaryTextColor; - (id)_secondaryTextColor; - (void)_updateContent; +- (void)_updateTextContent; - (void)dealloc; - (id)delegate; +- (id)felicaProperties; - (id)initWithPass:(id)arg1; - (BOOL)isLargeStyle; - (void)layoutSubviews; @@ -48,6 +54,7 @@ - (id)primaryTextColor; - (id)secondaryTextColor; - (void)setDelegate:(id)arg1; +- (void)setFelicaProperties:(id)arg1; - (void)setLargeStyle:(BOOL)arg1; - (void)setPassLibraryOverride:(id)arg1; - (void)setPrimaryTextColor:(id)arg1; diff --git a/PrivateFrameworks/PassKitUI.framework/PKPassPaymentConfirmationView.h b/PrivateFrameworks/PassKitUI.framework/PKPassPaymentConfirmationView.h index 5577776855..db99e03dc5 100644 --- a/PrivateFrameworks/PassKitUI.framework/PKPassPaymentConfirmationView.h +++ b/PrivateFrameworks/PassKitUI.framework/PKPassPaymentConfirmationView.h @@ -3,13 +3,18 @@ */ @interface PKPassPaymentConfirmationView : PKPassFooterContentView { + NSObject * _activityResolutionTimer; bool _animated; - NSObject * _checkmarkHoldTimer; - int _expressFinishedNotifyToken; - bool _holdingCheckmark; + bool _animatingCheckmark; + int _expressFinishNotifyToken; + unsigned int _expressState; + int _expressTimeoutNotifyToken; + bool _needsResolution; PKPassPaymentPayStateView * _payStateView; PKPaymentService * _paymentService; - bool _shouldHoldCheckmark; + bool _receivedExit; + bool _receivedTransaction; + bool _showingCheckmark; PKFooterTransactionView * _transactionView; NSDate * _visibleDate; } @@ -20,10 +25,12 @@ @property (readonly) Class superclass; - (void).cxx_destruct; -- (void)_finishHoldingCheckmarkAfterDelay:(double)arg1; -- (void)_finishHoldingCheckmarkIfPossible; - (void)_handleNotifyToken:(int)arg1; -- (void)_registerForExpressFelicaTransitNotifications:(BOOL)arg1; +- (bool)_isRegisteredForAllExpressFelicaTransitNotifications; +- (bool)_isRegisteredForAnyExpressFelicaTransitNotifications; +- (void)_presentCheckmarkIfNecessary; +- (void)_registerForExpressFelicaTransitNotifications:(bool)arg1; +- (void)_resolveActivityIfNecessary; - (void)_updateContentViewsWithFelicaProperties:(id)arg1; - (void)_updateContentViewsWithTransaction:(id)arg1; - (void)_updateContentViewsWithTransaction:(id)arg1 felicaProperties:(id)arg2; diff --git a/PrivateFrameworks/PassKitUI.framework/PKPassPaymentContainerView.h b/PrivateFrameworks/PassKitUI.framework/PKPassPaymentContainerView.h index 6802a6e996..3a333a9293 100644 --- a/PrivateFrameworks/PassKitUI.framework/PKPassPaymentContainerView.h +++ b/PrivateFrameworks/PassKitUI.framework/PKPassPaymentContainerView.h @@ -65,6 +65,7 @@ - (void)_applyPayState:(int)arg1 withTextOverride:(id)arg2 animated:(BOOL)arg3 completionHandler:(id /* block */)arg4; - (void)_applyPayState:(int)arg1 withTextOverride:(id)arg2 completionHandler:(id /* block */)arg3; - (void)_applyPaymentFailureState:(BOOL)arg1; +- (void)_applyPaymentIndefiniteSuccessState; - (void)_applyPaymentSuccessfulState; - (void)_applyPaymentSuccessfulStateAndReset:(BOOL)arg1; - (void)_applyPresentationPayState:(int)arg1; @@ -164,6 +165,7 @@ - (void)contactlessInterfaceSessionDidFailTransaction:(id)arg1 forPaymentApplication:(id)arg2 paymentPass:(id)arg3; - (void)contactlessInterfaceSessionDidReceiveActivityTimeout:(id)arg1; - (void)contactlessInterfaceSessionDidSelectPayment:(id)arg1; +- (void)contactlessInterfaceSessionDidStartTransaction:(id)arg1; - (void)contactlessInterfaceSessionDidTimeout:(id)arg1 forPaymentApplication:(id)arg2 paymentPass:(id)arg3 valueAddedServicePasses:(id)arg4; - (void)contactlessInterfaceSessionHasPendingServerRequest:(id)arg1; - (void)dealloc; diff --git a/PrivateFrameworks/PassKitUI.framework/PKPaymentCardManualEntryViewController.h b/PrivateFrameworks/PassKitUI.framework/PKPaymentCardManualEntryViewController.h index e0916002dc..1cf74c928e 100644 --- a/PrivateFrameworks/PassKitUI.framework/PKPaymentCardManualEntryViewController.h +++ b/PrivateFrameworks/PassKitUI.framework/PKPaymentCardManualEntryViewController.h @@ -5,6 +5,7 @@ @interface PKPaymentCardManualEntryViewController : PKPaymentSetupProvisioningFieldsViewController { PKPaymentSetupBrowseProductsViewController * _findWithoutNumberBrowser; PKPaymentSetupFindWithoutNumberFooterView * _findWithoutNumberFooterView; + NSArray * _pendingCameraCaptureObjects; } @property (readonly, copy) NSString *debugDescription; @@ -21,6 +22,7 @@ - (void)_performInlineSecondaryWithCompletion:(id /* block */)arg1; - (void)_performRequirementsWithCompletion:(id /* block */)arg1; - (void)_performSecondaryWithCompletion:(id /* block */)arg1; +- (void)_processPendingCameraCaptureObjects; - (void)_pushSecondaryPaymentSetupViewControllerWithCompletion:(id /* block */)arg1; - (BOOL)_shouldUseInlineSecondaryProvisioningFlow; - (void)browseProductsViewController:(id)arg1 didSelectProduct:(id)arg2 withCompletionHandler:(id /* block */)arg3; diff --git a/PrivateFrameworks/PassKitUI.framework/PKPaymentPassDetailViewController.h b/PrivateFrameworks/PassKitUI.framework/PKPaymentPassDetailViewController.h index 5218ffe14a..8d710034a8 100644 --- a/PrivateFrameworks/PassKitUI.framework/PKPaymentPassDetailViewController.h +++ b/PrivateFrameworks/PassKitUI.framework/PKPaymentPassDetailViewController.h @@ -29,7 +29,6 @@ PKLinkedApplication * _linkedApplication; PKSettingTableCell * _messagesSwitch; BOOL _navigationControllerHidesShadow; - NSNumberFormatter * _numberFormatter; PKPaymentPass * _pass; PKPassHeaderView * _passHeaderView; * _passLibraryDataProvider; @@ -106,6 +105,7 @@ - (float)_heightForPassStateSectionWithTableView:(id)arg1; - (id)_infoCellWithDescription:(id)arg1 forTableView:(id)arg2; - (id)_infoCellWithPrimaryText:(id)arg1 detailText:(id)arg2 cellStyle:(int)arg3 forTableView:(id)arg4; +- (BOOL)_isJapaneseRegion; - (id)_linkCellWithText:(id)arg1 forTableView:(id)arg2; - (id)_linkedAppCellForTableView:(id)arg1; - (id)_linkedApplicationCellForTableView:(id)arg1; @@ -128,6 +128,7 @@ - (void)_reloadTransactionSection; - (void)_reloadTransactionsWithCompletion:(id /* block */)arg1; - (void)_reloadView; +- (void)_setFelicaProperties:(id)arg1; - (BOOL)_shouldShowAutomaticPresentation; - (BOOL)_shouldShowBillingAddressCell; - (BOOL)_shouldShowContactCell; diff --git a/PrivateFrameworks/PassKitUI.framework/PKPaymentPreferencesViewController.h b/PrivateFrameworks/PassKitUI.framework/PKPaymentPreferencesViewController.h index 1fad138b73..fa86d98082 100644 --- a/PrivateFrameworks/PassKitUI.framework/PKPaymentPreferencesViewController.h +++ b/PrivateFrameworks/PassKitUI.framework/PKPaymentPreferencesViewController.h @@ -3,6 +3,7 @@ */ @interface PKPaymentPreferencesViewController : UIViewController { + UITextField * _currentEditingField; id /* block */ _handler; PKPassSnapshotter * _passSnapshotter; id /* block */ _pickedContactHandler; @@ -60,6 +61,7 @@ - (BOOL)tableView:(id)arg1 canEditRowAtIndexPath:(id)arg2; - (id)tableView:(id)arg1 cellForRowAtIndexPath:(id)arg2; - (void)tableView:(id)arg1 commitEditingStyle:(int)arg2 forRowAtIndexPath:(id)arg3; +- (void)tableView:(id)arg1 didEndDisplayingCell:(id)arg2 forRowAtIndexPath:(id)arg3; - (void)tableView:(id)arg1 didSelectRowAtIndexPath:(id)arg2; - (int)tableView:(id)arg1 numberOfRowsInSection:(int)arg2; - (id)tableView:(id)arg1 titleForFooterInSection:(int)arg2; diff --git a/PrivateFrameworks/PassKitUI.framework/PKPaymentSetupAssistantRegistrationViewController.h b/PrivateFrameworks/PassKitUI.framework/PKPaymentSetupAssistantRegistrationViewController.h index b3c22d554c..92e12c9479 100644 --- a/PrivateFrameworks/PassKitUI.framework/PKPaymentSetupAssistantRegistrationViewController.h +++ b/PrivateFrameworks/PassKitUI.framework/PKPaymentSetupAssistantRegistrationViewController.h @@ -4,6 +4,8 @@ @interface PKPaymentSetupAssistantRegistrationViewController : PKPaymentSetupViewController { * _externalDelegate; + NSObject * _preflightGroup; + BOOL _preflightResult; UIButton * _skipButton; } diff --git a/PrivateFrameworks/PassKitUI.framework/PKPaymentSetupBridgeInfoView.h b/PrivateFrameworks/PassKitUI.framework/PKPaymentSetupBridgeInfoView.h index a7163f8ba9..2487a9867b 100644 --- a/PrivateFrameworks/PassKitUI.framework/PKPaymentSetupBridgeInfoView.h +++ b/PrivateFrameworks/PassKitUI.framework/PKPaymentSetupBridgeInfoView.h @@ -4,7 +4,7 @@ @interface PKPaymentSetupBridgeInfoView : PKPaymentSetupInfoView -- (id)initWithFrame:(struct CGRect { struct CGPoint { float x_1_1_1; float x_1_1_2; } x1; struct CGSize { float x_2_1_1; float x_2_1_2; } x2; })arg1 context:(int)arg2 heroImageController:(id)arg3 hasSupportingHardware:(BOOL)arg4; +- (id)initWithFrame:(struct CGRect { struct CGPoint { float x_1_1_1; float x_1_1_2; } x1; struct CGSize { float x_2_1_1; float x_2_1_2; } x2; })arg1 context:(int)arg2 heroImageController:(id)arg3 hasSupportingHardware:(BOOL)arg4 region:(id)arg5; - (void)layoutSubviews; @end diff --git a/PrivateFrameworks/PassKitUI.framework/PKPaymentSetupInfoView.h b/PrivateFrameworks/PassKitUI.framework/PKPaymentSetupInfoView.h index 7a3998effe..182c6e5ae9 100644 --- a/PrivateFrameworks/PassKitUI.framework/PKPaymentSetupInfoView.h +++ b/PrivateFrameworks/PassKitUI.framework/PKPaymentSetupInfoView.h @@ -12,6 +12,7 @@ UIImageView * _logo; UIView * _maskView; PKPaymentSetupPrivacyFooterView * _privacyFooter; + NSString * _region; } @property (nonatomic, readonly) UILabel *bodyLabel; @@ -25,13 +26,14 @@ - (void).cxx_destruct; - (id)_bodyFont; - (struct UIEdgeInsets { float x1; float x2; float x3; float x4; })_bodyInsetsForSize:(struct CGSize { float x1; float x2; })arg1; +- (BOOL)_isJapaneseRegion; - (struct UIEdgeInsets { float x1; float x2; float x3; float x4; })_privacyInsets; - (float)_textHeightForSize:(struct CGSize { float x1; float x2; })arg1; - (id)_titleFont; - (id)bodyLabel; - (int)context; - (id)heroView; -- (id)initWithFrame:(struct CGRect { struct CGPoint { float x_1_1_1; float x_1_1_2; } x1; struct CGSize { float x_2_1_1; float x_2_1_2; } x2; })arg1 context:(int)arg2 heroImageController:(id)arg3 hasSupportingHardware:(BOOL)arg4; +- (id)initWithFrame:(struct CGRect { struct CGPoint { float x_1_1_1; float x_1_1_2; } x1; struct CGSize { float x_2_1_1; float x_2_1_2; } x2; })arg1 context:(int)arg2 heroImageController:(id)arg3 hasSupportingHardware:(BOOL)arg4 region:(id)arg5; - (BOOL)insetPrivacyFooter; - (BOOL)isBuddyiPad; - (void)layoutSubviews; diff --git a/PrivateFrameworks/PassKitUI.framework/PKPaymentSetupIntroView.h b/PrivateFrameworks/PassKitUI.framework/PKPaymentSetupIntroView.h index efed97defd..d5fa51bdd9 100644 --- a/PrivateFrameworks/PassKitUI.framework/PKPaymentSetupIntroView.h +++ b/PrivateFrameworks/PassKitUI.framework/PKPaymentSetupIntroView.h @@ -6,6 +6,7 @@ int _context; BOOL _hasSupportingHardware; PKPaymentSetupInfoView * _infoView; + NSString * _region; } @property (nonatomic, retain) PKPaymentSetupInfoView *infoView; @@ -16,7 +17,7 @@ - (id)infoView; - (id)initWithContext:(int)arg1; - (id)initWithContext:(int)arg1 heroImageController:(id)arg2; -- (id)initWithContext:(int)arg1 heroImageController:(id)arg2 hasSupportingHardware:(BOOL)arg3; +- (id)initWithContext:(int)arg1 heroImageController:(id)arg2 hasSupportingHardware:(BOOL)arg3 region:(id)arg4; - (id)initWithFrame:(struct CGRect { struct CGPoint { float x_1_1_1; float x_1_1_2; } x1; struct CGSize { float x_2_1_1; float x_2_1_2; } x2; })arg1; - (void)layoutSubviews; - (void)setInfoView:(id)arg1; diff --git a/PrivateFrameworks/PassKitUI.framework/PKPaymentSetupWalletInfoView.h b/PrivateFrameworks/PassKitUI.framework/PKPaymentSetupWalletInfoView.h index ec27a031a2..1e4288f529 100644 --- a/PrivateFrameworks/PassKitUI.framework/PKPaymentSetupWalletInfoView.h +++ b/PrivateFrameworks/PassKitUI.framework/PKPaymentSetupWalletInfoView.h @@ -8,7 +8,7 @@ - (void).cxx_destruct; - (void)_createSubviews; -- (id)initWithFrame:(struct CGRect { struct CGPoint { float x_1_1_1; float x_1_1_2; } x1; struct CGSize { float x_2_1_1; float x_2_1_2; } x2; })arg1 context:(int)arg2 heroImageController:(id)arg3 hasSupportingHardware:(BOOL)arg4; +- (id)initWithFrame:(struct CGRect { struct CGPoint { float x_1_1_1; float x_1_1_2; } x1; struct CGSize { float x_2_1_1; float x_2_1_2; } x2; })arg1 context:(int)arg2 heroImageController:(id)arg3 hasSupportingHardware:(BOOL)arg4 region:(id)arg5; - (void)layoutSubviews; @end diff --git a/PrivateFrameworks/PassKitUI.framework/PKPaymentTransactionTableCell.h b/PrivateFrameworks/PassKitUI.framework/PKPaymentTransactionTableCell.h index e06a0faef1..c2e912d38f 100644 --- a/PrivateFrameworks/PassKitUI.framework/PKPaymentTransactionTableCell.h +++ b/PrivateFrameworks/PassKitUI.framework/PKPaymentTransactionTableCell.h @@ -9,6 +9,7 @@ UIColor * _secondaryColor; UILabel * _secondaryLabel; NSString * _secondaryString; + BOOL _sizeLabels; UIColor * _tertiaryColor; UILabel * _tertiaryLabel; NSString * _tertiaryString; diff --git a/PrivateFrameworks/PassKitUI.framework/PKPerformActionEnterValueView.h b/PrivateFrameworks/PassKitUI.framework/PKPerformActionEnterValueView.h index 1838b96121..35e8e14388 100644 --- a/PrivateFrameworks/PassKitUI.framework/PKPerformActionEnterValueView.h +++ b/PrivateFrameworks/PassKitUI.framework/PKPerformActionEnterValueView.h @@ -44,6 +44,7 @@ - (void)_updateCurrentAmount:(id)arg1 shouldGenerateNewSuggestions:(BOOL)arg2; - (void)_updateCurrentBalanceWithUpdatedFelicaProperties; - (id)cardBalance; +- (void)dealloc; - (id)delegate; - (id)init; - (id)initWithPass:(id)arg1 action:(id)arg2 paymentDataProvider:(id)arg3; diff --git a/PrivateFrameworks/PassKitUI.framework/PKTableFooterView.h b/PrivateFrameworks/PassKitUI.framework/PKTableFooterView.h index 36431c56fc..323fc30586 100644 --- a/PrivateFrameworks/PassKitUI.framework/PKTableFooterView.h +++ b/PrivateFrameworks/PassKitUI.framework/PKTableFooterView.h @@ -4,7 +4,6 @@ @interface PKTableFooterView : UIView -- (BOOL)hasContent; - (void)setButtonsEnabled:(BOOL)arg1; @end diff --git a/PrivateFrameworks/PassKitUIFoundation.framework/PKSubglyphView.h b/PrivateFrameworks/PassKitUIFoundation.framework/PKFingerprintGlyphView.h similarity index 90% rename from PrivateFrameworks/PassKitUIFoundation.framework/PKSubglyphView.h rename to PrivateFrameworks/PassKitUIFoundation.framework/PKFingerprintGlyphView.h index 153215511f..f3d968879c 100644 --- a/PrivateFrameworks/PassKitUIFoundation.framework/PKSubglyphView.h +++ b/PrivateFrameworks/PassKitUIFoundation.framework/PKFingerprintGlyphView.h @@ -2,11 +2,11 @@ Image: /System/Library/PrivateFrameworks/PassKitUIFoundation.framework/PassKitUIFoundation */ -@interface PKSubglyphView : UIView { +@interface PKFingerprintGlyphView : UIView { CALayer * _backgroundLayer; NSArray * _backgroundShapeLayers; CALayer * _contentLayer; - * _delegate; + * _delegate; BOOL _fadeOnRecognized; CALayer * _foregroundLayer; CALayer * _foregroundRingContainerLayer; @@ -28,7 +28,7 @@ @property (nonatomic, readonly) CALayer *contentLayer; @property (readonly, copy) NSString *debugDescription; -@property (nonatomic) *delegate; +@property (nonatomic) *delegate; @property (readonly, copy) NSString *description; @property (nonatomic) BOOL fadeOnRecognized; @property (readonly) unsigned int hash; @@ -43,12 +43,12 @@ - (void)_executeAfterMinimumAnimationDurationForStateTransition:(id /* block */)arg1; - (void)_executeTransitionCompletionHandlers:(BOOL)arg1; - (void)_finishTransitionForIndex:(unsigned int)arg1; -- (void)_hideNonRingShapeLayersWithTransitionIndex:(unsigned int)arg1 withGap:(BOOL)arg2 animated:(BOOL)arg3; - (double)_minimumAnimationDurationForStateTransition; - (void)_performTransitionWithTransitionIndex:(unsigned int)arg1 animated:(BOOL)arg2; - (void)_restartRotationIfNecessary; - (void)_setProgress:(float)arg1 withDuration:(double)arg2 forShapeLayerAtIndex:(unsigned int)arg3; -- (void)_showMicaContentWithTransitionIndex:(unsigned int)arg1 animated:(BOOL)arg2; +- (void)_setRingState:(unsigned int)arg1 withTransitionIndex:(unsigned int)arg2 animated:(BOOL)arg3; +- (void)_showFingerprintWithTransitionIndex:(unsigned int)arg1 animated:(BOOL)arg2; - (void)_startRecognitionHoldingStateWithTransitionIndex:(unsigned int)arg1; - (void)_startRotationAnimation; - (void)_updateLastAnimationTimeWithAnimationOfDuration:(double)arg1; diff --git a/PrivateFrameworks/PassKitUIFoundation.framework/PKGlyphView.h b/PrivateFrameworks/PassKitUIFoundation.framework/PKGlyphView.h index b7663f51f0..76d5d277ef 100644 --- a/PrivateFrameworks/PassKitUIFoundation.framework/PKGlyphView.h +++ b/PrivateFrameworks/PassKitUIFoundation.framework/PKGlyphView.h @@ -2,7 +2,7 @@ Image: /System/Library/PrivateFrameworks/PassKitUIFoundation.framework/PassKitUIFoundation */ -@interface PKGlyphView : UIView { +@interface PKGlyphView : UIView { PKCheckGlyphLayer * _checkLayer; struct CGImage { } * _customImage; struct UIEdgeInsets { @@ -13,6 +13,7 @@ } _customImageAlignmentEdgeInsets; CALayer * _customImageLayer; * _delegate; + PKFingerprintGlyphView * _fingerprintView; double _lastAnimationWillFinish; struct { unsigned int showingPhone : 1; @@ -27,7 +28,6 @@ UIColor * _secondaryColor; int _state; int _style; - PKSubglyphView * _subglyphView; NSMutableArray * _transitionCompletionHandlers; unsigned int _transitionIndex; BOOL _transitioning; @@ -72,6 +72,7 @@ - (void)dealloc; - (id)delegate; - (BOOL)fadeOnRecognized; +- (void)fingerprintGlyphView:(id)arg1 didLayoutContentLayer:(id)arg2; - (id)initWithCoder:(id)arg1; - (id)initWithFrame:(struct CGRect { struct CGPoint { float x_1_1_1; float x_1_1_2; } x1; struct CGSize { float x_2_1_1; float x_2_1_2; } x2; })arg1; - (id)initWithStyle:(int)arg1; @@ -88,7 +89,6 @@ - (void)setState:(int)arg1; - (void)setState:(int)arg1 animated:(BOOL)arg2 completionHandler:(id /* block */)arg3; - (int)state; -- (void)subglyphView:(id)arg1 didLayoutContentLayer:(id)arg2; - (void)updateRasterizationScale:(float)arg1; @end diff --git a/PrivateFrameworks/Pasteboard.framework/PBItemCollection.h b/PrivateFrameworks/Pasteboard.framework/PBItemCollection.h index 5279b7bdcb..4807040932 100644 --- a/PrivateFrameworks/Pasteboard.framework/PBItemCollection.h +++ b/PrivateFrameworks/Pasteboard.framework/PBItemCollection.h @@ -6,6 +6,7 @@ NSDate * _creationDate; NSUUID * _itemQueue_UUID; NSXPCListener * _itemQueue_dataConsumersListener; + BOOL _itemQueue_deviceLockedPasteboard; BOOL _itemQueue_isDataProvider; NSArray * _itemQueue_items; NSDictionary * _itemQueue_metadata; @@ -23,6 +24,7 @@ @property (nonatomic, readonly) NSXPCListenerEndpoint *dataConsumersEndpoint; @property (readonly, copy) NSString *debugDescription; @property (readonly, copy) NSString *description; +@property (getter=isDeviceLockedPasteboard, nonatomic) BOOL deviceLockedPasteboard; @property (nonatomic, retain) NSDate *expirationDate; @property (readonly) unsigned int hash; @property (nonatomic, readonly) BOOL isDataProvider; @@ -30,6 +32,7 @@ @property (nonatomic) BOOL isRemote; @property (nonatomic, retain) NSUUID *itemQueue_UUID; @property (nonatomic, retain) NSXPCListener *itemQueue_dataConsumersListener; +@property (getter=itemQueue_isDeviceLockedPasteboard, nonatomic) BOOL itemQueue_deviceLockedPasteboard; @property (nonatomic) BOOL itemQueue_isDataProvider; @property (nonatomic, copy) NSArray *itemQueue_items; @property (nonatomic, copy) NSDictionary *itemQueue_metadata; @@ -78,6 +81,7 @@ - (id)initWithCoder:(id)arg1; - (id)initWithItems:(id)arg1; - (BOOL)isDataProvider; +- (BOOL)isDeviceLockedPasteboard; - (BOOL)isGeneralPasteboard; - (BOOL)isLocalOnly; - (BOOL)isPersistent; @@ -88,6 +92,7 @@ - (id)itemQueue_UUID; - (id)itemQueue_dataConsumersListener; - (BOOL)itemQueue_isDataProvider; +- (BOOL)itemQueue_isDeviceLockedPasteboard; - (id)itemQueue_items; - (id)itemQueue_metadata; - (id)itemQueue_originatorBundleID; @@ -106,10 +111,12 @@ - (id)privateMetadata; - (void)setChangeCount:(int)arg1; - (void)setDataProviderEndpoint:(id)arg1; +- (void)setDeviceLockedPasteboard:(BOOL)arg1; - (void)setExpirationDate:(id)arg1; - (void)setIsRemote:(BOOL)arg1; - (void)setItemQueue_UUID:(id)arg1; - (void)setItemQueue_dataConsumersListener:(id)arg1; +- (void)setItemQueue_deviceLockedPasteboard:(BOOL)arg1; - (void)setItemQueue_isDataProvider:(BOOL)arg1; - (void)setItemQueue_items:(id)arg1; - (void)setItemQueue_metadata:(id)arg1; diff --git a/PrivateFrameworks/PhotoAnalysis.framework/PHAAssetProcessingJob.h b/PrivateFrameworks/PhotoAnalysis.framework/PHAAssetProcessingJob.h index 1848b7a4d4..3db1093b6e 100644 --- a/PrivateFrameworks/PhotoAnalysis.framework/PHAAssetProcessingJob.h +++ b/PrivateFrameworks/PhotoAnalysis.framework/PHAAssetProcessingJob.h @@ -5,13 +5,16 @@ @interface PHAAssetProcessingJob : PHAWorkerJob { NSArray * _assetLocalIdentifiers; NSMutableDictionary * _resultsByAssetLocalIdentifier; + NSRecursiveLock * _resultsLock; } @property (nonatomic, readonly) NSArray *assetLocalIdentifiers; @property (nonatomic, readonly, copy) NSArray *incompleteAssetLocalIdentifiers; @property (nonatomic, readonly) NSMutableDictionary *resultsByAssetLocalIdentifier; +@property (readonly) NSRecursiveLock *resultsLock; - (void).cxx_destruct; +- (id)_resultsCopy; - (id)assetLocalIdentifiers; - (float)completionScore; - (id)copyWithZone:(struct _NSZone { }*)arg1; @@ -19,11 +22,11 @@ - (BOOL)finished; - (id)incompleteAssetLocalIdentifiers; - (id)initWithWorkerType:(short)arg1 scenario:(unsigned int)arg2 assetLocalIdentifiers:(id)arg3 library:(id)arg4; -- (BOOL)isEqualToWorkerJob:(id)arg1 ignoreResults:(BOOL)arg2; - (void)reportResult:(unsigned int)arg1 forAssetLocalIdentifier:(id)arg2; - (unsigned int)resultCount; - (unsigned int)resultForAssetLocalIdentifier:(id)arg1; - (id)resultsByAssetLocalIdentifier; +- (id)resultsLock; - (id)statusAsDictionary; - (unsigned int)successfulResultCount; diff --git a/PrivateFrameworks/PhotoAnalysis.framework/PHAGraphServiceWorker.h b/PrivateFrameworks/PhotoAnalysis.framework/PHAGraphServiceWorker.h index 0601273ddc..ee9cb7ceab 100644 --- a/PrivateFrameworks/PhotoAnalysis.framework/PHAGraphServiceWorker.h +++ b/PrivateFrameworks/PhotoAnalysis.framework/PHAGraphServiceWorker.h @@ -155,6 +155,7 @@ - (void)requestSortedArrayOfFaceCollectionIdentifiers:(id)arg1 context:(id)arg2 reply:(id /* block */)arg3; - (void)requestTitleForAssetCollectionWithLocalIdentifier:(id)arg1 format:(int)arg2 context:(id)arg3 reply:(id /* block */)arg4; - (void)requestTitleForCollectionMomentListWithLocalIdentifier:(id)arg1 format:(int)arg2 context:(id)arg3 reply:(id /* block */)arg4; +- (void)requestTitleForMemoryWithLocalIdentifier:(id)arg1 context:(id)arg2 reply:(id /* block */)arg3; - (void)requestTitleForPersonIdentifiers:(id)arg1 format:(int)arg2 context:(id)arg3 reply:(id /* block */)arg4; - (void)requestWriteAdditionalDataToSnapshotResults:(id)arg1 forFilenameKey:(id)arg2 context:(id)arg3 reply:(id /* block */)arg4; - (void)setBackgroundTaskQueue:(id)arg1; @@ -176,6 +177,7 @@ - (void)setupPredicateValidator; - (BOOL)shouldAllowBackgroundActivityWithDescription:(id)arg1; - (BOOL)shouldCooldownForConstraintChange:(id)arg1; +- (BOOL)shouldStopOperationInProgress; - (BOOL)shouldUnloadGraphOnCooldown; - (BOOL)shouldWarmupForConstraintChange:(id)arg1; - (void)shutdown; diff --git a/PrivateFrameworks/PhotoAnalysis.framework/PHALibraryChangeBuffer.h b/PrivateFrameworks/PhotoAnalysis.framework/PHALibraryChangeBuffer.h index 182e941733..87b172a02e 100644 --- a/PrivateFrameworks/PhotoAnalysis.framework/PHALibraryChangeBuffer.h +++ b/PrivateFrameworks/PhotoAnalysis.framework/PHALibraryChangeBuffer.h @@ -5,30 +5,38 @@ @interface PHALibraryChangeBuffer : NSObject { NSMutableDictionary * _assetIdentifierToFlagsMap; NSMutableArray * _momentChanges; + NSMutableArray * _personChanges; NSMutableSet * _representedAssetJobScenarios; } @property (retain) NSMutableDictionary *assetIdentifierToFlagsMap; @property (retain) NSMutableArray *momentChanges; +@property (retain) NSMutableArray *personChanges; @property (retain) NSMutableSet *representedAssetJobScenarios; +@property (readonly) unsigned int uniqueChangeObjectCount; - (void).cxx_destruct; - (void)addMomentChange:(id)arg1; +- (void)addPersonChange:(id)arg1; - (id)assetIdentifierToFlagsMap; - (id)changedAssetIdentifiers; - (void)drain; - (BOOL)hasAssetChanges; - (BOOL)hasChanges; - (BOOL)hasMomentChanges; +- (BOOL)hasPersonChanges; - (id)init; - (void)mergeFlags:(int)arg1 forAssetWithIdentifier:(id)arg2; - (void)mergeRepresentedJobScenario:(unsigned int)arg1; - (id)momentChanges; +- (id)personChanges; - (id)representedAssetJobScenarios; - (BOOL)representsUserForegroundJobScenario; - (void)setAssetIdentifierToFlagsMap:(id)arg1; - (void)setMomentChanges:(id)arg1; +- (void)setPersonChanges:(id)arg1; - (void)setRepresentedAssetJobScenarios:(id)arg1; - (id)snapshotAndDrain; +- (unsigned int)uniqueChangeObjectCount; @end diff --git a/PrivateFrameworks/PhotoAnalysis.framework/PHALibraryChangeDetails.h b/PrivateFrameworks/PhotoAnalysis.framework/PHALibraryChangeDetails.h index 1cc2ac3b9c..bc0640e990 100644 --- a/PrivateFrameworks/PhotoAnalysis.framework/PHALibraryChangeDetails.h +++ b/PrivateFrameworks/PhotoAnalysis.framework/PHALibraryChangeDetails.h @@ -3,7 +3,6 @@ */ @interface PHALibraryChangeDetails : NSObject { - unsigned int _changeType; NSDictionary * _changedAssetIdentifierToWorkerFlagsMap; PHFetchResult * _changedAssetsFetchResult; NSArray * _deletes; @@ -11,27 +10,26 @@ NSArray * _updates; } +@property (readonly) NSArray *allChangedObjects; @property (retain) NSDictionary *changedAssetIdentifierToWorkerFlagsMap; @property (retain) PHFetchResult *changedAssetsFetchResult; @property (setter=_setDeletes:, copy) NSArray *deletes; @property (setter=_setInserts:, copy) NSArray *inserts; -@property (readonly) unsigned int type; @property (setter=_setUpdates:, copy) NSArray *updates; -+ (id)changeDetailsForUpdatedMoments:(id)arg1; ++ (id)changeDetailsForUpdatedObjects:(id)arg1; - (void).cxx_destruct; - (void)_setDeletes:(id)arg1; - (void)_setInserts:(id)arg1; - (void)_setUpdates:(id)arg1; +- (id)allChangedObjects; - (id)changedAssetIdentifierToWorkerFlagsMap; - (id)changedAssetsFetchResult; - (id)deletes; -- (id)initWithType:(unsigned int)arg1; - (id)inserts; - (void)setChangedAssetIdentifierToWorkerFlagsMap:(id)arg1; - (void)setChangedAssetsFetchResult:(id)arg1; -- (unsigned int)type; - (id)updates; @end diff --git a/PrivateFrameworks/PhotoAnalysis.framework/PHALibraryChangeListener.h b/PrivateFrameworks/PhotoAnalysis.framework/PHALibraryChangeListener.h index 1a53801d9a..da771ab9ce 100644 --- a/PrivateFrameworks/PhotoAnalysis.framework/PHALibraryChangeListener.h +++ b/PrivateFrameworks/PhotoAnalysis.framework/PHALibraryChangeListener.h @@ -4,8 +4,9 @@ @interface PHALibraryChangeListener : NSOperation { NSObject * _changeObservationQueue; - NSHashTable * _momentChangeObservers; + NSHashTable * _changeObservers; PHFetchResult * _momentFetchResult; + PHFetchResult * _personsFetchResult; PHAManager * _photoAnalysisManager; } @@ -19,9 +20,11 @@ - (void)beginListeningForChanges; - (id)init; - (id)initWithPhotoAnalysisManager:(id)arg1; -- (id)libraryMomentChangeDetailsForChanges:(id)arg1; +- (id)libraryChangeDetailsForFetchResult:(id*)arg1 changes:(id)arg2; +- (id)momentChangeDetailsForChanges:(id)arg1; +- (id)personsChangeDetailsForChanges:(id)arg1; - (void)photoLibraryDidChange:(id)arg1; -- (void)registerChangeObserver:(id)arg1 withInterest:(unsigned int)arg2; +- (void)registerChangeObserver:(id)arg1; - (void)unregisterChangeObserver:(id)arg1; @end diff --git a/PrivateFrameworks/PhotoAnalysis.framework/PHAServiceUnavailableClientHandler.h b/PrivateFrameworks/PhotoAnalysis.framework/PHAServiceUnavailableClientHandler.h index 70969c1e5a..0fa25368e3 100644 --- a/PrivateFrameworks/PhotoAnalysis.framework/PHAServiceUnavailableClientHandler.h +++ b/PrivateFrameworks/PhotoAnalysis.framework/PHAServiceUnavailableClientHandler.h @@ -8,6 +8,7 @@ - (void)dumpAnalysisStatusWithContext:(id)arg1 reply:(id /* block */)arg2; - (id)error; - (void)faceClusteringInformation:(unsigned int)arg1 withContext:(id)arg2 reply:(id /* block */)arg3; +- (void)faceProcessingStatusForUserInterfaceWithContext:(id)arg1 reply:(id /* block */)arg2; - (void)generateMemoriesRelatedDiagnosticsLogsWithContext:(id)arg1 reply:(id /* block */)arg2; - (void)generateMemoriesWithOptions:(id)arg1 context:(id)arg2 reply:(id /* block */)arg3; - (void)localizedLabelForSceneIdentifier:(unsigned int)arg1 context:(id)arg2 reply:(id /* block */)arg3; @@ -55,6 +56,7 @@ - (void)requestSortedArrayOfFaceCollectionIdentifiers:(id)arg1 context:(id)arg2 reply:(id /* block */)arg3; - (void)requestTitleForAssetCollectionWithLocalIdentifier:(id)arg1 format:(int)arg2 context:(id)arg3 reply:(id /* block */)arg4; - (void)requestTitleForCollectionMomentListWithLocalIdentifier:(id)arg1 format:(int)arg2 context:(id)arg3 reply:(id /* block */)arg4; +- (void)requestTitleForMemoryWithLocalIdentifier:(id)arg1 context:(id)arg2 reply:(id /* block */)arg3; - (void)requestTitleForPersonIdentifiers:(id)arg1 format:(int)arg2 context:(id)arg3 reply:(id /* block */)arg4; - (void)requestWriteAdditionalDataToSnapshotResults:(id)arg1 forFilenameKey:(id)arg2 context:(id)arg3 reply:(id /* block */)arg4; - (void)resetFaceClusteringStateWithContext:(id)arg1 reply:(id /* block */)arg2; @@ -65,7 +67,7 @@ - (void)searchResultNodesForSceneIdentifiers:(id)arg1 context:(id)arg2 reply:(id /* block */)arg3; - (void)setJobProcessingConstraintsWithValues:(id)arg1 mask:(id)arg2 context:(id)arg3 reply:(id /* block */)arg4; - (void)suggestFacesForFacesWithLocalIdentifiers:(id)arg1 context:(id)arg2 reply:(id /* block */)arg3; -- (void)suggestFacesForPersonWithLocalIdentifier:(id)arg1 toBeConfirmedFaceLocalIdentifiers:(id)arg2 toBeRejectedFaceLocalIdentifiers:(id)arg3 context:(id)arg4 reply:(id /* block */)arg5; +- (void)suggestFacesForPersonWithLocalIdentifier:(id)arg1 toBeConfirmedFaceSuggestions:(id)arg2 toBeRejectedFaceSuggestions:(id)arg3 context:(id)arg4 reply:(id /* block */)arg5; - (void)suggestPersonForFaceWithLocalIdentifier:(id)arg1 context:(id)arg2 reply:(id /* block */)arg3; @end diff --git a/PrivateFrameworks/PhotoAnalysis.framework/PHAVisionServiceFaceProcessingWorker.h b/PrivateFrameworks/PhotoAnalysis.framework/PHAVisionServiceFaceProcessingWorker.h index d3a67ed8ca..a23def34fb 100644 --- a/PrivateFrameworks/PhotoAnalysis.framework/PHAVisionServiceFaceProcessingWorker.h +++ b/PrivateFrameworks/PhotoAnalysis.framework/PHAVisionServiceFaceProcessingWorker.h @@ -7,6 +7,9 @@ PHAVisionServicePersistenceDelegate * _persistenceDelegate; PhotoVision * _photoVision; BOOL _reclusteringRequired; + NSURL * _suggestionLoggingDirectory; + BOOL _suggestionLoggingSessionOpen; + BOOL _suggestionsLoggingEnabled; } @property (readonly, copy) NSString *debugDescription; @@ -21,17 +24,22 @@ - (void).cxx_destruct; - (unsigned int)_analyzeAsset:(id)arg1 withAttributes:(id)arg2 usingPVImageProvidedByBlock:(id /* block */)arg3 error:(id*)arg4; - (id)_analyzePVImage:(id)arg1 forAsset:(id)arg2 withAttributes:(id)arg3 error:(id*)arg4; -- (id)_changeAsset:(id)arg1 faceDetectionState:(int)arg2 error:(id*)arg3; +- (void)_appendToSuggestionsLog:(id)arg1; +- (void)_closeSuggestionsLoggingSession; +- (void)_copyImageAtURLToSuggestionsLoggingSession:(id)arg1; - (void)_didPerformFaceClustering; - (id)_faceDescriptionsOfFacesInImageWithSRGBImageData:(id)arg1 width:(unsigned long)arg2 height:(unsigned long)arg3 bytesPerRow:(unsigned long)arg4 bitmapInfo:(unsigned int)arg5 error:(id*)arg6; - (id)_faceSuggestionsForFacesWithLocalIdentifiers:(id)arg1 operation:(id)arg2 error:(id*)arg3; -- (id)_faceSuggestionsForPersonWithLocalIdentifier:(id)arg1 toBeConfirmedFaceLocalIdentifiers:(id)arg2 toBeRejectedFaceLocalIdentifiers:(id)arg3 operation:(id)arg4 error:(id*)arg5; -- (id)_faceSuggestionsFromKeyFaceClustSeqNums:(id)arg1 excludeFaceLocalIdentifers:(id)arg2 operation:(id)arg3; +- (id)_faceSuggestionsForPersonWithLocalIdentifier:(id)arg1 toBeConfirmedFaceSuggestions:(id)arg2 toBeRejectedFaceSuggestions:(id)arg3 operation:(id)arg4 error:(id*)arg5; +- (id)_faceSuggestionsFromKeyFaceClustSeqNums:(id)arg1 excludeFaceLocalIdentifers:(id)arg2 operation:(id)arg3 error:(id*)arg4; +- (void)_finalizeSuggestionsLog; - (void)_handleNilReplyBlockForSelector:(SEL)arg1; - (void)_interruptPhotoVision; +- (void)_logFaceToSuggestionsLog:(id)arg1; - (id)_newFaceGroupsFetchOptions; - (id)_newFacesFetchOptions; - (id)_newPersonsFetchOptions; +- (void)_openSuggestionsLoggingSession; - (BOOL)_performFaceClusteringWithCompletion:(id /* block */)arg1; - (void)_performForcedFaceClustering:(BOOL)arg1 whileKeepingAliveJob:(id)arg2; - (void)_performFullCVMLCleanup; @@ -45,7 +53,6 @@ - (BOOL)_renderFaceTilesForFaceLocalIdentifiers:(id)arg1 inAssetWithLocalIdentifier:(id)arg2 error:(id*)arg3; - (BOOL)_resetFaceClusteringStateWithContext:(id)arg1 error:(id*)arg2; - (BOOL)_scheduleFaceProcessingOnAssetsWithLocalIdentifiers:(id)arg1 priority:(int)arg2 error:(id*)arg3; -- (BOOL)_shouldPerformFaceAnalysisForAsset:(id)arg1; - (BOOL)_synchronouslyGenerateFaceTilesForFaces:(id)arg1 fromAsset:(id)arg2 assetImage:(id)arg3 error:(id*)arg4; - (void)_terminatePhotoVision; - (BOOL)_validateAsset:(id)arg1 error:(id*)arg2; @@ -54,6 +61,7 @@ - (unsigned int)analyzeImageData:(id)arg1 forAsset:(id)arg2 withAttributes:(id)arg3 error:(id*)arg4; - (void)cooldown; - (void)faceClusteringInformation:(unsigned int)arg1 withContext:(id)arg2 reply:(id /* block */)arg3; +- (void)faceProcessingStatusForUserInterfaceWithContext:(id)arg1 reply:(id /* block */)arg2; - (BOOL)getLocallyAvailableAssetResource:(id*)arg1 forAnalyzingAsset:(id)arg2 error:(id*)arg3; - (void)handlePVNotification:(id)arg1; - (BOOL)hasAdditionalJobsForScenario:(unsigned int)arg1; @@ -73,7 +81,7 @@ - (void)shutdown; - (BOOL)stopAnalysisJob:(id)arg1 error:(id*)arg2; - (void)suggestFacesForFacesWithLocalIdentifiers:(id)arg1 context:(id)arg2 reply:(id /* block */)arg3; -- (void)suggestFacesForPersonWithLocalIdentifier:(id)arg1 toBeConfirmedFaceLocalIdentifiers:(id)arg2 toBeRejectedFaceLocalIdentifiers:(id)arg3 context:(id)arg4 reply:(id /* block */)arg5; +- (void)suggestFacesForPersonWithLocalIdentifier:(id)arg1 toBeConfirmedFaceSuggestions:(id)arg2 toBeRejectedFaceSuggestions:(id)arg3 context:(id)arg4 reply:(id /* block */)arg5; - (void)suggestPersonForFaceWithLocalIdentifier:(id)arg1 context:(id)arg2 reply:(id /* block */)arg3; - (void)willCompleteJob:(id)arg1; diff --git a/PrivateFrameworks/PhotoAnalysis.framework/PHAVisionServicePersistenceDelegate.h b/PrivateFrameworks/PhotoAnalysis.framework/PHAVisionServicePersistenceDelegate.h index e9e5cd798f..fcd901cef5 100644 --- a/PrivateFrameworks/PhotoAnalysis.framework/PHAVisionServicePersistenceDelegate.h +++ b/PrivateFrameworks/PhotoAnalysis.framework/PHAVisionServicePersistenceDelegate.h @@ -37,6 +37,7 @@ - (void)autonameFaceClusters:(id)arg1 faceComparer:(id)arg2 recallThreshold:(float)arg3; - (id)clusterSequenceNumbersOfKeyFacesFromAlgorithmicGroupsContainingFacesWithLocalIdentifiers:(id)arg1 includeSingletons:(BOOL)arg2 error:(id*)arg3; - (unsigned int)countOfAlgorithmicFaceGroups:(id*)arg1; +- (unsigned int)countOfClusteringEligibleFaces; - (unsigned int)countOfFaces; - (BOOL)deleteEmptyGroupsOfType:(int)arg1 error:(id*)arg2; - (BOOL)deleteFaceGroupsOfType:(int)arg1 error:(id*)arg2; @@ -65,7 +66,7 @@ - (void)logPVErrorMessage:(id)arg1; - (void)logPVInfoMessage:(id)arg1; - (void)logPVWarningMessage:(id)arg1; -- (BOOL)persistChangesToAlgorithmicFaceGroups:(id)arg1 andFaces:(id)arg2 returnFaceGroupsWithoutKeyFace:(id*)arg3 deletedFaceCSNs:(id)arg4 toBeReclusteredFaceIds:(id)arg5 error:(id*)arg6; +- (BOOL)persistChangesToAlgorithmicFaceGroups:(id)arg1 andFaces:(id)arg2 withCanceler:(id)arg3 returningPersistedClusters:(id*)arg4 faceGroupsWithoutKeyFace:(id*)arg5 csnsToBeRemovedFromClusterState:(id)arg6 toBeReclusteredFaceIds:(id)arg7 error:(id*)arg8; - (BOOL)persistFaces:(id)arg1 deleteFaces:(id)arg2 forAsset:(id)arg3 persistedFaces:(id*)arg4 error:(id*)arg5; - (id)personWithFaceLocalIdentifier:(id)arg1 error:(id*)arg2; - (id)personsForLocalIdentifiers:(id)arg1 error:(id*)arg2; diff --git a/PrivateFrameworks/PhotoLibrary.framework/PLRoundProgressView.h b/PrivateFrameworks/PhotoLibrary.framework/PLRoundProgressView.h index 1205959698..7726665326 100644 --- a/PrivateFrameworks/PhotoLibrary.framework/PLRoundProgressView.h +++ b/PrivateFrameworks/PhotoLibrary.framework/PLRoundProgressView.h @@ -43,9 +43,9 @@ - (void)_setIrisGlyphLayer:(id)arg1; - (void)_setProgressArcLayer:(id)arg1; - (void)_setSliceLayer:(id)arg1; -- (void)_setupSubviews; - (id)_sliceLayer; - (void)_updateSublayersContentsScale; +- (void)_updateSubviews; - (void)_updateUIProgress; - (void)dealloc; - (void)didMoveToWindow; diff --git a/PrivateFrameworks/PhotoLibrary.framework/PLTiledLayer.h b/PrivateFrameworks/PhotoLibrary.framework/PLTiledLayer.h index 0aad88639d..ff8edb962e 100644 --- a/PrivateFrameworks/PhotoLibrary.framework/PLTiledLayer.h +++ b/PrivateFrameworks/PhotoLibrary.framework/PLTiledLayer.h @@ -55,7 +55,6 @@ - (void)flushCache; - (id)initWithJPEGData:(id)arg1 placeholderImage:(struct CGImage { }*)arg2 screenSize:(struct CGSize { float x1; float x2; })arg3; - (struct CGSize { float x1; float x2; })jpegImageSize; -- (struct CGColorSpace { }*)newColorSpaceFromSession:(struct ajdec { }*)arg1 imageInfo:(struct applejpeg_image_info { int x1; int x2; int x3; int x4; int x5; int x6; int x7; int x8[3]; }*)arg2 imageData:(id)arg3; - (void)prepareForDecoding; - (void)removeAllTiles; - (void)runMetalConversionOnSurface:(struct __IOSurface { }*)arg1 completionHandler:(id /* block */)arg2; diff --git a/PrivateFrameworks/PhotoLibraryServices.framework/PLAssetAnalysisState.h b/PrivateFrameworks/PhotoLibraryServices.framework/PLAssetAnalysisState.h index 659cb5a07c..6cc225ad1e 100644 --- a/PrivateFrameworks/PhotoLibraryServices.framework/PLAssetAnalysisState.h +++ b/PrivateFrameworks/PhotoLibraryServices.framework/PLAssetAnalysisState.h @@ -37,7 +37,7 @@ + (void)removeAnalysisRecordsWithNoAssetUUID; + (void)requestAnalysisCountsWithCompletion:(id /* block */)arg1; + (void)requestCountOfAnalysisRecordsForDeletedAssetsWithCompletion:(id /* block */)arg1; -+ (void)requestTotalProgressCountsWithCompletion:(id /* block */)arg1; ++ (void)requestTotalProgressCountsForWorkerType:(short)arg1 states:(id)arg2 completion:(id /* block */)arg3; + (BOOL)resetPendingStatesWithError:(id*)arg1; + (id)supportedWorkerTypes; + (id)workInfoForAnalysisWithWorkerType:(short)arg1 additionalStatesToExclude:(id)arg2 fetchLimit:(unsigned int)arg3 inLibrary:(id)arg4 error:(id*)arg5; diff --git a/PrivateFrameworks/PhotoLibraryServices.framework/PLDetectedFace.h b/PrivateFrameworks/PhotoLibraryServices.framework/PLDetectedFace.h index e5c56fa733..24bd9a3644 100644 --- a/PrivateFrameworks/PhotoLibraryServices.framework/PLDetectedFace.h +++ b/PrivateFrameworks/PhotoLibraryServices.framework/PLDetectedFace.h @@ -58,6 +58,7 @@ + (id)_allSyncableFacesInManagedObjectContext:(id)arg1; + (void)batchFetchDetectedFacesByAssetUUIDWithAssetUUIDs:(id)arg1 predicate:(id)arg2 completion:(id /* block */)arg3; ++ (void)batchFetchKeyFacesByPersonUUIDWithPersonUUIDs:(id)arg1 completion:(id /* block */)arg2; + (unsigned int)countOfHiddenFacesOnAssetsWithObjectIDs:(id)arg1 inManagedObjectContext:(id)arg2; + (id)detectedFaceWithUUID:(id)arg1 inManagedObjectContext:(id)arg2; + (id)entityInManagedObjectContext:(id)arg1; diff --git a/PrivateFrameworks/PhotoLibraryServices.framework/PLDeviceConfiguration.h b/PrivateFrameworks/PhotoLibraryServices.framework/PLDeviceConfiguration.h index 564cd65c52..6b40a77a86 100644 --- a/PrivateFrameworks/PhotoLibraryServices.framework/PLDeviceConfiguration.h +++ b/PrivateFrameworks/PhotoLibraryServices.framework/PLDeviceConfiguration.h @@ -29,7 +29,7 @@ + (id)defaultDeviceConfiguration; - (id)description; -- (id)initWithLogicalScreenSize:(struct CGSize { float x1; float x2; })arg1 screenScale:(float)arg2 isRidingCrudSnow:(BOOL)arg3 isRidingPowderSnow:(BOOL)arg4; +- (id)initWithLogicalScreenSize:(struct CGSize { float x1; float x2; })arg1 screenScale:(float)arg2 deviceClass:(void*)arg3 isRidingCrudSnow:(BOOL)arg4 isRidingPowderSnow:(BOOL)arg5; - (BOOL)isPad; - (BOOL)isRetina; - (BOOL)isRidingCrudSnow; diff --git a/PrivateFrameworks/PhotoLibraryServices.framework/PLManagedAsset.h b/PrivateFrameworks/PhotoLibraryServices.framework/PLManagedAsset.h index 1ad2a998f1..a2c5cc557c 100644 --- a/PrivateFrameworks/PhotoLibraryServices.framework/PLManagedAsset.h +++ b/PrivateFrameworks/PhotoLibraryServices.framework/PLManagedAsset.h @@ -254,6 +254,7 @@ + (id)assetsWithUUIDs:(id)arg1 options:(unsigned int)arg2 inLibrary:(id)arg3; + (id)assetsWithUUIDs:(id)arg1 options:(unsigned int)arg2 inManagedObjectContext:(id)arg3; + (id)baseSearchIndexPredicate; ++ (void)batchFetchAssetsByFaceUUIDWithFaceUUIDs:(id)arg1 completion:(id /* block */)arg2; + (id)bestCreationDateForAssetAtURL:(id)arg1 modificationDate:(id*)arg2 creationDateString:(id*)arg3; + (BOOL)canPlayPhotoIrisWithPhotoIris:(BOOL)arg1 photoIrisPlaceholder:(BOOL)arg2 hasAdjustments:(BOOL)arg3 videoCpVisibilityState:(unsigned short)arg4; + (id)cloudSharedAssetsWithGUIDs:(id)arg1 inLibrary:(id)arg2; @@ -348,10 +349,11 @@ - (void)_applyPropertiesFromCloudMaster:(id)arg1; - (void)_applyResourceChangeToCPLAsset:(id)arg1 withIdentifier:(id)arg2 forChangeType:(unsigned int)arg3 shouldGenerateDerivatives:(BOOL)arg4 inLibrary:(id)arg5; - (void)_asyncGenerateRenderImageFileWithSize:(struct CGSize { float x1; float x2; })arg1 formatIdentifier:(id)arg2 formatVersion:(id)arg3 adjustmentDataBlob:(id)arg4 originalImageFilePath:(id)arg5 originalImageEXIFOrientation:(int)arg6 renderedImageFilePath:(id)arg7 completionHandler:(id /* block */)arg8; -- (id)_availableCloudResourcesForPhotosRequireUnadjusted:(BOOL)arg1; +- (id)_availableCloudResourcesForPhotosRequireUnadjusted:(BOOL)arg1 allowPenultimate:(BOOL)arg2; - (int)_avalancheTypeFromCplBurstFlags:(unsigned int)arg1; - (int)_calculateStateForWorkerType:(short)arg1; - (void)_cleanSubstandardFile; +- (void)_cleanupPenultimateResources; - (id)_compactDebugDescription; - (void)_computePreCropThumbnailSize:(struct CGSize { float x1; float x2; }*)arg1 andPostCropSize:(struct CGSize { float x1; float x2; }*)arg2 forOrientedOriginalSize:(struct CGSize { float x1; float x2; })arg3 andCroppedSize:(struct CGSize { float x1; float x2; })arg4 isLargeThumbnail:(BOOL)arg5; - (void)_copyResourceFileFrom:(id)arg1 to:(id)arg2; @@ -448,7 +450,7 @@ - (id)assetURLForSidecarFile:(id)arg1; - (id)assetURLWithExtension:(id)arg1; - (id)assetsLibraryURL; -- (id)availableAdjustedCloudResourcesForPhotos; +- (id)availableAdjustedCloudResourcesForPhotos:(BOOL)arg1; - (id)availableUnadjustedCloudResourcesForPhotos; - (id)avalanchePickDescription; - (BOOL)avalanchePickTypeIsVisible; diff --git a/PrivateFrameworks/PhotoLibraryServices.framework/PLModelMigrator.h b/PrivateFrameworks/PhotoLibraryServices.framework/PLModelMigrator.h index a5c61d3dc2..c8cfbb1852 100644 --- a/PrivateFrameworks/PhotoLibraryServices.framework/PLModelMigrator.h +++ b/PrivateFrameworks/PhotoLibraryServices.framework/PLModelMigrator.h @@ -55,6 +55,7 @@ + (BOOL)_fixLocalPathForVideoCmplDerivativesInStore:(id)arg1; + (BOOL)_fixLocallyAvailableFlagForThumbnailsInStore:(id)arg1; + (BOOL)_fixMemoriesWithAssetLists:(id)arg1; ++ (BOOL)_fixMergedPeopleThatShouldBeVerified:(id)arg1; + (BOOL)_fixNonDuplicatedAssets:(id)arg1 adjusted:(BOOL)arg2; + (void)_fixPathForResource:(id)arg1 withPath:(id)arg2; + (BOOL)_fixPersonAndFaceGroup:(id)arg1; @@ -155,6 +156,7 @@ + (BOOL)_resetThumbnailsAndInitiateRebuildRequestIfNeeded; + (BOOL)_resetUploadAttempts:(id)arg1; + (BOOL)_saveChangesToPhotoIrisInStore:(id)arg1 matchingPredicate:(id)arg2 countChanged:(unsigned int*)arg3 error:(id*)arg4 changeBlock:(id /* block */)arg5; ++ (void)_setIsPostProcessingLightWeightMigration:(BOOL)arg1; + (void)_setLastWelcomedDBVersion; + (BOOL)_setUserTypeOnKeyFace:(id)arg1; + (BOOL)_setupRootFolderInStore:(id)arg1; diff --git a/PrivateFrameworks/PhotoLibraryServices.framework/PLPerson.h b/PrivateFrameworks/PhotoLibraryServices.framework/PLPerson.h index f62967aad6..53db019271 100644 --- a/PrivateFrameworks/PhotoLibraryServices.framework/PLPerson.h +++ b/PrivateFrameworks/PhotoLibraryServices.framework/PLPerson.h @@ -27,15 +27,20 @@ @property (nonatomic) int type; @property (nonatomic) BOOL verified; ++ (id)_persistenceUpdateQueue; ++ (id)_stringFromContact:(id)arg1 preferGivenName:(BOOL)arg2; + (id)allPersonsInManagedObjectContext:(id)arg1; ++ (void)batchFetchPersonUUIDsByAssetUUIDWithAssetUUIDs:(id)arg1 predicate:(id)arg2 completion:(id /* block */)arg3; + (void)batchFetchPersonsByAssetUUIDWithAssetUUIDs:(id)arg1 predicate:(id)arg2 completion:(id /* block */)arg3; + (void)createAssociatedPersonForFaceGroup:(id)arg1; + (void)createAssociatedPersonForFaceGroup:(id)arg1 inManagedObjectContext:(id)arg2; + (void)deleteAllPersonsInManagedObjectContext:(id)arg1; ++ (id)displayNameFromContact:(id)arg1; + (id)entityInManagedObjectContext:(id)arg1; + (id)entityName; + (void)enumerateAssetUUIDsForSearchIndexingWithPersonUUID:(id)arg1 managedObjectContext:(id)arg2 assetUUIDHandler:(id /* block */)arg3; + (id)fetchPersonCountByAssetUUIDForAssetUUIDs:(id)arg1 predicate:(id)arg2 error:(id*)arg3; ++ (id)fullNameFromContact:(id)arg1; + (id)insertIntoManagedObjectContext:(id)arg1 withPersonUUID:(id)arg2 fullName:(id)arg3 verified:(BOOL)arg4; + (id)insertIntoPhotoLibrary:(id)arg1 withPersonUUID:(id)arg2 fullName:(id)arg3 verified:(BOOL)arg4; + (id)peopleToUploadInPhotoLibrary:(id)arg1 limit:(int)arg2; diff --git a/PrivateFrameworks/PhotoLibraryServices.framework/PLPhotoAnalysisFaceSuggestion.h b/PrivateFrameworks/PhotoLibraryServices.framework/PLPhotoAnalysisFaceSuggestion.h index e3aebcd389..bb8223025d 100644 --- a/PrivateFrameworks/PhotoLibraryServices.framework/PLPhotoAnalysisFaceSuggestion.h +++ b/PrivateFrameworks/PhotoLibraryServices.framework/PLPhotoAnalysisFaceSuggestion.h @@ -3,20 +3,24 @@ */ @interface PLPhotoAnalysisFaceSuggestion : NSObject { - BOOL _confirmed; + NSNumber * _clusterSequenceNumber; NSString * _faceLocalIdentifier; BOOL _isConfirmed; NSArray * _matchingFaceLocalIdentifiers; } +@property (nonatomic, readonly, copy) NSNumber *clusterSequenceNumber; @property (getter=isConfirmed, nonatomic, readonly) BOOL confirmed; @property (nonatomic, readonly, copy) NSString *faceLocalIdentifier; @property (nonatomic, readonly, copy) NSArray *matchingFaceLocalIdentifiers; - (void).cxx_destruct; +- (id)clusterSequenceNumber; +- (id)description; - (id)faceLocalIdentifier; - (id)initWithSuggestionDictionary:(id)arg1; - (BOOL)isConfirmed; - (id)matchingFaceLocalIdentifiers; +- (id)suggestionDictionaryRepresentation; @end diff --git a/PrivateFrameworks/PhotoLibraryServices.framework/PLPhotoAnalysisServiceClient.h b/PrivateFrameworks/PhotoLibraryServices.framework/PLPhotoAnalysisServiceClient.h index 148d5f9fbe..9d45eafa73 100644 --- a/PrivateFrameworks/PhotoLibraryServices.framework/PLPhotoAnalysisServiceClient.h +++ b/PrivateFrameworks/PhotoLibraryServices.framework/PLPhotoAnalysisServiceClient.h @@ -19,6 +19,7 @@ - (void)dispatchBlockWithoutBoost:(id /* block */)arg1; - (id)dumpAnalysisStatusError:(id*)arg1; - (id)faceClusteringInformation:(unsigned int)arg1 error:(id*)arg2; +- (void)faceProcessingStatusForUserInterface:(id /* block */)arg1; - (void)generateMemoriesRelatedDiagnosticsLogsWithReply:(id /* block */)arg1; - (void)generateMemoriesWithOptions:(id)arg1 reply:(id /* block */)arg2; - (id)init; @@ -72,6 +73,7 @@ - (id)requestSortedArrayOfFaceCollectionIdentifiers:(id)arg1 withError:(id*)arg2; - (BOOL)requestTitleForAssetCollectionWithLocalIdentifier:(id)arg1 format:(int)arg2 title:(id*)arg3 subtitle:(id*)arg4 error:(id*)arg5; - (BOOL)requestTitleForCollectionMomentListWithLocalIdentifier:(id)arg1 format:(int)arg2 title:(id*)arg3 subtitle:(id*)arg4 error:(id*)arg5; +- (BOOL)requestTitleForMemoryWithLocalIdentifier:(id)arg1 title:(id*)arg2 subtitle:(id*)arg3 error:(id*)arg4; - (BOOL)requestTitleForPersonIdentifiers:(id)arg1 format:(int)arg2 title:(id*)arg3 subtitle:(id*)arg4 error:(id*)arg5; - (id)requestWriteAdditionalDataToSnapshotResults:(id)arg1 forFilenameKey:(id)arg2 error:(id*)arg3; - (BOOL)resetFaceClusteringState:(id*)arg1; @@ -83,7 +85,7 @@ - (void)setJobProcessingConstraintsWithValues:(id)arg1 mask:(id)arg2 completionHandler:(id /* block */)arg3; - (void)setupXpcConnection; - (id)suggestedFacesForFacesWithLocalIdentifiers:(id)arg1 error:(id*)arg2; -- (int)suggestedFacesForPersonWithLocalIdentifier:(id)arg1 toBeConfirmedFaceLocalIdentifiers:(id)arg2 toBeRejectedFaceLocalIdentifiers:(id)arg3 completion:(id /* block */)arg4; +- (int)suggestedFacesForPersonWithLocalIdentifier:(id)arg1 toBeConfirmedFaceSuggestions:(id)arg2 toBeRejectedFaceSuggestions:(id)arg3 completion:(id /* block */)arg4; - (id)suggestedPersonLocalIdentifierForFaceWithLocalIdentifier:(id)arg1 error:(id*)arg2; - (id)synchronousRemoteObjectProxyWithErrorHandler:(id /* block */)arg1; - (id)xpcConnection; diff --git a/PrivateFrameworks/PhotoVision.framework b/PrivateFrameworks/PhotoVision.framework deleted file mode 100644 index 4b88c7ddd6..0000000000 --- a/PrivateFrameworks/PhotoVision.framework +++ /dev/null @@ -1,58 +0,0 @@ - - -PhotoVision.framework - - - -
-   ___          _   _             ___
-  | _ \_  _ _ _| |_(_)_ __  ___  | _ )_ _ _____ __ _____ ___ _ _
-  |   / || | ' \  _| | '  \/ -_) | _ \ '_/ _ \ V  V (_-// -_) '_|
-  |_|_\\_,_|_||_\__|_|_|_|_\___| |___/_| \___/\_/\_//__/\___|_|
-  
- -------------------------------------------------------------------------------
-
-
-/PrivateFrameworks/PhotoVision.framework
-0 classes
-
-
-
- -------------------------------------------------------------------------------
-
- Source code: https://github.com/nst/RuntimeBrowser
-
- Authors: Ezra Epstein (eepstein@prajna.com)
-          Nicolas Seriot (nicolas@seriot.ch)
-
- Copyright (c) 2002 by Prajna IT Consulting.
-                       http://www.prajna.com
-               2015 by Nicolas Seriot
-                       http://www.seriot.ch
-
- ========================================================================
-
- THIS PROGRAM AND THIS CODE COME WITH ABSOLUTELY NO WARRANTY.
- THIS CODE HAS BEEN PROVIDED "AS IS" AND THE RESPONSIBILITY
- FOR ITS OPERATIONS IS 100% YOURS.
-
- ========================================================================
- 
- RuntimeBrowser is free software; you can redistribute it and/or modify
- it under the terms of the GNU General Public License as published by
- the Free Software Foundation; either version 2 of the License, or
- (at your option) any later version.
-
- RuntimeBrowser is distributed in the hope that it will be useful,
- but WITHOUT ANY WARRANTY; without even the implied warranty of
- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
- GNU General Public License for more details.
-
- You should have received a copy of the GNU General Public License
- along with RuntimeBrowser (in a file called "COPYING.txt"); if not,
- write to the Free Software Foundation, Inc., 59 Temple Place, Suite 330,
- Boston, MA  02111-1307  USA
-
-
-
- diff --git a/PrivateFrameworks/PhotosGraph.framework b/PrivateFrameworks/PhotosGraph.framework deleted file mode 100644 index 9655c58fbe..0000000000 --- a/PrivateFrameworks/PhotosGraph.framework +++ /dev/null @@ -1,58 +0,0 @@ - - -PhotosGraph.framework - - - -
-   ___          _   _             ___
-  | _ \_  _ _ _| |_(_)_ __  ___  | _ )_ _ _____ __ _____ ___ _ _
-  |   / || | ' \  _| | '  \/ -_) | _ \ '_/ _ \ V  V (_-// -_) '_|
-  |_|_\\_,_|_||_\__|_|_|_|_\___| |___/_| \___/\_/\_//__/\___|_|
-  
- -------------------------------------------------------------------------------
-
-
-/PrivateFrameworks/PhotosGraph.framework
-0 classes
-
-
-
- -------------------------------------------------------------------------------
-
- Source code: https://github.com/nst/RuntimeBrowser
-
- Authors: Ezra Epstein (eepstein@prajna.com)
-          Nicolas Seriot (nicolas@seriot.ch)
-
- Copyright (c) 2002 by Prajna IT Consulting.
-                       http://www.prajna.com
-               2015 by Nicolas Seriot
-                       http://www.seriot.ch
-
- ========================================================================
-
- THIS PROGRAM AND THIS CODE COME WITH ABSOLUTELY NO WARRANTY.
- THIS CODE HAS BEEN PROVIDED "AS IS" AND THE RESPONSIBILITY
- FOR ITS OPERATIONS IS 100% YOURS.
-
- ========================================================================
- 
- RuntimeBrowser is free software; you can redistribute it and/or modify
- it under the terms of the GNU General Public License as published by
- the Free Software Foundation; either version 2 of the License, or
- (at your option) any later version.
-
- RuntimeBrowser is distributed in the hope that it will be useful,
- but WITHOUT ANY WARRANTY; without even the implied warranty of
- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
- GNU General Public License for more details.
-
- You should have received a copy of the GNU General Public License
- along with RuntimeBrowser (in a file called "COPYING.txt"); if not,
- write to the Free Software Foundation, Inc., 59 Temple Place, Suite 330,
- Boston, MA  02111-1307  USA
-
-
-
- diff --git a/PrivateFrameworks/PhotosPlayer.framework/ISAVAssetReaderImageDataGenerator.h b/PrivateFrameworks/PhotosPlayer.framework/ISAVAssetReaderImageDataGenerator.h new file mode 100644 index 0000000000..86bcda1654 --- /dev/null +++ b/PrivateFrameworks/PhotosPlayer.framework/ISAVAssetReaderImageDataGenerator.h @@ -0,0 +1,35 @@ +/* Generated by RuntimeBrowser + Image: /System/Library/PrivateFrameworks/PhotosPlayer.framework/PhotosPlayer + */ + +@interface ISAVAssetReaderImageDataGenerator : ISImageDataGenerator { + AVAssetReader * __assetReader; + struct CGAffineTransform { + float a; + float b; + float c; + float d; + float tx; + float ty; + } __preferredTransform; + AVAssetTrack * __videoTrack; +} + +@property (setter=_setAssetReader:, nonatomic, retain) AVAssetReader *_assetReader; +@property (setter=_setPreferredTransform:, nonatomic) struct CGAffineTransform { float x1; float x2; float x3; float x4; float x5; float x6; } _preferredTransform; +@property (setter=_setVideoTrack:, nonatomic, retain) AVAssetTrack *_videoTrack; + +- (void).cxx_destruct; +- (id)_assetReader; +- (struct CGAffineTransform { float x1; float x2; float x3; float x4; float x5; float x6; })_preferredTransform; +- (void)_setAssetReader:(id)arg1; +- (void)_setPreferredTransform:(struct CGAffineTransform { float x1; float x2; float x3; float x4; float x5; float x6; })arg1; +- (void)_setVideoTrack:(id)arg1; +- (id)_videoTrack; +- (id)error; +- (void)generateImageDataForTimeRange:(struct { struct { long long x_1_1_1; int x_1_1_2; unsigned int x_1_1_3; long long x_1_1_4; } x1; struct { long long x_2_1_1; int x_2_1_2; unsigned int x_2_1_3; long long x_2_1_4; } x2; })arg1 minimumFrameInterval:(struct { long long x1; int x2; unsigned int x3; long long x4; })arg2 pixelBufferSize:(struct CGSize { float x1; float x2; })arg3 completionHandler:(id /* block */)arg4; +- (id)initWithAsset:(id)arg1 videoComposition:(id)arg2 error:(id*)arg3; +- (struct CGAffineTransform { float x1; float x2; float x3; float x4; float x5; float x6; })preferredTransform; +- (int)status; + +@end diff --git a/PrivateFrameworks/PhotosPlayer.framework/ISBasePlayer.h b/PrivateFrameworks/PhotosPlayer.framework/ISBasePlayer.h index 4c12b589a7..3fdd04edd0 100644 --- a/PrivateFrameworks/PhotosPlayer.framework/ISBasePlayer.h +++ b/PrivateFrameworks/PhotosPlayer.framework/ISBasePlayer.h @@ -95,6 +95,7 @@ - (void)behavior:(id)arg1 setVideoForwardPlaybackEndTime:(struct { long long x1; int x2; unsigned int x3; long long x4; })arg2; - (void)behavior:(id)arg1 setVideoPlayRate:(float)arg2; - (void)behavior:(id)arg1 setVideoVolume:(float)arg2; +- (void)configurePlayerItem; - (id)crossfadePlayer; - (double)currentCrossfadeTime; - (void)dealloc; diff --git a/PrivateFrameworks/PhotosPlayer.framework/ISCrossfadeChef.h b/PrivateFrameworks/PhotosPlayer.framework/ISCrossfadeChef.h index b7336902e4..8e45023f36 100644 --- a/PrivateFrameworks/PhotosPlayer.framework/ISCrossfadeChef.h +++ b/PrivateFrameworks/PhotosPlayer.framework/ISCrossfadeChef.h @@ -21,7 +21,7 @@ - (void)_setRequestCounter:(int)arg1; - (void)cancelRequestWithID:(int)arg1; - (id)init; -- (int)requestCrossfadeItemForVideoAsset:(id)arg1 sourceStartTime:(double)arg2 stillPhoto:(struct CGImage { }*)arg3 photoEXIFOrientation:(int)arg4 crossfadeDuration:(double)arg5 numberOfFrames:(unsigned int)arg6 targetSize:(struct CGSize { float x1; float x2; })arg7 videoComposition:(id)arg8 resultHandler:(id /* block */)arg9; +- (int)requestCrossfadeItemForVideoAsset:(id)arg1 sourceStartTime:(double)arg2 stillPhoto:(struct CGImage { }*)arg3 photoEXIFOrientation:(int)arg4 crossfadeDuration:(double)arg5 minimumFrameInterval:(float)arg6 targetSize:(struct CGSize { float x1; float x2; })arg7 videoComposition:(id)arg8 resultHandler:(id /* block */)arg9; - (int)requestCrossfadeItemForVideoAsset:(id)arg1 stillPhoto:(struct CGImage { }*)arg2 stillPhotoEXIFOrientation:(int)arg3 sourceStartTime:(double)arg4 targetSize:(struct CGSize { float x1; float x2; })arg5 videoComposition:(id)arg6 resultHandler:(id /* block */)arg7; @end diff --git a/PrivateFrameworks/PhotosPlayer.framework/ISCrossfadeChefA2Operation.h b/PrivateFrameworks/PhotosPlayer.framework/ISCrossfadeChefA2Operation.h index 9f3c9381b7..ebb87fe3f9 100644 --- a/PrivateFrameworks/PhotosPlayer.framework/ISCrossfadeChefA2Operation.h +++ b/PrivateFrameworks/PhotosPlayer.framework/ISCrossfadeChefA2Operation.h @@ -3,12 +3,11 @@ */ @interface ISCrossfadeChefA2Operation : ISCrossfadeChefOperation { - AVAssetImageGenerator * _imageGenerator; + ISAVAssetReaderImageDataGenerator * _imageGenerator; } - (void).cxx_destruct; - (void)_handleDurationDidLoad; -- (void)cancel; - (void)main; @end diff --git a/PrivateFrameworks/PhotosPlayer.framework/ISCrossfadeChefOperation.h b/PrivateFrameworks/PhotosPlayer.framework/ISCrossfadeChefOperation.h index a222cad202..fc0edbee07 100644 --- a/PrivateFrameworks/PhotosPlayer.framework/ISCrossfadeChefOperation.h +++ b/PrivateFrameworks/PhotosPlayer.framework/ISCrossfadeChefOperation.h @@ -4,7 +4,7 @@ @interface ISCrossfadeChefOperation : NSOperation { double _crossfadeDuration; - unsigned int _numberOfFrames; + float _minimumFrameInterval; int _photoEXIFOrientation; id /* block */ _resultHandler; double _sourceStartTime; @@ -18,7 +18,7 @@ } @property (nonatomic, readonly) double crossfadeDuration; -@property (nonatomic, readonly) unsigned int numberOfFrames; +@property (nonatomic, readonly) float minimumFrameInterval; @property (nonatomic, readonly) int photoEXIFOrientation; @property (nonatomic, readonly, copy) id /* block */ resultHandler; @property (nonatomic, readonly) double sourceStartTime; @@ -29,8 +29,8 @@ - (void).cxx_destruct; - (double)crossfadeDuration; -- (id)initWithVideoAsset:(id)arg1 sourceStartTime:(double)arg2 stillPhoto:(struct CGImage { }*)arg3 photoEXIFOrientation:(int)arg4 crossfadeDuration:(double)arg5 numberOfFrames:(unsigned int)arg6 targetSize:(struct CGSize { float x1; float x2; })arg7 videoComposition:(id)arg8 resultHandler:(id /* block */)arg9; -- (unsigned int)numberOfFrames; +- (id)initWithVideoAsset:(id)arg1 sourceStartTime:(double)arg2 stillPhoto:(struct CGImage { }*)arg3 photoEXIFOrientation:(int)arg4 crossfadeDuration:(double)arg5 minimumFrameInterval:(float)arg6 targetSize:(struct CGSize { float x1; float x2; })arg7 videoComposition:(id)arg8 resultHandler:(id /* block */)arg9; +- (float)minimumFrameInterval; - (int)photoEXIFOrientation; - (id /* block */)resultHandler; - (void)setStillPhoto:(id)arg1; diff --git a/PrivateFrameworks/PhotosPlayer.framework/ISCrossfadeItem.h b/PrivateFrameworks/PhotosPlayer.framework/ISCrossfadeItem.h index 814c617627..47e76e9497 100644 --- a/PrivateFrameworks/PhotosPlayer.framework/ISCrossfadeItem.h +++ b/PrivateFrameworks/PhotosPlayer.framework/ISCrossfadeItem.h @@ -8,6 +8,14 @@ int _firstImageOrientation; NSArray * _images; unsigned int _numberOfFrames; + struct CGAffineTransform { + float a; + float b; + float c; + float d; + float tx; + float ty; + } _preferredTransform; struct { long long value; int timescale; @@ -21,6 +29,7 @@ @property (nonatomic, readonly) int firstImageOrientation; @property (nonatomic, readonly, copy) NSArray *images; @property (nonatomic, readonly) unsigned int numberOfFrames; +@property (nonatomic, readonly) struct CGAffineTransform { float x1; float x2; float x3; float x4; float x5; float x6; } preferredTransform; @property (nonatomic, readonly) struct { long long x1; int x2; unsigned int x3; long long x4; } videoDuration; - (void).cxx_destruct; @@ -30,6 +39,7 @@ - (id)images; - (id)initWithImages:(id)arg1 firstImageOrientation:(int)arg2 animations:(id)arg3 videoDuration:(struct { long long x1; int x2; unsigned int x3; long long x4; })arg4 crossfadeDuration:(double)arg5; - (unsigned int)numberOfFrames; +- (struct CGAffineTransform { float x1; float x2; float x3; float x4; float x5; float x6; })preferredTransform; - (struct { long long x1; int x2; unsigned int x3; long long x4; })videoDuration; @end diff --git a/PrivateFrameworks/PhotosPlayer.framework/ISCrossfadeLayer.h b/PrivateFrameworks/PhotosPlayer.framework/ISCrossfadeLayer.h index 25b1fcd4d4..6ca11dca28 100644 --- a/PrivateFrameworks/PhotosPlayer.framework/ISCrossfadeLayer.h +++ b/PrivateFrameworks/PhotosPlayer.framework/ISCrossfadeLayer.h @@ -6,6 +6,7 @@ CALayer * __contentLayer; CALayer * __heroLayer; ISCrossfadeItem * _crossfadeItem; + NSMapTable * _layerToImageData; ISPlaybackSpec * _playbackSpec; ISLayerPlayer * _player; } diff --git a/PrivateFrameworks/PhotosPlayer.framework/ISGeneratedImageData.h b/PrivateFrameworks/PhotosPlayer.framework/ISGeneratedImageData.h new file mode 100644 index 0000000000..db536c437b --- /dev/null +++ b/PrivateFrameworks/PhotosPlayer.framework/ISGeneratedImageData.h @@ -0,0 +1,37 @@ +/* Generated by RuntimeBrowser + Image: /System/Library/PrivateFrameworks/PhotosPlayer.framework/PhotosPlayer + */ + +@interface ISGeneratedImageData : NSObject { + id _contents; + struct __CVBuffer { } * _imageBuffer; + struct CGImage { } * _imageRef; + struct CGAffineTransform { + float a; + float b; + float c; + float d; + float tx; + float ty; + } _preferredTransform; +} + +@property (nonatomic, readonly) id contents; +@property (nonatomic, readonly) struct __CVBuffer { }*imageBuffer; +@property (nonatomic, readonly) struct CGImage { }*imageRef; +@property (nonatomic) struct CGAffineTransform { float x1; float x2; float x3; float x4; float x5; float x6; } preferredTransform; + +- (void).cxx_destruct; +- (id)_initWithImageContent:(id)arg1; +- (id)contents; +- (id)copyWithZone:(struct _NSZone { }*)arg1; +- (void)dealloc; +- (struct __CVBuffer { }*)imageBuffer; +- (struct CGImage { }*)imageRef; +- (id)init; +- (id)initWithCGImageRef:(struct CGImage { }*)arg1; +- (id)initWithImageBuffer:(struct __CVBuffer { }*)arg1; +- (struct CGAffineTransform { float x1; float x2; float x3; float x4; float x5; float x6; })preferredTransform; +- (void)setPreferredTransform:(struct CGAffineTransform { float x1; float x2; float x3; float x4; float x5; float x6; })arg1; + +@end diff --git a/PrivateFrameworks/PhotosPlayer.framework/ISImageDataGenerator.h b/PrivateFrameworks/PhotosPlayer.framework/ISImageDataGenerator.h new file mode 100644 index 0000000000..3f269783fa --- /dev/null +++ b/PrivateFrameworks/PhotosPlayer.framework/ISImageDataGenerator.h @@ -0,0 +1,33 @@ +/* Generated by RuntimeBrowser + Image: /System/Library/PrivateFrameworks/PhotosPlayer.framework/PhotosPlayer + */ + +@interface ISImageDataGenerator : NSObject { + AVAsset * _asset; + struct CGAffineTransform { + float a; + float b; + float c; + float d; + float tx; + float ty; + } _preferredTransform; + AVVideoComposition * _videoComposition; +} + +@property (nonatomic, readonly) AVAsset *asset; +@property (nonatomic, readonly) NSError *error; +@property (nonatomic, readonly) struct CGAffineTransform { float x1; float x2; float x3; float x4; float x5; float x6; } preferredTransform; +@property (nonatomic, readonly) int status; +@property (nonatomic, readonly) AVVideoComposition *videoComposition; + +- (void).cxx_destruct; +- (id)asset; +- (id)error; +- (id)init; +- (id)initWithAsset:(id)arg1 videoComposition:(id)arg2 error:(id*)arg3; +- (struct CGAffineTransform { float x1; float x2; float x3; float x4; float x5; float x6; })preferredTransform; +- (int)status; +- (id)videoComposition; + +@end diff --git a/PrivateFrameworks/PhotosPlayer.framework/ISLivePhotoPlayer.h b/PrivateFrameworks/PhotosPlayer.framework/ISLivePhotoPlayer.h index 874901dcd4..a5ea11b671 100644 --- a/PrivateFrameworks/PhotosPlayer.framework/ISLivePhotoPlayer.h +++ b/PrivateFrameworks/PhotosPlayer.framework/ISLivePhotoPlayer.h @@ -16,6 +16,7 @@ BOOL _playbackAllowed; NSMutableSet * _playbackFilters; BOOL _playingVitality; + int _targetReadiness; ISLivePhotoVitalityFilter * _vitalityFilter; } @@ -36,6 +37,7 @@ @property (nonatomic, readonly) NSSet *playbackFilters; @property (getter=isPlayingVitality, setter=_setPlayingVitality:, nonatomic) BOOL playingVitality; @property (readonly) Class superclass; +@property (nonatomic) int targetReadiness; @property (nonatomic, retain) ISLivePhotoVitalityFilter *vitalityFilter; - (void).cxx_destruct; @@ -67,9 +69,11 @@ - (BOOL)_shouldPrepareForVitalityWhenReady; - (int)_styleToPlayWhenReady; - (void)_updateHintingAndVitality; +- (void)_updatePlayerItemLoadingTarget; - (id)_vitalityTimeoutDate; - (void)activeBehaviorDidChange; - (void)addPlaybackFilter:(id)arg1; +- (void)configurePlayerItem; - (int)currentPlaybackStyle; - (BOOL)immediatelyShowsPhotoWhenPlaybackEnds; - (id)init; @@ -88,6 +92,7 @@ - (void)removePlaybackFilter:(id)arg1; - (void)setImmediatelyShowsPhotoWhenPlaybackEnds:(BOOL)arg1; - (void)setPlaybackAllowed:(BOOL)arg1; +- (void)setTargetReadiness:(int)arg1; - (void)setVitalityFilter:(id)arg1; - (void)showPlaybackHintWithProgress:(float)arg1; - (void)startPlaybackWithStyle:(int)arg1; @@ -97,6 +102,7 @@ - (void)statusDidChange; - (void)stopPlayback; - (void)stopPlaybackAnimated:(BOOL)arg1; +- (int)targetReadiness; - (double)videoWillPlayToEndInterval; - (void)vitalityBehaviorDidBeginPlaying:(id)arg1; - (void)vitalityBehaviorDidEndPlaying:(id)arg1; diff --git a/PrivateFrameworks/PhotosPlayer.framework/ISLongPressForceGestureRecognizer.h b/PrivateFrameworks/PhotosPlayer.framework/ISLongPressForceGestureRecognizer.h index d8ac10dee7..32d4371154 100644 --- a/PrivateFrameworks/PhotosPlayer.framework/ISLongPressForceGestureRecognizer.h +++ b/PrivateFrameworks/PhotosPlayer.framework/ISLongPressForceGestureRecognizer.h @@ -14,8 +14,6 @@ @property (nonatomic) float maximumPressure; @property (nonatomic) float minimumPressure; -+ (BOOL)isGlutenFree; - - (void).cxx_destruct; - (void)_updateForce; - (id)initWithTarget:(id)arg1 action:(SEL)arg2; diff --git a/PrivateFrameworks/PhotosPlayer.framework/ISPlayerSettings.h b/PrivateFrameworks/PhotosPlayer.framework/ISPlayerSettings.h index b10adaf8b9..f9938fb89b 100644 --- a/PrivateFrameworks/PhotosPlayer.framework/ISPlayerSettings.h +++ b/PrivateFrameworks/PhotosPlayer.framework/ISPlayerSettings.h @@ -11,6 +11,7 @@ BOOL _assumeCroppedVideo; float _audioRampDuration; double _crossfadeDuration; + float _crossfadeFrameRate; float _crossfadeTargetBlur; float _forceScrubMaximumInteractiveRate; float _forceScrubMaximumPressure; @@ -42,6 +43,7 @@ @property (nonatomic) BOOL assumeCroppedVideo; @property (nonatomic) float audioRampDuration; @property (nonatomic) double crossfadeDuration; +@property (nonatomic) float crossfadeFrameRate; @property (nonatomic) float crossfadeTargetBlur; @property (nonatomic) float forceScrubMaximumInteractiveRate; @property (nonatomic) float forceScrubMaximumPressure; @@ -75,6 +77,7 @@ - (BOOL)assumeCroppedVideo; - (float)audioRampDuration; - (double)crossfadeDuration; +- (float)crossfadeFrameRate; - (float)crossfadeTargetBlur; - (float)forceScrubMaximumInteractiveRate; - (float)forceScrubMaximumPressure; @@ -99,6 +102,7 @@ - (void)setAssumeCroppedVideo:(BOOL)arg1; - (void)setAudioRampDuration:(float)arg1; - (void)setCrossfadeDuration:(double)arg1; +- (void)setCrossfadeFrameRate:(float)arg1; - (void)setCrossfadeTargetBlur:(float)arg1; - (void)setDefaultValues; - (void)setForceScrubMaximumInteractiveRate:(float)arg1; diff --git a/PrivateFrameworks/PhotosUICore.framework/PXFaceTileImageRequest.h b/PrivateFrameworks/PhotosUICore.framework/PXFaceTileImageRequest.h index 92724397eb..dddfbe5a04 100644 --- a/PrivateFrameworks/PhotosUICore.framework/PXFaceTileImageRequest.h +++ b/PrivateFrameworks/PhotosUICore.framework/PXFaceTileImageRequest.h @@ -43,6 +43,7 @@ BOOL round; BOOL cropBounded; BOOL acceptsVeryLowQuality; + BOOL wantsNonVisibleFaceCompletion; } _params; int _requestID; } @@ -57,7 +58,7 @@ @property (nonatomic) struct CGRect { struct CGPoint { float x_1_1_1; float x_1_1_2; } x1; struct CGSize { float x_2_1_1; float x_2_1_2; } x2; } normalizedActualFaceRect; @property (nonatomic) struct CGRect { struct CGPoint { float x_1_1_1; float x_1_1_2; } x1; struct CGSize { float x_2_1_1; float x_2_1_2; } x2; } normalizedFaceCropRect; @property (nonatomic, retain) PHObject *originalRequestObject; -@property (nonatomic, readonly) struct PXFaceTileImageParams { struct CGSize { float x_1_1_1; float x_1_1_2; } x1; unsigned int x2; BOOL x3; BOOL x4; BOOL x5; } params; +@property (nonatomic, readonly) struct PXFaceTileImageParams { struct CGSize { float x_1_1_1; float x_1_1_2; } x1; unsigned int x2; BOOL x3; BOOL x4; BOOL x5; BOOL x6; } params; @property (nonatomic, readonly) int requestID; - (void).cxx_destruct; @@ -66,14 +67,14 @@ - (void)cancel; - (id)face; - (int)imageManagerRequestID; -- (id)initWithFace:(id)arg1 cacheKey:(id)arg2 params:(struct PXFaceTileImageParams { struct CGSize { float x_1_1_1; float x_1_1_2; } x1; unsigned int x2; BOOL x3; BOOL x4; BOOL x5; })arg3; +- (id)initWithFace:(id)arg1 cacheKey:(id)arg2 params:(struct PXFaceTileImageParams { struct CGSize { float x_1_1_1; float x_1_1_2; } x1; unsigned int x2; BOOL x3; BOOL x4; BOOL x5; BOOL x6; })arg3; - (BOOL)isCanceled; - (BOOL)isFullResMissing; - (struct CGSize { float x1; float x2; })lastDeliveredSize; - (struct CGRect { struct CGPoint { float x_1_1_1; float x_1_1_2; } x1; struct CGSize { float x_2_1_1; float x_2_1_2; } x2; })normalizedActualFaceRect; - (struct CGRect { struct CGPoint { float x_1_1_1; float x_1_1_2; } x1; struct CGSize { float x_2_1_1; float x_2_1_2; } x2; })normalizedFaceCropRect; - (id)originalRequestObject; -- (struct PXFaceTileImageParams { struct CGSize { float x_1_1_1; float x_1_1_2; } x1; unsigned int x2; BOOL x3; BOOL x4; BOOL x5; })params; +- (struct PXFaceTileImageParams { struct CGSize { float x_1_1_1; float x_1_1_2; } x1; unsigned int x2; BOOL x3; BOOL x4; BOOL x5; BOOL x6; })params; - (int)requestID; - (void)setAssetContainingFace:(id)arg1; - (void)setCanceled:(BOOL)arg1; diff --git a/PrivateFrameworks/PhotosUICore.framework/PXMemoriesFeedTVViewController.h b/PrivateFrameworks/PhotosUICore.framework/PXMemoriesFeedTVViewController.h index 4107df4aa6..bcc5c2ddd1 100644 --- a/PrivateFrameworks/PhotosUICore.framework/PXMemoriesFeedTVViewController.h +++ b/PrivateFrameworks/PhotosUICore.framework/PXMemoriesFeedTVViewController.h @@ -10,13 +10,18 @@ @property (readonly, copy) NSString *debugDescription; @property (readonly, copy) NSString *description; @property (readonly) unsigned int hash; +@property (nonatomic, retain) PXMemoriesFeedUIViewController *memoriesFeedController; +@property (nonatomic, readonly) UIScrollView *ppt_scrollView; @property (nonatomic, readonly) PXMemoriesSpecManager *specManager; @property (readonly) Class superclass; - (void).cxx_destruct; - (void)_specDidChange:(id)arg1; - (id)initWithNibName:(id)arg1 bundle:(id)arg2; +- (id)memoriesFeedController; - (void)observable:(id)arg1 didChange:(unsigned int)arg2 context:(void*)arg3; +- (id)ppt_scrollView; +- (void)setMemoriesFeedController:(id)arg1; - (id)specManager; - (void)viewDidLoad; diff --git a/PrivateFrameworks/PhotosUICore.framework/PXMemoriesFeedTileIdentifierConverter.h b/PrivateFrameworks/PhotosUICore.framework/PXMemoriesFeedTileIdentifierConverter.h index fdd3934dd4..4ced59bfce 100644 --- a/PrivateFrameworks/PhotosUICore.framework/PXMemoriesFeedTileIdentifierConverter.h +++ b/PrivateFrameworks/PhotosUICore.framework/PXMemoriesFeedTileIdentifierConverter.h @@ -5,6 +5,7 @@ @interface PXMemoriesFeedTileIdentifierConverter : PXSectionedTileIdentifierConverter - (BOOL)_shouldConvertIdentifierFromMemory:(id)arg1 toMemory:(id)arg2; +- (BOOL)_shouldConvertIdentifierFromMemoryInfo:(id)arg1 toMemoryInfo:(id)arg2; - (BOOL)reverseTransformTileIdentifier:(struct PXTileIdentifier { unsigned int x1; unsigned int x2[10]; }*)arg1; - (BOOL)transformTileIdentifier:(struct PXTileIdentifier { unsigned int x1; unsigned int x2[10]; }*)arg1 group:(unsigned int*)arg2; diff --git a/PrivateFrameworks/PhotosUICore.framework/PXMemoriesFeedWidgetViewController.h b/PrivateFrameworks/PhotosUICore.framework/PXMemoriesFeedWidgetViewController.h index a6da0f9e07..7c0cf18c30 100644 --- a/PrivateFrameworks/PhotosUICore.framework/PXMemoriesFeedWidgetViewController.h +++ b/PrivateFrameworks/PhotosUICore.framework/PXMemoriesFeedWidgetViewController.h @@ -16,6 +16,7 @@ NSMutableSet * _checkedOutTiles; * _delegate; BOOL _hasAnyMemories; + BOOL _hasAppeared; id /* block */ _refreshMemoriesCompletionHandler; int _waitForDataSourceChangeRequestDismissalID; } @@ -70,6 +71,7 @@ - (void)invalidateReferenceSize; - (void)loadView; - (void)memoriesFeedViewControllerHelper:(id)arg1 configureMetrics:(id)arg2; +- (BOOL)memoriesFeedViewControllerHelperFeedIsVisible:(id)arg1; - (id)memoriesFeedViewControllerHelperReloadedTileKindsOnObjectChanged:(id)arg1; - (void)observable:(id)arg1 didChange:(unsigned int)arg2 context:(void*)arg3; - (void)refreshMemoriesWithCompletionHandler:(id /* block */)arg1; @@ -77,6 +79,7 @@ - (void)setHasAnyMemories:(BOOL)arg1; - (int)userInterfaceFeature; - (void)viewDidAppear:(BOOL)arg1; +- (void)viewDidDisappear:(BOOL)arg1; - (void)viewDidLoad; - (void)viewWillLayoutSubviews; diff --git a/PrivateFrameworks/PhotosUICore.framework/PXOneUpPresentation.h b/PrivateFrameworks/PhotosUICore.framework/PXOneUpPresentation.h index 1121745993..97afa03a39 100644 --- a/PrivateFrameworks/PhotosUICore.framework/PXOneUpPresentation.h +++ b/PrivateFrameworks/PhotosUICore.framework/PXOneUpPresentation.h @@ -48,9 +48,11 @@ - (id)actionManager; - (BOOL)canStart; - (BOOL)canStop; +- (void)commitPreviewViewController:(id)arg1; - (id)currentImageForAssetReference:(id)arg1; - (id)dataSourceManager; - (id)delegate; +- (void)didDismissPreviewViewController:(id)arg1 committing:(BOOL)arg2; - (BOOL)handlePresentingPinchGestureRecognizer:(id)arg1; - (id)implementationDelegate; - (id)init; diff --git a/PrivateFrameworks/PhotosUICore.framework/PXPeopleAddViewController.h b/PrivateFrameworks/PhotosUICore.framework/PXPeopleAddViewController.h index 1afd06f28b..2aa3b91b40 100644 --- a/PrivateFrameworks/PhotosUICore.framework/PXPeopleAddViewController.h +++ b/PrivateFrameworks/PhotosUICore.framework/PXPeopleAddViewController.h @@ -2,7 +2,7 @@ Image: /System/Library/PrivateFrameworks/PhotosUICore.framework/PhotosUICore */ -@interface PXPeopleAddViewController : UICollectionViewController { +@interface PXPeopleAddViewController : UICollectionViewController { UIBarButtonItem * _addItem; UIBarButtonItem * _cancelItem; PXPeoplePersonDataSource * _dataSource; @@ -55,8 +55,6 @@ - (float)collectionView:(id)arg1 layout:(id)arg2 minimumLineSpacingForSectionAtIndex:(int)arg3; - (struct CGSize { float x1; float x2; })collectionView:(id)arg1 layout:(id)arg2 sizeForItemAtIndexPath:(id)arg3; - (int)collectionView:(id)arg1 numberOfItemsInSection:(int)arg2; -- (void)collectionView:(id)arg1 prefetchItemsAtIndexPaths:(id)arg2; -- (void)collectionView:(id)arg1 willDisplayCell:(id)arg2 forItemAtIndexPath:(id)arg3; - (void)commonInit; - (void)contentSizeCategoryDidChangeNotification:(id)arg1; - (id)dataSource; diff --git a/PrivateFrameworks/PhotosUICore.framework/PXPeopleAlbumProvider.h b/PrivateFrameworks/PhotosUICore.framework/PXPeopleAlbumProvider.h index a275a30ada..06289ffee2 100644 --- a/PrivateFrameworks/PhotosUICore.framework/PXPeopleAlbumProvider.h +++ b/PrivateFrameworks/PhotosUICore.framework/PXPeopleAlbumProvider.h @@ -10,6 +10,7 @@ BOOL _didPrepareDataSource; PXPeoplePersonDataSource * _favoriteDS; NSMutableDictionary * _fetchedContainers; + NSObject * _fetchedContainersIsolationQueue; NSMutableArray * _imageCache; struct CGSize { float width; diff --git a/PrivateFrameworks/PhotosUICore.framework/PXPeopleConfirmationViewController.h b/PrivateFrameworks/PhotosUICore.framework/PXPeopleConfirmationViewController.h index e0e3f7e571..6ad05de14a 100644 --- a/PrivateFrameworks/PhotosUICore.framework/PXPeopleConfirmationViewController.h +++ b/PrivateFrameworks/PhotosUICore.framework/PXPeopleConfirmationViewController.h @@ -84,6 +84,7 @@ - (id)summaryViewController; - (void)undoConfirm:(id)arg1; - (void)undoDeny:(id)arg1; +- (void)updateViewWithViewState:(unsigned int)arg1; - (unsigned int)userConfirmedCountForSummaryViewController:(id)arg1; - (void)viewDidAppear:(BOOL)arg1; - (void)viewDidLoad; diff --git a/PrivateFrameworks/PhotosUICore.framework/PXPeopleDataSource.h b/PrivateFrameworks/PhotosUICore.framework/PXPeopleDataSource.h index 146ba674f0..6de457aff6 100644 --- a/PrivateFrameworks/PhotosUICore.framework/PXPeopleDataSource.h +++ b/PrivateFrameworks/PhotosUICore.framework/PXPeopleDataSource.h @@ -11,9 +11,9 @@ unsigned int _maximumNumberOfMembers; NSArray * _members; NSString * _name; - * _objects; + PHFetchResult * _objects; NSArray * _originalMembers; - * _originalObjects; + PHFetchResult * _originalObjects; id /* block */ _reloadBlock; NSObject * _reloadQueue; id /* block */ _sortComparator; @@ -29,9 +29,9 @@ @property (nonatomic, retain) NSArray *members; @property (nonatomic, copy) NSString *name; @property (nonatomic, readonly) unsigned int numberOfMembers; -@property (nonatomic, retain) *objects; +@property (nonatomic, retain) PHFetchResult *objects; @property (nonatomic, retain) NSArray *originalMembers; -@property (nonatomic, retain) *originalObjects; +@property (nonatomic, retain) PHFetchResult *originalObjects; @property (nonatomic, copy) id /* block */ reloadBlock; @property (nonatomic, retain) NSObject *reloadQueue; @property (nonatomic, copy) id /* block */ sortComparator; @@ -39,6 +39,7 @@ - (void).cxx_destruct; - (void)_asyncLoadImageForItem:(id)arg1 targetSize:(struct CGSize { float x1; float x2; })arg2 withCompletionBlock:(id /* block */)arg3; +- (void)_asyncLoadImageForItem:(id)arg1 targetSize:(struct CGSize { float x1; float x2; })arg2 withCompletionBlock:(id /* block */)arg3 fastDisplayBlock:(id /* block */)arg4; - (id)_itemsArrayFromObjects:(id)arg1; - (void)_setObjectsWithoutUpdate:(id)arg1; - (void)_updateMembers; @@ -47,6 +48,7 @@ - (id)delegate; - (id)filterPredicate; - (void)imageAtIndex:(unsigned int)arg1 targetSize:(struct CGSize { float x1; float x2; })arg2 withCompletionBlock:(id /* block */)arg3; +- (void)imageAtIndex:(unsigned int)arg1 targetSize:(struct CGSize { float x1; float x2; })arg2 withCompletionBlock:(id /* block */)arg3 fastDisplayBlock:(id /* block */)arg4; - (unsigned int)indexOfMember:(id)arg1; - (id)initWithName:(id)arg1 objects:(id)arg2; - (id)initWithName:(id)arg1 objectsReloadBlock:(id /* block */)arg2; diff --git a/PrivateFrameworks/PhotosUICore.framework/PXPeopleDetailSettings.h b/PrivateFrameworks/PhotosUICore.framework/PXPeopleDetailSettings.h new file mode 100644 index 0000000000..565f31b378 --- /dev/null +++ b/PrivateFrameworks/PhotosUICore.framework/PXPeopleDetailSettings.h @@ -0,0 +1,12 @@ +/* Generated by RuntimeBrowser + Image: /System/Library/PrivateFrameworks/PhotosUICore.framework/PhotosUICore + */ + +@interface PXPeopleDetailSettings : PXSettings + ++ (id)settingsControllerModule; ++ (id)sharedInstance; + +- (void)setDefaultValues; + +@end diff --git a/PrivateFrameworks/PhotosUICore.framework/PXPeopleDetailSettingsAssetsViewController.h b/PrivateFrameworks/PhotosUICore.framework/PXPeopleDetailSettingsAssetsViewController.h new file mode 100644 index 0000000000..dd0c7f687c --- /dev/null +++ b/PrivateFrameworks/PhotosUICore.framework/PXPeopleDetailSettingsAssetsViewController.h @@ -0,0 +1,30 @@ +/* Generated by RuntimeBrowser + Image: /System/Library/PrivateFrameworks/PhotosUICore.framework/PhotosUICore + */ + +@interface PXPeopleDetailSettingsAssetsViewController : UIViewController { + NSArray * _assets; + UICollectionView * _collectionView; +} + +@property (nonatomic, retain) NSArray *assets; +@property (nonatomic, retain) UICollectionView *collectionView; +@property (readonly, copy) NSString *debugDescription; +@property (readonly, copy) NSString *description; +@property (readonly) unsigned int hash; +@property (readonly) Class superclass; + +- (void).cxx_destruct; +- (id)assets; +- (id)collectionView; +- (id)collectionView:(id)arg1 cellForItemAtIndexPath:(id)arg2; +- (void)collectionView:(id)arg1 didSelectItemAtIndexPath:(id)arg2; +- (struct UIEdgeInsets { float x1; float x2; float x3; float x4; })collectionView:(id)arg1 layout:(id)arg2 insetForSectionAtIndex:(int)arg3; +- (struct CGSize { float x1; float x2; })collectionView:(id)arg1 layout:(id)arg2 sizeForItemAtIndexPath:(id)arg3; +- (int)collectionView:(id)arg1 numberOfItemsInSection:(int)arg2; +- (id)initWithAssets:(id)arg1; +- (void)setAssets:(id)arg1; +- (void)setCollectionView:(id)arg1; +- (void)viewDidLoad; + +@end diff --git a/PrivateFrameworks/PhotosUICore.framework/PXPeopleDetailSettingsDataSource.h b/PrivateFrameworks/PhotosUICore.framework/PXPeopleDetailSettingsDataSource.h new file mode 100644 index 0000000000..2ec822873b --- /dev/null +++ b/PrivateFrameworks/PhotosUICore.framework/PXPeopleDetailSettingsDataSource.h @@ -0,0 +1,26 @@ +/* Generated by RuntimeBrowser + Image: /System/Library/PrivateFrameworks/PhotosUICore.framework/PhotosUICore + */ + +@interface PXPeopleDetailSettingsDataSource : NSObject { + NSArray * _members; + NSString * _name; +} + +@property (nonatomic, copy) NSArray *members; +@property (nonatomic, copy) NSString *name; +@property (nonatomic, readonly) unsigned int numberOfMembers; + +- (void).cxx_destruct; +- (void)imageAtIndex:(unsigned int)arg1 targetSize:(struct CGSize { float x1; float x2; })arg2 withCompletionBlock:(id /* block */)arg3; +- (id)initWithName:(id)arg1 members:(id)arg2; +- (id)memberAtIndex:(unsigned int)arg1; +- (id)members; +- (id)name; +- (unsigned int)numberOfMembers; +- (unsigned int)photoQuantityAtIndex:(unsigned int)arg1; +- (void)setMembers:(id)arg1; +- (void)setName:(id)arg1; +- (id)titleAtIndex:(unsigned int)arg1; + +@end diff --git a/PrivateFrameworks/PhotosUICore.framework/PXPeopleDetailSettingsOneUpViewController.h b/PrivateFrameworks/PhotosUICore.framework/PXPeopleDetailSettingsOneUpViewController.h new file mode 100644 index 0000000000..c26ccc1e69 --- /dev/null +++ b/PrivateFrameworks/PhotosUICore.framework/PXPeopleDetailSettingsOneUpViewController.h @@ -0,0 +1,18 @@ +/* Generated by RuntimeBrowser + Image: /System/Library/PrivateFrameworks/PhotosUICore.framework/PhotosUICore + */ + +@interface PXPeopleDetailSettingsOneUpViewController : UIViewController { + UIImage * _asset; +} + +@property (nonatomic, retain) UIImage *asset; + +- (void).cxx_destruct; +- (id)asset; +- (id)initWithAsset:(id)arg1; +- (void)setAsset:(id)arg1; +- (void)viewDidLoad; +- (void)viewWillTransitionToSize:(struct CGSize { float x1; float x2; })arg1 withTransitionCoordinator:(id)arg2; + +@end diff --git a/PrivateFrameworks/PhotosUICore.framework/PXPeopleDetailSettingsSuggestionViewController.h b/PrivateFrameworks/PhotosUICore.framework/PXPeopleDetailSettingsSuggestionViewController.h new file mode 100644 index 0000000000..300d43a6ce --- /dev/null +++ b/PrivateFrameworks/PhotosUICore.framework/PXPeopleDetailSettingsSuggestionViewController.h @@ -0,0 +1,45 @@ +/* Generated by RuntimeBrowser + Image: /System/Library/PrivateFrameworks/PhotosUICore.framework/PhotosUICore + */ + +@interface PXPeopleDetailSettingsSuggestionViewController : UIViewController { + UICollectionView * _collectionView; + PXPeopleDetailSettingsDataSource * _detailSettingsDataSource; + UIImage * _image; + NSArray * _members; + PXPeoplePersonDataSource * _peopleDataSource; +} + +@property (nonatomic, retain) UICollectionView *collectionView; +@property (readonly, copy) NSString *debugDescription; +@property (readonly, copy) NSString *description; +@property (retain) PXPeopleDetailSettingsDataSource *detailSettingsDataSource; +@property (readonly) unsigned int hash; +@property (nonatomic, retain) UIImage *image; +@property (nonatomic, readonly) NSArray *members; +@property (retain) PXPeoplePersonDataSource *peopleDataSource; +@property (readonly) Class superclass; + +- (void).cxx_destruct; +- (id)collectionView; +- (id)collectionView:(id)arg1 cellForItemAtIndexPath:(id)arg2; +- (void)collectionView:(id)arg1 didSelectItemAtIndexPath:(id)arg2; +- (struct UIEdgeInsets { float x1; float x2; float x3; float x4; })collectionView:(id)arg1 layout:(id)arg2 insetForSectionAtIndex:(int)arg3; +- (struct CGSize { float x1; float x2; })collectionView:(id)arg1 layout:(id)arg2 sizeForItemAtIndexPath:(id)arg3; +- (int)collectionView:(id)arg1 numberOfItemsInSection:(int)arg2; +- (id)detailSettingsDataSource; +- (id)image; +- (id)init; +- (id)initWithSuggestions:(id)arg1; +- (id)initWithSuggestions:(id)arg1 andKeyFace:(id)arg2; +- (void)loadFacesForSuggestion:(id)arg1; +- (id)members; +- (id)peopleDataSource; +- (void)setCollectionView:(id)arg1; +- (void)setDetailSettingsDataSource:(id)arg1; +- (void)setImage:(id)arg1; +- (void)setPeopleDataSource:(id)arg1; +- (void)setSuggestions:(id)arg1; +- (void)viewDidLoad; + +@end diff --git a/PrivateFrameworks/PhotosUICore.framework/PXPeopleDetailSetttingsViewController.h b/PrivateFrameworks/PhotosUICore.framework/PXPeopleDetailSetttingsViewController.h new file mode 100644 index 0000000000..bbd20a5a1a --- /dev/null +++ b/PrivateFrameworks/PhotosUICore.framework/PXPeopleDetailSetttingsViewController.h @@ -0,0 +1,42 @@ +/* Generated by RuntimeBrowser + Image: /System/Library/PrivateFrameworks/PhotosUICore.framework/PhotosUICore + */ + +@interface PXPeopleDetailSetttingsViewController : UIViewController { + UICollectionView * _collectionView; + PXPeoplePersonDataSource * _dataSource; + PXUIPeopleSuggestionDataSource * _suggestionDataSource; +} + +@property (nonatomic, retain) UICollectionView *collectionView; +@property (retain) PXPeoplePersonDataSource *dataSource; +@property (readonly, copy) NSString *debugDescription; +@property (readonly, copy) NSString *description; +@property (readonly) unsigned int hash; +@property (nonatomic, retain) PXUIPeopleSuggestionDataSource *suggestionDataSource; +@property (readonly) Class superclass; + +- (void).cxx_destruct; +- (id)collectionView; +- (id)collectionView:(id)arg1 cellForItemAtIndexPath:(id)arg2; +- (void)collectionView:(id)arg1 didSelectItemAtIndexPath:(id)arg2; +- (struct UIEdgeInsets { float x1; float x2; float x3; float x4; })collectionView:(id)arg1 layout:(id)arg2 insetForSectionAtIndex:(int)arg3; +- (struct CGSize { float x1; float x2; })collectionView:(id)arg1 layout:(id)arg2 referenceSizeForFooterInSection:(int)arg3; +- (struct CGSize { float x1; float x2; })collectionView:(id)arg1 layout:(id)arg2 referenceSizeForHeaderInSection:(int)arg3; +- (struct CGSize { float x1; float x2; })collectionView:(id)arg1 layout:(id)arg2 sizeForItemAtIndexPath:(id)arg3; +- (int)collectionView:(id)arg1 numberOfItemsInSection:(int)arg2; +- (void)commonInit; +- (id)dataSource; +- (id)init; +- (id)initWithCoder:(id)arg1; +- (id)initWithNibName:(id)arg1 bundle:(id)arg2; +- (void)loadSuggestionsForPerson:(id)arg1; +- (void)peopleDataSource:(id)arg1 didApplyIncrementalChanges:(id)arg2; +- (void)peopleDataSourceMembersChanged:(id)arg1; +- (void)setCollectionView:(id)arg1; +- (void)setDataSource:(id)arg1; +- (void)setSuggestionDataSource:(id)arg1; +- (id)suggestionDataSource; +- (void)viewDidLoad; + +@end diff --git a/PrivateFrameworks/PhotosUICore.framework/PXPeopleDragAndDropCollectionView.h b/PrivateFrameworks/PhotosUICore.framework/PXPeopleDragAndDropCollectionView.h index bb7f75f7cd..3259808fa2 100644 --- a/PrivateFrameworks/PhotosUICore.framework/PXPeopleDragAndDropCollectionView.h +++ b/PrivateFrameworks/PhotosUICore.framework/PXPeopleDragAndDropCollectionView.h @@ -30,7 +30,6 @@ - (void)_autoscrollForReordering:(id)arg1; - (id)_footerAttributes; - (float)_highestVisibleCellZOrder; -- (void)animateDropToFavoriteSection:(id /* block */)arg1; - (void)animateDropToFavoriteShelf:(id /* block */)arg1; - (BOOL)animatingFavorite; - (BOOL)beginInteractiveMovementAtLocation:(struct CGPoint { float x1; float x2; })arg1 forItemAtIndexPath:(id)arg2; diff --git a/PrivateFrameworks/PhotosUICore.framework/PXPeopleFaceTileImageManager.h b/PrivateFrameworks/PhotosUICore.framework/PXPeopleFaceTileImageManager.h index 74f8d78d31..941d6bd80b 100644 --- a/PrivateFrameworks/PhotosUICore.framework/PXPeopleFaceTileImageManager.h +++ b/PrivateFrameworks/PhotosUICore.framework/PXPeopleFaceTileImageManager.h @@ -3,15 +3,19 @@ */ @interface PXPeopleFaceTileImageManager : NSObject { + * _backgroundEntraceObserver; BOOL _concurrencyEnabled; NSObject * _cropCacheQueue; NSMapTable * _faceTileRequestByRequestID; NSObject * _fetchQueue; + NSMapTable * _highPriorityCachedIdentifiers; + NSObject * _highPriorityCachedIdentifiersQueue; PXLRUMemoryCache * _memoryCache; * _memoryWarningObserver; NSObject * _requestLookupIsolationQueue; } +@property (nonatomic, retain) *backgroundEntraceObserver; @property (getter=isConcurrencyEnabled, nonatomic) BOOL concurrencyEnabled; @property (readonly, copy) NSString *debugDescription; @property (readonly, copy) NSString *description; @@ -25,32 +29,43 @@ - (void).cxx_destruct; - (void)_addRequestResult:(id)arg1 forIdentifier:(id)arg2; -- (id)_cachedResultForIdentifier:(id)arg1 params:(struct PXFaceTileImageParams { struct CGSize { float x_1_1_1; float x_1_1_2; } x1; unsigned int x2; BOOL x3; BOOL x4; BOOL x5; })arg2 allowVeryLowQuality:(BOOL)arg3 isLowResResult:(BOOL*)arg4; -- (id)_cachedResultForIdentifier:(id)arg1 params:(struct PXFaceTileImageParams { struct CGSize { float x_1_1_1; float x_1_1_2; } x1; unsigned int x2; BOOL x3; BOOL x4; BOOL x5; })arg2 isLowResResult:(BOOL*)arg3; -- (void)_cropImage:(id)arg1 cacheResult:(BOOL)arg2 isDegraded:(BOOL)arg3 forRequest:(id)arg4 completionBlock:(id /* block */)arg5; +- (struct CGRect { struct CGPoint { float x_1_1_1; float x_1_1_2; } x1; struct CGSize { float x_2_1_1; float x_2_1_2; } x2; })_boundedCropRectForRect:(struct CGRect { struct CGPoint { float x_1_1_1; float x_1_1_2; } x1; struct CGSize { float x_2_1_1; float x_2_1_2; } x2; })arg1 inRect:(struct CGRect { struct CGPoint { float x_1_1_1; float x_1_1_2; } x1; struct CGSize { float x_2_1_1; float x_2_1_2; } x2; })arg2 withTargetAspectRatio:(float)arg3; +- (id)_cachedResultForIdentifier:(id)arg1 params:(struct PXFaceTileImageParams { struct CGSize { float x_1_1_1; float x_1_1_2; } x1; unsigned int x2; BOOL x3; BOOL x4; BOOL x5; BOOL x6; })arg2 allowVeryLowQuality:(BOOL)arg3 isLowResResult:(BOOL*)arg4; +- (id)_cachedResultForIdentifier:(id)arg1 params:(struct PXFaceTileImageParams { struct CGSize { float x_1_1_1; float x_1_1_2; } x1; unsigned int x2; BOOL x3; BOOL x4; BOOL x5; BOOL x6; })arg2 isLowResResult:(BOOL*)arg3; +- (void)_cropImage:(id)arg1 cacheResult:(BOOL)arg2 isDegraded:(BOOL)arg3 forRequest:(id)arg4 didCallFastBlock:(BOOL)arg5 completionBlock:(id /* block */)arg6; - (BOOL)_deliverCachedResultIfPossibleForRequest:(id)arg1 allowDegradedDelivery:(BOOL)arg2 allowVeryLowQuality:(BOOL)arg3 completionBlock:(id /* block */)arg4; - (BOOL)_deliverCachedResultIfPossibleForRequest:(id)arg1 allowDegradedDelivery:(BOOL)arg2 completionBlock:(id /* block */)arg3; - (BOOL)_doesChange:(id)arg1 containVisibleChangesToPHAssetWithOID:(id)arg2; +- (id)_fetchAssetFromFace:(id)arg1; - (id)_fetchKeyFaceFromFaceCollection:(id)arg1 error:(id*)arg2; - (id)_fetchKeyFaceFromPerson:(id)arg1 error:(id*)arg2; +- (void)_handleMemoryClearRequest; - (struct CGRect { struct CGPoint { float x_1_1_1; float x_1_1_2; } x1; struct CGSize { float x_2_1_1; float x_2_1_2; } x2; })_imageFaceRectForFace:(id)arg1; -- (void)_requestFaceTileImageFromFace:(id)arg1 fromPHObject:(id)arg2 faceImageRequest:(id)arg3 cacheResult:(BOOL)arg4 completionBlock:(id /* block */)arg5; +- (void)_requestFaceTileImageFromFace:(id)arg1 fromPHObject:(id)arg2 imageRequest:(id)arg3 faceImageRequest:(id)arg4 cacheResult:(BOOL)arg5 completionBlock:(id /* block */)arg6 fastDisplayBlock:(id /* block */)arg7; +- (int)_requestFaceTileImageFromRequest:(id)arg1 withTargetSize:(struct CGSize { float x1; float x2; })arg2 cropFactor:(unsigned int)arg3 round:(BOOL)arg4 cacheResult:(BOOL)arg5 completionBlock:(id /* block */)arg6 fastDisplayBlock:(id /* block */)arg7; - (void)_startListeningForChanges; - (void)_stopListeningForChanges; +- (void)addHighPriorityCachedItemIdentifier:(id)arg1 forOwner:(id)arg2; +- (id)backgroundEntraceObserver; - (void)cancelRequest:(int)arg1; - (void)clearMemoryCache; - (void)dealloc; - (id)init; - (void)invalidateCacheForPerson:(id)arg1; +- (BOOL)isActiveRequestWithRequestID:(int)arg1; - (BOOL)isConcurrencyEnabled; - (id)memoryCache; - (id)memoryWarningObserver; - (id)prepareForPhotoLibraryChange:(id)arg1; +- (void)removeHighPriorityCachedItemIdentifier:(id)arg1 forOwner:(id)arg2; - (int)requestFaceTileImageFromFace:(id)arg1 withTargetSize:(struct CGSize { float x1; float x2; })arg2 cropFactor:(unsigned int)arg3 round:(BOOL)arg4 cacheResult:(BOOL)arg5 completionBlock:(id /* block */)arg6; +- (int)requestFaceTileImageFromFace:(id)arg1 withTargetSize:(struct CGSize { float x1; float x2; })arg2 cropFactor:(unsigned int)arg3 round:(BOOL)arg4 cacheResult:(BOOL)arg5 completionBlock:(id /* block */)arg6 fastDisplayBlock:(id /* block */)arg7; - (int)requestFaceTileImageFromFace:(id)arg1 withTargetSize:(struct CGSize { float x1; float x2; })arg2 cropFactor:(unsigned int)arg3 round:(BOOL)arg4 completionBlock:(id /* block */)arg5; - (int)requestFaceTileImageFromFaceCollection:(id)arg1 withTargetSize:(struct CGSize { float x1; float x2; })arg2 cropFactor:(unsigned int)arg3 round:(BOOL)arg4 cacheResult:(BOOL)arg5 boundFaceRect:(BOOL)arg6 completionBlock:(id /* block */)arg7; - (int)requestFaceTileImageFromPerson:(id)arg1 withTargetSize:(struct CGSize { float x1; float x2; })arg2 cropFactor:(unsigned int)arg3 round:(BOOL)arg4 cacheResult:(BOOL)arg5 completionBlock:(id /* block */)arg6; - (int)requestFaceTileImageFromPerson:(id)arg1 withTargetSize:(struct CGSize { float x1; float x2; })arg2 cropFactor:(unsigned int)arg3 round:(BOOL)arg4 completionBlock:(id /* block */)arg5; +- (int)requestFastFaceTileImageFromRequest:(id)arg1 withTargetSize:(struct CGSize { float x1; float x2; })arg2 cropFactor:(unsigned int)arg3 round:(BOOL)arg4 completionBlock:(id /* block */)arg5 fastDisplayBlock:(id /* block */)arg6; +- (void)setBackgroundEntraceObserver:(id)arg1; - (void)setConcurrencyEnabled:(BOOL)arg1; - (void)setMemoryWarningObserver:(id)arg1; diff --git a/PrivateFrameworks/PhotosUICore.framework/PXPeopleFaceTileImageManagerRequest.h b/PrivateFrameworks/PhotosUICore.framework/PXPeopleFaceTileImageManagerRequest.h new file mode 100644 index 0000000000..c071d188cc --- /dev/null +++ b/PrivateFrameworks/PhotosUICore.framework/PXPeopleFaceTileImageManagerRequest.h @@ -0,0 +1,22 @@ +/* Generated by RuntimeBrowser + Image: /System/Library/PrivateFrameworks/PhotosUICore.framework/PhotosUICore + */ + +@interface PXPeopleFaceTileImageManagerRequest : NSObject { + PHAsset * _asset; + PHFace * _face; + PHPerson * _person; +} + +@property (nonatomic, readonly) PHAsset *asset; +@property (nonatomic, readonly) PHFace *face; +@property (nonatomic, readonly) PHPerson *person; + +- (void).cxx_destruct; +- (id)asset; +- (id)face; +- (id)initWithPerson:(id)arg1; +- (id)initWithPerson:(id)arg1 face:(id)arg2 asset:(id)arg3; +- (id)person; + +@end diff --git a/PrivateFrameworks/PhotosUICore.framework/PXPeopleFaceTileImageRequestResult.h b/PrivateFrameworks/PhotosUICore.framework/PXPeopleFaceTileImageRequestResult.h index 466a075230..52faeb0dda 100644 --- a/PrivateFrameworks/PhotosUICore.framework/PXPeopleFaceTileImageRequestResult.h +++ b/PrivateFrameworks/PhotosUICore.framework/PXPeopleFaceTileImageRequestResult.h @@ -31,6 +31,7 @@ BOOL round; BOOL cropBounded; BOOL acceptsVeryLowQuality; + BOOL wantsNonVisibleFaceCompletion; } _params; } @@ -41,7 +42,7 @@ @property (nonatomic) BOOL isVeryLowQuality; @property (nonatomic) struct CGSize { float x1; float x2; } originalImageSize; @property (nonatomic, retain) id originalObjectID; -@property (nonatomic) struct PXFaceTileImageParams { struct CGSize { float x_1_1_1; float x_1_1_2; } x1; unsigned int x2; BOOL x3; BOOL x4; BOOL x5; } params; +@property (nonatomic) struct PXFaceTileImageParams { struct CGSize { float x_1_1_1; float x_1_1_2; } x1; unsigned int x2; BOOL x3; BOOL x4; BOOL x5; BOOL x6; } params; - (void).cxx_destruct; - (id)assetObjectID; @@ -53,11 +54,11 @@ - (BOOL)isVeryLowQuality; - (struct CGSize { float x1; float x2; })originalImageSize; - (id)originalObjectID; -- (struct PXFaceTileImageParams { struct CGSize { float x_1_1_1; float x_1_1_2; } x1; unsigned int x2; BOOL x3; BOOL x4; BOOL x5; })params; +- (struct PXFaceTileImageParams { struct CGSize { float x_1_1_1; float x_1_1_2; } x1; unsigned int x2; BOOL x3; BOOL x4; BOOL x5; BOOL x6; })params; - (void)setAssetObjectID:(id)arg1; - (void)setIsVeryLowQuality:(BOOL)arg1; - (void)setOriginalImageSize:(struct CGSize { float x1; float x2; })arg1; - (void)setOriginalObjectID:(id)arg1; -- (void)setParams:(struct PXFaceTileImageParams { struct CGSize { float x_1_1_1; float x_1_1_2; } x1; unsigned int x2; BOOL x3; BOOL x4; BOOL x5; })arg1; +- (void)setParams:(struct PXFaceTileImageParams { struct CGSize { float x_1_1_1; float x_1_1_2; } x1; unsigned int x2; BOOL x3; BOOL x4; BOOL x5; BOOL x6; })arg1; @end diff --git a/PrivateFrameworks/PhotosUICore.framework/PXPeopleHomeCollectionViewCell.h b/PrivateFrameworks/PhotosUICore.framework/PXPeopleHomeCollectionViewCell.h index e6fb69316b..32f7d24028 100644 --- a/PrivateFrameworks/PhotosUICore.framework/PXPeopleHomeCollectionViewCell.h +++ b/PrivateFrameworks/PhotosUICore.framework/PXPeopleHomeCollectionViewCell.h @@ -5,16 +5,26 @@ @interface PXPeopleHomeCollectionViewCell : UICollectionViewCell { UIView * _actionIndicatorView; UIImageView * _avatarView; - UIImage * _image; BOOL _isFavorite; BOOL _isReordering; NSString * _name; UILabel * _nameLabel; unsigned int _photoQuantity; UILabel * _quantityLabel; + NSNumberFormatter * _quantityNumberFormatter; PXRoundedCornerOverlayView * _roundCornerOverlay; UIView * _selectionView; float _textAlpha; + struct CGRect { + struct CGPoint { + float x; + float y; + } origin; + struct CGSize { + float width; + float height; + } size; + } _unitRect; } @property (getter=isActionIndicatorHidden, nonatomic) BOOL actionIndicatorHidden; @@ -34,6 +44,7 @@ + (float)preferredHeightForWidth:(float)arg1 forAvatarPercentage:(float)arg2 withSizeClass:(int)arg3 isFavorite:(BOOL)arg4; - (void).cxx_destruct; +- (struct UIColor { Class x1; }*)_placeHolderColor; - (int)_preferredSizeClass; - (void)_updateType; - (id)actionIndicatorView; @@ -57,6 +68,7 @@ - (void)setActionIndicatorHidden:(BOOL)arg1; - (void)setActionIndicatorView:(id)arg1; - (void)setImage:(id)arg1; +- (void)setImage:(id)arg1 normalizedFaceRect:(struct CGRect { struct CGPoint { float x_1_1_1; float x_1_1_2; } x1; struct CGSize { float x_2_1_1; float x_2_1_2; } x2; })arg2; - (void)setIsFavorite:(BOOL)arg1; - (void)setName:(id)arg1; - (void)setNameLabel:(id)arg1; diff --git a/PrivateFrameworks/PhotosUICore.framework/PXPeopleHomeDataSource.h b/PrivateFrameworks/PhotosUICore.framework/PXPeopleHomeDataSource.h index ed8ca780a9..3c5881457c 100644 --- a/PrivateFrameworks/PhotosUICore.framework/PXPeopleHomeDataSource.h +++ b/PrivateFrameworks/PhotosUICore.framework/PXPeopleHomeDataSource.h @@ -26,14 +26,20 @@ - (id)_dataSourceForIndexPath:(id)arg1; - (id)_dataSourceForSection:(unsigned int)arg1; - (void)_loadObjectsAndUpdateMembersWithCompletion:(id /* block */)arg1; +- (unsigned int)_sectionForType:(int)arg1; +- (void)addVisiblePerson:(id)arg1; +- (void)cancelImageLoadingForItem:(id)arg1; - (id)changeDetailsForLibraryChange:(id)arg1 inSection:(unsigned int)arg2; -- (void)changeMembersAtIndexes:(id)arg1 toPersonType:(int)arg2; +- (void)changeMembersAtIndexPaths:(id)arg1 toPersonType:(int)arg2; - (void)dealloc; - (id)delegate; - (id)favoriteDataSource; - (id)hiddenDataSource; - (void)imageAtIndexPath:(id)arg1 targetSize:(struct CGSize { float x1; float x2; })arg2 withCompletionBlock:(id /* block */)arg3; +- (void)imageAtIndexPath:(id)arg1 targetSize:(struct CGSize { float x1; float x2; })arg2 withCompletionBlock:(id /* block */)arg3 fastDisplayBlock:(id /* block */)arg4; +- (id)indexPathForInsertingMember:(id)arg1 intoSection:(unsigned int)arg2; - (id)indexPathOfMember:(id)arg1; +- (id)indexPathOfMember:(id)arg1 ofType:(int)arg2; - (id)initWithDelegate:(id)arg1; - (BOOL)isSectionDisclosed:(unsigned int)arg1; - (void)loadAndStartListeningToLibraryNotifications; @@ -41,7 +47,7 @@ - (id)localizedTitleForSection:(unsigned int)arg1; - (id)memberAtIndexPath:(id)arg1; - (id)membersInSection:(unsigned int)arg1; -- (void)moveMemberAtIndex:(id)arg1 toIndex:(id)arg2; +- (void)moveMemberAtIndexPath:(id)arg1 toIndexPath:(id)arg2; - (unsigned int)numberOfMembersInSection:(unsigned int)arg1; - (unsigned int)numberOfSections; - (id)othersDataSource; @@ -51,7 +57,9 @@ - (void)photoLibraryDidChangeOnMainQueue:(id)arg1 withPreparedInfo:(id)arg2; - (unsigned int)photoQuantityAtIndexPath:(id)arg1; - (id)prepareForPhotoLibraryChange:(id)arg1; +- (void)reloadFromDatabase; - (id)reloadQueue; +- (void)removeVisiblePerson:(id)arg1; - (void)resumeListeningForChanges; - (void)setDelegate:(id)arg1; - (void)setFavoriteDataSource:(id)arg1; diff --git a/PrivateFrameworks/PhotosUICore.framework/PXPeopleHomeViewController.h b/PrivateFrameworks/PhotosUICore.framework/PXPeopleHomeViewController.h index 4b1d55d1b6..996c1a410e 100644 --- a/PrivateFrameworks/PhotosUICore.framework/PXPeopleHomeViewController.h +++ b/PrivateFrameworks/PhotosUICore.framework/PXPeopleHomeViewController.h @@ -2,8 +2,9 @@ Image: /System/Library/PrivateFrameworks/PhotosUICore.framework/PhotosUICore */ -@interface PXPeopleHomeViewController : UICollectionViewController { +@interface PXPeopleHomeViewController : UICollectionViewController { PXPeopleHomeDataSource * _dataSource; + BOOL _databaseUpdateQueued; UIBarButtonItem * _debugMenuItem; struct { unsigned int dragTimerFired : 1; @@ -18,6 +19,7 @@ float x; float y; } _lastDragPoint; + double _lastUpdateTime; UIBarButtonItem * _mergeToolbarItem; unsigned int _mode; BOOL _needToCheckProgress; @@ -31,12 +33,12 @@ float height; } _priorityItemSize; PXPeopleProgressManager * _progressManager; - NSIndexPath * _proposedDropIndex; UIBarButtonItem * _selectItem; - NSIndexPath * _sourceDragIndex; + NSIndexPath * _sourceDragIndexPath; } @property (nonatomic, retain) PXPeopleHomeDataSource *dataSource; +@property (getter=isDatabaseUpdateQueued, nonatomic) BOOL databaseUpdateQueued; @property (readonly, copy) NSString *debugDescription; @property (nonatomic, retain) UIBarButtonItem *debugMenuItem; @property (readonly, copy) NSString *description; @@ -46,6 +48,7 @@ @property (nonatomic, retain) UIBarButtonItem *hideToolbarItem; @property BOOL ignoreChangeUpdates; @property (nonatomic) struct CGPoint { float x1; float x2; } lastDragPoint; +@property (nonatomic) double lastUpdateTime; @property (nonatomic, retain) UIBarButtonItem *mergeToolbarItem; @property (nonatomic) unsigned int mode; @property BOOL needToCheckProgress; @@ -53,9 +56,8 @@ @property (nonatomic) BOOL pendingChanges; @property struct CGSize { float x1; float x2; } priorityItemSize; @property (nonatomic, retain) PXPeopleProgressManager *progressManager; -@property (nonatomic, retain) NSIndexPath *proposedDropIndex; @property (nonatomic, retain) UIBarButtonItem *selectItem; -@property (nonatomic, retain) NSIndexPath *sourceDragIndex; +@property (nonatomic, retain) NSIndexPath *sourceDragIndexPath; @property (readonly) Class superclass; - (void).cxx_destruct; @@ -87,7 +89,6 @@ - (void)_redetectFaces; - (unsigned int)_requiredFooterStyle; - (void)_resetDragFlags; -- (void)_resetSourceDragCell; - (id)_rightBarItemsForMode:(unsigned int)arg1; - (void)_selectAction:(id)arg1; - (void)_setFooterDisclosureButtonsHidden:(BOOL)arg1; @@ -96,6 +97,7 @@ - (void)_startProgressMonitoring; - (void)_stopProgressMonitoring; - (id)_toolBarItemsForMode:(unsigned int)arg1; +- (void)_updateDelayTime; - (void)_updateFavoriteShelfAndFooters; - (void)_updateNavTitleForIndexes:(id)arg1; - (void)_updateToolbarItemsForIndexes:(id)arg1; @@ -103,6 +105,7 @@ - (BOOL)collectionView:(id)arg1 canMoveItemAtIndexPath:(id)arg2; - (id)collectionView:(id)arg1 cellForItemAtIndexPath:(id)arg2; - (void)collectionView:(id)arg1 didDeselectItemAtIndexPath:(id)arg2; +- (void)collectionView:(id)arg1 didEndDisplayingCell:(id)arg2 forItemAtIndexPath:(id)arg3; - (void)collectionView:(id)arg1 didSelectItemAtIndexPath:(id)arg2; - (struct UIEdgeInsets { float x1; float x2; float x3; float x4; })collectionView:(id)arg1 layout:(id)arg2 insetForSectionAtIndex:(int)arg3; - (float)collectionView:(id)arg1 layout:(id)arg2 minimumLineSpacingForSectionAtIndex:(int)arg3; @@ -110,12 +113,12 @@ - (struct CGSize { float x1; float x2; })collectionView:(id)arg1 layout:(id)arg2 sizeForItemAtIndexPath:(id)arg3; - (void)collectionView:(id)arg1 moveItemAtIndexPath:(id)arg2 toIndexPath:(id)arg3; - (int)collectionView:(id)arg1 numberOfItemsInSection:(int)arg2; -- (void)collectionView:(id)arg1 prefetchItemsAtIndexPaths:(id)arg2; - (BOOL)collectionView:(id)arg1 shouldSelectItemAtIndexPath:(id)arg2; - (id)collectionView:(id)arg1 targetIndexPathForMoveFromItemAtIndexPath:(id)arg2 toProposedIndexPath:(id)arg3; - (id)collectionView:(id)arg1 viewForSupplementaryElementOfKind:(id)arg2 atIndexPath:(id)arg3; - (void)collectionViewDidEndDrag:(id)arg1; - (void)collectionViewDidEndInteractiveMode:(id)arg1; +- (void)collectionViewDidLayout:(id)arg1; - (void)commonInit; - (void)contentSizeCategoryDidChangeNotification:(id)arg1; - (struct CGPath { }*)createShapePathForBoundsRect:(struct CGRect { struct CGPoint { float x_1_1_1; float x_1_1_2; } x1; struct CGSize { float x_2_1_1; float x_2_1_2; } x2; })arg1; @@ -126,37 +129,40 @@ - (id)dragRecognizer; - (id)favoriteToolbarItem; - (BOOL)gestureRecognizerShouldBegin:(id)arg1; -- (void)handleDragToDeadSpace; -- (void)handleMoveFromIndex:(id)arg1 toIndex:(id)arg2 updateDataSource:(BOOL)arg3; +- (void)handleMoveFromIndexPath:(id)arg1 toIndexPath:(id)arg2; - (void)handleReorderingGesture:(id)arg1; - (id)hideToolbarItem; - (BOOL)ignoreChangeUpdates; - (id)init; - (id)initWithProgressManager:(id)arg1; +- (BOOL)isDatabaseUpdateQueued; - (struct CGPoint { float x1; float x2; })lastDragPoint; +- (double)lastUpdateTime; - (id)mergeToolbarItem; - (unsigned int)mode; - (BOOL)needToCheckProgress; - (struct CGSize { float x1; float x2; })nonPriorityItemSize; - (int)numberOfSectionsInCollectionView:(id)arg1; - (BOOL)pendingChanges; -- (void)peopleHomeDataSource:(id)arg1 didApplyIncrementalChanges:(id)arg2; +- (void)peopleHomeDataSourceDidReceivePersonChanges:(id)arg1; - (void)peopleHomeDataSourceMembersChanged:(id)arg1; +- (void)peoplePreviewActionViewController:(id)arg1 wantsToChangePerson:(id)arg2 ofType:(int)arg3 toType:(int)arg4; - (void)ppt_navigateToPhotosDetails; - (void)previewingContext:(id)arg1 commitViewController:(id)arg2; - (id)previewingContext:(id)arg1 viewControllerForLocation:(struct CGPoint { float x1; float x2; })arg2; - (struct CGSize { float x1; float x2; })priorityItemSize; -- (void)processDragState; - (id)progressManager; -- (id)proposedDropIndex; +- (void)reloadDataSource; - (id)selectItem; - (void)setDataSource:(id)arg1; +- (void)setDatabaseUpdateQueued:(BOOL)arg1; - (void)setDebugMenuItem:(id)arg1; - (void)setDragRecognizer:(id)arg1; - (void)setFavoriteToolbarItem:(id)arg1; - (void)setHideToolbarItem:(id)arg1; - (void)setIgnoreChangeUpdates:(BOOL)arg1; - (void)setLastDragPoint:(struct CGPoint { float x1; float x2; })arg1; +- (void)setLastUpdateTime:(double)arg1; - (void)setMergeToolbarItem:(id)arg1; - (void)setMode:(unsigned int)arg1; - (void)setNeedToCheckProgress:(BOOL)arg1; @@ -164,11 +170,10 @@ - (void)setPendingChanges:(BOOL)arg1; - (void)setPriorityItemSize:(struct CGSize { float x1; float x2; })arg1; - (void)setProgressManager:(id)arg1; -- (void)setProposedDropIndex:(id)arg1; - (void)setSelectItem:(id)arg1; -- (void)setSourceDragIndex:(id)arg1; +- (void)setSourceDragIndexPath:(id)arg1; - (void)showDetailsForMemberAtIndexPath:(id)arg1; -- (id)sourceDragIndex; +- (id)sourceDragIndexPath; - (void)toggleHiddenStateForMemberAtIndexPath:(id)arg1; - (void)traitCollectionDidChange:(id)arg1; - (void)viewDidAppear:(BOOL)arg1; diff --git a/PrivateFrameworks/PhotosUICore.framework/PXPeopleNamePickerViewController.h b/PrivateFrameworks/PhotosUICore.framework/PXPeopleNamePickerViewController.h index 3c99e10c43..1aee20652b 100644 --- a/PrivateFrameworks/PhotosUICore.framework/PXPeopleNamePickerViewController.h +++ b/PrivateFrameworks/PhotosUICore.framework/PXPeopleNamePickerViewController.h @@ -3,14 +3,12 @@ */ @interface PXPeopleNamePickerViewController : UIViewController { - id _appBackgroundedNotificationObserver; * _delegate; PXPeopleNamePickerResultsTableViewController * _resultsController; NSArray * _savedRightBarItems; PXPeopleNamePickerTitleView * _titleView; } -@property (nonatomic, retain) id appBackgroundedNotificationObserver; @property (readonly, copy) NSString *debugDescription; @property (nonatomic) *delegate; @property (readonly, copy) NSString *description; @@ -21,14 +19,15 @@ @property (nonatomic, readonly) PXPeopleNamePickerTitleView *titleView; - (void).cxx_destruct; +- (void)_applicationDidEnterBackground; - (void)_hideResultsView; +- (void)_keyboardWillChangeFrame:(id)arg1; +- (void)_refreshResultsViewSizeWithNewKeyboardHeight:(float)arg1; - (void)_setupNavigationBarForEditing:(BOOL)arg1 animated:(BOOL)arg2; - (BOOL)_shouldPresentResultsInPopover; - (void)_showResultsView; - (float)_titleViewMaxWidthForEditing:(BOOL)arg1; - (int)adaptivePresentationStyleForPresentationController:(id)arg1 traitCollection:(id)arg2; -- (id)appBackgroundedNotificationObserver; -- (void)dealloc; - (id)delegate; - (id)init; - (id)initWithCoder:(id)arg1; @@ -37,7 +36,6 @@ - (void)popoverPresentationControllerDidDismissPopover:(id)arg1; - (id)resultsController; - (id)savedRightBarItems; -- (void)setAppBackgroundedNotificationObserver:(id)arg1; - (void)setDelegate:(id)arg1; - (void)setResultsController:(id)arg1; - (void)setSavedRightBarItems:(id)arg1; diff --git a/PrivateFrameworks/PhotosUICore.framework/PXPeoplePersonDataSource.h b/PrivateFrameworks/PhotosUICore.framework/PXPeoplePersonDataSource.h index 1a9c186539..295bd64c26 100644 --- a/PrivateFrameworks/PhotosUICore.framework/PXPeoplePersonDataSource.h +++ b/PrivateFrameworks/PhotosUICore.framework/PXPeoplePersonDataSource.h @@ -3,12 +3,17 @@ */ @interface PXPeoplePersonDataSource : PXPeopleDataSource { + NSDictionary * _assetsByFaces; + PXPeopleFaceTileImageManager * _imageManager; + NSObject * _imageManagerDataSourceLoadingQueue; + NSDictionary * _keyFacesByPersons; int _personType; } @property (readonly, copy) NSString *debugDescription; @property (readonly, copy) NSString *description; @property (readonly) unsigned int hash; +@property (nonatomic, readonly) PXPeopleFaceTileImageManager *imageManager; @property (nonatomic) int personType; @property (readonly) Class superclass; @@ -17,19 +22,28 @@ + (id /* block */)manualOrderComparator; + (id)otherPeopleDataSourceWithFetchLimit:(unsigned int)arg1; +- (void).cxx_destruct; - (id)_applyChanges:(id)arg1; -- (void)_asyncLoadImageForItem:(id)arg1 targetSize:(struct CGSize { float x1; float x2; })arg2 withCompletionBlock:(id /* block */)arg3; +- (id)_assetForFace:(id)arg1; +- (void)_asyncLoadImageForItem:(id)arg1 targetSize:(struct CGSize { float x1; float x2; })arg2 withCompletionBlock:(id /* block */)arg3 fastDisplayBlock:(id /* block */)arg4; +- (id)_faceForPerson:(id)arg1; +- (void)_handleMembersLoadedWithCompletion:(id /* block */)arg1; - (id)_itemsArrayFromObjects:(id)arg1; - (id)_membersForModelObjects:(id)arg1; - (void)_updateMember:(id)arg1 WithModelObject:(id)arg2; +- (void)addVisiblePerson:(id)arg1; - (void)cancelImageLoadingForItem:(id)arg1; - (id /* block */)defaultComparator; +- (id)imageManager; +- (id)initWithImageManagerSupportAndName:(id)arg1 objectsReloadBlock:(id /* block */)arg2 asynchronousLoad:(BOOL)arg3 callbackDelegate:(id)arg4; - (id)initWithName:(id)arg1 fetchResultBlock:(id /* block */)arg2; - (id)initWithName:(id)arg1 objects:(id)arg2; - (id)initWithName:(id)arg1 personType:(int)arg2 fetchLimit:(unsigned int)arg3; - (id)initWithName:(id)arg1 personType:(int)arg2 objects:(id)arg3; +- (void)loadObjectsAndUpdateMembersWithCompletion:(id /* block */)arg1; - (int)personType; - (void)photoLibraryDidChange:(id)arg1; +- (void)removeVisiblePerson:(id)arg1; - (void)setPersonType:(int)arg1; - (void)startListeningForChanges; - (void)stopListeningForChanges; diff --git a/PrivateFrameworks/PhotosUICore.framework/PXPeoplePreviewActionViewController.h b/PrivateFrameworks/PhotosUICore.framework/PXPeoplePreviewActionViewController.h index eb10d7a7b3..a3ae572123 100644 --- a/PrivateFrameworks/PhotosUICore.framework/PXPeoplePreviewActionViewController.h +++ b/PrivateFrameworks/PhotosUICore.framework/PXPeoplePreviewActionViewController.h @@ -3,14 +3,18 @@ */ @interface PXPeoplePreviewActionViewController : UIViewController { + * _delegate; UIImage * _image; UIImageView * _imageView; + int _localPersonType; PXPersonItem * _personItem; UIView * _placeholderView; } +@property (nonatomic) *delegate; @property (nonatomic, retain) UIImage *image; @property (nonatomic, retain) UIImageView *imageView; +@property (nonatomic) int localPersonType; @property (nonatomic, retain) PXPersonItem *personItem; @property (nonatomic, retain) UIView *placeholderView; @@ -19,17 +23,23 @@ - (id)_localizedHideActionTitle; - (void)_toggleFaceCollectionFavorited; - (void)_toggleFaceCollectionHidden; +- (void)_toggleForDesiredType:(int)arg1; - (void)_updateImageView; +- (id)delegate; - (id)image; - (id)imageView; +- (id)initWithDelegate:(id)arg1; +- (int)localPersonType; - (id)personItem; - (id)placeholderView; - (id)previewActionItems; +- (void)setDelegate:(id)arg1; - (void)setImage:(id)arg1; - (void)setImageView:(id)arg1; +- (void)setLocalPersonType:(int)arg1; - (void)setPersonItem:(id)arg1; +- (void)setPersonItem:(id)arg1 withLocalType:(int)arg2; - (void)setPlaceholderView:(id)arg1; -- (void)setPreferredContentSize:(struct CGSize { float x1; float x2; })arg1; - (void)viewDidLoad; - (void)viewWillLayoutSubviews; diff --git a/PrivateFrameworks/PhotosUICore.framework/PXPeopleProgressDatasource.h b/PrivateFrameworks/PhotosUICore.framework/PXPeopleProgressDatasource.h index 9544c42e65..0014ef3b22 100644 --- a/PrivateFrameworks/PhotosUICore.framework/PXPeopleProgressDatasource.h +++ b/PrivateFrameworks/PhotosUICore.framework/PXPeopleProgressDatasource.h @@ -10,7 +10,7 @@ unsigned int _pendingCount; PHFetchResult * _plusResult; unsigned int _processedCount; - NSLock * _queryLock; + NSObject * _scanningProgressQueue; unsigned int _totalCount; PHFetchResult * _verifyResult; } @@ -26,7 +26,7 @@ @property (nonatomic) unsigned int pendingCount; @property (nonatomic, retain) PHFetchResult *plusResult; @property (nonatomic) unsigned int processedCount; -@property (readonly) NSLock *queryLock; +@property (readonly) NSObject *scanningProgressQueue; @property (readonly) Class superclass; @property (nonatomic) unsigned int totalCount; @property (nonatomic, retain) PHFetchResult *verifyResult; @@ -51,7 +51,7 @@ - (id)plusResult; - (unsigned int)processedAssetCount; - (unsigned int)processedCount; -- (id)queryLock; +- (id)scanningProgressQueue; - (void)setCachedUnlockValue:(unsigned int)arg1; - (void)setCountCacheValid:(BOOL)arg1; - (void)setFavResult:(id)arg1; diff --git a/PrivateFrameworks/PhotosUICore.framework/PXPeopleRelatedWidget.h b/PrivateFrameworks/PhotosUICore.framework/PXPeopleRelatedWidget.h index ea008570f0..898e2923db 100644 --- a/PrivateFrameworks/PhotosUICore.framework/PXPeopleRelatedWidget.h +++ b/PrivateFrameworks/PhotosUICore.framework/PXPeopleRelatedWidget.h @@ -98,7 +98,6 @@ - (id)currentNameLabelFont; - (id)dataSource; - (BOOL)gestureRecognizerShouldBegin:(id)arg1; -- (BOOL)hasContentForCurrentInput; - (BOOL)hasStartedLoadingDataSource; - (id)initWithViewType:(unsigned int)arg1; - (BOOL)isSummaryMode; diff --git a/PrivateFrameworks/PhotosUICore.framework/PXPeopleSplitConfirmationViewController.h b/PrivateFrameworks/PhotosUICore.framework/PXPeopleSplitConfirmationViewController.h index 1df6be122a..99bb89bca3 100644 --- a/PrivateFrameworks/PhotosUICore.framework/PXPeopleSplitConfirmationViewController.h +++ b/PrivateFrameworks/PhotosUICore.framework/PXPeopleSplitConfirmationViewController.h @@ -65,13 +65,13 @@ - (void)setPortraitConstraints:(id)arg1; - (void)setSecondButtonSpacingConstraint:(id)arg1; - (void)setUndoButton:(id)arg1; -- (void)setViewState:(unsigned int)arg1; - (void)suggestionDidDisplay; - (void)suggestionManager:(id)arg1 hasNewSuggestionAvailable:(id)arg2; - (void)traitCollectionDidChange:(id)arg1; - (id)undoButton; - (void)undoButtonTapped:(id)arg1; - (void)updateViewConstraints; +- (void)updateViewWithViewState:(unsigned int)arg1; - (void)viewDidLoad; - (void)viewWillTransitionToSize:(struct CGSize { float x1; float x2; })arg1 withTransitionCoordinator:(id)arg2; diff --git a/PrivateFrameworks/PhotosUICore.framework/PXPeopleSuggestionView.h b/PrivateFrameworks/PhotosUICore.framework/PXPeopleSuggestionView.h index 6f34f1b565..950f32ef6d 100644 --- a/PrivateFrameworks/PhotosUICore.framework/PXPeopleSuggestionView.h +++ b/PrivateFrameworks/PhotosUICore.framework/PXPeopleSuggestionView.h @@ -38,6 +38,7 @@ - (void)_fetchImageForSuggestion:(id)arg1 targetSize:(struct CGSize { float x1; float x2; })arg2 withCompletion:(id /* block */)arg3; - (struct CGRect { struct CGPoint { float x_1_1_1; float x_1_1_2; } x1; struct CGSize { float x_2_1_1; float x_2_1_2; } x2; })_scaledFaceRect; - (void)_updateSpotlightAnimated:(BOOL)arg1; +- (void)_updateSuggestionImageWithAnimatedSpotlight:(BOOL)arg1 withCompletion:(id /* block */)arg2; - (void)commonInit; - (void)dealloc; - (id)dimView; @@ -60,7 +61,6 @@ - (id)spotlightLayer; - (id)suggestion; - (id)suggestionView; -- (void)updateSuggestionImageWithAnimatedSpotlight:(BOOL)arg1 withCompletion:(id /* block */)arg2; - (BOOL)validSpotlight; - (void)viewScaleDidChange; diff --git a/PrivateFrameworks/PhotosUICore.framework/PXPeopleWidgetDataSource.h b/PrivateFrameworks/PhotosUICore.framework/PXPeopleWidgetDataSource.h index 8e6b6a3100..746cbdd098 100644 --- a/PrivateFrameworks/PhotosUICore.framework/PXPeopleWidgetDataSource.h +++ b/PrivateFrameworks/PhotosUICore.framework/PXPeopleWidgetDataSource.h @@ -2,7 +2,7 @@ Image: /System/Library/PrivateFrameworks/PhotosUICore.framework/PhotosUICore */ -@interface PXPeopleWidgetDataSource : PXPeopleDataSource { +@interface PXPeopleWidgetDataSource : PXPeopleDataSource { BOOL _containsSocialGroups; PXPeopleDetailsContext * _context; NSObject * _fetchQueue; @@ -12,9 +12,13 @@ @property (nonatomic) BOOL containsSocialGroups; @property (nonatomic, retain) PXPeopleDetailsContext *context; +@property (readonly, copy) NSString *debugDescription; +@property (readonly, copy) NSString *description; +@property (readonly) unsigned int hash; @property (nonatomic) BOOL isForOneUp; @property (nonatomic, readonly) NSArray *members; @property (nonatomic) BOOL prefetchingStarted; +@property (readonly) Class superclass; - (void).cxx_destruct; - (id)_socialGroupsForIdentifiers:(id)arg1; @@ -26,6 +30,7 @@ - (id)initWithName:(id)arg1 objectsReloadBlock:(id /* block */)arg2; - (BOOL)isForOneUp; - (void)loadMembersWithCompletionBlock:(id /* block */)arg1; +- (void)photoLibraryDidChange:(id)arg1; - (void)prefetchThumbnailsForTargetSize:(struct CGSize { float x1; float x2; })arg1 maxFetchCount:(unsigned int)arg2; - (BOOL)prefetchingStarted; - (void)setContainsSocialGroups:(BOOL)arg1; diff --git a/PrivateFrameworks/PhotosUICore.framework/PXPersonItem.h b/PrivateFrameworks/PhotosUICore.framework/PXPersonItem.h index 5c95019cc0..ab4d853d91 100644 --- a/PrivateFrameworks/PhotosUICore.framework/PXPersonItem.h +++ b/PrivateFrameworks/PhotosUICore.framework/PXPersonItem.h @@ -3,31 +3,39 @@ */ @interface PXPersonItem : NSObject { + NSString * _displayName; UIImage * _faceImage; id /* block */ _faceImageLoadingCompletionBlock; int _faceImageRequestID; + id /* block */ _fastDisplayBlock; id _modelObject; NSString * _name; unsigned int _photosCount; } -@property (nonatomic, retain) UIImage *faceImage; -@property (nonatomic, copy) id /* block */ faceImageLoadingCompletionBlock; -@property (nonatomic) int faceImageRequestID; +@property (nonatomic, copy) NSString *displayName; +@property UIImage *faceImage; +@property (copy) id /* block */ faceImageLoadingCompletionBlock; +@property int faceImageRequestID; +@property (copy) id /* block */ fastDisplayBlock; @property (nonatomic, retain) id modelObject; @property (nonatomic, copy) NSString *name; @property (nonatomic) unsigned int photosCount; - (void).cxx_destruct; +- (id)displayName; - (id)faceImage; - (id /* block */)faceImageLoadingCompletionBlock; - (int)faceImageRequestID; +- (id /* block */)fastDisplayBlock; - (id)modelObject; - (id)name; - (unsigned int)photosCount; +- (void)setDisplayName:(id)arg1; - (void)setFaceImage:(id)arg1; - (void)setFaceImageLoadingCompletionBlock:(id /* block */)arg1; - (void)setFaceImageRequestID:(int)arg1; +- (void)setFastDisplayBlock:(id /* block */)arg1; - (void)setModelObject:(id)arg1; - (void)setName:(id)arg1; - (void)setPhotosCount:(unsigned int)arg1; diff --git a/PrivateFrameworks/PhotosUICore.framework/PXPhotosDetailsAssetsWidget.h b/PrivateFrameworks/PhotosUICore.framework/PXPhotosDetailsAssetsWidget.h index 9a5b9825da..b4411b0626 100644 --- a/PrivateFrameworks/PhotosUICore.framework/PXPhotosDetailsAssetsWidget.h +++ b/PrivateFrameworks/PhotosUICore.framework/PXPhotosDetailsAssetsWidget.h @@ -171,13 +171,14 @@ - (void)assetsScene:(id)arg1 willTransitionToDataSource:(id)arg2; - (void)checkInTile:(void*)arg1 withIdentifier:(struct PXTileIdentifier { unsigned int x1; unsigned int x2[10]; })arg2; - (void*)checkOutTileForIdentifier:(struct PXTileIdentifier { unsigned int x1; unsigned int x2[10]; })arg1 layout:(id)arg2; -- (void)commitPreviewViewController:(struct NSObject { Class x1; }*)arg1; +- (void)commitPreviewViewController:(id)arg1; - (BOOL)containsPoint:(struct CGPoint { float x1; float x2; })arg1 forCoordinateSpace:(id)arg2; - (int)contentLayoutStyle; - (id)contentTilingController; - (id)context; - (id)dataSourceManager; - (void)dealloc; +- (void)didDismissPreviewViewController:(id)arg1 committing:(BOOL)arg2; - (float)engineDrivenLayout:(id)arg1 aspectRatioForItemAtIndexPath:(struct PXSimpleIndexPath { unsigned int x1; int x2; int x3; int x4; })arg2; - (struct CGRect { struct CGPoint { float x_1_1_1; float x_1_1_2; } x1; struct CGSize { float x_2_1_1; float x_2_1_2; } x2; })engineDrivenLayout:(id)arg1 contentsRectForItemAtIndexPath:(struct PXSimpleIndexPath { unsigned int x1; int x2; int x3; int x4; })arg2 forAspectRatio:(float)arg3; - (float)engineDrivenLayout:(id)arg1 zPositionForItemAtIndexPath:(struct PXSimpleIndexPath { unsigned int x1; int x2; int x3; int x4; })arg2; diff --git a/PrivateFrameworks/PhotosUICore.framework/PXPhotosDetailsContext.h b/PrivateFrameworks/PhotosUICore.framework/PXPhotosDetailsContext.h index d27b65da60..df4b5057c1 100644 --- a/PrivateFrameworks/PhotosUICore.framework/PXPhotosDetailsContext.h +++ b/PrivateFrameworks/PhotosUICore.framework/PXPhotosDetailsContext.h @@ -55,6 +55,7 @@ - (void)photosDataSource:(id)arg1 didChange:(id)arg2; - (void)setAssetCollections:(id)arg1; - (void)setAssetsByCollection:(id)arg1; +- (void)setKeyAssetsFetchResult:(id)arg1; - (void)setLocalizedSubtitle:(id)arg1; - (void)setLocalizedTitle:(id)arg1; - (void)setPeople:(id)arg1; diff --git a/PrivateFrameworks/PhotosUICore.framework/PXPhotosDetailsUIViewController.h b/PrivateFrameworks/PhotosUICore.framework/PXPhotosDetailsUIViewController.h index 67b0115c31..9abb681801 100644 --- a/PrivateFrameworks/PhotosUICore.framework/PXPhotosDetailsUIViewController.h +++ b/PrivateFrameworks/PhotosUICore.framework/PXPhotosDetailsUIViewController.h @@ -2,7 +2,7 @@ Image: /System/Library/PrivateFrameworks/PhotosUICore.framework/PhotosUICore */ -@interface PXPhotosDetailsUIViewController : UIViewController { +@interface PXPhotosDetailsUIViewController : UIViewController { Class __barsControllerClass; PXWidgetComposition * __composition; BOOL __hasAppeared; @@ -138,6 +138,7 @@ - (id)contentScrollView; - (id)context; - (void)dealloc; +- (void)didDismissPreviewViewController:(id)arg1 committing:(BOOL)arg2; - (void)didUpdateFocusInContext:(id)arg1 withAnimationCoordinator:(id)arg2; - (id)initWithCoder:(id)arg1; - (id)initWithContext:(id)arg1 configuration:(id)arg2; diff --git a/PrivateFrameworks/PhotosUICore.framework/PXResultRecordChangeDetails.h b/PrivateFrameworks/PhotosUICore.framework/PXResultRecordChangeDetails.h index 1a871ba6bb..ee05366d9c 100644 --- a/PrivateFrameworks/PhotosUICore.framework/PXResultRecordChangeDetails.h +++ b/PrivateFrameworks/PhotosUICore.framework/PXResultRecordChangeDetails.h @@ -4,11 +4,13 @@ @interface PXResultRecordChangeDetails : NSObject { PHFetchResultChangeDetails * _exposedFetchResultChangeDetails; + PHFetchResultChangeDetails * _keyAssetsFetchResultChangeDetails; PXResultRecord * _resultRecordAfterChanges; PXResultRecord * _resultRecordBeforeChanges; } @property (nonatomic, readonly) PHFetchResultChangeDetails *exposedFetchResultChangeDetails; +@property (nonatomic, readonly) PHFetchResultChangeDetails *keyAssetsFetchResultChangeDetails; @property (nonatomic, readonly) PXResultRecord *resultRecordAfterChanges; @property (nonatomic, readonly) PXResultRecord *resultRecordBeforeChanges; @@ -17,7 +19,8 @@ - (void).cxx_destruct; - (id)description; - (id)exposedFetchResultChangeDetails; -- (id)initWithResultRecordBeforeChanges:(id)arg1 resultRecordAfterChanges:(id)arg2 exposedFetchResultChangeDetails:(id)arg3; +- (id)initWithResultRecordBeforeChanges:(id)arg1 resultRecordAfterChanges:(id)arg2 exposedFetchResultChangeDetails:(id)arg3 keyAssetsFetchResultChangeDetails:(id)arg4; +- (id)keyAssetsFetchResultChangeDetails; - (id)resultRecordAfterChanges; - (id)resultRecordBeforeChanges; diff --git a/PrivateFrameworks/PhotosUICore.framework/PXRootSettings.h b/PrivateFrameworks/PhotosUICore.framework/PXRootSettings.h index c4c4abe284..f40e3b9888 100644 --- a/PrivateFrameworks/PhotosUICore.framework/PXRootSettings.h +++ b/PrivateFrameworks/PhotosUICore.framework/PXRootSettings.h @@ -10,6 +10,7 @@ PXMemoriesRelatedSettings * _memoriesRelated; PXMemoriesFeedSettings * _memoryFeed; PXModelSettings * _model; + PXPeopleDetailSettings * _peopleDetail; PXPhotosDataSourceSettings * _photosDataSource; PXPhotosDetailsSettings * _photosDetails; PXPhotosDetailsHeaderTileSettings * _photosDetailsHeaderTile; @@ -25,6 +26,7 @@ @property (nonatomic, retain) PXMemoriesRelatedSettings *memoriesRelated; @property (nonatomic, retain) PXMemoriesFeedSettings *memoryFeed; @property (nonatomic, retain) PXModelSettings *model; +@property (nonatomic, retain) PXPeopleDetailSettings *peopleDetail; @property (nonatomic, retain) PXPhotosDataSourceSettings *photosDataSource; @property (nonatomic, retain) PXPhotosDetailsSettings *photosDetails; @property (nonatomic, retain) PXPhotosDetailsHeaderTileSettings *photosDetailsHeaderTile; @@ -45,6 +47,7 @@ - (id)memoriesRelated; - (id)memoryFeed; - (id)model; +- (id)peopleDetail; - (id)photosDataSource; - (id)photosDetails; - (id)photosDetailsHeaderTile; @@ -56,6 +59,7 @@ - (void)setMemoriesRelated:(id)arg1; - (void)setMemoryFeed:(id)arg1; - (void)setModel:(id)arg1; +- (void)setPeopleDetail:(id)arg1; - (void)setPhotosDataSource:(id)arg1; - (void)setPhotosDetails:(id)arg1; - (void)setPhotosDetailsHeaderTile:(id)arg1; diff --git a/PrivateFrameworks/PhotosUICore.framework/PXTilingController.h b/PrivateFrameworks/PhotosUICore.framework/PXTilingController.h index 652ef7b0eb..fbc09cde55 100644 --- a/PrivateFrameworks/PhotosUICore.framework/PXTilingController.h +++ b/PrivateFrameworks/PhotosUICore.framework/PXTilingController.h @@ -258,6 +258,7 @@ - (id)imageTileWithIdentifier:(struct PXTileIdentifier { unsigned int x1; unsigned int x2[10]; })arg1; - (id)init; - (id)initWithLayout:(id)arg1; +- (void)invalidateLayoutPreferredVisibleOrigin; - (void)invalidateScrollControllerMetrics; - (struct CGRect { struct CGPoint { float x_1_1_1; float x_1_1_2; } x1; struct CGSize { float x_2_1_1; float x_2_1_2; } x2; })layoutContentBounds; - (struct CGPoint { float x1; float x2; })layoutOrigin; diff --git a/PrivateFrameworks/PhotosUICore.framework/PXUIMapWidget.h b/PrivateFrameworks/PhotosUICore.framework/PXUIMapWidget.h index 4ee2fbdfcb..00a81de71d 100644 --- a/PrivateFrameworks/PhotosUICore.framework/PXUIMapWidget.h +++ b/PrivateFrameworks/PhotosUICore.framework/PXUIMapWidget.h @@ -71,22 +71,23 @@ - (id)_cachedLocalizedTitle; - (id)_containerView; - (id)_contentView; +- (id)_createSnapshotOptions; - (id)_factory; - (int)_fetchCountOfAssetsWithLocation; -- (void)_fetchPlacesSnapshotUsingMapType:(unsigned int)arg1 shouldFetchNearbyAssetCount:(BOOL)arg2; +- (void)_fetchPlacesSnapshotUsingMapType:(unsigned int)arg1 fetchResults:(id)arg2 shouldFetchNearbyAssetCount:(BOOL)arg3; - (id)_fetchResultsForSections; - (id)_firstAsset; - (void)_handleSnapshotResponse:(id)arg1 viewPort:(id)arg2 snapshotMapType:(unsigned int)arg3 shouldFetchNearbyAssetCount:(BOOL)arg4 fetchedImageKey:(id)arg5 error:(id)arg6; - (void)_handleTapGestureRecognizer:(id)arg1; - (BOOL)_hasCachedSnapshotImageForKey:(id)arg1; - (id)_imageView; -- (void)_loadAndUpdateLabelsUsingFirstAsset; +- (void)_loadAndUpdateLabelsUsingAsset:(id)arg1; - (void)_loadContainerView; -- (id)_localizedGeoDescriptionForFirstAsset; +- (id)_localizedGeoDescriptionForAsset:(id)arg1; - (id)_mapViewController; - (id)_mapViewControllerWithContentMode:(unsigned int)arg1; - (id)_nearbyCountCompletionBlocks; -- (void)_refreshLabelsUsingFirstAsset; +- (void)_refreshLabelsUsingAsset:(id)arg1; - (void)_setImage:(id)arg1 animated:(BOOL)arg2; - (void)_showPlaceholder; - (void)_showPlacesWithContentMode:(unsigned int)arg1; diff --git a/PrivateFrameworks/PhotosUICore.framework/PXUIPeopleSuggestionDataSource.h b/PrivateFrameworks/PhotosUICore.framework/PXUIPeopleSuggestionDataSource.h index 0324c35922..8148de19d0 100644 --- a/PrivateFrameworks/PhotosUICore.framework/PXUIPeopleSuggestionDataSource.h +++ b/PrivateFrameworks/PhotosUICore.framework/PXUIPeopleSuggestionDataSource.h @@ -13,7 +13,7 @@ @property (readonly) Class superclass; - (void).cxx_destruct; -- (void)cancelSuggestionForPerson:(id)arg1 withToken:(int)arg2 error:(id*)arg3; +- (BOOL)cancelSuggestionForPerson:(id)arg1 withToken:(int)arg2 error:(id*)arg3; - (id)cancelledTokens; - (void)commitSuggestionsForPerson:(id)arg1 withConfirmedSuggestions:(id)arg2 andRejectedSuggestions:(id)arg3; - (id)init; diff --git a/PrivateFrameworks/PhotosUICore.framework/PXUIRelatedWidget.h b/PrivateFrameworks/PhotosUICore.framework/PXUIRelatedWidget.h index 695d22af25..1c4622c89b 100644 --- a/PrivateFrameworks/PhotosUICore.framework/PXUIRelatedWidget.h +++ b/PrivateFrameworks/PhotosUICore.framework/PXUIRelatedWidget.h @@ -63,7 +63,7 @@ - (id)_touchGestureRecognizer; - (void)checkInTile:(void*)arg1 withIdentifier:(struct PXTileIdentifier { unsigned int x1; unsigned int x2[10]; })arg2; - (void*)checkOutTileForIdentifier:(struct PXTileIdentifier { unsigned int x1; unsigned int x2[10]; })arg1 layout:(id)arg2; -- (void)commitPreviewViewController:(struct NSObject { Class x1; }*)arg1; +- (void)commitPreviewViewController:(id)arg1; - (BOOL)containsPoint:(struct CGPoint { float x1; float x2; })arg1 forCoordinateSpace:(id)arg2; - (id)createTileAnimator; - (void)environmentDidUpdateFocusInContext:(id)arg1; diff --git a/PrivateFrameworks/PipelineKit.framework b/PrivateFrameworks/PipelineKit.framework deleted file mode 100644 index 1b64f6ec15..0000000000 --- a/PrivateFrameworks/PipelineKit.framework +++ /dev/null @@ -1,58 +0,0 @@ - - -PipelineKit.framework - - - -
-   ___          _   _             ___
-  | _ \_  _ _ _| |_(_)_ __  ___  | _ )_ _ _____ __ _____ ___ _ _
-  |   / || | ' \  _| | '  \/ -_) | _ \ '_/ _ \ V  V (_-// -_) '_|
-  |_|_\\_,_|_||_\__|_|_|_|_\___| |___/_| \___/\_/\_//__/\___|_|
-  
- -------------------------------------------------------------------------------
-
-
-/PrivateFrameworks/PipelineKit.framework
-0 classes
-
-
-
- -------------------------------------------------------------------------------
-
- Source code: https://github.com/nst/RuntimeBrowser
-
- Authors: Ezra Epstein (eepstein@prajna.com)
-          Nicolas Seriot (nicolas@seriot.ch)
-
- Copyright (c) 2002 by Prajna IT Consulting.
-                       http://www.prajna.com
-               2015 by Nicolas Seriot
-                       http://www.seriot.ch
-
- ========================================================================
-
- THIS PROGRAM AND THIS CODE COME WITH ABSOLUTELY NO WARRANTY.
- THIS CODE HAS BEEN PROVIDED "AS IS" AND THE RESPONSIBILITY
- FOR ITS OPERATIONS IS 100% YOURS.
-
- ========================================================================
- 
- RuntimeBrowser is free software; you can redistribute it and/or modify
- it under the terms of the GNU General Public License as published by
- the Free Software Foundation; either version 2 of the License, or
- (at your option) any later version.
-
- RuntimeBrowser is distributed in the hope that it will be useful,
- but WITHOUT ANY WARRANTY; without even the implied warranty of
- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
- GNU General Public License for more details.
-
- You should have received a copy of the GNU General Public License
- along with RuntimeBrowser (in a file called "COPYING.txt"); if not,
- write to the Free Software Foundation, Inc., 59 Temple Place, Suite 330,
- Boston, MA  02111-1307  USA
-
-
-
- diff --git a/PrivateFrameworks/PowerlogCore.framework/PLCoreStorage.h b/PrivateFrameworks/PowerlogCore.framework/PLCoreStorage.h index bfec288a79..f5caf8cc65 100644 --- a/PrivateFrameworks/PowerlogCore.framework/PLCoreStorage.h +++ b/PrivateFrameworks/PowerlogCore.framework/PLCoreStorage.h @@ -51,6 +51,7 @@ - (void).cxx_destruct; - (void)_updateEntry:(id)arg1 withBlock:(id /* block */)arg2; +- (void)addAggdModeKeys; - (id)aggregateEntriesForKey:(id)arg1 withBucketLength:(double)arg2 inTimeIntervalRange:(struct _PLTimeIntervalRange { double x1; double x2; })arg3; - (id)archivesResponder; - (id)blPathResponder; diff --git a/PrivateFrameworks/PowerlogCore.framework/PLDefaults.h b/PrivateFrameworks/PowerlogCore.framework/PLDefaults.h index d54697cbdd..31a77fe7cd 100644 --- a/PrivateFrameworks/PowerlogCore.framework/PLDefaults.h +++ b/PrivateFrameworks/PowerlogCore.framework/PLDefaults.h @@ -37,6 +37,7 @@ + (BOOL)objectExistsForKey:(id)arg1; + (id)objectForKey:(id)arg1; + (id)objectForKey:(id)arg1 forApplicationID:(id)arg2 synchronize:(BOOL)arg3; ++ (id)objectForKey:(id)arg1 ifNotSet:(id)arg2; + (id)objectForKey:(id)arg1 synchronize:(BOOL)arg2; + (void)resetUserDefaultCacheForKey:(id)arg1; + (void)resetUserDefaultCacheForKey:(id)arg1 forApplicationID:(id)arg2; @@ -48,6 +49,7 @@ + (void)setObject:(id)arg1 forKey:(id)arg2 forApplicationID:(id)arg3 saveToDisk:(BOOL)arg4; + (void)setObject:(id)arg1 forKey:(id)arg2 saveToDisk:(BOOL)arg3; + (id)sharedDefaults; ++ (BOOL)taskFlagSet; - (void).cxx_destruct; - (BOOL)debugEnabled; diff --git a/PrivateFrameworks/PowerlogCore.framework/PLMobileAssets.h b/PrivateFrameworks/PowerlogCore.framework/PLMobileAssets.h new file mode 100644 index 0000000000..8337070476 --- /dev/null +++ b/PrivateFrameworks/PowerlogCore.framework/PLMobileAssets.h @@ -0,0 +1,31 @@ +/* Generated by RuntimeBrowser + Image: /System/Library/PrivateFrameworks/PowerlogCore.framework/PowerlogCore + */ + +@interface PLMobileAssets : PLOperator { + NSNumber * _cachedAssetVersionNumber; + NSMutableDictionary * _mobileAssetCache; + PLStorageOperator * _storageOperator; +} + +@property (retain) NSNumber *cachedAssetVersionNumber; +@property (retain) NSMutableDictionary *mobileAssetCache; +@property PLStorageOperator *storageOperator; + ++ (id)objectForKey:(id)arg1; ++ (id)objectForKey:(id)arg1 ifNotSet:(id)arg2; ++ (void)setValue:(id)arg1 forKey:(id)arg2; ++ (id)sharedAssets; + +- (void).cxx_destruct; +- (id)cachedAssetVersionNumber; +- (id)init; +- (void)loadCurrentAssetFromDefaults; +- (id)mobileAssetCache; +- (void)queryMobileAssets; +- (void)setCachedAssetVersionNumber:(id)arg1; +- (void)setMobileAssetCache:(id)arg1; +- (void)setStorageOperator:(id)arg1; +- (id)storageOperator; + +@end diff --git a/PrivateFrameworks/PowerlogCore.framework/PLStorageOperator.h b/PrivateFrameworks/PowerlogCore.framework/PLStorageOperator.h index 5892713179..18fbc84097 100644 --- a/PrivateFrameworks/PowerlogCore.framework/PLStorageOperator.h +++ b/PrivateFrameworks/PowerlogCore.framework/PLStorageOperator.h @@ -7,6 +7,7 @@ + (id)entryEventForwardDefinitionActivityStates; + (id)entryEventForwardDefinitionConfiguration; + (id)entryEventForwardDefinitionSchemaChange; ++ (id)entryEventForwardDefinitionTaskingMode; + (id)entryEventForwardDefinitionTimeOffset; + (id)entryEventForwardDefinitions; + (id)entryEventIntervalDefinitionCacheSize; @@ -15,6 +16,7 @@ + (id)entryEventNoneDefinitions; + (id)entryEventPointDefinitionArchive; + (id)entryEventPointDefinitionCacheFlush; ++ (id)entryEventPointDefinitionMobileAssets; + (id)entryEventPointDefinitionOTA; + (id)entryEventPointDefinitionPLLog; + (id)entryEventPointDefinitionTimeCorrection; @@ -26,9 +28,11 @@ - (void)log; - (void)logEventForwardConfiguration:(id)arg1; - (void)logEventForwardSchemaChange:(id)arg1; +- (void)logEventForwardTaskingMode:(id)arg1; - (void)logEventForwardTimeOffset:(id)arg1; - (void)logEventPointArchive:(id)arg1; - (void)logEventPointCacheFlush:(id)arg1; +- (void)logEventPointMobileAssets:(id)arg1; - (void)logEventPointOTA:(id)arg1; - (void)logEventPointPLLog:(id)arg1; - (void)logEventPointTimeCorrection:(id)arg1; diff --git a/PrivateFrameworks/PowerlogCore.framework/PLSubmissions.h b/PrivateFrameworks/PowerlogCore.framework/PLSubmissions.h index 58d73a68c3..a62500b69e 100644 --- a/PrivateFrameworks/PowerlogCore.framework/PLSubmissions.h +++ b/PrivateFrameworks/PowerlogCore.framework/PLSubmissions.h @@ -3,30 +3,65 @@ */ @interface PLSubmissions : NSObject { + NSNumber * _capValue; PLSQLiteConnection * _connection; + NSString * _filterQuery; + NSString * _onDemandTasking; + NSNumber * _randomDelay; + NSString * _request; + NSString * _response; PLStorageOperator * _storageOperator; PLTimer * _watchdog; } +@property (retain) NSNumber *capValue; @property (retain) PLSQLiteConnection *connection; +@property (retain) NSString *filterQuery; +@property (retain) NSString *onDemandTasking; +@property (retain) NSNumber *randomDelay; +@property (retain) NSString *request; +@property (retain) NSString *response; @property PLStorageOperator *storageOperator; @property (retain) PLTimer *watchdog; + (id)sharedInstance; - (void).cxx_destruct; +- (id)capValue; +- (int)checkTaskingCompletionStatus; +- (void)clearAllTaskingDefaults; +- (void)clearOnDemandTaskingDefaults; +- (void)clearRemoteTaskingDefaults; - (id)connection; +- (void)filterAndSubmitAtStartDate:(id)arg1 withEndDate:(id)arg2; - (void)filterDatabaseAtPath:(id)arg1 withMaxOutputFileSize:(long long)arg2 removingTables:(id)arg3 hashingTableKeys:(id)arg4 usingTrimmingQueries:(id)arg5; +- (id)filterQuery; - (void)generateInternalOTASubmission; - (void)generateSubmissionWithPayload:(id)arg1; - (void)generateTaskedOTASubmission; - (id)init; +- (void)logTaskingStatus:(int)arg1 withAction:(int)arg2; +- (id)onDemandTasking; +- (id)randomDelay; +- (id)request; +- (id)response; +- (BOOL)runFilterQuery; +- (void)setCapValue:(id)arg1; - (void)setConnection:(id)arg1; +- (void)setFilterQuery:(id)arg1; +- (void)setOnDemandTasking:(id)arg1; +- (void)setRandomDelay:(id)arg1; +- (void)setRequest:(id)arg1; +- (void)setResponse:(id)arg1; - (void)setStorageOperator:(id)arg1; - (void)setWatchdog:(id)arg1; +- (BOOL)shouldTaskToday; - (void)startWatchdog; - (void)stopWatchdog; - (id)storageOperator; +- (BOOL)submitFile:(id)arg1; +- (void)taskingModeSafeguard; +- (void)trimAndSubmitCurrentLog:(id)arg1 atPath:(id)arg2; - (id)trimmingQueryForIndex:(int)arg1; - (id)watchdog; - (id)workQueue; diff --git a/PrivateFrameworks/PowerlogHelperdOperators.framework/PLApplicationAgent.h b/PrivateFrameworks/PowerlogHelperdOperators.framework/PLApplicationAgent.h index cca3c7d45f..d02eae764b 100644 --- a/PrivateFrameworks/PowerlogHelperdOperators.framework/PLApplicationAgent.h +++ b/PrivateFrameworks/PowerlogHelperdOperators.framework/PLApplicationAgent.h @@ -21,6 +21,7 @@ @property (retain) NSMutableSet *widgetPlugins; + (id)appNameForBundleID:(id)arg1; ++ (int)appTypeFromProxy:(id)arg1; + (id)defaults; + (id)entryAggregateDefinitionApplicationReason; + (id)entryAggregateDefinitions; diff --git a/PrivateFrameworks/PowerlogHelperdOperators.framework/PLBatteryAgent.h b/PrivateFrameworks/PowerlogHelperdOperators.framework/PLBatteryAgent.h index e106eb4b00..cd5496f48b 100644 --- a/PrivateFrameworks/PowerlogHelperdOperators.framework/PLBatteryAgent.h +++ b/PrivateFrameworks/PowerlogHelperdOperators.framework/PLBatteryAgent.h @@ -70,6 +70,7 @@ + (id)entryEventIntervalDefinitions; + (id)entryEventNoneDefinitionBatteryConfig; + (id)entryEventNoneDefinitions; ++ (id)entryEventPointDefinitionBatteryShutdown; + (id)entryEventPointDefinitionEAPencil; + (id)entryEventPointDefinitionGasGaugeReconnect; + (id)entryEventPointDefinitions; @@ -81,13 +82,17 @@ - (void)accessoryConnected:(id)arg1; - (void)accessoryDisconnected:(id)arg1; - (BOOL)allowGasGaugeRead; +- (bool)assetThresholdsChanged; - (id)batteryDischargeCurrentResponder; - (id)batteryInfoResponder; - (double)batteryLevelPercent; +- (int)batteryLifetimeUPOCount; - (id)batteryTemperatureResponder; - (id)canSleepEntryNotifications; - (id)canSleepSemaphore; - (void)cancelEALogging; +- (void)checkBatteryHealthForBUISuggestion:(id)arg1; +- (bool)clearBatteryShutdownData; - (void)dealloc; - (void)detectEAPencilConnectionWithNotification:(id)arg1; - (BOOL)deviceIsPluggedIn; @@ -101,6 +106,7 @@ - (BOOL)gasGaugeStopLoggingAndClose; - (id)gasGaugeTimer; - (id)getBaseIdentifierFromDevice:(id)arg1; +- (id)getBatteryShutdownData; - (id)getIOPSDevices; - (BOOL)givePluggedInFreePass; - (id)init; @@ -111,15 +117,22 @@ - (BOOL)isEABatteryConnectedNow; - (BOOL)isEAPencilConnectedNow; - (bool)isFirstTimeCheckingPingPong; +- (bool)isNewBattery:(id)arg1; - (bool)isPingPongCharging; +- (bool)isServiceBatteryDefaultSet; - (id)lastkIOPSAppleBatteryCaseCumulativeCurrentKey; - (void)log; +- (void)logBatteryConfigToAggd:(id)arg1; +- (void)logBatteryShutdownToAggd:(id)arg1; - (void)logEABatteryStatistics; - (void)logEventBackwardBattery; - (void)logEventIntervalGasGauge; +- (void)logEventNoneBatteryConfigWithRawData:(id)arg1; +- (void)logEventPointBatteryShutdown; - (int)priIOAccessoryPowerMode; - (double)rawBatteryVoltageVolt; - (void)refreshEABatteryStatus; +- (void)setAggdIntegerValueFromEntry:(id)arg1 forKey:(id)arg2 withPrefix:(id)arg3; - (void)setAllowGasGaugeRead:(BOOL)arg1; - (void)setBatteryDischargeCurrentResponder:(id)arg1; - (void)setBatteryInfoResponder:(id)arg1; @@ -138,6 +151,7 @@ - (void)setLastkIOPSAppleBatteryCaseCumulativeCurrentKey:(id)arg1; - (void)setPriIOAccessoryPowerMode:(int)arg1; - (void)setRawBatteryVoltageVolt:(double)arg1; +- (void)setServiceBatteryDefaults:(bool)arg1; - (void)setSignificantBatteryChangeTimer:(id)arg1; - (void)setTrackedAccessories:(id)arg1; - (void)setupEALogging; diff --git a/PrivateFrameworks/PowerlogHelperdOperators.framework/PLBatteryBreakdownService.h b/PrivateFrameworks/PowerlogHelperdOperators.framework/PLBatteryBreakdownService.h index 09805a2fea..4a599d9350 100644 --- a/PrivateFrameworks/PowerlogHelperdOperators.framework/PLBatteryBreakdownService.h +++ b/PrivateFrameworks/PowerlogHelperdOperators.framework/PLBatteryBreakdownService.h @@ -10,7 +10,6 @@ NSDictionary * _installedBundleIDToDisplayName; NSDictionary * _installedPluginBundleIDToPluginEntry; NSSet * _intermediateRootNodes; - NSSet * _internalAppNames; NSDictionary * _nodeIDToNodeName; NSSet * _nonAppNames; NSDictionary * _rootNodeNameToRootNodeEnergyKey; @@ -26,7 +25,6 @@ @property (nonatomic, retain) NSDictionary *installedBundleIDToDisplayName; @property (nonatomic, retain) NSDictionary *installedPluginBundleIDToPluginEntry; @property (nonatomic, retain) NSSet *intermediateRootNodes; -@property (nonatomic, retain) NSSet *internalAppNames; @property (nonatomic, retain) NSDictionary *nodeIDToNodeName; @property (nonatomic, retain) NSSet *nonAppNames; @property (nonatomic, retain) NSDictionary *rootNodeNameToRootNodeEnergyKey; @@ -66,7 +64,6 @@ - (id)installedBundleIDToDisplayName; - (id)installedPluginBundleIDToPluginEntry; - (id)intermediateRootNodes; -- (id)internalAppNames; - (id)mapCloudDocsToAppsWithEnergyEntries:(id)arg1; - (id)mapDeletedAppsWithEnergyEntries:(id)arg1; - (id)mapGizmoToAppsWithEnergyEntries:(id)arg1; @@ -90,7 +87,6 @@ - (void)setInstalledBundleIDToDisplayName:(id)arg1; - (void)setInstalledPluginBundleIDToPluginEntry:(id)arg1; - (void)setIntermediateRootNodes:(id)arg1; -- (void)setInternalAppNames:(id)arg1; - (void)setNodeIDToNodeName:(id)arg1; - (void)setNonAppNames:(id)arg1; - (void)setRootNodeNameToRootNodeEnergyKey:(id)arg1; diff --git a/PrivateFrameworks/PowerlogHelperdOperators.framework/PLProcessMonitorAgent.h b/PrivateFrameworks/PowerlogHelperdOperators.framework/PLProcessMonitorAgent.h index a8322a2cbc..faf416b859 100644 --- a/PrivateFrameworks/PowerlogHelperdOperators.framework/PLProcessMonitorAgent.h +++ b/PrivateFrameworks/PowerlogHelperdOperators.framework/PLProcessMonitorAgent.h @@ -29,6 +29,7 @@ + (id)entryEventForwardDefinitions; + (id)entryEventForwardProcessID; + (id)entryEventIntervalDefinitionProcessMonitorDiff; ++ (id)entryEventIntervalDefinitionQoSUsage; + (id)entryEventIntervalDefinitions; + (id)entryEventNoneDefinitions; + (id)entryEventPointDefinitions; @@ -40,7 +41,9 @@ - (id)batteryLevelChanged; - (id)currentCachedDate; - (double)currentCachedTotalCPUTime; +- (void)debugProcessMonitorAgent; - (id)eventForwardProcessIDForPID:(int)arg1; +- (void)fillQoSTime:(unsigned long long)arg1 withEntry:(id)arg2 withCPUTimeKey:(id)arg3 withCPUTimeDiffKey:(id)arg4; - (BOOL)firstBoot; - (void)getCpuUsageForPid:(int)arg1 withBuffer:(void*)arg2 withNewProcessArray:(id)arg3 withTotalCpu:(double*)arg4 withActiveProcesses:(id)arg5; - (id)init; diff --git a/PrivateFrameworks/PowerlogHelperdOperators.framework/PLUtilities.h b/PrivateFrameworks/PowerlogHelperdOperators.framework/PLUtilities.h index f9ed3479b4..ba7c64fcbc 100644 --- a/PrivateFrameworks/PowerlogHelperdOperators.framework/PLUtilities.h +++ b/PrivateFrameworks/PowerlogHelperdOperators.framework/PLUtilities.h @@ -23,6 +23,7 @@ + (void)dispatchSyncWithoutDeadlockOnQueue:(id)arg1 withBlock:(id /* block */)arg2; + (unsigned long long)dispatchTimeInSeconds:(double)arg1; + (void)exitWithReason:(short)arg1; ++ (void)exitWithReasonSync:(short)arg1; + (id)extractDateStringAndUUIDStringFromFilePath:(id)arg1; + (BOOL)gasGaugeEnabled; + (int)getCameraTypeOfDevice; @@ -54,6 +55,7 @@ + (BOOL)isPowerlogHelperd; + (BOOL)isSiriEnabled; + (BOOL)isSoCClass:(int)arg1; ++ (BOOL)isTaskMode; + (BOOL)isTorchClass:(int)arg1; + (BOOL)isValidString:(id)arg1; + (BOOL)isVrrSupported; diff --git a/PrivateFrameworks/PowerlogLiteOperators.framework/KCellularTdsRrcState.h b/PrivateFrameworks/PowerlogLiteOperators.framework/KCellularTdsRrcState.h index 11a1906909..d2b316a69a 100644 --- a/PrivateFrameworks/PowerlogLiteOperators.framework/KCellularTdsRrcState.h +++ b/PrivateFrameworks/PowerlogLiteOperators.framework/KCellularTdsRrcState.h @@ -9,9 +9,9 @@ unsigned int prevStateDurMs : 1; unsigned int rrcState : 1; } _has; - unsigned int _newRrcState; + int _newRrcState; unsigned int _prevStateDurMs; - unsigned int _rrcState; + int _rrcState; unsigned long long _timestamp; } @@ -19,9 +19,9 @@ @property (nonatomic) BOOL hasPrevStateDurMs; @property (nonatomic) BOOL hasRrcState; @property (nonatomic) BOOL hasTimestamp; -@property (nonatomic) unsigned int newRrcState; +@property (nonatomic) int newRrcState; @property (nonatomic) unsigned int prevStateDurMs; -@property (nonatomic) unsigned int rrcState; +@property (nonatomic) int rrcState; @property (nonatomic) unsigned long long timestamp; - (void)copyTo:(id)arg1; @@ -35,17 +35,17 @@ - (unsigned int)hash; - (BOOL)isEqual:(id)arg1; - (void)mergeFrom:(id)arg1; -- (unsigned int)newRrcState; +- (int)newRrcState; - (unsigned int)prevStateDurMs; - (BOOL)readFrom:(id)arg1; -- (unsigned int)rrcState; +- (int)rrcState; - (void)setHasNewRrcState:(BOOL)arg1; - (void)setHasPrevStateDurMs:(BOOL)arg1; - (void)setHasRrcState:(BOOL)arg1; - (void)setHasTimestamp:(BOOL)arg1; -- (void)setNewRrcState:(unsigned int)arg1; +- (void)setNewRrcState:(int)arg1; - (void)setPrevStateDurMs:(unsigned int)arg1; -- (void)setRrcState:(unsigned int)arg1; +- (void)setRrcState:(int)arg1; - (void)setTimestamp:(unsigned long long)arg1; - (unsigned long long)timestamp; - (void)writeTo:(id)arg1; diff --git a/PrivateFrameworks/PowerlogLiteOperators.framework/PLColorAgent.h b/PrivateFrameworks/PowerlogLiteOperators.framework/PLColorAgent.h new file mode 100644 index 0000000000..8ded12865f --- /dev/null +++ b/PrivateFrameworks/PowerlogLiteOperators.framework/PLColorAgent.h @@ -0,0 +1,40 @@ +/* Generated by RuntimeBrowser + Image: /System/Library/PrivateFrameworks/PowerlogLiteOperators.framework/PowerlogLiteOperators + */ + +@interface PLColorAgent : PLAgent { + PLTimer * _colorAgentTimer; + BOOL _displayActive; + PLEntryNotificationOperatorComposition * _displayOffNotification; + PLEntryNotificationOperatorComposition * _displayOnNotification; +} + +@property (retain) PLTimer *colorAgentTimer; +@property BOOL displayActive; +@property (retain) PLEntryNotificationOperatorComposition *displayOffNotification; +@property (retain) PLEntryNotificationOperatorComposition *displayOnNotification; + ++ (id)entryAggregateDefinitions; ++ (id)entryEventBackwardDefinitions; ++ (id)entryEventForwardDefinitions; ++ (id)entryEventNoneDefinitions; ++ (id)entryEventPointDefinitions; ++ (id)entryEventPointRGBEvent; ++ (void)load; + +- (void).cxx_destruct; +- (void)captureScreenPixelValues; +- (id)colorAgentTimer; +- (void)dealloc; +- (BOOL)displayActive; +- (id)displayOffNotification; +- (id)displayOnNotification; +- (id)init; +- (void)initOperatorDependancies; +- (void)logEventPointColorEval:(unsigned char)arg1 withG:(unsigned char)arg2 withB:(unsigned char)arg3 withInvR:(unsigned char)arg4 withInvG:(unsigned char)arg5 withInvB:(unsigned char)arg6; +- (void)setColorAgentTimer:(id)arg1; +- (void)setDisplayActive:(BOOL)arg1; +- (void)setDisplayOffNotification:(id)arg1; +- (void)setDisplayOnNotification:(id)arg1; + +@end diff --git a/PrivateFrameworks/PowerlogLiteOperators.framework/PLIOReportAgent.h b/PrivateFrameworks/PowerlogLiteOperators.framework/PLIOReportAgent.h index fe87e2adc7..5be28a20dd 100644 --- a/PrivateFrameworks/PowerlogLiteOperators.framework/PLIOReportAgent.h +++ b/PrivateFrameworks/PowerlogLiteOperators.framework/PLIOReportAgent.h @@ -27,6 +27,23 @@ + (id)entryEventBackwardDefinitionCLPCStatsCounters; + (id)entryEventBackwardDefinitionCLPCStatsFrameRateHistogram; + (id)entryEventBackwardDefinitionCLPCStatsLeadingController; ++ (id)entryEventBackwardDefinitionCLPCStatsOnCoreTimeKernel; ++ (id)entryEventBackwardDefinitionCLPCStatsOnCoreTimeQoS0; ++ (id)entryEventBackwardDefinitionCLPCStatsOnCoreTimeQoS1; ++ (id)entryEventBackwardDefinitionCLPCStatsOnCoreTimeQoS2; ++ (id)entryEventBackwardDefinitionCLPCStatsOnCoreTimeQoS3; ++ (id)entryEventBackwardDefinitionCLPCStatsOnCoreTimeQoS4; ++ (id)entryEventBackwardDefinitionCLPCStatsOnCoreTimeQoS5; ++ (id)entryEventBackwardDefinitionCLPCStatsOnCoreTimeQoS6; ++ (id)entryEventBackwardDefinitionCLPCStatsSchedulerQuantumEnergyKernel; ++ (id)entryEventBackwardDefinitionCLPCStatsSchedulerQuantumEnergyQoS0; ++ (id)entryEventBackwardDefinitionCLPCStatsSchedulerQuantumEnergyQoS1; ++ (id)entryEventBackwardDefinitionCLPCStatsSchedulerQuantumEnergyQoS2; ++ (id)entryEventBackwardDefinitionCLPCStatsSchedulerQuantumEnergyQoS3; ++ (id)entryEventBackwardDefinitionCLPCStatsSchedulerQuantumEnergyQoS4; ++ (id)entryEventBackwardDefinitionCLPCStatsSchedulerQuantumEnergyQoS5; ++ (id)entryEventBackwardDefinitionCLPCStatsSchedulerQuantumEnergyQoS6; ++ (id)entryEventBackwardDefinitionCLPCStatsSchedulingLatencyKernel; + (id)entryEventBackwardDefinitionCLPCStatsSchedulingLatencyQoS0; + (id)entryEventBackwardDefinitionCLPCStatsSchedulingLatencyQoS1; + (id)entryEventBackwardDefinitionCLPCStatsSchedulingLatencyQoS2; @@ -56,11 +73,13 @@ + (id)entryEventBackwardDefinitionIOReport; + (id)entryEventBackwardDefinitionMesaMesaPowerState; + (id)entryEventBackwardDefinitionMultitouch; ++ (id)entryEventBackwardDefinitionMultitouchHighLevelStats; + (id)entryEventBackwardDefinitionOscarPlatformevents; + (id)entryEventBackwardDefinitionOscarPlatformpowerstate; + (id)entryEventBackwardDefinitionOscarSensorevents; + (id)entryEventBackwardDefinitionOscarSensorpowerstate; + (id)entryEventBackwardDefinitionSoCStatsDeviceStates; ++ (id)entryEventBackwardDefinitionSoCStatsEvents; + (id)entryEventBackwardDefinitionSoCStatsH6PMGRCounters; + (id)entryEventBackwardDefinitionSoCStatsH7PMGRCounters; + (id)entryEventBackwardDefinitionSoCStatsVoltageDomainPerformanceStates; diff --git a/PrivateFrameworks/Preferences.framework/PSCapabilityManager.h b/PrivateFrameworks/Preferences.framework/PSCapabilityManager.h new file mode 100644 index 0000000000..de707325ba --- /dev/null +++ b/PrivateFrameworks/Preferences.framework/PSCapabilityManager.h @@ -0,0 +1,33 @@ +/* Generated by RuntimeBrowser + Image: /System/Library/PrivateFrameworks/Preferences.framework/Preferences + */ + +@interface PSCapabilityManager : NSObject { + NSMutableDictionary * _overrides; +} + +@property (nonatomic, retain) NSMutableDictionary *overrides; + ++ (id)sharedManager; + +- (void).cxx_destruct; +- (id)applicationDisplayIdentifiers; +- (id)capabilityAnswer:(id)arg1; +- (bool)capabilityBoolAnswer:(id)arg1; +- (bool)hasCapabilities:(id)arg1; +- (id)init; +- (id)overrides; +- (id)preferencesCapabilityAnswer:(id)arg1; +- (void)resetOverrides; +- (void)setOverrideValue:(id)arg1 forKey:(id)arg2; +- (void)setOverrides:(id)arg1; +- (id)supportsAutoWhiteBalanceCapability; +- (id)supportsDisplayZoomCapability; +- (id)supportsEmergencySOSCapability; +- (id)supportsEmergencySOSSelectableNumberOfClicksCapability; +- (id)supportsInEDUModeCapability; +- (id)supportsInStoreDemoModeCapability; +- (id)supportsNightShiftCapability; +- (id)supportsRaiseToWakeCapability; + +@end diff --git a/PrivateFrameworks/Preferences.framework/PSFooterHyperlinkView.h b/PrivateFrameworks/Preferences.framework/PSFooterHyperlinkView.h index 103664a117..5f2bf782e5 100644 --- a/PrivateFrameworks/Preferences.framework/PSFooterHyperlinkView.h +++ b/PrivateFrameworks/Preferences.framework/PSFooterHyperlinkView.h @@ -5,6 +5,7 @@ @interface PSFooterHyperlinkView : UIView { NSURL * _URL; SEL _action; + UIImageView * _iconView; struct _NSRange { unsigned int location; unsigned int length; @@ -19,6 +20,7 @@ @property (readonly, copy) NSString *debugDescription; @property (readonly, copy) NSString *description; @property (readonly) unsigned int hash; +@property (retain) UIImageView *iconView; @property struct _NSRange { unsigned int x1; unsigned int x2; } linkRange; @property (readonly) Class superclass; @property id target; @@ -28,11 +30,13 @@ - (id)URL; - (void)_linkify; - (SEL)action; +- (id)iconView; - (id)initWithSpecifier:(id)arg1; - (void)layoutSubviews; - (struct _NSRange { unsigned int x1; unsigned int x2; })linkRange; - (float)preferredHeightForWidth:(float)arg1; - (void)setAction:(SEL)arg1; +- (void)setIconView:(id)arg1; - (void)setLinkRange:(struct _NSRange { unsigned int x1; unsigned int x2; })arg1; - (void)setTarget:(id)arg1; - (void)setText:(id)arg1; diff --git a/PrivateFrameworks/Preferences.framework/PSListController.h b/PrivateFrameworks/Preferences.framework/PSListController.h index 400d915010..7740ba648d 100644 --- a/PrivateFrameworks/Preferences.framework/PSListController.h +++ b/PrivateFrameworks/Preferences.framework/PSListController.h @@ -78,6 +78,7 @@ @property (nonatomic, retain) NSDictionary *pendingURLResourceDictionary; @property (nonatomic, retain) UIColor *segmentedSliderTrackColor; @property (nonatomic, retain) UIColor *separatorColor; +@property (nonatomic, retain) *specifierDataSource; @property (nonatomic, copy) NSString *specifierIDPendingPush; @property (readonly) Class superclass; @property (nonatomic, retain) UIColor *textColor; @@ -164,6 +165,8 @@ - (BOOL)getGroup:(int*)arg1 row:(int*)arg2 ofSpecifier:(id)arg3; - (BOOL)getGroup:(int*)arg1 row:(int*)arg2 ofSpecifierAtIndex:(int)arg3; - (BOOL)getGroup:(int*)arg1 row:(int*)arg2 ofSpecifierID:(id)arg3; +- (id)getGroupSpecifierForSpecifier:(id)arg1; +- (id)getGroupSpecifierForSpecifierID:(id)arg1; - (BOOL)handlePendingURL; - (void)handleURL:(id)arg1; - (void)highlightSpecifierWithID:(id)arg1; @@ -265,6 +268,7 @@ - (void)setSegmentedSliderTrackColor:(id)arg1; - (void)setSeparatorColor:(id)arg1; - (void)setSpecifier:(id)arg1; +- (void)setSpecifierDataSource:(id)arg1; - (void)setSpecifierID:(id)arg1; - (void)setSpecifierIDPendingPush:(id)arg1; - (void)setSpecifiers:(id)arg1; diff --git a/PrivateFrameworks/PreferencesUI.framework/PSUIControlCenterListController.h b/PrivateFrameworks/PreferencesUI.framework/PSUIControlCenterListController.h index 9f2e17d834..c706bff6ff 100644 --- a/PrivateFrameworks/PreferencesUI.framework/PSUIControlCenterListController.h +++ b/PrivateFrameworks/PreferencesUI.framework/PSUIControlCenterListController.h @@ -2,7 +2,14 @@ Image: /System/Library/PrivateFrameworks/PreferencesUI.framework/PreferencesUI */ -@interface PSUIControlCenterListController : PSListController +@interface PSUIControlCenterListController : PSListController + +@property (readonly, copy) NSString *debugDescription; +@property (readonly, copy) NSString *description; +@property (readonly) unsigned int hash; +@property (readonly) Class superclass; + ++ (id)booleanCapabilitiesToTest; - (id)allowedWithinApps:(id)arg1; - (void)dealloc; diff --git a/PrivateFrameworks/PreferencesUI.framework/PSUIDisplayController.h b/PrivateFrameworks/PreferencesUI.framework/PSUIDisplayController.h index 8824cdf2c0..2f94471782 100644 --- a/PrivateFrameworks/PreferencesUI.framework/PSUIDisplayController.h +++ b/PrivateFrameworks/PreferencesUI.framework/PSUIDisplayController.h @@ -2,7 +2,7 @@ Image: /System/Library/PrivateFrameworks/PreferencesUI.framework/PreferencesUI */ -@interface PSUIDisplayController : PSListController { +@interface PSUIDisplayController : PSListController { NSDictionary * _autoLockTitleDictionary; NSArray * _autoLockValues; CBClient * _brightnessClient; @@ -10,6 +10,13 @@ NSDateFormatter * _timeFormatter; } +@property (readonly, copy) NSString *debugDescription; +@property (readonly, copy) NSString *description; +@property (readonly) unsigned int hash; +@property (readonly) Class superclass; + ++ (id)booleanCapabilitiesToTest; + - (void).cxx_destruct; - (void)_cleanupTransactionRef; - (void)_localizeAutoLockTitles; @@ -42,7 +49,6 @@ - (void)setScreenLock:(id)arg1 specifier:(id)arg2; - (BOOL)shouldShowAutoLock; - (BOOL)shouldShowCaseLockOption; -- (BOOL)shouldShowRaiseToWake; - (void)showAlertToDisableAccessibilityFilters:(id /* block */)arg1 cancel:(id /* block */)arg2; - (id)specifiers; - (void)updateAutoLockSpecifier; diff --git a/PrivateFrameworks/PreferencesUI.framework/PSUIDoNotDisturbDataSource.h b/PrivateFrameworks/PreferencesUI.framework/PSUIDoNotDisturbDataSource.h index 7b48b6219c..268cbf55e8 100644 --- a/PrivateFrameworks/PreferencesUI.framework/PSUIDoNotDisturbDataSource.h +++ b/PrivateFrameworks/PreferencesUI.framework/PSUIDoNotDisturbDataSource.h @@ -2,11 +2,17 @@ Image: /System/Library/PrivateFrameworks/PreferencesUI.framework/PreferencesUI */ -@interface PSUIDoNotDisturbDataSource : PSSpecifierDataSource { +@interface PSUIDoNotDisturbDataSource : PSSpecifierDataSource { PSSpecifier * _dndRangeSpec; } +@property (readonly, copy) NSString *debugDescription; +@property (readonly, copy) NSString *description; @property (nonatomic, retain) PSSpecifier *dndRangeSpec; +@property (readonly) unsigned int hash; +@property (readonly) Class superclass; + ++ (id)booleanCapabilitiesToTest; - (void).cxx_destruct; - (id)_allowedGroupsFooterText; diff --git a/PrivateFrameworks/PreferencesUI.framework/PSUIEmergencySOSController.h b/PrivateFrameworks/PreferencesUI.framework/PSUIEmergencySOSController.h new file mode 100644 index 0000000000..6708c7f0e4 --- /dev/null +++ b/PrivateFrameworks/PreferencesUI.framework/PSUIEmergencySOSController.h @@ -0,0 +1,44 @@ +/* Generated by RuntimeBrowser + Image: /System/Library/PrivateFrameworks/PreferencesUI.framework/PreferencesUI + */ + +@interface PSUIEmergencySOSController : PSListController { + PSSpecifier * _clicksRadioGroup; + SOSContactsManager * _contactsManager; + PSSpecifier * _emergencyContactsGroup; + PSSpecifier * _fiveClicksSpecifier; + PSSpecifier * _openHealthButton; + PSSpecifier * _stopSharingButton; + PSSpecifier * _stopSharingGroup; + PSSpecifier * _threeClicksSpecifier; +} + +@property (readonly, copy) NSString *debugDescription; +@property (readonly, copy) NSString *description; +@property (readonly) unsigned int hash; +@property (readonly) Class superclass; + ++ (id)booleanCapabilitiesToTest; + +- (void).cxx_destruct; +- (id)contactNumberForContactSpecifier:(id)arg1; +- (void)dealloc; +- (id)emergencySOSEnabled:(id)arg1; +- (id)emergencySOSSoundEnabled:(id)arg1; +- (void)handleSendingLocationChanged; +- (void)handleSosContactsChanged; +- (id)initWithNibName:(id)arg1 bundle:(id)arg2; +- (unsigned int)numberOfClicksForSOS; +- (void)openHealthApp:(id)arg1; +- (void)openPrivacy:(id)arg1; +- (void)reloadEmergencyContactsAnimated:(BOOL)arg1; +- (void)reloadSOSFooterAnimated:(BOOL)arg1; +- (void)reloadStopSharingGroupAnimated:(BOOL)arg1; +- (void)setEmergencySOSEnabled:(id)arg1 forSpecifier:(id)arg2; +- (void)setEmergencySOSSoundEnabled:(id)arg1 forSpecifier:(id)arg2; +- (id)specifiers; +- (void)stopSharingLocation:(id)arg1; +- (id)tableView:(id)arg1 cellForRowAtIndexPath:(id)arg2; +- (void)tableView:(id)arg1 didSelectRowAtIndexPath:(id)arg2; + +@end diff --git a/PrivateFrameworks/PreferencesUI.framework/PSUIGeneralController.h b/PrivateFrameworks/PreferencesUI.framework/PSUIGeneralController.h index 2e2dab17d4..bfbf6e6479 100644 --- a/PrivateFrameworks/PreferencesUI.framework/PSUIGeneralController.h +++ b/PrivateFrameworks/PreferencesUI.framework/PSUIGeneralController.h @@ -2,7 +2,7 @@ Image: /System/Library/PrivateFrameworks/PreferencesUI.framework/PreferencesUI */ -@interface PSUIGeneralController : PSListController { +@interface PSUIGeneralController : PSListController { CRCarPlayPreferences * _carPreferences; PSUITVOutManager * _tvOutManager; PSSpecifier * _tvOutSpecifier; @@ -15,6 +15,8 @@ @property (readonly) unsigned int hash; @property (readonly) Class superclass; ++ (id)booleanCapabilitiesToTest; + - (void).cxx_destruct; - (id)EDGEEnabled:(id)arg1; - (BOOL)_hasCarPlayContent; diff --git a/PrivateFrameworks/PreferencesUI.framework/PSUIPrefsListController.h b/PrivateFrameworks/PreferencesUI.framework/PSUIPrefsListController.h index 2659f4de6e..c35463b600 100644 --- a/PrivateFrameworks/PreferencesUI.framework/PSUIPrefsListController.h +++ b/PrivateFrameworks/PreferencesUI.framework/PSUIPrefsListController.h @@ -122,7 +122,7 @@ - (BOOL)isSpecifierHiddenDueToRestrictions:(id)arg1; - (void)lazyLoadSpecialBundleForSpecifier:(id)arg1; - (void)loadPPTTestSpecifiers:(int)arg1; -- (void)loadThirdPartySpecifierForBundleID:(id)arg1; +- (void)loadThirdPartySpecifierIfNeededForBundleID:(id)arg1; - (void)networkChanged; - (id)passbookSpecifier; - (id)phoneStatusForSpecifier:(id)arg1; diff --git a/PrivateFrameworks/PreferencesUI.framework/PSUIPrivacyController.h b/PrivateFrameworks/PreferencesUI.framework/PSUIPrivacyController.h index edfa0ee46f..2d16d56546 100644 --- a/PrivateFrameworks/PreferencesUI.framework/PSUIPrivacyController.h +++ b/PrivateFrameworks/PreferencesUI.framework/PSUIPrivacyController.h @@ -2,11 +2,17 @@ Image: /System/Library/PrivateFrameworks/PreferencesUI.framework/PreferencesUI */ -@interface PSUIPrivacyController : PSListController { +@interface PSUIPrivacyController : PSListController { ACAccountStore * _accountStore; PSSpecifier * _locationSpecifier; } +@property (readonly, copy) NSString *debugDescription; +@property (readonly, copy) NSString *description; +@property (readonly) unsigned int hash; +@property (readonly) Class superclass; + ++ (id)booleanCapabilitiesToTest; + (void)formatSearchEntries:(id)arg1 parent:(id)arg2; - (void).cxx_destruct; diff --git a/PrivateFrameworks/PreferencesUI.framework/PSUISoundsPrefController.h b/PrivateFrameworks/PreferencesUI.framework/PSUISoundsPrefController.h index 77a20ca7ea..f18ccdb591 100644 --- a/PrivateFrameworks/PreferencesUI.framework/PSUISoundsPrefController.h +++ b/PrivateFrameworks/PreferencesUI.framework/PSUISoundsPrefController.h @@ -2,7 +2,7 @@ Image: /System/Library/PrivateFrameworks/PreferencesUI.framework/PreferencesUI */ -@interface PSUISoundsPrefController : PSListController { +@interface PSUISoundsPrefController : PSListController { BOOL _hasTelephony; int _lastPlayedSound; double _lastTime; @@ -13,6 +13,13 @@ BOOL _volumeHUDSupressed; } +@property (readonly, copy) NSString *debugDescription; +@property (readonly, copy) NSString *description; +@property (readonly) unsigned int hash; +@property (readonly) Class superclass; + ++ (id)booleanCapabilitiesToTest; + - (void).cxx_destruct; - (BOOL)_canChangeRingtoneWithButtons; - (int)_deviceType; diff --git a/PrivateFrameworks/PreferencesUI.framework/SOSAboutController.h b/PrivateFrameworks/PreferencesUI.framework/SOSAboutController.h new file mode 100644 index 0000000000..a762f2bb7b --- /dev/null +++ b/PrivateFrameworks/PreferencesUI.framework/SOSAboutController.h @@ -0,0 +1,10 @@ +/* Generated by RuntimeBrowser + Image: /System/Library/PrivateFrameworks/PreferencesUI.framework/PreferencesUI + */ + +@interface SOSAboutController : UIViewController + +- (void)donePressed; +- (id)initWithTitle:(id)arg1 content:(id)arg2; + +@end diff --git a/PrivateFrameworks/ProactiveExperts.framework/PEXConnectionsParameters.h b/PrivateFrameworks/ProactiveExperts.framework/PEXConnectionsParameters.h index f0f0c0e1bb..305de3eebd 100644 --- a/PrivateFrameworks/ProactiveExperts.framework/PEXConnectionsParameters.h +++ b/PrivateFrameworks/ProactiveExperts.framework/PEXConnectionsParameters.h @@ -4,6 +4,7 @@ @interface PEXConnectionsParameters : NSObject { NSDictionary * _assets; + NSObject * _queue; } + (id)sharedInstance; diff --git a/PrivateFrameworks/ProtocolBuffer.framework/PBCodable.h b/PrivateFrameworks/ProtocolBuffer.framework/PBCodable.h index 30f56d7131..d604107ab9 100644 --- a/PrivateFrameworks/ProtocolBuffer.framework/PBCodable.h +++ b/PrivateFrameworks/ProtocolBuffer.framework/PBCodable.h @@ -37,11 +37,6 @@ - (void)sqliteBind:(struct sqlite3_stmt { }*)arg1 index:(int)arg2; -// Image: /System/Library/PrivateFrameworks/CloudKitDaemon.framework/CloudKitDaemon - -- (void)_CKLogToFileHandle:(id)arg1 atDepth:(int)arg2; -- (BOOL)_hasIvar:(struct objc_ivar { }*)arg1; - // Image: /System/Library/PrivateFrameworks/CloudPhotoLibrary.framework/CloudPhotoLibrary - (id)initWithCPLArchiver:(id)arg1; diff --git a/PrivateFrameworks/RemoteUI.framework/RUITableViewRow.h b/PrivateFrameworks/RemoteUI.framework/RUITableViewRow.h index e6e1ca9957..7e05b63591 100644 --- a/PrivateFrameworks/RemoteUI.framework/RUITableViewRow.h +++ b/PrivateFrameworks/RemoteUI.framework/RUITableViewRow.h @@ -10,6 +10,7 @@ NSDate * _date; NSDate * _dateMax; NSDate * _dateMin; + NSDateFormatter * _datePickerFormatter; int _datePickerMode; * _delegate; NSDictionary * _deleteAction; @@ -70,6 +71,7 @@ - (id)control; - (id)data; - (id)date; +- (id)dateFormatterCalendarIdentifier; - (id)dateMax; - (id)dateMin; - (int)datePickerMode; diff --git a/PrivateFrameworks/ResponseKit.framework/RKAssets.h b/PrivateFrameworks/ResponseKit.framework/RKAssets.h index 0100956779..961b6a5c2d 100644 --- a/PrivateFrameworks/ResponseKit.framework/RKAssets.h +++ b/PrivateFrameworks/ResponseKit.framework/RKAssets.h @@ -8,6 +8,7 @@ + (id)appreciationKeywords; + (id)categoryKeywordMap; + (id)constantClasses; ++ (id)contractedResponses; + (id)fixedPhrases; + (id)localizedStrings; + (id)momentsPhrases; diff --git a/PrivateFrameworks/ResponseKit.framework/RKMessageClassifier.h b/PrivateFrameworks/ResponseKit.framework/RKMessageClassifier.h index 54ca0b0c0c..c12047b6fb 100644 --- a/PrivateFrameworks/ResponseKit.framework/RKMessageClassifier.h +++ b/PrivateFrameworks/ResponseKit.framework/RKMessageClassifier.h @@ -5,5 +5,7 @@ @interface RKMessageClassifier : NSObject + (id)messageClassification:(id)arg1 withLanguageIdentifier:(id)arg2; ++ (id)preferredLanguages; ++ (void)setPreferredLanguages:(id)arg1; @end diff --git a/PrivateFrameworks/ResponseKit.framework/RKMessageResponseManager.h b/PrivateFrameworks/ResponseKit.framework/RKMessageResponseManager.h index ad88436842..179a4dbd8d 100644 --- a/PrivateFrameworks/ResponseKit.framework/RKMessageResponseManager.h +++ b/PrivateFrameworks/ResponseKit.framework/RKMessageResponseManager.h @@ -5,10 +5,12 @@ @interface RKMessageResponseManager : NSObject { RKResponseCollection * _collection; NSObject * _dispatchQueue; + NSArray * _preferredLanguages; } @property (retain) RKResponseCollection *collection; @property (retain) NSObject *dispatchQueue; +@property (nonatomic, retain) NSArray *preferredLanguages; + (id)sharedManager; @@ -21,6 +23,7 @@ - (id)initWithDynamicDataURL:(id)arg1; - (id)initWithDynamicDataURL:(id)arg1 displayStringsProvider:(id)arg2; - (id)initWithDynamicDataURL:(id)arg1 withBundleURL:(id)arg2; +- (id)preferredLanguages; - (void)registerResponse:(id)arg1 forMessage:(id)arg2 forContext:(id)arg3 withEffectiveDate:(id)arg4 withLanguage:(id)arg5; - (void)registerResponse:(id)arg1 forMessage:(id)arg2 forContext:(id)arg3 withLanguage:(id)arg4; - (void)resetRegisteredResponses; @@ -32,5 +35,6 @@ - (id)responsesForMessageWithLanguageDetectionImp:(id)arg1 maximumResponses:(unsigned int)arg2 forContext:(id)arg3 withLanguage:(id*)arg4 options:(unsigned int)arg5; - (void)setCollection:(id)arg1; - (void)setDispatchQueue:(id)arg1; +- (void)setPreferredLanguages:(id)arg1; @end diff --git a/PrivateFrameworks/ResponseKit.framework/RKProactiveGrammar.h b/PrivateFrameworks/ResponseKit.framework/RKProactiveGrammar.h index 51b03aeecf..19d025eb37 100644 --- a/PrivateFrameworks/ResponseKit.framework/RKProactiveGrammar.h +++ b/PrivateFrameworks/ResponseKit.framework/RKProactiveGrammar.h @@ -8,6 +8,7 @@ + (id)getOTAPathForRKBundle:(id)arg1; + (id)sharedManager; +- (void*)chineseTokenizer; - (id)copyAttributedTokenForText:(id)arg1 forLanguage:(id)arg2; - (id)copyAttributedTokenForText:(id)arg1 forLanguageModel:(void*)arg2 withLanguageCode:(id)arg3; - (void)dealloc; diff --git a/PrivateFrameworks/ResponseKit.framework/RKUtilities.h b/PrivateFrameworks/ResponseKit.framework/RKUtilities.h index 9adb0ad26c..7fb1af59df 100644 --- a/PrivateFrameworks/ResponseKit.framework/RKUtilities.h +++ b/PrivateFrameworks/ResponseKit.framework/RKUtilities.h @@ -8,6 +8,7 @@ + (id)normalizeForPersonalization:(id)arg1; + (BOOL)prefixInArray:(id)arg1 withArray:(id)arg2; + (id)removeEmoji:(id)arg1; ++ (id)removeMultipleWhitespaces:(id)arg1; + (id)stripDiacritics:(id)arg1; + (id)stripEmojiSkinTones:(id)arg1; + (id)stripPunctuations:(id)arg1; diff --git a/PrivateFrameworks/SAObjects.framework/AceObject.h b/PrivateFrameworks/SAObjects.framework/AceObject.h index 701974beef..06674241c2 100644 --- a/PrivateFrameworks/SAObjects.framework/AceObject.h +++ b/PrivateFrameworks/SAObjects.framework/AceObject.h @@ -81,6 +81,7 @@ - (id)af_dialogIdentifier; - (BOOL)af_isUserUtterance; - (BOOL)af_isUtterance; +- (id)af_text; // Image: /System/Library/PrivateFrameworks/AssistantUI.framework/AssistantUI diff --git a/PrivateFrameworks/SAObjects.framework/SABaseCommand.h b/PrivateFrameworks/SAObjects.framework/SABaseCommand.h index 1a10a2c0fc..3881ef8a7a 100644 --- a/PrivateFrameworks/SAObjects.framework/SABaseCommand.h +++ b/PrivateFrameworks/SAObjects.framework/SABaseCommand.h @@ -28,6 +28,8 @@ - (void)siriCore_addSendCompletion:(id /* block */)arg1; - (BOOL)siriCore_bufferingAllowedDuringActiveSession; - (void)siriCore_dispatchSendCompletionsWithResult:(int)arg1 error:(id)arg2; +- (BOOL)siriCore_isRestartable; +- (BOOL)siriCore_isRetryable; - (void)siriCore_logDiagnostics; - (id)siriCore_serializedAceDataError:(id*)arg1; - (BOOL)siriCore_supportsSendCompletions; diff --git a/PrivateFrameworks/SAObjects.framework/SAFetchActivityStream.h b/PrivateFrameworks/SAObjects.framework/SAFetchActivityStream.h index 338f67caf1..c6b9393118 100644 --- a/PrivateFrameworks/SAObjects.framework/SAFetchActivityStream.h +++ b/PrivateFrameworks/SAObjects.framework/SAFetchActivityStream.h @@ -5,8 +5,10 @@ @interface SAFetchActivityStream : SABaseClientBoundCommand @property (nonatomic, copy) NSString *activityType; +@property (nonatomic) BOOL ascending; @property (nonatomic, copy) NSDate *fromDate; @property (nonatomic, copy) NSNumber *limit; +@property (nonatomic, copy) NSString *sortBy; @property (nonatomic, copy) NSArray *streamTypes; @property (nonatomic, copy) NSString *taskType; @property (nonatomic, copy) NSDate *toDate; @@ -16,18 +18,22 @@ + (id)fetchActivityStreamWithDictionary:(id)arg1 context:(id)arg2; - (id)activityType; +- (BOOL)ascending; - (id)encodedClassName; - (id)fromDate; - (id)groupIdentifier; - (id)limit; - (BOOL)requiresResponse; - (void)setActivityType:(id)arg1; +- (void)setAscending:(BOOL)arg1; - (void)setFromDate:(id)arg1; - (void)setLimit:(id)arg1; +- (void)setSortBy:(id)arg1; - (void)setStreamTypes:(id)arg1; - (void)setTaskType:(id)arg1; - (void)setToDate:(id)arg1; - (void)setVisibility:(id)arg1; +- (id)sortBy; - (id)streamTypes; - (id)taskType; - (id)toDate; diff --git a/PrivateFrameworks/SAObjects.framework/SAHAEntity.h b/PrivateFrameworks/SAObjects.framework/SAHAEntity.h index f8d2950304..7864a8d815 100644 --- a/PrivateFrameworks/SAObjects.framework/SAHAEntity.h +++ b/PrivateFrameworks/SAObjects.framework/SAHAEntity.h @@ -16,6 +16,7 @@ @property (nonatomic, copy) NSString *sceneType; @property (nonatomic, copy) NSString *serviceGroup; @property (nonatomic, copy) NSArray *serviceGroupIdentifiers; +@property (nonatomic, copy) NSString *serviceSubType; @property (nonatomic, copy) NSString *serviceType; @property (nonatomic, copy) NSArray *targetAttributes; @property (nonatomic, copy) NSString *zone; @@ -40,6 +41,7 @@ - (id)sceneType; - (id)serviceGroup; - (id)serviceGroupIdentifiers; +- (id)serviceSubType; - (id)serviceType; - (void)setAccessory:(id)arg1; - (void)setAccessoryIdentifier:(id)arg1; @@ -53,6 +55,7 @@ - (void)setSceneType:(id)arg1; - (void)setServiceGroup:(id)arg1; - (void)setServiceGroupIdentifiers:(id)arg1; +- (void)setServiceSubType:(id)arg1; - (void)setServiceType:(id)arg1; - (void)setTargetAttributes:(id)arg1; - (void)setZone:(id)arg1; diff --git a/PrivateFrameworks/SAObjects.framework/SAHASearchCriteriaFilter.h b/PrivateFrameworks/SAObjects.framework/SAHASearchCriteriaFilter.h index c7d3ac8d6b..2b243d99f6 100644 --- a/PrivateFrameworks/SAObjects.framework/SAHASearchCriteriaFilter.h +++ b/PrivateFrameworks/SAObjects.framework/SAHASearchCriteriaFilter.h @@ -19,6 +19,7 @@ @property (nonatomic, copy) NSURL *serviceGroupIdentifier; @property (nonatomic, copy) NSURL *serviceIdentifier; @property (nonatomic, copy) NSString *serviceName; +@property (nonatomic, copy) NSString *serviceSubType; @property (nonatomic, copy) NSString *serviceType; @property (nonatomic, copy) NSURL *zoneIdentifier; @property (nonatomic, copy) NSString *zoneName; @@ -45,6 +46,7 @@ - (id)serviceGroupIdentifier; - (id)serviceIdentifier; - (id)serviceName; +- (id)serviceSubType; - (id)serviceType; - (void)setAccessoryIdentifier:(id)arg1; - (void)setAccessoryName:(id)arg1; @@ -61,6 +63,7 @@ - (void)setServiceGroupIdentifier:(id)arg1; - (void)setServiceIdentifier:(id)arg1; - (void)setServiceName:(id)arg1; +- (void)setServiceSubType:(id)arg1; - (void)setServiceType:(id)arg1; - (void)setZoneIdentifier:(id)arg1; - (void)setZoneName:(id)arg1; diff --git a/PrivateFrameworks/SAObjects.framework/SALCMContent.h b/PrivateFrameworks/SAObjects.framework/SALCMContent.h index 27fb3d4b13..000bed538c 100644 --- a/PrivateFrameworks/SAObjects.framework/SALCMContent.h +++ b/PrivateFrameworks/SAObjects.framework/SALCMContent.h @@ -6,6 +6,7 @@ @property (nonatomic, copy) NSString *canonicalId; @property (nonatomic, copy) NSString *channelId; +@property (nonatomic, copy) NSURL *externalId; @property (nonatomic, copy) NSString *title; + (id)content; @@ -14,9 +15,11 @@ - (id)canonicalId; - (id)channelId; - (id)encodedClassName; +- (id)externalId; - (id)groupIdentifier; - (void)setCanonicalId:(id)arg1; - (void)setChannelId:(id)arg1; +- (void)setExternalId:(id)arg1; - (void)setTitle:(id)arg1; - (id)title; diff --git a/PrivateFrameworks/SAObjects.framework/SAMPMediaEntity.h b/PrivateFrameworks/SAObjects.framework/SAMPMediaEntity.h index 2fa01c3277..5845dba292 100644 --- a/PrivateFrameworks/SAObjects.framework/SAMPMediaEntity.h +++ b/PrivateFrameworks/SAObjects.framework/SAMPMediaEntity.h @@ -4,6 +4,8 @@ @interface SAMPMediaEntity : SADomainObject +@property (nonatomic, copy) NSString *mediaType; +@property (nonatomic, copy) NSString *releaseDate; @property (nonatomic, copy) NSString *sortTitle; @property (nonatomic, copy) NSString *title; @@ -12,6 +14,10 @@ - (id)encodedClassName; - (id)groupIdentifier; +- (id)mediaType; +- (id)releaseDate; +- (void)setMediaType:(id)arg1; +- (void)setReleaseDate:(id)arg1; - (void)setSortTitle:(id)arg1; - (void)setTitle:(id)arg1; - (id)sortTitle; diff --git a/PrivateFrameworks/SAObjects.framework/SAMetrics.h b/PrivateFrameworks/SAObjects.framework/SAMetrics.h index c3b4fcd1f9..0347e2be9e 100644 --- a/PrivateFrameworks/SAObjects.framework/SAMetrics.h +++ b/PrivateFrameworks/SAObjects.framework/SAMetrics.h @@ -36,6 +36,7 @@ - (void)siriCore_addSendCompletion:(id /* block */)arg1; - (void)siriCore_dispatchSendCompletionsWithResult:(int)arg1 error:(id)arg2; +- (BOOL)siriCore_isRetryable; - (BOOL)siriCore_supportsSendCompletions; @end diff --git a/PrivateFrameworks/SAObjects.framework/SAMovieV2MovieDetailSnippet.h b/PrivateFrameworks/SAObjects.framework/SAMovieV2MovieDetailSnippet.h index cb22c752a2..9fdf1415ff 100644 --- a/PrivateFrameworks/SAObjects.framework/SAMovieV2MovieDetailSnippet.h +++ b/PrivateFrameworks/SAObjects.framework/SAMovieV2MovieDetailSnippet.h @@ -9,11 +9,14 @@ @property (nonatomic, copy) NSArray *alternateProviderPunchouts; @property (nonatomic, copy) NSNumber *availableOnItunesForPurchase; @property (nonatomic, copy) NSNumber *availableOnItunesForRent; +@property (nonatomic) BOOL canBeFavorited; +@property (nonatomic, copy) NSString *canonicalId; @property (nonatomic, copy) NSArray *directors; @property (nonatomic, copy) NSArray *genres; @property (nonatomic, copy) NSURL *hiresTrailerUri; @property (nonatomic, copy) NSURL *iTunesUri; @property (nonatomic) BOOL is3d; +@property (nonatomic) BOOL isContainerItem; @property (nonatomic, copy) NSURL *lowresTrailerUri; @property (nonatomic, copy) NSURL *movieIdentifier; @property (nonatomic, retain) SAMovieV2ReviewListSnippet *movieReviewListSnippet; @@ -30,6 +33,7 @@ @property (nonatomic, retain) SAMovieV2TheaterShowtimeListSnippet *theaterShowtimeListSnippet; @property (nonatomic, copy) NSString *theaterShowtimeSearchRegionDescription; @property (nonatomic, copy) NSDate *theatricalReleaseDate; +@property (nonatomic, retain) SAUIAppPunchOut *videosPunchout; + (id)movieDetailSnippet; + (id)movieDetailSnippetWithDictionary:(id)arg1 context:(id)arg2; @@ -39,6 +43,8 @@ - (id)alternateProviderPunchouts; - (id)availableOnItunesForPurchase; - (id)availableOnItunesForRent; +- (BOOL)canBeFavorited; +- (id)canonicalId; - (id)directors; - (id)encodedClassName; - (id)genres; @@ -46,6 +52,7 @@ - (id)hiresTrailerUri; - (id)iTunesUri; - (BOOL)is3d; +- (BOOL)isContainerItem; - (id)lowresTrailerUri; - (id)movieIdentifier; - (id)movieReviewListSnippet; @@ -61,11 +68,14 @@ - (void)setAlternateProviderPunchouts:(id)arg1; - (void)setAvailableOnItunesForPurchase:(id)arg1; - (void)setAvailableOnItunesForRent:(id)arg1; +- (void)setCanBeFavorited:(BOOL)arg1; +- (void)setCanonicalId:(id)arg1; - (void)setDirectors:(id)arg1; - (void)setGenres:(id)arg1; - (void)setHiresTrailerUri:(id)arg1; - (void)setITunesUri:(id)arg1; - (void)setIs3d:(BOOL)arg1; +- (void)setIsContainerItem:(BOOL)arg1; - (void)setLowresTrailerUri:(id)arg1; - (void)setMovieIdentifier:(id)arg1; - (void)setMovieReviewListSnippet:(id)arg1; @@ -82,11 +92,13 @@ - (void)setTheaterShowtimeListSnippet:(id)arg1; - (void)setTheaterShowtimeSearchRegionDescription:(id)arg1; - (void)setTheatricalReleaseDate:(id)arg1; +- (void)setVideosPunchout:(id)arg1; - (id)showtimeSnippet; - (id)studios; - (id)synopsis; - (id)theaterShowtimeListSnippet; - (id)theaterShowtimeSearchRegionDescription; - (id)theatricalReleaseDate; +- (id)videosPunchout; @end diff --git a/PrivateFrameworks/SAObjects.framework/SAMovieV2MovieListSnippet.h b/PrivateFrameworks/SAObjects.framework/SAMovieV2MovieListSnippet.h index 86a4adf3de..abbab317a1 100644 --- a/PrivateFrameworks/SAObjects.framework/SAMovieV2MovieListSnippet.h +++ b/PrivateFrameworks/SAObjects.framework/SAMovieV2MovieListSnippet.h @@ -5,9 +5,7 @@ @interface SAMovieV2MovieListSnippet : SAUISnippet @property (nonatomic, copy) NSArray *movieListCells; -@property (nonatomic, copy) NSString *subtitle; @property (nonatomic, retain) SALocalSearchBusiness2 *theater; -@property (nonatomic, copy) NSString *title; + (id)movieListSnippet; + (id)movieListSnippetWithDictionary:(id)arg1 context:(id)arg2; @@ -16,11 +14,7 @@ - (id)groupIdentifier; - (id)movieListCells; - (void)setMovieListCells:(id)arg1; -- (void)setSubtitle:(id)arg1; - (void)setTheater:(id)arg1; -- (void)setTitle:(id)arg1; -- (id)subtitle; - (id)theater; -- (id)title; @end diff --git a/PrivateFrameworks/SAObjects.framework/SAMovieV2TheaterListSnippet.h b/PrivateFrameworks/SAObjects.framework/SAMovieV2TheaterListSnippet.h index d2d275f24d..f72ef87883 100644 --- a/PrivateFrameworks/SAObjects.framework/SAMovieV2TheaterListSnippet.h +++ b/PrivateFrameworks/SAObjects.framework/SAMovieV2TheaterListSnippet.h @@ -4,20 +4,14 @@ @interface SAMovieV2TheaterListSnippet : SAUISnippet -@property (nonatomic, copy) NSString *subtitle; @property (nonatomic, copy) NSArray *theaterListCells; -@property (nonatomic, copy) NSString *title; + (id)theaterListSnippet; + (id)theaterListSnippetWithDictionary:(id)arg1 context:(id)arg2; - (id)encodedClassName; - (id)groupIdentifier; -- (void)setSubtitle:(id)arg1; - (void)setTheaterListCells:(id)arg1; -- (void)setTitle:(id)arg1; -- (id)subtitle; - (id)theaterListCells; -- (id)title; @end diff --git a/PrivateFrameworks/SAObjects.framework/SAMovieV2TheaterShowtimeListSnippet.h b/PrivateFrameworks/SAObjects.framework/SAMovieV2TheaterShowtimeListSnippet.h index 66808e6ae8..f097e99085 100644 --- a/PrivateFrameworks/SAObjects.framework/SAMovieV2TheaterShowtimeListSnippet.h +++ b/PrivateFrameworks/SAObjects.framework/SAMovieV2TheaterShowtimeListSnippet.h @@ -5,9 +5,7 @@ @interface SAMovieV2TheaterShowtimeListSnippet : SAUISnippet @property (nonatomic, retain) SAMovieV2MovieDetailSnippet *movieDetailSnippet; -@property (nonatomic, copy) NSString *subtitle; @property (nonatomic, copy) NSArray *theaterShowtimeListCells; -@property (nonatomic, copy) NSString *title; + (id)theaterShowtimeListSnippet; + (id)theaterShowtimeListSnippetWithDictionary:(id)arg1 context:(id)arg2; @@ -16,11 +14,7 @@ - (id)groupIdentifier; - (id)movieDetailSnippet; - (void)setMovieDetailSnippet:(id)arg1; -- (void)setSubtitle:(id)arg1; - (void)setTheaterShowtimeListCells:(id)arg1; -- (void)setTitle:(id)arg1; -- (id)subtitle; - (id)theaterShowtimeListCells; -- (id)title; @end diff --git a/PrivateFrameworks/SAObjects.framework/SANPGetVolumeLevel.h b/PrivateFrameworks/SAObjects.framework/SANPGetVolumeLevel.h new file mode 100644 index 0000000000..436b410e43 --- /dev/null +++ b/PrivateFrameworks/SAObjects.framework/SANPGetVolumeLevel.h @@ -0,0 +1,14 @@ +/* Generated by RuntimeBrowser + Image: /System/Library/PrivateFrameworks/SAObjects.framework/SAObjects + */ + +@interface SANPGetVolumeLevel : SABaseClientBoundCommand + ++ (id)getVolumeLevel; ++ (id)getVolumeLevelWithDictionary:(id)arg1 context:(id)arg2; + +- (id)encodedClassName; +- (id)groupIdentifier; +- (BOOL)requiresResponse; + +@end diff --git a/PrivateFrameworks/SAObjects.framework/SANPGetVolumeLevelResponse.h b/PrivateFrameworks/SAObjects.framework/SANPGetVolumeLevelResponse.h new file mode 100644 index 0000000000..093878101d --- /dev/null +++ b/PrivateFrameworks/SAObjects.framework/SANPGetVolumeLevelResponse.h @@ -0,0 +1,24 @@ +/* Generated by RuntimeBrowser + Image: /System/Library/PrivateFrameworks/SAObjects.framework/SAObjects + */ + +@interface SANPGetVolumeLevelResponse : SABaseCommand + +@property (nonatomic, copy) NSString *aceId; +@property (readonly, copy) NSString *debugDescription; +@property (readonly, copy) NSString *description; +@property (readonly) unsigned int hash; +@property (nonatomic, copy) NSString *refId; +@property (readonly) Class superclass; +@property (nonatomic, copy) NSNumber *volumeValue; + ++ (id)getVolumeLevelResponse; ++ (id)getVolumeLevelResponseWithDictionary:(id)arg1 context:(id)arg2; + +- (id)encodedClassName; +- (id)groupIdentifier; +- (BOOL)requiresResponse; +- (void)setVolumeValue:(id)arg1; +- (id)volumeValue; + +@end diff --git a/PrivateFrameworks/SAObjects.framework/SASEnableServerEndpointer.h b/PrivateFrameworks/SAObjects.framework/SASEnableServerEndpointer.h index ae3096312f..a88a512a25 100644 --- a/PrivateFrameworks/SAObjects.framework/SASEnableServerEndpointer.h +++ b/PrivateFrameworks/SAObjects.framework/SASEnableServerEndpointer.h @@ -11,10 +11,16 @@ @property (nonatomic, copy) NSString *refId; @property (readonly) Class superclass; +// Image: /System/Library/PrivateFrameworks/SAObjects.framework/SAObjects + + (id)enableServerEndpointer; + (id)enableServerEndpointerWithDictionary:(id)arg1 context:(id)arg2; - (id)encodedClassName; - (id)groupIdentifier; +// Image: /System/Library/PrivateFrameworks/SiriCore.framework/SiriCore + +- (BOOL)siriCore_isRestartable; + @end diff --git a/PrivateFrameworks/SAObjects.framework/SASFinishSpeech.h b/PrivateFrameworks/SAObjects.framework/SASFinishSpeech.h index 775f478fb7..32269df2cb 100644 --- a/PrivateFrameworks/SAObjects.framework/SASFinishSpeech.h +++ b/PrivateFrameworks/SAObjects.framework/SASFinishSpeech.h @@ -14,6 +14,8 @@ @property (nonatomic, copy) NSString *refId; @property (readonly) Class superclass; +// Image: /System/Library/PrivateFrameworks/SAObjects.framework/SAObjects + + (id)finishSpeech; + (id)finishSpeechWithDictionary:(id)arg1 context:(id)arg2; @@ -26,4 +28,8 @@ - (void)setOrderedContext:(id)arg1; - (void)setPacketCount:(int)arg1; +// Image: /System/Library/PrivateFrameworks/SiriCore.framework/SiriCore + +- (BOOL)siriCore_isRestartable; + @end diff --git a/PrivateFrameworks/SAObjects.framework/SASStartSpeech.h b/PrivateFrameworks/SAObjects.framework/SASStartSpeech.h index d0b14d1cdc..1324f4357d 100644 --- a/PrivateFrameworks/SAObjects.framework/SASStartSpeech.h +++ b/PrivateFrameworks/SAObjects.framework/SASStartSpeech.h @@ -28,6 +28,8 @@ @property (readonly) Class superclass; @property (nonatomic, copy) NSDictionary *voiceTriggerEventInfo; +// Image: /System/Library/PrivateFrameworks/SAObjects.framework/SAObjects + + (id)startSpeech; + (id)startSpeechWithDictionary:(id)arg1 context:(id)arg2; @@ -68,4 +70,8 @@ - (void)setVoiceTriggerEventInfo:(id)arg1; - (id)voiceTriggerEventInfo; +// Image: /System/Library/PrivateFrameworks/SiriCore.framework/SiriCore + +- (BOOL)siriCore_isRestartable; + @end diff --git a/PrivateFrameworks/SAObjects.framework/SASUpdateAudioInfo.h b/PrivateFrameworks/SAObjects.framework/SASUpdateAudioInfo.h index 1851b420a1..d4598d9116 100644 --- a/PrivateFrameworks/SAObjects.framework/SASUpdateAudioInfo.h +++ b/PrivateFrameworks/SAObjects.framework/SASUpdateAudioInfo.h @@ -25,6 +25,8 @@ @property (nonatomic) BOOL triggeredTwoShotBorealis; @property (nonatomic, copy) NSString *vendorId; +// Image: /System/Library/PrivateFrameworks/SAObjects.framework/SAObjects + + (id)updateAudioInfo; + (id)updateAudioInfoWithDictionary:(id)arg1 context:(id)arg2; @@ -59,4 +61,8 @@ - (BOOL)triggeredTwoShotBorealis; - (id)vendorId; +// Image: /System/Library/PrivateFrameworks/SiriCore.framework/SiriCore + +- (BOOL)siriCore_isRestartable; + @end diff --git a/PrivateFrameworks/SAObjects.framework/SASmsSms.h b/PrivateFrameworks/SAObjects.framework/SASmsSms.h index 8cb668465a..9c867f6d29 100644 --- a/PrivateFrameworks/SAObjects.framework/SASmsSms.h +++ b/PrivateFrameworks/SAObjects.framework/SASmsSms.h @@ -16,10 +16,12 @@ @property (nonatomic) BOOL hasGroupName; @property (nonatomic, copy) NSNumber *isAudioMessage; @property (nonatomic, copy) NSString *message; +@property (nonatomic, copy) NSString *messageType; @property (nonatomic, copy) NSArray *msgRecipients; @property (nonatomic, retain) SAPersonAttribute *msgSender; @property (nonatomic, copy) NSNumber *outgoing; @property (nonatomic, copy) NSArray *recipients; +@property (nonatomic, retain) SASmsSms *referencedMessage; @property (nonatomic, copy) NSString *sender; @property (nonatomic, copy) NSString *subject; @property (nonatomic, copy) NSString *timezoneId; @@ -43,10 +45,12 @@ - (BOOL)hasGroupName; - (id)isAudioMessage; - (id)message; +- (id)messageType; - (id)msgRecipients; - (id)msgSender; - (id)outgoing; - (id)recipients; +- (id)referencedMessage; - (id)sender; - (void)setAppInfo:(id)arg1; - (void)setAttachment:(id)arg1; @@ -60,10 +64,12 @@ - (void)setHasGroupName:(BOOL)arg1; - (void)setIsAudioMessage:(id)arg1; - (void)setMessage:(id)arg1; +- (void)setMessageType:(id)arg1; - (void)setMsgRecipients:(id)arg1; - (void)setMsgSender:(id)arg1; - (void)setOutgoing:(id)arg1; - (void)setRecipients:(id)arg1; +- (void)setReferencedMessage:(id)arg1; - (void)setSender:(id)arg1; - (void)setSubject:(id)arg1; - (void)setTimezoneId:(id)arg1; diff --git a/PrivateFrameworks/SAObjects.framework/SASportsMatchup.h b/PrivateFrameworks/SAObjects.framework/SASportsMatchup.h index 511c79719d..9660ba7764 100644 --- a/PrivateFrameworks/SAObjects.framework/SASportsMatchup.h +++ b/PrivateFrameworks/SAObjects.framework/SASportsMatchup.h @@ -12,6 +12,8 @@ @property (nonatomic, copy) NSString *currentPeriod; @property (nonatomic, copy) NSNumber *expectedLineScoreCount; @property (nonatomic, copy) NSString *favoredEntity; +@property (nonatomic, copy) NSString *gameSummary; +@property (nonatomic, copy) NSString *gameType; @property (nonatomic, retain) SASportsEntity *homeEntity; @property (nonatomic, copy) NSArray *homeLineScores; @property (nonatomic, copy) NSString *homeScore; @@ -50,6 +52,8 @@ - (id)encodedClassName; - (id)expectedLineScoreCount; - (id)favoredEntity; +- (id)gameSummary; +- (id)gameType; - (id)groupIdentifier; - (id)homeEntity; - (id)homeLineScores; @@ -74,6 +78,8 @@ - (void)setCurrentPeriod:(id)arg1; - (void)setExpectedLineScoreCount:(id)arg1; - (void)setFavoredEntity:(id)arg1; +- (void)setGameSummary:(id)arg1; +- (void)setGameType:(id)arg1; - (void)setHomeEntity:(id)arg1; - (void)setHomeLineScores:(id)arg1; - (void)setHomeScore:(id)arg1; diff --git a/PrivateFrameworks/SAObjects.framework/SASportsTeam.h b/PrivateFrameworks/SAObjects.framework/SASportsTeam.h index 171655715f..1204e2aee4 100644 --- a/PrivateFrameworks/SAObjects.framework/SASportsTeam.h +++ b/PrivateFrameworks/SAObjects.framework/SASportsTeam.h @@ -27,6 +27,7 @@ @property (nonatomic, copy) NSString *location; @property (nonatomic, copy) NSString *losses; @property (nonatomic, copy) NSString *monogram; +@property (nonatomic, copy) NSString *netRunRate; @property (nonatomic, copy) NSArray *news; @property (nonatomic, copy) NSString *overtimeLosses; @property (nonatomic, copy) NSString *points; @@ -76,6 +77,7 @@ - (id)location; - (id)losses; - (id)monogram; +- (id)netRunRate; - (id)news; - (id)overtimeLosses; - (id)points; @@ -109,6 +111,7 @@ - (void)setLocation:(id)arg1; - (void)setLosses:(id)arg1; - (void)setMonogram:(id)arg1; +- (void)setNetRunRate:(id)arg1; - (void)setNews:(id)arg1; - (void)setOvertimeLosses:(id)arg1; - (void)setPoints:(id)arg1; diff --git a/PrivateFrameworks/SAObjects.framework/SASyncChunk.h b/PrivateFrameworks/SAObjects.framework/SASyncChunk.h index 569c7ec228..7917bbcfc9 100644 --- a/PrivateFrameworks/SAObjects.framework/SASyncChunk.h +++ b/PrivateFrameworks/SAObjects.framework/SASyncChunk.h @@ -49,5 +49,6 @@ // Image: /System/Library/PrivateFrameworks/SiriCore.framework/SiriCore - (BOOL)siriCore_bufferingAllowedDuringActiveSession; +- (BOOL)siriCore_isRetryable; @end diff --git a/PrivateFrameworks/SAObjects.framework/SASyncFinished.h b/PrivateFrameworks/SAObjects.framework/SASyncFinished.h index 4abdb78d67..0accb9b9fc 100644 --- a/PrivateFrameworks/SAObjects.framework/SASyncFinished.h +++ b/PrivateFrameworks/SAObjects.framework/SASyncFinished.h @@ -22,5 +22,6 @@ // Image: /System/Library/PrivateFrameworks/SiriCore.framework/SiriCore - (BOOL)siriCore_bufferingAllowedDuringActiveSession; +- (BOOL)siriCore_isRetryable; @end diff --git a/PrivateFrameworks/SAObjects.framework/SASyncGetAnchors.h b/PrivateFrameworks/SAObjects.framework/SASyncGetAnchors.h index 50513b578b..0e72869fcf 100644 --- a/PrivateFrameworks/SAObjects.framework/SASyncGetAnchors.h +++ b/PrivateFrameworks/SAObjects.framework/SASyncGetAnchors.h @@ -14,6 +14,7 @@ @property (nonatomic, copy) NSString *refId; @property (nonatomic, copy) NSArray *sources; @property (readonly) Class superclass; +@property (nonatomic, copy) NSString *syncReason; @property (nonatomic, copy) NSArray *watchAppMetaDataList; // Image: /System/Library/PrivateFrameworks/SAObjects.framework/SAObjects @@ -31,12 +32,15 @@ - (void)setCustomVocabSources:(id)arg1; - (void)setIncludeAllKnownAnchors:(BOOL)arg1; - (void)setSources:(id)arg1; +- (void)setSyncReason:(id)arg1; - (void)setWatchAppMetaDataList:(id)arg1; - (id)sources; +- (id)syncReason; - (id)watchAppMetaDataList; // Image: /System/Library/PrivateFrameworks/SiriCore.framework/SiriCore - (BOOL)siriCore_bufferingAllowedDuringActiveSession; +- (BOOL)siriCore_isRetryable; @end diff --git a/PrivateFrameworks/SAObjects.framework/SAUIAppPunchOut.h b/PrivateFrameworks/SAObjects.framework/SAUIAppPunchOut.h index 2903d47ef3..c049614fcb 100644 --- a/PrivateFrameworks/SAObjects.framework/SAUIAppPunchOut.h +++ b/PrivateFrameworks/SAObjects.framework/SAUIAppPunchOut.h @@ -12,6 +12,7 @@ @property (nonatomic) BOOL appInstalled; @property (nonatomic, copy) NSURL *appStoreUri; @property (nonatomic, copy) NSString *bundleId; +@property (nonatomic, copy) NSArray *launchOptions; @property (nonatomic) BOOL launchOverSiri; @property (nonatomic, copy) NSString *predefinedButtonType; @property (nonatomic, copy) NSString *providerId; @@ -34,6 +35,7 @@ - (id)bundleId; - (id)encodedClassName; - (id)groupIdentifier; +- (id)launchOptions; - (BOOL)launchOverSiri; - (id)predefinedButtonType; - (id)providerId; @@ -48,6 +50,7 @@ - (void)setAppInstalled:(BOOL)arg1; - (void)setAppStoreUri:(id)arg1; - (void)setBundleId:(id)arg1; +- (void)setLaunchOptions:(id)arg1; - (void)setLaunchOverSiri:(BOOL)arg1; - (void)setPredefinedButtonType:(id)arg1; - (void)setProviderId:(id)arg1; diff --git a/PrivateFrameworks/SAObjects.framework/SAUIAssistantUtteranceView.h b/PrivateFrameworks/SAObjects.framework/SAUIAssistantUtteranceView.h index 423b1c09af..a5537f1d76 100644 --- a/PrivateFrameworks/SAObjects.framework/SAUIAssistantUtteranceView.h +++ b/PrivateFrameworks/SAObjects.framework/SAUIAssistantUtteranceView.h @@ -26,5 +26,6 @@ - (id)af_dialogIdentifier; - (BOOL)af_isUtterance; +- (id)af_text; @end diff --git a/PrivateFrameworks/SAObjects.framework/SAUserActivity.h b/PrivateFrameworks/SAObjects.framework/SAUserActivity.h index 622a5b1025..c46b0e1bbe 100644 --- a/PrivateFrameworks/SAObjects.framework/SAUserActivity.h +++ b/PrivateFrameworks/SAObjects.framework/SAUserActivity.h @@ -4,6 +4,7 @@ @interface SAUserActivity : SADomainObject +@property (nonatomic, copy) NSArray *eligibileFunctions; @property (nonatomic, copy) NSString *internalGUID; @property (nonatomic) BOOL isEligibleForAppPunchout; @property (nonatomic) BOOL isEligibleForDirections; @@ -15,6 +16,7 @@ + (id)userActivity; + (id)userActivityWithDictionary:(id)arg1 context:(id)arg2; +- (id)eligibileFunctions; - (id)encodedClassName; - (id)groupIdentifier; - (id)internalGUID; @@ -24,6 +26,7 @@ - (BOOL)isEligibleForPublicIndexing; - (BOOL)isEligibleForReminders; - (BOOL)isEligibleForSearch; +- (void)setEligibileFunctions:(id)arg1; - (void)setInternalGUID:(id)arg1; - (void)setIsEligibleForAppPunchout:(BOOL)arg1; - (void)setIsEligibleForDirections:(BOOL)arg1; diff --git a/PrivateFrameworks/SAObjects.framework/SAWLAddContentToWatchList.h b/PrivateFrameworks/SAObjects.framework/SAWLAddContentToWatchList.h new file mode 100644 index 0000000000..a335bae5e0 --- /dev/null +++ b/PrivateFrameworks/SAObjects.framework/SAWLAddContentToWatchList.h @@ -0,0 +1,18 @@ +/* Generated by RuntimeBrowser + Image: /System/Library/PrivateFrameworks/SAObjects.framework/SAObjects + */ + +@interface SAWLAddContentToWatchList : SABaseClientBoundCommand + +@property (nonatomic, copy) NSString *canonicalId; + ++ (id)addContentToWatchList; ++ (id)addContentToWatchListWithDictionary:(id)arg1 context:(id)arg2; + +- (id)canonicalId; +- (id)encodedClassName; +- (id)groupIdentifier; +- (BOOL)requiresResponse; +- (void)setCanonicalId:(id)arg1; + +@end diff --git a/PrivateFrameworks/SAObjects.framework/SAWLRemoveContentFromWatchList.h b/PrivateFrameworks/SAObjects.framework/SAWLRemoveContentFromWatchList.h new file mode 100644 index 0000000000..5860eb254d --- /dev/null +++ b/PrivateFrameworks/SAObjects.framework/SAWLRemoveContentFromWatchList.h @@ -0,0 +1,24 @@ +/* Generated by RuntimeBrowser + Image: /System/Library/PrivateFrameworks/SAObjects.framework/SAObjects + */ + +@interface SAWLRemoveContentFromWatchList : SABaseClientBoundCommand + +@property (nonatomic, copy) NSString *canonicalId; +@property (nonatomic, copy) NSString *siriLocale; +@property (nonatomic, copy) NSString *title; + ++ (id)removeContentFromWatchList; ++ (id)removeContentFromWatchListWithDictionary:(id)arg1 context:(id)arg2; + +- (id)canonicalId; +- (id)encodedClassName; +- (id)groupIdentifier; +- (BOOL)requiresResponse; +- (void)setCanonicalId:(id)arg1; +- (void)setSiriLocale:(id)arg1; +- (void)setTitle:(id)arg1; +- (id)siriLocale; +- (id)title; + +@end diff --git a/PrivateFrameworks/SAObjects.framework/SAWLSearchPlayableContentFromWatchList.h b/PrivateFrameworks/SAObjects.framework/SAWLSearchPlayableContentFromWatchList.h new file mode 100644 index 0000000000..f52ef45930 --- /dev/null +++ b/PrivateFrameworks/SAObjects.framework/SAWLSearchPlayableContentFromWatchList.h @@ -0,0 +1,30 @@ +/* Generated by RuntimeBrowser + Image: /System/Library/PrivateFrameworks/SAObjects.framework/SAObjects + */ + +@interface SAWLSearchPlayableContentFromWatchList : SABaseClientBoundCommand + +@property (nonatomic, copy) NSString *canonicalId; +@property (nonatomic, copy) NSString *contentType; +@property (nonatomic) BOOL onlyReturnNextItem; +@property (nonatomic, copy) NSString *siriLocale; +@property (nonatomic, copy) NSString *title; + ++ (id)searchPlayableContentFromWatchList; ++ (id)searchPlayableContentFromWatchListWithDictionary:(id)arg1 context:(id)arg2; + +- (id)canonicalId; +- (id)contentType; +- (id)encodedClassName; +- (id)groupIdentifier; +- (BOOL)onlyReturnNextItem; +- (BOOL)requiresResponse; +- (void)setCanonicalId:(id)arg1; +- (void)setContentType:(id)arg1; +- (void)setOnlyReturnNextItem:(BOOL)arg1; +- (void)setSiriLocale:(id)arg1; +- (void)setTitle:(id)arg1; +- (id)siriLocale; +- (id)title; + +@end diff --git a/PrivateFrameworks/SAObjects.framework/SAWLWatchListSearchResult.h b/PrivateFrameworks/SAObjects.framework/SAWLWatchListSearchResult.h new file mode 100644 index 0000000000..2892d425b1 --- /dev/null +++ b/PrivateFrameworks/SAObjects.framework/SAWLWatchListSearchResult.h @@ -0,0 +1,42 @@ +/* Generated by RuntimeBrowser + Image: /System/Library/PrivateFrameworks/SAObjects.framework/SAObjects + */ + +@interface SAWLWatchListSearchResult : AceObject + +@property (nonatomic, copy) NSString *canonicalId; +@property (nonatomic, copy) NSString *contentType; +@property (readonly, copy) NSString *debugDescription; +@property (readonly, copy) NSString *description; +@property (readonly) unsigned int hash; +@property (nonatomic, retain) SAUIImageResource *image; +@property (nonatomic, copy) NSString *network; +@property (nonatomic, copy) NSDate *releaseDate; +@property (nonatomic, copy) NSString *shelfType; +@property (nonatomic, copy) NSString *studio; +@property (readonly) Class superclass; +@property (nonatomic, copy) NSString *title; + ++ (id)watchListSearchResult; ++ (id)watchListSearchResultWithDictionary:(id)arg1 context:(id)arg2; + +- (id)canonicalId; +- (id)contentType; +- (id)encodedClassName; +- (id)groupIdentifier; +- (id)image; +- (id)network; +- (id)releaseDate; +- (void)setCanonicalId:(id)arg1; +- (void)setContentType:(id)arg1; +- (void)setImage:(id)arg1; +- (void)setNetwork:(id)arg1; +- (void)setReleaseDate:(id)arg1; +- (void)setShelfType:(id)arg1; +- (void)setStudio:(id)arg1; +- (void)setTitle:(id)arg1; +- (id)shelfType; +- (id)studio; +- (id)title; + +@end diff --git a/PrivateFrameworks/SAObjects.framework/SAWLWatchListSearchResults.h b/PrivateFrameworks/SAObjects.framework/SAWLWatchListSearchResults.h new file mode 100644 index 0000000000..a8e0018dc5 --- /dev/null +++ b/PrivateFrameworks/SAObjects.framework/SAWLWatchListSearchResults.h @@ -0,0 +1,23 @@ +/* Generated by RuntimeBrowser + Image: /System/Library/PrivateFrameworks/SAObjects.framework/SAObjects + */ + +@interface SAWLWatchListSearchResults : SABaseCommand + +@property (nonatomic, copy) NSString *aceId; +@property (readonly, copy) NSString *debugDescription; +@property (readonly, copy) NSString *description; +@property (readonly) unsigned int hash; +@property (nonatomic, copy) NSArray *matchedResults; +@property (nonatomic, copy) NSString *refId; +@property (readonly) Class superclass; + ++ (id)watchListSearchResults; ++ (id)watchListSearchResultsWithDictionary:(id)arg1 context:(id)arg2; + +- (id)encodedClassName; +- (id)groupIdentifier; +- (id)matchedResults; +- (void)setMatchedResults:(id)arg1; + +@end diff --git a/PrivateFrameworks/SOS.framework/NPHSOSFriends.h b/PrivateFrameworks/SOS.framework/NPHSOSFriends.h deleted file mode 100644 index 1440adc7d1..0000000000 --- a/PrivateFrameworks/SOS.framework/NPHSOSFriends.h +++ /dev/null @@ -1,41 +0,0 @@ -/* Generated by RuntimeBrowser - Image: /System/Library/PrivateFrameworks/SOS.framework/SOS - */ - -@interface NPHSOSFriends : NSObject { - FKFriendsManager * _friendsManager; -} - -@property (getter=isConfigured, nonatomic) BOOL configured; -@property (nonatomic) BOOL longPressTriggersEmergencySOS; -@property (nonatomic, readonly) BOOL notificationEnabledAndContactsExist; -@property (getter=shouldShowDialConfirmationPrompt, nonatomic) BOOL showDialConfirmationPrompt; - -+ (BOOL)authorizedToUseContactStore; -+ (id)contactStore; -+ (void)preloadContactStoreIfNecessary; -+ (id)sharedInstance; - -- (void).cxx_destruct; -- (id)SOSDestinationsForFriend:(id)arg1; -- (id)SOSFormattedDestinationForFriend:(id)arg1 withDestinationNumber:(id)arg2; -- (id)SOSFriends; -- (id)SOSFriendsDestinations; -- (id)_contactFromFriend:(id)arg1; -- (id)_getPairedDevice; -- (BOOL)_isEmergencyNumber:(id)arg1; -- (id)_userDefaults; -- (BOOL)addContactAsSOSFriend:(id)arg1 destinationNumber:(id)arg2 error:(id*)arg3; -- (void)contactStoreDidChange; -- (void)dealloc; -- (id)init; -- (BOOL)isConfigured; -- (BOOL)longPressTriggersEmergencySOS; -- (BOOL)notificationEnabledAndContactsExist; -- (void)removeSOSFriend:(id)arg1 destinationNumber:(id)arg2; -- (void)setConfigured:(BOOL)arg1; -- (void)setLongPressTriggersEmergencySOS:(BOOL)arg1; -- (void)setShowDialConfirmationPrompt:(BOOL)arg1; -- (BOOL)shouldShowDialConfirmationPrompt; - -@end diff --git a/PrivateFrameworks/SOS.framework/NPHSOSPersistentTimerLocationManager.h b/PrivateFrameworks/SOS.framework/NPHSOSPersistentTimerLocationManager.h index fdceff8921..0b22c9a68b 100644 --- a/PrivateFrameworks/SOS.framework/NPHSOSPersistentTimerLocationManager.h +++ b/PrivateFrameworks/SOS.framework/NPHSOSPersistentTimerLocationManager.h @@ -4,34 +4,45 @@ @interface NPHSOSPersistentTimerLocationManager : NSObject { * _delegate; + CLAssertion * _forceEnableLocationAssertion; + PCPersistentTimer * _initalRequestTimer; CLLocation * _lastLocation; CLLocationManager * _locationManager; - CLAssertion * _locationServiceAssertion; NSObject * _locationUpdateStartQueue; PCPersistentTimer * _locationUpdateTimer; + BOOL _requestingLocation; double _ti; } @property (readonly, copy) NSString *debugDescription; @property *delegate; @property (readonly, copy) NSString *description; +@property (nonatomic, retain) CLAssertion *forceEnableLocationAssertion; @property (readonly) unsigned int hash; +@property (getter=isRequestingLocation, nonatomic) BOOL requestingLocation; @property (readonly) Class superclass; + (id)sharedInstance; - (void).cxx_destruct; +- (void)_sosPersistentTimerInitialRequest:(id)arg1; - (void)_sosPersistentTimerLocationManagerTic:(id)arg1; - (void)_startTimer; - (void)dealloc; - (id)delegate; - (void)fireAndStartTimertWithTimeInterval:(double)arg1; +- (id)forceEnableLocationAssertion; - (id)init; +- (void)invalidateInitialTimer; - (void)invalidateTimer; +- (BOOL)isRequestingLocation; - (BOOL)isValid; - (void)locationManager:(id)arg1 didFailWithError:(id)arg2; - (void)locationManager:(id)arg1 didUpdateLocations:(id)arg2; - (void)requestLocation; - (void)setDelegate:(id)arg1; +- (void)setForceEnableLocationAssertion:(id)arg1; +- (void)setRequestingLocation:(BOOL)arg1; +- (void)warmUpLocationRequest; @end diff --git a/PrivateFrameworks/SOS.framework/SOSContact.h b/PrivateFrameworks/SOS.framework/SOSContact.h new file mode 100644 index 0000000000..34ccb23685 --- /dev/null +++ b/PrivateFrameworks/SOS.framework/SOSContact.h @@ -0,0 +1,27 @@ +/* Generated by RuntimeBrowser + Image: /System/Library/PrivateFrameworks/SOS.framework/SOS + */ + +@interface SOSContact : NSObject { + NSString * _name; + NSString * _nameContactIdentifier; + NSString * _phoneNumber; + NSString * _phoneNumberContactIdentifier; +} + +@property (nonatomic, copy) NSString *name; +@property (nonatomic, copy) NSString *nameContactIdentifier; +@property (nonatomic, copy) NSString *phoneNumber; +@property (nonatomic, copy) NSString *phoneNumberContactIdentifier; + +- (void).cxx_destruct; +- (id)name; +- (id)nameContactIdentifier; +- (id)phoneNumber; +- (id)phoneNumberContactIdentifier; +- (void)setName:(id)arg1; +- (void)setNameContactIdentifier:(id)arg1; +- (void)setPhoneNumber:(id)arg1; +- (void)setPhoneNumberContactIdentifier:(id)arg1; + +@end diff --git a/PrivateFrameworks/SOS.framework/SOSContactsManager.h b/PrivateFrameworks/SOS.framework/SOSContactsManager.h new file mode 100644 index 0000000000..98807061bb --- /dev/null +++ b/PrivateFrameworks/SOS.framework/SOSContactsManager.h @@ -0,0 +1,65 @@ +/* Generated by RuntimeBrowser + Image: /System/Library/PrivateFrameworks/SOS.framework/SOS + */ + +@interface SOSContactsManager : NSObject { + FKFriendsManager * _friendsManager; + int _healthContactsNotificationToken; + HKHealthStore * _healthStore; + NSObject * _initialStateSemaphore; + SOSLegacyContactsManager * _legacyContactsManager; + NSArray * _medicalIDEmergencyContacts; + struct _opaque_pthread_mutex_t { + long __sig; + BOOL __opaque[40]; + } _medicalIDEmergencyContactsMutex; +} + +@property (nonatomic, readonly) BOOL SOSContactsExist; +@property (nonatomic, retain) FKFriendsManager *friendsManager; +@property (nonatomic, retain) HKHealthStore *healthStore; +@property (nonatomic, retain) NSObject *initialStateSemaphore; +@property (nonatomic, readonly) SOSLegacyContactsManager *legacyContactsManager; +@property (nonatomic, retain) NSArray *medicalIDEmergencyContacts; +@property (nonatomic) struct _opaque_pthread_mutex_t { long x1; BOOL x2[40]; } medicalIDEmergencyContactsMutex; + ++ (BOOL)authorizedToUseContactStore; ++ (id)contactStore; ++ (void)preloadContactStoreIfNecessary; + +- (void).cxx_destruct; +- (id)SOSContactDestinations; +- (BOOL)SOSContactsExist; +- (void)SOSContactsWithTimeout:(double)arg1 andCompletion:(id /* block */)arg2; +- (id)SOSDestinationsForFriend:(id)arg1; +- (id)SOSFormattedDestinationForFriend:(id)arg1 withDestinationNumber:(id)arg2; +- (id)SOSFriends; +- (id)SOSFriendsDestinations; +- (id)_contactFromFriend:(id)arg1; +- (BOOL)_isEmergencyNumber:(id)arg1; +- (void)_medicalContactsDidChange; +- (void)_medicalIDEmergencyContactsWithCompletion:(id /* block */)arg1; +- (id)_userDefaults; +- (void)_waitForInitialState; +- (BOOL)addContactAsSOSFriend:(id)arg1 destinationNumber:(id)arg2 error:(id*)arg3; +- (BOOL)addSOSFriend:(id)arg1 destinationNumber:(id)arg2 error:(id*)arg3; +- (void)contactStoreDidChange; +- (void)dealloc; +- (id)friendsManager; +- (BOOL)hasValidContactsToMessage; +- (id)healthStore; +- (id)init; +- (id)initialStateSemaphore; +- (id)legacyContactsManager; +- (id)medicalIDEmergencyContacts; +- (struct _opaque_pthread_mutex_t { long x1; BOOL x2[40]; })medicalIDEmergencyContactsMutex; +- (BOOL)notificationEnabledAndContactsExist; +- (id)phoneNumbersToMessage; +- (void)removeSOSFriend:(id)arg1 destinationNumber:(id)arg2; +- (void)setFriendsManager:(id)arg1; +- (void)setHealthStore:(id)arg1; +- (void)setInitialStateSemaphore:(id)arg1; +- (void)setMedicalIDEmergencyContacts:(id)arg1; +- (void)setMedicalIDEmergencyContactsMutex:(struct _opaque_pthread_mutex_t { long x1; BOOL x2[40]; })arg1; + +@end diff --git a/PrivateFrameworks/SOS.framework/SOSEngine.h b/PrivateFrameworks/SOS.framework/SOSEngine.h new file mode 100644 index 0000000000..9c71de4f56 --- /dev/null +++ b/PrivateFrameworks/SOS.framework/SOSEngine.h @@ -0,0 +1,50 @@ +/* Generated by RuntimeBrowser + Image: /System/Library/PrivateFrameworks/SOS.framework/SOS + */ + +@interface SOSEngine : NSObject { + NSMutableArray * _clientConnections; + SOSContactsManager * _contactsManager; + FKFriendsManager * _friendsManager; + CLLocation * _lastLocationSent; + NPHSOSPersistentTimerLocationManager * _sosPersistentTimerLocationManager; + NSDate * _timeLastMessageSent; + NSDate * _timeToStopSendingMessages; +} + +@property (nonatomic, retain) NSMutableArray *clientConnections; +@property (readonly, copy) NSString *debugDescription; +@property (readonly, copy) NSString *description; +@property (nonatomic, retain) FKFriendsManager *friendsManager; +@property (readonly) unsigned int hash; +@property (readonly) Class superclass; + ++ (BOOL)authorizedToUseContactStore; ++ (id)contactStore; ++ (void)preloadContactStoreIfNecessary; ++ (id)sharedInstance; + +- (void).cxx_destruct; +- (void)SOSSendingLocationUpdateChanged:(id)arg1; +- (BOOL)_isMMSEnabled; +- (BOOL)_locationIsValidToSend:(id)arg1; +- (id)_sosMessageForLocation:(id)arg1 isFirstMessage:(BOOL)arg2 withMMS:(BOOL)arg3; +- (id)clientConnections; +- (void)contactStoreDidChange; +- (id)contactsManager; +- (void)dealloc; +- (id)friendsManager; +- (id)init; +- (BOOL)isSendingLocationUpdate; +- (void)isSendingLocationUpdate:(id /* block */)arg1; +- (BOOL)listener:(id)arg1 shouldAcceptNewConnection:(id)arg2; +- (BOOL)notificationEnabledAndContactsExist; +- (void)setClientConnections:(id)arg1; +- (void)setFriendsManager:(id)arg1; +- (void)sosPersistentTimerLocationMangerTimerFired:(id)arg1 location:(id)arg2; +- (void)start; +- (void)startSendingLocationUpdateWithCompletion:(id /* block */)arg1; +- (void)stopSendingLocationUpdate; +- (void)willStartSendingLocationUpdate; + +@end diff --git a/PrivateFrameworks/SOS.framework/SOSEntitlement.h b/PrivateFrameworks/SOS.framework/SOSEntitlement.h new file mode 100644 index 0000000000..1da5243b57 --- /dev/null +++ b/PrivateFrameworks/SOS.framework/SOSEntitlement.h @@ -0,0 +1,10 @@ +/* Generated by RuntimeBrowser + Image: /System/Library/PrivateFrameworks/SOS.framework/SOS + */ + +@interface SOSEntitlement : NSObject + ++ (BOOL)auditToken:(struct { unsigned int x1[8]; }*)arg1 hasEntitlement:(id)arg2; ++ (BOOL)currentProcessHasEntitlement:(id)arg1; + +@end diff --git a/PrivateFrameworks/SOS.framework/SOSLegacyContactsManager.h b/PrivateFrameworks/SOS.framework/SOSLegacyContactsManager.h new file mode 100644 index 0000000000..bdc1d86d31 --- /dev/null +++ b/PrivateFrameworks/SOS.framework/SOSLegacyContactsManager.h @@ -0,0 +1,30 @@ +/* Generated by RuntimeBrowser + Image: /System/Library/PrivateFrameworks/SOS.framework/SOS + */ + +@interface SOSLegacyContactsManager : NSObject { + FKFriendsManager * _friendsManager; +} + +@property (nonatomic, readonly) BOOL SOSLegacyContactsExist; +@property (nonatomic, retain) FKFriendsManager *friendsManager; + ++ (BOOL)authorizedToUseContactStore; ++ (id)contactStore; ++ (void)preloadContactStoreIfNecessary; + +- (void).cxx_destruct; +- (id)SOSLegacyContacts; +- (id)SOSLegacyContactsDestinations; +- (BOOL)SOSLegacyContactsExist; +- (id)_SOSDestinationsForFriend:(id)arg1; +- (id)_SOSFormattedDestinationForFriend:(id)arg1 withDestinationNumber:(id)arg2; +- (id)_SOSFriends; +- (id)_contactFromFriend:(id)arg1; +- (void)contactStoreDidChange; +- (void)dealloc; +- (id)friendsManager; +- (id)init; +- (void)setFriendsManager:(id)arg1; + +@end diff --git a/PrivateFrameworks/SOS.framework/SOSManager.h b/PrivateFrameworks/SOS.framework/SOSManager.h new file mode 100644 index 0000000000..32555d3856 --- /dev/null +++ b/PrivateFrameworks/SOS.framework/SOSManager.h @@ -0,0 +1,48 @@ +/* Generated by RuntimeBrowser + Image: /System/Library/PrivateFrameworks/SOS.framework/SOS + */ + +@interface SOSManager : NSObject { + NSXPCConnection * _connection; + int _connectionRequestNotificationToken; + NSObject * _initialStateSemaphore; + BOOL _sendingLocationUpdate; +} + +@property (getter=isAllowedToMessageSOSContacts, nonatomic) BOOL allowedToMessageSOSContacts; +@property (getter=isAutomaticCallCountdownEnabled, nonatomic) BOOL automaticCallCountdownEnabled; +@property (nonatomic, retain) NSXPCConnection *connection; +@property (nonatomic) int connectionRequestNotificationToken; +@property (readonly, copy) NSString *debugDescription; +@property (readonly, copy) NSString *description; +@property (readonly) unsigned int hash; +@property (readonly) Class superclass; + ++ (BOOL)deviceSupportsSOS; ++ (id)sharedInstance; ++ (void)triggerSOS; ++ (void)triggerSOSWithCompletion:(id /* block */)arg1; + +- (void).cxx_destruct; +- (void)_resetStateWithCompletion:(id /* block */)arg1; +- (void)_waitForInitialState; +- (id)connection; +- (int)connectionRequestNotificationToken; +- (void)dealloc; +- (id)init; +- (BOOL)isAllowedToMessageSOSContacts; +- (BOOL)isAutomaticCallCountdownEnabled; +- (BOOL)isSendingLocationUpdate; +- (BOOL)longPressTriggersEmergencySOS; +- (id)remoteSOSEngineProxy; +- (void)setAllowedToMessageSOSContacts:(BOOL)arg1; +- (void)setAutomaticCallCountdownEnabled:(BOOL)arg1; +- (void)setConnection:(id)arg1; +- (void)setConnectionRequestNotificationToken:(int)arg1; +- (void)setLongPressTriggersEmergencySOS:(BOOL)arg1; +- (void)setSendingLocationUpdate:(BOOL)arg1; +- (void)startSendingLocationUpdateWithCompletion:(id /* block */)arg1; +- (void)stopSendingLocationUpdate; +- (void)willStartSendingLocationUpdate; + +@end diff --git a/PrivateFrameworks/SOS.framework/SOSUtilities.h b/PrivateFrameworks/SOS.framework/SOSUtilities.h new file mode 100644 index 0000000000..41238540b1 --- /dev/null +++ b/PrivateFrameworks/SOS.framework/SOSUtilities.h @@ -0,0 +1,19 @@ +/* Generated by RuntimeBrowser + Image: /System/Library/PrivateFrameworks/SOS.framework/SOS + */ + +@interface SOSUtilities : NSObject + ++ (id)_userFriendsDefaults; ++ (id)_userSOSDefaults; ++ (BOOL)isAllowedToMessageSOSContacts; ++ (BOOL)isAutomaticCallCountdownEnabled; ++ (BOOL)longPressTriggersEmergencySOS; ++ (BOOL)mustAllowThreeClickTrigger; ++ (void)setAllowedToMessageSOSContacts:(BOOL)arg1; ++ (void)setAutomaticCallCountdownEnabled:(BOOL)arg1; ++ (void)setLongPressTriggersEmergencySOS:(BOOL)arg1; ++ (void)setPlayAudioDuringCountdown:(BOOL)arg1; ++ (BOOL)shouldPlayAudioDuringCountdown; + +@end diff --git a/PrivateFrameworks/SafariShared.framework/WBSCoalescedAsynchronousWriter.h b/PrivateFrameworks/SafariShared.framework/WBSCoalescedAsynchronousWriter.h new file mode 100644 index 0000000000..4e9875aef7 --- /dev/null +++ b/PrivateFrameworks/SafariShared.framework/WBSCoalescedAsynchronousWriter.h @@ -0,0 +1,39 @@ +/* Generated by RuntimeBrowser + Image: /System/Library/PrivateFrameworks/SafariShared.framework/SafariShared + */ + +@interface WBSCoalescedAsynchronousWriter : NSObject { + id /* block */ _dataSourceBlock; + NSObject * _diskAccessQueue; + BOOL _done; + NSURL * _fileURL; + NSObject * _internalQueue; + struct unique_ptr > { + struct __compressed_pair > { + struct SuddenTerminationDisabler {} *__first_; + } __ptr_; + } _suddenTerminationDisabler; + NSTimer * _timer; + double _writeDelayInterval; + NSObject * _writeGroup; + id /* block */ _writerBlock; +} + +- (id).cxx_construct; +- (void).cxx_destruct; +- (void)_cancelPendingWriteSynchronouslyLeavingSuddenTerminationIntact; +- (id)_dataFromDataSource; +- (void)_invalidateTimer; +- (void)_scheduleTimer; +- (void)_timerFired:(id)arg1; +- (void)_waitForWriteCompletion; +- (void)_writeData:(id)arg1; +- (void)_writeDataAsynchronously:(id)arg1; +- (void)cancelPendingWriteSynchronously; +- (void)completePendingWriteSynchronously; +- (void)dealloc; +- (id)initWithName:(id)arg1 fileURL:(id)arg2 dataSourceBlock:(id /* block */)arg3; +- (void)scheduleWrite; +- (void)startScheduledWriteNow; + +@end diff --git a/PrivateFrameworks/SafariShared.framework/WBSHistoryURLCompletionMatchData.h b/PrivateFrameworks/SafariShared.framework/WBSHistoryURLCompletionMatchData.h index 72bf626935..1a8c907562 100644 --- a/PrivateFrameworks/SafariShared.framework/WBSHistoryURLCompletionMatchData.h +++ b/PrivateFrameworks/SafariShared.framework/WBSHistoryURLCompletionMatchData.h @@ -16,6 +16,7 @@ @property (nonatomic, readonly) double lastVisitedTimeInterval; @property (nonatomic, readonly) NSString *originalURLString; @property (readonly) Class superclass; +@property (nonatomic, readonly) int visitCount; - (id).cxx_construct; - (void).cxx_destruct; @@ -35,5 +36,6 @@ - (float)topSitesScoreForURLStringAtIndex:(unsigned int)arg1 atTime:(double)arg2; - (id)userVisibleURLStringAtIndex:(unsigned int)arg1; - (id)userVisibleURLStringForPageTitleAtIndex:(unsigned int)arg1; +- (int)visitCount; @end diff --git a/PrivateFrameworks/SafariShared.framework/WBSParsecDFeedbackDispatcher.h b/PrivateFrameworks/SafariShared.framework/WBSParsecDFeedbackDispatcher.h index 3a49e15268..b82b460924 100644 --- a/PrivateFrameworks/SafariShared.framework/WBSParsecDFeedbackDispatcher.h +++ b/PrivateFrameworks/SafariShared.framework/WBSParsecDFeedbackDispatcher.h @@ -20,7 +20,7 @@ - (id)_takeStartSearchFeedbackForSearchOfType:(int)arg1 forQuery:(id)arg2; - (void)didBeginSearchOfType:(int)arg1 withQuery:(id)arg2 endpoint:(unsigned int)arg3; - (void)didBeginSearchOfType:(int)arg1 withQuery:(id)arg2 urlString:(id)arg3 headers:(id)arg4 endpoint:(unsigned int)arg5; -- (void)didDisplayCompletionListItems:(id)arg1 forQuery:(id)arg2; +- (void)didDisplayCompletionListItems:(id)arg1 forQuery:(id)arg2 forEvent:(int)arg3; - (void)didGenerateCompletionListItemsWithRankingObserver:(id)arg1; - (void)didRankSections:(id)arg1 blendingDuration:(double)arg2 feedbackForHiddenAndDuplicateResults:(id)arg3; - (void)didReceiveLocalResultsForQuery:(id)arg1; diff --git a/PrivateFrameworks/ScreenReaderOutput.framework/SCROScriptClient.h b/PrivateFrameworks/ScreenReaderOutput.framework/SCROScriptClient.h index cc50b9d4d0..448fef30e2 100644 --- a/PrivateFrameworks/ScreenReaderOutput.framework/SCROScriptClient.h +++ b/PrivateFrameworks/ScreenReaderOutput.framework/SCROScriptClient.h @@ -3,20 +3,25 @@ */ @interface SCROScriptClient : NSObject { + NSObject * __scriptDispatchQueue; SCROConnection * _connection; BOOL _isReady; NSLock * _lock; SCRCTargetSelectorTimer * _timer; } +@property (nonatomic, retain) NSObject *_scriptDispatchQueue; + + (id)sharedClient; - (BOOL)_isReady; - (void)_killConnection; - (id)_lazyConnection; +- (id)_scriptDispatchQueue; - (void)dealloc; - (void)handleCallback:(id)arg1; - (id)init; - (BOOL)runScriptFile:(id)arg1; +- (void)set_scriptDispatchQueue:(id)arg1; @end diff --git a/PrivateFrameworks/ScreenReaderOutputServer.framework/SCROBrailleChunk.h b/PrivateFrameworks/ScreenReaderOutputServer.framework/SCROBrailleChunk.h index d1b97518e5..20732bb6ad 100644 --- a/PrivateFrameworks/ScreenReaderOutputServer.framework/SCROBrailleChunk.h +++ b/PrivateFrameworks/ScreenReaderOutputServer.framework/SCROBrailleChunk.h @@ -10,6 +10,7 @@ NSMutableAttributedString * _brailleString; int _contractionMode; BOOL _hasTextSelection; + BOOL _isEditableText; BOOL _isFocused; BOOL _isTechnical; NSString * _language; @@ -24,6 +25,7 @@ int _token; } +@property (nonatomic) BOOL isEditableText; @property (nonatomic, readonly) NSString *language; + (void)initialize; @@ -37,12 +39,14 @@ - (id)description; - (BOOL)focused; - (BOOL)hasSelection; -- (id)initWithText:(id)arg1 language:(id)arg2 selection:(struct _NSRange { unsigned int x1; unsigned int x2; }*)arg3 token:(int)arg4 focused:(BOOL)arg5 contractionMode:(int)arg6 showEightDot:(BOOL)arg7 showDotsSevenAndEight:(BOOL)arg8; -- (id)initWithText:(id)arg1 language:(id)arg2 selection:(struct _NSRange { unsigned int x1; unsigned int x2; }*)arg3 token:(int)arg4 focused:(BOOL)arg5 contractionMode:(int)arg6 showEightDot:(BOOL)arg7 showDotsSevenAndEight:(BOOL)arg8 technical:(BOOL)arg9; -- (id)initWithText:(id)arg1 overrideText:(id)arg2 language:(id)arg3 selection:(struct _NSRange { unsigned int x1; unsigned int x2; }*)arg4 token:(int)arg5 focused:(BOOL)arg6 contractionMode:(int)arg7 showEightDot:(BOOL)arg8 showDotsSevenAndEight:(BOOL)arg9 technical:(BOOL)arg10; +- (id)initWithText:(id)arg1 language:(id)arg2 selection:(struct _NSRange { unsigned int x1; unsigned int x2; }*)arg3 token:(int)arg4 focused:(BOOL)arg5 contractionMode:(int)arg6 showEightDot:(BOOL)arg7 showDotsSevenAndEight:(BOOL)arg8 isEditableText:(BOOL)arg9; +- (id)initWithText:(id)arg1 language:(id)arg2 selection:(struct _NSRange { unsigned int x1; unsigned int x2; }*)arg3 token:(int)arg4 focused:(BOOL)arg5 contractionMode:(int)arg6 showEightDot:(BOOL)arg7 showDotsSevenAndEight:(BOOL)arg8 technical:(BOOL)arg9 isEditableText:(BOOL)arg10; +- (id)initWithText:(id)arg1 overrideText:(id)arg2 language:(id)arg3 selection:(struct _NSRange { unsigned int x1; unsigned int x2; }*)arg4 token:(int)arg5 focused:(BOOL)arg6 contractionMode:(int)arg7 showEightDot:(BOOL)arg8 showDotsSevenAndEight:(BOOL)arg9 technical:(BOOL)arg10 isEditableText:(BOOL)arg11; +- (BOOL)isEditableText; - (BOOL)isFocusedOrSelected; - (id)language; - (int)locationForIndex:(int)arg1; +- (void)setIsEditableText:(BOOL)arg1; - (id)text; - (int)token; - (void)translate; diff --git a/PrivateFrameworks/ScreenReaderOutputServer.framework/SCROBrailleDisplay.h b/PrivateFrameworks/ScreenReaderOutputServer.framework/SCROBrailleDisplay.h index 7cc55cbb39..2cfebe937a 100644 --- a/PrivateFrameworks/ScreenReaderOutputServer.framework/SCROBrailleDisplay.h +++ b/PrivateFrameworks/ScreenReaderOutputServer.framework/SCROBrailleDisplay.h @@ -75,6 +75,7 @@ } @property (nonatomic) BOOL automaticBrailleTranslationEnabled; +@property (nonatomic, readonly) unsigned long long brailleLineGenerationID; @property (readonly, copy) NSString *debugDescription; @property (nonatomic) BOOL delegateWantsDisplayCallback; @property (readonly, copy) NSString *description; @@ -130,6 +131,7 @@ - (BOOL)automaticBrailleTranslationEnabled; - (void)beginUpdates; - (id)brailleInputManager; +- (unsigned long long)brailleLineGenerationID; - (id)configuration; - (void)dealloc; - (BOOL)delegateWantsDisplayCallback; diff --git a/PrivateFrameworks/ScreenReaderOutputServer.framework/SCROBrailleFormatter.h b/PrivateFrameworks/ScreenReaderOutputServer.framework/SCROBrailleFormatter.h index 73cd036af3..79dd12b03e 100644 --- a/PrivateFrameworks/ScreenReaderOutputServer.framework/SCROBrailleFormatter.h +++ b/PrivateFrameworks/ScreenReaderOutputServer.framework/SCROBrailleFormatter.h @@ -11,6 +11,7 @@ BOOL _currentUnread; int _displayMode; int _firstToken; + unsigned long long _generationID; int _lastToken; int _lineFocus; int _lineOffset; @@ -20,14 +21,15 @@ struct __CFDictionary { } * _tokenDictionary; } +@property (nonatomic, readonly) unsigned long long generationID; @property (nonatomic) int lineFocus; @property (nonatomic) int lineOffset; -- (void)addText:(id)arg1 language:(id)arg2 selection:(struct _NSRange { unsigned int x1; unsigned int x2; }*)arg3 token:(int)arg4 focused:(BOOL)arg5; -- (void)addText:(id)arg1 language:(id)arg2 selection:(struct _NSRange { unsigned int x1; unsigned int x2; }*)arg3 token:(int)arg4 focused:(BOOL)arg5 technical:(BOOL)arg6; -- (void)addText:(id)arg1 overrideText:(id)arg2 language:(id)arg3 selection:(struct _NSRange { unsigned int x1; unsigned int x2; }*)arg4 token:(int)arg5 focused:(BOOL)arg6 technical:(BOOL)arg7; -- (void)addText:(id)arg1 selection:(struct _NSRange { unsigned int x1; unsigned int x2; }*)arg2 token:(int)arg3 focused:(BOOL)arg4; -- (void)addText:(id)arg1 selection:(struct _NSRange { unsigned int x1; unsigned int x2; }*)arg2 token:(int)arg3 focused:(BOOL)arg4 technical:(BOOL)arg5; +- (void)addText:(id)arg1 language:(id)arg2 selection:(struct _NSRange { unsigned int x1; unsigned int x2; }*)arg3 token:(int)arg4 focused:(BOOL)arg5 isEditableText:(BOOL)arg6; +- (void)addText:(id)arg1 language:(id)arg2 selection:(struct _NSRange { unsigned int x1; unsigned int x2; }*)arg3 token:(int)arg4 focused:(BOOL)arg5 technical:(BOOL)arg6 isEditableText:(BOOL)arg7; +- (void)addText:(id)arg1 overrideText:(id)arg2 language:(id)arg3 selection:(struct _NSRange { unsigned int x1; unsigned int x2; }*)arg4 token:(int)arg5 focused:(BOOL)arg6 technical:(BOOL)arg7 isEditableText:(BOOL)arg8; +- (void)addText:(id)arg1 selection:(struct _NSRange { unsigned int x1; unsigned int x2; }*)arg2 token:(int)arg3 focused:(BOOL)arg4 isEditableText:(BOOL)arg5; +- (void)addText:(id)arg1 selection:(struct _NSRange { unsigned int x1; unsigned int x2; }*)arg2 token:(int)arg3 focused:(BOOL)arg4 technical:(BOOL)arg5 isEditableText:(BOOL)arg6; - (BOOL)anyUnread; - (id)appToken; - (struct __CFArray { }*)chunkArray; @@ -40,6 +42,7 @@ - (id)description; - (int)displayMode; - (int)firstToken; +- (unsigned long long)generationID; - (id)initWithContractionMode:(int)arg1 showEightDot:(BOOL)arg2 showDotsSevenAndEight:(BOOL)arg3; - (int)lastToken; - (int)lineFocus; diff --git a/PrivateFrameworks/ScreenReaderOutputServer.framework/SCROBrailleLine.h b/PrivateFrameworks/ScreenReaderOutputServer.framework/SCROBrailleLine.h index 285e30e7d9..bf25b1bdf3 100644 --- a/PrivateFrameworks/ScreenReaderOutputServer.framework/SCROBrailleLine.h +++ b/PrivateFrameworks/ScreenReaderOutputServer.framework/SCROBrailleLine.h @@ -16,6 +16,7 @@ char * _displayFilter; int _displayMode; int _firstToken; + unsigned long long _generationID; int _iBeamLocation; int _insetSize; BOOL _isPanning; @@ -43,6 +44,7 @@ } @property (nonatomic) BOOL displayEnabled; +@property (nonatomic) unsigned long long generationID; @property (nonatomic) int lineOffset; @property (nonatomic, readonly) BOOL needsDisplayFlush; @@ -64,6 +66,7 @@ - (BOOL)displayEnabled; - (int)displayMode; - (int)firstToken; +- (unsigned long long)generationID; - (BOOL)getStatusRouterIndex:(int*)arg1 forRawIndex:(int)arg2; - (id)initWithDriver:(id)arg1 mainSize:(int)arg2 statusSize:(int)arg3; - (int)lastToken; @@ -80,6 +83,7 @@ - (void)setDisplayEnabled:(BOOL)arg1; - (void)setDisplayMode:(int)arg1; - (void)setFormatter:(id)arg1; +- (void)setGenerationID:(unsigned long long)arg1; - (void)setLineFocus:(int)arg1; - (void)setLineOffset:(int)arg1; - (void)setMainSize:(int)arg1; diff --git a/PrivateFrameworks/ScreenReaderOutputServer.framework/SCROBrailleTranslationManager.h b/PrivateFrameworks/ScreenReaderOutputServer.framework/SCROBrailleTranslationManager.h index 3a42c079cc..dbd942a654 100644 --- a/PrivateFrameworks/ScreenReaderOutputServer.framework/SCROBrailleTranslationManager.h +++ b/PrivateFrameworks/ScreenReaderOutputServer.framework/SCROBrailleTranslationManager.h @@ -33,6 +33,7 @@ - (void)dealloc; - (id)init; - (void)lockAuxiliaryTable; +- (BOOL)primaryAndAuxiliaryTranslatorsAreIdentical; - (id)primaryTableIdentifier; - (BOOL)primaryTableSupportsContractedBraille; - (BOOL)primaryTableSupportsEightDotBraille; diff --git a/PrivateFrameworks/Search.framework/SFSearchResult_Compatibility.h b/PrivateFrameworks/Search.framework/SFSearchResult_Compatibility.h index 738ef7a2ad..f11b3cdce6 100644 --- a/PrivateFrameworks/Search.framework/SFSearchResult_Compatibility.h +++ b/PrivateFrameworks/Search.framework/SFSearchResult_Compatibility.h @@ -3,21 +3,10 @@ */ @interface SFSearchResult_Compatibility : SFSearchResult_SpotlightExtras { - NSArray * _card_sections; - NSURL * _card_url; NSArray * _contactIdentifiers; - NSString * _contentURL; - NSString * _fbq; - NSString * _fbr; - int _flags; BOOL _hasAssociatedUserActivity; BOOL _hasSearchResultDomain; - NSData * _maps_data; - NSString * _predictionIdentifier; - PRSRankingProperties * _rankingProperties; unsigned long long _resultScore; - NSURL * _resultURL; - NSArray * _row_sections; int _searchResultDomain; NSString * _secondary_title; double _sectionScore; @@ -26,94 +15,56 @@ NSString * _subtitle; NSString * _templateName; BOOL _thumbnail_align_right; - NSString * _urlString; BOOL _userActivityEligibleForPublicIndexing; } @property (nonatomic, retain) NSString *adam_id; @property (nonatomic, retain) NSString *bundleID; -@property (nonatomic, retain) NSArray *card_sections; -@property (nonatomic, retain) NSURL *card_url; @property (nonatomic, retain) NSString *compatibilityTitle; @property (nonatomic, retain) NSArray *contactIdentifiers; -@property (nonatomic, retain) NSString *contentURL; @property (nonatomic, retain) NSString *externalIdentifier; -@property (nonatomic, retain) NSString *fbq; -@property (nonatomic, retain) NSString *fbr; -@property (nonatomic) int flags; @property (nonatomic) BOOL hasAssociatedUserActivity; @property (readonly) BOOL hasSearchResultDomain; -@property (nonatomic, retain) NSData *maps_data; -@property (nonatomic, retain) NSString *predictionIdentifier; -@property (nonatomic, retain) PRSRankingProperties *rankingProperties; @property (nonatomic, retain) NSString *resultIdentifier; @property (nonatomic) unsigned long long resultScore; -@property (nonatomic, retain) NSURL *resultURL; -@property (nonatomic, retain) NSArray *row_sections; @property int searchResultDomain; @property (nonatomic, readonly) NSString *secondary_title; -@property (nonatomic, readonly) BOOL secondary_title_detached; @property (nonatomic) double sectionScore; @property (nonatomic, retain) NSString *section_header; -@property (nonatomic, retain) NSString *simpleTitle; @property (nonatomic, retain) NSString *sourceDomain; @property (nonatomic, retain) NSString *subtitle; @property (nonatomic, retain) NSString *templateName; @property (nonatomic) BOOL thumbnail_align_right; @property int title_maxlines; -@property (nonatomic, retain) NSString *urlString; @property BOOL userActivityEligibleForPublicIndexing; - (void).cxx_destruct; - (id)adam_id; - (id)bundleID; -- (id)card_sections; -- (id)card_url; - (Class)classForCoder; - (Class)classForKeyedArchiver; - (id)compatibilityTitle; - (id)contactIdentifiers; -- (id)contentURL; - (id)copy; - (id)copyWithZone:(struct _NSZone { }*)arg1; - (id)externalIdentifier; -- (id)fbq; -- (id)fbr; -- (int)flags; - (BOOL)hasAssociatedUserActivity; - (BOOL)hasSearchResultDomain; - (BOOL)isQuickGlance; -- (id)maps_data; -- (id)predictionIdentifier; -- (id)rankingProperties; - (id)resultIdentifier; - (unsigned long long)resultScore; -- (id)resultURL; -- (id)row_sections; - (int)searchResultDomain; - (id)secondary_title; -- (BOOL)secondary_title_detached; - (double)sectionScore; - (id)section_header; - (void)setAdam_id:(id)arg1; - (void)setBundleID:(id)arg1; -- (void)setCard_sections:(id)arg1; -- (void)setCard_url:(id)arg1; - (void)setCompatibilityTitle:(id)arg1; - (void)setContactIdentifiers:(id)arg1; -- (void)setContentURL:(id)arg1; - (void)setExternalIdentifier:(id)arg1; -- (void)setFbq:(id)arg1; -- (void)setFbr:(id)arg1; -- (void)setFlags:(int)arg1; - (void)setHasAssociatedUserActivity:(BOOL)arg1; -- (void)setMaps_data:(id)arg1; -- (void)setPredictionIdentifier:(id)arg1; -- (void)setRankingProperties:(id)arg1; - (void)setResultIdentifier:(id)arg1; - (void)setResultScore:(unsigned long long)arg1; -- (void)setResultURL:(id)arg1; -- (void)setRow_sections:(id)arg1; - (void)setSearchResultDomain:(int)arg1; - (void)setSectionScore:(double)arg1; - (void)setSection_header:(id)arg1; @@ -124,7 +75,6 @@ - (void)setThumbnail_align_right:(BOOL)arg1; - (void)setTitle_maxlines:(int)arg1; - (void)setUniqueIdentifier:(id)arg1; -- (void)setUrlString:(id)arg1; - (void)setUserActivityEligibleForPublicIndexing:(BOOL)arg1; - (id)simpleTitle; - (id)sourceDomain; @@ -133,7 +83,6 @@ - (BOOL)thumbnail_align_right; - (int)title_maxlines; - (id)uniqueIdentifier; -- (id)urlString; - (BOOL)userActivityEligibleForPublicIndexing; - (void)writeTo:(id)arg1; diff --git a/PrivateFrameworks/Search.framework/SFSearchResult_SpotlightExtras.h b/PrivateFrameworks/Search.framework/SFSearchResult_SpotlightExtras.h index f1058eb777..0fc49ef660 100644 --- a/PrivateFrameworks/Search.framework/SFSearchResult_SpotlightExtras.h +++ b/PrivateFrameworks/Search.framework/SFSearchResult_SpotlightExtras.h @@ -3,6 +3,7 @@ */ @interface SFSearchResult_SpotlightExtras : SFSearchResult { + NSString * _contentURL; BOOL _coreSpotlightSourced; NSNumber * _documentIdentifier; NSMutableArray * _duplicatedItems; @@ -12,10 +13,12 @@ BOOL _isParsecResult; NSArray * _launchDates; NSString * _launchString; + unsigned long long _originalScore; NSNumber * _parentFileIdentifier; NSString * _protectionClass; NSString * _queryString; unsigned long long _rank; + PRSRankingProperties * _rankingProperties; unsigned long long _score; unsigned long long _topHitScore; NSData * _userActivityData; @@ -23,6 +26,7 @@ NSString * _userActivityType; } +@property (nonatomic, retain) NSString *contentURL; @property (nonatomic) BOOL coreSpotlightSourced; @property (nonatomic, retain) NSNumber *documentIdentifier; @property (nonatomic, retain) NSMutableArray *duplicatedItems; @@ -32,10 +36,12 @@ @property (nonatomic) BOOL isParsecResult; @property (nonatomic, retain) NSArray *launchDates; @property (nonatomic, retain) NSString *launchString; +@property (nonatomic) unsigned long long originalScore; @property (nonatomic, retain) NSNumber *parentFileIdentifier; @property (nonatomic, retain) NSString *protectionClass; @property (nonatomic, retain) NSString *queryString; @property (nonatomic) unsigned long long rank; +@property (nonatomic, retain) PRSRankingProperties *rankingProperties; @property (nonatomic) unsigned long long score; @property (nonatomic) unsigned long long topHitScore; @property (nonatomic, retain) NSData *userActivityData; @@ -45,6 +51,7 @@ + (BOOL)supportsSecureCoding; - (void).cxx_destruct; +- (id)contentURL; - (BOOL)coreSpotlightSourced; - (id)documentIdentifier; - (id)duplicatedItems; @@ -57,11 +64,14 @@ - (id)launchDates; - (id)launchString; - (id)objectForFeedback; +- (unsigned long long)originalScore; - (id)parentFileIdentifier; - (id)protectionClass; - (id)queryString; - (unsigned long long)rank; +- (id)rankingProperties; - (unsigned long long)score; +- (void)setContentURL:(id)arg1; - (void)setCoreSpotlightSourced:(BOOL)arg1; - (void)setDocumentIdentifier:(id)arg1; - (void)setDuplicatedItems:(id)arg1; @@ -71,10 +81,12 @@ - (void)setIsParsecResult:(BOOL)arg1; - (void)setLaunchDates:(id)arg1; - (void)setLaunchString:(id)arg1; +- (void)setOriginalScore:(unsigned long long)arg1; - (void)setParentFileIdentifier:(id)arg1; - (void)setProtectionClass:(id)arg1; - (void)setQueryString:(id)arg1; - (void)setRank:(unsigned long long)arg1; +- (void)setRankingProperties:(id)arg1; - (void)setScore:(unsigned long long)arg1; - (void)setTopHitScore:(unsigned long long)arg1; - (void)setUrl:(id)arg1; diff --git a/PrivateFrameworks/Search.framework/SPMLLogging.h b/PrivateFrameworks/Search.framework/SPMLLogging.h new file mode 100644 index 0000000000..92909af43a --- /dev/null +++ b/PrivateFrameworks/Search.framework/SPMLLogging.h @@ -0,0 +1,14 @@ +/* Generated by RuntimeBrowser + Image: /System/Library/PrivateFrameworks/Search.framework/Search + */ + +@interface SPMLLogging : NSObject + ++ (id)candidateLogsURL; ++ (id)dateFormatter; ++ (id)dateFromFileURL:(id)arg1; ++ (id)logURLForCurrentTime; ++ (id)submittedLogsURL; ++ (id)submitttedSpotlightReportsError:(id*)arg1; + +@end diff --git a/PrivateFrameworks/SearchFoundation.framework/SFActionItem.h b/PrivateFrameworks/SearchFoundation.framework/SFActionItem.h index bf34267c02..8e44f0d81f 100644 --- a/PrivateFrameworks/SearchFoundation.framework/SFActionItem.h +++ b/PrivateFrameworks/SearchFoundation.framework/SFActionItem.h @@ -6,6 +6,7 @@ NSString * _applicationBundleIdentifier; SFImage * _baseIcon; NSString * _contactIdentifier; + NSString * _email; SFImage * _icon; BOOL _isITunes; BOOL _isOverlay; @@ -28,6 +29,7 @@ @property (nonatomic, copy) NSString *applicationBundleIdentifier; @property (nonatomic, retain) SFImage *baseIcon; @property (nonatomic, copy) NSString *contactIdentifier; +@property (nonatomic, copy) NSString *email; @property (nonatomic, retain) SFImage *icon; @property (nonatomic) BOOL isITunes; @property (nonatomic) BOOL isOverlay; @@ -52,6 +54,7 @@ - (id)applicationBundleIdentifier; - (id)baseIcon; - (id)contactIdentifier; +- (id)email; - (void)encodeWithCoder:(id)arg1; - (id)icon; - (id)initWithCoder:(id)arg1; @@ -72,6 +75,7 @@ - (void)setApplicationBundleIdentifier:(id)arg1; - (void)setBaseIcon:(id)arg1; - (void)setContactIdentifier:(id)arg1; +- (void)setEmail:(id)arg1; - (void)setIcon:(id)arg1; - (void)setIsITunes:(BOOL)arg1; - (void)setIsOverlay:(BOOL)arg1; diff --git a/PrivateFrameworks/SearchFoundation.framework/SFMediaInfoCardSection.h b/PrivateFrameworks/SearchFoundation.framework/SFMediaInfoCardSection.h index d41bdbdfbc..9b083bf721 100644 --- a/PrivateFrameworks/SearchFoundation.framework/SFMediaInfoCardSection.h +++ b/PrivateFrameworks/SearchFoundation.framework/SFMediaInfoCardSection.h @@ -4,15 +4,25 @@ @interface SFMediaInfoCardSection : SFCardSection { NSArray * _details; + BOOL _isMediaContainer; SFMediaItem * _mediaItem; NSArray * _offers; SFActionItem * _playAction; + NSString * _watchListButtonLabel; + NSString * _watchListConfirmationText; + NSString * _watchListContinuationText; + NSString * _watchListIdentifier; } @property (nonatomic, copy) NSArray *details; +@property (nonatomic) BOOL isMediaContainer; @property (nonatomic, retain) SFMediaItem *mediaItem; @property (nonatomic, copy) NSArray *offers; @property (nonatomic, retain) SFActionItem *playAction; +@property (nonatomic, copy) NSString *watchListButtonLabel; +@property (nonatomic, copy) NSString *watchListConfirmationText; +@property (nonatomic, copy) NSString *watchListContinuationText; +@property (nonatomic, copy) NSString *watchListIdentifier; + (BOOL)supportsSecureCoding; @@ -20,12 +30,22 @@ - (id)details; - (void)encodeWithCoder:(id)arg1; - (id)initWithCoder:(id)arg1; +- (BOOL)isMediaContainer; - (id)mediaItem; - (id)offers; - (id)playAction; - (void)setDetails:(id)arg1; +- (void)setIsMediaContainer:(BOOL)arg1; - (void)setMediaItem:(id)arg1; - (void)setOffers:(id)arg1; - (void)setPlayAction:(id)arg1; +- (void)setWatchListButtonLabel:(id)arg1; +- (void)setWatchListConfirmationText:(id)arg1; +- (void)setWatchListContinuationText:(id)arg1; +- (void)setWatchListIdentifier:(id)arg1; +- (id)watchListButtonLabel; +- (id)watchListConfirmationText; +- (id)watchListContinuationText; +- (id)watchListIdentifier; @end diff --git a/PrivateFrameworks/SearchFoundation.framework/SFSearchResult.h b/PrivateFrameworks/SearchFoundation.framework/SFSearchResult.h index 6803f2d52a..e0c97a8106 100644 --- a/PrivateFrameworks/SearchFoundation.framework/SFSearchResult.h +++ b/PrivateFrameworks/SearchFoundation.framework/SFSearchResult.h @@ -47,6 +47,7 @@ double _personalizationScore; unsigned int _placement; BOOL _preventThumbnailImageScaling; + BOOL _publiclyIndexable; NSString * _publishDate; SFPunchout * _punchout; unsigned long long _queryId; @@ -126,6 +127,7 @@ @property (nonatomic) double personalizationScore; @property (nonatomic) unsigned int placement; @property (nonatomic) BOOL preventThumbnailImageScaling; +@property (nonatomic) BOOL publiclyIndexable; @property (nonatomic, copy) NSString *publishDate; @property (nonatomic, retain) SFPunchout *punchout; @property (nonatomic) unsigned long long queryId; @@ -208,6 +210,7 @@ - (double)personalizationScore; - (unsigned int)placement; - (BOOL)preventThumbnailImageScaling; +- (BOOL)publiclyIndexable; - (id)publishDate; - (id)punchout; - (unsigned long long)queryId; @@ -268,6 +271,7 @@ - (void)setPersonalizationScore:(double)arg1; - (void)setPlacement:(unsigned int)arg1; - (void)setPreventThumbnailImageScaling:(BOOL)arg1; +- (void)setPubliclyIndexable:(BOOL)arg1; - (void)setPublishDate:(id)arg1; - (void)setPunchout:(id)arg1; - (void)setQueryId:(unsigned long long)arg1; diff --git a/PrivateFrameworks/SearchUI.framework/SearchUIConfirmationHUDTransitionController.h b/PrivateFrameworks/SearchUI.framework/SearchUIConfirmationHUDTransitionController.h new file mode 100644 index 0000000000..022814ec17 --- /dev/null +++ b/PrivateFrameworks/SearchUI.framework/SearchUIConfirmationHUDTransitionController.h @@ -0,0 +1,20 @@ +/* Generated by RuntimeBrowser + Image: /System/Library/PrivateFrameworks/SearchUI.framework/SearchUI + */ + +@interface SearchUIConfirmationHUDTransitionController : NSObject { + BOOL _presenting; +} + +@property (readonly, copy) NSString *debugDescription; +@property (readonly, copy) NSString *description; +@property (readonly) unsigned int hash; +@property (getter=isPresenting, nonatomic) BOOL presenting; +@property (readonly) Class superclass; + +- (void)animateTransition:(id)arg1; +- (BOOL)isPresenting; +- (void)setPresenting:(BOOL)arg1; +- (double)transitionDuration:(id)arg1; + +@end diff --git a/PrivateFrameworks/SearchUI.framework/SearchUIConfirmationHUDView.h b/PrivateFrameworks/SearchUI.framework/SearchUIConfirmationHUDView.h new file mode 100644 index 0000000000..a68065edaf --- /dev/null +++ b/PrivateFrameworks/SearchUI.framework/SearchUIConfirmationHUDView.h @@ -0,0 +1,22 @@ +/* Generated by RuntimeBrowser + Image: /System/Library/PrivateFrameworks/SearchUI.framework/SearchUI + */ + +@interface SearchUIConfirmationHUDView : UIView { + UIVisualEffectView * _effectView; + UILabel * _textLabel; +} + +@property (nonatomic, retain) UIVisualEffectView *effectView; +@property (nonatomic, retain) UILabel *textLabel; + +- (void).cxx_destruct; +- (void)animateCheckmark; +- (id)effectView; +- (id)init; +- (void)layoutSubviews; +- (void)setEffectView:(id)arg1; +- (void)setTextLabel:(id)arg1; +- (id)textLabel; + +@end diff --git a/PrivateFrameworks/SearchUI.framework/SearchUIConfirmationHUDViewController.h b/PrivateFrameworks/SearchUI.framework/SearchUIConfirmationHUDViewController.h new file mode 100644 index 0000000000..ab8b856f07 --- /dev/null +++ b/PrivateFrameworks/SearchUI.framework/SearchUIConfirmationHUDViewController.h @@ -0,0 +1,20 @@ +/* Generated by RuntimeBrowser + Image: /System/Library/PrivateFrameworks/SearchUI.framework/SearchUI + */ + +@interface SearchUIConfirmationHUDViewController : UIViewController + +@property (readonly, copy) NSString *debugDescription; +@property (readonly, copy) NSString *description; +@property (readonly) unsigned int hash; +@property (readonly) Class superclass; +@property (retain) SearchUIConfirmationHUDView *view; + +- (id)animationControllerForDismissedController:(id)arg1; +- (id)animationControllerForPresentedController:(id)arg1 presentingController:(id)arg2 sourceController:(id)arg3; +- (id)init; +- (void)setTitle:(id)arg1; +- (id)view; +- (void)viewDidAppear:(BOOL)arg1; + +@end diff --git a/PrivateFrameworks/SearchUI.framework/SearchUIMovieCardSectionBuyButtonView.h b/PrivateFrameworks/SearchUI.framework/SearchUIMovieCardSectionBuyButtonView.h index 6ab1c1470d..1521a24b7a 100644 --- a/PrivateFrameworks/SearchUI.framework/SearchUIMovieCardSectionBuyButtonView.h +++ b/PrivateFrameworks/SearchUI.framework/SearchUIMovieCardSectionBuyButtonView.h @@ -5,14 +5,22 @@ @interface SearchUIMovieCardSectionBuyButtonView : UIView { SKUIItemOfferButton * _button; SearchUICardViewController * _controller; + BOOL _hasBeenToggled; + BOOL _isOnWatchList; + NSString * _itemIdentifier; SFPunchout * _punchout; + SFPunchout * _punchoutForFeedback; SFMediaInfoCardSection * _section; UILabel * _subtitleLabel; } @property (retain) SKUIItemOfferButton *button; @property SearchUICardViewController *controller; +@property BOOL hasBeenToggled; +@property BOOL isOnWatchList; +@property (retain) NSString *itemIdentifier; @property (retain) SFPunchout *punchout; +@property (retain) SFPunchout *punchoutForFeedback; @property (retain) SFMediaInfoCardSection *section; @property (retain) UILabel *subtitleLabel; @@ -20,16 +28,30 @@ - (id)button; - (void)buttonPressed; - (id)controller; +- (void)displayAsAlreadyOnWatchList; +- (BOOL)hasBeenToggled; - (id)hitTest:(struct CGPoint { float x1; float x2; })arg1 withEvent:(id)arg2; -- (id)initWithTitle:(id)arg1 subtitle:(id)arg2 punchout:(id)arg3 adamID:(id)arg4 offerIdentifier:(id)arg5 controller:(id)arg6 section:(id)arg7; +- (id)initWithTitle:(id)arg1 subtitle:(id)arg2 punchout:(id)arg3 itemIdentifier:(id)arg4 offerIdentifier:(id)arg5 controller:(id)arg6 section:(id)arg7; +- (BOOL)isOnWatchList; +- (id)itemIdentifier; - (void)lookupPriceForAdamID:(id)arg1 offerIdentifier:(id)arg2; - (id)punchout; +- (id)punchoutForFeedback; - (id)section; - (void)setButton:(id)arg1; - (void)setController:(id)arg1; +- (void)setHasBeenToggled:(BOOL)arg1; +- (void)setIsOnWatchList:(BOOL)arg1; +- (void)setItemIdentifier:(id)arg1; - (void)setPunchout:(id)arg1; +- (void)setPunchoutForFeedback:(id)arg1; - (void)setSection:(id)arg1; - (void)setSubtitleLabel:(id)arg1; - (id)subtitleLabel; +- (void)updateButtonWithAnimations:(id /* block */)arg1 animated:(BOOL)arg2; +- (void)updatePunchoutWithURL:(id)arg1; +- (void)updateSubtitleText:(id)arg1 animated:(BOOL)arg2; +- (void)updateView:(id)arg1 withAnimations:(id /* block */)arg2 animated:(BOOL)arg3; +- (void)updateWatchListStatus:(BOOL)arg1 animated:(BOOL)arg2; @end diff --git a/PrivateFrameworks/SearchUI.framework/SearchUIMovieCardSectionView.h b/PrivateFrameworks/SearchUI.framework/SearchUIMovieCardSectionView.h index aac9cfaec5..1d33dca2e0 100644 --- a/PrivateFrameworks/SearchUI.framework/SearchUIMovieCardSectionView.h +++ b/PrivateFrameworks/SearchUI.framework/SearchUIMovieCardSectionView.h @@ -2,8 +2,21 @@ Image: /System/Library/PrivateFrameworks/SearchUI.framework/SearchUI */ -@interface SearchUIMovieCardSectionView : SearchUICardSectionView +@interface SearchUIMovieCardSectionView : SearchUICardSectionView { + SearchUIMovieCardSectionBuyButtonView * _playButton; + SearchUIMovieCardSectionBuyButtonView * _watchListButton; +} +@property (retain) SearchUIMovieCardSectionBuyButtonView *playButton; +@property (retain) SearchUIMovieCardSectionBuyButtonView *watchListButton; + +- (void).cxx_destruct; - (id)initWithCardSection:(id)arg1 controller:(id)arg2; +- (void)lookupWatchListStatusForCardSection:(id)arg1; +- (id)playButton; +- (void)setPlayButton:(id)arg1; +- (void)setWatchListButton:(id)arg1; +- (void)updateButtonsIsWatchListed:(BOOL)arg1 playables:(id)arg2 continuationText:(id)arg3; +- (id)watchListButton; @end diff --git a/PrivateFrameworks/Sharing.framework/SFAutoUnlockDevice.h b/PrivateFrameworks/Sharing.framework/SFAutoUnlockDevice.h index 945fd277a5..2f1c7f7411 100644 --- a/PrivateFrameworks/Sharing.framework/SFAutoUnlockDevice.h +++ b/PrivateFrameworks/Sharing.framework/SFAutoUnlockDevice.h @@ -6,7 +6,9 @@ BOOL _bluetoothCloudPaired; NSUUID * _bluetoothID; BOOL _keyExists; + NSString * _modelDescription; NSString * _modelName; + BOOL _placeholder; NSUUID * _proxyBluetoothID; NSDictionary * _results; BOOL _unlockEnabled; @@ -15,7 +17,9 @@ @property (nonatomic) BOOL bluetoothCloudPaired; @property (nonatomic, retain) NSUUID *bluetoothID; @property (nonatomic) BOOL keyExists; +@property (nonatomic, copy) NSString *modelDescription; @property (nonatomic, retain) NSString *modelName; +@property (nonatomic) BOOL placeholder; @property (nonatomic, copy) NSUUID *proxyBluetoothID; @property (nonatomic, retain) NSDictionary *results; @property (nonatomic, readonly) int type; @@ -28,16 +32,21 @@ - (id)bluetoothID; - (id)description; - (void)encodeWithCoder:(id)arg1; +- (id)init; - (id)initWithCoder:(id)arg1; - (BOOL)isEqual:(id)arg1; - (BOOL)keyExists; +- (id)modelDescription; - (id)modelName; +- (BOOL)placeholder; - (id)proxyBluetoothID; - (id)results; - (void)setBluetoothCloudPaired:(BOOL)arg1; - (void)setBluetoothID:(id)arg1; - (void)setKeyExists:(BOOL)arg1; +- (void)setModelDescription:(id)arg1; - (void)setModelName:(id)arg1; +- (void)setPlaceholder:(BOOL)arg1; - (void)setProxyBluetoothID:(id)arg1; - (void)setResults:(id)arg1; - (void)setUnlockEnabled:(BOOL)arg1; diff --git a/PrivateFrameworks/Sharing.framework/SFAutoUnlockManager.h b/PrivateFrameworks/Sharing.framework/SFAutoUnlockManager.h index e421138398..ca594549ad 100644 --- a/PrivateFrameworks/Sharing.framework/SFAutoUnlockManager.h +++ b/PrivateFrameworks/Sharing.framework/SFAutoUnlockManager.h @@ -15,7 +15,10 @@ @property (nonatomic, readonly) double spinnerDelay; @property (readonly) Class superclass; ++ (BOOL)autoUnlockEnabled:(unsigned int)arg1; + (BOOL)autoUnlockSupported; ++ (BOOL)bluetoothAndWiFiEnabled; ++ (void)enableBluetoothAndWiFi; - (void).cxx_destruct; - (void)attemptAutoUnlock; diff --git a/PrivateFrameworks/Sharing.framework/SFBLEPipe.h b/PrivateFrameworks/Sharing.framework/SFBLEPipe.h index 4ade3f548a..7d857757fe 100644 --- a/PrivateFrameworks/Sharing.framework/SFBLEPipe.h +++ b/PrivateFrameworks/Sharing.framework/SFBLEPipe.h @@ -41,6 +41,7 @@ } @property (nonatomic, copy) id /* block */ bluetoothStateChangedHandler; +@property (nonatomic, readonly) int connectionState; @property (nonatomic, copy) id /* block */ connectionStateChangedHandler; @property (readonly, copy) NSString *debugDescription; @property (readonly, copy) NSString *description; @@ -70,6 +71,7 @@ - (void)centralManager:(id)arg1 didDisconnectPeripheral:(id)arg2 error:(id)arg3; - (void)centralManager:(id)arg1 didFailToConnectPeripheral:(id)arg2 error:(id)arg3; - (void)centralManagerDidUpdateState:(id)arg1; +- (int)connectionState; - (id /* block */)connectionStateChangedHandler; - (void)dealloc; - (id)description; diff --git a/PrivateFrameworks/Sharing.framework/SFBluetoothPairingSession.h b/PrivateFrameworks/Sharing.framework/SFBluetoothPairingSession.h index 5572b02842..f26dc6725b 100644 --- a/PrivateFrameworks/Sharing.framework/SFBluetoothPairingSession.h +++ b/PrivateFrameworks/Sharing.framework/SFBluetoothPairingSession.h @@ -19,8 +19,9 @@ NSString * _name; unsigned int _retryCount; BOOL _retryOnDetach; + NSObject * _retryTimer; double _startTime; - NSObject * _timer; + NSObject * _timeoutTimer; NSObject * _transaction; struct LogCategory { int x1; int x2; char *x3; unsigned int x4; char *x5; char *x6; int x7; struct LogCategory {} *x8; struct LogOutput {} *x9; struct LogOutput {} *x10; unsigned long long x11; unsigned long long x12; unsigned int x13; unsigned int x14; char *x15; struct LogCategoryPrivate {} *x16; } * _ucat; WPClient * _wpClient; diff --git a/PrivateFrameworks/Sharing.framework/SFPersonCollectionViewCell.h b/PrivateFrameworks/Sharing.framework/SFPersonCollectionViewCell.h index 2f5f09ec59..09f521ff8f 100644 --- a/PrivateFrameworks/Sharing.framework/SFPersonCollectionViewCell.h +++ b/PrivateFrameworks/Sharing.framework/SFPersonCollectionViewCell.h @@ -9,7 +9,9 @@ NSObject * _delegate; UIColor * _fadedSecondLabelColor; SFPersonImageView * _imageView; + UIImpactFeedbackGenerator * _impactHaptic; UILabel * _nameLabel; + UINotificationFeedbackGenerator * _notificationHaptic; SFAirDropNode * _person; NSProgress * _progress; NSArray * _progressKeyPaths; @@ -17,6 +19,7 @@ UILabel * _secondLabel; NSLayoutConstraint * _secondLabelFBConstraint; NSArray * _secondLabelVisibleConstraintsArray; + UISelectionFeedbackGenerator * _selectionHaptic; NSString * _sessionID; BOOL _stateBeingRestored; } @@ -27,7 +30,9 @@ @property (nonatomic) NSObject *delegate; @property (nonatomic, retain) UIColor *fadedSecondLabelColor; @property (nonatomic, retain) SFPersonImageView *imageView; +@property (nonatomic, retain) UIImpactFeedbackGenerator *impactHaptic; @property (nonatomic, retain) UILabel *nameLabel; +@property (nonatomic, retain) UINotificationFeedbackGenerator *notificationHaptic; @property (nonatomic, retain) SFAirDropNode *person; @property (nonatomic, retain) NSProgress *progress; @property (nonatomic, retain) NSArray *progressKeyPaths; @@ -35,6 +40,7 @@ @property (nonatomic, retain) UILabel *secondLabel; @property (nonatomic, retain) NSLayoutConstraint *secondLabelFBConstraint; @property (nonatomic, retain) NSArray *secondLabelVisibleConstraintsArray; +@property (nonatomic, retain) UISelectionFeedbackGenerator *selectionHaptic; @property (nonatomic, retain) NSString *sessionID; @property (nonatomic) BOOL stateBeingRestored; @@ -43,18 +49,23 @@ - (int)cellState; - (id)circleProgressView; - (BOOL)darkStyleOnLegacyApp; +- (void)deactivateHaptics; - (void)dealloc; - (id)delegate; - (id)fadedSecondLabelColor; +- (void)fireHapticsForState:(int)arg1; - (void)handleKVOUpdateForPerson:(id)arg1 keyPath:(id)arg2; - (void)handleKVOUpdateForProgress:(id)arg1 keyPath:(id)arg2; - (id)imageView; +- (id)impactHaptic; - (id)initWithFrame:(struct CGRect { struct CGPoint { float x_1_1_1; float x_1_1_2; } x1; struct CGSize { float x_2_1_1; float x_2_1_2; } x2; })arg1; - (void)layoutSubviews; - (id)nameLabel; +- (id)notificationHaptic; - (void)observeValueForKeyPath:(id)arg1 ofObject:(id)arg2 change:(id)arg3 context:(void*)arg4; - (id)person; - (void)prepareForReuse; +- (void)prepareHaptics; - (id)progress; - (id)progressKeyPaths; - (id)progressToken; @@ -63,6 +74,7 @@ - (id)secondLabel; - (id)secondLabelFBConstraint; - (id)secondLabelVisibleConstraintsArray; +- (id)selectionHaptic; - (id)sessionID; - (void)setCellState:(int)arg1; - (void)setCellState:(int)arg1 animated:(BOOL)arg2; @@ -71,7 +83,9 @@ - (void)setDelegate:(id)arg1; - (void)setFadedSecondLabelColor:(id)arg1; - (void)setImageView:(id)arg1; +- (void)setImpactHaptic:(id)arg1; - (void)setNameLabel:(id)arg1; +- (void)setNotificationHaptic:(id)arg1; - (void)setPerson:(id)arg1; - (void)setProgress:(id)arg1; - (void)setProgressKeyPaths:(id)arg1; @@ -81,6 +95,7 @@ - (void)setSecondLabelText:(id)arg1 withTextColor:(id)arg2 animated:(BOOL)arg3 completion:(id /* block */)arg4; - (void)setSecondLabelVisibleConstraintsArray:(id)arg1; - (void)setSelected:(BOOL)arg1; +- (void)setSelectionHaptic:(id)arg1; - (void)setSessionID:(id)arg1; - (void)setStateBeingRestored:(BOOL)arg1; - (BOOL)stateBeingRestored; diff --git a/PrivateFrameworks/SiriCore.framework/SiriCoreLocalSpeechRecognizer.h b/PrivateFrameworks/SiriCore.framework/SiriCoreLocalSpeechRecognizer.h index 5078d8b2f9..10af5852c1 100644 --- a/PrivateFrameworks/SiriCore.framework/SiriCoreLocalSpeechRecognizer.h +++ b/PrivateFrameworks/SiriCore.framework/SiriCoreLocalSpeechRecognizer.h @@ -10,6 +10,7 @@ BOOL _hasReceivedLocalSpeechRecognized; BOOL _hasReceivedServerSpeechRecognized; BOOL _hasRecognizedAnything; + NSUUID * _instanceUUID; NSArray * _localPhrases; NSArray * _localUtterances; NSObject * _queue; @@ -46,7 +47,7 @@ - (void)finishAudio; - (void)getOfflineDictationStatusWithCompletion:(id /* block */)arg1; - (id)init; -- (id)initWithDelegate:(id)arg1; +- (id)initWithDelegate:(id)arg1 instanceUUID:(id)arg2; - (void)invalidate; - (void)runAdaptationRecipeEvaluation:(id)arg1 localSpeechDESRecord:(id)arg2 completion:(id /* block */)arg3; - (oneway void)speechServiceDidFinishRecognitionWithError:(id)arg1; diff --git a/PrivateFrameworks/SiriCore.framework/SiriCoreNetworkStreamProvider.h b/PrivateFrameworks/SiriCore.framework/SiriCoreNetworkStreamProvider.h index c5ee02242b..1b735ee6e4 100644 --- a/PrivateFrameworks/SiriCore.framework/SiriCoreNetworkStreamProvider.h +++ b/PrivateFrameworks/SiriCore.framework/SiriCoreNetworkStreamProvider.h @@ -28,12 +28,13 @@ @property (readonly) unsigned int hash; @property (readonly) Class superclass; ++ (void)getMetricsContext:(id /* block */)arg1; + - (void).cxx_destruct; - (void)URLSession:(id)arg1 betterRouteDiscoveredForStreamTask:(id)arg2; - (void)URLSession:(id)arg1 didBecomeInvalidWithError:(id)arg2; - (void)URLSession:(id)arg1 streamTask:(id)arg2 didBecomeInputStream:(id)arg3 outputStream:(id)arg4; - (void)_getConfiguredStreamPair:(id /* block */)arg1; -- (id)_siriCoreConnectionErrorWithCode:(int)arg1; - (id)analysisInfo; - (void)close; - (id)connectionType; diff --git a/PrivateFrameworks/SiriCore.framework/SiriCoreSQLiteColumnConstraint.h b/PrivateFrameworks/SiriCore.framework/SiriCoreSQLiteColumnConstraint.h new file mode 100644 index 0000000000..2f50be93ef --- /dev/null +++ b/PrivateFrameworks/SiriCore.framework/SiriCoreSQLiteColumnConstraint.h @@ -0,0 +1,30 @@ +/* Generated by RuntimeBrowser + Image: /System/Library/PrivateFrameworks/SiriCore.framework/SiriCore + */ + +@interface SiriCoreSQLiteColumnConstraint : NSObject { + NSString * _name; + unsigned int _options; + int _type; + * _value; +} + +@property (nonatomic, readonly, copy) NSString *name; +@property (nonatomic, readonly) unsigned int options; +@property (nonatomic, readonly) int type; +@property (nonatomic, readonly, copy) *value; + ++ (id)defaultColumnConstraintWithName:(id)arg1 value:(id)arg2; ++ (id)notNullColumnConstraintWithName:(id)arg1; ++ (id)primaryKeyColumnConstraintWithName:(id)arg1 usesAutoIncrement:(BOOL)arg2; ++ (id)uniqueColumnConstraintWithName:(id)arg1; + +- (void).cxx_destruct; +- (id)copyWithZone:(struct _NSZone { }*)arg1; +- (id)initWithName:(id)arg1 type:(int)arg2 value:(id)arg3 options:(unsigned int)arg4; +- (id)name; +- (unsigned int)options; +- (int)type; +- (id)value; + +@end diff --git a/PrivateFrameworks/SiriCore.framework/SiriCoreSQLiteColumnDescription.h b/PrivateFrameworks/SiriCore.framework/SiriCoreSQLiteColumnDescription.h new file mode 100644 index 0000000000..9f020d47db --- /dev/null +++ b/PrivateFrameworks/SiriCore.framework/SiriCoreSQLiteColumnDescription.h @@ -0,0 +1,26 @@ +/* Generated by RuntimeBrowser + Image: /System/Library/PrivateFrameworks/SiriCore.framework/SiriCore + */ + +@interface SiriCoreSQLiteColumnDescription : NSObject { + NSArray * _constraints; + NSString * _name; + NSString * _type; +} + +@property (nonatomic, readonly, copy) NSArray *constraints; +@property (nonatomic, readonly, copy) NSString *name; +@property (nonatomic, readonly, copy) NSString *type; + ++ (id)integerPrimaryKeyColumnWithName:(id)arg1; ++ (id)uniqueTextColumnWithName:(id)arg1; + +- (void).cxx_destruct; +- (id)constraints; +- (id)copyWithZone:(struct _NSZone { }*)arg1; +- (id)initWithName:(id)arg1 type:(id)arg2 constraints:(id)arg3; +- (id)initWithName:(id)arg1 type:(id)arg2 constraintsProvider:(id /* block */)arg3; +- (id)name; +- (id)type; + +@end diff --git a/PrivateFrameworks/SiriCore.framework/SiriCoreSQLiteDatabase.h b/PrivateFrameworks/SiriCore.framework/SiriCoreSQLiteDatabase.h new file mode 100644 index 0000000000..f364cd3a32 --- /dev/null +++ b/PrivateFrameworks/SiriCore.framework/SiriCoreSQLiteDatabase.h @@ -0,0 +1,52 @@ +/* Generated by RuntimeBrowser + Image: /System/Library/PrivateFrameworks/SiriCore.framework/SiriCore + */ + +@interface SiriCoreSQLiteDatabase : NSObject { + int _dataProtectionClass; + struct sqlite3 { } * _handle; + int _options; + NSString * _path; +} + +@property (nonatomic, readonly) int dataProtectionClass; +@property (nonatomic, readonly) int options; +@property (nonatomic, readonly, copy) NSString *path; + +- (void).cxx_destruct; +- (BOOL)alterTableWithName:(id)arg1 addColumn:(id)arg2 error:(id*)arg3; +- (BOOL)alterTableWithName:(id)arg1 renameTo:(id)arg2 error:(id*)arg3; +- (BOOL)beginTransactionWithError:(id*)arg1; +- (BOOL)closeWithError:(id*)arg1; +- (BOOL)commitTransactionWithError:(id*)arg1; +- (unsigned int)countValuesInTableWithName:(id)arg1 columnName:(id)arg2 criterion:(id)arg3 range:(id)arg4 error:(id*)arg5; +- (BOOL)createIndex:(id)arg1 error:(id*)arg2; +- (BOOL)createTable:(id)arg1 error:(id*)arg2; +- (int)dataProtectionClass; +- (BOOL)deleteFromTableWithName:(id)arg1 criterion:(id)arg2 error:(id*)arg3; +- (BOOL)dropIndexWithName:(id)arg1 error:(id*)arg2; +- (BOOL)dropTableWithName:(id)arg1 error:(id*)arg2; +- (id)executeQuery:(id)arg1; +- (BOOL)executeQuery:(id)arg1 error:(id*)arg2; +- (BOOL)executeQueryString:(id)arg1 error:(id*)arg2; +- (id)fetchTableNamesWithError:(id*)arg1; +- (id)fetchTableWithName:(id)arg1 error:(id*)arg2; +- (id)initWithPath:(id)arg1 dataProtectionClass:(int)arg2 options:(int)arg3; +- (BOOL)insertIntoTableWithName:(id)arg1 valueMap:(id)arg2 error:(id*)arg3; +- (BOOL)openWithError:(id*)arg1; +- (int)options; +- (id)path; +- (BOOL)performForeignKeyCheckWithError:(id*)arg1; +- (BOOL)performIntegrityCheckWithError:(id*)arg1; +- (BOOL)performQuickCheckWithError:(id*)arg1; +- (BOOL)releaseSavepointWithName:(id)arg1 error:(id*)arg2; +- (BOOL)rollbackToSavepointWithName:(id)arg1 error:(id*)arg2; +- (BOOL)rollbackTransactionWithError:(id*)arg1; +- (BOOL)savepointWithName:(id)arg1 error:(id*)arg2; +- (id)selectValueMapsFromTableWithName:(id)arg1 columnNames:(id)arg2 criterion:(id)arg3 order:(id)arg4 range:(id)arg5 error:(id*)arg6; +- (id)selectValueTuplesFromTableWithName:(id)arg1 columnNames:(id)arg2 criterion:(id)arg3 order:(id)arg4 range:(id)arg5 error:(id*)arg6; +- (id)selectValuesFromTableWithName:(id)arg1 columnName:(id)arg2 criterion:(id)arg3 order:(id)arg4 range:(id)arg5 error:(id*)arg6; +- (BOOL)updateTableWithName:(id)arg1 valueMap:(id)arg2 criterion:(id)arg3 error:(id*)arg4; +- (BOOL)vacuumWithError:(id*)arg1; + +@end diff --git a/PrivateFrameworks/SiriCore.framework/SiriCoreSQLiteIndexDescription.h b/PrivateFrameworks/SiriCore.framework/SiriCoreSQLiteIndexDescription.h new file mode 100644 index 0000000000..895f3319cd --- /dev/null +++ b/PrivateFrameworks/SiriCore.framework/SiriCoreSQLiteIndexDescription.h @@ -0,0 +1,25 @@ +/* Generated by RuntimeBrowser + Image: /System/Library/PrivateFrameworks/SiriCore.framework/SiriCore + */ + +@interface SiriCoreSQLiteIndexDescription : NSObject { + NSArray * _columnNames; + NSString * _name; + unsigned int _options; + NSString * _tableName; +} + +@property (nonatomic, readonly, copy) NSArray *columnNames; +@property (nonatomic, readonly, copy) NSString *name; +@property (nonatomic, readonly) unsigned int options; +@property (nonatomic, readonly, copy) NSString *tableName; + +- (void).cxx_destruct; +- (id)columnNames; +- (id)copyWithZone:(struct _NSZone { }*)arg1; +- (id)initWithName:(id)arg1 tableName:(id)arg2 columnNames:(id)arg3 options:(unsigned int)arg4; +- (id)name; +- (unsigned int)options; +- (id)tableName; + +@end diff --git a/PrivateFrameworks/SiriCore.framework/SiriCoreSQLiteQuery.h b/PrivateFrameworks/SiriCore.framework/SiriCoreSQLiteQuery.h new file mode 100644 index 0000000000..00daf1490b --- /dev/null +++ b/PrivateFrameworks/SiriCore.framework/SiriCoreSQLiteQuery.h @@ -0,0 +1,25 @@ +/* Generated by RuntimeBrowser + Image: /System/Library/PrivateFrameworks/SiriCore.framework/SiriCore + */ + +@interface SiriCoreSQLiteQuery : NSObject { + unsigned int _options; + NSArray * _parameters; + SiriCoreSQLiteStatement * _statement; + NSString * _string; +} + +@property (nonatomic, readonly) unsigned int options; +@property (nonatomic, readonly, copy) NSArray *parameters; +@property (nonatomic, readonly) SiriCoreSQLiteStatement *statement; +@property (nonatomic, readonly, copy) NSString *string; + +- (void).cxx_destruct; +- (id)description; +- (id)initWithString:(id)arg1 statement:(id)arg2 parameters:(id)arg3 options:(unsigned int)arg4; +- (unsigned int)options; +- (id)parameters; +- (id)statement; +- (id)string; + +@end diff --git a/PrivateFrameworks/SiriCore.framework/SiriCoreSQLiteQueryCriterion.h b/PrivateFrameworks/SiriCore.framework/SiriCoreSQLiteQueryCriterion.h new file mode 100644 index 0000000000..958581235b --- /dev/null +++ b/PrivateFrameworks/SiriCore.framework/SiriCoreSQLiteQueryCriterion.h @@ -0,0 +1,48 @@ +/* Generated by RuntimeBrowser + Image: /System/Library/PrivateFrameworks/SiriCore.framework/SiriCore + */ + +@interface SiriCoreSQLiteQueryCriterion : NSObject { + NSString * _columnName; + int _comparisonOperator; + int _logicalOperator; + NSArray * _subcriteria; + * _value; + NSArray * _values; +} + +@property (nonatomic, readonly, copy) NSString *columnName; +@property (nonatomic, readonly) int comparisonOperator; +@property (nonatomic, readonly) int logicalOperator; +@property (nonatomic, readonly, copy) NSArray *subcriteria; +@property (nonatomic, readonly, copy) *value; +@property (nonatomic, readonly, copy) NSArray *values; + ++ (id)andQueryCriterionWithSubcriteria:(id)arg1; ++ (id)andQueryCriterionWithSubcriteriaProvider:(id /* block */)arg1; ++ (id)betweenQueryCriterionWithColumnName:(id)arg1 fromValue:(id)arg2 toValue:(id)arg3 negation:(BOOL)arg4; ++ (id)equalToQueryCriterionWithColumnName:(id)arg1 value:(id)arg2; ++ (id)greaterThanOrEqualToQueryCriterionWithColumnName:(id)arg1 value:(id)arg2; ++ (id)greaterThanQueryCriterionWithColumnName:(id)arg1 value:(id)arg2; ++ (id)inQueryCriterionWithColumnName:(id)arg1 values:(id)arg2 negation:(BOOL)arg3; ++ (id)isNullQueryCriterionWithColumnName:(id)arg1 negation:(BOOL)arg2; ++ (id)isQueryCriterionWithColumnName:(id)arg1 value:(id)arg2 negation:(BOOL)arg3; ++ (id)lessThanOrEqualToQueryCriterionWithColumnName:(id)arg1 value:(id)arg2; ++ (id)lessThanQueryCriterionWithColumnName:(id)arg1 value:(id)arg2; ++ (id)likeQueryCriterionWithColumnName:(id)arg1 value:(id)arg2 negation:(BOOL)arg3; ++ (id)notEqualToQueryCriterionWithColumnName:(id)arg1 value:(id)arg2; ++ (id)orQueryCriterionWithSubcriteria:(id)arg1; ++ (id)orQueryCriterionWithSubcriteriaProvider:(id /* block */)arg1; + +- (void).cxx_destruct; +- (id)columnName; +- (int)comparisonOperator; +- (id)copyWithZone:(struct _NSZone { }*)arg1; +- (id)initWithColumnName:(id)arg1 comparisonOperator:(int)arg2 logicalOperator:(int)arg3 value:(id)arg4 values:(id)arg5 subcriteria:(id)arg6; +- (id)initWithColumnName:(id)arg1 comparisonOperator:(int)arg2 logicalOperator:(int)arg3 value:(id)arg4 values:(id)arg5 subcriteriaProvider:(id /* block */)arg6; +- (int)logicalOperator; +- (id)subcriteria; +- (id)value; +- (id)values; + +@end diff --git a/PrivateFrameworks/SiriCore.framework/SiriCoreSQLiteQueryOrder.h b/PrivateFrameworks/SiriCore.framework/SiriCoreSQLiteQueryOrder.h new file mode 100644 index 0000000000..1b485a0b08 --- /dev/null +++ b/PrivateFrameworks/SiriCore.framework/SiriCoreSQLiteQueryOrder.h @@ -0,0 +1,19 @@ +/* Generated by RuntimeBrowser + Image: /System/Library/PrivateFrameworks/SiriCore.framework/SiriCore + */ + +@interface SiriCoreSQLiteQueryOrder : NSObject { + NSArray * _columnNames; + int _mode; +} + +@property (nonatomic, readonly, copy) NSArray *columnNames; +@property (nonatomic, readonly) int mode; + +- (void).cxx_destruct; +- (id)columnNames; +- (id)copyWithZone:(struct _NSZone { }*)arg1; +- (id)initWithColumnNames:(id)arg1 mode:(int)arg2; +- (int)mode; + +@end diff --git a/PrivateFrameworks/SiriCore.framework/SiriCoreSQLiteQueryRange.h b/PrivateFrameworks/SiriCore.framework/SiriCoreSQLiteQueryRange.h new file mode 100644 index 0000000000..77027a96bc --- /dev/null +++ b/PrivateFrameworks/SiriCore.framework/SiriCoreSQLiteQueryRange.h @@ -0,0 +1,19 @@ +/* Generated by RuntimeBrowser + Image: /System/Library/PrivateFrameworks/SiriCore.framework/SiriCore + */ + +@interface SiriCoreSQLiteQueryRange : NSObject { + unsigned int _limit; + unsigned int _offset; +} + +@property (nonatomic, readonly) unsigned int limit; +@property (nonatomic, readonly) unsigned int offset; + +- (id)copyWithZone:(struct _NSZone { }*)arg1; +- (id)initWithLimit:(unsigned int)arg1; +- (id)initWithLimit:(unsigned int)arg1 offset:(unsigned int)arg2; +- (unsigned int)limit; +- (unsigned int)offset; + +@end diff --git a/PrivateFrameworks/SiriCore.framework/SiriCoreSQLiteQueryResult.h b/PrivateFrameworks/SiriCore.framework/SiriCoreSQLiteQueryResult.h new file mode 100644 index 0000000000..14c88995eb --- /dev/null +++ b/PrivateFrameworks/SiriCore.framework/SiriCoreSQLiteQueryResult.h @@ -0,0 +1,43 @@ +/* Generated by RuntimeBrowser + Image: /System/Library/PrivateFrameworks/SiriCore.framework/SiriCore + */ + +@interface SiriCoreSQLiteQueryResult : NSObject { + unsigned long long _beginMachTime; + NSArray * _columnNameTuple; + NSArray * _columnValueTuples; + NSDictionary * _columnValuesMap; + unsigned long long _endMachTime; + NSError * _error; + SiriCoreSQLiteQuery * _query; + NSArray * _rowValueMaps; + NSArray * _rowValueTuples; + SiriCoreSQLiteStatement * _statement; +} + +@property (nonatomic, readonly) unsigned long long beginMachTime; +@property (nonatomic, readonly, copy) NSArray *columnNameTuple; +@property (nonatomic, readonly, copy) NSArray *columnValueTuples; +@property (nonatomic, readonly, copy) NSDictionary *columnValuesMap; +@property (nonatomic, readonly) unsigned long long endMachTime; +@property (nonatomic, readonly, copy) NSError *error; +@property (nonatomic, readonly, copy) SiriCoreSQLiteQuery *query; +@property (nonatomic, readonly, copy) NSArray *rowValueMaps; +@property (nonatomic, readonly, copy) NSArray *rowValueTuples; +@property (nonatomic, readonly) SiriCoreSQLiteStatement *statement; + +- (void).cxx_destruct; +- (unsigned long long)beginMachTime; +- (id)columnNameTuple; +- (id)columnValueTuples; +- (id)columnValuesMap; +- (id)description; +- (unsigned long long)endMachTime; +- (id)error; +- (id)initWithQuery:(id)arg1 beginMachTime:(unsigned long long)arg2 endMachTime:(unsigned long long)arg3 statement:(id)arg4 columnNameTuple:(id)arg5 columnValueTuples:(id)arg6 columnValuesMap:(id)arg7 rowValueTuples:(id)arg8 rowValueMaps:(id)arg9 error:(id)arg10; +- (id)query; +- (id)rowValueMaps; +- (id)rowValueTuples; +- (id)statement; + +@end diff --git a/PrivateFrameworks/SiriCore.framework/SiriCoreSQLiteStatement.h b/PrivateFrameworks/SiriCore.framework/SiriCoreSQLiteStatement.h new file mode 100644 index 0000000000..2fdfa89c81 --- /dev/null +++ b/PrivateFrameworks/SiriCore.framework/SiriCoreSQLiteStatement.h @@ -0,0 +1,16 @@ +/* Generated by RuntimeBrowser + Image: /System/Library/PrivateFrameworks/SiriCore.framework/SiriCore + */ + +@interface SiriCoreSQLiteStatement : NSObject { + BOOL _finalizeWhenDone; + struct sqlite3_stmt { } * _impl; +} + +- (void)clearBindings; +- (void)dealloc; +- (struct sqlite3_stmt { }*)impl; +- (id)initWithImpl:(struct sqlite3_stmt { }*)arg1 finalizeWhenDone:(BOOL)arg2; +- (void)reset; + +@end diff --git a/PrivateFrameworks/SiriCore.framework/SiriCoreSQLiteTableConstraint.h b/PrivateFrameworks/SiriCore.framework/SiriCoreSQLiteTableConstraint.h new file mode 100644 index 0000000000..38609ce897 --- /dev/null +++ b/PrivateFrameworks/SiriCore.framework/SiriCoreSQLiteTableConstraint.h @@ -0,0 +1,25 @@ +/* Generated by RuntimeBrowser + Image: /System/Library/PrivateFrameworks/SiriCore.framework/SiriCore + */ + +@interface SiriCoreSQLiteTableConstraint : NSObject { + NSArray * _columnNames; + NSString * _name; + int _type; +} + +@property (nonatomic, readonly, copy) NSArray *columnNames; +@property (nonatomic, readonly, copy) NSString *name; +@property (nonatomic, readonly) int type; + ++ (id)primaryKeyTableConstraintWithName:(id)arg1 columnNames:(id)arg2; ++ (id)uniqueTableConstraintWithName:(id)arg1 columnNames:(id)arg2; + +- (void).cxx_destruct; +- (id)columnNames; +- (id)copyWithZone:(struct _NSZone { }*)arg1; +- (id)initWithName:(id)arg1 type:(int)arg2 columnNames:(id)arg3; +- (id)name; +- (int)type; + +@end diff --git a/PrivateFrameworks/SiriCore.framework/SiriCoreSQLiteTableDescription.h b/PrivateFrameworks/SiriCore.framework/SiriCoreSQLiteTableDescription.h new file mode 100644 index 0000000000..6846aedc28 --- /dev/null +++ b/PrivateFrameworks/SiriCore.framework/SiriCoreSQLiteTableDescription.h @@ -0,0 +1,23 @@ +/* Generated by RuntimeBrowser + Image: /System/Library/PrivateFrameworks/SiriCore.framework/SiriCore + */ + +@interface SiriCoreSQLiteTableDescription : NSObject { + NSArray * _columns; + NSArray * _constraints; + NSString * _name; +} + +@property (nonatomic, readonly, copy) NSArray *columns; +@property (nonatomic, readonly, copy) NSArray *constraints; +@property (nonatomic, readonly, copy) NSString *name; + +- (void).cxx_destruct; +- (id)columns; +- (id)constraints; +- (id)copyWithZone:(struct _NSZone { }*)arg1; +- (id)initWithName:(id)arg1 columns:(id)arg2 constraints:(id)arg3; +- (id)initWithName:(id)arg1 columnsProvider:(id /* block */)arg2 constraintsProvider:(id /* block */)arg3; +- (id)name; + +@end diff --git a/PrivateFrameworks/SiriCore.framework/SiriCoreSiriBackgroundConnection.h b/PrivateFrameworks/SiriCore.framework/SiriCoreSiriBackgroundConnection.h index ab31108a6b..40f777a150 100644 --- a/PrivateFrameworks/SiriCore.framework/SiriCoreSiriBackgroundConnection.h +++ b/PrivateFrameworks/SiriCore.framework/SiriCoreSiriBackgroundConnection.h @@ -23,11 +23,17 @@ BOOL _hasReportedError; struct __CFHTTPMessage { } * _httpResponseHeader; SiriCoreDataDecompressor * _inputDecompressor; + unsigned int _inputLengthUnchangedCounter; BOOL _isCanceled; BOOL _isOpened; + void * _lastInputDataPointer; + unsigned int _lastInputLength; + void * _lastOutputDataPointer; + unsigned int _lastOutputLength; unsigned int _metricsCount; NSMutableArray * _outgoingCommandsWithSendCompletions; SiriCoreDataCompressor * _outputCompressor; + unsigned int _outputLengthUnchangedCounter; NSMutableDictionary * _outstandingBarriers; Class _peerProviderClass; NSString * _peerType; @@ -61,13 +67,14 @@ - (void).cxx_destruct; - (void)_aceHeaderTimeoutFired:(id)arg1 afterTimeout:(double)arg2; -- (void)_acknowledgePing:(unsigned int)arg1; - (id)_activeBufferedOutputData; - (void)_addOutgoingCommandForSendCompletion:(id)arg1; - (id)_bestErrorBetweenError:(id)arg1 peerError:(id)arg2; - (BOOL)_canFallBackFromError:(id)arg1; - (void)_cancelForExtendedValidationFailureWithTrustInfo:(id)arg1; - (void)_cancelOutstandingBarriers; +- (int)_checkForProgressOnReadingData; +- (int)_checkPings; - (void)_closeConnection; - (void)_closeConnectionAndPrepareForReconnect:(BOOL)arg1; - (id)_connectionMethodDescription; @@ -105,7 +112,6 @@ - (void)_sendData:(id)arg1 bufferedOutputData:(id)arg2; - (void)_sendGeneralData:(id)arg1; - (void)_sendProviderHeader; -- (BOOL)_shouldDeferAcePingTimer; - (BOOL)_shouldTrySameConnectionMethodForMethod:(int)arg1 error:(id)arg2; - (void)_startWithConnectionInfo:(id)arg1 allowFallbackToNewConnectionMethod:(BOOL)arg2; - (BOOL)_tcpInfoIndicatesPoorLinkQuality; diff --git a/PrivateFrameworks/SiriCore.framework/SiriCoreSpeechPacket.h b/PrivateFrameworks/SiriCore.framework/SiriCoreSpeechPacket.h index a75adb2ed1..02806ffefa 100644 --- a/PrivateFrameworks/SiriCore.framework/SiriCoreSpeechPacket.h +++ b/PrivateFrameworks/SiriCore.framework/SiriCoreSpeechPacket.h @@ -32,6 +32,8 @@ - (BOOL)siriCore_bufferingAllowedDuringActiveSession; - (void)siriCore_dispatchSendCompletionsWithResult:(int)arg1 error:(id)arg2; - (void)siriCore_invokeThunk; +- (BOOL)siriCore_isRestartable; +- (BOOL)siriCore_isRetryable; - (void)siriCore_logDiagnostics; - (id)siriCore_serializedAceDataError:(id*)arg1; - (BOOL)siriCore_supportsSendCompletions; diff --git a/PrivateFrameworks/SiriCore.framework/_SiriCoreSQLiteColumnInfo.h b/PrivateFrameworks/SiriCore.framework/_SiriCoreSQLiteColumnInfo.h new file mode 100644 index 0000000000..5a88303cf2 --- /dev/null +++ b/PrivateFrameworks/SiriCore.framework/_SiriCoreSQLiteColumnInfo.h @@ -0,0 +1,34 @@ +/* Generated by RuntimeBrowser + Image: /System/Library/PrivateFrameworks/SiriCore.framework/SiriCore + */ + +@interface _SiriCoreSQLiteColumnInfo : NSObject { + * _defaultValue; + int _identifier; + BOOL _isNotNull; + BOOL _isPrimaryKey; + NSString * _name; + NSString * _type; +} + +@property (readonly, copy) NSString *debugDescription; +@property (nonatomic, readonly, copy) *defaultValue; +@property (readonly, copy) NSString *description; +@property (readonly) unsigned int hash; +@property (nonatomic, readonly) int identifier; +@property (nonatomic, readonly) BOOL isNotNull; +@property (nonatomic, readonly) BOOL isPrimaryKey; +@property (nonatomic, readonly, copy) NSString *name; +@property (readonly) Class superclass; +@property (nonatomic, readonly, copy) NSString *type; + +- (void).cxx_destruct; +- (id)defaultValue; +- (int)identifier; +- (id)initWithIdentifier:(int)arg1 name:(id)arg2 type:(id)arg3 isPrimaryKey:(BOOL)arg4 isNotNull:(BOOL)arg5 defaultValue:(id)arg6; +- (BOOL)isNotNull; +- (BOOL)isPrimaryKey; +- (id)name; +- (id)type; + +@end diff --git a/PrivateFrameworks/SiriCore.framework/_SiriCoreSQLiteIndexInfo.h b/PrivateFrameworks/SiriCore.framework/_SiriCoreSQLiteIndexInfo.h new file mode 100644 index 0000000000..68b7fbdbd4 --- /dev/null +++ b/PrivateFrameworks/SiriCore.framework/_SiriCoreSQLiteIndexInfo.h @@ -0,0 +1,22 @@ +/* Generated by RuntimeBrowser + Image: /System/Library/PrivateFrameworks/SiriCore.framework/SiriCore + */ + +@interface _SiriCoreSQLiteIndexInfo : NSObject { + NSArray * _columns; + NSString * _name; +} + +@property (nonatomic, readonly, copy) NSArray *columns; +@property (readonly, copy) NSString *debugDescription; +@property (readonly, copy) NSString *description; +@property (readonly) unsigned int hash; +@property (nonatomic, readonly, copy) NSString *name; +@property (readonly) Class superclass; + +- (void).cxx_destruct; +- (id)columns; +- (id)initWithName:(id)arg1 columns:(id)arg2; +- (id)name; + +@end diff --git a/PrivateFrameworks/SiriCore.framework/_SiriCoreSQLiteTableInfo.h b/PrivateFrameworks/SiriCore.framework/_SiriCoreSQLiteTableInfo.h new file mode 100644 index 0000000000..c1a38def71 --- /dev/null +++ b/PrivateFrameworks/SiriCore.framework/_SiriCoreSQLiteTableInfo.h @@ -0,0 +1,22 @@ +/* Generated by RuntimeBrowser + Image: /System/Library/PrivateFrameworks/SiriCore.framework/SiriCore + */ + +@interface _SiriCoreSQLiteTableInfo : NSObject { + NSArray * _columns; + NSString * _name; +} + +@property (nonatomic, readonly, copy) NSArray *columns; +@property (readonly, copy) NSString *debugDescription; +@property (readonly, copy) NSString *description; +@property (readonly) unsigned int hash; +@property (nonatomic, readonly, copy) NSString *name; +@property (readonly) Class superclass; + +- (void).cxx_destruct; +- (id)columns; +- (id)initWithName:(id)arg1 columns:(id)arg2; +- (id)name; + +@end diff --git a/PrivateFrameworks/SiriUI.framework/SiriUIActivityViewController.h b/PrivateFrameworks/SiriUI.framework/SiriUIActivityViewController.h new file mode 100644 index 0000000000..2afdd46cca --- /dev/null +++ b/PrivateFrameworks/SiriUI.framework/SiriUIActivityViewController.h @@ -0,0 +1,16 @@ +/* Generated by RuntimeBrowser + Image: /System/Library/PrivateFrameworks/SiriUI.framework/SiriUI + */ + +@interface SiriUIActivityViewController : UIActivityViewController { + * _delegate; +} + +@property (nonatomic) *delegate; + +- (void).cxx_destruct; +- (id)delegate; +- (void)dismissViewControllerAnimated:(BOOL)arg1 completion:(id /* block */)arg2; +- (void)setDelegate:(id)arg1; + +@end diff --git a/PrivateFrameworks/SiriUI.framework/SiriUIChevronButton.h b/PrivateFrameworks/SiriUI.framework/SiriUIChevronButton.h index 00f9999365..e547b5276a 100644 --- a/PrivateFrameworks/SiriUI.framework/SiriUIChevronButton.h +++ b/PrivateFrameworks/SiriUI.framework/SiriUIChevronButton.h @@ -9,6 +9,7 @@ SiriUIKeyline * _keyline; int _keylineType; float _leftSubviewInset; + float _rightSubviewInset; UIView * _subview; } @@ -16,6 +17,7 @@ @property (nonatomic) BOOL hasChevron; @property (nonatomic) int keylineType; @property (nonatomic) float leftSubviewInset; +@property (nonatomic) float rightSubviewInset; @property (nonatomic, retain) UIView *subview; - (void).cxx_destruct; @@ -25,11 +27,13 @@ - (int)keylineType; - (void)layoutSubviews; - (float)leftSubviewInset; +- (float)rightSubviewInset; - (void)setChevronRightInset:(float)arg1; - (void)setHasChevron:(BOOL)arg1; - (void)setHighlighted:(BOOL)arg1; - (void)setKeylineType:(int)arg1; - (void)setLeftSubviewInset:(float)arg1; +- (void)setRightSubviewInset:(float)arg1; - (void)setSubview:(id)arg1; - (id)subview; diff --git a/PrivateFrameworks/SiriUI.framework/SiriUIKeyboardButton.h b/PrivateFrameworks/SiriUI.framework/SiriUIKeyboardButton.h new file mode 100644 index 0000000000..64d7492562 --- /dev/null +++ b/PrivateFrameworks/SiriUI.framework/SiriUIKeyboardButton.h @@ -0,0 +1,11 @@ +/* Generated by RuntimeBrowser + Image: /System/Library/PrivateFrameworks/SiriUI.framework/SiriUI + */ + +@interface SiriUIKeyboardButton : SiriUIContentButton + ++ (id)buttonWithKeyboardImageMask; + +- (struct CGSize { float x1; float x2; })sizeThatFits:(struct CGSize { float x1; float x2; })arg1; + +@end diff --git a/PrivateFrameworks/SiriUI.framework/SiriUIKeyboardDismissButton.h b/PrivateFrameworks/SiriUI.framework/SiriUIKeyboardDismissButton.h new file mode 100644 index 0000000000..bc123624b2 --- /dev/null +++ b/PrivateFrameworks/SiriUI.framework/SiriUIKeyboardDismissButton.h @@ -0,0 +1,11 @@ +/* Generated by RuntimeBrowser + Image: /System/Library/PrivateFrameworks/SiriUI.framework/SiriUI + */ + +@interface SiriUIKeyboardDismissButton : SiriUIContentButton + ++ (id)buttonWithKeyboardDismissImageMask; + +- (struct CGSize { float x1; float x2; })sizeThatFits:(struct CGSize { float x1; float x2; })arg1; + +@end diff --git a/PrivateFrameworks/SiriUI.framework/SiriUIKeyboardView.h b/PrivateFrameworks/SiriUI.framework/SiriUIKeyboardView.h new file mode 100644 index 0000000000..3a6add40ec --- /dev/null +++ b/PrivateFrameworks/SiriUI.framework/SiriUIKeyboardView.h @@ -0,0 +1,47 @@ +/* Generated by RuntimeBrowser + Image: /System/Library/PrivateFrameworks/SiriUI.framework/SiriUI + */ + +@interface SiriUIKeyboardView : UIInputView { + * _delegate; + UIButton * _dismissButton; + UIButton * _helpButton; + UITextField * _textField; +} + +@property (readonly, copy) NSString *debugDescription; +@property (nonatomic) *delegate; +@property (readonly, copy) NSString *description; +@property (readonly) unsigned int hash; +@property (readonly) Class superclass; +@property (nonatomic, retain) UITextField *textField; + ++ (float)heightForWidthSizeClass:(BOOL)arg1; + +- (void).cxx_destruct; +- (id)_createDismissButton:(struct CGRect { struct CGPoint { float x_1_1_1; float x_1_1_2; } x1; struct CGSize { float x_2_1_1; float x_2_1_2; } x2; })arg1; +- (id)_createHelpButton:(struct CGRect { struct CGPoint { float x_1_1_1; float x_1_1_2; } x1; struct CGSize { float x_2_1_1; float x_2_1_2; } x2; })arg1; +- (id)_createTextFieldWithFrame:(struct CGRect { struct CGPoint { float x_1_1_1; float x_1_1_2; } x1; struct CGSize { float x_2_1_1; float x_2_1_2; } x2; })arg1; +- (void)_dismissButtonLongPressed:(id)arg1; +- (void)_dismissButtonTapped:(id)arg1; +- (void)_helpButtonLongPressed:(id)arg1; +- (void)_helpButtonTapped:(id)arg1; +- (BOOL)_isDefaultDismissKeyboardButtonVisible; +- (BOOL)_isSoftKeyboardWithoutDefaultDismissButtonMinimized; +- (void)_keyboardDidHide:(id)arg1; +- (void)_keyboardWillHide:(id)arg1; +- (void)_keyboardWillShow:(id)arg1; +- (void)dealloc; +- (id)delegate; +- (id)init; +- (id)initWithDelegate:(id)arg1; +- (id)initWithFrame:(struct CGRect { struct CGPoint { float x_1_1_1; float x_1_1_2; } x1; struct CGSize { float x_2_1_1; float x_2_1_2; } x2; })arg1 inputViewStyle:(int)arg2; +- (void)layoutSubviews; +- (void)setDelegate:(id)arg1; +- (void)setKeyboardEnabled:(BOOL)arg1; +- (void)setText:(id)arg1; +- (void)setTextField:(id)arg1; +- (id)textField; +- (BOOL)textFieldShouldReturn:(id)arg1; + +@end diff --git a/PrivateFrameworks/SiriUI.framework/SiriUIMapDetailsContainerView.h b/PrivateFrameworks/SiriUI.framework/SiriUIMapDetailsContainerView.h index c488db15a4..0e49bd7290 100644 --- a/PrivateFrameworks/SiriUI.framework/SiriUIMapDetailsContainerView.h +++ b/PrivateFrameworks/SiriUI.framework/SiriUIMapDetailsContainerView.h @@ -10,23 +10,28 @@ float bottom; float right; } _backgroundInsets; + float _centerMargin; UIView * _detailsView; UIView * _mapView; } @property (nonatomic) BOOL autoCenteringDisabled; @property (nonatomic) struct UIEdgeInsets { float x1; float x2; float x3; float x4; } backgroundInsets; +@property (nonatomic) float centerMargin; @property (nonatomic, retain) UIView *detailsView; @property (nonatomic, retain) UIView *mapView; - (void).cxx_destruct; - (BOOL)autoCenteringDisabled; - (struct UIEdgeInsets { float x1; float x2; float x3; float x4; })backgroundInsets; +- (float)centerMargin; - (id)detailsView; +- (id)initWithFrame:(struct CGRect { struct CGPoint { float x_1_1_1; float x_1_1_2; } x1; struct CGSize { float x_2_1_1; float x_2_1_2; } x2; })arg1; - (void)layoutSubviews; - (id)mapView; - (void)setAutoCenteringDisabled:(BOOL)arg1; - (void)setBackgroundInsets:(struct UIEdgeInsets { float x1; float x2; float x3; float x4; })arg1; +- (void)setCenterMargin:(float)arg1; - (void)setDetailsView:(id)arg1; - (void)setMapView:(id)arg1; diff --git a/PrivateFrameworks/SiriUI.framework/SiriUIMapTemplateView.h b/PrivateFrameworks/SiriUI.framework/SiriUIMapTemplateView.h index 26b3d9980a..63966b65cf 100644 --- a/PrivateFrameworks/SiriUI.framework/SiriUIMapTemplateView.h +++ b/PrivateFrameworks/SiriUI.framework/SiriUIMapTemplateView.h @@ -12,6 +12,7 @@ MKMapView * _mapView; BOOL _needsToNotifyDelegateOfLocationUpdate; MKPinAnnotationView * _pinAnnotationView; + UITapGestureRecognizer * _tapRecognizer; } @property (nonatomic) *dataSource; @@ -25,6 +26,7 @@ - (id)_configuredFootnoteDescriptorLabel; - (id)_configuredFootnoteLabel; - (id)_configuredLabel; +- (void)_handleTapGesture:(id)arg1; - (void)_mapButtonPressed:(id)arg1; - (void)_notifyDelegateOfLocationUpdateIfNeededWithPlacemark:(id)arg1; - (id)delegate; diff --git a/PrivateFrameworks/SiriUI.framework/SiriUIMessageContentTemplateView.h b/PrivateFrameworks/SiriUI.framework/SiriUIMessageContentTemplateView.h index a3d5c80c53..08c384d741 100644 --- a/PrivateFrameworks/SiriUI.framework/SiriUIMessageContentTemplateView.h +++ b/PrivateFrameworks/SiriUI.framework/SiriUIMessageContentTemplateView.h @@ -9,6 +9,7 @@ @property (nonatomic) *dataSource; - (void).cxx_destruct; +- (struct CGSize { float x1; float x2; })_textBalloonViewBoundingSize; - (float)desiredHeight; - (id)initWithDataSource:(id)arg1; - (void)layoutSubviews; diff --git a/PrivateFrameworks/SiriUI.framework/SiriUISnippetControllerCell.h b/PrivateFrameworks/SiriUI.framework/SiriUISnippetControllerCell.h index 7b10bbb91c..f5181c1f31 100644 --- a/PrivateFrameworks/SiriUI.framework/SiriUISnippetControllerCell.h +++ b/PrivateFrameworks/SiriUI.framework/SiriUISnippetControllerCell.h @@ -5,6 +5,7 @@ @interface SiriUISnippetControllerCell : UICollectionViewCell { SiriUIKeyline * _bottomKeyline; UILabel * _cancelledLabel; + UIView * _cancelledTouchPreventionView; BOOL _cellIsUsingPlatterStyle; UIView * _clippingContainerView; UICollectionReusableView * _footerView; diff --git a/PrivateFrameworks/SiriUICore.framework/SUICApplicationStateHelper.h b/PrivateFrameworks/SiriUICore.framework/SUICApplicationStateHelper.h index e108ca5e90..0565d25167 100644 --- a/PrivateFrameworks/SiriUICore.framework/SUICApplicationStateHelper.h +++ b/PrivateFrameworks/SiriUICore.framework/SUICApplicationStateHelper.h @@ -5,6 +5,7 @@ @interface SUICApplicationStateHelper : NSObject { BKSApplicationStateMonitor * _appStateMonitor; NSMutableArray * _foregroundAppInfos; + NSObject * _queue; } @property (readonly, copy) NSString *debugDescription; diff --git a/PrivateFrameworks/SiriUICore.framework/SUICFlamesView.h b/PrivateFrameworks/SiriUICore.framework/SUICFlamesView.h index 0265dbcb53..29ebf89674 100644 --- a/PrivateFrameworks/SiriUICore.framework/SUICFlamesView.h +++ b/PrivateFrameworks/SiriUICore.framework/SUICFlamesView.h @@ -17,6 +17,7 @@ float _auraMinSubdivisionLevel; int _auraProgramHandle; unsigned int _auraVertexCircles; + int _currentContextCount; FlameGroup * _currentFlameGroup; * _delegate; float _dictationBlueColor; @@ -44,10 +45,12 @@ unsigned int _numWaveIndices; UIImage * _overlayImage; UIImageView * _overlayImageView; + EAGLContext * _previousContext; BOOL _reduceFrameRate; BOOL _reduceMotionEnabled; BOOL _renderInBackground; unsigned int _renderbufferHandle; + NSMutableSet * _renderingDisabledReasons; UIScreen * _screen; BOOL _shadersAreCompiled; BOOL _showAura; @@ -63,6 +66,7 @@ @property (nonatomic) struct CGRect { struct CGPoint { float x_1_1_1; float x_1_1_2; } x1; struct CGSize { float x_2_1_1; float x_2_1_2; } x2; } activeFrame; @property (nonatomic) *delegate; @property (nonatomic, retain) UIColor *dictationColor; +@property (nonatomic, readonly) BOOL isRenderingEnabled; @property (nonatomic) int mode; @property (nonatomic, retain) UIImage *overlayImage; @property (nonatomic) BOOL reduceFrameRate; @@ -76,6 +80,9 @@ + (void)prewarmShadersForScreen:(id)arg1 size:(struct CGSize { float x1; float x2; })arg2 fidelity:(int)arg3 prewarmInBackground:(BOOL)arg4; - (void).cxx_destruct; +- (void)_applicationDidBecomeActive:(id)arg1; +- (void)_applicationWillEnterForeground:(id)arg1; +- (void)_applicationWillResignActive:(id)arg1; - (void)_cleanupGL; - (float)_currentMicPowerLevel; - (int)_generateIndicesForNumCircleShapes:(int)arg1 withMaxSubdivisionLevel:(float)arg2 startingWithNumSubdivisionLevel:(float)arg3 forIndices:(unsigned int**)arg4 atStartIndex:(int)arg5 withFill:(BOOL)arg6 withCullingForAura:(BOOL)arg7 forVertices:(struct { }*)arg8; @@ -85,6 +92,8 @@ - (void)_prewarmShaders; - (void)_reduceMotionStatusChanged:(id)arg1; - (BOOL)_resizeFromLayer:(id)arg1; +- (void)_restoreCurrentContext; +- (BOOL)_setCurrentContext; - (void)_setValuesForFidelity:(int)arg1; - (void)_setupDisplayLink; - (BOOL)_setupFramebuffer; @@ -102,6 +111,7 @@ - (BOOL)inSiriMode; - (id)initWithFrame:(struct CGRect { struct CGPoint { float x_1_1_1; float x_1_1_2; } x1; struct CGSize { float x_2_1_1; float x_2_1_2; } x2; })arg1 screen:(id)arg2 fidelity:(int)arg3; - (id)initWithFrame:(struct CGRect { struct CGPoint { float x_1_1_1; float x_1_1_2; } x1; struct CGSize { float x_2_1_1; float x_2_1_2; } x2; })arg1 screenScale:(float)arg2 fidelity:(int)arg3; +- (BOOL)isRenderingEnabled; - (void)layoutSubviews; - (int)mode; - (id)overlayImage; @@ -119,6 +129,7 @@ - (void)setOverlayImage:(id)arg1; - (void)setReduceFrameRate:(BOOL)arg1; - (void)setRenderInBackground:(BOOL)arg1; +- (void)setRenderingEnabled:(BOOL)arg1 forReason:(id)arg2; - (void)setShowAura:(BOOL)arg1; - (void)setState:(int)arg1; - (BOOL)showAura; diff --git a/PrivateFrameworks/SpotlightUI.framework/SPUIFeedbackManager.h b/PrivateFrameworks/SpotlightUI.framework/SPUIFeedbackManager.h index 367d4211bc..bbc4984b51 100644 --- a/PrivateFrameworks/SpotlightUI.framework/SPUIFeedbackManager.h +++ b/PrivateFrameworks/SpotlightUI.framework/SPUIFeedbackManager.h @@ -9,7 +9,6 @@ @property (readonly) unsigned int hash; @property (readonly) Class superclass; -+ (void)aggdLogEngagementWithResult:(id)arg1 atDistanceFromTop:(double)arg2; + (void)cardViewDidDisappearForReason:(unsigned int)arg1; + (void)didAppearFromSource:(unsigned int)arg1; + (void)didAppendLateSections:(id)arg1; @@ -18,7 +17,6 @@ + (void)didEndSearch:(id)arg1; + (void)didEngageResult:(id)arg1 forReason:(unsigned int)arg2 withDestination:(unsigned int)arg3; + (void)didEngageResultWithFeedback:(id)arg1; -+ (void)didPeekResult:(id)arg1; + (void)didPerformSearchOnSuggestion:(id)arg1; + (void)didRankSections:(id)arg1; + (void)didSearchInAppForSection:(id)arg1; @@ -31,7 +29,6 @@ - (void)didEngageActionItem:(id)arg1 actionPerformed:(BOOL)arg2; - (BOOL)didHandleCardSectionEngagement:(id)arg1; -- (void)didPeekResult:(id)arg1; - (void)didPopResult:(id)arg1; - (void)didSelectResult:(id)arg1; - (void)placeViewController:(id)arg1 shouldLogFeedbackOfType:(int)arg2; diff --git a/PrivateFrameworks/SpotlightUI.framework/SPUINavigationBar.h b/PrivateFrameworks/SpotlightUI.framework/SPUINavigationBar.h index a758ff455b..6405f74145 100644 --- a/PrivateFrameworks/SpotlightUI.framework/SPUINavigationBar.h +++ b/PrivateFrameworks/SpotlightUI.framework/SPUINavigationBar.h @@ -22,6 +22,7 @@ - (void)performUpdateBlurProgress:(float)arg1 animated:(BOOL)arg2; - (void)pushNavigationItem:(id)arg1; - (void)setCurrentBlurProgress:(float)arg1; +- (void)setRoundedCornerVisible:(BOOL)arg1; - (void)setTopDividerView:(id)arg1; - (void)showSeparator:(BOOL)arg1 animated:(BOOL)arg2; - (id)topDividerView; diff --git a/PrivateFrameworks/SpotlightUI.framework/SPUISearchHeader.h b/PrivateFrameworks/SpotlightUI.framework/SPUISearchHeader.h index 94e988ef89..dd090aa819 100644 --- a/PrivateFrameworks/SpotlightUI.framework/SPUISearchHeader.h +++ b/PrivateFrameworks/SpotlightUI.framework/SPUISearchHeader.h @@ -6,6 +6,7 @@ UIButton * _cancelButton; NSLayoutConstraint * _cancelButtonTrailingConstraint; * _delegate; + BOOL _isShowingCornerRadius; _UILegibilitySettings * _legibilitySettings; SPUITextField * _searchField; NSLayoutConstraint * _searchFieldTrailingConstraint; @@ -22,6 +23,7 @@ @property *delegate; @property (readonly, copy) NSString *description; @property (readonly) unsigned int hash; +@property (nonatomic) BOOL isShowingCornerRadius; @property (nonatomic, retain) _UILegibilitySettings *legibilitySettings; @property (retain) SPUITextField *searchField; @property (retain) NSLayoutConstraint *searchFieldTrailingConstraint; @@ -47,6 +49,7 @@ - (void)focusSearchField; - (id)init; - (BOOL)isOnDarkBackground; +- (BOOL)isShowingCornerRadius; - (id)legibilitySettings; - (void)linkWithKeyboardController:(id)arg1; - (id)nextResponder; @@ -56,7 +59,9 @@ - (void)setCancelButton:(id)arg1; - (void)setCancelButtonTrailingConstraint:(id)arg1; - (void)setDelegate:(id)arg1; +- (void)setIsShowingCornerRadius:(BOOL)arg1; - (void)setLegibilitySettings:(id)arg1; +- (void)setRoundedCornerVisible:(BOOL)arg1; - (void)setSearchField:(id)arg1; - (void)setSearchFieldTrailingConstraint:(id)arg1; - (void)setSuggestionID:(unsigned int)arg1; diff --git a/PrivateFrameworks/SpringBoardFoundation.framework/SBBootDefaults.h b/PrivateFrameworks/SpringBoardFoundation.framework/SBBootDefaults.h index e38f87edf4..71f8a9988b 100644 --- a/PrivateFrameworks/SpringBoardFoundation.framework/SBBootDefaults.h +++ b/PrivateFrameworks/SpringBoardFoundation.framework/SBBootDefaults.h @@ -7,6 +7,7 @@ @property (nonatomic) NSDictionary *bootTransitionContext; @property (nonatomic) BOOL comingFromUserPowerDown; @property (nonatomic, readonly) BOOL dontLockAfterCrash; +@property (nonatomic) BOOL fromOTASoftwareUpdate; @property (nonatomic) BOOL hasCompletedSynchronizingCloudCriticalData; @property (nonatomic, retain) NSString *lastRestoreIdentifier; @property (nonatomic, retain) NSString *lastSystemBuildVersion; diff --git a/PrivateFrameworks/SpringBoardFoundation.framework/SBFDashBoardViewMetrics.h b/PrivateFrameworks/SpringBoardFoundation.framework/SBFDashBoardViewMetrics.h index 72c0912c11..eb40f7a628 100644 --- a/PrivateFrameworks/SpringBoardFoundation.framework/SBFDashBoardViewMetrics.h +++ b/PrivateFrameworks/SpringBoardFoundation.framework/SBFDashBoardViewMetrics.h @@ -14,7 +14,10 @@ + (float)dateAlphaProgressForScrollOffset:(float)arg1 withPageBounds:(struct CGRect { struct CGPoint { float x_1_1_1; float x_1_1_2; } x1; struct CGSize { float x_2_1_1; float x_2_1_2; } x2; })arg2; + (float)dateBaselineToListY; + (id)dateFont; ++ (float)dateOnlyLabelToLunarDateLabelBaselineDifferenceY; ++ (id)dateOnlyLunarDateFont; + (unsigned int)dateTimeLayoutForPage:(unsigned int)arg1; ++ (id)dateTimeLunarDateFont; + (float)dateTimeMinimumInset; + (BOOL)layoutCentersContent:(unsigned int)arg1; + (BOOL)layoutHitsMaximumWidth:(unsigned int)arg1; @@ -26,7 +29,6 @@ + (float)listToPageBottomInsetYForPage:(unsigned int)arg1; + (float)listWidthForNotificationCenter; + (float)listWidthForPage:(unsigned int)arg1; -+ (id)lunarDateFont; + (float)searchBarWidth; + (float)searchClippingLineMaxY; + (BOOL)searchSizeUsesMargins; @@ -39,7 +41,7 @@ + (struct CGRect { struct CGPoint { float x_1_1_1; float x_1_1_2; } x1; struct CGSize { float x_2_1_1; float x_2_1_2; } x2; })suggestedFrameForDateTimeViewInScreenCoordinates:(struct CGRect { struct CGPoint { float x_1_1_1; float x_1_1_2; } x1; struct CGSize { float x_2_1_1; float x_2_1_2; } x2; })arg1 centeredX:(BOOL)arg2; + (struct CGRect { struct CGPoint { float x_1_1_1; float x_1_1_2; } x1; struct CGSize { float x_2_1_1; float x_2_1_2; } x2; })suggestedFrameForListForPage:(unsigned int)arg1 pageBounds:(struct CGRect { struct CGPoint { float x_1_1_1; float x_1_1_2; } x1; struct CGSize { float x_2_1_1; float x_2_1_2; } x2; })arg2; + (struct CGRect { struct CGPoint { float x_1_1_1; float x_1_1_2; } x1; struct CGSize { float x_2_1_1; float x_2_1_2; } x2; })suggestedFrameForListForPage:(unsigned int)arg1 pageBounds:(struct CGRect { struct CGPoint { float x_1_1_1; float x_1_1_2; } x1; struct CGSize { float x_2_1_1; float x_2_1_2; } x2; })arg2 insets:(struct UIEdgeInsets { float x1; float x2; float x3; float x4; })arg3; -+ (struct CGRect { struct CGPoint { float x_1_1_1; float x_1_1_2; } x1; struct CGSize { float x_2_1_1; float x_2_1_2; } x2; })suggestedFrameForMediaArtworkForControlsFrame:(struct CGRect { struct CGPoint { float x_1_1_1; float x_1_1_2; } x1; struct CGSize { float x_2_1_1; float x_2_1_2; } x2; })arg1 inPageBounds:(struct CGRect { struct CGPoint { float x_1_1_1; float x_1_1_2; } x1; struct CGSize { float x_2_1_1; float x_2_1_2; } x2; })arg2; ++ (struct CGRect { struct CGPoint { float x_1_1_1; float x_1_1_2; } x1; struct CGSize { float x_2_1_1; float x_2_1_2; } x2; })suggestedFrameForMediaArtworkForControlsFrame:(struct CGRect { struct CGPoint { float x_1_1_1; float x_1_1_2; } x1; struct CGSize { float x_2_1_1; float x_2_1_2; } x2; })arg1 bottomInset:(float)arg2 inPageBounds:(struct CGRect { struct CGPoint { float x_1_1_1; float x_1_1_2; } x1; struct CGSize { float x_2_1_1; float x_2_1_2; } x2; })arg3; + (struct CGRect { struct CGPoint { float x_1_1_1; float x_1_1_2; } x1; struct CGSize { float x_2_1_1; float x_2_1_2; } x2; })suggestedFrameForMediaControlsForPageBounds:(struct CGRect { struct CGPoint { float x_1_1_1; float x_1_1_2; } x1; struct CGSize { float x_2_1_1; float x_2_1_2; } x2; })arg1; + (struct CGRect { struct CGPoint { float x_1_1_1; float x_1_1_2; } x1; struct CGSize { float x_2_1_1; float x_2_1_2; } x2; })suggestedFrameForPageControlForPageBounds:(struct CGRect { struct CGPoint { float x_1_1_1; float x_1_1_2; } x1; struct CGSize { float x_2_1_1; float x_2_1_2; } x2; })arg1 desiredSize:(struct CGSize { float x1; float x2; })arg2; + (struct CGRect { struct CGPoint { float x_1_1_1; float x_1_1_2; } x1; struct CGSize { float x_2_1_1; float x_2_1_2; } x2; })suggestedFrameForSearchControllerForPageBounds:(struct CGRect { struct CGPoint { float x_1_1_1; float x_1_1_2; } x1; struct CGSize { float x_2_1_1; float x_2_1_2; } x2; })arg1; diff --git a/PrivateFrameworks/SpringBoardFoundation.framework/SBFLockScreenAlternateDateLabel.h b/PrivateFrameworks/SpringBoardFoundation.framework/SBFLockScreenAlternateDateLabel.h new file mode 100644 index 0000000000..a9703dc89f --- /dev/null +++ b/PrivateFrameworks/SpringBoardFoundation.framework/SBFLockScreenAlternateDateLabel.h @@ -0,0 +1,38 @@ +/* Generated by RuntimeBrowser + Image: /System/Library/PrivateFrameworks/SpringBoardFoundation.framework/SpringBoardFoundation + */ + +@interface SBFLockScreenAlternateDateLabel : UIView { + NSDate * _date; + SBUILegibilityLabel * _label; + _UILegibilitySettings * _legibilitySettings; + float _strength; +} + +@property (nonatomic, retain) NSDate *date; +@property (readonly, copy) NSString *debugDescription; +@property (readonly, copy) NSString *description; +@property (readonly) unsigned int hash; +@property (nonatomic, retain) SBUILegibilityLabel *label; +@property (nonatomic, retain) _UILegibilitySettings *legibilitySettings; +@property (nonatomic) float strength; +@property (readonly) Class superclass; + ++ (id)_lunarCalendarIdentifier; ++ (BOOL)showAlternateDate; + +- (void).cxx_destruct; +- (id)_alternateDateString; +- (id)date; +- (id)initWithSettings:(id)arg1 strength:(float)arg2 font:(id)arg3; +- (id)label; +- (void)layoutSubviews; +- (id)legibilitySettings; +- (void)setDate:(id)arg1; +- (void)setLabel:(id)arg1; +- (void)setLegibilitySettings:(id)arg1; +- (void)setStrength:(float)arg1; +- (struct CGSize { float x1; float x2; })sizeThatFits:(struct CGSize { float x1; float x2; })arg1; +- (float)strength; + +@end diff --git a/PrivateFrameworks/SpringBoardFoundation.framework/SBFLockScreenDateSubtitleDateView.h b/PrivateFrameworks/SpringBoardFoundation.framework/SBFLockScreenDateSubtitleDateView.h index 4f219975e8..8eef0c1a28 100644 --- a/PrivateFrameworks/SpringBoardFoundation.framework/SBFLockScreenDateSubtitleDateView.h +++ b/PrivateFrameworks/SpringBoardFoundation.framework/SBFLockScreenDateSubtitleDateView.h @@ -4,21 +4,18 @@ @interface SBFLockScreenDateSubtitleDateView : SBFLockScreenDateSubtitleView { float _alignmentPercent; - SBUILegibilityLabel * _alternateDateLabel; + SBFLockScreenAlternateDateLabel * _alternateDateLabel; NSDate * _date; } @property (nonatomic) float alignmentPercent; -@property (nonatomic, retain) SBUILegibilityLabel *alternateDateLabel; +@property (nonatomic, retain) SBFLockScreenAlternateDateLabel *alternateDateLabel; @property (nonatomic, retain) NSDate *date; - (void).cxx_destruct; -- (id)_alternateDateString; - (id)_createReplicateView; -- (id)_lunarCalendarIdentifier; - (float)_lunarDateLabelYOffsetFromDateLabel; - (void)_setupAlternateDateLabel; -- (BOOL)_showAlternateDate; - (float)alignmentPercent; - (id)alternateDateLabel; - (struct CGRect { struct CGPoint { float x_1_1_1; float x_1_1_2; } x1; struct CGSize { float x_2_1_1; float x_2_1_2; } x2; })alternateDateLabelFrame; diff --git a/PrivateFrameworks/SpringBoardFoundation.framework/SBFStaticWallpaperView.h b/PrivateFrameworks/SpringBoardFoundation.framework/SBFStaticWallpaperView.h index 8ae22ff531..1d9dce6954 100644 --- a/PrivateFrameworks/SpringBoardFoundation.framework/SBFStaticWallpaperView.h +++ b/PrivateFrameworks/SpringBoardFoundation.framework/SBFStaticWallpaperView.h @@ -20,6 +20,7 @@ + (id)_imageByApplyingLegibilityDarkeningToImage:(id)arg1; - (void).cxx_destruct; +- (void)_addLegibilityDarkeningFilterToStaticImageContentView:(id)arg1; - (id)_averageColorInContentViewRect:(struct CGRect { struct CGPoint { float x_1_1_1; float x_1_1_2; } x1; struct CGSize { float x_2_1_1; float x_2_1_2; } x2; })arg1 smudgeRadius:(float)arg2; - (id)_blurredImage; - (id)_computeAverageColor; @@ -27,18 +28,20 @@ - (void)_disableLegibilityDarkening; - (id)_displayedImage; - (void)_enableLegibilityDarkening; -- (id)_fallbackImageWithSize:(struct CGSize { float x1; float x2; })arg1; +- (id)_fallbackImageWithOriginalSize:(struct CGSize { float x1; float x2; })arg1; - (void)_handleVariantChange; - (id)_imageByApplyingLegibilityDarkeningToImage:(id)arg1; - (id)_imageByDarkeningHighlightsInImage:(id)arg1; - (id)_imageForBackdropParameters:(struct { int x1; int x2; int x3; float x4; float x5; float x6; float x7; BOOL x8; })arg1 includeTint:(BOOL)arg2; - (struct CGSize { float x1; float x2; })_imageSize; - (id)_mappedImageKeyForParameters:(struct { int x1; int x2; int x3; float x4; float x5; float x6; float x7; BOOL x8; })arg1 includingTint:(BOOL)arg2 andLegibilityDarkening:(BOOL)arg3; +- (BOOL)_needsFallbackImageForImage:(id)arg1; - (id)_repeatingGradientImageWithSize:(struct CGSize { float x1; float x2; })arg1 scale:(float)arg2; - (void)_resetColorBoxes; - (void)_setDisplayedImage:(id)arg1; - (void)_setImage:(id)arg1; - (void)_setSampleImage:(id)arg1; +- (void)_setUpStaticImageContentView:(id)arg1; - (void)_setupContentView; - (void)_setupWallpaperImage:(id)arg1 options:(unsigned int)arg2; - (BOOL)_shouldApplyLegibilityDarkeningForVariant:(int)arg1; @@ -59,6 +62,7 @@ - (void)setContentView:(id)arg1; - (void)setContentsRect:(struct CGRect { struct CGPoint { float x_1_1_1; float x_1_1_2; } x1; struct CGSize { float x_2_1_1; float x_2_1_2; } x2; })arg1; - (void)setCropRect:(struct CGRect { struct CGPoint { float x_1_1_1; float x_1_1_2; } x1; struct CGSize { float x_2_1_1; float x_2_1_2; } x2; })arg1 zoomScale:(float)arg2; +- (void)setVariantsThatDarkenContentsToEnsureLegibility:(int)arg1; - (void)settings:(id)arg1 changedValueForKey:(id)arg2; - (id)snapshotImage; - (id)wallpaperImage; diff --git a/PrivateFrameworks/SpringBoardFoundation.framework/SBLocalDefaults.h b/PrivateFrameworks/SpringBoardFoundation.framework/SBLocalDefaults.h index 1125717183..32ebf9393b 100644 --- a/PrivateFrameworks/SpringBoardFoundation.framework/SBLocalDefaults.h +++ b/PrivateFrameworks/SpringBoardFoundation.framework/SBLocalDefaults.h @@ -27,6 +27,7 @@ SBSecurityDefaults * _lazy_securityDefaults; SBSetupDefaults * _lazy_setupDefaults; SBSoftwareUpdateDefaults * _lazy_softwareUpdateDefaults; + SBSOSDefaults * _lazy_sosDefaults; SBSoundDefaults * _lazy_soundDefaults; SBStatusBarDefaults * _lazy_statusBarDefaults; SBThermalDefaults * _lazy_thermalDefaults; @@ -60,6 +61,7 @@ @property (nonatomic, readonly, retain) SBSecurityDefaults *securityDefaults; @property (nonatomic, readonly, retain) SBSetupDefaults *setupDefaults; @property (nonatomic, readonly, retain) SBSoftwareUpdateDefaults *softwareUpdateDefaults; +@property (nonatomic, readonly, retain) SBSOSDefaults *sosDefaults; @property (nonatomic, readonly, retain) SBSoundDefaults *soundDefaults; @property (nonatomic, readonly, retain) SBStatusBarDefaults *statusBarDefaults; @property (nonatomic, readonly, retain) SBThermalDefaults *thermalDefaults; @@ -94,6 +96,7 @@ - (id)securityDefaults; - (id)setupDefaults; - (id)softwareUpdateDefaults; +- (id)sosDefaults; - (id)soundDefaults; - (id)statusBarDefaults; - (id)thermalDefaults; diff --git a/PrivateFrameworks/SpringBoardFoundation.framework/SBSOSDefaults.h b/PrivateFrameworks/SpringBoardFoundation.framework/SBSOSDefaults.h new file mode 100644 index 0000000000..7eb28bc63f --- /dev/null +++ b/PrivateFrameworks/SpringBoardFoundation.framework/SBSOSDefaults.h @@ -0,0 +1,13 @@ +/* Generated by RuntimeBrowser + Image: /System/Library/PrivateFrameworks/SpringBoardFoundation.framework/SpringBoardFoundation + */ + +@interface SBSOSDefaults : SBAbstractSpringBoardDefaultDomain + +@property (nonatomic, readonly) BOOL disablesForAccessibility; +@property (nonatomic, readonly) unsigned int numberOfPressesToTrigger; + +- (void)_bindAndRegisterDefaults; +- (BOOL)hasIndiaConfiguration; + +@end diff --git a/PrivateFrameworks/SpringBoardServices.framework/SBSRemoteAlertActivationContext.h b/PrivateFrameworks/SpringBoardServices.framework/SBSRemoteAlertActivationContext.h new file mode 100644 index 0000000000..b571786200 --- /dev/null +++ b/PrivateFrameworks/SpringBoardServices.framework/SBSRemoteAlertActivationContext.h @@ -0,0 +1,40 @@ +/* Generated by RuntimeBrowser + Image: /System/Library/PrivateFrameworks/SpringBoardServices.framework/SpringBoardServices + */ + +@interface SBSRemoteAlertActivationContext : NSObject { + NSSet * _actions; + BSMutableSettings * _settings; +} + +@property (nonatomic, retain) NSSet *actions; +@property (readonly, copy) NSString *debugDescription; +@property (readonly, copy) NSString *description; +@property (readonly) unsigned int hash; +@property (nonatomic, retain) NSString *reason; +@property (readonly) Class superclass; + ++ (BOOL)supportsSecureCoding; + +- (void).cxx_destruct; +- (id)_initWithSettings:(id)arg1 actions:(id)arg2; +- (id)actions; +- (void)dealloc; +- (id)description; +- (id)descriptionBuilderWithMultilinePrefix:(id)arg1; +- (id)descriptionWithMultilinePrefix:(id)arg1; +- (void)encodeWithCoder:(id)arg1; +- (void)encodeWithXPCDictionary:(id)arg1; +- (id)init; +- (id)initWithActions:(id)arg1; +- (id)initWithCoder:(id)arg1; +- (id)initWithXPCDictionary:(id)arg1; +- (id)reason; +- (void)setActions:(id)arg1; +- (void)setReason:(id)arg1; +- (id)settings:(id)arg1 keyDescriptionForSetting:(unsigned int)arg2; +- (id)settings:(id)arg1 valueDescriptionForFlag:(int)arg2 object:(id)arg3 ofSetting:(unsigned int)arg4; +- (id)succinctDescription; +- (id)succinctDescriptionBuilder; + +@end diff --git a/PrivateFrameworks/SpringBoardServices.framework/SBSRemoteAlertActivationOptions.h b/PrivateFrameworks/SpringBoardServices.framework/SBSRemoteAlertActivationOptions.h index d1143e986c..c46000395e 100644 --- a/PrivateFrameworks/SpringBoardServices.framework/SBSRemoteAlertActivationOptions.h +++ b/PrivateFrameworks/SpringBoardServices.framework/SBSRemoteAlertActivationOptions.h @@ -2,30 +2,6 @@ Image: /System/Library/PrivateFrameworks/SpringBoardServices.framework/SpringBoardServices */ -@interface SBSRemoteAlertActivationOptions : NSObject { - BSMutableSettings * _settings; -} - -@property (readonly, copy) NSString *debugDescription; -@property (readonly, copy) NSString *description; -@property (readonly) unsigned int hash; -@property (nonatomic, retain) NSString *reason; -@property (readonly) Class superclass; - -- (void).cxx_destruct; -- (id)_initWithSettings:(id)arg1; -- (void)dealloc; -- (id)description; -- (id)descriptionBuilderWithMultilinePrefix:(id)arg1; -- (id)descriptionWithMultilinePrefix:(id)arg1; -- (void)encodeWithXPCDictionary:(id)arg1; -- (id)init; -- (id)initWithXPCDictionary:(id)arg1; -- (id)reason; -- (void)setReason:(id)arg1; -- (id)settings:(id)arg1 keyDescriptionForSetting:(unsigned int)arg2; -- (id)settings:(id)arg1 valueDescriptionForFlag:(int)arg2 object:(id)arg3 ofSetting:(unsigned int)arg4; -- (id)succinctDescription; -- (id)succinctDescriptionBuilder; +@interface SBSRemoteAlertActivationOptions : SBSRemoteAlertActivationContext @end diff --git a/PrivateFrameworks/SpringBoardServices.framework/SBSRemoteAlertClient.h b/PrivateFrameworks/SpringBoardServices.framework/SBSRemoteAlertClient.h index 69f7d1f6fd..3dc9ffcb2a 100644 --- a/PrivateFrameworks/SpringBoardServices.framework/SBSRemoteAlertClient.h +++ b/PrivateFrameworks/SpringBoardServices.framework/SBSRemoteAlertClient.h @@ -22,7 +22,7 @@ - (id)handleObserverQueue; - (id)initWithIdentifier:(id)arg1 calloutQueue:(id)arg2; - (id)queue; -- (void)queue_activateRemoteAlertForHandle:(id)arg1 withOptions:(id)arg2; +- (void)queue_activateRemoteAlertForHandle:(id)arg1 withContext:(id)arg2; - (void)queue_invalidateRemoteAlertForHandle:(id)arg1; - (void)queue_lookupHandlesForRemoteAlertWithConfiguration:(id)arg1 creatingIfNone:(BOOL)arg2 withCompletion:(id /* block */)arg3; - (id)queue_newHandleForRemoteAlertWithConfiguration:(id)arg1; diff --git a/PrivateFrameworks/SpringBoardServices.framework/SBSRemoteAlertHandle.h b/PrivateFrameworks/SpringBoardServices.framework/SBSRemoteAlertHandle.h index 403f06281f..e41fb2739d 100644 --- a/PrivateFrameworks/SpringBoardServices.framework/SBSRemoteAlertHandle.h +++ b/PrivateFrameworks/SpringBoardServices.framework/SBSRemoteAlertHandle.h @@ -23,6 +23,7 @@ - (void).cxx_destruct; - (id)_initWithHandleToken:(id)arg1; - (void)_queue_callObserversWithBlock:(id /* block */)arg1; +- (void)activateWithContext:(id)arg1; - (void)activateWithOptions:(id)arg1; - (void)addObserver:(id)arg1; - (id)init; diff --git a/PrivateFrameworks/SpringBoardUI.framework/_SBAlertController.h b/PrivateFrameworks/SpringBoardUI.framework/_SBAlertController.h index 78acc0e37f..9bc9617bee 100644 --- a/PrivateFrameworks/SpringBoardUI.framework/_SBAlertController.h +++ b/PrivateFrameworks/SpringBoardUI.framework/_SBAlertController.h @@ -2,19 +2,28 @@ Image: /System/Library/PrivateFrameworks/SpringBoardUI.framework/SpringBoardUI */ -@interface _SBAlertController : UIAlertController { +@interface _SBAlertController : UIAlertController { <_SBAlertControllerDelegate> * _alertControllerDelegate; SBAlertItem * _alertItem; } @property (nonatomic) <_SBAlertControllerDelegate> *alertControllerDelegate; @property (nonatomic) SBAlertItem *alertItem; +@property (readonly, copy) NSString *debugDescription; +@property (readonly, copy) NSString *description; +@property (readonly) unsigned int hash; +@property (readonly) Class superclass; - (void).cxx_destruct; - (id)alertControllerDelegate; - (id)alertItem; +- (id)description; +- (id)descriptionBuilderWithMultilinePrefix:(id)arg1; +- (id)descriptionWithMultilinePrefix:(id)arg1; - (void)setAlertControllerDelegate:(id)arg1; - (void)setAlertItem:(id)arg1; +- (id)succinctDescription; +- (id)succinctDescriptionBuilder; - (void)viewDidDisappear:(BOOL)arg1; @end diff --git a/PrivateFrameworks/SpringBoardUIServices.framework/SBSUIWallpaperPreviewViewController.h b/PrivateFrameworks/SpringBoardUIServices.framework/SBSUIWallpaperPreviewViewController.h index 8ad27038fa..33689df925 100644 --- a/PrivateFrameworks/SpringBoardUIServices.framework/SBSUIWallpaperPreviewViewController.h +++ b/PrivateFrameworks/SpringBoardUIServices.framework/SBSUIWallpaperPreviewViewController.h @@ -35,6 +35,7 @@ - (void)_startDateTimer; - (void)_stopDateTimer; - (void)_updateDateView; +- (void)_updateDateViewAlignmentFromOrientation:(int)arg1; - (id)_wallpaperView; - (id)_wallpaperViewWithFrame:(struct CGRect { struct CGPoint { float x_1_1_1; float x_1_1_2; } x1; struct CGSize { float x_2_1_1; float x_2_1_2; } x2; })arg1; - (id)_wallpaperViewWithFrame:(struct CGRect { struct CGPoint { float x_1_1_1; float x_1_1_2; } x1; struct CGSize { float x_2_1_1; float x_2_1_2; } x2; })arg1 image:(id)arg2 video:(id)arg3 videoURL:(id)arg4 stillTimeInVideo:(double)arg5 supportsCropping:(BOOL)arg6 variant:(int)arg7; @@ -60,6 +61,7 @@ - (void)setMotionEnabled:(BOOL)arg1; - (void)setMotionEnabled:(BOOL)arg1 updateParallaxOnWallpaperView:(BOOL)arg2; - (void)setWallpaperForLocations:(int)arg1; +- (void)statusBarOrientationWillChange:(id)arg1; - (void)viewWillAppear:(BOOL)arg1; - (void)viewWillDisappear:(BOOL)arg1; - (id)wallpaperConfigurationManager; diff --git a/PrivateFrameworks/SpringBoardUIServices.framework/SBUIRemoteAlertButtonAction.h b/PrivateFrameworks/SpringBoardUIServices.framework/SBUIRemoteAlertButtonAction.h new file mode 100644 index 0000000000..c7036667de --- /dev/null +++ b/PrivateFrameworks/SpringBoardUIServices.framework/SBUIRemoteAlertButtonAction.h @@ -0,0 +1,12 @@ +/* Generated by RuntimeBrowser + Image: /System/Library/PrivateFrameworks/SpringBoardUIServices.framework/SpringBoardUIServices + */ + +@interface SBUIRemoteAlertButtonAction : BSAction + +- (int)events; +- (id)initWithEvents:(int)arg1 targetQueue:(id)arg2 withHandler:(id /* block */)arg3; +- (void)sendResponse:(id)arg1; +- (void)sendResponseWithUnHandledEvents:(int)arg1; + +@end diff --git a/PrivateFrameworks/SpringBoardUIServices.framework/SBUIRemoteAlertButtonActionResponse.h b/PrivateFrameworks/SpringBoardUIServices.framework/SBUIRemoteAlertButtonActionResponse.h new file mode 100644 index 0000000000..3c5c1cb7b8 --- /dev/null +++ b/PrivateFrameworks/SpringBoardUIServices.framework/SBUIRemoteAlertButtonActionResponse.h @@ -0,0 +1,10 @@ +/* Generated by RuntimeBrowser + Image: /System/Library/PrivateFrameworks/SpringBoardUIServices.framework/SpringBoardUIServices + */ + +@interface SBUIRemoteAlertButtonActionResponse : BSActionResponse + +- (id)initWithUnHandledEvents:(int)arg1; +- (int)unHandledEvents; + +@end diff --git a/PrivateFrameworks/SpringBoardUIServices.framework/SBUIRemoteAlertServiceViewController.h b/PrivateFrameworks/SpringBoardUIServices.framework/SBUIRemoteAlertServiceViewController.h index 8095223525..0bd9cf0c93 100644 --- a/PrivateFrameworks/SpringBoardUIServices.framework/SBUIRemoteAlertServiceViewController.h +++ b/PrivateFrameworks/SpringBoardUIServices.framework/SBUIRemoteAlertServiceViewController.h @@ -7,10 +7,13 @@ + (id)_exportedInterface; + (id)_remoteViewControllerInterface; +- (BOOL)_selectorIsOverriden:(SEL)arg1; +- (void)handleButtonActions:(id)arg1; - (void)handleDoubleHeightStatusBarTap; - (id)initWithNibName:(id)arg1 bundle:(id)arg2; - (void)noteActivatedForActivityContinuationWithIdentifier:(id)arg1; - (void)noteActivatedForCustomReason:(id)arg1; +- (void)prepareForActivationWithContext:(id)arg1 completion:(id /* block */)arg2; - (void)setUserInfo:(id)arg1; @end diff --git a/PrivateFrameworks/Stocks.framework/BackgroundStockUpdater.h b/PrivateFrameworks/Stocks.framework/BackgroundStockUpdater.h index d0559c7a74..803c5b1b92 100644 --- a/PrivateFrameworks/Stocks.framework/BackgroundStockUpdater.h +++ b/PrivateFrameworks/Stocks.framework/BackgroundStockUpdater.h @@ -4,7 +4,12 @@ @interface BackgroundStockUpdater : StockUpdater -- (id)init; +@property (nonatomic, readonly) NSURLSession *session; + +- (id)_backgroundSession; +- (void)_createDefaultSession; +- (void)reestablishBackgroundSession; +- (id)session; - (id)taskForRequest:(id)arg1 delegate:(id)arg2; @end diff --git a/PrivateFrameworks/Stocks.framework/Stock.h b/PrivateFrameworks/Stocks.framework/Stock.h index 4eb1f66b72..55afc4cf23 100644 --- a/PrivateFrameworks/Stocks.framework/Stock.h +++ b/PrivateFrameworks/Stocks.framework/Stock.h @@ -40,6 +40,7 @@ @property (nonatomic, retain) NSString *high; @property (nonatomic, retain) NSURL *infoURL; @property (nonatomic, retain) NSString *low; +@property (nonatomic, readonly) NSString *marketStatusDescription; @property (nonatomic, retain) NSString *marketcap; @property (nonatomic, retain) NSString *open; @property (nonatomic, retain) NSString *peRatio; @@ -110,6 +111,7 @@ - (id)listNameWithMaxIndexNameLength:(unsigned int)arg1; - (id)low; - (BOOL)marketIsOpen; +- (id)marketStatusDescription; - (id)marketcap; - (id)open; - (id)peRatio; diff --git a/PrivateFrameworks/Stocks.framework/StockUpdateManager.h b/PrivateFrameworks/Stocks.framework/StockUpdateManager.h index bd3bea04a5..98d0a88fdc 100644 --- a/PrivateFrameworks/Stocks.framework/StockUpdateManager.h +++ b/PrivateFrameworks/Stocks.framework/StockUpdateManager.h @@ -10,6 +10,7 @@ NSHashTable * _updateObservers; } +@property (nonatomic, readonly) NSURLSession *backgroundSession; @property (nonatomic, readonly) BackgroundStockUpdater *backgroundUpdater; @property (readonly, copy) NSString *debugDescription; @property (readonly, copy) NSString *description; @@ -27,6 +28,7 @@ - (void)_updaterDidCancelOrFinish:(id)arg1; - (void)addUpdateObserver:(id)arg1; - (id)availableStockUpdater; +- (id)backgroundSession; - (void)backgroundUpdateAllStocksBasic:(id)arg1 withCompletion:(id /* block */)arg2 finishEventsHandler:(id /* block */)arg3; - (id)backgroundUpdater; - (void)cancel; @@ -35,6 +37,7 @@ - (BOOL)hadError; - (id)init; - (BOOL)isLoading; +- (void)reestablishBackgroundSession; - (void)removeUpdateObserver:(id)arg1; - (void)reset; - (void)resetUpdaters; diff --git a/PrivateFrameworks/Stocks.framework/YQLRequest.h b/PrivateFrameworks/Stocks.framework/YQLRequest.h index 8639493bb7..9c65236032 100644 --- a/PrivateFrameworks/Stocks.framework/YQLRequest.h +++ b/PrivateFrameworks/Stocks.framework/YQLRequest.h @@ -28,6 +28,7 @@ - (void)URLSessionDidFinishEventsForBackgroundURLSession:(id)arg1; - (id)YQLCountryCode; - (id)YQLLanguageCode; +- (void)_createDefaultSession; - (id)_yahooDoppelganger_taskForRequest:(id)arg1 delegate:(id)arg2; - (id)aggregateDictionaryDomain; - (id)arrayWithDictionaryKeyPath:(id)arg1 inJSONObject:(id)arg2 wrapResultIfDictionary:(BOOL)arg3; @@ -39,7 +40,6 @@ - (void)failWithError:(id)arg1; - (id /* block */)finishEventsHandler; - (id)init; -- (id)initWithSession:(id)arg1; - (BOOL)isLoading; - (void)loadRequest:(id)arg1; - (id)objectOfClass:(Class)arg1 withDictionaryKeyPath:(id)arg2 inJSONObject:(id)arg3; diff --git a/PrivateFrameworks/StoreKitUI.framework/SKUIApplicationController.h b/PrivateFrameworks/StoreKitUI.framework/SKUIApplicationController.h index c85ccf1013..9f65e9af93 100644 --- a/PrivateFrameworks/StoreKitUI.framework/SKUIApplicationController.h +++ b/PrivateFrameworks/StoreKitUI.framework/SKUIApplicationController.h @@ -67,7 +67,6 @@ + (id)applicationOptionsWithLaunchOptions:(id)arg1; + (id)configurationPreloader; + (void)finishedWithConfigurationPreloader; -+ (void)load; + (void)prepareForLaunch; - (void).cxx_destruct; diff --git a/PrivateFrameworks/StoreKitUI.framework/SKUIApplicationControllerOptions.h b/PrivateFrameworks/StoreKitUI.framework/SKUIApplicationControllerOptions.h index 5aa28fc1e8..b3c0ce0e08 100644 --- a/PrivateFrameworks/StoreKitUI.framework/SKUIApplicationControllerOptions.h +++ b/PrivateFrameworks/StoreKitUI.framework/SKUIApplicationControllerOptions.h @@ -6,6 +6,7 @@ BOOL _bootstrapScriptFallbackEnabled; double _bootstrapScriptFallbackMaximumAge; double _bootstrapScriptTimeoutInterval; + BOOL _pageRenderMetricsEnabled; BOOL _requiresLocalBootstrapScript; BOOL _supportsFullApplicationReload; int _tabBarControllerStyle; @@ -14,6 +15,7 @@ @property (getter=isBootstrapScriptFallbackEnabled, nonatomic, readonly) BOOL bootstrapScriptFallbackEnabled; @property (nonatomic, readonly) double bootstrapScriptFallbackMaximumAge; @property (nonatomic, readonly) double bootstrapScriptTimeoutInterval; +@property (nonatomic, readonly) BOOL pageRenderMetricsEnabled; @property (nonatomic, readonly) BOOL requiresLocalBootstrapScript; @property (nonatomic, readonly) BOOL supportsFullApplicationReload; @property (nonatomic, readonly) int tabBarControllerStyle; @@ -26,6 +28,7 @@ - (BOOL)isBootstrapScriptFallbackEnabled; - (BOOL)isEqual:(id)arg1; - (id)mutableCopyWithZone:(struct _NSZone { }*)arg1; +- (BOOL)pageRenderMetricsEnabled; - (BOOL)requiresLocalBootstrapScript; - (BOOL)supportsFullApplicationReload; - (int)tabBarControllerStyle; diff --git a/PrivateFrameworks/StoreKitUI.framework/SKUIDocumentContainerViewController.h b/PrivateFrameworks/StoreKitUI.framework/SKUIDocumentContainerViewController.h index 15263f1c32..3c2305a7c8 100644 --- a/PrivateFrameworks/StoreKitUI.framework/SKUIDocumentContainerViewController.h +++ b/PrivateFrameworks/StoreKitUI.framework/SKUIDocumentContainerViewController.h @@ -52,7 +52,6 @@ - (void)_enqueueLoadURLOperation; - (void)_finishLegacyProtocolOperationForResponse:(id)arg1 dataProvider:(id)arg2 dictionary:(id)arg3; - (void)_finishLoadOperationWithResponse:(id)arg1 error:(id)arg2; -- (BOOL)_isFullScreen; - (BOOL)_makeSearchBarFirstResponderOnLoad; - (id)_navigationBarViewElement; - (void)_networkTypeChangeNotification:(id)arg1; diff --git a/PrivateFrameworks/StoreKitUI.framework/SKUIFlexibleSegmentedControl.h b/PrivateFrameworks/StoreKitUI.framework/SKUIFlexibleSegmentedControl.h index 605bc45899..120e557c5a 100644 --- a/PrivateFrameworks/StoreKitUI.framework/SKUIFlexibleSegmentedControl.h +++ b/PrivateFrameworks/StoreKitUI.framework/SKUIFlexibleSegmentedControl.h @@ -12,6 +12,7 @@ int _previousSelectedSegmentIndex; UISegmentedControl * _segmentedControl; int _selectedSegmentIndex; + BOOL _sizesSegmentsToFitWidth; } @property (nonatomic) *delegate; @@ -21,6 +22,7 @@ @property (nonatomic, readonly) int moreListIndex; @property (nonatomic, copy) NSString *moreListTitle; @property (nonatomic) int selectedSegmentIndex; +@property (nonatomic) BOOL sizesSegmentsToFitWidth; - (void).cxx_destruct; - (void)_configureSegmentedControl:(id)arg1 withTitles:(id)arg2 boundingSize:(struct CGSize { float x1; float x2; })arg3; @@ -44,6 +46,8 @@ - (void)setMaximumNumberOfVisibleItems:(int)arg1; - (void)setMoreListTitle:(id)arg1; - (void)setSelectedSegmentIndex:(int)arg1; +- (void)setSizesSegmentsToFitWidth:(BOOL)arg1; - (struct CGSize { float x1; float x2; })sizeThatFits:(struct CGSize { float x1; float x2; })arg1; +- (BOOL)sizesSegmentsToFitWidth; @end diff --git a/PrivateFrameworks/StoreKitUI.framework/SKUIItem.h b/PrivateFrameworks/StoreKitUI.framework/SKUIItem.h index d0db4cfea9..a752033a2c 100644 --- a/PrivateFrameworks/StoreKitUI.framework/SKUIItem.h +++ b/PrivateFrameworks/StoreKitUI.framework/SKUIItem.h @@ -19,6 +19,7 @@ BOOL _gameControllerSupported; BOOL _hasInAppPurchases; BOOL _hasMessagesExtension; + BOOL _isHiddenFromSpringBoard; long long _itemIdentifier; int _itemKind; NSString * _itemKindString; @@ -60,6 +61,7 @@ @property (nonatomic, readonly) BOOL hasInAppPurchases; @property (nonatomic, readonly) BOOL hasMessagesExtension; @property (readonly) unsigned int hash; +@property (nonatomic, readonly) BOOL isHiddenFromSpringBoard; @property (nonatomic, readonly) long long itemIdentifier; @property (nonatomic, readonly) int itemKind; @property (nonatomic, readonly) NSString *itemKindString; @@ -111,6 +113,7 @@ - (id)initWithCacheRepresentation:(id)arg1; - (id)initWithLookupDictionary:(id)arg1; - (BOOL)isEqual:(id)arg1; +- (BOOL)isHiddenFromSpringBoard; - (BOOL)isNewsstandApp; - (long long)itemIdentifier; - (int)itemKind; diff --git a/PrivateFrameworks/StoreKitUI.framework/SKUIItemArtworkContext.h b/PrivateFrameworks/StoreKitUI.framework/SKUIItemArtworkContext.h index 4f5c33202c..835cb80a44 100644 --- a/PrivateFrameworks/StoreKitUI.framework/SKUIItemArtworkContext.h +++ b/PrivateFrameworks/StoreKitUI.framework/SKUIItemArtworkContext.h @@ -8,6 +8,7 @@ SKUIProductImageDataConsumer * _generalImageConsumer; SKUIStyledImageDataConsumer * _iconConsumer; SKUIProductImageDataConsumer * _letterboxConsumer; + SKUIStyledImageDataConsumer * _messagesIconConsumer; SKUIStyledImageDataConsumer * _newsstandConsumer; NSMutableDictionary * _placeholders; SKUIProductImageDataConsumer * _posterConsumer; @@ -18,6 +19,7 @@ @property (nonatomic, retain) SKUIProductImageDataConsumer *generalConsumer; @property (nonatomic, retain) SKUIStyledImageDataConsumer *iconConsumer; @property (nonatomic, retain) SKUIProductImageDataConsumer *letterboxConsumer; +@property (nonatomic, retain) SKUIStyledImageDataConsumer *messagesIconConsumer; @property (nonatomic, retain) SKUIStyledImageDataConsumer *newsstandConsumer; @property (nonatomic, retain) SKUIProductImageDataConsumer *posterConsumer; @@ -37,6 +39,7 @@ - (struct CGSize { float x1; float x2; })largestImageSizeForItems:(id)arg1; - (struct CGSize { float x1; float x2; })largestImageSizeForLockups:(id)arg1; - (id)letterboxConsumer; +- (id)messagesIconConsumer; - (id)newsstandConsumer; - (id)placeholderImageForItem:(id)arg1; - (id)posterConsumer; @@ -45,6 +48,7 @@ - (void)setGeneralConsumer:(id)arg1; - (void)setIconConsumer:(id)arg1; - (void)setLetterboxConsumer:(id)arg1; +- (void)setMessagesIconConsumer:(id)arg1; - (void)setNewsstandConsumer:(id)arg1; - (void)setPosterConsumer:(id)arg1; diff --git a/PrivateFrameworks/StoreKitUI.framework/SKUIItemOfferButton.h b/PrivateFrameworks/StoreKitUI.framework/SKUIItemOfferButton.h index f96410d406..b33e9f3433 100644 --- a/PrivateFrameworks/StoreKitUI.framework/SKUIItemOfferButton.h +++ b/PrivateFrameworks/StoreKitUI.framework/SKUIItemOfferButton.h @@ -7,7 +7,10 @@ float _borderColorAlphaMultiplier; BOOL _borderCornerRadiusMatchesHalfBoundingDimension; UIView * _borderView; + UIImage * _borderedImage; + UIImageView * _borderedImageView; SKUIBuyButtonDescriptor * _buttonDescriptor; + NSString * _buyType; SKUIFocusedTouchGestureRecognizer * _cancelGestureRecognizer; id /* block */ _centerImageProvider; UIImage * _cloudImage; @@ -43,7 +46,9 @@ } @property (nonatomic) float borderColorAlphaMultiplier; +@property (nonatomic, retain) UIImage *borderedImage; @property (nonatomic, retain) SKUIBuyButtonDescriptor *buttonDescriptor; +@property (nonatomic, copy) NSString *buyType; @property (nonatomic, copy) id /* block */ centerImageProvider; @property (nonatomic, copy) UIColor *cloudTintColor; @property (nonatomic, copy) NSString *confirmationTitle; @@ -64,6 +69,7 @@ @property (getter=isShowingConfirmation, nonatomic, readonly) BOOL showingConfirmation; @property (nonatomic) BOOL showsConfirmationState; @property (readonly) Class superclass; +@property (nonatomic, readonly) BOOL supportsPlayButton; @property (nonatomic, copy) NSString *title; @property (nonatomic) int titleStyle; @property (getter=isUniversal, nonatomic) BOOL universal; @@ -88,11 +94,13 @@ - (void).cxx_destruct; - (void)_adjustViewOrderingForProperties:(id)arg1; +- (struct CGRect { struct CGPoint { float x_1_1_1; float x_1_1_2; } x1; struct CGSize { float x_2_1_1; float x_2_1_2; } x2; })_borderedImageViewFrame; - (id)_buttonPropertiesForState:(id)arg1; - (void)_cancelGestureAction:(id)arg1; - (float)_horizontalInsetForTitleStyle:(int)arg1; - (id)_imageForProgressType:(int)arg1; - (void)_insertBorderView; +- (void)_insertBorderedImageView; - (void)_insertCancelGestureRecognizer; - (void)_insertImageView; - (void)_insertLabel; @@ -104,6 +112,7 @@ - (void)_sendDidAnimate; - (void)_sendWillAnimate; - (BOOL)_touchInBounds:(id)arg1; +- (void)_transitionFromBorderedImage:(id)arg1 toTitle:(id)arg2 withDuration:(float)arg3 completion:(id /* block */)arg4; - (void)_transitionFromImage:(id)arg1 toImage:(id)arg2 withDuration:(float)arg3 completion:(id /* block */)arg4; - (void)_transitionFromProgress:(id)arg1 toProgress:(id)arg2 withDuration:(float)arg3 completion:(id /* block */)arg4; - (void)_transitionFromProgress:(id)arg1 toTitleOrImage:(id)arg2 withDuration:(float)arg3 completion:(id /* block */)arg4; @@ -113,7 +122,9 @@ - (void)_updateForChangedTitleProperty; - (BOOL)beginTrackingWithTouch:(id)arg1 withEvent:(id)arg2; - (float)borderColorAlphaMultiplier; +- (id)borderedImage; - (id)buttonDescriptor; +- (id)buyType; - (void)cancelTrackingWithEvent:(id)arg1; - (id /* block */)centerImageProvider; - (id)cloudTintColor; @@ -127,7 +138,8 @@ - (id)element; - (void)endTrackingWithTouch:(id)arg1 withEvent:(id)arg2; - (int)fillStyle; -- (BOOL)hasImage; +- (BOOL)hasBorderedImage; +- (BOOL)hasNonBorderedImage; - (id)image; - (id)initWithFrame:(struct CGRect { struct CGPoint { float x_1_1_1; float x_1_1_2; } x1; struct CGSize { float x_2_1_1; float x_2_1_2; } x2; })arg1; - (BOOL)isDisabledButSelectable; @@ -143,7 +155,9 @@ - (BOOL)restores; - (void)setBackgroundColor:(id)arg1; - (void)setBorderColorAlphaMultiplier:(float)arg1; +- (void)setBorderedImage:(id)arg1; - (void)setButtonDescriptor:(id)arg1; +- (void)setBuyType:(id)arg1; - (void)setCenterImageProvider:(id /* block */)arg1; - (void)setCloudTintColor:(id)arg1; - (void)setColoringWithAppearance:(id)arg1; @@ -172,6 +186,7 @@ - (void)showCloudImage; - (BOOL)showsConfirmationState; - (struct CGSize { float x1; float x2; })sizeThatFits:(struct CGSize { float x1; float x2; })arg1; +- (BOOL)supportsPlayButton; - (void)tintColorDidChange; - (id)title; - (int)titleStyle; diff --git a/PrivateFrameworks/StoreKitUI.framework/SKUIItemOfferButtonProperties.h b/PrivateFrameworks/StoreKitUI.framework/SKUIItemOfferButtonProperties.h index df68292d3d..6e7568c670 100644 --- a/PrivateFrameworks/StoreKitUI.framework/SKUIItemOfferButtonProperties.h +++ b/PrivateFrameworks/StoreKitUI.framework/SKUIItemOfferButtonProperties.h @@ -11,6 +11,7 @@ float _borderCornerRadius; BOOL _borderCornerRadiusMatchesHalfBoundingDimension; float _borderWidth; + UIImage * _borderedImage; BOOL _cancelRecognizer; int _confirmationTitleStyle; BOOL _hasBorderView; @@ -33,6 +34,7 @@ @property (nonatomic) float borderCornerRadius; @property (nonatomic) BOOL borderCornerRadiusMatchesHalfBoundingDimension; @property (nonatomic) float borderWidth; +@property (nonatomic, retain) UIImage *borderedImage; @property (nonatomic) BOOL cancelRecognizer; @property (nonatomic) int confirmationTitleStyle; @property (nonatomic) BOOL hasBorderView; @@ -55,6 +57,7 @@ - (float)borderCornerRadius; - (BOOL)borderCornerRadiusMatchesHalfBoundingDimension; - (float)borderWidth; +- (id)borderedImage; - (BOOL)cancelRecognizer; - (int)confirmationTitleStyle; - (BOOL)hasBorderView; @@ -72,6 +75,7 @@ - (void)setBorderCornerRadius:(float)arg1; - (void)setBorderCornerRadiusMatchesHalfBoundingDimension:(BOOL)arg1; - (void)setBorderWidth:(float)arg1; +- (void)setBorderedImage:(id)arg1; - (void)setCancelRecognizer:(BOOL)arg1; - (void)setConfirmationTitleStyle:(int)arg1; - (void)setHasBorderView:(BOOL)arg1; diff --git a/PrivateFrameworks/StoreKitUI.framework/SKUIItemStateCenter.h b/PrivateFrameworks/StoreKitUI.framework/SKUIItemStateCenter.h index 6d063a2c6e..8f5e065712 100644 --- a/PrivateFrameworks/StoreKitUI.framework/SKUIItemStateCenter.h +++ b/PrivateFrameworks/StoreKitUI.framework/SKUIItemStateCenter.h @@ -65,7 +65,7 @@ - (void)_notifyObserversOfStateChanges:(id)arg1; - (void)_pendingRentalAdded:(id)arg1; - (void)_pendingRentalRemoved:(id)arg1; -- (void)_performPurchases:(id)arg1 withClientContext:(id)arg2 completionBlock:(id /* block */)arg3; +- (void)_performPurchases:(id)arg1 hasBundlePurchase:(BOOL)arg2 withClientContext:(id)arg3 completionBlock:(id /* block */)arg4; - (id)_purchaseHistoryDatabase; - (void)_reloadAppUpdatesStore; - (void)_reloadDownloadManager; diff --git a/PrivateFrameworks/StoreKitUI.framework/SKUIJSApplication.h b/PrivateFrameworks/StoreKitUI.framework/SKUIJSApplication.h index 73d3c7c0a3..ffad6091a5 100644 --- a/PrivateFrameworks/StoreKitUI.framework/SKUIJSApplication.h +++ b/PrivateFrameworks/StoreKitUI.framework/SKUIJSApplication.h @@ -7,12 +7,14 @@ } @property (nonatomic, readonly) SKUIApplicationController *applicationController; +@property (nonatomic, readonly) BOOL pageRenderMetricsEnabled; - (void).cxx_destruct; - (id)applicationController; - (id)initWithAppContext:(id)arg1 applicationController:(id)arg2; - (void)launchComplete:(id)arg1; - (void)launchFailed; +- (BOOL)pageRenderMetricsEnabled; - (void)sendDocumentMessage:(id)arg1 :(id)arg2 :(id)arg3; @end diff --git a/PrivateFrameworks/StoreKitUI.framework/SKUILoadingViewController.h b/PrivateFrameworks/StoreKitUI.framework/SKUILoadingViewController.h new file mode 100644 index 0000000000..6cd5d8a8c3 --- /dev/null +++ b/PrivateFrameworks/StoreKitUI.framework/SKUILoadingViewController.h @@ -0,0 +1,34 @@ +/* Generated by RuntimeBrowser + Image: /System/Library/PrivateFrameworks/StoreKitUI.framework/StoreKitUI + */ + +@interface SKUILoadingViewController : UIViewController { + UIColor * _backgroundColor; + SKUIClientContext * _clientContext; + NSString * _loadingText; + SKUILoadingView * _loadingView; + SKUIColorScheme * _spinnerColorScheme; +} + +@property (nonatomic, retain) UIColor *backgroundColor; +@property (nonatomic, readonly) SKUIClientContext *clientContext; +@property (nonatomic, retain) NSString *loadingText; +@property (nonatomic, retain) SKUILoadingView *loadingView; +@property (nonatomic, retain) SKUIColorScheme *spinnerColorScheme; + +- (void).cxx_destruct; +- (void)_initializeLoadingView; +- (id)backgroundColor; +- (id)clientContext; +- (id)initWithClientContext:(id)arg1; +- (id)loadingText; +- (id)loadingView; +- (void)setBackgroundColor:(id)arg1; +- (void)setLoadingText:(id)arg1; +- (void)setLoadingView:(id)arg1; +- (void)setSpinnerColorScheme:(id)arg1; +- (id)spinnerColorScheme; +- (void)viewDidLayoutSubviews; +- (void)viewDidLoad; + +@end diff --git a/PrivateFrameworks/StoreKitUI.framework/SKUIMediaLibraryInterface.h b/PrivateFrameworks/StoreKitUI.framework/SKUIMediaLibraryInterface.h index a7de70212b..d1dd2cf31d 100644 --- a/PrivateFrameworks/StoreKitUI.framework/SKUIMediaLibraryInterface.h +++ b/PrivateFrameworks/StoreKitUI.framework/SKUIMediaLibraryInterface.h @@ -16,6 +16,7 @@ - (id)_storePlatformKindForMediaItem:(id)arg1; - (void)enumerateStatesForLibraryItems:(id)arg1 usingBlock:(id /* block */)arg2; - (id)exposedPlatformItemKinds; +- (BOOL)isItemLocalAudiobook:(id)arg1; - (BOOL)performActionForLibraryItem:(id)arg1; - (void)removeMediaItemsForLibraryItems:(id)arg1; - (id)stateForLibraryItem:(id)arg1; diff --git a/PrivateFrameworks/StoreKitUI.framework/SKUIMediaSocialAuthor.h b/PrivateFrameworks/StoreKitUI.framework/SKUIMediaSocialAuthor.h index 216162cca6..4d9911fa09 100644 --- a/PrivateFrameworks/StoreKitUI.framework/SKUIMediaSocialAuthor.h +++ b/PrivateFrameworks/StoreKitUI.framework/SKUIMediaSocialAuthor.h @@ -20,6 +20,8 @@ @property (nonatomic, copy) NSDictionary *storePlatformData; @property (nonatomic, copy) NSURL *thumbnailImageURL; +// Image: /System/Library/PrivateFrameworks/StoreKitUI.framework/StoreKitUI + - (void).cxx_destruct; - (id)authorType; - (id)copyWithZone:(struct _NSZone { }*)arg1; @@ -40,4 +42,8 @@ - (id)storePlatformData; - (id)thumbnailImageURL; +// Image: /System/Library/PrivateFrameworks/MediaSocial.framework/MediaSocial + ++ (id)mzse2QueryKeyForAuthorType:(id)arg1; + @end diff --git a/PrivateFrameworks/StoreKitUI.framework/SKUIMetricsAppLaunchEvent.h b/PrivateFrameworks/StoreKitUI.framework/SKUIMetricsAppLaunchEvent.h index 948df2e4ed..375f59709f 100644 --- a/PrivateFrameworks/StoreKitUI.framework/SKUIMetricsAppLaunchEvent.h +++ b/PrivateFrameworks/StoreKitUI.framework/SKUIMetricsAppLaunchEvent.h @@ -27,6 +27,8 @@ @property (nonatomic) BOOL usedBootstrapFallback; + (id)consumePendingLaunchEvent; ++ (void)createPendingLaunchEvent; ++ (void)load; + (double)processStartTime; + (void)resetPendingLaunchEventForTesting; + (void)withPendingLaunchEvent:(id /* block */)arg1; @@ -37,6 +39,7 @@ - (double)bootstrapEndTime; - (double)bootstrapStartTime; - (double)clientConfigurationLoadTime; +- (id)description; - (id)init; - (double)initialTabRequestStartTime; - (double)initialTabResponseEndTime; diff --git a/PrivateFrameworks/StoreKitUI.framework/SKUIMetricsPageRenderEvent.h b/PrivateFrameworks/StoreKitUI.framework/SKUIMetricsPageRenderEvent.h index d4eeb9f298..d0bb2b1d46 100644 --- a/PrivateFrameworks/StoreKitUI.framework/SKUIMetricsPageRenderEvent.h +++ b/PrivateFrameworks/StoreKitUI.framework/SKUIMetricsPageRenderEvent.h @@ -4,6 +4,7 @@ @interface SKUIMetricsPageRenderEvent : SSMetricsBaseEvent { NSMutableArray * _domChanges; + NSDictionary * _metricsBase; NSMutableArray * _requests; } @@ -13,6 +14,7 @@ @property (nonatomic, readonly, copy) NSArray *domChanges; @property (readonly) unsigned int hash; @property (nonatomic, retain) NSString *launchCorrelationKey; +@property (nonatomic, copy) NSDictionary *metricsBase; @property (nonatomic) double pageAppearTime; @property (nonatomic) double pageDisappearTime; @property (nonatomic) double pageRequestedTime; @@ -33,6 +35,9 @@ @property (setter=setXPSamplingPercentageUsers:, nonatomic) double xpSamplingPercentageUsers; @property (setter=setXPSessionDuration:, nonatomic) double xpSessionDuration; ++ (double)_randomDouble; ++ (id)_sampleWindowStartTime; ++ (void)_setSampleWindowStartTime:(id)arg1; + (BOOL)shouldCollectPageRenderData; + (BOOL)shouldCollectPageRenderDataForDocument:(id)arg1; @@ -43,10 +48,12 @@ - (void)appendPropertiesToBody:(id)arg1; - (void)appendSamplingPropertiesFromClientContext:(id)arg1; - (id)clientCorrelationKey; +- (id)description; - (id)domChanges; - (id)init; - (BOOL)isReadyForSubmission; - (id)launchCorrelationKey; +- (id)metricsBase; - (double)pageAppearTime; - (double)pageDisappearTime; - (double)pageRequestedTime; @@ -64,6 +71,7 @@ - (double)resourceRequestStartTime; - (void)setClientCorrelationKey:(id)arg1; - (void)setLaunchCorrelationKey:(id)arg1; +- (void)setMetricsBase:(id)arg1; - (void)setPageAppearTime:(double)arg1; - (void)setPageDisappearTime:(double)arg1; - (void)setPageRequestedTime:(double)arg1; diff --git a/PrivateFrameworks/StoreKitUI.framework/SKUIMetricsUtilities.h b/PrivateFrameworks/StoreKitUI.framework/SKUIMetricsUtilities.h index e67bf18c87..fb7187be82 100644 --- a/PrivateFrameworks/StoreKitUI.framework/SKUIMetricsUtilities.h +++ b/PrivateFrameworks/StoreKitUI.framework/SKUIMetricsUtilities.h @@ -7,7 +7,7 @@ + (id)jsTimeFromTimeInterval:(double)arg1; + (id)newErrorPageEvent; + (id)newErrorRetryClickEvent; -+ (BOOL)shouldCollectNativeMetrics; ++ (BOOL)shouldLogTimingMetrics; + (BOOL)showEventNotifications; + (double)timeIntervalFromJSTime:(id)arg1; + (BOOL)trackAllEvents; diff --git a/PrivateFrameworks/StoreKitUI.framework/SKUIMutableApplicationControllerOptions.h b/PrivateFrameworks/StoreKitUI.framework/SKUIMutableApplicationControllerOptions.h index aba401e360..00336fd134 100644 --- a/PrivateFrameworks/StoreKitUI.framework/SKUIMutableApplicationControllerOptions.h +++ b/PrivateFrameworks/StoreKitUI.framework/SKUIMutableApplicationControllerOptions.h @@ -7,6 +7,7 @@ @property (getter=isBootstrapScriptFallbackEnabled, nonatomic) BOOL bootstrapScriptFallbackEnabled; @property (nonatomic) double bootstrapScriptFallbackMaximumAge; @property (nonatomic) double bootstrapScriptTimeoutInterval; +@property (nonatomic) BOOL pageRenderMetricsEnabled; @property (nonatomic) BOOL requiresLocalBootstrapScript; @property (nonatomic) BOOL supportsFullApplicationReload; @property (nonatomic) int tabBarControllerStyle; @@ -15,6 +16,7 @@ - (void)setBootstrapScriptFallbackEnabled:(BOOL)arg1; - (void)setBootstrapScriptFallbackMaximumAge:(double)arg1; - (void)setBootstrapScriptTimeoutInterval:(double)arg1; +- (void)setPageRenderMetricsEnabled:(BOOL)arg1; - (void)setRequiresLocalBootstrapScript:(BOOL)arg1; - (void)setSupportsFullApplicationReload:(BOOL)arg1; - (void)setTabBarControllerStyle:(int)arg1; diff --git a/PrivateFrameworks/StoreKitUI.framework/SKUIPinnedFooterView.h b/PrivateFrameworks/StoreKitUI.framework/SKUIPinnedFooterView.h new file mode 100644 index 0000000000..f8244ddbc6 --- /dev/null +++ b/PrivateFrameworks/StoreKitUI.framework/SKUIPinnedFooterView.h @@ -0,0 +1,27 @@ +/* Generated by RuntimeBrowser + Image: /System/Library/PrivateFrameworks/StoreKitUI.framework/StoreKitUI + */ + +@interface SKUIPinnedFooterView : UITableViewHeaderFooterView { + NSAttributedString * _attributedText; + float _horizontalPadding; + UITextView * _textView; +} + +@property (nonatomic, retain) NSAttributedString *attributedText; +@property (nonatomic) float horizontalPadding; +@property (nonatomic, retain) UITextView *textView; + +- (void).cxx_destruct; +- (void)_configureTextViewTextStyling; +- (void)_initializeTextView; +- (id)attributedText; +- (float)horizontalPadding; +- (id)initWithFrame:(struct CGRect { struct CGPoint { float x_1_1_1; float x_1_1_2; } x1; struct CGSize { float x_2_1_1; float x_2_1_2; } x2; })arg1; +- (void)layoutSubviews; +- (void)setAttributedText:(id)arg1; +- (void)setHorizontalPadding:(float)arg1; +- (void)setTextView:(id)arg1; +- (id)textView; + +@end diff --git a/PrivateFrameworks/StoreKitUI.framework/SKUIRedeemIdManager.h b/PrivateFrameworks/StoreKitUI.framework/SKUIRedeemIdManager.h new file mode 100644 index 0000000000..b332d45a8a --- /dev/null +++ b/PrivateFrameworks/StoreKitUI.framework/SKUIRedeemIdManager.h @@ -0,0 +1,61 @@ +/* Generated by RuntimeBrowser + Image: /System/Library/PrivateFrameworks/StoreKitUI.framework/StoreKitUI + */ + +@interface SKUIRedeemIdManager : NSObject { + NSIndexPath * _activeIndexPath; + SKUIClientContext * _clientContext; + * _delegate; + SKUIPinnedFooterView * _pinnedFooterView; + UITableView * _tableView; +} + +@property (nonatomic, retain) NSIndexPath *activeIndexPath; +@property (nonatomic, retain) SKUIClientContext *clientContext; +@property (readonly, copy) NSString *debugDescription; +@property (nonatomic) *delegate; +@property (readonly, copy) NSString *description; +@property (readonly) unsigned int hash; +@property (nonatomic, retain) SKUIPinnedFooterView *pinnedFooterView; +@property (readonly) Class superclass; +@property (nonatomic, retain) UITableView *tableView; + +- (void).cxx_destruct; +- (int)_autoCapitalizationTypeForIndexPath:(id)arg1; +- (id)_disclosureAttributedString; +- (float)_heightForDisclosureFooter; +- (int)_keyboardTypeForIndexPath:(id)arg1; +- (id)_nextIndexPath:(id)arg1; +- (int)_numberOfRowsInSection:(int)arg1; +- (id)_pcLinkString; +- (id)_placeholderTextForIndexPath:(id)arg1; +- (id)_regulationsLinkString; +- (int)_returnKeyTypeForIndexPath:(id)arg1; +- (float)_tableViewNonFooterContentHeight; +- (id)activeIndexPath; +- (id)clientContext; +- (id)delegate; +- (void)dismissActiveCell; +- (void)handleNextPressed; +- (id)initWithClientContext:(id)arg1; +- (int)numberOfSectionsInTableView:(id)arg1; +- (id)pinnedFooterView; +- (void)redeemIdCell:(id)arg1 didChangeToText:(id)arg2; +- (void)redeemIdCell:(id)arg1 didReturnWithText:(id)arg2; +- (void)setActiveIndexPath:(id)arg1; +- (void)setClientContext:(id)arg1; +- (void)setDelegate:(id)arg1; +- (void)setFooterHidden:(BOOL)arg1; +- (void)setPinnedFooterView:(id)arg1; +- (void)setTableView:(id)arg1; +- (id)tableView; +- (id)tableView:(id)arg1 cellForRowAtIndexPath:(id)arg2; +- (void)tableView:(id)arg1 didSelectRowAtIndexPath:(id)arg2; +- (float)tableView:(id)arg1 heightForFooterInSection:(int)arg2; +- (float)tableView:(id)arg1 heightForRowAtIndexPath:(id)arg2; +- (int)tableView:(id)arg1 numberOfRowsInSection:(int)arg2; +- (id)tableView:(id)arg1 titleForFooterInSection:(int)arg2; +- (id)tableView:(id)arg1 titleForHeaderInSection:(int)arg2; +- (id)tableView:(id)arg1 viewForFooterInSection:(int)arg2; + +@end diff --git a/PrivateFrameworks/StoreKitUI.framework/SKUIRedeemIdRequiresValidationOperation.h b/PrivateFrameworks/StoreKitUI.framework/SKUIRedeemIdRequiresValidationOperation.h new file mode 100644 index 0000000000..9074a7b0f5 --- /dev/null +++ b/PrivateFrameworks/StoreKitUI.framework/SKUIRedeemIdRequiresValidationOperation.h @@ -0,0 +1,25 @@ +/* Generated by RuntimeBrowser + Image: /System/Library/PrivateFrameworks/StoreKitUI.framework/StoreKitUI + */ + +@interface SKUIRedeemIdRequiresValidationOperation : ISOperation { + id /* block */ _resultBlock; +} + +@property (readonly, copy) NSString *debugDescription; +@property (readonly, copy) NSString *description; +@property (readonly) unsigned int hash; +@property (copy) id /* block */ resultBlock; +@property (readonly) Class superclass; + +- (void).cxx_destruct; +- (id)_authenticationContext; +- (void)_logResultsForSuccess:(BOOL)arg1 shouldVerify:(BOOL)arg2 failureReason:(id)arg3 error:(id)arg4; +- (BOOL)_performAuthentication; +- (id)_subOperationWithBagKey:(id)arg1; +- (void)main; +- (void)operation:(id)arg1 selectedButton:(id)arg2; +- (id /* block */)resultBlock; +- (void)setResultBlock:(id /* block */)arg1; + +@end diff --git a/PrivateFrameworks/StoreKitUI.framework/SKUIRedeemIdTableViewCell.h b/PrivateFrameworks/StoreKitUI.framework/SKUIRedeemIdTableViewCell.h new file mode 100644 index 0000000000..4859ebf766 --- /dev/null +++ b/PrivateFrameworks/StoreKitUI.framework/SKUIRedeemIdTableViewCell.h @@ -0,0 +1,35 @@ +/* Generated by RuntimeBrowser + Image: /System/Library/PrivateFrameworks/StoreKitUI.framework/StoreKitUI + */ + +@interface SKUIRedeemIdTableViewCell : UITableViewCell { + * _delegate; + UITextField * _textField; +} + +@property (readonly, copy) NSString *debugDescription; +@property (nonatomic) *delegate; +@property (readonly, copy) NSString *description; +@property (readonly) unsigned int hash; +@property (readonly) Class superclass; +@property (nonatomic, retain) UITextField *textField; + +- (void).cxx_destruct; +- (void)_initializeTextField; +- (BOOL)becomeFirstResponder; +- (id)delegate; +- (id)initWithStyle:(int)arg1 reuseIdentifier:(id)arg2; +- (void)layoutSubviews; +- (BOOL)resignFirstResponder; +- (void)setAutoCapitalizationType:(int)arg1; +- (void)setDelegate:(id)arg1; +- (void)setKeyboardType:(int)arg1; +- (void)setPlaceholderText:(id)arg1; +- (void)setReturnKeyType:(int)arg1; +- (void)setTextField:(id)arg1; +- (id)textField; +- (void)textFieldDidChange:(id)arg1; +- (BOOL)textFieldShouldClear:(id)arg1; +- (BOOL)textFieldShouldReturn:(id)arg1; + +@end diff --git a/PrivateFrameworks/StoreKitUI.framework/SKUIRedeemIdValidateOperation.h b/PrivateFrameworks/StoreKitUI.framework/SKUIRedeemIdValidateOperation.h new file mode 100644 index 0000000000..d3651f9169 --- /dev/null +++ b/PrivateFrameworks/StoreKitUI.framework/SKUIRedeemIdValidateOperation.h @@ -0,0 +1,29 @@ +/* Generated by RuntimeBrowser + Image: /System/Library/PrivateFrameworks/StoreKitUI.framework/StoreKitUI + */ + +@interface SKUIRedeemIdValidateOperation : ISOperation { + NSDictionary * _dictionary; + id /* block */ _resultBlock; +} + +@property (readonly, copy) NSString *debugDescription; +@property (readonly, copy) NSString *description; +@property (nonatomic, retain) NSDictionary *dictionary; +@property (readonly) unsigned int hash; +@property (copy) id /* block */ resultBlock; +@property (readonly) Class superclass; + +- (void).cxx_destruct; +- (void)_handleFailure:(id)arg1 serverDialogDictionary:(id)arg2; +- (void)_logResultsForSuccess:(BOOL)arg1 failureReason:(id)arg2 failureMessage:(id)arg3 error:(id)arg4; +- (id)_subOperation; +- (id)dictionary; +- (id)initWithDictionary:(id)arg1; +- (void)main; +- (void)operation:(id)arg1 selectedButton:(id)arg2; +- (id /* block */)resultBlock; +- (void)setDictionary:(id)arg1; +- (void)setResultBlock:(id /* block */)arg1; + +@end diff --git a/PrivateFrameworks/StoreKitUI.framework/SKUIRedeemIdViewController.h b/PrivateFrameworks/StoreKitUI.framework/SKUIRedeemIdViewController.h new file mode 100644 index 0000000000..974c468197 --- /dev/null +++ b/PrivateFrameworks/StoreKitUI.framework/SKUIRedeemIdViewController.h @@ -0,0 +1,61 @@ +/* Generated by RuntimeBrowser + Image: /System/Library/PrivateFrameworks/StoreKitUI.framework/StoreKitUI + */ + +@interface SKUIRedeemIdViewController : UIViewController { + SKUIClientContext * _clientContext; + * _delegate; + NSMutableDictionary * _fields; + SKUIRedeemIdManager * _manager; + UIBarButtonItem * _nextButton; + UITableView * _tableView; +} + +@property (nonatomic, retain) SKUIClientContext *clientContext; +@property (readonly, copy) NSString *debugDescription; +@property (nonatomic) *delegate; +@property (readonly, copy) NSString *description; +@property (nonatomic, retain) NSMutableDictionary *fields; +@property (readonly) unsigned int hash; +@property (nonatomic, retain) SKUIRedeemIdManager *manager; +@property (nonatomic, retain) UIBarButtonItem *nextButton; +@property (readonly) Class superclass; +@property (nonatomic, retain) UITableView *tableView; + +- (void).cxx_destruct; +- (void)_adjustInsetsForKeyboardFrameValue:(id)arg1; +- (void)_cancelPressed; +- (struct UIEdgeInsets { float x1; float x2; float x3; float x4; })_edgeInsetsFromInsets:(struct UIEdgeInsets { float x1; float x2; float x3; float x4; })arg1 usingNewTopInset:(float)arg2; +- (id)_fieldForIndexPath:(id)arg1; +- (id)_finalOutputFields; +- (void)_initializeManager; +- (void)_initializeNavigationItem; +- (void)_initializeTableView; +- (void)_keyboardDidHide:(id)arg1; +- (void)_keyboardWillShow:(id)arg1; +- (void)_nextPressed; +- (void)_refreshNavigationItem; +- (void)_reloadFooter; +- (void)_subscribeToKeyboardEvents; +- (void)_updateFieldAtIndexPath:(id)arg1 withText:(id)arg2; +- (BOOL)_validateForm; +- (id)clientContext; +- (id)delegate; +- (id)fields; +- (id)initWithClientContext:(id)arg1; +- (id)manager; +- (id)nextButton; +- (void)redeemIdManager:(id)arg1 didChangeToText:(id)arg2 forCellAtIndexPath:(id)arg3; +- (void)redeemIdManager:(id)arg1 didReturnText:(id)arg2 forCellAtIndexPath:(id)arg3; +- (void)redeemIdManager:(id)arg1 movedToRowAtIndexPath:(id)arg2; +- (void)setClientContext:(id)arg1; +- (void)setDelegate:(id)arg1; +- (void)setFields:(id)arg1; +- (void)setManager:(id)arg1; +- (void)setNextButton:(id)arg1; +- (void)setTableView:(id)arg1; +- (id)tableView; +- (void)viewDidLayoutSubviews; +- (void)viewWillTransitionToSize:(struct CGSize { float x1; float x2; })arg1 withTransitionCoordinator:(id)arg2; + +@end diff --git a/PrivateFrameworks/StoreKitUI.framework/SKUIRedeemNativeResultsViewController.h b/PrivateFrameworks/StoreKitUI.framework/SKUIRedeemNativeResultsViewController.h index f3eb0c3d44..288eb4965e 100644 --- a/PrivateFrameworks/StoreKitUI.framework/SKUIRedeemNativeResultsViewController.h +++ b/PrivateFrameworks/StoreKitUI.framework/SKUIRedeemNativeResultsViewController.h @@ -4,6 +4,7 @@ @interface SKUIRedeemNativeResultsViewController : SKUIRedeemResultsViewController { UIButton * _anotherButton; + unsigned int _currentItemStateFlag; BOOL _extendedMessageIsExpanded; SKUITextLayout * _extendedMessageTextLayout; SKUITextBoxView * _extendedMessageView; @@ -17,6 +18,7 @@ } @property (nonatomic, retain) UIButton *anotherButton; +@property (nonatomic) unsigned int currentItemStateFlag; @property (readonly, copy) NSString *debugDescription; @property (readonly, copy) NSString *description; @property (nonatomic) BOOL extendedMessageIsExpanded; @@ -56,6 +58,7 @@ - (void)_setItemImage:(id)arg1; - (float)_tableWidth; - (id)anotherButton; +- (unsigned int)currentItemStateFlag; - (void)dealloc; - (BOOL)extendedMessageIsExpanded; - (id)extendedMessageTextLayout; @@ -72,6 +75,7 @@ - (id)passbookLockup; - (void)redeemResultsView:(id)arg1 didSelectRowAtIndexPath:(id)arg2; - (void)setAnotherButton:(id)arg1; +- (void)setCurrentItemStateFlag:(unsigned int)arg1; - (void)setExtendedMessageIsExpanded:(BOOL)arg1; - (void)setExtendedMessageTextLayout:(id)arg1; - (void)setExtendedMessageView:(id)arg1; diff --git a/PrivateFrameworks/StoreKitUI.framework/SKUIRedeemPreflightOperation.h b/PrivateFrameworks/StoreKitUI.framework/SKUIRedeemPreflightOperation.h index 3e4eb4bd10..974a7e2b63 100644 --- a/PrivateFrameworks/StoreKitUI.framework/SKUIRedeemPreflightOperation.h +++ b/PrivateFrameworks/StoreKitUI.framework/SKUIRedeemPreflightOperation.h @@ -5,12 +5,14 @@ @interface SKUIRedeemPreflightOperation : NSOperation { SKUIClientContext * _clientContext; NSObject * _dispatchQueue; + BOOL _forcesAuthentication; BOOL _loadsRedeemCodeMetadata; id /* block */ _outputBlock; NSString * _redeemCode; SKUIRedeemConfiguration * _redeemConfiguration; } +@property (nonatomic) BOOL forcesAuthentication; @property BOOL loadsRedeemCodeMetadata; @property (copy) id /* block */ outputBlock; @property (retain) SKUIRedeemConfiguration *redeemConfiguration; @@ -19,12 +21,14 @@ - (id)_authenticationContext; - (id)_initSKUIRedeemPreflightOperation; - (id)_redeemCodeMetadataWithClientContext:(id)arg1; +- (BOOL)forcesAuthentication; - (id)init; -- (id)initWithClientContext:(id)arg1 redeemCode:(id)arg2; +- (id)initWithClientContext:(id)arg1 redeemCode:(id)arg2 forcesAuthentication:(BOOL)arg3; - (BOOL)loadsRedeemCodeMetadata; - (void)main; - (id /* block */)outputBlock; - (id)redeemConfiguration; +- (void)setForcesAuthentication:(BOOL)arg1; - (void)setLoadsRedeemCodeMetadata:(BOOL)arg1; - (void)setOutputBlock:(id /* block */)arg1; - (void)setRedeemConfiguration:(id)arg1; diff --git a/PrivateFrameworks/StoreKitUI.framework/SKUIRedeemStepViewController.h b/PrivateFrameworks/StoreKitUI.framework/SKUIRedeemStepViewController.h index 771ba06f29..972eebc508 100644 --- a/PrivateFrameworks/StoreKitUI.framework/SKUIRedeemStepViewController.h +++ b/PrivateFrameworks/StoreKitUI.framework/SKUIRedeemStepViewController.h @@ -6,20 +6,24 @@ SKUIClientContext * _clientContext; SKUIRedeemConfiguration * _configuration; NSOperationQueue * _operationQueue; + * _redeemStepDelegate; } @property (nonatomic, retain) SKUIClientContext *clientContext; @property (nonatomic, retain) SKUIRedeemConfiguration *configuration; @property (nonatomic, retain) NSOperationQueue *operationQueue; +@property (nonatomic) *redeemStepDelegate; @property (nonatomic, readonly) BOOL shouldShowPassbookLearnMore; - (void).cxx_destruct; - (id)clientContext; - (id)configuration; - (id)operationQueue; +- (id)redeemStepDelegate; - (void)setClientContext:(id)arg1; - (void)setConfiguration:(id)arg1; - (void)setOperationQueue:(id)arg1; +- (void)setRedeemStepDelegate:(id)arg1; - (BOOL)shouldShowPassbookLearnMore; @end diff --git a/PrivateFrameworks/StoreKitUI.framework/SKUIRedeemViewController.h b/PrivateFrameworks/StoreKitUI.framework/SKUIRedeemViewController.h index 728b124d89..95c9c59970 100644 --- a/PrivateFrameworks/StoreKitUI.framework/SKUIRedeemViewController.h +++ b/PrivateFrameworks/StoreKitUI.framework/SKUIRedeemViewController.h @@ -2,33 +2,47 @@ Image: /System/Library/PrivateFrameworks/StoreKitUI.framework/StoreKitUI */ -@interface SKUIRedeemViewController : UINavigationController { +@interface SKUIRedeemViewController : UINavigationController { BOOL _attempsAutomaticRedeem; BOOL _cameraRedeemEnabled; + UIBarButtonItem * _cancelButtonItem; int _category; SKUIClientContext * _clientContext; int _initialBarStyle; NSString * _initialCode; + SKUIRedeemStepViewController * _inputViewController; NSOperationQueue * _operationQueue; SKUIRedeemPreflightOperation * _preflightOperation; SKUIRedeemConfiguration * _redeemConfiguration; - SKUIRedeemStepViewController * _rootViewController; } @property (nonatomic) BOOL attempsAutomaticRedeem; +@property (nonatomic, retain) UIBarButtonItem *cancelButtonItem; @property (nonatomic, readonly) int category; @property (nonatomic, retain) SKUIClientContext *clientContext; +@property (readonly, copy) NSString *debugDescription; +@property (readonly, copy) NSString *description; +@property (readonly) unsigned int hash; @property (nonatomic, copy) NSString *initialCode; @property (nonatomic, retain) NSOperationQueue *operationQueue; +@property (readonly) Class superclass; - (void).cxx_destruct; - (void)_attemptAutomaticRedeemWithMetadata:(id)arg1; - (void)_cancelButtonAction:(id)arg1; +- (void)_executeIdValidationOperationWithFields:(id)arg1; +- (void)_executePreflightOperationForcesAuthentication:(BOOL)arg1; +- (void)_executeRequiresIdValidationOperation; - (void)_finishPreflightWithResult:(id)arg1; -- (void)_loadRootViewController; -- (id)_newRootViewController; -- (void)_showRootViewController; +- (void)_loadInputViewController; +- (id)_newInputViewController; +- (void)_performInitialRedeemOperation; +- (BOOL)_redeemRequiresNationalId; +- (void)_showInputViewController; +- (void)_showNationalIdLoadingPage; +- (void)_showNationalIdVerificationPage; - (BOOL)attempsAutomaticRedeem; +- (id)cancelButtonItem; - (int)category; - (id)clientContext; - (id)initWithRedeemCategory:(int)arg1; @@ -36,7 +50,11 @@ - (id)operationQueue; - (struct CGSize { float x1; float x2; })preferredContentSize; - (void)redeemAgainAnimated:(BOOL)arg1; +- (void)redeemIdViewController:(id)arg1 submittedWithFields:(id)arg2; +- (void)redeemIdViewControllerDidCancel:(id)arg1; +- (void)redeemStepViewControllerShouldValidateNationalID:(id)arg1; - (void)setAttempsAutomaticRedeem:(BOOL)arg1; +- (void)setCancelButtonItem:(id)arg1; - (void)setClientContext:(id)arg1; - (void)setInitialCode:(id)arg1; - (void)setOperationQueue:(id)arg1; diff --git a/PrivateFrameworks/StoreKitUI.framework/SKUIStyledImageDataConsumer.h b/PrivateFrameworks/StoreKitUI.framework/SKUIStyledImageDataConsumer.h index 3df465bcb2..4c588ec97a 100644 --- a/PrivateFrameworks/StoreKitUI.framework/SKUIStyledImageDataConsumer.h +++ b/PrivateFrameworks/StoreKitUI.framework/SKUIStyledImageDataConsumer.h @@ -82,6 +82,7 @@ + (id)productImageConsumerWithSize:(struct CGSize { float x1; float x2; })arg1; + (id)productPageProductImageConsumer; + (id)purchasedIconConsumer; ++ (id)purchasedMessagesConsumer; + (id)purchasedProductImageConsumer; + (id)roomIconConsumer; + (id)roomProductImageConsumer; diff --git a/PrivateFrameworks/StoreServices.framework/SSAuthenticationContext.h b/PrivateFrameworks/StoreServices.framework/SSAuthenticationContext.h index 1285dc0c32..3a4eafcafb 100644 --- a/PrivateFrameworks/StoreServices.framework/SSAuthenticationContext.h +++ b/PrivateFrameworks/StoreServices.framework/SSAuthenticationContext.h @@ -12,15 +12,18 @@ NSString * _altDSID; BOOL _canCreateNewAccount; BOOL _canSetActiveAccount; + NSString * _cancelButtonLabel; NSString * _clientIdentifierHeader; BOOL _demoAccount; BOOL _displaysOnLockScreen; NSDictionary * _httpHeaders; NSString * _initialPassword; + NSString * _okButtonLabel; BOOL _persistsAcrossDeviceLock; BOOL _persistsPasswordFallback; NSString * _preferredITunesStoreClient; int _promptStyle; + NSString * _promptTitle; NSString * _reasonDescription; NSDictionary * _requestParameters; NSNumber * _requiredUniqueIdentifier; @@ -44,6 +47,7 @@ @property (nonatomic, readonly, copy) NSString *altDSID; @property (nonatomic, readonly) BOOL canCreateNewAccount; @property (nonatomic, readonly) BOOL canSetActiveAccount; +@property (nonatomic, readonly, copy) NSString *cancelButtonLabel; @property (nonatomic, readonly, copy) NSString *clientIdentifierHeader; @property (readonly, copy) NSString *debugDescription; @property (getter=isDemoAccount, nonatomic, readonly) BOOL demoAccount; @@ -51,10 +55,12 @@ @property (nonatomic, readonly) BOOL displaysOnLockScreen; @property (readonly) unsigned int hash; @property (nonatomic, readonly, copy) NSString *initialPassword; +@property (nonatomic, readonly, copy) NSString *okButtonLabel; @property (nonatomic, readonly) BOOL persistsAcrossDeviceLock; @property (nonatomic, readonly) BOOL persistsPasswordFallback; @property (nonatomic, readonly, copy) NSString *preferredITunesStoreClient; @property (nonatomic, readonly) int promptStyle; +@property (nonatomic, readonly, copy) NSString *promptTitle; @property (nonatomic, readonly, copy) NSString *reasonDescription; @property (nonatomic, readonly, copy) NSDictionary *requestParameters; @property (nonatomic, readonly, retain) NSNumber *requiredUniqueIdentifier; @@ -69,6 +75,7 @@ + (id)contextForSignIn; +- (void).cxx_destruct; - (id)HTTPHeaders; - (id)URLBagContext; - (BOOL)_allowCreateAccount; @@ -82,10 +89,10 @@ - (id)altDSID; - (BOOL)canCreateNewAccount; - (BOOL)canSetActiveAccount; +- (id)cancelButtonLabel; - (id)clientIdentifierHeader; - (id)copyWithZone:(struct _NSZone { }*)arg1; - (id)copyXPCEncoding; -- (void)dealloc; - (id)description; - (BOOL)displaysOnLockScreen; - (id)init; @@ -96,10 +103,12 @@ - (BOOL)isAccountNameEditable; - (BOOL)isDemoAccount; - (id)mutableCopyWithZone:(struct _NSZone { }*)arg1; +- (id)okButtonLabel; - (BOOL)persistsAcrossDeviceLock; - (BOOL)persistsPasswordFallback; - (id)preferredITunesStoreClient; - (int)promptStyle; +- (id)promptTitle; - (id)reasonDescription; - (id)requestParameters; - (id)requiredUniqueIdentifier; diff --git a/PrivateFrameworks/StoreServices.framework/SSCoalescingQueue.h b/PrivateFrameworks/StoreServices.framework/SSCoalescingQueue.h new file mode 100644 index 0000000000..3c4ff86ef5 --- /dev/null +++ b/PrivateFrameworks/StoreServices.framework/SSCoalescingQueue.h @@ -0,0 +1,21 @@ +/* Generated by RuntimeBrowser + Image: /System/Library/PrivateFrameworks/StoreServices.framework/StoreServices + */ + +@interface SSCoalescingQueue : NSObject { + NSObject * _queue; + NSObject * _source; +} + +@property (nonatomic, retain) NSObject *queue; +@property (nonatomic, retain) NSObject *source; + +- (void).cxx_destruct; +- (void)executeBlock; +- (id)initWithBlock:(id /* block */)arg1; +- (id)queue; +- (void)setQueue:(id)arg1; +- (void)setSource:(id)arg1; +- (id)source; + +@end diff --git a/PrivateFrameworks/StoreServices.framework/SSDictionaryResponse.h b/PrivateFrameworks/StoreServices.framework/SSDictionaryResponse.h index facc54eb1b..7e229ed11a 100644 --- a/PrivateFrameworks/StoreServices.framework/SSDictionaryResponse.h +++ b/PrivateFrameworks/StoreServices.framework/SSDictionaryResponse.h @@ -13,12 +13,12 @@ @property (getter=isSupportedProtocolVersion, nonatomic, readonly) BOOL supportedProtocolVersion; @property (nonatomic, readonly) NSURL *versionMismatchURL; +- (void).cxx_destruct; - (id)_copyAccount; - (id)_valueForProtocolKey:(id)arg1; - (id)actions; - (id)actionsWithActionType:(id)arg1; - (id)copyWithZone:(struct _NSZone { }*)arg1; -- (void)dealloc; - (id)failureType; - (id)init; - (id)initWithResponseDictionary:(id)arg1; diff --git a/PrivateFrameworks/StoreServices.framework/SSKeychain.h b/PrivateFrameworks/StoreServices.framework/SSKeychain.h index b951dfbae1..f62ac1f40f 100644 --- a/PrivateFrameworks/StoreServices.framework/SSKeychain.h +++ b/PrivateFrameworks/StoreServices.framework/SSKeychain.h @@ -10,8 +10,10 @@ - (void).cxx_destruct; - (void)_sendMessage:(id)arg1 completionBlock:(id /* block */)arg2; - (void)createAttestationDataForAccountIdentifier:(id)arg1 completionBlock:(id /* block */)arg2; +- (void)deleteKeychainTokensForAccountIdentifier:(id)arg1 completionBlock:(id /* block */)arg2; - (void)getPublicKeyDataForAccountIdentifier:(id)arg1 completionBlock:(id /* block */)arg2; - (id)init; +- (void)signData:(id)arg1 reason:(id)arg2 fallback:(id)arg3 cancel:(id)arg4 forAccountIdentifier:(id)arg5 completionBlock:(id /* block */)arg6; - (void)signData:(id)arg1 withPrompt:(id)arg2 forAccountIdentifier:(id)arg3 completionBlock:(id /* block */)arg4; @end diff --git a/PrivateFrameworks/StoreServices.framework/SSLookupItem.h b/PrivateFrameworks/StoreServices.framework/SSLookupItem.h index 68e80ebd2e..6980860ebf 100644 --- a/PrivateFrameworks/StoreServices.framework/SSLookupItem.h +++ b/PrivateFrameworks/StoreServices.framework/SSLookupItem.h @@ -53,7 +53,7 @@ // Image: /System/Library/PrivateFrameworks/NewsCore.framework/NewsCore - (id)appAdamID; -- (BOOL)isPeriodValid:(id)arg1 includeDays:(BOOL)arg2; +- (BOOL)isPeriodValid:(id)arg1; - (id)offerName; - (id)subscriptionPeriodInISO_8601; - (id)trialPeriodInISO_8601; diff --git a/PrivateFrameworks/StoreServices.framework/SSLookupItemOffer.h b/PrivateFrameworks/StoreServices.framework/SSLookupItemOffer.h index 3540aeb8ba..524796c3eb 100644 --- a/PrivateFrameworks/StoreServices.framework/SSLookupItemOffer.h +++ b/PrivateFrameworks/StoreServices.framework/SSLookupItemOffer.h @@ -23,8 +23,8 @@ - (id)offerType; - (id)price; -// Image: /System/Library/PrivateFrameworks/NewsCore.framework/NewsCore +// Image: /System/Library/PrivateFrameworks/ManagedConfiguration.framework/MDM.framework/MDM -- (id)storeExternalVersion; +- (id)MCExternalVersionIdentifier; @end diff --git a/PrivateFrameworks/StoreServices.framework/SSMetricsAppInstallEvent.h b/PrivateFrameworks/StoreServices.framework/SSMetricsAppInstallEvent.h index 4ee0e18310..96b6c7aaca 100644 --- a/PrivateFrameworks/StoreServices.framework/SSMetricsAppInstallEvent.h +++ b/PrivateFrameworks/StoreServices.framework/SSMetricsAppInstallEvent.h @@ -10,6 +10,7 @@ @property (nonatomic, retain) NSString *installError; @property (nonatomic) unsigned int installStatus; @property (nonatomic) unsigned int installType; +@property (nonatomic) long long jobID; + (unsigned int)_installStatusForString:(id)arg1; + (unsigned int)_installTypeForString:(id)arg1; @@ -24,6 +25,7 @@ - (id)installError; - (unsigned int)installStatus; - (unsigned int)installType; +- (long long)jobID; - (BOOL)requiresDiagnosticSendingPermission; - (void)setBuildVersion:(id)arg1; - (void)setBundleID:(id)arg1; @@ -31,5 +33,6 @@ - (void)setInstallError:(id)arg1; - (void)setInstallStatus:(unsigned int)arg1; - (void)setInstallType:(unsigned int)arg1; +- (void)setJobID:(long long)arg1; @end diff --git a/PrivateFrameworks/StoreServices.framework/SSMetricsLoadURLEvent.h b/PrivateFrameworks/StoreServices.framework/SSMetricsLoadURLEvent.h index b93fc4507d..3620003a43 100644 --- a/PrivateFrameworks/StoreServices.framework/SSMetricsLoadURLEvent.h +++ b/PrivateFrameworks/StoreServices.framework/SSMetricsLoadURLEvent.h @@ -6,6 +6,7 @@ @property (nonatomic, retain) NSString *DNSServers; @property (nonatomic, retain) NSString *clientCorrelationKey; +@property (nonatomic, retain) NSString *clientError; @property (nonatomic) double connectionEndTime; @property (nonatomic) BOOL connectionReused; @property (nonatomic) unsigned int connectionStartNStatRXBytes; @@ -32,8 +33,6 @@ @property (setter=setXPSamplingPercentageUsers:, nonatomic) double xpSamplingPercentageUsers; @property (setter=setXPSessionDuration:, nonatomic) double xpSessionDuration; -+ (id)_bagPerformanceValues; -+ (id)_bagValueForKey:(id)arg1; + (double)_randomDouble; + (void)_setTimingMetricsWindowStartTime:(id)arg1; + (id)_timingMetricsWindowStartTime; @@ -43,6 +42,7 @@ - (id)DNSServers; - (id)clientCorrelationKey; +- (id)clientError; - (double)connectionEndTime; - (BOOL)connectionReused; - (unsigned int)connectionStartNStatRXBytes; @@ -66,6 +66,7 @@ - (double)responseStartTime; - (double)secureConnectionStartTime; - (void)setClientCorrelationKey:(id)arg1; +- (void)setClientError:(id)arg1; - (void)setConnectionEndTime:(double)arg1; - (void)setConnectionReused:(BOOL)arg1; - (void)setConnectionStartNStatRXBytes:(unsigned int)arg1; diff --git a/PrivateFrameworks/StoreServices.framework/SSMetricsTimingDefaults.h b/PrivateFrameworks/StoreServices.framework/SSMetricsTimingDefaults.h new file mode 100644 index 0000000000..3ea8d2d53d --- /dev/null +++ b/PrivateFrameworks/StoreServices.framework/SSMetricsTimingDefaults.h @@ -0,0 +1,39 @@ +/* Generated by RuntimeBrowser + Image: /System/Library/PrivateFrameworks/StoreServices.framework/StoreServices + */ + +@interface SSMetricsTimingDefaults : NSObject { + NSDictionary * _cachedValues; + BOOL _runningTests; + SSCoalescingQueue * _updateQueue; +} + +@property (nonatomic, retain) NSDictionary *cachedValues; +@property (getter=isRunningTests, nonatomic) BOOL runningTests; +@property (readonly) double samplingPercentageCachedResponsesLoadURL; +@property (readonly) double samplingPercentageUsersLoadURL; +@property (readonly) double samplingPercentageUsersPageRender; +@property (readonly) double sessionDurationLoadURL; +@property (readonly) double sessionDurationPageRender; +@property (nonatomic, retain) SSCoalescingQueue *updateQueue; +@property (readonly) NSDictionary *values; + ++ (id)sharedInstance; + +- (void).cxx_destruct; +- (id)cachedValues; +- (id)init; +- (BOOL)isRunningTests; +- (double)samplingPercentageCachedResponsesLoadURL; +- (double)samplingPercentageUsersLoadURL; +- (double)samplingPercentageUsersPageRender; +- (double)sessionDurationLoadURL; +- (double)sessionDurationPageRender; +- (void)setCachedValues:(id)arg1; +- (void)setRunningTests:(BOOL)arg1; +- (void)setUpdateQueue:(id)arg1; +- (void)update; +- (id)updateQueue; +- (id)values; + +@end diff --git a/PrivateFrameworks/StoreServices.framework/SSMutableAuthenticationContext.h b/PrivateFrameworks/StoreServices.framework/SSMutableAuthenticationContext.h index ceca24c6f4..5b05cdb3e7 100644 --- a/PrivateFrameworks/StoreServices.framework/SSMutableAuthenticationContext.h +++ b/PrivateFrameworks/StoreServices.framework/SSMutableAuthenticationContext.h @@ -14,6 +14,7 @@ @property (nonatomic, copy) NSString *altDSID; @property (nonatomic) BOOL canCreateNewAccount; @property (nonatomic) BOOL canSetActiveAccount; +@property (nonatomic, copy) NSString *cancelButtonLabel; @property (nonatomic, copy) NSString *clientIdentifierHeader; @property (readonly, copy) NSString *debugDescription; @property (getter=isDemoAccount, nonatomic) BOOL demoAccount; @@ -21,10 +22,12 @@ @property (nonatomic) BOOL displaysOnLockScreen; @property (readonly) unsigned int hash; @property (nonatomic, copy) NSString *initialPassword; +@property (nonatomic, copy) NSString *okButtonLabel; @property (nonatomic) BOOL persistsAcrossDeviceLock; @property (nonatomic) BOOL persistsPasswordFallback; @property (nonatomic, copy) NSString *preferredITunesStoreClient; @property (nonatomic) int promptStyle; +@property (nonatomic, copy) NSString *promptTitle; @property (nonatomic, copy) NSString *reasonDescription; @property (nonatomic, copy) NSDictionary *requestParameters; @property (nonatomic, retain) NSNumber *requiredUniqueIdentifier; @@ -48,15 +51,18 @@ - (void)setAltDSID:(id)arg1; - (void)setCanCreateNewAccount:(BOOL)arg1; - (void)setCanSetActiveAccount:(BOOL)arg1; +- (void)setCancelButtonLabel:(id)arg1; - (void)setClientIdentifierHeader:(id)arg1; - (void)setDemoAccount:(BOOL)arg1; - (void)setDisplaysOnLockScreen:(BOOL)arg1; - (void)setHTTPHeaders:(id)arg1; - (void)setInitialPassword:(id)arg1; +- (void)setOkButtonLabel:(id)arg1; - (void)setPersistsAcrossDeviceLock:(BOOL)arg1; - (void)setPersistsPasswordFallback:(BOOL)arg1; - (void)setPreferredITunesStoreClient:(id)arg1; - (void)setPromptStyle:(int)arg1; +- (void)setPromptTitle:(id)arg1; - (void)setReasonDescription:(id)arg1; - (void)setRequestParameters:(id)arg1; - (void)setRequiredUniqueIdentifier:(id)arg1; diff --git a/PrivateFrameworks/StoreServices.framework/SSPurchasableAppItem.h b/PrivateFrameworks/StoreServices.framework/SSPurchasableAppItem.h index 3053991e5d..2a2fdcc612 100644 --- a/PrivateFrameworks/StoreServices.framework/SSPurchasableAppItem.h +++ b/PrivateFrameworks/StoreServices.framework/SSPurchasableAppItem.h @@ -22,9 +22,11 @@ - (id)iconTitle; - (id)iconURL; - (BOOL)isFamilyShareable; +- (BOOL)isHiddenFromSpringBoard; - (BOOL)isNewsstand; - (id)longTitle; - (unsigned int)minimumOS; +- (id)ovalIconURLString; - (id)redownloadParams; - (BOOL)supportsIPad; - (BOOL)supportsIPhone; diff --git a/PrivateFrameworks/StoreServices.framework/SSPurchase.h b/PrivateFrameworks/StoreServices.framework/SSPurchase.h index 691469c719..8f70964471 100644 --- a/PrivateFrameworks/StoreServices.framework/SSPurchase.h +++ b/PrivateFrameworks/StoreServices.framework/SSPurchase.h @@ -8,6 +8,8 @@ BOOL _backgroundPurchase; int _batchIdentifier; NSString * _buyParameters; + NSNumber * _buyParamsCreatesDownloads; + NSNumber * _buyParamsCreatesJobs; BOOL _createsDownloads; BOOL _createsJobs; NSObject * _dispatchQueue; @@ -66,6 +68,9 @@ + (id)purchaseWithBuyParameters:(id)arg1; - (void)_addEntriesToDatabaseEncoding:(id)arg1; +- (id)_buyParametersValueForKey:(id)arg1 fromBuyParams:(id)arg2; +- (bool)_createsDownloadsWithOverride; +- (bool)_createsJobsWithOverride; - (id)_initSSPurchase; - (void)_setValuesUsingDatabaseEncoding:(id)arg1; - (id)accountIdentifier; diff --git a/PrivateFrameworks/StoreServices.framework/SSResponseAction.h b/PrivateFrameworks/StoreServices.framework/SSResponseAction.h index 2a57d034ba..920642db8c 100644 --- a/PrivateFrameworks/StoreServices.framework/SSResponseAction.h +++ b/PrivateFrameworks/StoreServices.framework/SSResponseAction.h @@ -25,12 +25,14 @@ + (id)_actionWithActionType:(id)arg1; + (id)_checkInAppQueueActionWithClientID:(id)arg1 environment:(id)arg2; + (id)_dialogActionWithDialog:(id)arg1; ++ (id)_dialogActionWithTouchIDDialog:(id)arg1; + (id)_invalidateURLBagsAction; + (id)_selectFooterActionWithSection:(id)arg1; + (id)_setActiveAccountActionWithAccount:(id)arg1; + (id)_setCreditsActionWithCredits:(id)arg1 account:(id)arg2; + (id)_urlActionWithType:(id)arg1 URL:(id)arg2; +- (void).cxx_destruct; - (id)URL; - (int)URLBagType; - (id)account; @@ -38,7 +40,6 @@ - (id)clientIdentifier; - (id)copyWithZone:(struct _NSZone { }*)arg1; - (id)creditsString; -- (void)dealloc; - (id)description; - (id)dialog; - (id)footerSection; diff --git a/PrivateFrameworks/StoreServices.framework/SSSoftwareLibrary.h b/PrivateFrameworks/StoreServices.framework/SSSoftwareLibrary.h index 0a518ab332..d4a7598e8d 100644 --- a/PrivateFrameworks/StoreServices.framework/SSSoftwareLibrary.h +++ b/PrivateFrameworks/StoreServices.framework/SSSoftwareLibrary.h @@ -17,6 +17,7 @@ - (id)init; - (void)isInstalledApplicationWithBundleIdentifier:(id)arg1 completionBlock:(id /* block */)arg2; - (void)isRemovedSystemApplicationWithBundleIdentifier:(id)arg1 completionBlock:(id /* block */)arg2; +- (void)playableApplicationsWithBundleIdentifiers:(id)arg1 completionBlock:(id /* block */)arg2; - (void)refreshReceiptsWithCompletionBlock:(id /* block */)arg1; - (void)restoreAllDemotedApplicationsWithOptions:(id)arg1 completionBlock:(id /* block */)arg2; - (void)restoreDemotedApplicationWithBundleIdentifier:(id)arg1 options:(id)arg2 completionBlock:(id /* block */)arg3; diff --git a/PrivateFrameworks/StoreServices.framework/SSURLSessionManager.h b/PrivateFrameworks/StoreServices.framework/SSURLSessionManager.h index 9dda90f961..9cff894f23 100644 --- a/PrivateFrameworks/StoreServices.framework/SSURLSessionManager.h +++ b/PrivateFrameworks/StoreServices.framework/SSURLSessionManager.h @@ -27,8 +27,10 @@ + (id)_bagValueForKey:(id)arg1; + (double)_localTimeIntervalToServerTimeInterval:(double)arg1; + (id)_resolvedIPAddressFromTask:(id)arg1; ++ (BOOL)_shouldCreateLocalCache; + (double)_timingDataMetricToServerTimeInterval:(id)arg1; + (id)eventFromTimingData:(id)arg1 task:(id)arg2; ++ (id)eventFromTimingData:(id)arg1 task:(id)arg2 error:(id)arg3; - (void).cxx_destruct; - (void)URLSession:(id)arg1 dataTask:(id)arg2 didReceiveData:(id)arg3; diff --git a/PrivateFrameworks/StoreServices.framework/SSVMutablePlayActivityEvent.h b/PrivateFrameworks/StoreServices.framework/SSVMutablePlayActivityEvent.h index 2e97737013..c717cf8a70 100644 --- a/PrivateFrameworks/StoreServices.framework/SSVMutablePlayActivityEvent.h +++ b/PrivateFrameworks/StoreServices.framework/SSVMutablePlayActivityEvent.h @@ -16,6 +16,7 @@ @property (nonatomic) unsigned int eventType; @property (nonatomic, copy) NSString *externalID; @property (nonatomic, copy) NSString *featureName; +@property (getter=isInternalBuild, nonatomic) BOOL internalBuild; @property (nonatomic) double itemDuration; @property (nonatomic) double itemEndTime; @property (nonatomic, copy) SSVPlayActivityEventItemIDs *itemIDs; @@ -50,6 +51,7 @@ - (void)setEventType:(unsigned int)arg1; - (void)setExternalID:(id)arg1; - (void)setFeatureName:(id)arg1; +- (void)setInternalBuild:(BOOL)arg1; - (void)setItemDuration:(double)arg1; - (void)setItemEndTime:(double)arg1; - (void)setItemIDs:(id)arg1; diff --git a/PrivateFrameworks/StoreServices.framework/SSVPBPlayActivityEvent.h b/PrivateFrameworks/StoreServices.framework/SSVPBPlayActivityEvent.h index 86058a40e4..cf51a9a521 100644 --- a/PrivateFrameworks/StoreServices.framework/SSVPBPlayActivityEvent.h +++ b/PrivateFrameworks/StoreServices.framework/SSVPBPlayActivityEvent.h @@ -41,9 +41,11 @@ unsigned int mediaType : 1; unsigned int reasonHintType : 1; unsigned int sourceType : 1; + unsigned int internalBuild : 1; unsigned int offline : 1; unsigned int sBEnabled : 1; } _has; + BOOL _internalBuild; unsigned long long _itemCloudID; double _itemDuration; double _itemEndTime; @@ -104,6 +106,7 @@ @property (nonatomic, readonly) BOOL hasExternalID; @property (nonatomic, readonly) BOOL hasFeatureName; @property (nonatomic, readonly) BOOL hasGlobalPlaylistID; +@property (nonatomic) BOOL hasInternalBuild; @property (nonatomic) BOOL hasItemCloudID; @property (nonatomic) BOOL hasItemDuration; @property (nonatomic) BOOL hasItemEndTime; @@ -132,6 +135,7 @@ @property (nonatomic) BOOL hasSubscriptionAdamID; @property (nonatomic, readonly) BOOL hasTimedMetadata; @property (nonatomic, readonly) BOOL hasTrackInfo; +@property (nonatomic) BOOL internalBuild; @property (nonatomic) unsigned long long itemCloudID; @property (nonatomic) double itemDuration; @property (nonatomic) double itemEndTime; @@ -206,6 +210,7 @@ - (BOOL)hasExternalID; - (BOOL)hasFeatureName; - (BOOL)hasGlobalPlaylistID; +- (BOOL)hasInternalBuild; - (BOOL)hasItemCloudID; - (BOOL)hasItemDuration; - (BOOL)hasItemEndTime; @@ -235,6 +240,7 @@ - (BOOL)hasTimedMetadata; - (BOOL)hasTrackInfo; - (unsigned int)hash; +- (BOOL)internalBuild; - (BOOL)isEqual:(id)arg1; - (unsigned long long)itemCloudID; - (double)itemDuration; @@ -282,6 +288,7 @@ - (void)setHasEventDateTimestamp:(BOOL)arg1; - (void)setHasEventSecondsFromGMT:(BOOL)arg1; - (void)setHasEventType:(BOOL)arg1; +- (void)setHasInternalBuild:(BOOL)arg1; - (void)setHasItemCloudID:(BOOL)arg1; - (void)setHasItemDuration:(BOOL)arg1; - (void)setHasItemEndTime:(BOOL)arg1; @@ -298,6 +305,7 @@ - (void)setHasStationID:(BOOL)arg1; - (void)setHasStoreAccountID:(BOOL)arg1; - (void)setHasSubscriptionAdamID:(BOOL)arg1; +- (void)setInternalBuild:(BOOL)arg1; - (void)setItemCloudID:(unsigned long long)arg1; - (void)setItemDuration:(double)arg1; - (void)setItemEndTime:(double)arg1; diff --git a/PrivateFrameworks/StoreServices.framework/SSVPlayActivityEvent.h b/PrivateFrameworks/StoreServices.framework/SSVPlayActivityEvent.h index af3f58e64e..8b169d20a4 100644 --- a/PrivateFrameworks/StoreServices.framework/SSVPlayActivityEvent.h +++ b/PrivateFrameworks/StoreServices.framework/SSVPlayActivityEvent.h @@ -15,6 +15,7 @@ unsigned int _eventType; NSString * _externalID; NSString * _featureName; + BOOL _internalBuild; double _itemDuration; double _itemEndTime; SSVPlayActivityEventItemIDs * _itemIDs; @@ -50,6 +51,7 @@ @property (nonatomic, readonly) unsigned int eventType; @property (nonatomic, readonly, copy) NSString *externalID; @property (nonatomic, readonly, copy) NSString *featureName; +@property (getter=isInternalBuild, nonatomic, readonly) BOOL internalBuild; @property (nonatomic, readonly) double itemDuration; @property (nonatomic, readonly) double itemEndTime; @property (nonatomic, readonly, copy) SSVPlayActivityEventItemIDs *itemIDs; @@ -95,6 +97,7 @@ - (id)initWithCoder:(id)arg1; - (id)initWithDataRepresentation:(id)arg1; - (BOOL)isEqual:(id)arg1; +- (BOOL)isInternalBuild; - (BOOL)isOffline; - (BOOL)isSBEnabled; - (double)itemDuration; diff --git a/PrivateFrameworks/SuggestionsSpotlightMetrics.framework/SGMAutocompleteUserSelectedContact.h b/PrivateFrameworks/SuggestionsSpotlightMetrics.framework/SGMAutocompleteUserSelectedContact.h new file mode 100644 index 0000000000..5a1f3ee1b0 --- /dev/null +++ b/PrivateFrameworks/SuggestionsSpotlightMetrics.framework/SGMAutocompleteUserSelectedContact.h @@ -0,0 +1,16 @@ +/* Generated by RuntimeBrowser + Image: /System/Library/PrivateFrameworks/CoreSuggestions.framework/CoreSuggestions + */ + +@interface SGMAutocompleteUserSelectedContact : NSObject { + PETScalarEventTracker * _tracker; +} + +@property (nonatomic, readonly) PETScalarEventTracker *tracker; + +- (void).cxx_destruct; +- (id)init; +- (void)trackEventWithScalar:(unsigned int)arg1 wasSuggestedContact:(struct SGMTypeSafeBool_ { unsigned int x1; })arg2 app:(struct SGMContactDetailUsedApp_ { unsigned int x1; })arg3; +- (id)tracker; + +@end diff --git a/PrivateFrameworks/SuggestionsSpotlightMetrics.framework/SGMContactCreated.h b/PrivateFrameworks/SuggestionsSpotlightMetrics.framework/SGMContactCreated.h new file mode 100644 index 0000000000..0f0f6ad253 --- /dev/null +++ b/PrivateFrameworks/SuggestionsSpotlightMetrics.framework/SGMContactCreated.h @@ -0,0 +1,16 @@ +/* Generated by RuntimeBrowser + Image: /System/Library/PrivateFrameworks/CoreSuggestions.framework/CoreSuggestions + */ + +@interface SGMContactCreated : NSObject { + PETScalarEventTracker * _tracker; +} + +@property (nonatomic, readonly) PETScalarEventTracker *tracker; + +- (void).cxx_destruct; +- (id)init; +- (void)trackEventWithScalar:(unsigned int)arg1 wasSuggestedContact:(struct SGMTypeSafeBool_ { unsigned int x1; })arg2 app:(struct SGMContactDetailUsedApp_ { unsigned int x1; })arg3; +- (id)tracker; + +@end diff --git a/PrivateFrameworks/SuggestionsSpotlightMetrics.framework/SGMContactDetailExtraction.h b/PrivateFrameworks/SuggestionsSpotlightMetrics.framework/SGMContactDetailExtraction.h new file mode 100644 index 0000000000..f0b27a1362 --- /dev/null +++ b/PrivateFrameworks/SuggestionsSpotlightMetrics.framework/SGMContactDetailExtraction.h @@ -0,0 +1,16 @@ +/* Generated by RuntimeBrowser + Image: /System/Library/PrivateFrameworks/CoreSuggestions.framework/CoreSuggestions + */ + +@interface SGMContactDetailExtraction : NSObject { + PETScalarEventTracker * _tracker; +} + +@property (nonatomic, readonly) PETScalarEventTracker *tracker; + +- (void).cxx_destruct; +- (id)init; +- (void)trackEventWithScalar:(unsigned int)arg1 source:(struct SGMDocumentType_ { unsigned int x1; })arg2 signature:(struct SGMTypeSafeBool_ { unsigned int x1; })arg3 detail:(struct SGMContactDetailType_ { unsigned int x1; })arg4 outcome:(struct SGMContactDetailExtractionOutcome_ { unsigned int x1; })arg5 foundInSenderCNContact:(struct SGMTypeSafeBool_ { unsigned int x1; })arg6; +- (id)tracker; + +@end diff --git a/PrivateFrameworks/SuggestionsSpotlightMetrics.framework/SGMEventICSOpportunity.h b/PrivateFrameworks/SuggestionsSpotlightMetrics.framework/SGMEventICSOpportunity.h new file mode 100644 index 0000000000..92ca133f2b --- /dev/null +++ b/PrivateFrameworks/SuggestionsSpotlightMetrics.framework/SGMEventICSOpportunity.h @@ -0,0 +1,16 @@ +/* Generated by RuntimeBrowser + Image: /System/Library/PrivateFrameworks/CoreSuggestions.framework/CoreSuggestions + */ + +@interface SGMEventICSOpportunity : NSObject { + PETScalarEventTracker * _tracker; +} + +@property (nonatomic, readonly) PETScalarEventTracker *tracker; + +- (void).cxx_destruct; +- (id)init; +- (void)trackEventWithScalar:(unsigned int)arg1 source:(struct SGMEventICSSourceType_ { unsigned int x1; })arg2 recipient:(struct SGMEventICSSourceType_ { unsigned int x1; })arg3 accountSetup:(struct SGMTypeSafeBool_ { unsigned int x1; })arg4; +- (id)tracker; + +@end diff --git a/PrivateFrameworks/SuggestionsSpotlightMetrics.framework/SGMSearchResultsIncludedPureSuggestion.h b/PrivateFrameworks/SuggestionsSpotlightMetrics.framework/SGMSearchResultsIncludedPureSuggestion.h new file mode 100644 index 0000000000..45df112533 --- /dev/null +++ b/PrivateFrameworks/SuggestionsSpotlightMetrics.framework/SGMSearchResultsIncludedPureSuggestion.h @@ -0,0 +1,16 @@ +/* Generated by RuntimeBrowser + Image: /System/Library/PrivateFrameworks/CoreSuggestions.framework/CoreSuggestions + */ + +@interface SGMSearchResultsIncludedPureSuggestion : NSObject { + PETScalarEventTracker * _tracker; +} + +@property (nonatomic, readonly) PETScalarEventTracker *tracker; + +- (void).cxx_destruct; +- (id)init; +- (void)trackEventWithScalar:(unsigned int)arg1 app:(struct SGMContactDetailUsedApp_ { unsigned int x1; })arg2; +- (id)tracker; + +@end diff --git a/PrivateFrameworks/SuggestionsSpotlightMetrics.framework/SGMSearchResultsUserSelectedContact.h b/PrivateFrameworks/SuggestionsSpotlightMetrics.framework/SGMSearchResultsUserSelectedContact.h new file mode 100644 index 0000000000..b4d8af085e --- /dev/null +++ b/PrivateFrameworks/SuggestionsSpotlightMetrics.framework/SGMSearchResultsUserSelectedContact.h @@ -0,0 +1,16 @@ +/* Generated by RuntimeBrowser + Image: /System/Library/PrivateFrameworks/CoreSuggestions.framework/CoreSuggestions + */ + +@interface SGMSearchResultsUserSelectedContact : NSObject { + PETScalarEventTracker * _tracker; +} + +@property (nonatomic, readonly) PETScalarEventTracker *tracker; + +- (void).cxx_destruct; +- (id)init; +- (void)trackEventWithScalar:(unsigned int)arg1 wasSuggestedContact:(struct SGMTypeSafeBool_ { unsigned int x1; })arg2 app:(struct SGMContactDetailUsedApp_ { unsigned int x1; })arg3; +- (id)tracker; + +@end diff --git a/PrivateFrameworks/SuggestionsSpotlightMetrics.framework/SGMSuggestedContactDetailShown.h b/PrivateFrameworks/SuggestionsSpotlightMetrics.framework/SGMSuggestedContactDetailShown.h new file mode 100644 index 0000000000..954680834a --- /dev/null +++ b/PrivateFrameworks/SuggestionsSpotlightMetrics.framework/SGMSuggestedContactDetailShown.h @@ -0,0 +1,16 @@ +/* Generated by RuntimeBrowser + Image: /System/Library/PrivateFrameworks/CoreSuggestions.framework/CoreSuggestions + */ + +@interface SGMSuggestedContactDetailShown : NSObject { + PETScalarEventTracker * _tracker; +} + +@property (nonatomic, readonly) PETScalarEventTracker *tracker; + +- (void).cxx_destruct; +- (id)init; +- (void)trackEventWithScalar:(unsigned int)arg1 app:(struct SGMContactDetailUsedApp_ { unsigned int x1; })arg2; +- (id)tracker; + +@end diff --git a/PrivateFrameworks/SuggestionsSpotlightMetrics.framework/SGMSuggestedContactDetailUsed.h b/PrivateFrameworks/SuggestionsSpotlightMetrics.framework/SGMSuggestedContactDetailUsed.h new file mode 100644 index 0000000000..718652753b --- /dev/null +++ b/PrivateFrameworks/SuggestionsSpotlightMetrics.framework/SGMSuggestedContactDetailUsed.h @@ -0,0 +1,16 @@ +/* Generated by RuntimeBrowser + Image: /System/Library/PrivateFrameworks/CoreSuggestions.framework/CoreSuggestions + */ + +@interface SGMSuggestedContactDetailUsed : NSObject { + PETScalarEventTracker * _tracker; +} + +@property (nonatomic, readonly) PETScalarEventTracker *tracker; + +- (void).cxx_destruct; +- (id)init; +- (void)trackEventWithScalar:(unsigned int)arg1 app:(struct SGMContactDetailUsedApp_ { unsigned int x1; })arg2; +- (id)tracker; + +@end diff --git a/PrivateFrameworks/SuggestionsSpotlightMetrics.framework/SGSMFeedbackListener.h b/PrivateFrameworks/SuggestionsSpotlightMetrics.framework/SGSMFeedbackListener.h index 63e77445da..fb109dbd85 100644 --- a/PrivateFrameworks/SuggestionsSpotlightMetrics.framework/SGSMFeedbackListener.h +++ b/PrivateFrameworks/SuggestionsSpotlightMetrics.framework/SGSMFeedbackListener.h @@ -3,6 +3,7 @@ */ @interface SGSMFeedbackListener : NSObject { + SGSMutableSearchState * _previousState; SGSMutableSearchState * _searchState; } @@ -12,6 +13,10 @@ @property (readonly) Class superclass; - (void).cxx_destruct; +- (BOOL)_eventIsOnFoundInAppsCalendar:(id)arg1; +- (void)_resetState; +- (void)_restoreStateIfUnset; +- (void)_saveAndUnsetState; - (void)didEngageCardSection:(id)arg1; - (void)didEngageResult:(id)arg1; - (void)didEngageSuggestion:(id)arg1; diff --git a/PrivateFrameworks/SuggestionsSpotlightMetrics.framework/SGSMutableSearchState.h b/PrivateFrameworks/SuggestionsSpotlightMetrics.framework/SGSMutableSearchState.h index 255e0899ca..a7d8ef5d63 100644 --- a/PrivateFrameworks/SuggestionsSpotlightMetrics.framework/SGSMutableSearchState.h +++ b/PrivateFrameworks/SuggestionsSpotlightMetrics.framework/SGSMutableSearchState.h @@ -3,32 +3,49 @@ */ @interface SGSMutableSearchState : NSObject { + unsigned char _contactConversionCount; + unsigned char _contactLossCount; SGMContactOpportunityInSpotlight * _contactOpportunity; + unsigned short _contactOpportunityCount; SGMContactResultInSpotlight * _contactResult; + unsigned short _contactResultCount; SGMContactResultSelectedInSpotlight * _contactSelected; - int _conversionContactCount; - int _conversionEventCount; + unsigned short _curatedOrPseudoContactOpportunityCount; + unsigned char _eventConversionCount; + unsigned char _eventLossCount; SGMEventOpportunityInSpotlight * _eventOpportunity; + unsigned short _eventOpportunityCount; SGMEventResultInSpotlight * _eventResult; + unsigned short _eventResultCount; SGMEventResultSelectedInSpotlight * _eventSelected; - int _nonOpportunity; + BOOL _justEngaged; + unsigned char _nonOpportunityCount; SGMNoResultSelectedInSpotlight * _noneSelected; - int _opportunityContactCount; - int _opportunityEventCount; SGMOtherResultSelectedInSpotlight * _otherSelected; - int _resultContactCount; - int _resultEventCount; + unsigned char _otherSelectedCount; + NSMutableSet * _resultsSeen; } - (void).cxx_destruct; - (void)commit; +- (id)description; - (id)init; +- (BOOL)isFirstTimeSeeingResult:(id)arg1; +- (BOOL)justEngaged; +- (void)resetConversionCounts; +- (void)resetCounts; +- (void)resetJustEngaged; - (void)scoreAsContactConversion; +- (void)scoreAsContactLoss; - (void)scoreAsContactOpportunity; - (void)scoreAsContactResult; +- (void)scoreAsCuratedOrPseudoContactOpportunity; - (void)scoreAsEventConversion; +- (void)scoreAsEventLoss; - (void)scoreAsEventOpportunity; - (void)scoreAsEventResult; - (void)scoreAsNonOpportunity; +- (void)scoreAsOtherConversion; +- (void)setJustEngaged; @end diff --git a/PrivateFrameworks/SymptomAnalytics.framework b/PrivateFrameworks/SymptomAnalytics.framework deleted file mode 100644 index da6554fd4c..0000000000 --- a/PrivateFrameworks/SymptomAnalytics.framework +++ /dev/null @@ -1,58 +0,0 @@ - - -SymptomAnalytics.framework - - - -
-   ___          _   _             ___
-  | _ \_  _ _ _| |_(_)_ __  ___  | _ )_ _ _____ __ _____ ___ _ _
-  |   / || | ' \  _| | '  \/ -_) | _ \ '_/ _ \ V  V (_-// -_) '_|
-  |_|_\\_,_|_||_\__|_|_|_|_\___| |___/_| \___/\_/\_//__/\___|_|
-  
- -------------------------------------------------------------------------------
-
-
-/PrivateFrameworks/SymptomAnalytics.framework
-0 classes
-
-
-
- -------------------------------------------------------------------------------
-
- Source code: https://github.com/nst/RuntimeBrowser
-
- Authors: Ezra Epstein (eepstein@prajna.com)
-          Nicolas Seriot (nicolas@seriot.ch)
-
- Copyright (c) 2002 by Prajna IT Consulting.
-                       http://www.prajna.com
-               2015 by Nicolas Seriot
-                       http://www.seriot.ch
-
- ========================================================================
-
- THIS PROGRAM AND THIS CODE COME WITH ABSOLUTELY NO WARRANTY.
- THIS CODE HAS BEEN PROVIDED "AS IS" AND THE RESPONSIBILITY
- FOR ITS OPERATIONS IS 100% YOURS.
-
- ========================================================================
- 
- RuntimeBrowser is free software; you can redistribute it and/or modify
- it under the terms of the GNU General Public License as published by
- the Free Software Foundation; either version 2 of the License, or
- (at your option) any later version.
-
- RuntimeBrowser is distributed in the hope that it will be useful,
- but WITHOUT ANY WARRANTY; without even the implied warranty of
- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
- GNU General Public License for more details.
-
- You should have received a copy of the GNU General Public License
- along with RuntimeBrowser (in a file called "COPYING.txt"); if not,
- write to the Free Software Foundation, Inc., 59 Temple Place, Suite 330,
- Boston, MA  02111-1307  USA
-
-
-
- diff --git a/PrivateFrameworks/SymptomPresentationFeed.framework b/PrivateFrameworks/SymptomPresentationFeed.framework deleted file mode 100644 index f8d3503586..0000000000 --- a/PrivateFrameworks/SymptomPresentationFeed.framework +++ /dev/null @@ -1,58 +0,0 @@ - - -SymptomPresentationFeed.framework - - - -
-   ___          _   _             ___
-  | _ \_  _ _ _| |_(_)_ __  ___  | _ )_ _ _____ __ _____ ___ _ _
-  |   / || | ' \  _| | '  \/ -_) | _ \ '_/ _ \ V  V (_-// -_) '_|
-  |_|_\\_,_|_||_\__|_|_|_|_\___| |___/_| \___/\_/\_//__/\___|_|
-  
- -------------------------------------------------------------------------------
-
-
-/PrivateFrameworks/SymptomPresentationFeed.framework
-0 classes
-
-
-
- -------------------------------------------------------------------------------
-
- Source code: https://github.com/nst/RuntimeBrowser
-
- Authors: Ezra Epstein (eepstein@prajna.com)
-          Nicolas Seriot (nicolas@seriot.ch)
-
- Copyright (c) 2002 by Prajna IT Consulting.
-                       http://www.prajna.com
-               2015 by Nicolas Seriot
-                       http://www.seriot.ch
-
- ========================================================================
-
- THIS PROGRAM AND THIS CODE COME WITH ABSOLUTELY NO WARRANTY.
- THIS CODE HAS BEEN PROVIDED "AS IS" AND THE RESPONSIBILITY
- FOR ITS OPERATIONS IS 100% YOURS.
-
- ========================================================================
- 
- RuntimeBrowser is free software; you can redistribute it and/or modify
- it under the terms of the GNU General Public License as published by
- the Free Software Foundation; either version 2 of the License, or
- (at your option) any later version.
-
- RuntimeBrowser is distributed in the hope that it will be useful,
- but WITHOUT ANY WARRANTY; without even the implied warranty of
- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
- GNU General Public License for more details.
-
- You should have received a copy of the GNU General Public License
- along with RuntimeBrowser (in a file called "COPYING.txt"); if not,
- write to the Free Software Foundation, Inc., 59 Temple Place, Suite 330,
- Boston, MA  02111-1307  USA
-
-
-
- diff --git a/PrivateFrameworks/TVMLKit.framework/TVAppDelegate.h b/PrivateFrameworks/TVMLKit.framework/TVAppDelegate.h new file mode 100644 index 0000000000..b8fc127d34 --- /dev/null +++ b/PrivateFrameworks/TVMLKit.framework/TVAppDelegate.h @@ -0,0 +1,42 @@ +/* Generated by RuntimeBrowser + Image: /System/Library/PrivateFrameworks/TVMLKit.framework/TVMLKit + */ + +@interface TVAppDelegate : UIResponder { + TVApplicationController * _appController; + BOOL _headLess; + BKSProcessAssertion * _launchAssertion; + BOOL _shouldTerminateOnEnterBackground; + UIWindow * _window; +} + +@property (nonatomic, retain) TVApplicationController *appController; +@property (readonly, copy) NSString *debugDescription; +@property (readonly, copy) NSString *description; +@property (readonly) unsigned int hash; +@property (nonatomic, retain) BKSProcessAssertion *launchAssertion; +@property (nonatomic) BOOL shouldTerminateOnEnterBackground; +@property (readonly) Class superclass; +@property (nonatomic, retain) UIWindow *window; + +- (void).cxx_destruct; +- (void)_controllerDidDisplay:(id)arg1; +- (id)_launchContext; +- (void)_presetDialogWithError:(int)arg1 appController:(id)arg2; +- (id)appController; +- (void)appController:(id)arg1 didFailWithError:(id)arg2; +- (BOOL)application:(id)arg1 didFinishLaunchingWithOptions:(id)arg2; +- (BOOL)application:(id)arg1 openURL:(id)arg2 options:(id)arg3; +- (void)applicationDidEnterBackground:(id)arg1; +- (void)dealloc; +- (id)init; +- (id)launchAssertion; +- (id)launchOptionsWithDefaultOptions:(id)arg1; +- (void)setAppController:(id)arg1; +- (void)setLaunchAssertion:(id)arg1; +- (void)setShouldTerminateOnEnterBackground:(BOOL)arg1; +- (void)setWindow:(id)arg1; +- (BOOL)shouldTerminateOnEnterBackground; +- (id)window; + +@end diff --git a/PrivateFrameworks/TVMLKit.framework/TVApplicationController.h b/PrivateFrameworks/TVMLKit.framework/TVApplicationController.h new file mode 100644 index 0000000000..c01a0db619 --- /dev/null +++ b/PrivateFrameworks/TVMLKit.framework/TVApplicationController.h @@ -0,0 +1,91 @@ +/* Generated by RuntimeBrowser + Image: /System/Library/PrivateFrameworks/TVMLKit.framework/TVMLKit + */ + +@interface TVApplicationController : NSObject { + IKAppContext * _appContext; + IKAppDataStorage * _appLocalStorage; + _TVMLKitApplication * _application; + TVApplicationControllerContext * _context; + * _delegate; + BOOL _doLaunchOpenURLHandling; + int _interfaceOrientation; + NSDictionary * _launchOpenURLOptions; + _TVRootMenuBarController * _menuBarController; + _TVAppNavigationController * _navigationController; + NSDictionary * _openURLReloadOptions; + NSDictionary * _openURLResumeOptions; + BOOL _popViewControllerOnBackground; + BOOL _reloadInProgress; + BOOL _reloadOnResume; + NSDate * _reloadOnResumeBackgroundedDate; + double _reloadOnResumeMinInterval; + NSXPCListener * _serviceListener; + BOOL _suspended; + IKAppTabBar * _tabBar; + UIWindow * _window; +} + +@property (nonatomic, readonly) UINavigationController *_currentNavigationController; +@property (nonatomic, readonly) TVApplicationControllerContext *context; +@property (readonly, copy) NSString *debugDescription; +@property (nonatomic, readonly) *delegate; +@property (readonly, copy) NSString *description; +@property (readonly) unsigned int hash; +@property (nonatomic, readonly) UINavigationController *navigationController; +@property (nonatomic, readonly) UIViewController *rootViewController; +@property (readonly) Class superclass; +@property (nonatomic, readonly) UIWindow *window; + ++ (id)_jsLaunchOptionsWithApplicationOptions:(id)arg1; ++ (void)initialize; + +- (void).cxx_destruct; +- (void)_applicationDidBecomeActiveNotification:(id)arg1; +- (void)_applicationDidEnterBackgroundNotification:(id)arg1; +- (void)_applicationWillResignActiveNotification:(id)arg1; +- (void)_applicationWillTerminateNotification:(id)arg1; +- (id)_currentNavigationController; +- (BOOL)_hasReloadOnResumeMinIntervalPassed; +- (void)_launchApp; +- (void)_openURLControllerDidDisplay:(id)arg1; +- (void)_openURLControllerHandler:(BOOL)arg1; +- (void)_openURLOnAppLaunchControllerDidDisplay:(id)arg1; +- (void)_reloadControllerDidDisplay:(id)arg1; +- (BOOL)_shouldReloadOnResume; +- (void)_statusBarOrientationDidChange:(id)arg1; +- (void)appContext:(id)arg1 didFailWithError:(id)arg2; +- (void)appContext:(id)arg1 didStartWithOptions:(id)arg2; +- (void)appContext:(id)arg1 didStopWithOptions:(id)arg2; +- (void)appContext:(id)arg1 evaluateAppJavaScriptInContext:(id)arg2; +- (void)appContext:(id)arg1 needsReloadWithUrgency:(unsigned int)arg2 options:(id)arg3; +- (BOOL)appContext:(id)arg1 validateDOMDocument:(id)arg2 inContext:(id)arg3 error:(id*)arg4; +- (BOOL)appNavigationController:(id)arg1 shouldDismissShroudForDocument:(id)arg2; +- (BOOL)appNavigationController:(id)arg1 shouldIgnoreDismissalForViewController:(id)arg2; +- (BOOL)appNavigationController:(id)arg1 shouldOverrideModalBehaviorForDocument:(id)arg2 andExistingDocument:(id)arg3; +- (id)context; +- (void)dealloc; +- (id)delegate; +- (id)deviceConfigForContext:(id)arg1; +- (void)evaluateInJavaScriptContext:(id /* block */)arg1 completion:(id /* block */)arg2; +- (id)init; +- (id)initWithContext:(id)arg1 window:(id)arg2 delegate:(id)arg3; +- (BOOL)isTimeZoneSet; +- (BOOL)jsOpenURL:(id)arg1 options:(id)arg2; +- (id)modalControllerForContext:(id)arg1; +- (id)navigationController; +- (id)navigationControllerForContext:(id)arg1; +- (BOOL)openURL:(id)arg1 options:(id)arg2; +- (unsigned int)preferredVideoFormat; +- (unsigned int)preferredVideoPreviewFormat; +- (void)reload; +- (id)rootViewController; +- (struct CGSize { float x1; float x2; })screenSize; +- (void)stop; +- (id)storeFrontCountryCode; +- (id)systemLanguage; +- (id)tabBarForContext:(id)arg1; +- (id)timeZone; +- (id)window; + +@end diff --git a/PrivateFrameworks/TVMLKit.framework/TVApplicationControllerContext.h b/PrivateFrameworks/TVMLKit.framework/TVApplicationControllerContext.h new file mode 100644 index 0000000000..ebf6fc0cf2 --- /dev/null +++ b/PrivateFrameworks/TVMLKit.framework/TVApplicationControllerContext.h @@ -0,0 +1,40 @@ +/* Generated by RuntimeBrowser + Image: /System/Library/PrivateFrameworks/TVMLKit.framework/TVMLKit + */ + +@interface TVApplicationControllerContext : NSObject { + NSURL * _appJSCachePath; + NSURL * _appLocalJSURL; + BOOL _appUsesTabBarRootViewController; + NSURL * _javaScriptApplicationURL; + NSDictionary * _launchOptions; + NSString * _storageIdentifier; + BOOL _supplementary; +} + +@property (nonatomic, copy) NSURL *appJSCachePath; +@property (nonatomic, copy) NSURL *appLocalJSURL; +@property (nonatomic) BOOL appUsesTabBarRootViewController; +@property (nonatomic, copy) NSURL *javaScriptApplicationURL; +@property (nonatomic, copy) NSDictionary *launchOptions; +@property (nonatomic, copy) NSString *storageIdentifier; +@property (getter=isSupplementary, nonatomic) BOOL supplementary; + +- (void).cxx_destruct; +- (id)appJSCachePath; +- (id)appLocalJSURL; +- (BOOL)appUsesTabBarRootViewController; +- (id)copyWithZone:(struct _NSZone { }*)arg1; +- (BOOL)isSupplementary; +- (id)javaScriptApplicationURL; +- (id)launchOptions; +- (void)setAppJSCachePath:(id)arg1; +- (void)setAppLocalJSURL:(id)arg1; +- (void)setAppUsesTabBarRootViewController:(BOOL)arg1; +- (void)setJavaScriptApplicationURL:(id)arg1; +- (void)setLaunchOptions:(id)arg1; +- (void)setStorageIdentifier:(id)arg1; +- (void)setSupplementary:(BOOL)arg1; +- (id)storageIdentifier; + +@end diff --git a/PrivateFrameworks/TVMLKit.framework/TVAssetElement.h b/PrivateFrameworks/TVMLKit.framework/TVAssetElement.h new file mode 100644 index 0000000000..1c5648fcfa --- /dev/null +++ b/PrivateFrameworks/TVMLKit.framework/TVAssetElement.h @@ -0,0 +1,22 @@ +/* Generated by RuntimeBrowser + Image: /System/Library/PrivateFrameworks/TVMLKit.framework/TVMLKit + */ + +@interface TVAssetElement : TVViewElement + +@property (nonatomic, readonly) NSString *actionParams; +@property (nonatomic, readonly) NSString *adamID; +@property (nonatomic, readonly) IKAssetElement *assetElement; +@property (nonatomic, readonly) unsigned int keyDelivery; +@property (nonatomic, readonly) unsigned int type; +@property (nonatomic, readonly) NSURL *url; + +- (id)actionParams; +- (id)adamID; +- (id)assetElement; +- (BOOL)isEqual:(id)arg1; +- (unsigned int)keyDelivery; +- (unsigned int)type; +- (id)url; + +@end diff --git a/PrivateFrameworks/TVMLKit.framework/TVAssetLibrary.h b/PrivateFrameworks/TVMLKit.framework/TVAssetLibrary.h new file mode 100644 index 0000000000..d22a0e2cab --- /dev/null +++ b/PrivateFrameworks/TVMLKit.framework/TVAssetLibrary.h @@ -0,0 +1,42 @@ +/* Generated by RuntimeBrowser + Image: /System/Library/PrivateFrameworks/TVMLKit.framework/TVMLKit + */ + +@interface TVAssetLibrary : NSObject { + NSString * _cachePath; + NSMutableArray * _registeredGroups; + NSObject * assetAccessQueue; + NSObject * assetWriteQueue; +} + +@property (nonatomic, copy) NSString *cachePath; +@property (nonatomic, retain) NSMutableArray *registeredGroups; + ++ (void)_initializeAssetLibraryWithCachePath:(id)arg1 screensaverCache:(BOOL)arg2 purgeCacheOnLoad:(BOOL)arg3; ++ (void)initializeAssetLibraryWithCachePath:(id)arg1; ++ (void)initializeAssetLibraryWithCachePath:(id)arg1 purgeCacheOnLoad:(BOOL)arg2; ++ (void)intializeScreensaverSharedAssetLibrary; ++ (id)sharedInstance; + +- (void).cxx_destruct; +- (id)assetExpiryDateForKey:(id)arg1 inGroupOfType:(int)arg2; +- (id)assetForKey:(id)arg1 inGroupOfType:(int)arg2; +- (id)assetPathForKey:(id)arg1 inGroupOfType:(int)arg2; +- (id)assetPathsForGroupOfType:(int)arg1; +- (id)cachePath; +- (id)cachePathForGroupOfType:(int)arg1; +- (id)groupWithGroupType:(int)arg1; +- (id)initWithCachePath:(id)arg1 screensaverCache:(BOOL)arg2 purgeCacheOnLoad:(BOOL)arg3; +- (void)purgeAssetsInGroupOfType:(int)arg1; +- (void)registerGroup:(id)arg1; +- (id)registeredGroups; +- (void)removeAssetForKey:(id)arg1 inGroupOfType:(int)arg2; +- (void)setCachePath:(id)arg1; +- (void)setImageAsset:(id)arg1 forKey:(id)arg2 inGroupOfType:(int)arg3 expiryDate:(id)arg4; +- (void)setImageAsset:(id)arg1 forKey:(id)arg2 inGroupOfType:(int)arg3 expiryDate:(id)arg4 overWrite:(BOOL)arg5; +- (void)setImageAssetFromPath:(id)arg1 forKey:(id)arg2 inGroupOfType:(int)arg3 expiryDate:(id)arg4; +- (void)setRegisteredGroups:(id)arg1; +- (void)unRegisterGroup:(int)arg1; +- (void)updateAssetsInGroupOfType:(int)arg1; + +@end diff --git a/PrivateFrameworks/TVMLKit.framework/TVBackgroundBlurImageDecorator.h b/PrivateFrameworks/TVMLKit.framework/TVBackgroundBlurImageDecorator.h new file mode 100644 index 0000000000..2a674aeba7 --- /dev/null +++ b/PrivateFrameworks/TVMLKit.framework/TVBackgroundBlurImageDecorator.h @@ -0,0 +1,23 @@ +/* Generated by RuntimeBrowser + Image: /System/Library/PrivateFrameworks/TVMLKit.framework/TVMLKit + */ + +@interface TVBackgroundBlurImageDecorator : TVImageDecorator { + _UIBackdropViewSettings * _backdropSettings; + BOOL _lightStyle; +} + +@property (nonatomic, retain) _UIBackdropViewSettings *backdropSettings; +@property (nonatomic) BOOL lightStyle; + +- (void).cxx_destruct; +- (id)backdropSettings; +- (id)blurImageWithImage:(id)arg1 targetSize:(struct CGSize { float x1; float x2; })arg2 scaleSize:(struct CGSize { float x1; float x2; })arg3; +- (id)decorate:(id)arg1 scaledWithSize:(struct CGSize { float x1; float x2; })arg2 croppedToFit:(BOOL)arg3; +- (id)decoratorIdentifier; +- (BOOL)lightStyle; +- (id)resizeImage:(struct CGImage { }*)arg1 targetSize:(struct CGSize { float x1; float x2; })arg2 shouldDither:(BOOL)arg3; +- (void)setBackdropSettings:(id)arg1; +- (void)setLightStyle:(BOOL)arg1; + +@end diff --git a/PrivateFrameworks/TVMLKit.framework/TVCarouselView.h b/PrivateFrameworks/TVMLKit.framework/TVCarouselView.h new file mode 100644 index 0000000000..7e2bb99571 --- /dev/null +++ b/PrivateFrameworks/TVMLKit.framework/TVCarouselView.h @@ -0,0 +1,105 @@ +/* Generated by RuntimeBrowser + Image: /System/Library/PrivateFrameworks/TVMLKit.framework/TVMLKit + */ + +@interface TVCarouselView : UIView { + double _autoScrollInterval; + NSObject * _autoScrollTimer; + _TVCarouselCollectionView * _collectionView; + float _continuousScrollVelocity; + id /* block */ _continuousScrollingBlock; + unsigned int _currentVirtualIndexForCellDequeue; + * _dataSource; + * _delegate; + BOOL _firstFocusMove; + struct CGPoint { + float x; + float y; + } _focusDirection; + NSIndexPath * _focusedIndexPath; + BOOL _hasValidLayout; + float _interitemSpacing; + struct CGSize { + float width; + float height; + } _itemSize; + unsigned int _numberOfRealItemsForDataSource; + float _originalSelectionDuration; + float _originalUnselectionDuration; + NSArray * _remoteGestures; + unsigned int _scrollMode; +} + +@property (nonatomic) double autoScrollInterval; +@property (nonatomic) float continuousScrollVelocity; +@property (copy) id /* block */ continuousScrollingBlock; +@property (nonatomic) *dataSource; +@property (readonly, copy) NSString *debugDescription; +@property (nonatomic) *delegate; +@property (readonly, copy) NSString *description; +@property (nonatomic) struct CGPoint { float x1; float x2; } focusDirection; +@property (readonly) unsigned int hash; +@property (nonatomic) float interitemSpacing; +@property (nonatomic) struct CGSize { float x1; float x2; } itemSize; +@property (nonatomic) unsigned int scrollMode; +@property (readonly) Class superclass; +@property (nonatomic, readonly, copy) NSArray *visibleCells; + +- (void).cxx_destruct; +- (void)_applicationDidEnterBackgroundNotification:(id)arg1; +- (void)_applicationWillEnterForegroundNotification:(id)arg1; +- (id)_collectionView; +- (float)_contentOffsetXForIndex:(int)arg1; +- (void)_focusGestureDidBeginNotification:(id)arg1; +- (void)_handleButtonGesture:(id)arg1; +- (void)_handlePlayGesture:(id)arg1; +- (void)_startAutoScrollTimer; +- (void)_startContinuousScroll; +- (void)_stopAutoScrollTimer; +- (void)_stopContinuousScroll; +- (void)_updateAutoScrollTimer; +- (void)_updateCollectionViewLayout; +- (void)_updateCollectionViewLayoutAnimated:(BOOL)arg1; +- (void)_updateContentOffsetForFocusedIndex:(int)arg1 animated:(BOOL)arg2; +- (void)_updateIdleModeLayoutAttributes; +- (double)autoScrollInterval; +- (id)cellForItemAtIndex:(unsigned int)arg1; +- (BOOL)collectionView:(id)arg1 canFocusItemAtIndexPath:(id)arg2; +- (id)collectionView:(id)arg1 cellForItemAtIndexPath:(id)arg2; +- (void)collectionView:(id)arg1 didSelectItemAtIndexPath:(id)arg2; +- (int)collectionView:(id)arg1 numberOfItemsInSection:(int)arg2; +- (void)collectionView:(id)arg1 willDisplayCell:(id)arg2 forItemAtIndexPath:(id)arg3; +- (float)continuousScrollVelocity; +- (id /* block */)continuousScrollingBlock; +- (id)dataSource; +- (void)dealloc; +- (id)delegate; +- (id)dequeueReusableCellWithReuseIdentifier:(id)arg1 forIndex:(unsigned int)arg2; +- (void)didMoveToSuperview; +- (void)didMoveToWindow; +- (void)didUpdateFocusInContext:(id)arg1 withAnimationCoordinator:(id)arg2; +- (struct CGPoint { float x1; float x2; })focusDirection; +- (unsigned int)indexForCell:(id)arg1; +- (id)indexPathForPreferredFocusedViewInCollectionView:(id)arg1; +- (id)initWithFrame:(struct CGRect { struct CGPoint { float x_1_1_1; float x_1_1_2; } x1; struct CGSize { float x_2_1_1; float x_2_1_2; } x2; })arg1; +- (float)interitemSpacing; +- (struct CGSize { float x1; float x2; })itemSize; +- (id)preferredFocusedView; +- (void)registerClass:(Class)arg1 forCellWithReuseIdentifier:(id)arg2; +- (void)reloadData; +- (unsigned int)scrollMode; +- (void)scrollViewDidScroll:(id)arg1; +- (void)setAutoScrollInterval:(double)arg1; +- (void)setContinuousScrollVelocity:(float)arg1; +- (void)setContinuousScrollingBlock:(id /* block */)arg1; +- (void)setDataSource:(id)arg1; +- (void)setDelegate:(id)arg1; +- (void)setFocusDirection:(struct CGPoint { float x1; float x2; })arg1; +- (void)setInteritemSpacing:(float)arg1; +- (void)setInteritemSpacing:(float)arg1 animated:(BOOL)arg2; +- (void)setItemSize:(struct CGSize { float x1; float x2; })arg1; +- (void)setScrollMode:(unsigned int)arg1; +- (struct CGSize { float x1; float x2; })sizeThatFits:(struct CGSize { float x1; float x2; })arg1; +- (id)visibleCells; + +@end diff --git a/PrivateFrameworks/TVMLKit.framework/TVColor.h b/PrivateFrameworks/TVMLKit.framework/TVColor.h new file mode 100644 index 0000000000..abbfa8a9a3 --- /dev/null +++ b/PrivateFrameworks/TVMLKit.framework/TVColor.h @@ -0,0 +1,24 @@ +/* Generated by RuntimeBrowser + Image: /System/Library/PrivateFrameworks/TVMLKit.framework/TVMLKit + */ + +@interface TVColor : NSObject { + IKColor * _ikColor; +} + +@property (nonatomic, readonly) UIColor *color; +@property (nonatomic, readonly) int colorType; +@property (nonatomic, readonly) NSArray *gradientColors; +@property (nonatomic, readonly) NSArray *gradientPoints; +@property (nonatomic, readonly) IKColor *ikColor; + +- (void).cxx_destruct; +- (id)color; +- (int)colorType; +- (id)copyWithZone:(struct _NSZone { }*)arg1; +- (id)gradientColors; +- (id)gradientPoints; +- (id)ikColor; +- (id)initWithColor:(id)arg1; + +@end diff --git a/PrivateFrameworks/TVMLKit.framework/TVCornerUtilities.h b/PrivateFrameworks/TVMLKit.framework/TVCornerUtilities.h new file mode 100644 index 0000000000..604c621496 --- /dev/null +++ b/PrivateFrameworks/TVMLKit.framework/TVCornerUtilities.h @@ -0,0 +1,14 @@ +/* Generated by RuntimeBrowser + Image: /System/Library/PrivateFrameworks/TVMLKit.framework/TVMLKit + */ + +@interface TVCornerUtilities : NSObject + ++ (struct CGPath { }*)createPathForRadii:(struct TVCornerRadii { float x1; float x2; float x3; float x4; })arg1 inRect:(struct CGRect { struct CGPoint { float x_1_1_1; float x_1_1_2; } x1; struct CGSize { float x_2_1_1; float x_2_1_2; } x2; })arg2; ++ (struct CGPath { }*)createPathForRadii:(struct TVCornerRadii { float x1; float x2; float x3; float x4; })arg1 inRect:(struct CGRect { struct CGPoint { float x_1_1_1; float x_1_1_2; } x1; struct CGSize { float x_2_1_1; float x_2_1_2; } x2; })arg2 isContinuous:(BOOL)arg3; ++ (struct TVCornerRadii { float x1; float x2; float x3; float x4; })flipCGOriginRadii:(struct TVCornerRadii { float x1; float x2; float x3; float x4; })arg1; ++ (struct TVCornerRadii { float x1; float x2; float x3; float x4; })radiiFromRadius:(float)arg1; ++ (BOOL)radiiIsZero:(struct TVCornerRadii { float x1; float x2; float x3; float x4; })arg1; ++ (float)radiusFromCornerRadii:(struct TVCornerRadii { float x1; float x2; float x3; float x4; })arg1; + +@end diff --git a/PrivateFrameworks/TVMLKit.framework/TVElementFactory.h b/PrivateFrameworks/TVMLKit.framework/TVElementFactory.h new file mode 100644 index 0000000000..62e5daeafb --- /dev/null +++ b/PrivateFrameworks/TVMLKit.framework/TVElementFactory.h @@ -0,0 +1,14 @@ +/* Generated by RuntimeBrowser + Image: /System/Library/PrivateFrameworks/TVMLKit.framework/TVMLKit + */ + +@interface TVElementFactory : NSObject + ++ (void)_registerDefaultElements; ++ (Class)classForElementType:(unsigned int)arg1; ++ (void)initialize; ++ (void)registerClass:(Class)arg1 forElementName:(id)arg2 elementType:(unsigned int)arg3 dependent:(BOOL)arg4; ++ (void)registerIKClass:(Class)arg1 forElementName:(id)arg2 elementType:(unsigned int)arg3 dependent:(BOOL)arg4; ++ (void)registerViewElementClass:(Class)arg1 forElementName:(id)arg2; + +@end diff --git a/PrivateFrameworks/TVMLKit.framework/TVFocusableTextView.h b/PrivateFrameworks/TVMLKit.framework/TVFocusableTextView.h new file mode 100644 index 0000000000..5863d2f457 --- /dev/null +++ b/PrivateFrameworks/TVMLKit.framework/TVFocusableTextView.h @@ -0,0 +1,115 @@ +/* Generated by RuntimeBrowser + Image: /System/Library/PrivateFrameworks/TVMLKit.framework/TVMLKit + */ + +@interface TVFocusableTextView : UIView { + BOOL _alwaysFocusable; + UIVisualEffectView * _backgroundView; + UIColor * _descriptionTextColor; + UIColor * _descriptionTextHighlightColor; + UITextView * _descriptionTextView; + _UIFloatingContentView * _floatingView; + UIColor * _highlightBackgroundColor; + float _moreHighlightPadding; + UILabel * _moreLabel; + BOOL _moreLabelOnNewLine; + UITapGestureRecognizer * _moreLabelTapGestureRecognizer; + UIColor * _moreLabelTextColor; + BOOL _needsTextSizeComputation; + id /* block */ _playHandler; + UITapGestureRecognizer * _playRecognizer; + UITapGestureRecognizer * _selectRecognizer; + id /* block */ _selectionHandler; + BOOL _textTruncating; + BOOL _trackHorizontal; + UIVisualEffectView * _vibrantEffectView; +} + +@property (getter=isAlwaysFocusable, nonatomic) BOOL alwaysFocusable; +@property (nonatomic, retain) UIVisualEffectView *backgroundView; +@property (readonly, copy) NSString *debugDescription; +@property (readonly, copy) NSString *description; +@property (nonatomic, retain) NSAttributedString *descriptionText; +@property (nonatomic, retain) UIColor *descriptionTextColor; +@property (nonatomic, retain) UIColor *descriptionTextHighlightColor; +@property (nonatomic, retain) UITextView *descriptionTextView; +@property (nonatomic, retain) _UIFloatingContentView *floatingView; +@property (readonly) unsigned int hash; +@property (nonatomic, retain) UIColor *highlightBackgroundColor; +@property (nonatomic) unsigned int maximumNumberOfLines; +@property (nonatomic) float moreHighlightPadding; +@property (nonatomic, retain) UILabel *moreLabel; +@property (nonatomic) BOOL moreLabelOnNewLine; +@property (nonatomic, readonly) UITapGestureRecognizer *moreLabelTapGestureRecognizer; +@property (nonatomic, retain) UIColor *moreLabelTextColor; +@property (nonatomic) BOOL needsTextSizeComputation; +@property (nonatomic, copy) id /* block */ playHandler; +@property (nonatomic, retain) UITapGestureRecognizer *playRecognizer; +@property (nonatomic, retain) UITapGestureRecognizer *selectRecognizer; +@property (nonatomic, copy) id /* block */ selectionHandler; +@property (readonly) Class superclass; +@property (getter=isTextTruncating, nonatomic, readonly) BOOL textTruncating; +@property (nonatomic) BOOL trackHorizontal; + ++ (float)cornerRadius; + +- (void).cxx_destruct; +- (id)_moreLabelExclusionPath; +- (struct CGRect { struct CGPoint { float x_1_1_1; float x_1_1_2; } x1; struct CGSize { float x_2_1_1; float x_2_1_2; } x2; })_moreLabelFrame; +- (void)_playButtonAction:(id)arg1; +- (void)_recomputeTextSizeIfNeeded; +- (void)_selectButtonAction:(id)arg1; +- (void)_setNeedsTextSizeComputation; +- (id)backgroundView; +- (BOOL)canBecomeFocused; +- (id)descriptionText; +- (id)descriptionTextColor; +- (id)descriptionTextHighlightColor; +- (id)descriptionTextView; +- (void)didUpdateFocusInContext:(id)arg1 withAnimationCoordinator:(id)arg2; +- (void)floatingContentView:(id)arg1 isTransitioningFromState:(unsigned int)arg2 toState:(unsigned int)arg3; +- (id)floatingView; +- (BOOL)gestureRecognizerShouldBegin:(id)arg1; +- (id)highlightBackgroundColor; +- (id)initWithFrame:(struct CGRect { struct CGPoint { float x_1_1_1; float x_1_1_2; } x1; struct CGSize { float x_2_1_1; float x_2_1_2; } x2; })arg1; +- (BOOL)isAlwaysFocusable; +- (BOOL)isTextTruncating; +- (void)layoutSubviews; +- (unsigned int)maximumNumberOfLines; +- (float)moreHighlightPadding; +- (id)moreLabel; +- (BOOL)moreLabelOnNewLine; +- (id)moreLabelTapGestureRecognizer; +- (id)moreLabelTextColor; +- (BOOL)needsTextSizeComputation; +- (id /* block */)playHandler; +- (id)playRecognizer; +- (void)pressesBegan:(id)arg1 withEvent:(id)arg2; +- (id)selectRecognizer; +- (id /* block */)selectionHandler; +- (void)setAlwaysFocusable:(BOOL)arg1; +- (void)setBackgroundView:(id)arg1; +- (void)setDescriptionText:(id)arg1; +- (void)setDescriptionTextColor:(id)arg1; +- (void)setDescriptionTextHighlightColor:(id)arg1; +- (void)setDescriptionTextView:(id)arg1; +- (void)setFloatingView:(id)arg1; +- (void)setFrame:(struct CGRect { struct CGPoint { float x_1_1_1; float x_1_1_2; } x1; struct CGSize { float x_2_1_1; float x_2_1_2; } x2; })arg1; +- (void)setHighlightBackgroundColor:(id)arg1; +- (void)setMaximumNumberOfLines:(unsigned int)arg1; +- (void)setMoreHighlightPadding:(float)arg1; +- (void)setMoreLabel:(id)arg1; +- (void)setMoreLabelOnNewLine:(BOOL)arg1; +- (void)setMoreLabelTextColor:(id)arg1; +- (void)setNeedsTextSizeComputation:(BOOL)arg1; +- (void)setPlayHandler:(id /* block */)arg1; +- (void)setPlayRecognizer:(id)arg1; +- (void)setSelectRecognizer:(id)arg1; +- (void)setSelected:(BOOL)arg1 animated:(BOOL)arg2; +- (void)setSelected:(BOOL)arg1 animated:(BOOL)arg2 withAnimationCoordinator:(id)arg3; +- (void)setSelectionHandler:(id /* block */)arg1; +- (void)setTrackHorizontal:(BOOL)arg1; +- (struct CGSize { float x1; float x2; })sizeThatFits:(struct CGSize { float x1; float x2; })arg1; +- (BOOL)trackHorizontal; + +@end diff --git a/PrivateFrameworks/TVMLKit.framework/TVImage.h b/PrivateFrameworks/TVMLKit.framework/TVImage.h new file mode 100644 index 0000000000..376e29a04e --- /dev/null +++ b/PrivateFrameworks/TVMLKit.framework/TVImage.h @@ -0,0 +1,63 @@ +/* Generated by RuntimeBrowser + Image: /System/Library/PrivateFrameworks/TVMLKit.framework/TVMLKit + */ + +@interface TVImage : NSObject { + BOOL _cacheImmediately; + BOOL _enableCache; + struct CGImage { } * _image; + BOOL _imageBufferInMemory; + NSData * _imageData; + float _imageHeight; + int _imageOrientation; + struct CGImageSource { } * _imageSource; + NSString * _imageType; + NSURL * _imageURL; + float _imageWidth; + BOOL _rotationEnabled; +} + +@property (nonatomic, readonly) int orientation; +@property (nonatomic) BOOL rotationEnabled; + ++ (id)imageWithCGImageRef:(struct CGImage { }*)arg1 preserveAlpha:(BOOL)arg2; ++ (id)imageWithData:(id)arg1; ++ (id)imageWithPath:(id)arg1; ++ (id)imageWithPath:(id)arg1 cacheImmediately:(BOOL)arg2; ++ (id)imageWithRotationFromPath:(id)arg1; ++ (id)imageWithRotationFromURL:(id)arg1; ++ (id)imageWithURL:(id)arg1; ++ (id)imageWithURL:(id)arg1 cacheImmediately:(BOOL)arg2; + +- (void).cxx_destruct; +- (id)_initWithCGImageSourceRotationEnabled:(struct CGImageSource { }*)arg1; +- (void)_initializeCGImageWithRotation; +- (int)_uiImageOrientation; +- (float)aspectRatio; +- (id)croppedImageForSize:(struct CGSize { float x1; float x2; })arg1; +- (void)dealloc; +- (id)deletterboxedImage; +- (void)drawImageInContext:(struct CGContext { }*)arg1 rect:(struct CGRect { struct CGPoint { float x_1_1_1; float x_1_1_2; } x1; struct CGSize { float x_2_1_1; float x_2_1_2; } x2; })arg2; +- (BOOL)enableCache; +- (BOOL)hasAlpha; +- (struct CGImage { }*)image; +- (id)imageType; +- (id)initWithCGImageRef:(struct CGImage { }*)arg1 preserveAlpha:(BOOL)arg2; +- (id)initWithData:(id)arg1; +- (id)initWithURL:(id)arg1; +- (id)initWithURL:(id)arg1 cacheImmediately:(BOOL)arg2; +- (BOOL)isImageBufferInMemory; +- (BOOL)isPowerOfTwo; +- (struct CGRect { struct CGPoint { float x_1_1_1; float x_1_1_2; } x1; struct CGSize { float x_2_1_1; float x_2_1_2; } x2; })largestSquareRect; +- (id)mapImageWithSourceRect:(struct CGRect { struct CGPoint { float x_1_1_1; float x_1_1_2; } x1; struct CGSize { float x_2_1_1; float x_2_1_2; } x2; })arg1 toSize:(struct CGSize { float x1; float x2; })arg2; +- (id)mapImageWithSourceRect:(struct CGRect { struct CGPoint { float x_1_1_1; float x_1_1_2; } x1; struct CGSize { float x_2_1_1; float x_2_1_2; } x2; })arg1 toSize:(struct CGSize { float x1; float x2; })arg2 drawInContextBlock:(id /* block */)arg3; +- (int)orientation; +- (struct CGSize { float x1; float x2; })pixelBounds; +- (BOOL)rotationEnabled; +- (void)setEnableCache:(BOOL)arg1; +- (void)setRotationEnabled:(BOOL)arg1; +- (BOOL)sourceRequiresRotation; +- (id)squareImageFromNearSquareImageWithAspectRatioLimit:(float)arg1; +- (id)uiImage; + +@end diff --git a/PrivateFrameworks/TVMLKit.framework/TVImageDecorator.h b/PrivateFrameworks/TVMLKit.framework/TVImageDecorator.h new file mode 100644 index 0000000000..a55951ccf1 --- /dev/null +++ b/PrivateFrameworks/TVMLKit.framework/TVImageDecorator.h @@ -0,0 +1,18 @@ +/* Generated by RuntimeBrowser + Image: /System/Library/PrivateFrameworks/TVMLKit.framework/TVMLKit + */ + +@interface TVImageDecorator : NSObject + +@property (nonatomic, readonly, copy) NSString *decoratorIdentifier; +@property (nonatomic, readonly) struct CGSize { float x1; float x2; } expectedSize; +@property (nonatomic, readonly) BOOL loaderCropToFit; +@property (nonatomic, readonly) struct CGSize { float x1; float x2; } loaderScaleToSize; + +- (id)decorate:(id)arg1 scaledWithSize:(struct CGSize { float x1; float x2; })arg2 croppedToFit:(BOOL)arg3; +- (id)decoratorIdentifier; +- (struct CGSize { float x1; float x2; })expectedSize; +- (BOOL)loaderCropToFit; +- (struct CGSize { float x1; float x2; })loaderScaleToSize; + +@end diff --git a/PrivateFrameworks/TVMLKit.framework/TVImageElement.h b/PrivateFrameworks/TVMLKit.framework/TVImageElement.h new file mode 100644 index 0000000000..6c9b1e3fc4 --- /dev/null +++ b/PrivateFrameworks/TVMLKit.framework/TVImageElement.h @@ -0,0 +1,15 @@ +/* Generated by RuntimeBrowser + Image: /System/Library/PrivateFrameworks/TVMLKit.framework/TVMLKit + */ + +@interface TVImageElement : TVViewElement + +@property (nonatomic, readonly) NSURL *URL; +@property (nonatomic, readonly) int imageType; +@property (nonatomic, readonly) NSDictionary *srcset; + +- (id)URL; +- (int)imageType; +- (id)srcset; + +@end diff --git a/PrivateFrameworks/TVMLKit.framework/TVImageOutlineDecorator.h b/PrivateFrameworks/TVMLKit.framework/TVImageOutlineDecorator.h new file mode 100644 index 0000000000..75a079d4c5 --- /dev/null +++ b/PrivateFrameworks/TVMLKit.framework/TVImageOutlineDecorator.h @@ -0,0 +1,27 @@ +/* Generated by RuntimeBrowser + Image: /System/Library/PrivateFrameworks/TVMLKit.framework/TVMLKit + */ + +@interface TVImageOutlineDecorator : TVImageScaleDecorator { + UIColor * _outlineColor; + struct UIEdgeInsets { + float top; + float left; + float bottom; + float right; + } _outlineWidths; +} + +@property (nonatomic, readonly, copy) UIColor *outlineColor; +@property (nonatomic, readonly) struct UIEdgeInsets { float x1; float x2; float x3; float x4; } outlineWidths; + ++ (id)decoratorWithOutlineColor:(id)arg1 outlineWidths:(struct UIEdgeInsets { float x1; float x2; float x3; float x4; })arg2; + +- (void).cxx_destruct; +- (void)_drawInScaledContext:(struct CGContext { }*)arg1; +- (id)decoratorIdentifier; +- (id)initWithOutlineColor:(id)arg1 outlineWidths:(struct UIEdgeInsets { float x1; float x2; float x3; float x4; })arg2; +- (id)outlineColor; +- (struct UIEdgeInsets { float x1; float x2; float x3; float x4; })outlineWidths; + +@end diff --git a/PrivateFrameworks/TVMLKit.framework/TVImageProxy.h b/PrivateFrameworks/TVMLKit.framework/TVImageProxy.h new file mode 100644 index 0000000000..907289b0ad --- /dev/null +++ b/PrivateFrameworks/TVMLKit.framework/TVImageProxy.h @@ -0,0 +1,92 @@ +/* Generated by RuntimeBrowser + Image: /System/Library/PrivateFrameworks/TVMLKit.framework/TVMLKit + */ + +@interface TVImageProxy : NSObject { + BOOL _cacheOnLoad; + id /* block */ _completionHandler; + TVImageDecorator * _decorator; + _TVDecoratorRequest * _decoratorRequestToken; + int _groupType; + BOOL _imageAvailable; + id _imageDidWriteObserver; + id _imageLoader; + BOOL _isLoading; + BOOL _loadSynchronouslyIfCached; + id _object; + id _requestToken; + id /* block */ _writeCompletionHandler; + BOOL _writeToAssetLibrary; +} + +@property (nonatomic) BOOL cacheOnLoad; +@property (copy) id /* block */ completionHandler; +@property (nonatomic, retain) TVImageDecorator *decorator; +@property (nonatomic, retain) _TVDecoratorRequest *decoratorRequestToken; +@property (nonatomic, readonly) struct CGSize { float x1; float x2; } expectedSize; +@property (nonatomic) int groupType; +@property (getter=isImageAvailable, nonatomic) BOOL imageAvailable; +@property (nonatomic, retain) id imageDidWriteObserver; +@property (nonatomic, retain) id imageLoader; +@property (nonatomic) BOOL isLoading; +@property (nonatomic) BOOL loadSynchronouslyIfCached; +@property (nonatomic, readonly) id object; +@property (nonatomic, retain) id requestToken; +@property (copy) id /* block */ writeCompletionHandler; +@property (nonatomic) BOOL writeToAssetLibrary; + ++ (id)_imageDecoratorQueue; + +- (void).cxx_destruct; +- (id)_assetKeyWithImageLoaderKey:(id)arg1 decoratorIdentifier:(id)arg2; +- (void)_callCompletionHandlerWithImage:(id)arg1 error:(id)arg2 finished:(BOOL)arg3; +- (void)_callWriteCompletionHandlerWithPath:(id)arg1 error:(id)arg2 finished:(BOOL)arg3; +- (void)_completeImageLoadWithImage:(id)arg1 imagePath:(id)arg2 error:(id)arg3 assetKey:(id)arg4 expiryDate:(id)arg5; +- (void)_decorateAndWriteImage:(id)arg1 imagePath:(id)arg2 scaleToSize:(struct CGSize { float x1; float x2; })arg3 cropToFit:(BOOL)arg4 scalingResult:(unsigned int)arg5 assetKey:(id)arg6 expiryDate:(id)arg7; +- (id)_decoratedImageAssetKey; +- (id)_decoratedImageAssetPath; +- (id)_decoratorIdentifier; +- (id)_imageAssetPathWithAssetKey:(id)arg1; +- (void)_imageDidWriteHandler:(id)arg1; +- (id)_imageLoaderKey; +- (id)_originalImageAssetKey; +- (id)_originalImageAssetPath; +- (BOOL)cacheOnLoad; +- (void)cancel; +- (id /* block */)completionHandler; +- (id)copyWithZone:(struct _NSZone { }*)arg1; +- (void)dealloc; +- (id)decorator; +- (id)decoratorRequestToken; +- (id)description; +- (struct CGSize { float x1; float x2; })expectedSize; +- (int)groupType; +- (unsigned int)hash; +- (id)imageDidWriteObserver; +- (id)imageLoader; +- (id)initWithObject:(id)arg1 imageLoader:(id)arg2 groupType:(int)arg3; +- (BOOL)isEqual:(id)arg1; +- (BOOL)isImageAvailable; +- (BOOL)isLoading; +- (void)load; +- (BOOL)loadSynchronouslyIfCached; +- (void)loadWithWeakObject:(id)arg1 completionHandler:(id /* block */)arg2; +- (id)object; +- (id)requestToken; +- (void)setCacheOnLoad:(BOOL)arg1; +- (void)setCompletionHandler:(id /* block */)arg1; +- (void)setDecorator:(id)arg1; +- (void)setDecoratorRequestToken:(id)arg1; +- (void)setGroupType:(int)arg1; +- (void)setImageAvailable:(BOOL)arg1; +- (void)setImageDidWriteObserver:(id)arg1; +- (void)setImageLoader:(id)arg1; +- (void)setIsLoading:(BOOL)arg1; +- (void)setLoadSynchronouslyIfCached:(BOOL)arg1; +- (void)setRequestToken:(id)arg1; +- (void)setWriteCompletionHandler:(id /* block */)arg1; +- (void)setWriteToAssetLibrary:(BOOL)arg1; +- (id /* block */)writeCompletionHandler; +- (BOOL)writeToAssetLibrary; + +@end diff --git a/PrivateFrameworks/TVMLKit.framework/TVImageScaleDecorator.h b/PrivateFrameworks/TVMLKit.framework/TVImageScaleDecorator.h new file mode 100644 index 0000000000..f60747c62e --- /dev/null +++ b/PrivateFrameworks/TVMLKit.framework/TVImageScaleDecorator.h @@ -0,0 +1,66 @@ +/* Generated by RuntimeBrowser + Image: /System/Library/PrivateFrameworks/TVMLKit.framework/TVMLKit + */ + +@interface TVImageScaleDecorator : TVImageDecorator { + BOOL _cornerContinuous; + struct TVCornerRadii { + float topLeft; + float topRight; + float bottomLeft; + float bottomRight; + } _cornerRadii; + BOOL _cropToFit; + BOOL _decoratedImageIsEquivalentToOriginal; + int _mode; + struct CGSize { + float width; + float height; + } _scaleToSize; + float _upscaleAdjustment; +} + +@property (nonatomic) BOOL cornerContinuous; +@property (nonatomic) struct TVCornerRadii { float x1; float x2; float x3; float x4; } cornerRadii; +@property (nonatomic) BOOL cropToFit; +@property (nonatomic) int mode; +@property (nonatomic) struct CGSize { float x1; float x2; } scaleToSize; +@property (nonatomic) float upscaleAdjustment; + ++ (id)_decoratorIdentifierWithScaleToSize:(struct CGSize { float x1; float x2; })arg1 mode:(int)arg2; ++ (id)_decoratorIdentifierWithScaleToSize:(struct CGSize { float x1; float x2; })arg1 mode:(int)arg2 cornerRadii:(struct TVCornerRadii { float x1; float x2; float x3; float x4; })arg3; ++ (id)decoratorIdentifierWithScaleToSize:(struct CGSize { float x1; float x2; })arg1 cropToFit:(BOOL)arg2; + +- (void)_applyCornerMaskForRect:(struct CGRect { struct CGPoint { float x_1_1_1; float x_1_1_2; } x1; struct CGSize { float x_2_1_1; float x_2_1_2; } x2; })arg1 toContext:(struct CGContext { }*)arg2; +- (void)_doDrawInScaledContext:(struct CGContext { }*)arg1; +- (id)_doDrawInScaledContextWithImage:(id)arg1; +- (id)_mapImageWithSourceRect:(struct CGRect { struct CGPoint { float x_1_1_1; float x_1_1_2; } x1; struct CGSize { float x_2_1_1; float x_2_1_2; } x2; })arg1 toSize:(struct CGSize { float x1; float x2; })arg2 image:(id)arg3 drawInContextBlock:(id /* block */)arg4; +- (BOOL)_needsAlphaForImage:(id)arg1; +- (id)_scaleAndCropImage:(id)arg1 toSize:(struct CGSize { float x1; float x2; })arg2; +- (id)_scaleImage:(id)arg1 toSize:(struct CGSize { float x1; float x2; })arg2 forceImageSize:(BOOL)arg3 drawInScaledContext:(BOOL)arg4 ignoreCornerRadius:(BOOL)arg5; +- (id)_scaleImage:(id)arg1 toSize:(struct CGSize { float x1; float x2; })arg2 mode:(int)arg3; +- (struct CGSize { float x1; float x2; })_scaleToSizeAdjustedForUpscaling; +- (void)_setDecoratedImageIsEquivalentToOriginal:(BOOL)arg1; +- (float)_upscalingFactor; +- (BOOL)cornerContinuous; +- (struct TVCornerRadii { float x1; float x2; float x3; float x4; })cornerRadii; +- (BOOL)cropToFit; +- (id)decorate:(id)arg1 scaledWithSize:(struct CGSize { float x1; float x2; })arg2 croppedToFit:(BOOL)arg3; +- (id)decoratorIdentifier; +- (struct CGSize { float x1; float x2; })expectedSize; +- (id)initWithScaleToSize:(struct CGSize { float x1; float x2; })arg1; +- (id)initWithScaleToSize:(struct CGSize { float x1; float x2; })arg1 cropToFit:(BOOL)arg2; +- (id)initWithScaleToSize:(struct CGSize { float x1; float x2; })arg1 mode:(int)arg2; +- (BOOL)loaderCropToFit; +- (struct CGSize { float x1; float x2; })loaderScaleToSize; +- (int)mode; +- (struct CGSize { float x1; float x2; })scaleToSize; +- (void)setCornerContinuous:(BOOL)arg1; +- (void)setCornerRadii:(struct TVCornerRadii { float x1; float x2; float x3; float x4; })arg1; +- (void)setCropToFit:(BOOL)arg1; +- (void)setMode:(int)arg1; +- (void)setScaleToSize:(struct CGSize { float x1; float x2; })arg1; +- (void)setUpscaleAdjustment:(float)arg1; +- (float)upscaleAdjustment; + +@end diff --git a/PrivateFrameworks/TVMLKit.framework/TVInterfaceFactory.h b/PrivateFrameworks/TVMLKit.framework/TVInterfaceFactory.h new file mode 100644 index 0000000000..1caf3b879a --- /dev/null +++ b/PrivateFrameworks/TVMLKit.framework/TVInterfaceFactory.h @@ -0,0 +1,56 @@ +/* Generated by RuntimeBrowser + Image: /System/Library/PrivateFrameworks/TVMLKit.framework/TVMLKit + */ + +@interface TVInterfaceFactory : NSObject { + _TVControllerFactory * _controllerFactory; + NSMutableDictionary * _controllerTransitionCreatorsByKey; + * _extendedInterfaceCreator; + struct { + unsigned int respondsToViewForElement : 1; + unsigned int respondsToViewControllerForElement : 1; + unsigned int respondsToURLForResource : 1; + unsigned int respondsToImageForResource : 1; + unsigned int respondsToCollectionViewCellClassForElement : 1; + unsigned int respondsToImageProxyForElement : 1; + unsigned int respondsToStyleSheetURLForTemplate : 1; + } _extenderFlags; + _TVLockupFactory * _lockupFactory; + _TVTemplateFactory * _templateFactory; + NSMutableDictionary * _viewControllerCreatorsByKey; + NSMutableDictionary * _viewCreatorsByKey; + _TVViewFactory * _viewFactory; +} + +@property (readonly, copy) NSString *debugDescription; +@property (readonly, copy) NSString *description; +@property (nonatomic, retain) *extendedInterfaceCreator; +@property (readonly) unsigned int hash; +@property (readonly) Class superclass; + ++ (id)_URLForResource:(id)arg1 bundle:(id)arg2; ++ (id)_tvmlResourceMap; ++ (void)initialize; ++ (id)sharedInterfaceFactory; + +- (void).cxx_destruct; +- (id)URLForResource:(id)arg1; +- (id)_controllerTransitionFromElement:(id)arg1 toElement:(id)arg2 forNavigationControllerOperation:(int)arg3 relativeToFrom:(BOOL)arg4; +- (id)_getImageFromURLorBundle:(id)arg1; +- (id)_imageProxyForElement:(id)arg1; +- (void)_registerControllerTransitioningCreator:(id /* block */)arg1 withType:(unsigned int)arg2; +- (void)_registerViewControllerCreator:(id /* block */)arg1 withType:(unsigned int)arg2; +- (void)_registerViewCreator:(id /* block */)arg1 withType:(unsigned int)arg2; +- (id)_styleSheetURLForTemplate:(id)arg1; +- (id)_viewControllerFromElement:(id)arg1 existingController:(id)arg2; +- (id)_viewFromElement:(id)arg1 existingView:(id)arg2; +- (Class)collectionViewCellClassForElement:(id)arg1; +- (id)extendedInterfaceCreator; +- (id)imageForResource:(id)arg1; +- (id)init; +- (void)setExtendedInterfaceCreator:(id)arg1; +- (void)setup; +- (id)viewControllerForElement:(id)arg1 existingViewController:(id)arg2; +- (id)viewForElement:(id)arg1 existingView:(id)arg2; + +@end diff --git a/PrivateFrameworks/TVMLKit.framework/TVJSConfirmationDialog.h b/PrivateFrameworks/TVMLKit.framework/TVJSConfirmationDialog.h new file mode 100644 index 0000000000..4a19f4c1a5 --- /dev/null +++ b/PrivateFrameworks/TVMLKit.framework/TVJSConfirmationDialog.h @@ -0,0 +1,9 @@ +/* Generated by RuntimeBrowser + Image: /System/Library/PrivateFrameworks/TVMLKit.framework/TVMLKit + */ + +@interface TVJSConfirmationDialog : IKJSObject + +- (void)presentConfirmation:(id)arg1 :(id)arg2; + +@end diff --git a/PrivateFrameworks/TVMLKit.framework/TVJSError.h b/PrivateFrameworks/TVMLKit.framework/TVJSError.h new file mode 100644 index 0000000000..b2104900a0 --- /dev/null +++ b/PrivateFrameworks/TVMLKit.framework/TVJSError.h @@ -0,0 +1,27 @@ +/* Generated by RuntimeBrowser + Image: /System/Library/PrivateFrameworks/TVMLKit.framework/TVMLKit + */ + +@interface TVJSError : IKJSObject { + NSError * _nsError; +} + +@property (nonatomic, readonly) int code; +@property (nonatomic, readonly) NSString *description; +@property (nonatomic, readonly) NSString *domain; +@property (nonatomic, readonly) NSString *failureReason; +@property (nonatomic, readonly) NSString *recoverySuggestion; +@property (nonatomic, readonly) NSDictionary *userInfo; +@property (nonatomic, readonly) NSError *wrappedError; + +- (void).cxx_destruct; +- (int)code; +- (id)description; +- (id)domain; +- (id)failureReason; +- (id)initWithError:(id)arg1 appContext:(id)arg2; +- (id)recoverySuggestion; +- (id)userInfo; +- (id)wrappedError; + +@end diff --git a/PrivateFrameworks/TVMLKit.framework/TVMLUtilities.h b/PrivateFrameworks/TVMLKit.framework/TVMLUtilities.h new file mode 100644 index 0000000000..24d0f97ab0 --- /dev/null +++ b/PrivateFrameworks/TVMLKit.framework/TVMLUtilities.h @@ -0,0 +1,32 @@ +/* Generated by RuntimeBrowser + Image: /System/Library/PrivateFrameworks/TVMLKit.framework/TVMLKit + */ + +@interface TVMLUtilities : NSObject + ++ (id)TVKitBundle; ++ (id)TVMLKitBundle; ++ (id)_bgImageElementForProductTemplate:(id)arg1; ++ (BOOL)_cornerRadiiFromImgTreatmentValue:(id)arg1 width:(float)arg2 cornerRadii:(struct TVCornerRadii { float x1; float x2; float x3; float x4; }*)arg3 circle:(BOOL*)arg4; ++ (id)_defaultPlaceholderImageForUserInterfaceStyle:(int)arg1; ++ (id)_defaultPlaceholderImageForUserInterfaceStyle:(int)arg1 withCornerRadii:(struct TVCornerRadii { float x1; float x2; float x3; float x4; })arg2 andSize:(struct CGSize { float x1; float x2; })arg3; ++ (id)_placeholderImageForValue:(id)arg1 userInterfaceStyle:(int)arg2; ++ (id)_placeholderImageForValue:(id)arg1 userInterfaceStyle:(int)arg2 withCornerRadii:(struct TVCornerRadii { float x1; float x2; float x3; float x4; })arg3 andScaledSize:(struct CGSize { float x1; float x2; })arg4; ++ (int)contentModeForPosition:(int)arg1 defaultMode:(int)arg2; ++ (BOOL)cornerRadiiFromElement:(id)arg1 screenScale:(float)arg2 cornerRadii:(struct TVCornerRadii { float x1; float x2; float x3; float x4; }*)arg3 circle:(BOOL*)arg4; ++ (float)focusedSizeIncreaseForSize:(struct CGSize { float x1; float x2; })arg1 upscaleFactor:(float)arg2; ++ (float)focusedSizeIncreaseForSize:(struct CGSize { float x1; float x2; })arg1 upscaleFactor:(float)arg2 useInSearchPartial:(BOOL)arg3; ++ (id)fontFromStyle:(id)arg1; ++ (id)fontFromTextStyle:(id)arg1 fontWeight:(id)arg2 fontSize:(float)arg3; ++ (void)getValuesFromTransform:(struct CGAffineTransform { float x1; float x2; float x3; float x4; float x5; float x6; })arg1 translation:(struct CGPoint { float x1; float x2; }*)arg2 rotation:(struct CGPoint { float x1; float x2; }*)arg3; ++ (id)indexPathForFirstItemAttributeValue:(id)arg1; ++ (int)interfaceStyleForTemplateElement:(id)arg1; ++ (BOOL)isFlowcaseAtTopOfStackFromElement:(id)arg1; ++ (int)overrideInterfaceStyleForTemplateElement:(id)arg1; ++ (id)placeholderImageForViewElement:(id)arg1; ++ (id)placeholderImageForViewElement:(id)arg1 withCornerRadii:(struct TVCornerRadii { float x1; float x2; float x3; float x4; })arg2 andScaledSize:(struct CGSize { float x1; float x2; })arg3; ++ (id)randomColor; ++ (id)rowSpacingMetricsForRowMetrics:(id)arg1; ++ (float)uiFontWeightFromCSSFontWeight:(id)arg1; + +@end diff --git a/PrivateFrameworks/TVMLKit.framework/TVMediaQueryEvaluator.h b/PrivateFrameworks/TVMLKit.framework/TVMediaQueryEvaluator.h new file mode 100644 index 0000000000..73ae43de73 --- /dev/null +++ b/PrivateFrameworks/TVMLKit.framework/TVMediaQueryEvaluator.h @@ -0,0 +1,34 @@ +/* Generated by RuntimeBrowser + Image: /System/Library/PrivateFrameworks/TVMLKit.framework/TVMLKit + */ + +@interface TVMediaQueryEvaluator : NSObject { + * _delegate; + struct { + unsigned int respondsToEvaluate : 1; + } _implFlags; + IKViewElement * _templateElement; + UIWindow * _window; +} + +@property (nonatomic) *delegate; +@property (nonatomic, readonly, retain) IKViewElement *templateElement; +@property (nonatomic, readonly, retain) UIWindow *window; + ++ (id)_mobileGestaltStringForKey:(struct __CFString { }*)arg1; ++ (id)_productType; ++ (id)evaluatorForTemplateElement:(id)arg1 inWindow:(id)arg2; + +- (void).cxx_destruct; +- (BOOL)_evaluateAllMediaFeatureType:(id)arg1 withValue:(id)arg2; +- (BOOL)_evaluateDeviceFeatureType:(id)arg1 withValue:(id)arg2; +- (BOOL)_evaluateTemplateFeatureType:(id)arg1 withValue:(id)arg2; +- (id)delegate; +- (BOOL)evaluateMediaQuery:(id)arg1; +- (id)initWithTemplateElement:(id)arg1; +- (id)initWithTemplateElement:(id)arg1 inWindow:(id)arg2; +- (void)setDelegate:(id)arg1; +- (id)templateElement; +- (id)window; + +@end diff --git a/PrivateFrameworks/TVMLKit.framework/TVModalPresenterConfiguration.h b/PrivateFrameworks/TVMLKit.framework/TVModalPresenterConfiguration.h new file mode 100644 index 0000000000..2b9c7a0f1d --- /dev/null +++ b/PrivateFrameworks/TVMLKit.framework/TVModalPresenterConfiguration.h @@ -0,0 +1,69 @@ +/* Generated by RuntimeBrowser + Image: /System/Library/PrivateFrameworks/TVMLKit.framework/TVMLKit + */ + +@interface TVModalPresenterConfiguration : NSObject { + BOOL _allowsModalOverModal; + NSString * _barButtonID; + unsigned int _configurationType; + struct CGSize { + float width; + float height; + } _formSheetSize; + BOOL _navigationBarHidden; + struct CGSize { + float width; + float height; + } _popoverSize; + unsigned int _preferredInterfaceOrientation; + int _presentationStyle; + struct CGRect { + struct CGPoint { + float x; + float y; + } origin; + struct CGSize { + float width; + float height; + } size; + } _sourceRect; + UIView * _sourceView; +} + +@property (nonatomic) BOOL allowsModalOverModal; +@property (nonatomic, copy) NSString *barButtonID; +@property (nonatomic) unsigned int configurationType; +@property (nonatomic) struct CGSize { float x1; float x2; } formSheetSize; +@property (nonatomic) BOOL navigationBarHidden; +@property (nonatomic) struct CGSize { float x1; float x2; } popoverSize; +@property (nonatomic) unsigned int preferredInterfaceOrientation; +@property (nonatomic) int presentationStyle; +@property (nonatomic) struct CGRect { struct CGPoint { float x_1_1_1; float x_1_1_2; } x1; struct CGSize { float x_2_1_1; float x_2_1_2; } x2; } sourceRect; +@property (nonatomic, retain) UIView *sourceView; + +- (void).cxx_destruct; +- (void)_configureWithDictionary:(id)arg1; +- (BOOL)allowsModalOverModal; +- (id)barButtonID; +- (unsigned int)configurationType; +- (struct CGSize { float x1; float x2; })formSheetSize; +- (id)init; +- (id)initWithDictionary:(id)arg1; +- (BOOL)navigationBarHidden; +- (struct CGSize { float x1; float x2; })popoverSize; +- (unsigned int)preferredInterfaceOrientation; +- (int)presentationStyle; +- (void)setAllowsModalOverModal:(BOOL)arg1; +- (void)setBarButtonID:(id)arg1; +- (void)setConfigurationType:(unsigned int)arg1; +- (void)setFormSheetSize:(struct CGSize { float x1; float x2; })arg1; +- (void)setNavigationBarHidden:(BOOL)arg1; +- (void)setPopoverSize:(struct CGSize { float x1; float x2; })arg1; +- (void)setPreferredInterfaceOrientation:(unsigned int)arg1; +- (void)setPresentationStyle:(int)arg1; +- (void)setSourceRect:(struct CGRect { struct CGPoint { float x_1_1_1; float x_1_1_2; } x1; struct CGSize { float x_2_1_1; float x_2_1_2; } x2; })arg1; +- (void)setSourceView:(id)arg1; +- (struct CGRect { struct CGPoint { float x_1_1_1; float x_1_1_2; } x1; struct CGSize { float x_2_1_1; float x_2_1_2; } x2; })sourceRect; +- (id)sourceView; + +@end diff --git a/PrivateFrameworks/TVMLKit.framework/TVMonogramImageConfiguration.h b/PrivateFrameworks/TVMLKit.framework/TVMonogramImageConfiguration.h new file mode 100644 index 0000000000..0ada8cf2ca --- /dev/null +++ b/PrivateFrameworks/TVMLKit.framework/TVMonogramImageConfiguration.h @@ -0,0 +1,44 @@ +/* Generated by RuntimeBrowser + Image: /System/Library/PrivateFrameworks/TVMLKit.framework/TVMLKit + */ + +@interface TVMonogramImageConfiguration : NSObject { + UIColor * _bgColor; + float _diameter; + NSString * _firstName; + float _focusedSizeIncrease; + UIFont * _font; + NSString * _lastName; + int _style; + NSString * _text; +} + +@property (nonatomic, retain) UIColor *bgColor; +@property (nonatomic) float diameter; +@property (nonatomic, copy) NSString *firstName; +@property (nonatomic) float focusedSizeIncrease; +@property (nonatomic, retain) UIFont *font; +@property (nonatomic, copy) NSString *lastName; +@property (nonatomic, readonly) int style; +@property (nonatomic, copy) NSString *text; + +- (void).cxx_destruct; +- (id)bgColor; +- (id)copyWithZone:(struct _NSZone { }*)arg1; +- (float)diameter; +- (id)firstName; +- (float)focusedSizeIncrease; +- (id)font; +- (id)initWithStyle:(int)arg1; +- (id)lastName; +- (void)setBgColor:(id)arg1; +- (void)setDiameter:(float)arg1; +- (void)setFirstName:(id)arg1; +- (void)setFocusedSizeIncrease:(float)arg1; +- (void)setFont:(id)arg1; +- (void)setLastName:(id)arg1; +- (void)setText:(id)arg1; +- (int)style; +- (id)text; + +@end diff --git a/PrivateFrameworks/TVMLKit.framework/TVMonogramViewConfiguration.h b/PrivateFrameworks/TVMLKit.framework/TVMonogramViewConfiguration.h new file mode 100644 index 0000000000..202c658d5e --- /dev/null +++ b/PrivateFrameworks/TVMLKit.framework/TVMonogramViewConfiguration.h @@ -0,0 +1,72 @@ +/* Generated by RuntimeBrowser + Image: /System/Library/PrivateFrameworks/TVMLKit.framework/TVMLKit + */ + +@interface TVMonogramViewConfiguration : NSObject { + UIColor * _focusedBgColor; + float _focusedShadowAlpha; + UIImage * _focusedShadowImage; + float _focusedSizeIncrease; + int _style; + UIColor * _subtitleFocusedColor; + NSString * _subtitleTextStyle; + UIColor * _subtitleUnfocusedColor; + UIColor * _titleFocusedColor; + NSString * _titleTextStyle; + UIColor * _titleUnfocusedColor; + UIColor * _unfocusedBgColor; + float _unfocusedShadowAlpha; + UIImage * _unfocusedShadowImage; +} + +@property (nonatomic, retain) UIColor *focusedBgColor; +@property (nonatomic) float focusedShadowAlpha; +@property (nonatomic, retain) UIImage *focusedShadowImage; +@property (nonatomic) float focusedSizeIncrease; +@property (nonatomic) int style; +@property (nonatomic, retain) UIColor *subtitleFocusedColor; +@property (nonatomic, copy) NSString *subtitleTextStyle; +@property (nonatomic, retain) UIColor *subtitleUnfocusedColor; +@property (nonatomic, retain) UIColor *titleFocusedColor; +@property (nonatomic, copy) NSString *titleTextStyle; +@property (nonatomic, retain) UIColor *titleUnfocusedColor; +@property (nonatomic, retain) UIColor *unfocusedBgColor; +@property (nonatomic, readonly) float unfocusedImageAlpha; +@property (nonatomic) float unfocusedShadowAlpha; +@property (nonatomic, retain) UIImage *unfocusedShadowImage; + +- (void).cxx_destruct; +- (id)copyWithZone:(struct _NSZone { }*)arg1; +- (id)focusedBgColor; +- (float)focusedShadowAlpha; +- (id)focusedShadowImage; +- (float)focusedSizeIncrease; +- (id)initWithShadowImages:(BOOL)arg1; +- (id)initWithStyle:(int)arg1; +- (void)setFocusedBgColor:(id)arg1; +- (void)setFocusedShadowAlpha:(float)arg1; +- (void)setFocusedShadowImage:(id)arg1; +- (void)setFocusedSizeIncrease:(float)arg1; +- (void)setStyle:(int)arg1; +- (void)setSubtitleFocusedColor:(id)arg1; +- (void)setSubtitleTextStyle:(id)arg1; +- (void)setSubtitleUnfocusedColor:(id)arg1; +- (void)setTitleFocusedColor:(id)arg1; +- (void)setTitleTextStyle:(id)arg1; +- (void)setTitleUnfocusedColor:(id)arg1; +- (void)setUnfocusedBgColor:(id)arg1; +- (void)setUnfocusedShadowAlpha:(float)arg1; +- (void)setUnfocusedShadowImage:(id)arg1; +- (int)style; +- (id)subtitleFocusedColor; +- (id)subtitleTextStyle; +- (id)subtitleUnfocusedColor; +- (id)titleFocusedColor; +- (id)titleTextStyle; +- (id)titleUnfocusedColor; +- (id)unfocusedBgColor; +- (float)unfocusedImageAlpha; +- (float)unfocusedShadowAlpha; +- (id)unfocusedShadowImage; + +@end diff --git a/PrivateFrameworks/TVMLKit.framework/TVPlaylistElement.h b/PrivateFrameworks/TVMLKit.framework/TVPlaylistElement.h new file mode 100644 index 0000000000..7f5871f018 --- /dev/null +++ b/PrivateFrameworks/TVMLKit.framework/TVPlaylistElement.h @@ -0,0 +1,11 @@ +/* Generated by RuntimeBrowser + Image: /System/Library/PrivateFrameworks/TVMLKit.framework/TVMLKit + */ + +@interface TVPlaylistElement : TVViewElement + +@property (nonatomic, readonly, copy) NSArray *videos; + +- (id)videos; + +@end diff --git a/PrivateFrameworks/TVMLKit.framework/TVShelfLayoutSection.h b/PrivateFrameworks/TVMLKit.framework/TVShelfLayoutSection.h new file mode 100644 index 0000000000..603907fac5 --- /dev/null +++ b/PrivateFrameworks/TVMLKit.framework/TVShelfLayoutSection.h @@ -0,0 +1,58 @@ +/* Generated by RuntimeBrowser + Image: /System/Library/PrivateFrameworks/TVMLKit.framework/TVMLKit + */ + +@interface TVShelfLayoutSection : NSObject { + NSArray * _itemFrames; + struct CGRect { + struct CGPoint { + float x; + float y; + } origin; + struct CGSize { + float width; + float height; + } size; + } _itemsBoundingFrame; + struct CGRect { + struct CGPoint { + float x; + float y; + } origin; + struct CGSize { + float width; + float height; + } size; + } _sectionHeaderFrame; + float _sectionHeaderHorizontalOffset; + float _sectionHeaderVerticalBump; + struct UIEdgeInsets { + float top; + float left; + float bottom; + float right; + } _sectionInset; +} + +@property (nonatomic, retain) NSArray *itemFrames; +@property (nonatomic) struct CGRect { struct CGPoint { float x_1_1_1; float x_1_1_2; } x1; struct CGSize { float x_2_1_1; float x_2_1_2; } x2; } itemsBoundingFrame; +@property (nonatomic) struct CGRect { struct CGPoint { float x_1_1_1; float x_1_1_2; } x1; struct CGSize { float x_2_1_1; float x_2_1_2; } x2; } sectionHeaderFrame; +@property (nonatomic) float sectionHeaderHorizontalOffset; +@property (nonatomic) float sectionHeaderVerticalBump; +@property (nonatomic) struct UIEdgeInsets { float x1; float x2; float x3; float x4; } sectionInset; + +- (void).cxx_destruct; +- (id)itemFrames; +- (struct CGRect { struct CGPoint { float x_1_1_1; float x_1_1_2; } x1; struct CGSize { float x_2_1_1; float x_2_1_2; } x2; })itemsBoundingFrame; +- (struct CGRect { struct CGPoint { float x_1_1_1; float x_1_1_2; } x1; struct CGSize { float x_2_1_1; float x_2_1_2; } x2; })sectionHeaderFrame; +- (float)sectionHeaderHorizontalOffset; +- (float)sectionHeaderVerticalBump; +- (struct UIEdgeInsets { float x1; float x2; float x3; float x4; })sectionInset; +- (void)setItemFrames:(id)arg1; +- (void)setItemsBoundingFrame:(struct CGRect { struct CGPoint { float x_1_1_1; float x_1_1_2; } x1; struct CGSize { float x_2_1_1; float x_2_1_2; } x2; })arg1; +- (void)setSectionHeaderFrame:(struct CGRect { struct CGPoint { float x_1_1_1; float x_1_1_2; } x1; struct CGSize { float x_2_1_1; float x_2_1_2; } x2; })arg1; +- (void)setSectionHeaderHorizontalOffset:(float)arg1; +- (void)setSectionHeaderVerticalBump:(float)arg1; +- (void)setSectionInset:(struct UIEdgeInsets { float x1; float x2; float x3; float x4; })arg1; + +@end diff --git a/PrivateFrameworks/TVMLKit.framework/TVShelfViewLayoutInvalidationContext.h b/PrivateFrameworks/TVMLKit.framework/TVShelfViewLayoutInvalidationContext.h new file mode 100644 index 0000000000..bc69469207 --- /dev/null +++ b/PrivateFrameworks/TVMLKit.framework/TVShelfViewLayoutInvalidationContext.h @@ -0,0 +1,23 @@ +/* Generated by RuntimeBrowser + Image: /System/Library/PrivateFrameworks/TVMLKit.framework/TVMLKit + */ + +@interface TVShelfViewLayoutInvalidationContext : UICollectionViewLayoutInvalidationContext { + NSIndexPath * _focusedItemIndexPath; + BOOL _invalidateLayout; + BOOL _invalidateVerticalBumps; +} + +@property (nonatomic, retain) NSIndexPath *focusedItemIndexPath; +@property (nonatomic) BOOL invalidateLayout; +@property (nonatomic) BOOL invalidateVerticalBumps; + +- (void).cxx_destruct; +- (id)focusedItemIndexPath; +- (BOOL)invalidateLayout; +- (BOOL)invalidateVerticalBumps; +- (void)setFocusedItemIndexPath:(id)arg1; +- (void)setInvalidateLayout:(BOOL)arg1; +- (void)setInvalidateVerticalBumps:(BOOL)arg1; + +@end diff --git a/PrivateFrameworks/TVMLKit.framework/TVStoreApplicationDelegate.h b/PrivateFrameworks/TVMLKit.framework/TVStoreApplicationDelegate.h new file mode 100644 index 0000000000..20a74a4bc6 --- /dev/null +++ b/PrivateFrameworks/TVMLKit.framework/TVStoreApplicationDelegate.h @@ -0,0 +1,52 @@ +/* Generated by RuntimeBrowser + Image: /System/Library/PrivateFrameworks/TVMLKit.framework/TVMLKit + */ + +@interface TVStoreApplicationDelegate : UIResponder { + TVApplicationController * _appController; + BOOL _headLess; + BKSProcessAssertion * _launchAssertion; + NSURL * _launchOpenURL; + NSDictionary * _launchOpenURLOptions; + NSDictionary * _launchOptions; + BOOL _overrideOrientation; + TVStoreApplicationSetupHelper * _setupHelper; + BOOL _shouldTerminateOnEnterBackground; + UIWindow * _window; +} + +@property (nonatomic, readonly) TVApplicationController *appController; +@property (readonly, copy) NSString *debugDescription; +@property (readonly, copy) NSString *description; +@property (readonly) unsigned int hash; +@property (nonatomic) BOOL overrideOrientation; +@property (readonly) Class superclass; +@property (nonatomic, readonly) BOOL supportsIdleModeVisualEffects; +@property (nonatomic, retain) UIWindow *window; + +- (void).cxx_destruct; +- (void)_controllerDidDisplay:(id)arg1; +- (void)_launchApp; +- (void)_loadWithBootURL:(id)arg1; +- (void)_presetDialogWithError:(int)arg1 appController:(id)arg2; +- (id)appController; +- (void)appController:(id)arg1 didFailWithError:(id)arg2; +- (BOOL)application:(id)arg1 didFinishLaunchingWithOptions:(id)arg2; +- (BOOL)application:(id)arg1 openURL:(id)arg2 options:(id)arg3; +- (unsigned int)application:(id)arg1 supportedInterfaceOrientationsForWindow:(id)arg2; +- (void)applicationDidEnterBackground:(id)arg1; +- (id)bootURL; +- (void)dealloc; +- (void)didShowViewController; +- (id)init; +- (BOOL)overrideOrientation; +- (void)reload; +- (void)setOverrideOrientation:(BOOL)arg1; +- (void)setWindow:(id)arg1; +- (void)setupWithBootURL:(id)arg1; +- (BOOL)shouldUseTabBarAsRootViewController; +- (BOOL)supportsIdleModeVisualEffects; +- (void)updateIdleModeVisualEffectsStatus:(BOOL)arg1; +- (id)window; + +@end diff --git a/PrivateFrameworks/TVMLKit.framework/TVStoreApplicationSetupHelper.h b/PrivateFrameworks/TVMLKit.framework/TVStoreApplicationSetupHelper.h new file mode 100644 index 0000000000..a25bed637f --- /dev/null +++ b/PrivateFrameworks/TVMLKit.framework/TVStoreApplicationSetupHelper.h @@ -0,0 +1,24 @@ +/* Generated by RuntimeBrowser + Image: /System/Library/PrivateFrameworks/TVMLKit.framework/TVMLKit + */ + +@interface TVStoreApplicationSetupHelper : NSObject { + NSURL * _defaultBootURL; +} + +@property (nonatomic, copy) NSURL *defaultBootURL; + ++ (id)_parsedQueryParametersForURL:(id)arg1; ++ (id)launchContextWithLaunchOptions:(id)arg1 bootURL:(id)arg2; ++ (id)launchContextWithLaunchOptions:(id)arg1 bootURL:(id)arg2 appLocalBootURL:(id)arg3; + +- (void).cxx_destruct; +- (id)_bootURLWithBagBootURL:(id)arg1; +- (void)dealloc; +- (id)defaultBootURL; +- (id)init; +- (id)initWithDefaultBootURL:(id)arg1; +- (void)obtainBootURLWithCompletion:(id /* block */)arg1; +- (void)setDefaultBootURL:(id)arg1; + +@end diff --git a/PrivateFrameworks/TVMLKit.framework/TVStorePlaybackLaunchShroud.h b/PrivateFrameworks/TVMLKit.framework/TVStorePlaybackLaunchShroud.h new file mode 100644 index 0000000000..e2d4a197fe --- /dev/null +++ b/PrivateFrameworks/TVMLKit.framework/TVStorePlaybackLaunchShroud.h @@ -0,0 +1,26 @@ +/* Generated by RuntimeBrowser + Image: /System/Library/PrivateFrameworks/TVMLKit.framework/TVMLKit + */ + +@interface TVStorePlaybackLaunchShroud : NSObject { + BOOL _hidden; + UIWindow * _window; +} + +@property (getter=isHidden, nonatomic) BOOL hidden; +@property (nonatomic, retain) UIWindow *window; + ++ (id)sharedShroud; + +- (void).cxx_destruct; +- (void)_hideWithFadeAnimation:(BOOL)arg1 withCompletionHandler:(id /* block */)arg2; +- (void)_showWithFadeAnimation:(BOOL)arg1 withCompletionHandler:(id /* block */)arg2; +- (void)fadeOut; +- (id)init; +- (BOOL)isHidden; +- (void)setHidden:(BOOL)arg1; +- (void)setHidden:(BOOL)arg1 animated:(BOOL)arg2 withCompletionHandler:(id /* block */)arg3; +- (void)setWindow:(id)arg1; +- (id)window; + +@end diff --git a/PrivateFrameworks/TVMLKit.framework/TVStorePlaybackLaunchShroudWindow.h b/PrivateFrameworks/TVMLKit.framework/TVStorePlaybackLaunchShroudWindow.h new file mode 100644 index 0000000000..614cb11b19 --- /dev/null +++ b/PrivateFrameworks/TVMLKit.framework/TVStorePlaybackLaunchShroudWindow.h @@ -0,0 +1,10 @@ +/* Generated by RuntimeBrowser + Image: /System/Library/PrivateFrameworks/TVMLKit.framework/TVMLKit + */ + +@interface TVStorePlaybackLaunchShroudWindow : UIWindow + +- (BOOL)_canBecomeKeyWindow; +- (BOOL)_wantsFocusEngine; + +@end diff --git a/PrivateFrameworks/TVMLKit.framework/TVStyleFactory.h b/PrivateFrameworks/TVMLKit.framework/TVStyleFactory.h new file mode 100644 index 0000000000..7e4dd59905 --- /dev/null +++ b/PrivateFrameworks/TVMLKit.framework/TVStyleFactory.h @@ -0,0 +1,11 @@ +/* Generated by RuntimeBrowser + Image: /System/Library/PrivateFrameworks/TVMLKit.framework/TVMLKit + */ + +@interface TVStyleFactory : NSObject + ++ (void)_registerDefaultStyles; ++ (void)initialize; ++ (void)registerStyle:(id)arg1 withType:(int)arg2 inherited:(BOOL)arg3; + +@end diff --git a/PrivateFrameworks/TVMLKit.framework/TVTextElement.h b/PrivateFrameworks/TVMLKit.framework/TVTextElement.h new file mode 100644 index 0000000000..fa85af9bc8 --- /dev/null +++ b/PrivateFrameworks/TVMLKit.framework/TVTextElement.h @@ -0,0 +1,15 @@ +/* Generated by RuntimeBrowser + Image: /System/Library/PrivateFrameworks/TVMLKit.framework/TVMLKit + */ + +@interface TVTextElement : TVViewElement + +@property (nonatomic, readonly) NSAttributedString *attributedText; +@property (nonatomic, readonly) int textStyle; + +- (id)attributedStringWithFont:(id)arg1; +- (id)attributedStringWithFont:(id)arg1 foregroundColor:(id)arg2 textAlignment:(int)arg3; +- (id)attributedText; +- (int)textStyle; + +@end diff --git a/PrivateFrameworks/TVMLKit.framework/TVURLImageLoader.h b/PrivateFrameworks/TVMLKit.framework/TVURLImageLoader.h new file mode 100644 index 0000000000..2a04c42802 --- /dev/null +++ b/PrivateFrameworks/TVMLKit.framework/TVURLImageLoader.h @@ -0,0 +1,28 @@ +/* Generated by RuntimeBrowser + Image: /System/Library/PrivateFrameworks/TVMLKit.framework/TVMLKit + */ + +@interface TVURLImageLoader : NSObject { + BOOL _imageRotationEnabled; + ISOperationQueue * imageLoadQueue; +} + +@property (readonly, copy) NSString *debugDescription; +@property (readonly, copy) NSString *description; +@property (readonly) unsigned int hash; +@property (getter=isImageRotationEnabled, nonatomic) BOOL imageRotationEnabled; +@property (readonly) Class superclass; + ++ (id)sharedInstance; + +- (void).cxx_destruct; +- (void)cancelLoad:(id)arg1; +- (id)imageKeyForObject:(id)arg1; +- (id)init; +- (BOOL)isImageRotationEnabled; +- (id)loadImageForObject:(id)arg1 scaleToSize:(struct CGSize { float x1; float x2; })arg2 cropToFit:(BOOL)arg3 completionHandler:(id /* block */)arg4; +- (void)operation:(id)arg1 failedWithError:(id)arg2; +- (void)operation:(id)arg1 finishedWithOutput:(id)arg2; +- (void)setImageRotationEnabled:(BOOL)arg1; + +@end diff --git a/PrivateFrameworks/TVMLKit.framework/TVURLImageRequest.h b/PrivateFrameworks/TVMLKit.framework/TVURLImageRequest.h new file mode 100644 index 0000000000..d4dea221c4 --- /dev/null +++ b/PrivateFrameworks/TVMLKit.framework/TVURLImageRequest.h @@ -0,0 +1,29 @@ +/* Generated by RuntimeBrowser + Image: /System/Library/PrivateFrameworks/TVMLKit.framework/TVMLKit + */ + +@interface TVURLImageRequest : NSObject { + * _decrypter; + NSDictionary * _headers; + NSString * _identifier; + NSURL * _url; +} + +@property (nonatomic, retain) *decrypter; +@property (nonatomic, retain) NSDictionary *headers; +@property (nonatomic, retain) NSString *identifier; +@property (nonatomic, retain) NSURL *url; + +- (void).cxx_destruct; +- (id)decrypter; +- (id)headers; +- (id)identifier; +- (id)initWithURL:(id)arg1 headers:(id)arg2 decrypter:(id)arg3; +- (id)initWithURL:(id)arg1 headers:(id)arg2 identifier:(id)arg3 decrypter:(id)arg4; +- (void)setDecrypter:(id)arg1; +- (void)setHeaders:(id)arg1; +- (void)setIdentifier:(id)arg1; +- (void)setUrl:(id)arg1; +- (id)url; + +@end diff --git a/PrivateFrameworks/TVMLKit.framework/TVVideoElement.h b/PrivateFrameworks/TVMLKit.framework/TVVideoElement.h new file mode 100644 index 0000000000..aa6f8657a0 --- /dev/null +++ b/PrivateFrameworks/TVMLKit.framework/TVVideoElement.h @@ -0,0 +1,12 @@ +/* Generated by RuntimeBrowser + Image: /System/Library/PrivateFrameworks/TVMLKit.framework/TVMLKit + */ + +@interface TVVideoElement : TVViewElement + +@property (nonatomic, readonly, copy) NSArray *assets; + +- (id)assets; +- (BOOL)isEqual:(id)arg1; + +@end diff --git a/PrivateFrameworks/TVMLKit.framework/TVViewElement.h b/PrivateFrameworks/TVMLKit.framework/TVViewElement.h new file mode 100644 index 0000000000..048b3fbf68 --- /dev/null +++ b/PrivateFrameworks/TVMLKit.framework/TVViewElement.h @@ -0,0 +1,39 @@ +/* Generated by RuntimeBrowser + Image: /System/Library/PrivateFrameworks/TVMLKit.framework/TVMLKit + */ + +@interface TVViewElement : NSObject { + BOOL _disabled; + IKViewElement * _element; +} + +@property (nonatomic, readonly) NSDictionary *attributes; +@property (nonatomic, readonly) NSString *autoHighlightIdentifier; +@property (nonatomic, readonly) NSArray *childViewElements; +@property (getter=isDisabled, nonatomic) BOOL disabled; +@property (nonatomic, readonly) IKViewElement *element; +@property (nonatomic, readonly) NSString *elementIdentifier; +@property (nonatomic, readonly) NSString *elementName; +@property (nonatomic, readonly) TVViewElement *parentViewElement; +@property (nonatomic, readonly) TVViewElementStyle *style; +@property (nonatomic, readonly) int updateType; + +- (void).cxx_destruct; +- (id)attributes; +- (id)autoHighlightIdentifier; +- (id)childViewElements; +- (id)copyWithZone:(struct _NSZone { }*)arg1; +- (void)dispatchEventOfType:(int)arg1 canBubble:(BOOL)arg2 cancellable:(BOOL)arg3 extraInfo:(id)arg4 completion:(id /* block */)arg5; +- (void)dispatchEventWithName:(id)arg1 canBubble:(BOOL)arg2 cancellable:(BOOL)arg3 extraInfo:(id)arg4 completion:(id /* block */)arg5; +- (id)element; +- (id)elementIdentifier; +- (id)elementName; +- (id)initWithViewElement:(id)arg1; +- (BOOL)isDisabled; +- (id)parentViewElement; +- (void)resetProperty:(int)arg1; +- (void)setDisabled:(BOOL)arg1; +- (id)style; +- (int)updateType; + +@end diff --git a/PrivateFrameworks/TVMLKit.framework/TVViewElementStyle.h b/PrivateFrameworks/TVMLKit.framework/TVViewElementStyle.h new file mode 100644 index 0000000000..4c04c328b2 --- /dev/null +++ b/PrivateFrameworks/TVMLKit.framework/TVViewElementStyle.h @@ -0,0 +1,70 @@ +/* Generated by RuntimeBrowser + Image: /System/Library/PrivateFrameworks/TVMLKit.framework/TVMLKit + */ + +@interface TVViewElementStyle : NSObject { + NSMutableDictionary * _cachedColorObjects; + IKViewElementStyle * _style; +} + +@property (nonatomic, readonly) int alignment; +@property (nonatomic, readonly) TVColor *backgroundColor; +@property (nonatomic, readonly) TVColor *color; +@property (nonatomic, readonly) int contentAlignment; +@property (nonatomic, readonly) struct UIEdgeInsets { float x1; float x2; float x3; float x4; } focusMargin; +@property (nonatomic, readonly) float fontSize; +@property (nonatomic, readonly) NSString *fontWeight; +@property (nonatomic, readonly) float height; +@property (nonatomic, readonly) TVColor *highlightColor; +@property (nonatomic, readonly) NSString *imageTreatmentName; +@property (nonatomic, readonly) float interitemSpacing; +@property (nonatomic, readonly) struct UIEdgeInsets { float x1; float x2; float x3; float x4; } margin; +@property (nonatomic, readonly) float maxHeight; +@property (nonatomic, readonly) unsigned int maxTextLines; +@property (nonatomic, readonly) float maxWidth; +@property (nonatomic, readonly) float minHeight; +@property (nonatomic, readonly) float minWidth; +@property (nonatomic, readonly) struct UIEdgeInsets { float x1; float x2; float x3; float x4; } padding; +@property (nonatomic, readonly) int position; +@property (nonatomic, readonly) NSString *ratingStyle; +@property (nonatomic, readonly) IKViewElementStyle *style; +@property (nonatomic, readonly) int textAlignment; +@property (nonatomic, readonly) NSString *textHighlightStyle; +@property (nonatomic, readonly) float textMinimumScaleFactor; +@property (nonatomic, readonly) NSString *textStyle; +@property (nonatomic, readonly) TVColor *tintColor; +@property (nonatomic, readonly) float width; + +- (void).cxx_destruct; +- (int)alignment; +- (id)backgroundColor; +- (id)color; +- (int)contentAlignment; +- (id)copyWithZone:(struct _NSZone { }*)arg1; +- (struct UIEdgeInsets { float x1; float x2; float x3; float x4; })focusMargin; +- (float)fontSize; +- (id)fontWeight; +- (float)height; +- (id)highlightColor; +- (id)imageTreatmentName; +- (id)initWithStyle:(id)arg1; +- (float)interitemSpacing; +- (struct UIEdgeInsets { float x1; float x2; float x3; float x4; })margin; +- (float)maxHeight; +- (unsigned int)maxTextLines; +- (float)maxWidth; +- (float)minHeight; +- (float)minWidth; +- (struct UIEdgeInsets { float x1; float x2; float x3; float x4; })padding; +- (int)position; +- (id)ratingStyle; +- (id)style; +- (int)textAlignment; +- (id)textHighlightStyle; +- (float)textMinimumScaleFactor; +- (id)textStyle; +- (id)tintColor; +- (id)valueForStyleProperty:(id)arg1; +- (float)width; + +@end diff --git a/PrivateFrameworks/TVMLKit.framework/_TVActivityView.h b/PrivateFrameworks/TVMLKit.framework/_TVActivityView.h new file mode 100644 index 0000000000..9caa6b2743 --- /dev/null +++ b/PrivateFrameworks/TVMLKit.framework/_TVActivityView.h @@ -0,0 +1,20 @@ +/* Generated by RuntimeBrowser + Image: /System/Library/PrivateFrameworks/TVMLKit.framework/TVMLKit + */ + +@interface _TVActivityView : UIView { + UIView * _activityView; + UIView * _textView; +} + +@property (nonatomic, retain) UIView *activityView; +@property (nonatomic, retain) UIView *textView; + +- (void).cxx_destruct; +- (id)activityView; +- (void)layoutSubviews; +- (void)setActivityView:(id)arg1; +- (void)setTextView:(id)arg1; +- (id)textView; + +@end diff --git a/PrivateFrameworks/TVMLKit.framework/_TVAlertActionCell.h b/PrivateFrameworks/TVMLKit.framework/_TVAlertActionCell.h new file mode 100644 index 0000000000..e3462a45fd --- /dev/null +++ b/PrivateFrameworks/TVMLKit.framework/_TVAlertActionCell.h @@ -0,0 +1,18 @@ +/* Generated by RuntimeBrowser + Image: /System/Library/PrivateFrameworks/TVMLKit.framework/TVMLKit + */ + +@interface _TVAlertActionCell : UICollectionViewCell { + UIView * _buttonView; +} + +@property (nonatomic, retain) UIView *buttonView; + +- (void).cxx_destruct; +- (id)buttonView; +- (void)didUpdateFocusFromView:(id)arg1; +- (id)preferredFocusEnvironments; +- (void)prepareForReuse; +- (void)setButtonView:(id)arg1; + +@end diff --git a/PrivateFrameworks/TVMLKit.framework/_TVAlertTemplateController.h b/PrivateFrameworks/TVMLKit.framework/_TVAlertTemplateController.h new file mode 100644 index 0000000000..ee107261b5 --- /dev/null +++ b/PrivateFrameworks/TVMLKit.framework/_TVAlertTemplateController.h @@ -0,0 +1,36 @@ +/* Generated by RuntimeBrowser + Image: /System/Library/PrivateFrameworks/TVMLKit.framework/TVMLKit + */ + +@interface _TVAlertTemplateController : _TVBgImageLoadingViewController { + IKImageElement * _bgHeroImageElement; + IKImageElement * _bgImageElement; + NSArray * _buttonElements; + _TVCollectionView * _collectionView; + NSIndexPath * _lastFocusedIndexPath; + IKViewElement * _templateElement; + BOOL _updateAutoHighlight; +} + +@property (readonly, copy) NSString *debugDescription; +@property (readonly, copy) NSString *description; +@property (readonly) unsigned int hash; +@property (readonly) Class superclass; + +- (void).cxx_destruct; +- (id)_backgroundImageProxy; +- (struct CGSize { float x1; float x2; })_backgroundImageProxySize; +- (void)_configureWithBgImage:(id)arg1 backdropImage:(id)arg2; +- (void)_scrollToPreferredFocusView; +- (BOOL)collectionView:(id)arg1 canFocusItemAtIndexPath:(id)arg2; +- (id)collectionView:(id)arg1 cellForItemAtIndexPath:(id)arg2; +- (void)collectionView:(id)arg1 didUpdateFocusInContext:(id)arg2 withAnimationCoordinator:(id)arg3; +- (int)collectionView:(id)arg1 numberOfItemsInSection:(int)arg2; +- (id)indexPathForPreferredFocusedViewInCollectionView:(id)arg1; +- (void)loadView; +- (id)preferredFocusEnvironments; +- (void)updateWithTemplateElement:(id)arg1; +- (void)updateWithViewElement:(id)arg1; +- (void)viewDidLayoutSubviews; + +@end diff --git a/PrivateFrameworks/TVMLKit.framework/_TVAlertTemplateController_iOS.h b/PrivateFrameworks/TVMLKit.framework/_TVAlertTemplateController_iOS.h new file mode 100644 index 0000000000..82fec607b9 --- /dev/null +++ b/PrivateFrameworks/TVMLKit.framework/_TVAlertTemplateController_iOS.h @@ -0,0 +1,27 @@ +/* Generated by RuntimeBrowser + Image: /System/Library/PrivateFrameworks/TVMLKit.framework/TVMLKit + */ + +@interface _TVAlertTemplateController_iOS : UIViewController { + NSMutableArray * _additionalLabels; + UIAlertController * _alertController; + NSArray * _buttonElements; + TVImageProxy * _imageProxy; + struct CGSize { + float width; + float height; + } _imageSize; + NSString * _message; + NSString * _title; +} + +- (void).cxx_destruct; +- (void)_dismissAlertControllerAnimated:(BOOL)arg1; +- (void)_presentAlertController; +- (void)didMoveToParentViewController:(id)arg1; +- (void)updateWithTemplateElement:(id)arg1; +- (void)updateWithViewElement:(id)arg1; +- (void)viewDidAppear:(BOOL)arg1; +- (void)viewWillDisappear:(BOOL)arg1; + +@end diff --git a/PrivateFrameworks/TVMLKit.framework/_TVAlertTemplateView.h b/PrivateFrameworks/TVMLKit.framework/_TVAlertTemplateView.h new file mode 100644 index 0000000000..e810539ba5 --- /dev/null +++ b/PrivateFrameworks/TVMLKit.framework/_TVAlertTemplateView.h @@ -0,0 +1,36 @@ +/* Generated by RuntimeBrowser + Image: /System/Library/PrivateFrameworks/TVMLKit.framework/TVMLKit + */ + +@interface _TVAlertTemplateView : UIView { + UIImage * _bgImage; + UIImageView * _bgImageView; + UICollectionView * _collectionView; + struct UIEdgeInsets { + float top; + float left; + float bottom; + float right; + } _padding; + NSArray * _viewsAbove; + NSArray * _viewsBelow; +} + +@property (nonatomic, retain) UICollectionView *collectionView; +@property (nonatomic) struct UIEdgeInsets { float x1; float x2; float x3; float x4; } padding; +@property (nonatomic, retain) NSArray *viewsAbove; +@property (nonatomic, retain) NSArray *viewsBelow; + +- (void).cxx_destruct; +- (id)collectionView; +- (void)layoutSubviews; +- (struct UIEdgeInsets { float x1; float x2; float x3; float x4; })padding; +- (void)setBgImage:(id)arg1; +- (void)setCollectionView:(id)arg1; +- (void)setPadding:(struct UIEdgeInsets { float x1; float x2; float x3; float x4; })arg1; +- (void)setViewsAbove:(id)arg1; +- (void)setViewsBelow:(id)arg1; +- (id)viewsAbove; +- (id)viewsBelow; + +@end diff --git a/PrivateFrameworks/TVMLKit.framework/_TVAlertView.h b/PrivateFrameworks/TVMLKit.framework/_TVAlertView.h new file mode 100644 index 0000000000..0c984ee47d --- /dev/null +++ b/PrivateFrameworks/TVMLKit.framework/_TVAlertView.h @@ -0,0 +1,43 @@ +/* Generated by RuntimeBrowser + Image: /System/Library/PrivateFrameworks/TVMLKit.framework/TVMLKit + */ + +@interface _TVAlertView : UIView { + NSArray * _additionalLabelViews; + NSArray * _additionalLabels; + TVImageProxy * _imageProxy; + struct CGSize { + float width; + float height; + } _imageSize; + _TVImageView * _imageView; + NSString * _message; + UILabel * _messageLabel; + NSString * _title; + UILabel * _titleLabel; +} + +@property (nonatomic, copy) NSArray *additionalLabels; +@property (nonatomic, retain) TVImageProxy *imageProxy; +@property (nonatomic) struct CGSize { float x1; float x2; } imageSize; +@property (nonatomic, copy) NSString *message; +@property (nonatomic, copy) NSString *title; + ++ (id)_newLabelWithText:(id)arg1; + +- (void).cxx_destruct; +- (id)additionalLabels; +- (id)imageProxy; +- (struct CGSize { float x1; float x2; })imageSize; +- (id)initWithFrame:(struct CGRect { struct CGPoint { float x_1_1_1; float x_1_1_2; } x1; struct CGSize { float x_2_1_1; float x_2_1_2; } x2; })arg1; +- (void)layoutSubviews; +- (id)message; +- (void)setAdditionalLabels:(id)arg1; +- (void)setImageProxy:(id)arg1; +- (void)setImageSize:(struct CGSize { float x1; float x2; })arg1; +- (void)setMessage:(id)arg1; +- (void)setTitle:(id)arg1; +- (struct CGSize { float x1; float x2; })sizeThatFits:(struct CGSize { float x1; float x2; })arg1; +- (id)title; + +@end diff --git a/PrivateFrameworks/TVMLKit.framework/_TVAnimatedLabel.h b/PrivateFrameworks/TVMLKit.framework/_TVAnimatedLabel.h new file mode 100644 index 0000000000..5c7e83185d --- /dev/null +++ b/PrivateFrameworks/TVMLKit.framework/_TVAnimatedLabel.h @@ -0,0 +1,80 @@ +/* Generated by RuntimeBrowser + Image: /System/Library/PrivateFrameworks/TVMLKit.framework/TVMLKit + */ + +@interface _TVAnimatedLabel : _TVLabel { + BOOL _animating; + NSArray * _attributedStrings; + double _crossfadeDuration; + unsigned int _currentAttributedStringIndex; + __TVAnimatedImageView * _currentMarqueeView; + double _marqueeDelay; + BOOL _marqueeNeeded; + BOOL _marqueeing; + float _maskCapWidth; + CALayer * _maskLayer; + __TVAnimatedImageView * _nextMarqueeView; + BOOL _paused; + float _replicationPadding; + float _scrollRate; + float _underPosterOutset; +} + +@property (getter=isAnimating, nonatomic) BOOL animating; +@property (nonatomic, copy) NSArray *attributedStrings; +@property (nonatomic) double crossfadeDuration; +@property (nonatomic, readonly) unsigned int currentAttributedStringIndex; +@property (nonatomic, readonly) __TVAnimatedImageView *currentMarqueeView; +@property (nonatomic) double marqueeDelay; +@property (nonatomic) float maskCapWidth; +@property (nonatomic, readonly) __TVAnimatedImageView *nextMarqueeView; +@property (getter=isPaused, nonatomic) BOOL paused; +@property (nonatomic) float replicationPadding; +@property (nonatomic) float scrollRate; +@property (nonatomic) float underPosterOutset; + +- (void).cxx_destruct; +- (void)_applicationDidBecomeActiveNotification:(id)arg1; +- (void)_applicationWillResignActiveNotification:(id)arg1; +- (void)_clearAttributedStrings; +- (void)_clearLabelTextContents; +- (id)_imageForText:(BOOL)arg1; +- (void)_nextAttributedString; +- (void)_prepareNextMarquee; +- (BOOL)_shouldCycle; +- (void)_startMarqueeIfNeeded; +- (id)attributedStrings; +- (double)crossfadeDuration; +- (unsigned int)currentAttributedStringIndex; +- (id)currentMarqueeView; +- (void)dealloc; +- (void)drawTextInRect:(struct CGRect { struct CGPoint { float x_1_1_1; float x_1_1_2; } x1; struct CGSize { float x_2_1_1; float x_2_1_2; } x2; })arg1; +- (id)initWithFrame:(struct CGRect { struct CGPoint { float x_1_1_1; float x_1_1_2; } x1; struct CGSize { float x_2_1_1; float x_2_1_2; } x2; })arg1; +- (BOOL)isAnimating; +- (BOOL)isPaused; +- (double)marqueeDelay; +- (float)maskCapWidth; +- (id)nextMarqueeView; +- (float)replicationPadding; +- (float)scrollRate; +- (void)setAnimating:(BOOL)arg1; +- (void)setAttributedStrings:(id)arg1; +- (void)setAttributedText:(id)arg1; +- (void)setCrossfadeDuration:(double)arg1; +- (void)setHighlighted:(BOOL)arg1; +- (void)setMarqueeDelay:(double)arg1; +- (void)setMarqueeEnabled:(BOOL)arg1; +- (void)setMarqueeRunning:(BOOL)arg1; +- (void)setMaskCapWidth:(float)arg1; +- (void)setNeedsDisplay; +- (void)setPaused:(BOOL)arg1; +- (void)setReplicationPadding:(float)arg1; +- (void)setScrollRate:(float)arg1; +- (void)setText:(id)arg1; +- (void)setUnderPosterOutset:(float)arg1; +- (void)stopAndResetScrollWithDuration:(float)arg1; +- (void)stopAnimating; +- (void)stopAnimatingWithoutResetWithDuration:(float)arg1; +- (float)underPosterOutset; + +@end diff --git a/PrivateFrameworks/TVMLKit.framework/_TVAppDocumentController.h b/PrivateFrameworks/TVMLKit.framework/_TVAppDocumentController.h new file mode 100644 index 0000000000..cfe905e4e3 --- /dev/null +++ b/PrivateFrameworks/TVMLKit.framework/_TVAppDocumentController.h @@ -0,0 +1,125 @@ +/* Generated by RuntimeBrowser + Image: /System/Library/PrivateFrameworks/TVMLKit.framework/TVMLKit + */ + +@interface _TVAppDocumentController : UIViewController { + IKAppDocument * _appDocument; + BOOL _applicationDeactivatedOnMenu; + BOOL _avoidsFocusingTemplate; + CABackdropLayer * _backdropLayer; + BOOL _backdropLayerNeeded; + <_TVAppDocumentControllerDelegate> * _delegate; + struct { + unsigned int mediaQueryEvaluatorForAppDocumentController : 1; + } _delegateFlags; + BOOL _dismissAppOnMenu; + TVMediaQueryEvaluator * _mediaQueryEvaluator; + id /* block */ _menuGestureHandler; + UITapGestureRecognizer * _menuGestureRecognizer; + BOOL _opaque; + BOOL _shouldPreventRotationFromMarkingStylesDirty; + _TVAppNavigationControllerStatusBlur * _statusBarEffectView; + UIViewController * _templateViewController; + BOOL _transitioning; +} + +@property (nonatomic, retain) IKAppDocument *appDocument; +@property (nonatomic, readonly) BOOL applicationDeactivatedOnMenu; +@property (nonatomic) BOOL avoidsFocusingTemplate; +@property (nonatomic) CABackdropLayer *backdropLayer; +@property (getter=isBackdropLayerNeeded, nonatomic) BOOL backdropLayerNeeded; +@property (readonly, copy) NSString *debugDescription; +@property (nonatomic) <_TVAppDocumentControllerDelegate> *delegate; +@property (readonly, copy) NSString *description; +@property (nonatomic) BOOL dismissAppOnMenu; +@property (readonly) unsigned int hash; +@property (nonatomic, retain) TVMediaQueryEvaluator *mediaQueryEvaluator; +@property (nonatomic, copy) id /* block */ menuGestureHandler; +@property (nonatomic) UITapGestureRecognizer *menuGestureRecognizer; +@property (nonatomic) BOOL opaque; +@property (nonatomic, readonly, copy) NSArray *preferredFocusEnvironments; +@property (nonatomic, readonly) UIView *preferredFocusedView; +@property (nonatomic, readonly) _TVAppNavigationControllerStatusBlur *statusBarEffectView; +@property (readonly) Class superclass; +@property (nonatomic, retain) UIViewController *templateViewController; +@property (getter=isTransitioning, nonatomic) BOOL transitioning; + +- (void).cxx_destruct; +- (id)_alertControllerWithError:(id)arg1; +- (void)_configureStatusBarBlur; +- (BOOL)_isFlowcaseStack; +- (void)_markAndNotifyStylesDirty; +- (id)_mediaQueryEvaluator; +- (void)_menuGestureHandler:(id)arg1; +- (BOOL)_tvTabBarShouldOverlap; +- (void)_updateIdleModeStatus; +- (void)_updateTemplateViewController; +- (int)adaptivePresentationStyleForPresentationController:(id)arg1 traitCollection:(id)arg2; +- (void)addChildViewController:(id)arg1; +- (BOOL)animateAppearanceUpdate; +- (id)appDocument; +- (BOOL)applicationDeactivatedOnMenu; +- (BOOL)automaticallyAdjustsScrollViewInsets; +- (BOOL)avoidsFocusingTemplate; +- (id)backdropLayer; +- (id)childViewControllerForStatusBarHidden; +- (id)customAnimatorForNavigationControllerOperation:(int)arg1 fromViewController:(id)arg2; +- (id)customAnimatorForNavigationControllerOperation:(int)arg1 toViewController:(id)arg2; +- (void)dealloc; +- (id)delegate; +- (void)didMoveToParentViewController:(id)arg1; +- (BOOL)dismissAppOnMenu; +- (BOOL)document:(id)arg1 evaluateStyleMediaQuery:(id)arg2; +- (void)documentDidUpdate:(id)arg1; +- (void)documentNeedsUpdate:(id)arg1; +- (struct CGSize { float x1; float x2; })formSize; +- (BOOL)gestureRecognizer:(id)arg1 shouldRecognizeSimultaneouslyWithGestureRecognizer:(id)arg2; +- (id)impressionableViewElementsForDocument:(id)arg1; +- (id)initWithAppDocument:(id)arg1; +- (BOOL)isBackdropLayerNeeded; +- (BOOL)isTransitioning; +- (void)loadView; +- (id)mediaQueryEvaluator; +- (id /* block */)menuGestureHandler; +- (id)menuGestureRecognizer; +- (id)navigationBarTintColor; +- (BOOL)opaque; +- (id)overrideTraitCollectionForChildViewController:(id)arg1; +- (void)popoverPresentationController:(id)arg1 willRepositionPopoverToRect:(inout struct CGRect { struct CGPoint { float x_1_1_1; float x_1_1_2; } x1; struct CGSize { float x_2_1_1; float x_2_1_2; } x2; }*)arg2 inView:(inout id*)arg3; +- (id)preferredFocusEnvironments; +- (int)preferredStatusBarStyle; +- (BOOL)prefersNavigationBarBackgroundViewHidden; +- (BOOL)prefersStatusBarBlurHidden; +- (BOOL)prefersStatusBarDarkTheme; +- (void)reload; +- (void)removeChildViewController:(id)arg1; +- (void)replaceAppDocumentWithAppDocument:(id)arg1; +- (void)scrollToTop; +- (void)setAppDocument:(id)arg1; +- (void)setAvoidsFocusingTemplate:(BOOL)arg1; +- (void)setBackdropLayer:(id)arg1; +- (void)setBackdropLayerNeeded:(BOOL)arg1; +- (void)setDelegate:(id)arg1; +- (void)setDismissAppOnMenu:(BOOL)arg1; +- (void)setMediaQueryEvaluator:(id)arg1; +- (void)setMenuGestureHandler:(id /* block */)arg1; +- (void)setMenuGestureRecognizer:(id)arg1; +- (void)setOpaque:(BOOL)arg1; +- (void)setTemplateViewController:(id)arg1; +- (void)setTransitioning:(BOOL)arg1; +- (BOOL)shouldAutomaticallyForwardAppearanceMethods; +- (id)statusBarEffectView; +- (unsigned int)supportedInterfaceOrientations; +- (id)templateViewController; +- (void)traitCollectionDidChange:(id)arg1; +- (void)tvmlkit_handleEvent:(id)arg1 forElement:(id)arg2 andSourceView:(id)arg3; +- (void)updatePreferredFocusedViewStateForFocus:(BOOL)arg1; +- (void)viewDidAppear:(BOOL)arg1; +- (void)viewDidDisappear:(BOOL)arg1; +- (void)viewDidLoad; +- (void)viewWillAppear:(BOOL)arg1; +- (void)viewWillDisappear:(BOOL)arg1; +- (void)viewWillTransitionToSize:(struct CGSize { float x1; float x2; })arg1 withTransitionCoordinator:(id)arg2; +- (void)willMoveToParentViewController:(id)arg1; + +@end diff --git a/PrivateFrameworks/TVMLKit.framework/_TVAppIconImageLoader.h b/PrivateFrameworks/TVMLKit.framework/_TVAppIconImageLoader.h new file mode 100644 index 0000000000..3a39a384d2 --- /dev/null +++ b/PrivateFrameworks/TVMLKit.framework/_TVAppIconImageLoader.h @@ -0,0 +1,23 @@ +/* Generated by RuntimeBrowser + Image: /System/Library/PrivateFrameworks/TVMLKit.framework/TVMLKit + */ + +@interface _TVAppIconImageLoader : NSObject { + NSOperationQueue * _imageLoaderQueue; +} + +@property (readonly, copy) NSString *debugDescription; +@property (readonly, copy) NSString *description; +@property (readonly) unsigned int hash; +@property (readonly) Class superclass; + ++ (id)sharedInstance; + +- (void).cxx_destruct; +- (id)_createApplicationIconForIdentifier:(id)arg1; +- (void)cancelLoad:(id)arg1; +- (id)imageKeyForObject:(id)arg1; +- (id)init; +- (id)loadImageForObject:(id)arg1 scaleToSize:(struct CGSize { float x1; float x2; })arg2 cropToFit:(BOOL)arg3 completionHandler:(id /* block */)arg4; + +@end diff --git a/PrivateFrameworks/TVMLKit.framework/_TVAppLoadingView.h b/PrivateFrameworks/TVMLKit.framework/_TVAppLoadingView.h new file mode 100644 index 0000000000..f67047b3e7 --- /dev/null +++ b/PrivateFrameworks/TVMLKit.framework/_TVAppLoadingView.h @@ -0,0 +1,33 @@ +/* Generated by RuntimeBrowser + Image: /System/Library/PrivateFrameworks/TVMLKit.framework/TVMLKit + */ + +@interface _TVAppLoadingView : UIView { + double _delay; + BOOL _hiding; + UIImageView * _maskView; + UIWindow * _overlayWindow; + UIActivityIndicatorView * _spinner; + double _timeout; + UIVisualEffectView * _visualEffectView; + UIView * _wallpaperView; +} + +@property (nonatomic, retain) UIActivityIndicatorView *spinner; + ++ (id)loadingScreen; + +- (void).cxx_destruct; +- (void)didRotate:(id)arg1; +- (void)hide; +- (double)hideAnimationDuration; +- (id)initWithFrame:(struct CGRect { struct CGPoint { float x_1_1_1; float x_1_1_2; } x1; struct CGSize { float x_2_1_1; float x_2_1_2; } x2; })arg1 templateImage:(id)arg2; +- (BOOL)isVisible; +- (void)setLoadingDelay:(double)arg1; +- (void)setSpinner:(id)arg1; +- (void)setTimeout:(double)arg1; +- (void)showOverKeyWindow; +- (id)spinner; +- (void)timeout; + +@end diff --git a/PrivateFrameworks/TVMLKit.framework/_TVAppNavigationController.h b/PrivateFrameworks/TVMLKit.framework/_TVAppNavigationController.h new file mode 100644 index 0000000000..29376dff5d --- /dev/null +++ b/PrivateFrameworks/TVMLKit.framework/_TVAppNavigationController.h @@ -0,0 +1,69 @@ +/* Generated by RuntimeBrowser + Image: /System/Library/PrivateFrameworks/TVMLKit.framework/TVMLKit + */ + +@interface _TVAppNavigationController : UINavigationController { + struct { + unsigned int shouldOverrideModalBehaviorForPlaybackDocument : 1; + unsigned int shouldIgnoreDismissal : 1; + unsigned int shouldDismissShroud : 1; + unsigned int willLoadAppDocumentWithController : 1; + } _ancDelegateFlags; + <_TVAppNavigationControllerDelegate> * _appNavigationControllerDelegate; + UITapGestureRecognizer * _menuRecognizer; + * _modalPresenterObserverToken; + UIViewController * _presentedModalViewController; +} + +@property (nonatomic) <_TVAppNavigationControllerDelegate> *appNavigationControllerDelegate; +@property (readonly, copy) NSString *debugDescription; +@property (readonly, copy) NSString *description; +@property (readonly) unsigned int hash; +@property (nonatomic, retain) UITapGestureRecognizer *menuRecognizer; +@property (nonatomic, retain) *modalPresenterObserverToken; +@property (nonatomic, retain) UIViewController *presentedModalViewController; +@property (readonly) Class superclass; + +- (void).cxx_destruct; +- (void)_doWillLoadAppDocumentWithController:(id)arg1; +- (void)_handleMenuAction:(id)arg1; +- (BOOL)_shouldIgnoreModalDismissal:(id)arg1; +- (BOOL)_shouldOverrideModalBehaviorForPlaybackDocument:(id)arg1 andExistingPlaybackDocument:(id)arg2; +- (id)activeDocument; +- (id)appNavigationControllerDelegate; +- (void)clear; +- (void)dealloc; +- (void)dismissAllModals:(id /* block */)arg1; +- (void)dismissModal; +- (void)dismissModal:(BOOL)arg1; +- (void)dismissed; +- (id)documents; +- (BOOL)gestureRecognizerShouldBegin:(id)arg1; +- (id)initWithNibName:(id)arg1 bundle:(id)arg2; +- (void)insertDocument:(id)arg1 beforeDocument:(id)arg2 options:(id)arg3; +- (void)loadView; +- (id)menuRecognizer; +- (id)modalPresenterObserverToken; +- (id)navigationController:(id)arg1 animationControllerForOperation:(int)arg2 fromViewController:(id)arg3 toViewController:(id)arg4; +- (void)navigationController:(id)arg1 didShowViewController:(id)arg2 animated:(BOOL)arg3; +- (void)navigationController:(id)arg1 willShowViewController:(id)arg2 animated:(BOOL)arg3; +- (void)popDocument; +- (void)popToDocument:(id)arg1; +- (void)popToRootDocument; +- (id)popToRootDocument:(BOOL)arg1; +- (id)popToRootViewControllerAnimated:(BOOL)arg1; +- (void)presentConfirmation:(id)arg1 options:(id)arg2; +- (void)presentModal:(id)arg1 options:(id)arg2; +- (id)presentedModalViewController; +- (void)pushDocument:(id)arg1 options:(id)arg2; +- (void)removeDocument:(id)arg1; +- (void)replaceDocument:(id)arg1 withDocument:(id)arg2 options:(id)arg3; +- (void)setAppNavigationControllerDelegate:(id)arg1; +- (void)setDelegate:(id)arg1; +- (void)setMenuRecognizer:(id)arg1; +- (void)setModalPresenterObserverToken:(id)arg1; +- (void)setPresentedModalViewController:(id)arg1; +- (void)setTitle:(id)arg1; +- (void)viewWillAppear:(BOOL)arg1; + +@end diff --git a/PrivateFrameworks/TVMLKit.framework/_TVAppNavigationControllerStatusBlur.h b/PrivateFrameworks/TVMLKit.framework/_TVAppNavigationControllerStatusBlur.h new file mode 100644 index 0000000000..2600adad7c --- /dev/null +++ b/PrivateFrameworks/TVMLKit.framework/_TVAppNavigationControllerStatusBlur.h @@ -0,0 +1,22 @@ +/* Generated by RuntimeBrowser + Image: /System/Library/PrivateFrameworks/TVMLKit.framework/TVMLKit + */ + +@interface _TVAppNavigationControllerStatusBlur : UIView { + UIView * _dimmingView; + UIVisualEffectView * _visualEffectView; +} + +@property (nonatomic, retain) UIColor *backgroundTintColor; +@property (nonatomic, retain) UIVisualEffect *visualEffect; + +- (void).cxx_destruct; +- (void)_commonInit; +- (id)backgroundTintColor; +- (id)initWithCoder:(id)arg1; +- (id)initWithFrame:(struct CGRect { struct CGPoint { float x_1_1_1; float x_1_1_2; } x1; struct CGSize { float x_2_1_1; float x_2_1_2; } x2; })arg1; +- (void)setBackgroundTintColor:(id)arg1; +- (void)setVisualEffect:(id)arg1; +- (id)visualEffect; + +@end diff --git a/PrivateFrameworks/TVMLKit.framework/_TVAppNavigationController_iOS.h b/PrivateFrameworks/TVMLKit.framework/_TVAppNavigationController_iOS.h new file mode 100644 index 0000000000..45e212d7db --- /dev/null +++ b/PrivateFrameworks/TVMLKit.framework/_TVAppNavigationController_iOS.h @@ -0,0 +1,22 @@ +/* Generated by RuntimeBrowser + Image: /System/Library/PrivateFrameworks/TVMLKit.framework/TVMLKit + */ + +@interface _TVAppNavigationController_iOS : _TVAppNavigationController + +- (id)_accessibilityButtonBackgroundDefaultTintColor; +- (void)_configureNavigationBar:(id)arg1 withTintColor:(id)arg2 tintAdjustmentMode:(int)arg3 titleTextTintColor:(id)arg4 shouldTintTitleText:(BOOL)arg5 accessibilityButtonBackgroundTintColor:(id)arg6; +- (void)_configureNavigationBarForViewController:(id)arg1 shouldIgnoreTransitionCoordinator:(BOOL)arg2; +- (void)_scheduleConfigurationOfNavigationBar; +- (void)_setNavigationPalette:(id)arg1 hidesPaletteShadow:(BOOL)arg2; +- (void)_viewControllerNeedsNavigationBarAppearanceUpdate:(id)arg1; +- (void)attachPalette:(id)arg1 isPinned:(BOOL)arg2; +- (void)didShowViewController:(id)arg1 animated:(BOOL)arg2; +- (id)popToRootViewControllerAnimated:(BOOL)arg1; +- (id)popToViewController:(id)arg1 animated:(BOOL)arg2; +- (id)popViewControllerAnimated:(BOOL)arg1; +- (int)preferredStatusBarStyle; +- (void)pushViewController:(id)arg1 animated:(BOOL)arg2; +- (void)setViewControllers:(id)arg1 animated:(BOOL)arg2; + +@end diff --git a/PrivateFrameworks/TVMLKit.framework/_TVAssetGroup.h b/PrivateFrameworks/TVMLKit.framework/_TVAssetGroup.h new file mode 100644 index 0000000000..5585d284dd --- /dev/null +++ b/PrivateFrameworks/TVMLKit.framework/_TVAssetGroup.h @@ -0,0 +1,45 @@ +/* Generated by RuntimeBrowser + Image: /System/Library/PrivateFrameworks/TVMLKit.framework/TVMLKit + */ + +@interface _TVAssetGroup : NSObject { + NSString * _cachePath; + NSMutableDictionary * _cacheRecords; + unsigned int _currentCacheSize; + int _groupType; + unsigned int _maxCacheSize; + unsigned int _pruneCount; +} + +@property (nonatomic, retain) NSString *cachePath; +@property (nonatomic, retain) NSMutableDictionary *cacheRecords; +@property (nonatomic) unsigned int currentCacheSize; +@property (nonatomic) int groupType; +@property (nonatomic) unsigned int maxCacheSize; +@property (nonatomic) unsigned int pruneCount; + +- (void).cxx_destruct; +- (id)_humanReadableStringForGroupType:(int)arg1; +- (void)_removeAssetInfoForKey:(id)arg1; +- (id)assetInfoForKey:(id)arg1 queue:(id)arg2; +- (id)cachePath; +- (id)cacheRecords; +- (unsigned int)currentCacheSize; +- (id)description; +- (int)groupType; +- (id)infoForAllAssetsWithQueue:(id)arg1; +- (id)initWithGroupType:(int)arg1 baseCachePath:(id)arg2 folderName:(id)arg3 maxCacheSize:(unsigned int)arg4 purgeOnLoad:(BOOL)arg5; +- (unsigned int)maxCacheSize; +- (unsigned int)pruneCount; +- (void)removeAllAssetsWithQueue:(id)arg1; +- (void)removeAssetInfoForKey:(id)arg1 queue:(id)arg2; +- (void)setAssetInfo:(id)arg1 forKey:(id)arg2 queue:(id)arg3; +- (void)setCachePath:(id)arg1; +- (void)setCacheRecords:(id)arg1; +- (void)setCurrentCacheSize:(unsigned int)arg1; +- (void)setGroupType:(int)arg1; +- (void)setMaxCacheSize:(unsigned int)arg1; +- (void)setPruneCount:(unsigned int)arg1; +- (void)updateAssetsFromFiles; + +@end diff --git a/PrivateFrameworks/TVMLKit.framework/_TVBgImageLoadingViewController.h b/PrivateFrameworks/TVMLKit.framework/_TVBgImageLoadingViewController.h new file mode 100644 index 0000000000..729ad3b678 --- /dev/null +++ b/PrivateFrameworks/TVMLKit.framework/_TVBgImageLoadingViewController.h @@ -0,0 +1,44 @@ +/* Generated by RuntimeBrowser + Image: /System/Library/PrivateFrameworks/TVMLKit.framework/TVMLKit + */ + +@interface _TVBgImageLoadingViewController : UIViewController { + BOOL _appliedNavigationItem; + TVImageProxy * _bgImageProxy; + BOOL _navigationBarHidden; + UIColor * _navigationItemColor; + IKViewElement * _navigationItemElement; + BOOL _prefersDarkTheme; + BOOL _statusBarBlurHidden; +} + +@property (nonatomic) BOOL appliedNavigationItem; +@property (readonly, copy) NSString *debugDescription; +@property (readonly, copy) NSString *description; +@property (readonly) unsigned int hash; +@property (nonatomic, retain) IKViewElement *navigationItemElement; +@property (readonly) Class superclass; + +- (void).cxx_destruct; +- (int)_backdropStyle; +- (id)_backgroundImageProxy; +- (struct CGSize { float x1; float x2; })_backgroundImageProxySize; +- (void)_configureWithBgImage:(id)arg1 backdropImage:(id)arg2; +- (void)_reparentNavigationItem:(id)arg1; +- (void)_updateNavigationItem; +- (BOOL)appliedNavigationItem; +- (void)dealloc; +- (void)didMoveToParentViewController:(id)arg1; +- (void)loadFromViewController:(id)arg1 completion:(id /* block */)arg2; +- (id)navigationBarTintColor; +- (id)navigationItemElement; +- (int)preferredStatusBarStyle; +- (BOOL)prefersNavigationBarBackgroundViewHidden; +- (BOOL)prefersStatusBarBlurHidden; +- (BOOL)prefersStatusBarDarkTheme; +- (void)setAppliedNavigationItem:(BOOL)arg1; +- (void)setNavigationItemElement:(id)arg1; +- (void)updateWithViewElement:(id)arg1; +- (void)willMoveToParentViewController:(id)arg1; + +@end diff --git a/PrivateFrameworks/TVMLKit.framework/_TVButton.h b/PrivateFrameworks/TVMLKit.framework/_TVButton.h new file mode 100644 index 0000000000..a90164485f --- /dev/null +++ b/PrivateFrameworks/TVMLKit.framework/_TVButton.h @@ -0,0 +1,73 @@ +/* Generated by RuntimeBrowser + Image: /System/Library/PrivateFrameworks/TVMLKit.framework/TVMLKit + */ + +@interface _TVButton : UIControl { + UIColor * __backgroundColor; + _TVImageView * _accessoryView; + int _backdropStyle; + BOOL _blurEnabled; + float _cornerRadius; + NSString * _groupName; + UIColor * _highlightColor; + BOOL _imageTrailsTextContent; + _TVImageView * _imageView; + UILabel * _textContentView; + IKViewElement * _viewElement; +} + +@property (nonatomic, retain) _TVImageView *accessoryView; +@property (nonatomic, readonly) int backdropStyle; +@property (nonatomic, readonly) BOOL blurEnabled; +@property (nonatomic) float cornerRadius; +@property (getter=isDisabled, nonatomic) BOOL disabled; +@property (nonatomic, retain) NSString *groupName; +@property (nonatomic, copy) UIColor *highlightColor; +@property (nonatomic) BOOL imageTrailsTextContent; +@property (nonatomic, retain) _TVImageView *imageView; +@property (nonatomic, retain) UILabel *textContentView; +@property (nonatomic, retain) IKViewElement *viewElement; + +- (void).cxx_destruct; +- (float)_imageMarginFromText; +- (void)_playButtonAction:(id)arg1; +- (void)_selectButtonAction:(id)arg1; +- (void)_setFocused:(BOOL)arg1 animationCoordinator:(id)arg2; +- (void)_updateBackgroundColorForState:(unsigned int)arg1; +- (id)accessoryView; +- (int)backdropStyle; +- (id)backgroundColor; +- (BOOL)blurEnabled; +- (BOOL)canBecomeFocused; +- (float)cornerRadius; +- (void)didUpdateFocusInContext:(id)arg1 withAnimationCoordinator:(id)arg2; +- (id)groupName; +- (id)highlightColor; +- (BOOL)imageTrailsTextContent; +- (id)imageView; +- (id)initWithFrame:(struct CGRect { struct CGPoint { float x_1_1_1; float x_1_1_2; } x1; struct CGSize { float x_2_1_1; float x_2_1_2; } x2; })arg1 blurEffectStyle:(int)arg2 blurEnabled:(BOOL)arg3; +- (BOOL)isDisabled; +- (void)layoutSubviews; +- (void)setAccessoryView:(id)arg1; +- (void)setBackgroundColor:(id)arg1; +- (void)setContentMotionRotation:(struct CGPoint { float x1; float x2; })arg1 translation:(struct CGPoint { float x1; float x2; })arg2; +- (void)setCornerRadius:(float)arg1; +- (void)setDisabled:(BOOL)arg1; +- (void)setEnabled:(BOOL)arg1; +- (void)setGroupName:(id)arg1; +- (void)setHighlightColor:(id)arg1; +- (void)setHighlighted:(BOOL)arg1; +- (void)setImageTrailsTextContent:(BOOL)arg1; +- (void)setImageView:(id)arg1; +- (void)setSelected:(BOOL)arg1; +- (void)setSelected:(BOOL)arg1 animated:(BOOL)arg2; +- (void)setSelected:(BOOL)arg1 animated:(BOOL)arg2 withAnimationCoordinator:(id)arg3; +- (void)setTextContentView:(id)arg1; +- (void)setViewElement:(id)arg1; +- (struct CGSize { float x1; float x2; })sizeThatFits:(struct CGSize { float x1; float x2; })arg1; +- (id)textContentView; +- (void)traitCollectionDidChange:(id)arg1; +- (void)updatePreferredFocusedViewStateForFocus:(BOOL)arg1; +- (id)viewElement; + +@end diff --git a/PrivateFrameworks/TVMLKit.framework/_TVButtonLockup.h b/PrivateFrameworks/TVMLKit.framework/_TVButtonLockup.h new file mode 100644 index 0000000000..a6b9ca6c66 --- /dev/null +++ b/PrivateFrameworks/TVMLKit.framework/_TVButtonLockup.h @@ -0,0 +1,58 @@ +/* Generated by RuntimeBrowser + Image: /System/Library/PrivateFrameworks/TVMLKit.framework/TVMLKit + */ + +@interface _TVButtonLockup : UIView { + int _backdropStyle; + _TVVisualEffectView * _backdropView; + BOOL _disabled; + _UIFloatingContentView * _floatingView; + CALayer * _imageMask; + _TVImageView * _imageView; + UIView * _overlayView; + UILabel * _textMask; + UILabel * _textView; + UILabel * _titleView; + IKViewElement * _viewElement; +} + +@property (nonatomic, readonly) int backdropStyle; +@property (getter=isDisabled, nonatomic) BOOL disabled; +@property (nonatomic, retain) _TVImageView *imageView; +@property (nonatomic, retain) UILabel *titleView; +@property (nonatomic, retain) IKViewElement *viewElement; + +- (void).cxx_destruct; +- (int)_focusedSound; +- (void)_imageDidLoad:(id)arg1; +- (void)_playButtonAction:(id)arg1; +- (void)_selectButtonAction:(id)arg1; +- (void)_updateForFocusStateChange; +- (void)_updateImageMask; +- (void)_updateShadowForLabel:(id)arg1 inFocus:(BOOL)arg2; +- (int)backdropStyle; +- (BOOL)canBecomeFocused; +- (void)dealloc; +- (void)didUpdateFocusInContext:(id)arg1 withAnimationCoordinator:(id)arg2; +- (id)imageView; +- (id)initWithFrame:(struct CGRect { struct CGPoint { float x_1_1_1; float x_1_1_2; } x1; struct CGSize { float x_2_1_1; float x_2_1_2; } x2; })arg1 blurEffectStyle:(int)arg2 groupName:(id)arg3; +- (BOOL)isDisabled; +- (void)layoutSubviews; +- (void)pressesBegan:(id)arg1 withEvent:(id)arg2; +- (void)pressesCancelled:(id)arg1 withEvent:(id)arg2; +- (void)pressesEnded:(id)arg1 withEvent:(id)arg2; +- (void)setDisabled:(BOOL)arg1; +- (void)setImageView:(id)arg1; +- (void)setText:(id)arg1 minimumScale:(float)arg2 maxNumberOfLines:(unsigned int)arg3; +- (void)setTitleView:(id)arg1; +- (void)setViewElement:(id)arg1; +- (struct CGSize { float x1; float x2; })sizeThatFits:(struct CGSize { float x1; float x2; })arg1; +- (id)titleView; +- (void)touchesBegan:(id)arg1 withEvent:(id)arg2; +- (void)touchesCancelled:(id)arg1 withEvent:(id)arg2; +- (void)touchesEnded:(id)arg1 withEvent:(id)arg2; +- (void)touchesMoved:(id)arg1 withEvent:(id)arg2; +- (void)traitCollectionDidChange:(id)arg1; +- (id)viewElement; + +@end diff --git a/PrivateFrameworks/TVMLKit.framework/_TVCardFloatingContentView.h b/PrivateFrameworks/TVMLKit.framework/_TVCardFloatingContentView.h new file mode 100644 index 0000000000..9376a89f0a --- /dev/null +++ b/PrivateFrameworks/TVMLKit.framework/_TVCardFloatingContentView.h @@ -0,0 +1,49 @@ +/* Generated by RuntimeBrowser + Image: /System/Library/PrivateFrameworks/TVMLKit.framework/TVMLKit + */ + +@interface _TVCardFloatingContentView : _UIFloatingContentView { + UIImageView * _bgImageView; + float _focusedShadowAlpha; + UIImage * _focusedShadowImage; + UIView * _focusedShadowView; + BOOL _isSelected; + id /* block */ _pressCompletionBlock; + float _unfocusedAlpha; + float _unfocusedShadowAlpha; + UIImage * _unfocusedShadowImage; + UIView * _unfocusedShadowView; +} + +@property (readonly, copy) NSString *debugDescription; +@property (readonly, copy) NSString *description; +@property (nonatomic) float focusedShadowAlpha; +@property (nonatomic, retain) UIImage *focusedShadowImage; +@property (readonly) unsigned int hash; +@property (nonatomic, copy) id /* block */ pressCompletionBlock; +@property (readonly) Class superclass; +@property (nonatomic) float unfocusedShadowAlpha; +@property (nonatomic, retain) UIImage *unfocusedShadowImage; + +- (void).cxx_destruct; +- (void)_setBgImageWithColor:(id)arg1 cornerRadius:(float)arg2; +- (void)floatingContentView:(id)arg1 didFinishTransitioningToState:(unsigned int)arg2; +- (void)floatingContentView:(id)arg1 isTransitioningFromState:(unsigned int)arg2 toState:(unsigned int)arg3; +- (float)focusedShadowAlpha; +- (id)focusedShadowImage; +- (id)initWithFrame:(struct CGRect { struct CGPoint { float x_1_1_1; float x_1_1_2; } x1; struct CGSize { float x_2_1_1; float x_2_1_2; } x2; })arg1; +- (void)prepareForReuse; +- (id /* block */)pressCompletionBlock; +- (struct UIEdgeInsets { float x1; float x2; float x3; float x4; })selectionMarginsForSize:(struct CGSize { float x1; float x2; })arg1; +- (void)setBgColor:(id)arg1 highlightBgColor:(id)arg2 cornerRadius:(float)arg3; +- (void)setFocusedShadowAlpha:(float)arg1; +- (void)setFocusedShadowImage:(id)arg1; +- (void)setPressCompletionBlock:(id /* block */)arg1; +- (void)setPressed:(BOOL)arg1 animated:(BOOL)arg2 completion:(id /* block */)arg3; +- (void)setSelected:(BOOL)arg1 animated:(BOOL)arg2 withAnimationCoordinator:(id)arg3; +- (void)setUnfocusedShadowAlpha:(float)arg1; +- (void)setUnfocusedShadowImage:(id)arg1; +- (float)unfocusedShadowAlpha; +- (id)unfocusedShadowImage; + +@end diff --git a/PrivateFrameworks/TVMLKit.framework/_TVCarouselCollectionView.h b/PrivateFrameworks/TVMLKit.framework/_TVCarouselCollectionView.h new file mode 100644 index 0000000000..5267a7a33c --- /dev/null +++ b/PrivateFrameworks/TVMLKit.framework/_TVCarouselCollectionView.h @@ -0,0 +1,9 @@ +/* Generated by RuntimeBrowser + Image: /System/Library/PrivateFrameworks/TVMLKit.framework/TVMLKit + */ + +@interface _TVCarouselCollectionView : UICollectionView + +- (BOOL)_canScrollX; + +@end diff --git a/PrivateFrameworks/TVMLKit.framework/_TVCarouselCollectionViewLayout.h b/PrivateFrameworks/TVMLKit.framework/_TVCarouselCollectionViewLayout.h new file mode 100644 index 0000000000..c7bf947f1e --- /dev/null +++ b/PrivateFrameworks/TVMLKit.framework/_TVCarouselCollectionViewLayout.h @@ -0,0 +1,14 @@ +/* Generated by RuntimeBrowser + Image: /System/Library/PrivateFrameworks/TVMLKit.framework/TVMLKit + */ + +@interface _TVCarouselCollectionViewLayout : UICollectionViewFlowLayout + +- (void)_adjustLayoutAttributes:(id)arg1 forVirtualItemIndex:(int)arg2; +- (void)_enumerateVisibleIndexPaths:(id /* block */)arg1; +- (struct CGSize { float x1; float x2; })collectionViewContentSize; +- (id)layoutAttributesForElementsInRect:(struct CGRect { struct CGPoint { float x_1_1_1; float x_1_1_2; } x1; struct CGSize { float x_2_1_1; float x_2_1_2; } x2; })arg1; +- (id)layoutAttributesForItemAtIndexPath:(id)arg1; +- (BOOL)shouldInvalidateLayoutForBoundsChange:(struct CGRect { struct CGPoint { float x_1_1_1; float x_1_1_2; } x1; struct CGSize { float x_2_1_1; float x_2_1_2; } x2; })arg1; + +@end diff --git a/PrivateFrameworks/TVMLKit.framework/_TVCollectionChange.h b/PrivateFrameworks/TVMLKit.framework/_TVCollectionChange.h new file mode 100644 index 0000000000..98a05eeadc --- /dev/null +++ b/PrivateFrameworks/TVMLKit.framework/_TVCollectionChange.h @@ -0,0 +1,23 @@ +/* Generated by RuntimeBrowser + Image: /System/Library/PrivateFrameworks/TVMLKit.framework/TVMLKit + */ + +@interface _TVCollectionChange : NSObject { + unsigned int _changeKind; + NSIndexSet * _destinationIndexes; + NSIndexSet * _sourceIndexes; +} + +@property (nonatomic, readonly) unsigned int changeKind; +@property (nonatomic, readonly, copy) NSIndexSet *destinationIndexes; +@property (nonatomic, readonly, copy) NSIndexSet *sourceIndexes; + +- (void).cxx_destruct; +- (unsigned int)changeKind; +- (id)description; +- (id)destinationIndexes; +- (id)init; +- (id)initWithChangeKind:(unsigned int)arg1 sourceIndexes:(id)arg2 destinationIndexes:(id)arg3; +- (id)sourceIndexes; + +@end diff --git a/PrivateFrameworks/TVMLKit.framework/_TVCollectionComparator.h b/PrivateFrameworks/TVMLKit.framework/_TVCollectionComparator.h new file mode 100644 index 0000000000..dd07b06084 --- /dev/null +++ b/PrivateFrameworks/TVMLKit.framework/_TVCollectionComparator.h @@ -0,0 +1,11 @@ +/* Generated by RuntimeBrowser + Image: /System/Library/PrivateFrameworks/TVMLKit.framework/TVMLKit + */ + +@interface _TVCollectionComparator : NSObject + +- (id)_changeForInsertingObjectsIntoCollection:(id)arg1 availableInCollection:(id)arg2; +- (id)_changeForRemovingObjectsFromCollection:(id)arg1 missingFromCollection:(id)arg2; +- (id)changesFromObjects:(id)arg1 toObjects:(id)arg2 withIdentifierBlock:(id /* block */)arg3; + +@end diff --git a/PrivateFrameworks/TVMLKit.framework/_TVCollectionView.h b/PrivateFrameworks/TVMLKit.framework/_TVCollectionView.h new file mode 100644 index 0000000000..30bf291c85 --- /dev/null +++ b/PrivateFrameworks/TVMLKit.framework/_TVCollectionView.h @@ -0,0 +1,42 @@ +/* Generated by RuntimeBrowser + Image: /System/Library/PrivateFrameworks/TVMLKit.framework/TVMLKit + */ + +@interface _TVCollectionView : UICollectionView { + float _bottomPadding; + struct { + unsigned int _respondsToDidPlayItem : 1; + unsigned int _respondsToDidLongPressItem : 1; + unsigned int _respondsToCanBecomeFocused : 1; + } _delegateFlags; + NSIndexPath * _indexPathForLastFocusedItem; + UILongPressGestureRecognizer * _longPressRecognizer; + UITapGestureRecognizer * _playButtonRecognizer; +} + +@property (readonly, copy) NSString *debugDescription; +@property (nonatomic) <_TVCollectionViewDelegate> *delegate; +@property (readonly, copy) NSString *description; +@property (readonly) unsigned int hash; +@property (nonatomic, readonly, copy) NSIndexPath *indexPathForLastFocusedItem; +@property (readonly) Class superclass; + +- (void).cxx_destruct; +- (void)_longPressAction:(id)arg1; +- (void)_notifyDidScroll; +- (void)_performBlockWithFocusedCellIndexPath:(id /* block */)arg1; +- (void)_performBlockWithLongPressedCellIndexPath:(id /* block */)arg1; +- (void)_playButtonAction:(id)arg1; +- (struct CGRect { struct CGPoint { float x_1_1_1; float x_1_1_2; } x1; struct CGSize { float x_2_1_1; float x_2_1_2; } x2; })_visibleBounds; +- (BOOL)canBecomeFocused; +- (void)didUpdateFocusInContext:(id)arg1 withAnimationCoordinator:(id)arg2; +- (BOOL)gestureRecognizer:(id)arg1 shouldRecognizeSimultaneouslyWithGestureRecognizer:(id)arg2; +- (BOOL)gestureRecognizer:(id)arg1 shouldRequireFailureOfGestureRecognizer:(id)arg2; +- (BOOL)gestureRecognizerShouldBegin:(id)arg1; +- (id)indexPathForLastFocusedItem; +- (id)initWithFrame:(struct CGRect { struct CGPoint { float x_1_1_1; float x_1_1_2; } x1; struct CGSize { float x_2_1_1; float x_2_1_2; } x2; })arg1 collectionViewLayout:(id)arg2; +- (void)reloadData; +- (void)setBottomPaddingForVisibleBounds:(float)arg1; +- (void)setDelegate:(id)arg1; + +@end diff --git a/PrivateFrameworks/TVMLKit.framework/_TVCollectionViewCell.h b/PrivateFrameworks/TVMLKit.framework/_TVCollectionViewCell.h new file mode 100644 index 0000000000..b798eef342 --- /dev/null +++ b/PrivateFrameworks/TVMLKit.framework/_TVCollectionViewCell.h @@ -0,0 +1,38 @@ +/* Generated by RuntimeBrowser + Image: /System/Library/PrivateFrameworks/TVMLKit.framework/TVMLKit + */ + +@interface _TVCollectionViewCell : UICollectionViewCell { + BOOL _allowsFocus; + BOOL _pressIsAnimating; + UIView * _selectingView; + BOOL _unpressOnEndAnimating; +} + +@property (nonatomic) BOOL allowsFocus; +@property (readonly, copy) NSString *debugDescription; +@property (readonly, copy) NSString *description; +@property (readonly) unsigned int hash; +@property (nonatomic) UIView *selectingView; +@property (readonly) Class superclass; + +- (void).cxx_destruct; +- (void)_clearPressState; +- (id)_preferredConfigurationForFocusAnimation:(int)arg1 inContext:(id)arg2; +- (id)_selectingView; +- (void)_showPressState; +- (BOOL)allowsFocus; +- (BOOL)canBecomeFocused; +- (void)didUpdateFocusInContext:(id)arg1 withAnimationCoordinator:(id)arg2; +- (id)initWithFrame:(struct CGRect { struct CGPoint { float x_1_1_1; float x_1_1_2; } x1; struct CGSize { float x_2_1_1; float x_2_1_2; } x2; })arg1; +- (void)layoutSubviews; +- (void)prepareForReuse; +- (void)pressesBegan:(id)arg1 withEvent:(id)arg2; +- (void)pressesCancelled:(id)arg1 withEvent:(id)arg2; +- (void)pressesEnded:(id)arg1 withEvent:(id)arg2; +- (id)selectingView; +- (struct UIEdgeInsets { float x1; float x2; float x3; float x4; })selectionMarginsForSize:(struct CGSize { float x1; float x2; })arg1; +- (void)setAllowsFocus:(BOOL)arg1; +- (void)setSelectingView:(id)arg1; + +@end diff --git a/PrivateFrameworks/TVMLKit.framework/_TVCollectionViewFlowLayout.h b/PrivateFrameworks/TVMLKit.framework/_TVCollectionViewFlowLayout.h new file mode 100644 index 0000000000..55e7b39411 --- /dev/null +++ b/PrivateFrameworks/TVMLKit.framework/_TVCollectionViewFlowLayout.h @@ -0,0 +1,15 @@ +/* Generated by RuntimeBrowser + Image: /System/Library/PrivateFrameworks/TVMLKit.framework/TVMLKit + */ + +@interface _TVCollectionViewFlowLayout : UICollectionViewFlowLayout { + BOOL _heterogeneous; +} + +@property (getter=isHeterogeneous, nonatomic) BOOL heterogeneous; + +- (float)contentHeightThatFitsItemCount:(int)arg1 expectedWidth:(float)arg2; +- (BOOL)isHeterogeneous; +- (void)setHeterogeneous:(BOOL)arg1; + +@end diff --git a/PrivateFrameworks/TVMLKit.framework/_TVCollectionViewLockupCell.h b/PrivateFrameworks/TVMLKit.framework/_TVCollectionViewLockupCell.h new file mode 100644 index 0000000000..d9d39346a4 --- /dev/null +++ b/PrivateFrameworks/TVMLKit.framework/_TVCollectionViewLockupCell.h @@ -0,0 +1,46 @@ +/* Generated by RuntimeBrowser + Image: /System/Library/PrivateFrameworks/TVMLKit.framework/TVMLKit + */ + +@interface _TVCollectionViewLockupCell : UICollectionViewCell { + UIView * __selectingView; + BOOL _allowsFocus; + UIMotionEffectGroup * _motionEffectGroup; + BOOL _pressIsAnimating; + BOOL _unpressOnEndAnimating; +} + +@property (nonatomic) BOOL allowsFocus; +@property (readonly, copy) NSString *debugDescription; +@property (readonly, copy) NSString *description; +@property (readonly) unsigned int hash; +@property (readonly) Class superclass; + +- (void).cxx_destruct; +- (BOOL)_applyKeyPathsAndRelativeValues:(id)arg1 forMotionEffect:(id)arg2; +- (void)_attachMotionEffects; +- (void)_clearPressState; +- (BOOL)_descendantsShouldHighlight; +- (void)_detachMotionEffects; +- (void)_handleSelect; +- (id)_preferredConfigurationForFocusAnimation:(int)arg1 inContext:(id)arg2; +- (id)_selectingView; +- (void)_setFocusDirection:(struct CGPoint { float x1; float x2; })arg1; +- (void)_setFocused:(BOOL)arg1 animated:(BOOL)arg2 context:(id)arg3 coordinator:(id)arg4; +- (void)_showPressState; +- (BOOL)_unapplyMotionEffect:(id)arg1; +- (BOOL)allowsFocus; +- (BOOL)canBecomeFocused; +- (id)initWithFrame:(struct CGRect { struct CGPoint { float x_1_1_1; float x_1_1_2; } x1; struct CGSize { float x_2_1_1; float x_2_1_2; } x2; })arg1; +- (void)prepareForReuse; +- (void)pressesBegan:(id)arg1 withEvent:(id)arg2; +- (void)pressesCancelled:(id)arg1 withEvent:(id)arg2; +- (void)pressesEnded:(id)arg1 withEvent:(id)arg2; +- (struct UIEdgeInsets { float x1; float x2; float x3; float x4; })selectionMarginsForSize:(struct CGSize { float x1; float x2; })arg1; +- (void)setAllowsFocus:(BOOL)arg1; +- (void)setSelected:(BOOL)arg1 animated:(BOOL)arg2; +- (void)setSelected:(BOOL)arg1 animated:(BOOL)arg2 withAnimationCoordinator:(id)arg3; +- (void)touchesCancelled:(id)arg1 withEvent:(id)arg2; +- (void)willUpdateFocusInContext:(id)arg1 withAnimationCoordinator:(id)arg2; + +@end diff --git a/PrivateFrameworks/TVMLKit.framework/_TVCollectionWrappingView.h b/PrivateFrameworks/TVMLKit.framework/_TVCollectionWrappingView.h new file mode 100644 index 0000000000..6107a84ac1 --- /dev/null +++ b/PrivateFrameworks/TVMLKit.framework/_TVCollectionWrappingView.h @@ -0,0 +1,70 @@ +/* Generated by RuntimeBrowser + Image: /System/Library/PrivateFrameworks/TVMLKit.framework/TVMLKit + */ + +@interface _TVCollectionWrappingView : UIView { + float _collectionCenteredPadding; + _TVCollectionView * _collectionView; + struct { + BOOL respondsToAugmentedSelectionFrameForFrame; + } _collectionViewFlags; + BOOL _headerCanBecomeFocused; + BOOL _headerFocused; + struct CGRect { + struct CGPoint { + float x; + float y; + } origin; + struct CGSize { + float width; + float height; + } size; + } _headerFrame; + BOOL _headerHidden; + float _headerSelectionMargin; + UIView * _headerView; + UIView * _selectingView; +} + +@property (nonatomic) float collectionCenteredPadding; +@property (nonatomic, retain) _TVCollectionView *collectionView; +@property (readonly, copy) NSString *debugDescription; +@property (readonly, copy) NSString *description; +@property (readonly) unsigned int hash; +@property (nonatomic) BOOL headerCanBecomeFocused; +@property (getter=isHeaderFocused, nonatomic) BOOL headerFocused; +@property (getter=isHeaderHidden, nonatomic) BOOL headerHidden; +@property (nonatomic) float headerSelectionMargin; +@property (nonatomic, retain) UIView *headerView; +@property (nonatomic, readonly) BOOL shouldBindRowsTogether; +@property (readonly) Class superclass; + +- (void).cxx_destruct; +- (void)_configureHeaderView; +- (id)_currentHeaderView; +- (struct CGRect { struct CGPoint { float x_1_1_1; float x_1_1_2; } x1; struct CGSize { float x_2_1_1; float x_2_1_2; } x2; })_headerFrameForAuxiliarySelection; +- (void)_reevaluateAuxiliarySelection; +- (float)collectionCenteredPadding; +- (id)collectionView; +- (void)didUpdateFocusInContext:(id)arg1 withAnimationCoordinator:(id)arg2; +- (BOOL)headerCanBecomeFocused; +- (float)headerSelectionMargin; +- (id)headerView; +- (id)initWithFrame:(struct CGRect { struct CGPoint { float x_1_1_1; float x_1_1_2; } x1; struct CGSize { float x_2_1_1; float x_2_1_2; } x2; })arg1; +- (BOOL)isHeaderFocused; +- (BOOL)isHeaderHidden; +- (void)layoutSubviews; +- (id)preferredFocusEnvironments; +- (id)rowMetricsForExpectedWidth:(float)arg1 firstItemRowIndex:(int*)arg2; +- (void)setCollectionCenteredPadding:(float)arg1; +- (void)setCollectionView:(id)arg1; +- (void)setHeaderCanBecomeFocused:(BOOL)arg1; +- (void)setHeaderFocused:(BOOL)arg1; +- (void)setHeaderHidden:(BOOL)arg1; +- (void)setHeaderSelectionMargin:(float)arg1; +- (void)setHeaderView:(id)arg1; +- (void)setValue:(id)arg1 forTVViewStyle:(id)arg2; +- (BOOL)shouldBindRowsTogether; +- (struct CGSize { float x1; float x2; })sizeThatFits:(struct CGSize { float x1; float x2; })arg1; + +@end diff --git a/PrivateFrameworks/TVMLKit.framework/_TVCommonSenseFooterView.h b/PrivateFrameworks/TVMLKit.framework/_TVCommonSenseFooterView.h new file mode 100644 index 0000000000..7e0ffc4d5f --- /dev/null +++ b/PrivateFrameworks/TVMLKit.framework/_TVCommonSenseFooterView.h @@ -0,0 +1,19 @@ +/* Generated by RuntimeBrowser + Image: /System/Library/PrivateFrameworks/TVMLKit.framework/TVMLKit + */ + +@interface _TVCommonSenseFooterView : UIView { + UIView * _logoView; + UIView * _separatorView; +} + +@property (nonatomic, retain) UIView *logoView; + +- (void).cxx_destruct; +- (id)initWithFrame:(struct CGRect { struct CGPoint { float x_1_1_1; float x_1_1_2; } x1; struct CGSize { float x_2_1_1; float x_2_1_2; } x2; })arg1; +- (void)layoutSubviews; +- (id)logoView; +- (void)setLogoView:(id)arg1; +- (struct CGSize { float x1; float x2; })sizeThatFits:(struct CGSize { float x1; float x2; })arg1; + +@end diff --git a/PrivateFrameworks/TVMLKit.framework/_TVCommonSenseTemplateController.h b/PrivateFrameworks/TVMLKit.framework/_TVCommonSenseTemplateController.h new file mode 100644 index 0000000000..02fd938137 --- /dev/null +++ b/PrivateFrameworks/TVMLKit.framework/_TVCommonSenseTemplateController.h @@ -0,0 +1,25 @@ +/* Generated by RuntimeBrowser + Image: /System/Library/PrivateFrameworks/TVMLKit.framework/TVMLKit + */ + +@interface _TVCommonSenseTemplateController : UIViewController { + _TVCommonSenseView * _commonSenseView; + IKViewElement * _templateElement; +} + +@property (nonatomic, retain) _TVCommonSenseView *commonSenseView; +@property (nonatomic, retain) IKViewElement *templateElement; + +- (void).cxx_destruct; +- (id)_infoTableFromElement:(id)arg1; +- (void)_loadTemplate; +- (void)_updateFooterWithElement:(id)arg1; +- (void)_updateHeaderWithElement:(id)arg1; +- (id)commonSenseView; +- (void)loadView; +- (void)setCommonSenseView:(id)arg1; +- (void)setTemplateElement:(id)arg1; +- (id)templateElement; +- (void)updateWithCommonSenseTemplate:(id)arg1; + +@end diff --git a/PrivateFrameworks/TVMLKit.framework/_TVCommonSenseView.h b/PrivateFrameworks/TVMLKit.framework/_TVCommonSenseView.h new file mode 100644 index 0000000000..5423cf0d42 --- /dev/null +++ b/PrivateFrameworks/TVMLKit.framework/_TVCommonSenseView.h @@ -0,0 +1,26 @@ +/* Generated by RuntimeBrowser + Image: /System/Library/PrivateFrameworks/TVMLKit.framework/TVMLKit + */ + +@interface _TVCommonSenseView : UIView { + UIView * _containerView; + _TVCommonSenseFooterView * _footerView; + UIView * _headerView; + NSArray * _infoViews; +} + +@property (nonatomic, retain) _TVCommonSenseFooterView *footerView; +@property (nonatomic, retain) UIView *headerView; +@property (nonatomic, retain) NSArray *infoViews; + +- (void).cxx_destruct; +- (id)footerView; +- (id)headerView; +- (id)infoViews; +- (id)initWithFrame:(struct CGRect { struct CGPoint { float x_1_1_1; float x_1_1_2; } x1; struct CGSize { float x_2_1_1; float x_2_1_2; } x2; })arg1; +- (void)layoutSubviews; +- (void)setFooterView:(id)arg1; +- (void)setHeaderView:(id)arg1; +- (void)setInfoViews:(id)arg1; + +@end diff --git a/PrivateFrameworks/TVMLKit.framework/_TVConfirmationAnimatedTransitioning.h b/PrivateFrameworks/TVMLKit.framework/_TVConfirmationAnimatedTransitioning.h new file mode 100644 index 0000000000..d91fb2461e --- /dev/null +++ b/PrivateFrameworks/TVMLKit.framework/_TVConfirmationAnimatedTransitioning.h @@ -0,0 +1,21 @@ +/* Generated by RuntimeBrowser + Image: /System/Library/PrivateFrameworks/TVMLKit.framework/TVMLKit + */ + +@interface _TVConfirmationAnimatedTransitioning : NSObject { + BOOL _presenting; +} + +@property (readonly, copy) NSString *debugDescription; +@property (readonly, copy) NSString *description; +@property (readonly) unsigned int hash; +@property (getter=isPresenting, nonatomic, readonly) BOOL presenting; +@property (readonly) Class superclass; + +- (void)animateTransition:(id)arg1; +- (id)init; +- (id)initWithPresenting:(BOOL)arg1; +- (BOOL)isPresenting; +- (double)transitionDuration:(id)arg1; + +@end diff --git a/PrivateFrameworks/TVMLKit.framework/_TVConfirmationBlurEffect.h b/PrivateFrameworks/TVMLKit.framework/_TVConfirmationBlurEffect.h new file mode 100644 index 0000000000..a27318e095 --- /dev/null +++ b/PrivateFrameworks/TVMLKit.framework/_TVConfirmationBlurEffect.h @@ -0,0 +1,11 @@ +/* Generated by RuntimeBrowser + Image: /System/Library/PrivateFrameworks/TVMLKit.framework/TVMLKit + */ + +@interface _TVConfirmationBlurEffect : UIBlurEffect + ++ (id)effectWithStyle:(int)arg1; + +- (id)effectSettings; + +@end diff --git a/PrivateFrameworks/TVMLKit.framework/_TVConfirmationDialogPresentationController.h b/PrivateFrameworks/TVMLKit.framework/_TVConfirmationDialogPresentationController.h new file mode 100644 index 0000000000..0ca1b295bc --- /dev/null +++ b/PrivateFrameworks/TVMLKit.framework/_TVConfirmationDialogPresentationController.h @@ -0,0 +1,32 @@ +/* Generated by RuntimeBrowser + Image: /System/Library/PrivateFrameworks/TVMLKit.framework/TVMLKit + */ + +@interface _TVConfirmationDialogPresentationController : UIPresentationController { + UIVisualEffectView * _backdropView; + id /* block */ _completedAnimationBlock; + struct CGSize { + float width; + float height; + } _modalSize; +} + +@property (nonatomic, readonly) UIVisualEffectView *backdropView; +@property (nonatomic, copy) id /* block */ completedAnimationBlock; +@property (nonatomic) struct CGSize { float x1; float x2; } modalSize; + +- (void).cxx_destruct; +- (void)_layoutPresentedView; +- (void)_tapGesture:(id)arg1; +- (id)backdropView; +- (id /* block */)completedAnimationBlock; +- (void)dealloc; +- (void)dismissalTransitionWillBegin; +- (id)initWithPresentedViewController:(id)arg1 presentingViewController:(id)arg2; +- (struct CGSize { float x1; float x2; })modalSize; +- (int)presentationStyle; +- (void)presentationTransitionWillBegin; +- (void)setCompletedAnimationBlock:(id /* block */)arg1; +- (void)setModalSize:(struct CGSize { float x1; float x2; })arg1; + +@end diff --git a/PrivateFrameworks/TVMLKit.framework/_TVConfirmationDialogTemplateController.h b/PrivateFrameworks/TVMLKit.framework/_TVConfirmationDialogTemplateController.h new file mode 100644 index 0000000000..bdbf9c0e2f --- /dev/null +++ b/PrivateFrameworks/TVMLKit.framework/_TVConfirmationDialogTemplateController.h @@ -0,0 +1,23 @@ +/* Generated by RuntimeBrowser + Image: /System/Library/PrivateFrameworks/TVMLKit.framework/TVMLKit + */ + +@interface _TVConfirmationDialogTemplateController : UIViewController { + NSTimer * _dismissTimer; + BOOL _setTimer; +} + +@property (nonatomic, readonly) NSTimer *dismissTimer; +@property (nonatomic, readonly) _TVConfirmationDialogTemplateView *templateView; + +- (void).cxx_destruct; +- (void)_dismissConfirmation:(id)arg1; +- (void)dealloc; +- (id)dismissTimer; +- (void)loadView; +- (id)templateView; +- (void)updateWithViewElement:(id)arg1; +- (void)viewDidAppear:(BOOL)arg1; +- (void)viewDidLoad; + +@end diff --git a/PrivateFrameworks/TVMLKit.framework/_TVConfirmationDialogTemplateView.h b/PrivateFrameworks/TVMLKit.framework/_TVConfirmationDialogTemplateView.h new file mode 100644 index 0000000000..b5de9aba63 --- /dev/null +++ b/PrivateFrameworks/TVMLKit.framework/_TVConfirmationDialogTemplateView.h @@ -0,0 +1,22 @@ +/* Generated by RuntimeBrowser + Image: /System/Library/PrivateFrameworks/TVMLKit.framework/TVMLKit + */ + +@interface _TVConfirmationDialogTemplateView : UIView { + UIVisualEffectView * _backdropView; + UIView * _cardView; +} + +@property (nonatomic, readonly) UIVisualEffectView *backdropView; +@property (nonatomic, retain) UIView *cardView; + +- (void).cxx_destruct; +- (void)_configureSubviews; +- (id)backdropView; +- (id)cardView; +- (id)initWithCoder:(id)arg1; +- (id)initWithFrame:(struct CGRect { struct CGPoint { float x_1_1_1; float x_1_1_2; } x1; struct CGSize { float x_2_1_1; float x_2_1_2; } x2; })arg1; +- (void)layoutSubviews; +- (void)setCardView:(id)arg1; + +@end diff --git a/PrivateFrameworks/TVMLKit.framework/_TVConfirmationDocumentWrapperViewController.h b/PrivateFrameworks/TVMLKit.framework/_TVConfirmationDocumentWrapperViewController.h new file mode 100644 index 0000000000..26f1fac90b --- /dev/null +++ b/PrivateFrameworks/TVMLKit.framework/_TVConfirmationDocumentWrapperViewController.h @@ -0,0 +1,11 @@ +/* Generated by RuntimeBrowser + Image: /System/Library/PrivateFrameworks/TVMLKit.framework/TVMLKit + */ + +@interface _TVConfirmationDocumentWrapperViewController : UIViewController + +- (void)loadView; +- (struct CGSize { float x1; float x2; })preferredContentSize; +- (void)viewDidLayoutSubviews; + +@end diff --git a/PrivateFrameworks/TVMLKit.framework/_TVConfirmationPreviewInteractionController.h b/PrivateFrameworks/TVMLKit.framework/_TVConfirmationPreviewInteractionController.h new file mode 100644 index 0000000000..e0b3ff78f9 --- /dev/null +++ b/PrivateFrameworks/TVMLKit.framework/_TVConfirmationPreviewInteractionController.h @@ -0,0 +1,46 @@ +/* Generated by RuntimeBrowser + Image: /System/Library/PrivateFrameworks/TVMLKit.framework/TVMLKit + */ + +@interface _TVConfirmationPreviewInteractionController : NSObject { + _TVAppDocumentController * _appDocumentController; + IKCollectionElement * _collectionElement; + UICollectionView * _collectionView; + UIViewPropertyAnimator * _commitPropertyAnimator; + <_TVConfirmationPreviewInteractionControllerDelegate> * _delegate; + _TVConfirmationDialogPresentationController * _dialogPresentationController; + UIViewController * _presentingViewController; + UIPreviewInteraction * _previewInteraction; + UIViewPropertyAnimator * _previewPropertyAnimator; + BOOL _previewTransitionEnded; + UICollectionView * _stashedCell; + _TVConfirmationDocumentWrapperViewController * _wrapperController; +} + +@property (nonatomic, readonly) IKCollectionElement *collectionElement; +@property (nonatomic, readonly) UICollectionView *collectionView; +@property (readonly, copy) NSString *debugDescription; +@property (nonatomic) <_TVConfirmationPreviewInteractionControllerDelegate> *delegate; +@property (readonly, copy) NSString *description; +@property (readonly) unsigned int hash; +@property (nonatomic, readonly) UIViewController *presentingViewController; +@property (readonly) Class superclass; + +- (void).cxx_destruct; +- (void)_cleanupPreviewInteraction; +- (void)animateTransition:(id)arg1; +- (id)animationControllerForDismissedController:(id)arg1; +- (id)collectionElement; +- (id)collectionView; +- (id)delegate; +- (void)dismissConfirmation; +- (id)initWithPresentingViewController:(id)arg1 andCollectionView:(id)arg2 andCollectionElement:(id)arg3; +- (id)presentationControllerForPresentedViewController:(id)arg1 presentingViewController:(id)arg2 sourceViewController:(id)arg3; +- (id)presentingViewController; +- (void)previewInteraction:(id)arg1 didUpdatePreviewTransition:(float)arg2 ended:(BOOL)arg3; +- (void)previewInteractionDidCancel:(id)arg1; +- (BOOL)previewInteractionShouldBegin:(id)arg1; +- (void)setDelegate:(id)arg1; +- (double)transitionDuration:(id)arg1; + +@end diff --git a/PrivateFrameworks/TVMLKit.framework/_TVConfirmationTransitioningDelegate.h b/PrivateFrameworks/TVMLKit.framework/_TVConfirmationTransitioningDelegate.h new file mode 100644 index 0000000000..631b79ee60 --- /dev/null +++ b/PrivateFrameworks/TVMLKit.framework/_TVConfirmationTransitioningDelegate.h @@ -0,0 +1,23 @@ +/* Generated by RuntimeBrowser + Image: /System/Library/PrivateFrameworks/TVMLKit.framework/TVMLKit + */ + +@interface _TVConfirmationTransitioningDelegate : NSObject { + _TVConfirmationAnimatedTransitioning * _dismissTransition; + _TVConfirmationAnimatedTransitioning * _presentTransition; +} + +@property (readonly, copy) NSString *debugDescription; +@property (readonly, copy) NSString *description; +@property (readonly) unsigned int hash; +@property (readonly) Class superclass; + ++ (id)sharedInstance; + +- (void).cxx_destruct; +- (id)_init; +- (id)animationControllerForDismissedController:(id)arg1; +- (id)animationControllerForPresentedController:(id)arg1 presentingController:(id)arg2 sourceController:(id)arg3; +- (id)init; + +@end diff --git a/PrivateFrameworks/TVMLKit.framework/_TVControlTarget.h b/PrivateFrameworks/TVMLKit.framework/_TVControlTarget.h new file mode 100644 index 0000000000..0e9e68368f --- /dev/null +++ b/PrivateFrameworks/TVMLKit.framework/_TVControlTarget.h @@ -0,0 +1,15 @@ +/* Generated by RuntimeBrowser + Image: /System/Library/PrivateFrameworks/TVMLKit.framework/TVMLKit + */ + +@interface _TVControlTarget : NSObject { + IKViewElement * _element; +} + ++ (void)addTargetInControl:(id)arg1 withViewElement:(id)arg2; + +- (void).cxx_destruct; +- (void)_action:(id)arg1; +- (id)initWithViewElement:(id)arg1; + +@end diff --git a/PrivateFrameworks/TVMLKit.framework/_TVControllerFactory.h b/PrivateFrameworks/TVMLKit.framework/_TVControllerFactory.h new file mode 100644 index 0000000000..be6fe0e8c5 --- /dev/null +++ b/PrivateFrameworks/TVMLKit.framework/_TVControllerFactory.h @@ -0,0 +1,14 @@ +/* Generated by RuntimeBrowser + Image: /System/Library/PrivateFrameworks/TVMLKit.framework/TVMLKit + */ + +@interface _TVControllerFactory : NSObject + +- (id)_gridControllerForElement:(id)arg1 existingController:(id)arg2; +- (id)_listControllerForElement:(id)arg1 existingController:(id)arg2; +- (void)_registerControllerCreators; +- (id)_shelfControllerForElement:(id)arg1 existingController:(id)arg2; +- (id)_textFieldControllerForElement:(id)arg1 existingController:(id)arg2; +- (id)init; + +@end diff --git a/PrivateFrameworks/TVMLKit.framework/_TVDecoratorRequest.h b/PrivateFrameworks/TVMLKit.framework/_TVDecoratorRequest.h new file mode 100644 index 0000000000..562730cfba --- /dev/null +++ b/PrivateFrameworks/TVMLKit.framework/_TVDecoratorRequest.h @@ -0,0 +1,14 @@ +/* Generated by RuntimeBrowser + Image: /System/Library/PrivateFrameworks/TVMLKit.framework/TVMLKit + */ + +@interface _TVDecoratorRequest : NSObject { + BOOL _statusCancelled; +} + +@property BOOL statusCancelled; + +- (void)setStatusCancelled:(BOOL)arg1; +- (BOOL)statusCancelled; + +@end diff --git a/PrivateFrameworks/TVMLKit.framework/_TVDescriptiveAlertTemplateController.h b/PrivateFrameworks/TVMLKit.framework/_TVDescriptiveAlertTemplateController.h new file mode 100644 index 0000000000..97d36a19f1 --- /dev/null +++ b/PrivateFrameworks/TVMLKit.framework/_TVDescriptiveAlertTemplateController.h @@ -0,0 +1,23 @@ +/* Generated by RuntimeBrowser + Image: /System/Library/PrivateFrameworks/TVMLKit.framework/TVMLKit + */ + +@interface _TVDescriptiveAlertTemplateController : _TVBgImageLoadingViewController { + UIColor * _backgroundColor; + IKImageElement * _bgHeroImageElement; + IKImageElement * _bgImageElement; + UIView * _preferredFocusView; + IKViewElement * _templateElement; + NSArray * _templateSubcontrollers; + NSArray * _templateSubviews; +} + +- (void).cxx_destruct; +- (id)_backgroundImageProxy; +- (struct CGSize { float x1; float x2; })_backgroundImageProxySize; +- (void)_configureWithBgImage:(id)arg1 backdropImage:(id)arg2; +- (void)_normalizeButtonsInViews:(id)arg1; +- (void)loadView; +- (void)updateWithViewElement:(id)arg1; + +@end diff --git a/PrivateFrameworks/TVMLKit.framework/_TVDescriptiveAlertView.h b/PrivateFrameworks/TVMLKit.framework/_TVDescriptiveAlertView.h new file mode 100644 index 0000000000..583a54f69d --- /dev/null +++ b/PrivateFrameworks/TVMLKit.framework/_TVDescriptiveAlertView.h @@ -0,0 +1,42 @@ +/* Generated by RuntimeBrowser + Image: /System/Library/PrivateFrameworks/TVMLKit.framework/TVMLKit + */ + +@interface _TVDescriptiveAlertView : UIView { + UIImage * _bgImage; + UIImageView * _bgImageView; + NSArray * _childViews; + UIView * _defaultFocusView; + _UIRepeatingPressGestureRecognizer * _downButtonGesture; + BOOL _isCenteredLayout; + UIScrollView * _scrollView; + _UIRepeatingPressGestureRecognizer * _upButtonGesture; + NSArray * _viewsAboveScrollView; + NSArray * _viewsBelowScrollView; + BOOL _waiting; +} + +@property (nonatomic, retain) NSArray *childViews; +@property (readonly, copy) NSString *debugDescription; +@property (nonatomic, retain) UIView *defaultFocusView; +@property (readonly, copy) NSString *description; +@property (readonly) unsigned int hash; +@property (readonly) Class superclass; + +- (void).cxx_destruct; +- (void)_scrollDown; +- (void)_scrollDown:(id)arg1; +- (void)_scrollInDirection:(float)arg1; +- (void)_scrollUp; +- (void)_scrollUp:(id)arg1; +- (void)_setupGestureRecognizers; +- (id)childViews; +- (id)defaultFocusView; +- (void)layoutSubviews; +- (id)preferredFocusEnvironments; +- (void)setBgImage:(id)arg1; +- (void)setChildViews:(id)arg1; +- (void)setDefaultFocusView:(id)arg1; +- (struct CGSize { float x1; float x2; })sizeThatFits:(struct CGSize { float x1; float x2; })arg1; + +@end diff --git a/PrivateFrameworks/TVMLKit.framework/_TVFocusCaptureView.h b/PrivateFrameworks/TVMLKit.framework/_TVFocusCaptureView.h new file mode 100644 index 0000000000..b4af677c9f --- /dev/null +++ b/PrivateFrameworks/TVMLKit.framework/_TVFocusCaptureView.h @@ -0,0 +1,10 @@ +/* Generated by RuntimeBrowser + Image: /System/Library/PrivateFrameworks/TVMLKit.framework/TVMLKit + */ + +@interface _TVFocusCaptureView : UIView + +- (BOOL)canBecomeFocused; +- (BOOL)shouldUpdateFocusInContext:(id)arg1; + +@end diff --git a/PrivateFrameworks/TVMLKit.framework/_TVFocusRedirectView.h b/PrivateFrameworks/TVMLKit.framework/_TVFocusRedirectView.h new file mode 100644 index 0000000000..e042ed5adc --- /dev/null +++ b/PrivateFrameworks/TVMLKit.framework/_TVFocusRedirectView.h @@ -0,0 +1,21 @@ +/* Generated by RuntimeBrowser + Image: /System/Library/PrivateFrameworks/TVMLKit.framework/TVMLKit + */ + +@interface _TVFocusRedirectView : UIView { + UIFocusContainerGuide * _containerGuide; + BOOL _containsInertia; +} + +@property (nonatomic, readonly) UIFocusContainerGuide *containerGuide; +@property (nonatomic) BOOL containsInertia; + +- (void).cxx_destruct; +- (BOOL)_containsInertiaSelectionChanges; +- (id)containerGuide; +- (BOOL)containsInertia; +- (id)initWithFrame:(struct CGRect { struct CGPoint { float x_1_1_1; float x_1_1_2; } x1; struct CGSize { float x_2_1_1; float x_2_1_2; } x2; })arg1; +- (void)layoutSubviews; +- (void)setContainsInertia:(BOOL)arg1; + +@end diff --git a/PrivateFrameworks/TVMLKit.framework/_TVGridHeaderViewCell.h b/PrivateFrameworks/TVMLKit.framework/_TVGridHeaderViewCell.h new file mode 100644 index 0000000000..f9598e5769 --- /dev/null +++ b/PrivateFrameworks/TVMLKit.framework/_TVGridHeaderViewCell.h @@ -0,0 +1,9 @@ +/* Generated by RuntimeBrowser + Image: /System/Library/PrivateFrameworks/TVMLKit.framework/TVMLKit + */ + +@interface _TVGridHeaderViewCell : UICollectionViewCell + +- (BOOL)canBecomeFocused; + +@end diff --git a/PrivateFrameworks/TVMLKit.framework/_TVGridView.h b/PrivateFrameworks/TVMLKit.framework/_TVGridView.h new file mode 100644 index 0000000000..c616300fa4 --- /dev/null +++ b/PrivateFrameworks/TVMLKit.framework/_TVGridView.h @@ -0,0 +1,22 @@ +/* Generated by RuntimeBrowser + Image: /System/Library/PrivateFrameworks/TVMLKit.framework/TVMLKit + */ + +@interface _TVGridView : _TVCollectionView { + BOOL _delegateRespondsToIndexPathForPreferredFocusedView; + _TVCollectionViewFlowLayout * _gridFlowLayout; +} + +@property (nonatomic, retain) _TVCollectionViewFlowLayout *gridFlowLayout; + +- (void).cxx_destruct; +- (struct CGRect { struct CGPoint { float x_1_1_1; float x_1_1_2; } x1; struct CGSize { float x_2_1_1; float x_2_1_2; } x2; })_visibleBounds; +- (void)didUpdateFocusInContext:(id)arg1 withAnimationCoordinator:(id)arg2; +- (id)gridFlowLayout; +- (id)initWithFrame:(struct CGRect { struct CGPoint { float x_1_1_1; float x_1_1_2; } x1; struct CGSize { float x_2_1_1; float x_2_1_2; } x2; })arg1; +- (id)initWithFrame:(struct CGRect { struct CGPoint { float x_1_1_1; float x_1_1_2; } x1; struct CGSize { float x_2_1_1; float x_2_1_2; } x2; })arg1 collectionViewLayout:(id)arg2; +- (void)setDelegate:(id)arg1; +- (void)setGridFlowLayout:(id)arg1; +- (struct CGSize { float x1; float x2; })sizeThatFits:(struct CGSize { float x1; float x2; })arg1; + +@end diff --git a/PrivateFrameworks/TVMLKit.framework/_TVGridViewController.h b/PrivateFrameworks/TVMLKit.framework/_TVGridViewController.h new file mode 100644 index 0000000000..8a0d34fc9a --- /dev/null +++ b/PrivateFrameworks/TVMLKit.framework/_TVGridViewController.h @@ -0,0 +1,20 @@ +/* Generated by RuntimeBrowser + Image: /System/Library/PrivateFrameworks/TVMLKit.framework/TVMLKit + */ + +@interface _TVGridViewController : _TVMLCollectionViewController { + BOOL _configureForListTemplate; + UIView * _headerView; +} + +- (void).cxx_destruct; +- (void)_adjustViewportScrollingInScrollView:(id)arg1 forCell:(id)arg2; +- (struct UIEdgeInsets { float x1; float x2; float x3; float x4; })collectionView:(id)arg1 layout:(id)arg2 insetForSectionAtIndex:(int)arg3; +- (struct CGSize { float x1; float x2; })collectionView:(id)arg1 layout:(id)arg2 referenceSizeForHeaderInSection:(int)arg3; +- (struct CGSize { float x1; float x2; })collectionView:(id)arg1 layout:(id)arg2 sizeForItemAtIndexPath:(id)arg3; +- (id)collectionView:(id)arg1 viewForSupplementaryElementOfKind:(id)arg2 atIndexPath:(id)arg3; +- (id)makeCollectionViewWithFrame:(struct CGRect { struct CGPoint { float x_1_1_1; float x_1_1_2; } x1; struct CGSize { float x_2_1_1; float x_2_1_2; } x2; })arg1; +- (void)updateViewLayoutAnimated:(BOOL)arg1 relayout:(BOOL)arg2; +- (void)updateWithViewElement:(id)arg1 cellMetrics:(struct TVCellMetrics { struct CGSize { float x_1_1_1; float x_1_1_2; } x1; struct UIEdgeInsets { float x_2_1_1; float x_2_1_2; float x_2_1_3; float x_2_1_4; } x2; struct UIEdgeInsets { float x_3_1_1; float x_3_1_2; float x_3_1_3; float x_3_1_4; } x3; struct UIEdgeInsets { float x_4_1_1; float x_4_1_2; float x_4_1_3; float x_4_1_4; } x4; struct UIEdgeInsets { float x_5_1_1; float x_5_1_2; float x_5_1_3; float x_5_1_4; } x5; })arg2; + +@end diff --git a/PrivateFrameworks/TVMLKit.framework/_TVGridViewFlowLayout.h b/PrivateFrameworks/TVMLKit.framework/_TVGridViewFlowLayout.h new file mode 100644 index 0000000000..1c03b9e35e --- /dev/null +++ b/PrivateFrameworks/TVMLKit.framework/_TVGridViewFlowLayout.h @@ -0,0 +1,45 @@ +/* Generated by RuntimeBrowser + Image: /System/Library/PrivateFrameworks/TVMLKit.framework/TVMLKit + */ + +@interface _TVGridViewFlowLayout : _TVCollectionViewFlowLayout { + struct TVCellMetrics { + struct CGSize { + float width; + float height; + } cellSize; + struct UIEdgeInsets { + float top; + float left; + float bottom; + float right; + } cellPadding; + struct UIEdgeInsets { + float top; + float left; + float bottom; + float right; + } cellInset; + struct UIEdgeInsets { + float top; + float left; + float bottom; + float right; + } cellInsetAlt; + struct UIEdgeInsets { + float top; + float left; + float bottom; + float right; + } cellMargin; + } _cellMetrics; +} + +@property (nonatomic) struct TVCellMetrics { struct CGSize { float x_1_1_1; float x_1_1_2; } x1; struct UIEdgeInsets { float x_2_1_1; float x_2_1_2; float x_2_1_3; float x_2_1_4; } x2; struct UIEdgeInsets { float x_3_1_1; float x_3_1_2; float x_3_1_3; float x_3_1_4; } x3; struct UIEdgeInsets { float x_4_1_1; float x_4_1_2; float x_4_1_3; float x_4_1_4; } x4; struct UIEdgeInsets { float x_5_1_1; float x_5_1_2; float x_5_1_3; float x_5_1_4; } x5; } cellMetrics; + +- (struct TVCellMetrics { struct CGSize { float x_1_1_1; float x_1_1_2; } x1; struct UIEdgeInsets { float x_2_1_1; float x_2_1_2; float x_2_1_3; float x_2_1_4; } x2; struct UIEdgeInsets { float x_3_1_1; float x_3_1_2; float x_3_1_3; float x_3_1_4; } x3; struct UIEdgeInsets { float x_4_1_1; float x_4_1_2; float x_4_1_3; float x_4_1_4; } x4; struct UIEdgeInsets { float x_5_1_1; float x_5_1_2; float x_5_1_3; float x_5_1_4; } x5; })cellMetrics; +- (float)expectedLineSpacing; +- (id)init; +- (void)setCellMetrics:(struct TVCellMetrics { struct CGSize { float x_1_1_1; float x_1_1_2; } x1; struct UIEdgeInsets { float x_2_1_1; float x_2_1_2; float x_2_1_3; float x_2_1_4; } x2; struct UIEdgeInsets { float x_3_1_1; float x_3_1_2; float x_3_1_3; float x_3_1_4; } x3; struct UIEdgeInsets { float x_4_1_1; float x_4_1_2; float x_4_1_3; float x_4_1_4; } x4; struct UIEdgeInsets { float x_5_1_1; float x_5_1_2; float x_5_1_3; float x_5_1_4; } x5; })arg1; + +@end diff --git a/PrivateFrameworks/TVMLKit.framework/_TVIKTextElement.h b/PrivateFrameworks/TVMLKit.framework/_TVIKTextElement.h new file mode 100644 index 0000000000..20b4e46821 --- /dev/null +++ b/PrivateFrameworks/TVMLKit.framework/_TVIKTextElement.h @@ -0,0 +1,16 @@ +/* Generated by RuntimeBrowser + Image: /System/Library/PrivateFrameworks/TVMLKit.framework/TVMLKit + */ + +@interface _TVIKTextElement : IKTextElement { + NSAttributedString * _cachedAttributedString; +} + +@property (nonatomic, copy) NSAttributedString *cachedAttributedString; + +- (void).cxx_destruct; +- (void)_stylesMarkedDirtyNotification:(id)arg1; +- (id)cachedAttributedString; +- (void)setCachedAttributedString:(id)arg1; + +@end diff --git a/PrivateFrameworks/TVMLKit.framework/_TVImageView.h b/PrivateFrameworks/TVMLKit.framework/_TVImageView.h new file mode 100644 index 0000000000..b84b04cc4b --- /dev/null +++ b/PrivateFrameworks/TVMLKit.framework/_TVImageView.h @@ -0,0 +1,67 @@ +/* Generated by RuntimeBrowser + Image: /System/Library/PrivateFrameworks/TVMLKit.framework/TVMLKit + */ + +@interface _TVImageView : UIControl { + BOOL __enableEdgeAntialiasingOnSelected; + UIColor * __focusedColor; + UIColor * __tintColor; + id /* block */ _completion; + UIImage * _flatHighlightImage; + UIImage * _flatImage; + UIImage * _image; + int _imageContentMode; + BOOL _imageLoaded; + TVImageProxy * _imageProxy; + UIImageView * _imageView; + UIImage * _placeholderImage; + BOOL _rendersImageAsTemplates; + BOOL _selected; +} + +@property (setter=_setEnableEdgeAntialiasingOnSelected:, nonatomic) BOOL _enableEdgeAntialiasingOnSelected; +@property (setter=_setFocusedColor:, nonatomic, retain) UIColor *_focusedColor; +@property (setter=_setTintColor:, nonatomic, retain) UIColor *_tintColor; +@property (nonatomic, copy) id /* block */ completion; +@property (nonatomic) float cornerRadius; +@property (nonatomic, retain) UIImage *image; +@property (getter=isImageLoaded, nonatomic) BOOL imageLoaded; +@property (nonatomic, retain) TVImageProxy *imageProxy; +@property (nonatomic, retain) UIImage *placeholderImage; + +- (void).cxx_destruct; +- (BOOL)_enableEdgeAntialiasingOnSelected; +- (id)_focusedColor; +- (id)_imageView; +- (void)_loadImage; +- (void)_setEnableEdgeAntialiasingOnSelected:(BOOL)arg1; +- (void)_setFocusedColor:(id)arg1; +- (void)_setImage:(id)arg1; +- (void)_setTintColor:(id)arg1; +- (id)_tintColor; +- (void)_updateImageViewWithPlaceholderImageIfNeeded; +- (id /* block */)completion; +- (int)contentMode; +- (float)cornerRadius; +- (void)dealloc; +- (id)image; +- (id)imageProxy; +- (id)initWithFrame:(struct CGRect { struct CGPoint { float x_1_1_1; float x_1_1_2; } x1; struct CGSize { float x_2_1_1; float x_2_1_2; } x2; })arg1; +- (struct CGSize { float x1; float x2; })intrinsicContentSize; +- (BOOL)isImageLoaded; +- (void)layoutSubviews; +- (id)placeholderImage; +- (void)setCompletion:(id /* block */)arg1; +- (void)setContentMode:(int)arg1; +- (void)setCornerRadius:(float)arg1; +- (void)setFrame:(struct CGRect { struct CGPoint { float x_1_1_1; float x_1_1_2; } x1; struct CGSize { float x_2_1_1; float x_2_1_2; } x2; })arg1; +- (void)setImage:(id)arg1; +- (void)setImageLoaded:(BOOL)arg1; +- (void)setImageProxy:(id)arg1; +- (void)setImageProxy:(id)arg1 completion:(id /* block */)arg2; +- (void)setPlaceholderImage:(id)arg1; +- (void)setSelected:(BOOL)arg1 animated:(BOOL)arg2; +- (struct CGSize { float x1; float x2; })sizeThatFits:(struct CGSize { float x1; float x2; })arg1; +- (void)willMoveToWindow:(id)arg1; + +@end diff --git a/PrivateFrameworks/TVMLKit.framework/_TVInfoCellView.h b/PrivateFrameworks/TVMLKit.framework/_TVInfoCellView.h new file mode 100644 index 0000000000..9d0e43fb36 --- /dev/null +++ b/PrivateFrameworks/TVMLKit.framework/_TVInfoCellView.h @@ -0,0 +1,59 @@ +/* Generated by RuntimeBrowser + Image: /System/Library/PrivateFrameworks/TVMLKit.framework/TVMLKit + */ + +@interface _TVInfoCellView : UIView { + NSArray * _dataViews; + UIView * _headerContentView; + struct UIEdgeInsets { + float top; + float left; + float bottom; + float right; + } _headerMargin; + float _headerMaxWidth; + float _headerMinWidth; + BOOL _headerOnLeft; + float _headerWidth; + float _normalizedHeaderWidth; +} + +@property (nonatomic, retain) NSArray *dataViews; +@property (readonly, copy) NSString *debugDescription; +@property (readonly, copy) NSString *description; +@property (readonly) unsigned int hash; +@property (nonatomic, retain) UIView *headerContentView; +@property (nonatomic) struct UIEdgeInsets { float x1; float x2; float x3; float x4; } headerMargin; +@property (nonatomic) float headerMaxWidth; +@property (nonatomic) float headerMinWidth; +@property (nonatomic) BOOL headerOnLeft; +@property (nonatomic) float headerWidth; +@property (nonatomic) float normalizedHeaderWidth; +@property (readonly) Class superclass; + ++ (id)infoCellViewWithElement:(id)arg1 existingView:(id)arg2; + +- (void).cxx_destruct; +- (id)dataViews; +- (id)headerContentView; +- (struct UIEdgeInsets { float x1; float x2; float x3; float x4; })headerMargin; +- (float)headerMaxWidth; +- (float)headerMinWidth; +- (BOOL)headerOnLeft; +- (float)headerWidth; +- (id)impressionableElementsContainedInDocument:(id)arg1; +- (void)layoutSubviews; +- (float)minimumHeaderWidth; +- (float)normalizedHeaderWidth; +- (void)setDataViews:(id)arg1; +- (void)setHeaderContentView:(id)arg1; +- (void)setHeaderMargin:(struct UIEdgeInsets { float x1; float x2; float x3; float x4; })arg1; +- (void)setHeaderMaxWidth:(float)arg1; +- (void)setHeaderMinWidth:(float)arg1; +- (void)setHeaderOnLeft:(BOOL)arg1; +- (void)setHeaderWidth:(float)arg1; +- (void)setNormalizedHeaderWidth:(float)arg1; +- (struct CGSize { float x1; float x2; })sizeThatFits:(struct CGSize { float x1; float x2; })arg1; +- (struct CGSize { float x1; float x2; })sizeThatFits:(struct CGSize { float x1; float x2; })arg1 withHeaderWidth:(float)arg2; + +@end diff --git a/PrivateFrameworks/TVMLKit.framework/_TVInfoHeaderView.h b/PrivateFrameworks/TVMLKit.framework/_TVInfoHeaderView.h new file mode 100644 index 0000000000..6d2dbefc8b --- /dev/null +++ b/PrivateFrameworks/TVMLKit.framework/_TVInfoHeaderView.h @@ -0,0 +1,24 @@ +/* Generated by RuntimeBrowser + Image: /System/Library/PrivateFrameworks/TVMLKit.framework/TVMLKit + */ + +@interface _TVInfoHeaderView : UIView { + UIView * _headerView; +} + +@property (readonly, copy) NSString *debugDescription; +@property (readonly, copy) NSString *description; +@property (readonly) unsigned int hash; +@property (nonatomic, retain) UIView *headerView; +@property (readonly) Class superclass; + ++ (id)infoHeaderViewWithElement:(id)arg1 existingView:(id)arg2; + +- (void).cxx_destruct; +- (id)headerView; +- (id)impressionableElementsContainedInDocument:(id)arg1; +- (void)layoutSubviews; +- (void)setHeaderView:(id)arg1; +- (struct CGSize { float x1; float x2; })sizeThatFits:(struct CGSize { float x1; float x2; })arg1; + +@end diff --git a/PrivateFrameworks/TVMLKit.framework/_TVInfoListInfo.h b/PrivateFrameworks/TVMLKit.framework/_TVInfoListInfo.h new file mode 100644 index 0000000000..b30ca6555d --- /dev/null +++ b/PrivateFrameworks/TVMLKit.framework/_TVInfoListInfo.h @@ -0,0 +1,40 @@ +/* Generated by RuntimeBrowser + Image: /System/Library/PrivateFrameworks/TVMLKit.framework/TVMLKit + */ + +@interface _TVInfoListInfo : NSObject { + NSArray * _dataViews; + NSString * _group; + UIView * _headerContentView; + struct UIEdgeInsets { + float top; + float left; + float bottom; + float right; + } _headerMargin; + float _lineSpacing; + float _width; +} + +@property (nonatomic, copy) NSArray *dataViews; +@property (nonatomic, copy) NSString *group; +@property (nonatomic, retain) UIView *headerContentView; +@property (nonatomic) struct UIEdgeInsets { float x1; float x2; float x3; float x4; } headerMargin; +@property (nonatomic) float lineSpacing; +@property (nonatomic) float width; + +- (void).cxx_destruct; +- (id)dataViews; +- (id)group; +- (id)headerContentView; +- (struct UIEdgeInsets { float x1; float x2; float x3; float x4; })headerMargin; +- (float)lineSpacing; +- (void)setDataViews:(id)arg1; +- (void)setGroup:(id)arg1; +- (void)setHeaderContentView:(id)arg1; +- (void)setHeaderMargin:(struct UIEdgeInsets { float x1; float x2; float x3; float x4; })arg1; +- (void)setLineSpacing:(float)arg1; +- (void)setWidth:(float)arg1; +- (float)width; + +@end diff --git a/PrivateFrameworks/TVMLKit.framework/_TVInfoListView.h b/PrivateFrameworks/TVMLKit.framework/_TVInfoListView.h new file mode 100644 index 0000000000..bc82774da2 --- /dev/null +++ b/PrivateFrameworks/TVMLKit.framework/_TVInfoListView.h @@ -0,0 +1,38 @@ +/* Generated by RuntimeBrowser + Image: /System/Library/PrivateFrameworks/TVMLKit.framework/TVMLKit + */ + +@interface _TVInfoListView : UIView { + NSArray * _groupedInfos; + NSArray * _infos; + float _interitemSpacing; + float _lineSpacing; + int _maxLineCount; +} + +@property (nonatomic, copy) NSArray *groupedInfos; +@property (nonatomic, copy) NSArray *infos; +@property (nonatomic) float interitemSpacing; +@property (nonatomic) float lineSpacing; +@property (nonatomic) int maxLineCount; + ++ (id)infoListViewWithElement:(id)arg1 existingView:(id)arg2; + +- (void).cxx_destruct; +- (void)_layouCellContentView:(id)arg1 inCellBounds:(struct CGRect { struct CGPoint { float x_1_1_1; float x_1_1_2; } x1; struct CGSize { float x_2_1_1; float x_2_1_2; } x2; })arg2; +- (float)_maxWidthForGroupInfos:(id)arg1; +- (id)groupedInfos; +- (id)infos; +- (id)initWithFrame:(struct CGRect { struct CGPoint { float x_1_1_1; float x_1_1_2; } x1; struct CGSize { float x_2_1_1; float x_2_1_2; } x2; })arg1; +- (float)interitemSpacing; +- (void)layoutSubviews; +- (float)lineSpacing; +- (int)maxLineCount; +- (void)setGroupedInfos:(id)arg1; +- (void)setInfos:(id)arg1; +- (void)setInteritemSpacing:(float)arg1; +- (void)setLineSpacing:(float)arg1; +- (void)setMaxLineCount:(int)arg1; +- (struct CGSize { float x1; float x2; })sizeThatFits:(struct CGSize { float x1; float x2; })arg1; + +@end diff --git a/PrivateFrameworks/TVMLKit.framework/_TVInfoTableView.h b/PrivateFrameworks/TVMLKit.framework/_TVInfoTableView.h new file mode 100644 index 0000000000..61f797c279 --- /dev/null +++ b/PrivateFrameworks/TVMLKit.framework/_TVInfoTableView.h @@ -0,0 +1,33 @@ +/* Generated by RuntimeBrowser + Image: /System/Library/PrivateFrameworks/TVMLKit.framework/TVMLKit + */ + +@interface _TVInfoTableView : _TVFocusRedirectView { + UIView * _footerView; + UIView * _headerView; + NSArray * _infoViews; +} + +@property (readonly, copy) NSString *debugDescription; +@property (readonly, copy) NSString *description; +@property (nonatomic, retain) UIView *footerView; +@property (readonly) unsigned int hash; +@property (nonatomic, retain) UIView *headerView; +@property (nonatomic, retain) NSArray *infoViews; +@property (readonly) Class superclass; + ++ (id)infoTableViewWithElement:(id)arg1 existingView:(id)arg2; + +- (void).cxx_destruct; +- (float)_normalizedInfoHeaderWidth; +- (id)footerView; +- (id)headerView; +- (id)impressionableElementsContainedInDocument:(id)arg1; +- (id)infoViews; +- (void)layoutSubviews; +- (void)setFooterView:(id)arg1; +- (void)setHeaderView:(id)arg1; +- (void)setInfoViews:(id)arg1; +- (struct CGSize { float x1; float x2; })sizeThatFits:(struct CGSize { float x1; float x2; })arg1; + +@end diff --git a/PrivateFrameworks/TVMLKit.framework/_TVLabel.h b/PrivateFrameworks/TVMLKit.framework/_TVLabel.h new file mode 100644 index 0000000000..66ca0c6b81 --- /dev/null +++ b/PrivateFrameworks/TVMLKit.framework/_TVLabel.h @@ -0,0 +1,66 @@ +/* Generated by RuntimeBrowser + Image: /System/Library/PrivateFrameworks/TVMLKit.framework/TVMLKit + */ + +@interface _TVLabel : UILabel { + struct CGSize { + float width; + float height; + } _cachedSizeThatFits; + struct CGRect { + struct CGPoint { + float x; + float y; + } origin; + struct CGSize { + float width; + float height; + } size; + } _cachedTextRectForBounds; + struct CGRect { + struct CGPoint { + float x; + float y; + } origin; + struct CGSize { + float width; + float height; + } size; + } _previousBounds; + int _previousNumberOfLines; + struct CGSize { + float width; + float height; + } _previousTargetSize; +} + +@property (nonatomic) struct CGSize { float x1; float x2; } cachedSizeThatFits; +@property (nonatomic) struct CGRect { struct CGPoint { float x_1_1_1; float x_1_1_2; } x1; struct CGSize { float x_2_1_1; float x_2_1_2; } x2; } cachedTextRectForBounds; +@property (nonatomic) struct CGRect { struct CGPoint { float x_1_1_1; float x_1_1_2; } x1; struct CGSize { float x_2_1_1; float x_2_1_2; } x2; } previousBounds; +@property (nonatomic) int previousNumberOfLines; +@property (nonatomic) struct CGSize { float x1; float x2; } previousTargetSize; + +- (void)_clearCachedValues; +- (struct CGSize { float x1; float x2; })cachedSizeThatFits; +- (struct CGRect { struct CGPoint { float x_1_1_1; float x_1_1_2; } x1; struct CGSize { float x_2_1_1; float x_2_1_2; } x2; })cachedTextRectForBounds; +- (id)initWithFrame:(struct CGRect { struct CGPoint { float x_1_1_1; float x_1_1_2; } x1; struct CGSize { float x_2_1_1; float x_2_1_2; } x2; })arg1; +- (struct CGRect { struct CGPoint { float x_1_1_1; float x_1_1_2; } x1; struct CGSize { float x_2_1_1; float x_2_1_2; } x2; })previousBounds; +- (int)previousNumberOfLines; +- (struct CGSize { float x1; float x2; })previousTargetSize; +- (void)setAdjustsFontSizeToFitWidth:(BOOL)arg1; +- (void)setAttributedText:(id)arg1; +- (void)setBaselineAdjustment:(int)arg1; +- (void)setCachedSizeThatFits:(struct CGSize { float x1; float x2; })arg1; +- (void)setCachedTextRectForBounds:(struct CGRect { struct CGPoint { float x_1_1_1; float x_1_1_2; } x1; struct CGSize { float x_2_1_1; float x_2_1_2; } x2; })arg1; +- (void)setFont:(id)arg1; +- (void)setHighlighted:(BOOL)arg1; +- (void)setLineBreakMode:(int)arg1; +- (void)setNumberOfLines:(int)arg1; +- (void)setPreviousBounds:(struct CGRect { struct CGPoint { float x_1_1_1; float x_1_1_2; } x1; struct CGSize { float x_2_1_1; float x_2_1_2; } x2; })arg1; +- (void)setPreviousNumberOfLines:(int)arg1; +- (void)setPreviousTargetSize:(struct CGSize { float x1; float x2; })arg1; +- (void)setText:(id)arg1; +- (struct CGSize { float x1; float x2; })sizeThatFits:(struct CGSize { float x1; float x2; })arg1; +- (struct CGRect { struct CGPoint { float x_1_1_1; float x_1_1_2; } x1; struct CGSize { float x_2_1_1; float x_2_1_2; } x2; })textRectForBounds:(struct CGRect { struct CGPoint { float x_1_1_1; float x_1_1_2; } x1; struct CGSize { float x_2_1_1; float x_2_1_2; } x2; })arg1 limitedToNumberOfLines:(int)arg2; + +@end diff --git a/PrivateFrameworks/TVMLKit.framework/_TVListDescriptionViewCell.h b/PrivateFrameworks/TVMLKit.framework/_TVListDescriptionViewCell.h new file mode 100644 index 0000000000..9d6e7a9dd2 --- /dev/null +++ b/PrivateFrameworks/TVMLKit.framework/_TVListDescriptionViewCell.h @@ -0,0 +1,19 @@ +/* Generated by RuntimeBrowser + Image: /System/Library/PrivateFrameworks/TVMLKit.framework/TVMLKit + */ + +@interface _TVListDescriptionViewCell : UICollectionViewCell { + BOOL _disabled; +} + +@property (getter=isDisabled, nonatomic) BOOL disabled; + +- (BOOL)canBecomeFocused; +- (void)didUpdateFocusFromView:(id)arg1; +- (BOOL)isDisabled; +- (void)layoutSubviews; +- (id)preferredFocusEnvironments; +- (void)prepareForReuse; +- (void)setDisabled:(BOOL)arg1; + +@end diff --git a/PrivateFrameworks/TVMLKit.framework/_TVListMediaQueryEvaluator.h b/PrivateFrameworks/TVMLKit.framework/_TVListMediaQueryEvaluator.h new file mode 100644 index 0000000000..6927c4b579 --- /dev/null +++ b/PrivateFrameworks/TVMLKit.framework/_TVListMediaQueryEvaluator.h @@ -0,0 +1,9 @@ +/* Generated by RuntimeBrowser + Image: /System/Library/PrivateFrameworks/TVMLKit.framework/TVMLKit + */ + +@interface _TVListMediaQueryEvaluator : TVMediaQueryEvaluator + +- (BOOL)evaluteForMediaType:(id)arg1 featureType:(id)arg2 value:(id)arg3 result:(BOOL*)arg4; + +@end diff --git a/PrivateFrameworks/TVMLKit.framework/_TVListSectionViewCell.h b/PrivateFrameworks/TVMLKit.framework/_TVListSectionViewCell.h new file mode 100644 index 0000000000..9cdd59c7a1 --- /dev/null +++ b/PrivateFrameworks/TVMLKit.framework/_TVListSectionViewCell.h @@ -0,0 +1,9 @@ +/* Generated by RuntimeBrowser + Image: /System/Library/PrivateFrameworks/TVMLKit.framework/TVMLKit + */ + +@interface _TVListSectionViewCell : UICollectionViewCell + +- (BOOL)canBecomeFocused; + +@end diff --git a/PrivateFrameworks/TVMLKit.framework/_TVListTemplateController.h b/PrivateFrameworks/TVMLKit.framework/_TVListTemplateController.h new file mode 100644 index 0000000000..c4d1459464 --- /dev/null +++ b/PrivateFrameworks/TVMLKit.framework/_TVListTemplateController.h @@ -0,0 +1,56 @@ +/* Generated by RuntimeBrowser + Image: /System/Library/PrivateFrameworks/TVMLKit.framework/TVMLKit + */ + +@interface _TVListTemplateController : _TVBgImageLoadingViewController { + IKViewElement * _bannerElement; + IKAudioElement * _bgAudioElement; + IKImageElement * _bgImageElement; + _TVFocusCaptureView * _disabledTemplateFocusCaptureView; + UIViewController * _focusedController; + IKImageElement * _heroImageElement; + float _impressionThreshold; + IKCollectionElement * _listElement; + _TVListViewController * _listViewController; + UIView * _overlayView; + UIViewController * _previewViewController; + IKViewElement * _templateElement; +} + +@property (readonly, copy) NSString *debugDescription; +@property (readonly, copy) NSString *description; +@property (nonatomic, retain) UIViewController *focusedController; +@property (readonly) unsigned int hash; +@property (nonatomic, retain) _TVListViewController *listViewController; +@property (nonatomic, retain) UIViewController *previewViewController; +@property (readonly) Class superclass; + +- (void).cxx_destruct; +- (id)_backgroundImageProxy; +- (struct CGSize { float x1; float x2; })_backgroundImageProxySize; +- (void)_cancelImpressionsUpdate; +- (void)_configureWithBgElement:(id)arg1; +- (void)_configureWithBgImage:(id)arg1 backdropImage:(id)arg2; +- (void)_configureWithListElement:(id)arg1; +- (id)_listTemplateView; +- (void)_recordImpressionsForVisibleView; +- (void)_updateImpressions; +- (void)_updateView; +- (void)didUpdateFocusFromView:(id)arg1; +- (id)focusedController; +- (id)impressionableElementsContainedInDocument:(id)arg1; +- (id)listViewController; +- (void)listViewController:(id)arg1 didScrollWithScrollView:(id)arg2; +- (void)listViewController:(id)arg1 updatePreviewViewController:(id)arg2; +- (void)loadView; +- (id)preferredFocusEnvironments; +- (id)previewViewController; +- (void)setFocusedController:(id)arg1; +- (void)setListViewController:(id)arg1; +- (BOOL)setNeedsFocusUpdateToList; +- (void)setPreviewViewController:(id)arg1; +- (void)updateWithViewElement:(id)arg1; +- (void)viewDidAppear:(BOOL)arg1; +- (void)viewDidDisappear:(BOOL)arg1; + +@end diff --git a/PrivateFrameworks/TVMLKit.framework/_TVListTemplateView.h b/PrivateFrameworks/TVMLKit.framework/_TVListTemplateView.h new file mode 100644 index 0000000000..0c9fa66ddb --- /dev/null +++ b/PrivateFrameworks/TVMLKit.framework/_TVListTemplateView.h @@ -0,0 +1,44 @@ +/* Generated by RuntimeBrowser + Image: /System/Library/PrivateFrameworks/TVMLKit.framework/TVMLKit + */ + +@interface _TVListTemplateView : UIView { + BOOL _backdropEnabled; + UIVisualEffectView * _backdropView; + UIView * _bannerView; + UIView * _bgImageView; + float _bgVisualEffectOffset; + UIVisualEffectView * _bgVisualEffectView; + BOOL _floatingBanner; + UIView * _listView; + UIFocusContainerGuide * _previewFocusGuide; + UIView * _previewView; +} + +@property (getter=isBackdropEnabled, nonatomic) BOOL backdropEnabled; +@property (nonatomic, retain) UIView *bannerView; +@property (nonatomic, retain) UIView *bgImageView; +@property (nonatomic) BOOL floatingBanner; +@property (nonatomic, retain) UIView *listView; +@property (nonatomic, retain) UIView *previewView; + +- (void).cxx_destruct; +- (void)adjustScrollForListView:(id)arg1; +- (id)bannerView; +- (id)bgImageView; +- (BOOL)floatingBanner; +- (id)initWithFrame:(struct CGRect { struct CGPoint { float x_1_1_1; float x_1_1_2; } x1; struct CGSize { float x_2_1_1; float x_2_1_2; } x2; })arg1; +- (BOOL)isBackdropEnabled; +- (void)layoutSubviews; +- (id)listView; +- (id)preferredFocusEnvironments; +- (id)previewView; +- (void)setBackdropEnabled:(BOOL)arg1; +- (void)setBannerView:(id)arg1; +- (void)setBgImageView:(id)arg1; +- (void)setFloatingBanner:(BOOL)arg1; +- (void)setListView:(id)arg1; +- (void)setOverlayBlurOffset:(float)arg1; +- (void)setPreviewView:(id)arg1; + +@end diff --git a/PrivateFrameworks/TVMLKit.framework/_TVListView.h b/PrivateFrameworks/TVMLKit.framework/_TVListView.h new file mode 100644 index 0000000000..d03c4468d7 --- /dev/null +++ b/PrivateFrameworks/TVMLKit.framework/_TVListView.h @@ -0,0 +1,15 @@ +/* Generated by RuntimeBrowser + Image: /System/Library/PrivateFrameworks/TVMLKit.framework/TVMLKit + */ + +@interface _TVListView : _TVCollectionView { + float _topPaddingFactor; +} + +@property (nonatomic) float topPaddingFactor; + +- (void)_getGradientMaskBounds:(out struct CGRect { struct CGPoint { float x_1_1_1; float x_1_1_2; } x1; struct CGSize { float x_2_1_1; float x_2_1_2; } x2; }*)arg1 startInsets:(out struct UIEdgeInsets { float x1; float x2; float x3; float x4; }*)arg2 endInsets:(out struct UIEdgeInsets { float x1; float x2; float x3; float x4; }*)arg3 intensities:(out struct UIEdgeInsets { float x1; float x2; float x3; float x4; }*)arg4; +- (void)setTopPaddingFactor:(float)arg1; +- (float)topPaddingFactor; + +@end diff --git a/PrivateFrameworks/TVMLKit.framework/_TVListViewCell.h b/PrivateFrameworks/TVMLKit.framework/_TVListViewCell.h new file mode 100644 index 0000000000..6feaeae6cc --- /dev/null +++ b/PrivateFrameworks/TVMLKit.framework/_TVListViewCell.h @@ -0,0 +1,48 @@ +/* Generated by RuntimeBrowser + Image: /System/Library/PrivateFrameworks/TVMLKit.framework/TVMLKit + */ + +@interface _TVListViewCell : UICollectionViewCell { + UIColor * _backgroundColor; + <_TVListViewCellDelegate> * _delegate; + BOOL _disabled; + _UIFloatingContentView * _floatingView; + UIColor * _highlightedBackgroundColor; + BOOL _shouldAppearSelected; +} + +@property (nonatomic) <_TVListViewCellDelegate> *delegate; +@property (getter=isDisabled, nonatomic) BOOL disabled; +@property (nonatomic, retain) _UIFloatingContentView *floatingView; +@property (nonatomic) BOOL shouldAppearSelected; + +- (void).cxx_destruct; +- (BOOL)_descendantsShouldHighlight; +- (unsigned int)_floatingViewControlState; +- (id)_preferredConfigurationForFocusAnimation:(int)arg1 inContext:(id)arg2; +- (void)_updateBackgroundColor; +- (void)_updateSelectedBackgroundColor; +- (BOOL)canBecomeFocused; +- (id)delegate; +- (void)didUpdateFocusInContext:(id)arg1 withAnimationCoordinator:(id)arg2; +- (id)floatingView; +- (id)initWithFrame:(struct CGRect { struct CGPoint { float x_1_1_1; float x_1_1_2; } x1; struct CGSize { float x_2_1_1; float x_2_1_2; } x2; })arg1; +- (BOOL)isDisabled; +- (void)layoutSubviews; +- (void)prepareForReuse; +- (void)pressesBegan:(id)arg1 withEvent:(id)arg2; +- (void)pressesCancelled:(id)arg1 withEvent:(id)arg2; +- (void)pressesEnded:(id)arg1 withEvent:(id)arg2; +- (void)setBackgroundColor:(id)arg1; +- (void)setBackgroundColor:(id)arg1 forState:(unsigned int)arg2; +- (void)setDelegate:(id)arg1; +- (void)setDisabled:(BOOL)arg1; +- (void)setFloatingView:(id)arg1; +- (void)setSelected:(BOOL)arg1; +- (void)setSelected:(BOOL)arg1 animated:(BOOL)arg2; +- (void)setShouldAppearSelected:(BOOL)arg1; +- (BOOL)shouldAppearSelected; +- (void)traitCollectionDidChange:(id)arg1; +- (void)updateFloatingViewControlStateForPreviouslyFocusedView:(id)arg1; + +@end diff --git a/PrivateFrameworks/TVMLKit.framework/_TVListViewController.h b/PrivateFrameworks/TVMLKit.framework/_TVListViewController.h new file mode 100644 index 0000000000..516c9a9d6e --- /dev/null +++ b/PrivateFrameworks/TVMLKit.framework/_TVListViewController.h @@ -0,0 +1,92 @@ +/* Generated by RuntimeBrowser + Image: /System/Library/PrivateFrameworks/TVMLKit.framework/TVMLKit + */ + +@interface _TVListViewController : UIViewController { + float _cachedCellWidth; + NSMutableArray * _cachedListChildViewControllers; + NSDictionary * _cachedListItemLockupHeightsBySection; + IKCollectionElement * _collectionElement; + UICollectionView * _collectionView; + <_TVListViewControllerDelegate> * _delegate; + BOOL _floatingHeader; + IKViewElement * _headerElement; + UIViewController * _headerViewController; + NSIndexPath * _lastFocusedIndexPath; + NSIndexPath * _lastPreviewedIndexPath; + NSIndexPath * _pendingPreviewIndexPath; + UIViewController * _previewController; + IKViewElement * _previewElement; + BOOL _previewUpdated; + IKViewElement * _relatedContentElement; + BOOL _relatedContentElementValid; + NSIndexPath * _secondCellIndexPath; + BOOL _secondIndexPathFocused; + _TVShadowViewElement * _shadowCollectionElement; + BOOL _updateAutoHighlight; + _TVListWrappingView * _wrappingView; +} + +@property (nonatomic, retain) UICollectionView *collectionView; +@property (readonly, copy) NSString *debugDescription; +@property (nonatomic) <_TVListViewControllerDelegate> *delegate; +@property (readonly, copy) NSString *description; +@property (readonly) unsigned int hash; +@property (readonly) Class superclass; + ++ (id)_shadowCollectionElementForCollectionElement:(id)arg1; + +- (void).cxx_destruct; +- (id)_cachedViewControllerForElement:(id)arg1; +- (void)_delayedUpdatePreview; +- (void)_dispatchEventOfType:(unsigned int)arg1 forItemAtIndexPath:(id)arg2; +- (struct CGSize { float x1; float x2; })_expectedCellSizeForElement:(id)arg1 inSectionIndex:(int)arg2; +- (struct CGSize { float x1; float x2; })_expectedHeaderCellSizeForElement:(id)arg1; +- (id)_previewControllerWithElement:(id)arg1 previewElement:(id*)arg2; +- (void)_registerCellClassesInListView:(id)arg1; +- (id)_relatedContentElementForIndexPath:(id)arg1; +- (BOOL)_relatedElementIsGridAtIndexPath:(id)arg1; +- (void)_scrollToPreferredFocusView; +- (void)_updateCellMetrics; +- (void)_updateHeaderView; +- (BOOL)_updateListWithoutReloadingWithCollectionElement:(id)arg1; +- (void)_updateViewLayout; +- (void)_updatedPreviewWithItemAtIndexPath:(id)arg1; +- (id)_viewControllerForElement:(id)arg1; +- (id)collectionView; +- (id)collectionView:(id)arg1 cellForItemAtIndexPath:(id)arg2; +- (void)collectionView:(id)arg1 didEndDisplayingCell:(id)arg2 forItemAtIndexPath:(id)arg3; +- (void)collectionView:(id)arg1 didHighlightItemAtIndexPath:(id)arg2; +- (void)collectionView:(id)arg1 didReceiveLongPressForItemAtIndexPath:(id)arg2; +- (void)collectionView:(id)arg1 didReceivePhysicalPlayForItemAtIndexPath:(id)arg2; +- (void)collectionView:(id)arg1 didSelectItemAtIndexPath:(id)arg2; +- (void)collectionView:(id)arg1 didUnhighlightItemAtIndexPath:(id)arg2; +- (void)collectionView:(id)arg1 didUpdateFocusInContext:(id)arg2 withAnimationCoordinator:(id)arg3; +- (struct UIEdgeInsets { float x1; float x2; float x3; float x4; })collectionView:(id)arg1 layout:(id)arg2 insetForSectionAtIndex:(int)arg3; +- (struct CGSize { float x1; float x2; })collectionView:(id)arg1 layout:(id)arg2 referenceSizeForHeaderInSection:(int)arg3; +- (struct CGSize { float x1; float x2; })collectionView:(id)arg1 layout:(id)arg2 sizeForItemAtIndexPath:(id)arg3; +- (int)collectionView:(id)arg1 numberOfItemsInSection:(int)arg2; +- (BOOL)collectionView:(id)arg1 shouldHandleLongPressForItemAtIndexPath:(id)arg2; +- (id)collectionView:(id)arg1 viewForSupplementaryElementOfKind:(id)arg2 atIndexPath:(id)arg3; +- (void)collectionView:(id)arg1 willDisplayCell:(id)arg2 forItemAtIndexPath:(id)arg3; +- (void)dealloc; +- (id)delegate; +- (void)didMoveToParentViewController:(id)arg1; +- (id)impressionableElementsContainedInDocument:(id)arg1; +- (id)indexPathForPreferredFocusedViewInCollectionView:(id)arg1; +- (BOOL)listCell:(id)arg1 shouldAppearSelectedForPreviouslyFocusedView:(id)arg2; +- (void)loadView; +- (int)numberOfSectionsInCollectionView:(id)arg1; +- (id)preferredFocusEnvironments; +- (void)scrollViewDidScroll:(id)arg1; +- (void)scrollViewWillEndDragging:(id)arg1 withVelocity:(struct CGPoint { float x1; float x2; })arg2 targetContentOffset:(inout struct CGPoint { float x1; float x2; }*)arg3; +- (void)setCollectionView:(id)arg1; +- (void)setDelegate:(id)arg1; +- (void)templateControllerDidUpdateFocusFromView:(id)arg1; +- (void)updateWithViewElement:(id)arg1; +- (void)viewDidAppear:(BOOL)arg1; +- (void)viewDidLayoutSubviews; +- (void)viewWillAppear:(BOOL)arg1; +- (void)viewWillTransitionToSize:(struct CGSize { float x1; float x2; })arg1 withTransitionCoordinator:(id)arg2; + +@end diff --git a/PrivateFrameworks/TVMLKit.framework/_TVListWrappingView.h b/PrivateFrameworks/TVMLKit.framework/_TVListWrappingView.h new file mode 100644 index 0000000000..0d0945a769 --- /dev/null +++ b/PrivateFrameworks/TVMLKit.framework/_TVListWrappingView.h @@ -0,0 +1,59 @@ +/* Generated by RuntimeBrowser + Image: /System/Library/PrivateFrameworks/TVMLKit.framework/TVMLKit + */ + +@interface _TVListWrappingView : UIView { + struct UIEdgeInsets { + float top; + float left; + float bottom; + float right; + } _cachedHeaderMargin; + struct CGSize { + float width; + float height; + } _cachedHeaderSize; + BOOL _computationValid; + BOOL _floatingHeader; + BOOL _headerCanBecomeFocused; + BOOL _headerFocused; + UIView * _headerView; + struct UIEdgeInsets { + float top; + float left; + float bottom; + float right; + } _listContentInset; + UICollectionView * _listView; +} + +@property (nonatomic) BOOL floatingHeader; +@property (nonatomic) BOOL headerCanBecomeFocused; +@property (getter=isHeaderFocused, nonatomic) BOOL headerFocused; +@property (nonatomic, retain) UIView *headerView; +@property (nonatomic) struct UIEdgeInsets { float x1; float x2; float x3; float x4; } listContentInset; +@property (nonatomic, retain) UICollectionView *listView; + ++ (float)_heightThatFitsList:(id)arg1 contentInset:(struct UIEdgeInsets { float x1; float x2; float x3; float x4; })arg2; + +- (void).cxx_destruct; +- (struct UIEdgeInsets { float x1; float x2; float x3; float x4; })_listContentInsetForSize:(struct CGSize { float x1; float x2; })arg1; +- (void)adjustScrollForContentOffset:(struct CGPoint { float x1; float x2; })arg1; +- (void)didUpdateFocusFromView:(id)arg1; +- (BOOL)floatingHeader; +- (BOOL)headerCanBecomeFocused; +- (id)headerView; +- (BOOL)isHeaderFocused; +- (void)layoutSubviews; +- (struct UIEdgeInsets { float x1; float x2; float x3; float x4; })listContentInset; +- (id)listView; +- (id)preferredFocusEnvironments; +- (void)setFloatingHeader:(BOOL)arg1; +- (void)setHeaderCanBecomeFocused:(BOOL)arg1; +- (void)setHeaderFocused:(BOOL)arg1; +- (void)setHeaderView:(id)arg1; +- (void)setListContentInset:(struct UIEdgeInsets { float x1; float x2; float x3; float x4; })arg1; +- (void)setListView:(id)arg1; +- (struct CGSize { float x1; float x2; })sizeThatFits:(struct CGSize { float x1; float x2; })arg1; + +@end diff --git a/PrivateFrameworks/TVMLKit.framework/_TVLoadingImageView.h b/PrivateFrameworks/TVMLKit.framework/_TVLoadingImageView.h new file mode 100644 index 0000000000..7d6ccd31b4 --- /dev/null +++ b/PrivateFrameworks/TVMLKit.framework/_TVLoadingImageView.h @@ -0,0 +1,16 @@ +/* Generated by RuntimeBrowser + Image: /System/Library/PrivateFrameworks/TVMLKit.framework/TVMLKit + */ + +@interface _TVLoadingImageView : UIView + +@property (readonly, copy) NSString *debugDescription; +@property (readonly, copy) NSString *description; +@property (readonly) unsigned int hash; +@property (readonly) Class superclass; + +- (void)_fadeInFadeOut; +- (id)initWithFrame:(struct CGRect { struct CGPoint { float x_1_1_1; float x_1_1_2; } x1; struct CGSize { float x_2_1_1; float x_2_1_2; } x2; })arg1; +- (struct UIEdgeInsets { float x1; float x2; float x3; float x4; })selectionMarginsForSize:(struct CGSize { float x1; float x2; })arg1; + +@end diff --git a/PrivateFrameworks/TVMLKit.framework/_TVLoadingOverlayWindow.h b/PrivateFrameworks/TVMLKit.framework/_TVLoadingOverlayWindow.h new file mode 100644 index 0000000000..1d33b5f05a --- /dev/null +++ b/PrivateFrameworks/TVMLKit.framework/_TVLoadingOverlayWindow.h @@ -0,0 +1,10 @@ +/* Generated by RuntimeBrowser + Image: /System/Library/PrivateFrameworks/TVMLKit.framework/TVMLKit + */ + +@interface _TVLoadingOverlayWindow : UIWindow + +- (BOOL)_canBecomeKeyWindow; +- (BOOL)_wantsFocusEngine; + +@end diff --git a/PrivateFrameworks/TVMLKit.framework/_TVLoadingView.h b/PrivateFrameworks/TVMLKit.framework/_TVLoadingView.h new file mode 100644 index 0000000000..08129362c2 --- /dev/null +++ b/PrivateFrameworks/TVMLKit.framework/_TVLoadingView.h @@ -0,0 +1,26 @@ +/* Generated by RuntimeBrowser + Image: /System/Library/PrivateFrameworks/TVMLKit.framework/TVMLKit + */ + +@interface _TVLoadingView : UIView { + UIView * _loadingTitleLabel; + BOOL _shouldShowSpinner; + UIActivityIndicatorView * _spinnerView; +} + +@property (nonatomic, retain) UIView *loadingTitleLabel; +@property (nonatomic) BOOL shouldShowSpinner; +@property (nonatomic, retain) UIActivityIndicatorView *spinnerView; + +- (void).cxx_destruct; +- (void)_showSpinner; +- (BOOL)canBecomeFocused; +- (id)initWithFrame:(struct CGRect { struct CGPoint { float x_1_1_1; float x_1_1_2; } x1; struct CGSize { float x_2_1_1; float x_2_1_2; } x2; })arg1; +- (id)loadingTitleLabel; +- (void)setLoadingTitleLabel:(id)arg1; +- (void)setShouldShowSpinner:(BOOL)arg1; +- (void)setSpinnerView:(id)arg1; +- (BOOL)shouldShowSpinner; +- (id)spinnerView; + +@end diff --git a/PrivateFrameworks/TVMLKit.framework/_TVLoadingViewController.h b/PrivateFrameworks/TVMLKit.framework/_TVLoadingViewController.h new file mode 100644 index 0000000000..30287e0f5d --- /dev/null +++ b/PrivateFrameworks/TVMLKit.framework/_TVLoadingViewController.h @@ -0,0 +1,36 @@ +/* Generated by RuntimeBrowser + Image: /System/Library/PrivateFrameworks/TVMLKit.framework/TVMLKit + */ + +@interface _TVLoadingViewController : _TVBgImageLoadingViewController { + _TVImageView * _backgroundImageView; + IKImageElement * _bgImageElement; + IKImageElement * _heroImgElement; + UIImage * _loadingImage; + IKViewElement * _loadingTemplateElement; + UIView * _loadingTitleLabel; + float _spinnerDelay; + struct CGSize { + float width; + float height; + } _spinnerSize; + UIActivityIndicatorView * _spinnerView; + UIVisualEffectView * _visualEffectView; +} + +- (void).cxx_destruct; +- (id)_backgroundImageProxy; +- (struct CGSize { float x1; float x2; })_backgroundImageProxySize; +- (void)_configureBackgroundImageView; +- (void)_configureWithBgImage:(id)arg1 backdropImage:(id)arg2; +- (id)init; +- (void)loadView; +- (void)setLoadingTitle:(id)arg1; +- (void)setSpinnerDelay:(double)arg1; +- (void)updateWithLoadingTemplate:(id)arg1; +- (void)updateWithViewElement:(id)arg1; +- (void)viewDidAppear:(BOOL)arg1; +- (void)viewWillAppear:(BOOL)arg1; +- (void)viewWillDisappear:(BOOL)arg1; + +@end diff --git a/PrivateFrameworks/TVMLKit.framework/_TVLockupFactory.h b/PrivateFrameworks/TVMLKit.framework/_TVLockupFactory.h new file mode 100644 index 0000000000..2a9cf08f81 --- /dev/null +++ b/PrivateFrameworks/TVMLKit.framework/_TVLockupFactory.h @@ -0,0 +1,17 @@ +/* Generated by RuntimeBrowser + Image: /System/Library/PrivateFrameworks/TVMLKit.framework/TVMLKit + */ + +@interface _TVLockupFactory : NSObject + ++ (id)_configurationIdentifierForElement:(id)arg1; ++ (void)_configureCell:(id)arg1 withElement:(id)arg2; ++ (void)_configureStackingPoster:(id)arg1 withElement:(id)arg2 forMetrics:(BOOL)arg3; ++ (struct UIEdgeInsets { float x1; float x2; float x3; float x4; })_customCellPaddingForCellMetrics:(struct TVCellMetrics { struct CGSize { float x_1_1_1; float x_1_1_2; } x1; struct UIEdgeInsets { float x_2_1_1; float x_2_1_2; float x_2_1_3; float x_2_1_4; } x2; struct UIEdgeInsets { float x_3_1_1; float x_3_1_2; float x_3_1_3; float x_3_1_4; } x3; struct UIEdgeInsets { float x_4_1_1; float x_4_1_2; float x_4_1_3; float x_4_1_4; } x4; struct UIEdgeInsets { float x_5_1_1; float x_5_1_2; float x_5_1_3; float x_5_1_4; } x5; })arg1 withCollectionCellMetrics:(struct TVCellMetrics { struct CGSize { float x_1_1_1; float x_1_1_2; } x1; struct UIEdgeInsets { float x_2_1_1; float x_2_1_2; float x_2_1_3; float x_2_1_4; } x2; struct UIEdgeInsets { float x_3_1_1; float x_3_1_2; float x_3_1_3; float x_3_1_4; } x3; struct UIEdgeInsets { float x_4_1_1; float x_4_1_2; float x_4_1_3; float x_4_1_4; } x4; struct UIEdgeInsets { float x_5_1_1; float x_5_1_2; float x_5_1_3; float x_5_1_4; } x5; })arg2 contentAlignment:(int)arg3; ++ (struct TVCellMetrics { struct CGSize { float x_1_1_1; float x_1_1_2; } x1; struct UIEdgeInsets { float x_2_1_1; float x_2_1_2; float x_2_1_3; float x_2_1_4; } x2; struct UIEdgeInsets { float x_3_1_1; float x_3_1_2; float x_3_1_3; float x_3_1_4; } x3; struct UIEdgeInsets { float x_4_1_1; float x_4_1_2; float x_4_1_3; float x_4_1_4; } x4; struct UIEdgeInsets { float x_5_1_1; float x_5_1_2; float x_5_1_3; float x_5_1_4; } x5; })cellMetricsForCollectionElement:(id)arg1; ++ (void)updateViewLayoutForCell:(id)arg1 forSize:(struct CGSize { float x1; float x2; })arg2; + +- (void)_registerLockup; +- (id)init; + +@end diff --git a/PrivateFrameworks/TVMLKit.framework/_TVMLCollectionViewController.h b/PrivateFrameworks/TVMLKit.framework/_TVMLCollectionViewController.h new file mode 100644 index 0000000000..1d87facf9f --- /dev/null +++ b/PrivateFrameworks/TVMLKit.framework/_TVMLCollectionViewController.h @@ -0,0 +1,114 @@ +/* Generated by RuntimeBrowser + Image: /System/Library/PrivateFrameworks/TVMLKit.framework/TVMLKit + */ + +@interface _TVMLCollectionViewController : UIViewController { + struct TVCellMetrics { + struct CGSize { + float width; + float height; + } cellSize; + struct UIEdgeInsets { + float top; + float left; + float bottom; + float right; + } cellPadding; + struct UIEdgeInsets { + float top; + float left; + float bottom; + float right; + } cellInset; + struct UIEdgeInsets { + float top; + float left; + float bottom; + float right; + } cellInsetAlt; + struct UIEdgeInsets { + float top; + float left; + float bottom; + float right; + } cellMargin; + } _cellMetrics; + IKCollectionElement * _collectionElement; + UICollectionView * _collectionView; + BOOL _didAppear; + IKViewElement * _headerElement; + UIViewController * _headerViewController; + BOOL _ignoreNextSelect; + float _impressionThreshold; + NSIndexPath * _lastFocusedIndexPath; + BOOL _needsMoreContent; + _TVConfirmationPreviewInteractionController * _previewInteractionController; + _TVShadowViewElement * _shadowViewElement; +} + +@property (nonatomic, readonly) struct TVCellMetrics { struct CGSize { float x_1_1_1; float x_1_1_2; } x1; struct UIEdgeInsets { float x_2_1_1; float x_2_1_2; float x_2_1_3; float x_2_1_4; } x2; struct UIEdgeInsets { float x_3_1_1; float x_3_1_2; float x_3_1_3; float x_3_1_4; } x3; struct UIEdgeInsets { float x_4_1_1; float x_4_1_2; float x_4_1_3; float x_4_1_4; } x4; struct UIEdgeInsets { float x_5_1_1; float x_5_1_2; float x_5_1_3; float x_5_1_4; } x5; } cellMetrics; +@property (nonatomic, readonly, retain) IKCollectionElement *collectionElement; +@property (nonatomic, retain) UICollectionView *collectionView; +@property (nonatomic, readonly, retain) _TVCollectionWrappingView *collectionWrappingView; +@property (readonly, copy) NSString *debugDescription; +@property (readonly, copy) NSString *description; +@property (readonly) unsigned int hash; +@property (nonatomic, readonly, retain) IKViewElement *headerElement; +@property (nonatomic, retain) UIViewController *headerViewController; +@property (nonatomic, copy) NSIndexPath *lastFocusedIndexPath; +@property (nonatomic, retain) _TVShadowViewElement *shadowViewElement; +@property (readonly) Class superclass; + ++ (id)_shadowViewElementForCollectionElement:(id)arg1; ++ (id)headerElementFromCollectionElement:(id)arg1; + +- (void).cxx_destruct; +- (void)_cancelImpressionsUpdate; +- (void)_confirmationPreviewInteractionControllerShouldBegin; +- (void)_doUpdateViewLayoutAnimated:(BOOL)arg1 relayout:(BOOL)arg2; +- (void)_evaluateNeedsMoreContent; +- (void)_recordImpressionsForVisibleView; +- (void)_registerCellClassesInCollectionView:(id)arg1; +- (void)_updateHeaderView; +- (void)_updateImpressions; +- (struct TVCellMetrics { struct CGSize { float x_1_1_1; float x_1_1_2; } x1; struct UIEdgeInsets { float x_2_1_1; float x_2_1_2; float x_2_1_3; float x_2_1_4; } x2; struct UIEdgeInsets { float x_3_1_1; float x_3_1_2; float x_3_1_3; float x_3_1_4; } x3; struct UIEdgeInsets { float x_4_1_1; float x_4_1_2; float x_4_1_3; float x_4_1_4; } x4; struct UIEdgeInsets { float x_5_1_1; float x_5_1_2; float x_5_1_3; float x_5_1_4; } x5; })cellMetrics; +- (id)collectionElement; +- (id)collectionView; +- (id)collectionView:(id)arg1 cellForItemAtIndexPath:(id)arg2; +- (void)collectionView:(id)arg1 didEndDisplayingCell:(id)arg2 forItemAtIndexPath:(id)arg3; +- (void)collectionView:(id)arg1 didReceiveLongPressForItemAtIndexPath:(id)arg2; +- (void)collectionView:(id)arg1 didReceivePhysicalPlayForItemAtIndexPath:(id)arg2; +- (void)collectionView:(id)arg1 didSelectItemAtIndexPath:(id)arg2; +- (void)collectionView:(id)arg1 didUpdateFocusInContext:(id)arg2 withAnimationCoordinator:(id)arg3; +- (int)collectionView:(id)arg1 numberOfItemsInSection:(int)arg2; +- (BOOL)collectionView:(id)arg1 shouldHandleLongPressForItemAtIndexPath:(id)arg2; +- (BOOL)collectionView:(id)arg1 shouldSelectItemAtIndexPath:(id)arg2; +- (void)collectionView:(id)arg1 willDisplayCell:(id)arg2 forItemAtIndexPath:(id)arg3; +- (id)collectionWrappingView; +- (void)dealloc; +- (void)dispatchEventOfType:(unsigned int)arg1 forItemAtIndexPath:(id)arg2 completionBlock:(id /* block */)arg3; +- (struct CGSize { float x1; float x2; })expectedCellSizeForElement:(id)arg1; +- (id)headerElement; +- (id)headerViewController; +- (id)impressionableElementsContainedInDocument:(id)arg1; +- (id)indexPathForPreferredFocusedViewInCollectionView:(id)arg1; +- (id)lastFocusedIndexPath; +- (void)loadView; +- (int)numberOfSectionsInCollectionView:(id)arg1; +- (id)preferredFocusEnvironments; +- (void)preloadSubviewsInRect:(struct CGRect { struct CGPoint { float x_1_1_1; float x_1_1_2; } x1; struct CGSize { float x_2_1_1; float x_2_1_2; } x2; })arg1; +- (void)scrollViewDidScroll:(id)arg1; +- (void)setCollectionView:(id)arg1; +- (void)setHeaderViewController:(id)arg1; +- (void)setLastFocusedIndexPath:(id)arg1; +- (void)setShadowViewElement:(id)arg1; +- (id)shadowViewElement; +- (void)traitCollectionDidChange:(id)arg1; +- (void)tv_updateViewLayout; +- (void)updateFocusInContext:(id)arg1 withAnimationCoordinator:(id)arg2; +- (void)updateWithViewElement:(id)arg1 cellMetrics:(struct TVCellMetrics { struct CGSize { float x_1_1_1; float x_1_1_2; } x1; struct UIEdgeInsets { float x_2_1_1; float x_2_1_2; float x_2_1_3; float x_2_1_4; } x2; struct UIEdgeInsets { float x_3_1_1; float x_3_1_2; float x_3_1_3; float x_3_1_4; } x3; struct UIEdgeInsets { float x_4_1_1; float x_4_1_2; float x_4_1_3; float x_4_1_4; } x4; struct UIEdgeInsets { float x_5_1_1; float x_5_1_2; float x_5_1_3; float x_5_1_4; } x5; })arg2; +- (void)viewDidAppear:(BOOL)arg1; +- (void)viewDidDisappear:(BOOL)arg1; +- (void)viewWillTransitionToSize:(struct CGSize { float x1; float x2; })arg1 withTransitionCoordinator:(id)arg2; + +@end diff --git a/PrivateFrameworks/TVMLKit.framework/_TVMLGridView.h b/PrivateFrameworks/TVMLKit.framework/_TVMLGridView.h new file mode 100644 index 0000000000..09c164dc24 --- /dev/null +++ b/PrivateFrameworks/TVMLKit.framework/_TVMLGridView.h @@ -0,0 +1,26 @@ +/* Generated by RuntimeBrowser + Image: /System/Library/PrivateFrameworks/TVMLKit.framework/TVMLKit + */ + +@interface _TVMLGridView : _TVGridView { + BOOL _configureForListTemplate; + UIView * _headerView; +} + +@property (nonatomic) BOOL configureForListTemplate; +@property (readonly, copy) NSString *debugDescription; +@property (readonly, copy) NSString *description; +@property (readonly) unsigned int hash; +@property (nonatomic, retain) UIView *headerView; +@property (nonatomic, readonly) BOOL shouldBindRowsTogether; +@property (readonly) Class superclass; + +- (void).cxx_destruct; +- (BOOL)configureForListTemplate; +- (id)headerView; +- (id)rowMetricsForExpectedWidth:(float)arg1 firstItemRowIndex:(int*)arg2; +- (void)setConfigureForListTemplate:(BOOL)arg1; +- (void)setHeaderView:(id)arg1; +- (struct CGSize { float x1; float x2; })sizeThatFits:(struct CGSize { float x1; float x2; })arg1; + +@end diff --git a/PrivateFrameworks/TVMLKit.framework/_TVMLKitApplication.h b/PrivateFrameworks/TVMLKit.framework/_TVMLKitApplication.h new file mode 100644 index 0000000000..0b83f6bbe4 --- /dev/null +++ b/PrivateFrameworks/TVMLKit.framework/_TVMLKitApplication.h @@ -0,0 +1,58 @@ +/* Generated by RuntimeBrowser + Image: /System/Library/PrivateFrameworks/TVMLKit.framework/TVMLKit + */ + +@interface _TVMLKitApplication : NSObject { + BOOL _headless; + NSDictionary * _javaScriptLaunchOptions; + UIWindow * _keyWindow; + TVApplicationControllerContext * _launchContext; + IKAppDataStorage * _localDataStorage; + _TVRootMenuBarController * _menuBarController; + _TVAppNavigationController * _navigationController; +} + +@property (readonly, copy) NSString *debugDescription; +@property (readonly, copy) NSString *description; +@property (readonly) unsigned int hash; +@property (nonatomic) BOOL headless; +@property (nonatomic, copy) NSDictionary *javaScriptLaunchOptions; +@property (nonatomic) UIWindow *keyWindow; +@property (nonatomic) TVApplicationControllerContext *launchContext; +@property (nonatomic) IKAppDataStorage *localDataStorage; +@property (nonatomic) _TVRootMenuBarController *menuBarController; +@property (nonatomic) _TVAppNavigationController *navigationController; +@property (readonly) Class superclass; + +- (void).cxx_destruct; +- (id)activeDocument; +- (id)appIdentifier; +- (BOOL)appIsPrivileged; +- (BOOL)appIsTrusted; +- (id)appJSCachePath; +- (id)appJSURL; +- (id)appLaunchParams; +- (id)appLocalJSURL; +- (id)appTraitCollection; +- (BOOL)headless; +- (id)initWithLaunchContext:(id)arg1; +- (id)javaScriptLaunchOptions; +- (id)keyWindow; +- (id)launchContext; +- (id)localDataStorage; +- (id)localStorage; +- (id)menuBarController; +- (id)navigationController; +- (void)setHeadless:(BOOL)arg1; +- (void)setJavaScriptLaunchOptions:(id)arg1; +- (void)setKeyWindow:(id)arg1; +- (void)setLaunchContext:(id)arg1; +- (void)setLocalDataStorage:(id)arg1; +- (void)setMenuBarController:(id)arg1; +- (void)setNavigationController:(id)arg1; +- (BOOL)shouldIgnoreJSValidation; +- (id)userDefaultsStorage; +- (id)vendorIdentifier; +- (id)vendorStorage; + +@end diff --git a/PrivateFrameworks/TVMLKit.framework/_TVMLShelfView.h b/PrivateFrameworks/TVMLKit.framework/_TVMLShelfView.h new file mode 100644 index 0000000000..464a2c230f --- /dev/null +++ b/PrivateFrameworks/TVMLKit.framework/_TVMLShelfView.h @@ -0,0 +1,22 @@ +/* Generated by RuntimeBrowser + Image: /System/Library/PrivateFrameworks/TVMLKit.framework/TVMLKit + */ + +@interface _TVMLShelfView : _TVShelfView + +@property (readonly, copy) NSString *debugDescription; +@property (readonly, copy) NSString *description; +@property (readonly) unsigned int hash; +@property (nonatomic, readonly) BOOL shouldBindRowsTogether; +@property (readonly) Class superclass; + +- (struct UIEdgeInsets { float x1; float x2; float x3; float x4; })_selectionMarginsForCell:(id)arg1; +- (id)init; +- (id)initWithCoder:(id)arg1; +- (id)initWithFrame:(struct CGRect { struct CGPoint { float x_1_1_1; float x_1_1_2; } x1; struct CGSize { float x_2_1_1; float x_2_1_2; } x2; })arg1; +- (id)initWithFrame:(struct CGRect { struct CGPoint { float x_1_1_1; float x_1_1_2; } x1; struct CGSize { float x_2_1_1; float x_2_1_2; } x2; })arg1 _shelfViewLayout:(id)arg2; +- (id)initWithFrame:(struct CGRect { struct CGPoint { float x_1_1_1; float x_1_1_2; } x1; struct CGSize { float x_2_1_1; float x_2_1_2; } x2; })arg1 shelfViewLayout:(id)arg2; +- (id)rowMetricsForExpectedWidth:(float)arg1 firstItemRowIndex:(int*)arg2; +- (BOOL)shouldBindRowsTogether; + +@end diff --git a/PrivateFrameworks/TVMLKit.framework/_TVMLShelfViewLayout.h b/PrivateFrameworks/TVMLKit.framework/_TVMLShelfViewLayout.h new file mode 100644 index 0000000000..de47322127 --- /dev/null +++ b/PrivateFrameworks/TVMLKit.framework/_TVMLShelfViewLayout.h @@ -0,0 +1,47 @@ +/* Generated by RuntimeBrowser + Image: /System/Library/PrivateFrameworks/TVMLKit.framework/TVMLKit + */ + +@interface _TVMLShelfViewLayout : _TVShelfViewLayout { + struct TVCellMetrics { + struct CGSize { + float width; + float height; + } cellSize; + struct UIEdgeInsets { + float top; + float left; + float bottom; + float right; + } cellPadding; + struct UIEdgeInsets { + float top; + float left; + float bottom; + float right; + } cellInset; + struct UIEdgeInsets { + float top; + float left; + float bottom; + float right; + } cellInsetAlt; + struct UIEdgeInsets { + float top; + float left; + float bottom; + float right; + } cellMargin; + } _cellMetrics; +} + +@property (nonatomic) struct TVCellMetrics { struct CGSize { float x_1_1_1; float x_1_1_2; } x1; struct UIEdgeInsets { float x_2_1_1; float x_2_1_2; float x_2_1_3; float x_2_1_4; } x2; struct UIEdgeInsets { float x_3_1_1; float x_3_1_2; float x_3_1_3; float x_3_1_4; } x3; struct UIEdgeInsets { float x_4_1_1; float x_4_1_2; float x_4_1_3; float x_4_1_4; } x4; struct UIEdgeInsets { float x_5_1_1; float x_5_1_2; float x_5_1_3; float x_5_1_4; } x5; } cellMetrics; + +- (id /* block */)_animationForReusableView:(id)arg1 toLayoutAttributes:(id)arg2 type:(unsigned int)arg3; +- (struct TVCellMetrics { struct CGSize { float x_1_1_1; float x_1_1_2; } x1; struct UIEdgeInsets { float x_2_1_1; float x_2_1_2; float x_2_1_3; float x_2_1_4; } x2; struct UIEdgeInsets { float x_3_1_1; float x_3_1_2; float x_3_1_3; float x_3_1_4; } x3; struct UIEdgeInsets { float x_4_1_1; float x_4_1_2; float x_4_1_3; float x_4_1_4; } x4; struct UIEdgeInsets { float x_5_1_1; float x_5_1_2; float x_5_1_3; float x_5_1_4; } x5; })cellMetrics; +- (id)contentRowMetrics; +- (float)expectedLineSpacing; +- (void)setCellMetrics:(struct TVCellMetrics { struct CGSize { float x_1_1_1; float x_1_1_2; } x1; struct UIEdgeInsets { float x_2_1_1; float x_2_1_2; float x_2_1_3; float x_2_1_4; } x2; struct UIEdgeInsets { float x_3_1_1; float x_3_1_2; float x_3_1_3; float x_3_1_4; } x3; struct UIEdgeInsets { float x_4_1_1; float x_4_1_2; float x_4_1_3; float x_4_1_4; } x4; struct UIEdgeInsets { float x_5_1_1; float x_5_1_2; float x_5_1_3; float x_5_1_4; } x5; })arg1; +- (struct CGPoint { float x1; float x2; })targetContentOffsetForProposedContentOffset:(struct CGPoint { float x1; float x2; })arg1; + +@end diff --git a/PrivateFrameworks/TVMLKit.framework/_TVMenuBarStackButton.h b/PrivateFrameworks/TVMLKit.framework/_TVMenuBarStackButton.h new file mode 100644 index 0000000000..90c3d3abf7 --- /dev/null +++ b/PrivateFrameworks/TVMLKit.framework/_TVMenuBarStackButton.h @@ -0,0 +1,24 @@ +/* Generated by RuntimeBrowser + Image: /System/Library/PrivateFrameworks/TVMLKit.framework/TVMLKit + */ + +@interface _TVMenuBarStackButton : UIButton { + NSDictionary * _tabBarItem; +} + +@property (nonatomic, retain) NSDictionary *tabBarItem; + +- (void).cxx_destruct; +- (void)_configureSubviews; +- (void)_setSelectedOrHighlighted:(BOOL)arg1; +- (void)_updateImageEdgeInsets; +- (void)_updateSelectionViewForState:(unsigned int)arg1; +- (id)initWithCoder:(id)arg1; +- (id)initWithFrame:(struct CGRect { struct CGPoint { float x_1_1_1; float x_1_1_2; } x1; struct CGSize { float x_2_1_1; float x_2_1_2; } x2; })arg1; +- (struct CGSize { float x1; float x2; })intrinsicContentSize; +- (void)setSelected:(BOOL)arg1; +- (void)setTabBarItem:(id)arg1; +- (id)tabBarItem; +- (void)traitCollectionDidChange:(id)arg1; + +@end diff --git a/PrivateFrameworks/TVMLKit.framework/_TVMenuBarStackView.h b/PrivateFrameworks/TVMLKit.framework/_TVMenuBarStackView.h new file mode 100644 index 0000000000..ef1373adae --- /dev/null +++ b/PrivateFrameworks/TVMLKit.framework/_TVMenuBarStackView.h @@ -0,0 +1,27 @@ +/* Generated by RuntimeBrowser + Image: /System/Library/PrivateFrameworks/TVMLKit.framework/TVMLKit + */ + +@interface _TVMenuBarStackView : UIStackView { + <_TVMenuBarStackViewDelegate> * _delegate; + unsigned int _selectedIndex; + NSArray * _tabBarItems; +} + +@property (nonatomic) <_TVMenuBarStackViewDelegate> *delegate; +@property (nonatomic) unsigned int selectedIndex; +@property (nonatomic, copy) NSArray *tabBarItems; + +- (void).cxx_destruct; +- (void)_buttonEventTouchUpInside:(id)arg1; +- (void)_configureView; +- (id)delegate; +- (id)initWithCoder:(id)arg1; +- (id)initWithFrame:(struct CGRect { struct CGPoint { float x_1_1_1; float x_1_1_2; } x1; struct CGSize { float x_2_1_1; float x_2_1_2; } x2; })arg1; +- (unsigned int)selectedIndex; +- (void)setDelegate:(id)arg1; +- (void)setSelectedIndex:(unsigned int)arg1; +- (void)setTabBarItems:(id)arg1; +- (id)tabBarItems; + +@end diff --git a/PrivateFrameworks/TVMLKit.framework/_TVModalPageBezelViewController.h b/PrivateFrameworks/TVMLKit.framework/_TVModalPageBezelViewController.h new file mode 100644 index 0000000000..356ee1fe48 --- /dev/null +++ b/PrivateFrameworks/TVMLKit.framework/_TVModalPageBezelViewController.h @@ -0,0 +1,33 @@ +/* Generated by RuntimeBrowser + Image: /System/Library/PrivateFrameworks/TVMLKit.framework/TVMLKit + */ + +@interface _TVModalPageBezelViewController : UIViewController { + UIColor * _bezelBackgroundColor; + float _bezelCornerRadius; + struct CGSize { + float width; + float height; + } _contentSize; + UIViewController * _contentViewController; +} + +@property (nonatomic, retain) UIColor *bezelBackgroundColor; +@property (nonatomic) float bezelCornerRadius; +@property (nonatomic) struct CGSize { float x1; float x2; } contentSize; +@property (nonatomic, retain) UIViewController *contentViewController; + +- (void).cxx_destruct; +- (id)bezelBackgroundColor; +- (float)bezelCornerRadius; +- (struct CGSize { float x1; float x2; })contentSize; +- (id)contentViewController; +- (id)initWithNibName:(id)arg1 bundle:(id)arg2; +- (void)setBezelBackgroundColor:(id)arg1; +- (void)setBezelCornerRadius:(float)arg1; +- (void)setContentSize:(struct CGSize { float x1; float x2; })arg1; +- (void)setContentViewController:(id)arg1; +- (void)viewDidLayoutSubviews; +- (void)viewDidLoad; + +@end diff --git a/PrivateFrameworks/TVMLKit.framework/_TVModalPageSupplementalViewController.h b/PrivateFrameworks/TVMLKit.framework/_TVModalPageSupplementalViewController.h new file mode 100644 index 0000000000..59118d1ac7 --- /dev/null +++ b/PrivateFrameworks/TVMLKit.framework/_TVModalPageSupplementalViewController.h @@ -0,0 +1,7 @@ +/* Generated by RuntimeBrowser + Image: /System/Library/PrivateFrameworks/TVMLKit.framework/TVMLKit + */ + +@interface _TVModalPageSupplementalViewController : UIViewController + +@end diff --git a/PrivateFrameworks/TVMLKit.framework/_TVModalPageTemplateController.h b/PrivateFrameworks/TVMLKit.framework/_TVModalPageTemplateController.h new file mode 100644 index 0000000000..c63a7da9a1 --- /dev/null +++ b/PrivateFrameworks/TVMLKit.framework/_TVModalPageTemplateController.h @@ -0,0 +1,30 @@ +/* Generated by RuntimeBrowser + Image: /System/Library/PrivateFrameworks/TVMLKit.framework/TVMLKit + */ + +@interface _TVModalPageTemplateController : UIViewController { + IKViewElement * _backgroundElement; + NSArray * _bezelViewControllers; + IKViewElement * _collectionListElement; + UIPageViewController * _pageViewController; + NSArray * _viewControllers; + IKViewElement * _viewElement; +} + +@property (readonly, copy) NSString *debugDescription; +@property (readonly, copy) NSString *description; +@property (readonly) unsigned int hash; +@property (readonly) Class superclass; + +- (void).cxx_destruct; +- (void)_tapAction:(id)arg1; +- (BOOL)_updateWithCollectionListElement:(id)arg1; +- (id)_viewControllerWithElement:(id)arg1 existingController:(id)arg2; +- (void)didMoveToParentViewController:(id)arg1; +- (void)loadView; +- (id)pageViewController:(id)arg1 viewControllerAfterViewController:(id)arg2; +- (id)pageViewController:(id)arg1 viewControllerBeforeViewController:(id)arg2; +- (void)updateWithViewElement:(id)arg1; +- (void)viewDidLoad; + +@end diff --git a/PrivateFrameworks/TVMLKit.framework/_TVModalPresentationAnimator.h b/PrivateFrameworks/TVMLKit.framework/_TVModalPresentationAnimator.h new file mode 100644 index 0000000000..5fd73596f3 --- /dev/null +++ b/PrivateFrameworks/TVMLKit.framework/_TVModalPresentationAnimator.h @@ -0,0 +1,23 @@ +/* Generated by RuntimeBrowser + Image: /System/Library/PrivateFrameworks/TVMLKit.framework/TVMLKit + */ + +@interface _TVModalPresentationAnimator : NSObject { + BOOL _presenting; +} + +@property (readonly, copy) NSString *debugDescription; +@property (readonly, copy) NSString *description; +@property (readonly) unsigned int hash; +@property (getter=isPresenting, nonatomic, readonly) BOOL presenting; +@property (readonly) Class superclass; + ++ (id)_alphaAnimationFactory; ++ (id)_transformAnimationFactory; + +- (void)animateTransition:(id)arg1; +- (id)initForPresenting:(BOOL)arg1; +- (BOOL)isPresenting; +- (double)transitionDuration:(id)arg1; + +@end diff --git a/PrivateFrameworks/TVMLKit.framework/_TVModalPresentationController.h b/PrivateFrameworks/TVMLKit.framework/_TVModalPresentationController.h new file mode 100644 index 0000000000..ed5919853e --- /dev/null +++ b/PrivateFrameworks/TVMLKit.framework/_TVModalPresentationController.h @@ -0,0 +1,25 @@ +/* Generated by RuntimeBrowser + Image: /System/Library/PrivateFrameworks/TVMLKit.framework/TVMLKit + */ + +@interface _TVModalPresentationController : UIPresentationController { + _UIBackdropView * _backdropView; + int _backdropViewStyle; + UIImageView * _noiseView; +} + +@property (nonatomic, readonly) _UIBackdropView *backdropView; +@property (nonatomic, readonly) int backdropViewStyle; +@property (nonatomic, readonly) UIImageView *noiseView; + +- (void).cxx_destruct; +- (void)_animateWithCoordinator:(id)arg1 isPresenting:(BOOL)arg2; +- (void)_configureSubviews; +- (id)backdropView; +- (int)backdropViewStyle; +- (void)dismissalTransitionWillBegin; +- (id)initWithPresentedViewController:(id)arg1 presentingViewController:(id)arg2; +- (id)noiseView; +- (void)presentationTransitionWillBegin; + +@end diff --git a/PrivateFrameworks/TVMLKit.framework/_TVModalPresenter.h b/PrivateFrameworks/TVMLKit.framework/_TVModalPresenter.h new file mode 100644 index 0000000000..189b8434eb --- /dev/null +++ b/PrivateFrameworks/TVMLKit.framework/_TVModalPresenter.h @@ -0,0 +1,39 @@ +/* Generated by RuntimeBrowser + Image: /System/Library/PrivateFrameworks/TVMLKit.framework/TVMLKit + */ + +@interface _TVModalPresenter : NSObject { + _TVModalPresentationAnimator * _dismissingAnimator; + UINavigationController * _modalRootViewController; + _TVModalPresentationAnimator * _presentingAnimator; +} + +@property (readonly, copy) NSString *debugDescription; +@property (readonly, copy) NSString *description; +@property (readonly) unsigned int hash; +@property (nonatomic, readonly) UINavigationController *modalRootViewController; +@property (nonatomic, readonly) UIViewController *presentedViewController; +@property (readonly) Class superclass; + ++ (id)presenter; + +- (void).cxx_destruct; +- (void)_configureModalController:(id)arg1 withFromController:(id)arg2 andConfiguration:(id)arg3; +- (void)_dismissAnimated:(BOOL)arg1 completion:(id /* block */)arg2; +- (id)_hidden; +- (void)_willRotateNotification:(id)arg1; +- (id)animationControllerForDismissedController:(id)arg1; +- (id)animationControllerForPresentedController:(id)arg1 presentingController:(id)arg2 sourceController:(id)arg3; +- (void)dealloc; +- (void)hideAllAnimated:(BOOL)arg1 withCompletion:(id /* block */)arg2; +- (void)hideController:(id)arg1 animated:(BOOL)arg2 withCompletion:(id /* block */)arg3; +- (id)init; +- (id)modalRootViewController; +- (unsigned int)navigationControllerSupportedInterfaceOrientations:(id)arg1; +- (id)presentationControllerForPresentedViewController:(id)arg1 presentingViewController:(id)arg2 sourceViewController:(id)arg3; +- (id)presentedViewController; +- (void)showController:(id)arg1 fromController:(id)arg2 withCompletionBlock:(id /* block */)arg3; +- (void)showController:(id)arg1 fromController:(id)arg2 withConfiguration:(id)arg3 andCompletionBlock:(id /* block */)arg4; +- (void)showController:(id)arg1 fromController:(id)arg2 withConfiguration:(id)arg3 animated:(BOOL)arg4 andCompletionBlock:(id /* block */)arg5; + +@end diff --git a/PrivateFrameworks/TVMLKit.framework/_TVMonogramDecorator.h b/PrivateFrameworks/TVMLKit.framework/_TVMonogramDecorator.h new file mode 100644 index 0000000000..5d376c2e2d --- /dev/null +++ b/PrivateFrameworks/TVMLKit.framework/_TVMonogramDecorator.h @@ -0,0 +1,22 @@ +/* Generated by RuntimeBrowser + Image: /System/Library/PrivateFrameworks/TVMLKit.framework/TVMLKit + */ + +@interface _TVMonogramDecorator : TVImageScaleDecorator { + UIColor * _borderColor; + float _borderWidth; +} + +@property (nonatomic, retain) UIColor *borderColor; +@property (nonatomic) float borderWidth; + +- (void).cxx_destruct; +- (void)_drawInScaledContext:(struct CGContext { }*)arg1; +- (BOOL)_needsAlphaForImage:(id)arg1; +- (id)borderColor; +- (float)borderWidth; +- (id)decoratorIdentifier; +- (void)setBorderColor:(id)arg1; +- (void)setBorderWidth:(float)arg1; + +@end diff --git a/PrivateFrameworks/TVMLKit.framework/_TVMonogramDescription.h b/PrivateFrameworks/TVMLKit.framework/_TVMonogramDescription.h new file mode 100644 index 0000000000..02f9be8a09 --- /dev/null +++ b/PrivateFrameworks/TVMLKit.framework/_TVMonogramDescription.h @@ -0,0 +1,64 @@ +/* Generated by RuntimeBrowser + Image: /System/Library/PrivateFrameworks/TVMLKit.framework/TVMLKit + */ + +@interface _TVMonogramDescription : NSObject { + UIColor * _borderColor; + float _borderWidth; + float _cornerRadius; + UIColor * _fillColor; + NSString * _firstName; + UIFont * _font; + BOOL _hasPlaceholder; + NSURL * _imageURL; + NSString * _lastName; + struct CGSize { + float width; + float height; + } _size; + NSString * _text; + float _upscaleAdjustment; +} + +@property (nonatomic, retain) UIColor *borderColor; +@property (nonatomic) float borderWidth; +@property (nonatomic) float cornerRadius; +@property (nonatomic, retain) UIColor *fillColor; +@property (nonatomic, readonly, copy) NSString *firstName; +@property (nonatomic, readonly, copy) UIFont *font; +@property (nonatomic) BOOL hasPlaceholder; +@property (nonatomic, readonly, copy) NSURL *imageURL; +@property (nonatomic, readonly, copy) NSString *lastName; +@property (nonatomic) struct CGSize { float x1; float x2; } size; +@property (nonatomic, copy) NSString *text; +@property (nonatomic) float upscaleAdjustment; + ++ (BOOL)supportsSecureCoding; + +- (void).cxx_destruct; +- (id)borderColor; +- (float)borderWidth; +- (float)cornerRadius; +- (void)encodeWithCoder:(id)arg1; +- (id)fillColor; +- (id)firstName; +- (id)font; +- (BOOL)hasPlaceholder; +- (id)imageURL; +- (id)init; +- (id)initWithCoder:(id)arg1; +- (id)initWithFirstName:(id)arg1 lastName:(id)arg2 imageURL:(id)arg3 font:(id)arg4; +- (id)lastName; +- (void)setBorderColor:(id)arg1; +- (void)setBorderWidth:(float)arg1; +- (void)setCornerRadius:(float)arg1; +- (void)setFillColor:(id)arg1; +- (void)setHasPlaceholder:(BOOL)arg1; +- (void)setSize:(struct CGSize { float x1; float x2; })arg1; +- (void)setText:(id)arg1; +- (void)setUpscaleAdjustment:(float)arg1; +- (struct CGSize { float x1; float x2; })size; +- (id)text; +- (float)upscaleAdjustment; + +@end diff --git a/PrivateFrameworks/TVMLKit.framework/_TVMonogramImageLoader.h b/PrivateFrameworks/TVMLKit.framework/_TVMonogramImageLoader.h new file mode 100644 index 0000000000..7a686c6f94 --- /dev/null +++ b/PrivateFrameworks/TVMLKit.framework/_TVMonogramImageLoader.h @@ -0,0 +1,20 @@ +/* Generated by RuntimeBrowser + Image: /System/Library/PrivateFrameworks/TVMLKit.framework/TVMLKit + */ + +@interface _TVMonogramImageLoader : NSObject + +@property (readonly, copy) NSString *debugDescription; +@property (readonly, copy) NSString *description; +@property (readonly) unsigned int hash; +@property (readonly) Class superclass; + ++ (id)sharedInstance; + +- (id)_imageLoadError; +- (BOOL)_isValidAppleAccountImageURL:(id)arg1; +- (void)cancelLoad:(id)arg1; +- (id)imageKeyForObject:(id)arg1; +- (id)loadImageForObject:(id)arg1 scaleToSize:(struct CGSize { float x1; float x2; })arg2 cropToFit:(BOOL)arg3 completionHandler:(id /* block */)arg4; + +@end diff --git a/PrivateFrameworks/TVMLKit.framework/_TVMonogramView.h b/PrivateFrameworks/TVMLKit.framework/_TVMonogramView.h new file mode 100644 index 0000000000..0d605e6d6f --- /dev/null +++ b/PrivateFrameworks/TVMLKit.framework/_TVMonogramView.h @@ -0,0 +1,58 @@ +/* Generated by RuntimeBrowser + Image: /System/Library/PrivateFrameworks/TVMLKit.framework/TVMLKit + */ + +@interface _TVMonogramView : _UIFloatingContentView { + TVMonogramViewConfiguration * _configuration; + UIView * _focusedShadowView; + UIImage * _image; + TVImageProxy * _imageProxy; + _TVImageView * _imageView; + BOOL _isSelected; + _TVMonogramDescription * _monogramDescription; + UIImage * _placeholderImage; + id /* block */ _pressCompletionBlock; + float _unfocusedImageAlpha; + UIView * _unfocusedShadowView; +} + +@property (nonatomic, readonly) TVMonogramViewConfiguration *configuration; +@property (readonly, copy) NSString *debugDescription; +@property (readonly, copy) NSString *description; +@property (readonly) unsigned int hash; +@property (nonatomic, retain) UIImage *image; +@property (nonatomic, retain) TVImageProxy *imageProxy; +@property (nonatomic, retain) _TVImageView *imageView; +@property (nonatomic, retain) _TVMonogramDescription *monogramDescription; +@property (nonatomic, retain) UIImage *placeholderImage; +@property (nonatomic, copy) id /* block */ pressCompletionBlock; +@property (readonly) Class superclass; +@property (nonatomic) float unfocusedImageAlpha; + +- (void).cxx_destruct; +- (void)_loadWithMonogramDescription:(id)arg1 imageProxy:(id)arg2; +- (void)_updateAppearanceForSelectionStateWithCoordinator:(id)arg1; +- (id)configuration; +- (void)floatingContentView:(id)arg1 didFinishTransitioningToState:(unsigned int)arg2; +- (void)floatingContentView:(id)arg1 isTransitioningFromState:(unsigned int)arg2 toState:(unsigned int)arg3; +- (id)image; +- (id)imageProxy; +- (id)imageView; +- (id)initWithFrame:(struct CGRect { struct CGPoint { float x_1_1_1; float x_1_1_2; } x1; struct CGSize { float x_2_1_1; float x_2_1_2; } x2; })arg1 configuration:(id)arg2; +- (void)layoutSubviews; +- (id)monogramDescription; +- (id)placeholderImage; +- (id /* block */)pressCompletionBlock; +- (struct UIEdgeInsets { float x1; float x2; float x3; float x4; })selectionMarginsForSize:(struct CGSize { float x1; float x2; })arg1; +- (void)setImage:(id)arg1; +- (void)setImageProxy:(id)arg1; +- (void)setImageView:(id)arg1; +- (void)setMonogramDescription:(id)arg1; +- (void)setPlaceholderImage:(id)arg1; +- (void)setPressCompletionBlock:(id /* block */)arg1; +- (void)setPressed:(BOOL)arg1 animated:(BOOL)arg2 completion:(id /* block */)arg3; +- (void)setSelected:(BOOL)arg1 animated:(BOOL)arg2 withAnimationCoordinator:(id)arg3; +- (void)setUnfocusedImageAlpha:(float)arg1; +- (float)unfocusedImageAlpha; + +@end diff --git a/PrivateFrameworks/TVMLKit.framework/_TVNavigationCrossfadeAnimator.h b/PrivateFrameworks/TVMLKit.framework/_TVNavigationCrossfadeAnimator.h new file mode 100644 index 0000000000..230c8a5afd --- /dev/null +++ b/PrivateFrameworks/TVMLKit.framework/_TVNavigationCrossfadeAnimator.h @@ -0,0 +1,23 @@ +/* Generated by RuntimeBrowser + Image: /System/Library/PrivateFrameworks/TVMLKit.framework/TVMLKit + */ + +@interface _TVNavigationCrossfadeAnimator : NSObject { + BOOL _fadeOutFromView; +} + +@property (readonly, copy) NSString *debugDescription; +@property (readonly, copy) NSString *description; +@property (nonatomic) BOOL fadeOutFromView; +@property (readonly) unsigned int hash; +@property (readonly) Class superclass; + ++ (void)_beginCrossfadeAnimationFromView:(id)arg1 toView:(id)arg2 containerView:(id)arg3 delay:(double)arg4 fadeOutFromView:(BOOL)arg5 removeFromView:(BOOL)arg6 completion:(id /* block */)arg7; + +- (void)_beginCrossfadeAnimationFromViewController:(id)arg1 toViewController:(id)arg2 containerView:(id)arg3 completion:(id /* block */)arg4; +- (void)animateTransition:(id)arg1; +- (BOOL)fadeOutFromView; +- (void)setFadeOutFromView:(BOOL)arg1; +- (double)transitionDuration:(id)arg1; + +@end diff --git a/PrivateFrameworks/TVMLKit.framework/_TVNavigationZoomAnimator.h b/PrivateFrameworks/TVMLKit.framework/_TVNavigationZoomAnimator.h new file mode 100644 index 0000000000..9726aeac32 --- /dev/null +++ b/PrivateFrameworks/TVMLKit.framework/_TVNavigationZoomAnimator.h @@ -0,0 +1,16 @@ +/* Generated by RuntimeBrowser + Image: /System/Library/PrivateFrameworks/TVMLKit.framework/TVMLKit + */ + +@interface _TVNavigationZoomAnimator : NSObject + +@property (readonly, copy) NSString *debugDescription; +@property (readonly, copy) NSString *description; +@property (readonly) unsigned int hash; +@property (readonly) Class superclass; + +- (void)_beginZoomAnimationFromViewController:(id)arg1 toViewController:(id)arg2 containerView:(id)arg3 completion:(id /* block */)arg4; +- (void)animateTransition:(id)arg1; +- (double)transitionDuration:(id)arg1; + +@end diff --git a/PrivateFrameworks/TVMLKit.framework/_TVNoBlurEffect.h b/PrivateFrameworks/TVMLKit.framework/_TVNoBlurEffect.h new file mode 100644 index 0000000000..94b68fd880 --- /dev/null +++ b/PrivateFrameworks/TVMLKit.framework/_TVNoBlurEffect.h @@ -0,0 +1,9 @@ +/* Generated by RuntimeBrowser + Image: /System/Library/PrivateFrameworks/TVMLKit.framework/TVMLKit + */ + +@interface _TVNoBlurEffect : UIBlurEffect + +- (id)effectSettings; + +@end diff --git a/PrivateFrameworks/TVMLKit.framework/_TVOrganizerCellView.h b/PrivateFrameworks/TVMLKit.framework/_TVOrganizerCellView.h new file mode 100644 index 0000000000..c1bbe1b591 --- /dev/null +++ b/PrivateFrameworks/TVMLKit.framework/_TVOrganizerCellView.h @@ -0,0 +1,32 @@ +/* Generated by RuntimeBrowser + Image: /System/Library/PrivateFrameworks/TVMLKit.framework/TVMLKit + */ + +@interface _TVOrganizerCellView : UIView { + NSArray * _components; + int _contentVerticalAlignment; + NSArray * _filteredComponents; +} + +@property (nonatomic, copy) NSArray *components; +@property (nonatomic) int contentVerticalAlignment; +@property (nonatomic, readonly, copy) NSArray *filteredComponents; + +- (void).cxx_destruct; +- (int)_alignmentFromView:(id)arg1; +- (void)_resetSubviews; +- (struct CGSize { float x1; float x2; })_sizeThatFitsComponents:(id)arg1 boundingSize:(struct CGSize { float x1; float x2; })arg2; +- (void)_updateView:(id)arg1 maxViewWidth:(float)arg2; +- (void)_verticallyStackComponents:(id)arg1 alignment:(int)arg2; +- (BOOL)canBecomeFocused; +- (id)components; +- (int)contentVerticalAlignment; +- (id)filteredComponents; +- (id)initWithFrame:(struct CGRect { struct CGPoint { float x_1_1_1; float x_1_1_2; } x1; struct CGSize { float x_2_1_1; float x_2_1_2; } x2; })arg1; +- (void)layoutSubviews; +- (void)setComponents:(id)arg1; +- (void)setComponentsNeedUpdate; +- (void)setContentVerticalAlignment:(int)arg1; +- (struct CGSize { float x1; float x2; })sizeThatFits:(struct CGSize { float x1; float x2; })arg1; + +@end diff --git a/PrivateFrameworks/TVMLKit.framework/_TVOrganizerView.h b/PrivateFrameworks/TVMLKit.framework/_TVOrganizerView.h new file mode 100644 index 0000000000..df8e05c06f --- /dev/null +++ b/PrivateFrameworks/TVMLKit.framework/_TVOrganizerView.h @@ -0,0 +1,47 @@ +/* Generated by RuntimeBrowser + Image: /System/Library/PrivateFrameworks/TVMLKit.framework/TVMLKit + */ + +@interface _TVOrganizerView : _TVFocusRedirectView { + UIView * _backgroundImageView; + NSArray * _components; + NSDictionary * _divSizesByPosition; + NSDictionary * _divsByPosition; + UIView * _lastFocusedView; +} + +@property (nonatomic, retain) UIView *backgroundImageView; +@property (nonatomic, copy) NSArray *components; +@property (nonatomic) float cornerRadius; +@property (readonly, copy) NSString *debugDescription; +@property (readonly, copy) NSString *description; +@property (nonatomic, copy) NSDictionary *divSizesByPosition; +@property (nonatomic, copy) NSDictionary *divsByPosition; +@property (readonly) unsigned int hash; +@property (readonly) Class superclass; + +- (void).cxx_destruct; +- (struct CGSize { float x1; float x2; })_contentSizeThatFits:(struct CGSize { float x1; float x2; })arg1; +- (int)_positionFromView:(id)arg1; +- (id)backgroundImageView; +- (BOOL)canBecomeFocused; +- (id)components; +- (float)cornerRadius; +- (id)divSizesByPosition; +- (id)divsByPosition; +- (id)impressionableElementsContainedInDocument:(id)arg1; +- (id)initWithFrame:(struct CGRect { struct CGPoint { float x_1_1_1; float x_1_1_2; } x1; struct CGSize { float x_2_1_1; float x_2_1_2; } x2; })arg1; +- (void)layoutSubviews; +- (id)preferredFocusEnvironments; +- (void)setBackgroundImageView:(id)arg1; +- (void)setComponents:(id)arg1; +- (void)setComponentsNeedUpdate; +- (void)setCornerRadius:(float)arg1; +- (void)setDivSizesByPosition:(id)arg1; +- (void)setDivsByPosition:(id)arg1; +- (void)setSelected:(BOOL)arg1 animated:(BOOL)arg2; +- (struct CGSize { float x1; float x2; })sizeThatFits:(struct CGSize { float x1; float x2; })arg1; +- (struct UIEdgeInsets { float x1; float x2; float x3; float x4; })tv_alignmentInsetsForExpectedWidth:(float)arg1; +- (void)willUpdateFocusInContext:(id)arg1 withAnimationCoordinator:(id)arg2; + +@end diff --git a/PrivateFrameworks/TVMLKit.framework/_TVPaddedImageDecorator.h b/PrivateFrameworks/TVMLKit.framework/_TVPaddedImageDecorator.h new file mode 100644 index 0000000000..e4382a03d2 --- /dev/null +++ b/PrivateFrameworks/TVMLKit.framework/_TVPaddedImageDecorator.h @@ -0,0 +1,27 @@ +/* Generated by RuntimeBrowser + Image: /System/Library/PrivateFrameworks/TVMLKit.framework/TVMLKit + */ + +@interface _TVPaddedImageDecorator : TVImageScaleDecorator { + UIColor * _backgroundColor; + NSString * _decoratorIdentifier; + struct UIEdgeInsets { + float top; + float left; + float bottom; + float right; + } _padding; +} + +@property (nonatomic, readonly, retain) UIColor *backgroundColor; +@property (nonatomic, readonly) struct UIEdgeInsets { float x1; float x2; float x3; float x4; } padding; + +- (void).cxx_destruct; +- (id)backgroundColor; +- (id)decorate:(id)arg1 scaledWithSize:(struct CGSize { float x1; float x2; })arg2 croppedToFit:(BOOL)arg3; +- (id)decoratorIdentifier; +- (struct CGSize { float x1; float x2; })expectedSize; +- (id)initWithPadding:(struct UIEdgeInsets { float x1; float x2; float x3; float x4; })arg1 backgroundColor:(id)arg2; +- (struct UIEdgeInsets { float x1; float x2; float x3; float x4; })padding; + +@end diff --git a/PrivateFrameworks/TVMLKit.framework/_TVPopoverDescriptor.h b/PrivateFrameworks/TVMLKit.framework/_TVPopoverDescriptor.h new file mode 100644 index 0000000000..a7261f3369 --- /dev/null +++ b/PrivateFrameworks/TVMLKit.framework/_TVPopoverDescriptor.h @@ -0,0 +1,40 @@ +/* Generated by RuntimeBrowser + Image: /System/Library/PrivateFrameworks/TVMLKit.framework/TVMLKit + */ + +@interface _TVPopoverDescriptor : NSObject { + IKViewElement * _buttonElement; + IKImageElement * _imageElement; + IKViewElement * _popoverElement; + NSArray * _popoverEntries; + struct CGSize { + float width; + float height; + } _popoverSize; + UIColor * _tintColor; + NSString * _title; + unsigned int _type; +} + +@property (nonatomic, readonly) IKViewElement *buttonElement; +@property (nonatomic, readonly) IKViewElement *popoverElement; +@property (nonatomic, readonly, copy) NSArray *popoverEntries; +@property (nonatomic, readonly) struct CGSize { float x1; float x2; } popoverSize; +@property (nonatomic, readonly) UIColor *tintColor; +@property (nonatomic, readonly, copy) NSString *title; +@property (nonatomic, readonly) unsigned int type; + +- (void).cxx_destruct; +- (id)_init; +- (void)_populateWithElement:(id)arg1; +- (id)buttonElement; +- (id)init; +- (id)initWithViewElement:(id)arg1; +- (id)popoverElement; +- (id)popoverEntries; +- (struct CGSize { float x1; float x2; })popoverSize; +- (id)tintColor; +- (id)title; +- (unsigned int)type; + +@end diff --git a/PrivateFrameworks/TVMLKit.framework/_TVPopoverGroup.h b/PrivateFrameworks/TVMLKit.framework/_TVPopoverGroup.h new file mode 100644 index 0000000000..077d316384 --- /dev/null +++ b/PrivateFrameworks/TVMLKit.framework/_TVPopoverGroup.h @@ -0,0 +1,37 @@ +/* Generated by RuntimeBrowser + Image: /System/Library/PrivateFrameworks/TVMLKit.framework/TVMLKit + */ + +@interface _TVPopoverGroup : NSObject { + IKImageElement * _downImageElement; + IKViewElement * _groupElement; + NSArray * _groupOptions; + UIColor * _highlightColor; + IKTextElement * _titleElement; + IKImageElement * _upImageElement; +} + +@property (nonatomic, readonly) IKImageElement *downImageElement; +@property (nonatomic, readonly) TVImageProxy *downImageProxy; +@property (nonatomic, readonly) IKViewElement *groupElement; +@property (nonatomic, readonly, copy) NSArray *groupOptions; +@property (nonatomic, readonly) UIColor *highlightColor; +@property (nonatomic, readonly) IKTextElement *titleElement; +@property (nonatomic, readonly) IKImageElement *upImageElement; +@property (nonatomic, readonly) TVImageProxy *upImageProxy; + +- (void).cxx_destruct; +- (id)_init; +- (void)_populateWithElement:(id)arg1; +- (id)downImageElement; +- (id)downImageProxy; +- (id)groupElement; +- (id)groupOptions; +- (id)highlightColor; +- (id)init; +- (id)initWithViewElement:(id)arg1; +- (id)titleElement; +- (id)upImageElement; +- (id)upImageProxy; + +@end diff --git a/PrivateFrameworks/TVMLKit.framework/_TVPopoverOption.h b/PrivateFrameworks/TVMLKit.framework/_TVPopoverOption.h new file mode 100644 index 0000000000..e71b51e4b2 --- /dev/null +++ b/PrivateFrameworks/TVMLKit.framework/_TVPopoverOption.h @@ -0,0 +1,35 @@ +/* Generated by RuntimeBrowser + Image: /System/Library/PrivateFrameworks/TVMLKit.framework/TVMLKit + */ + +@interface _TVPopoverOption : NSObject { + IKViewElement * _cardElement; + UIColor * _highlightColor; + IKImageElement * _imageElement; + IKViewElement * _optionElement; + IKTextElement * _titleElement; + unsigned int _type; +} + +@property (nonatomic, readonly) IKViewElement *cardElement; +@property (nonatomic, readonly) UIColor *highlightColor; +@property (nonatomic, readonly) IKImageElement *imageElement; +@property (nonatomic, readonly) TVImageProxy *imageProxy; +@property (nonatomic, readonly) IKViewElement *optionElement; +@property (nonatomic, readonly) IKTextElement *titleElement; +@property (nonatomic, readonly) unsigned int type; + +- (void).cxx_destruct; +- (id)_init; +- (void)_populateWithElement:(id)arg1; +- (id)cardElement; +- (id)highlightColor; +- (id)imageElement; +- (id)imageProxy; +- (id)init; +- (id)initWithViewElement:(id)arg1; +- (id)optionElement; +- (id)titleElement; +- (unsigned int)type; + +@end diff --git a/PrivateFrameworks/TVMLKit.framework/_TVPopoverTableViewCell.h b/PrivateFrameworks/TVMLKit.framework/_TVPopoverTableViewCell.h new file mode 100644 index 0000000000..b6e66b55ad --- /dev/null +++ b/PrivateFrameworks/TVMLKit.framework/_TVPopoverTableViewCell.h @@ -0,0 +1,49 @@ +/* Generated by RuntimeBrowser + Image: /System/Library/PrivateFrameworks/TVMLKit.framework/TVMLKit + */ + +@interface _TVPopoverTableViewCell : UITableViewCell { + IKViewElement * _cardElement; + UIView * _cardView; + UIView * _dimmingView; + IKImageElement * _imageElement; + BOOL _imageLoaded; + IKTextElement * _textElement; + _TVImageView * _tvImageView; + _TVLabel * _tvLabel; +} + +@property (nonatomic, retain) IKViewElement *cardElement; +@property (nonatomic, retain) UIView *cardView; +@property (nonatomic, retain) UIView *dimmingView; +@property (nonatomic, retain) IKImageElement *imageElement; +@property (getter=isImageLoaded, nonatomic) BOOL imageLoaded; +@property (nonatomic, retain) IKTextElement *textElement; +@property (nonatomic, retain) _TVImageView *tvImageView; +@property (nonatomic, retain) _TVLabel *tvLabel; + ++ (float)cellHeightForTraitCollection:(id)arg1; + +- (void).cxx_destruct; +- (id)cardElement; +- (id)cardView; +- (id)dimmingView; +- (id)imageElement; +- (id)initWithStyle:(int)arg1 reuseIdentifier:(id)arg2; +- (BOOL)isImageLoaded; +- (void)layoutSubviews; +- (void)prepareForReuse; +- (void)setCardElement:(id)arg1; +- (void)setCardView:(id)arg1; +- (void)setDimmingView:(id)arg1; +- (void)setImageElement:(id)arg1; +- (void)setImageLoaded:(BOOL)arg1; +- (void)setTextElement:(id)arg1; +- (void)setTvImageView:(id)arg1; +- (void)setTvLabel:(id)arg1; +- (struct CGSize { float x1; float x2; })sizeThatFits:(struct CGSize { float x1; float x2; })arg1; +- (id)textElement; +- (id)tvImageView; +- (id)tvLabel; + +@end diff --git a/PrivateFrameworks/TVMLKit.framework/_TVPopoverView.h b/PrivateFrameworks/TVMLKit.framework/_TVPopoverView.h new file mode 100644 index 0000000000..f400a2dc58 --- /dev/null +++ b/PrivateFrameworks/TVMLKit.framework/_TVPopoverView.h @@ -0,0 +1,35 @@ +/* Generated by RuntimeBrowser + Image: /System/Library/PrivateFrameworks/TVMLKit.framework/TVMLKit + */ + +@interface _TVPopoverView : UIView { + BOOL _imageLoaded; + TVImageProxy * _imageProxy; + _TVPopoverDescriptor * _popoverDescriptor; + _TVButton * _tvPopoverButton; +} + +@property (readonly, copy) NSString *debugDescription; +@property (readonly, copy) NSString *description; +@property (readonly) unsigned int hash; +@property (getter=isImageLoaded, nonatomic) BOOL imageLoaded; +@property (nonatomic, retain) TVImageProxy *imageProxy; +@property (nonatomic, retain) _TVPopoverDescriptor *popoverDescriptor; +@property (readonly) Class superclass; +@property (nonatomic, retain) _TVButton *tvPopoverButton; + +- (void).cxx_destruct; +- (void)_popoverButtonPressed:(id)arg1; +- (BOOL)gestureRecognizer:(id)arg1 shouldRecognizeSimultaneouslyWithGestureRecognizer:(id)arg2; +- (id)imageProxy; +- (BOOL)isImageLoaded; +- (void)layoutSubviews; +- (id)popoverDescriptor; +- (void)setImageLoaded:(BOOL)arg1; +- (void)setImageProxy:(id)arg1; +- (void)setPopoverDescriptor:(id)arg1; +- (void)setTvPopoverButton:(id)arg1; +- (struct CGSize { float x1; float x2; })sizeThatFits:(struct CGSize { float x1; float x2; })arg1; +- (id)tvPopoverButton; + +@end diff --git a/PrivateFrameworks/TVMLKit.framework/_TVPopoverViewController.h b/PrivateFrameworks/TVMLKit.framework/_TVPopoverViewController.h new file mode 100644 index 0000000000..564c564ceb --- /dev/null +++ b/PrivateFrameworks/TVMLKit.framework/_TVPopoverViewController.h @@ -0,0 +1,50 @@ +/* Generated by RuntimeBrowser + Image: /System/Library/PrivateFrameworks/TVMLKit.framework/TVMLKit + */ + +@interface _TVPopoverViewController : UIViewController { + UIBarButtonItem * _cancelButtonItem; + int _expandedRow; + BOOL _ignoreDismissalOnExpansionOrContraction; + _TVPopoverDescriptor * _popoverDescriptor; + NSArray * _popoverEntries; +} + +@property (nonatomic, readonly) struct CGSize { float x1; float x2; } calculatedPreferredContentSize; +@property (nonatomic, readonly) UIBarButtonItem *cancelButtonItem; +@property (readonly, copy) NSString *debugDescription; +@property (readonly, copy) NSString *description; +@property (nonatomic) int expandedRow; +@property (readonly) unsigned int hash; +@property (nonatomic, readonly) _TVPopoverDescriptor *popoverDescriptor; +@property (nonatomic, copy) NSArray *popoverEntries; +@property (readonly) Class superclass; +@property (nonatomic, readonly) UITableView *tableView; + +- (void).cxx_destruct; +- (void)_applicationDidEnterBackground:(id)arg1; +- (void)_cancelButtonTouchUpInside:(id)arg1; +- (float)_heightForOptionAtRow:(unsigned int)arg1; +- (void)_updatePreferredContentSize; +- (struct CGSize { float x1; float x2; })calculatedPreferredContentSize; +- (id)cancelButtonItem; +- (void)dealloc; +- (int)expandedRow; +- (id)init; +- (id)initWithViewElement:(id)arg1; +- (void)loadView; +- (id)popoverDescriptor; +- (id)popoverEntries; +- (void)setExpandedRow:(int)arg1; +- (void)setPopoverEntries:(id)arg1; +- (id)tableView; +- (id)tableView:(id)arg1 cellForRowAtIndexPath:(id)arg2; +- (void)tableView:(id)arg1 didSelectRowAtIndexPath:(id)arg2; +- (float)tableView:(id)arg1 heightForRowAtIndexPath:(id)arg2; +- (int)tableView:(id)arg1 numberOfRowsInSection:(int)arg2; +- (void)traitCollectionDidChange:(id)arg1; +- (void)updateWithViewElement:(id)arg1; +- (void)viewDidLoad; +- (void)viewWillTransitionToSize:(struct CGSize { float x1; float x2; })arg1 withTransitionCoordinator:(id)arg2; + +@end diff --git a/PrivateFrameworks/TVMLKit.framework/_TVPopoverViewControllerView.h b/PrivateFrameworks/TVMLKit.framework/_TVPopoverViewControllerView.h new file mode 100644 index 0000000000..53136e442b --- /dev/null +++ b/PrivateFrameworks/TVMLKit.framework/_TVPopoverViewControllerView.h @@ -0,0 +1,22 @@ +/* Generated by RuntimeBrowser + Image: /System/Library/PrivateFrameworks/TVMLKit.framework/TVMLKit + */ + +@interface _TVPopoverViewControllerView : UIView { + UIButton * _cancelButton; + UITableView * _tableView; +} + +@property (nonatomic, readonly) UIButton *cancelButton; +@property (nonatomic, retain) UITableView *tableView; + +- (void).cxx_destruct; +- (void)_configureSubviews; +- (id)cancelButton; +- (id)initWithCoder:(id)arg1; +- (id)initWithFrame:(struct CGRect { struct CGPoint { float x_1_1_1; float x_1_1_2; } x1; struct CGSize { float x_2_1_1; float x_2_1_2; } x2; })arg1; +- (void)layoutSubviews; +- (void)setTableView:(id)arg1; +- (id)tableView; + +@end diff --git a/PrivateFrameworks/TVMLKit.framework/_TVProcessInfo.h b/PrivateFrameworks/TVMLKit.framework/_TVProcessInfo.h new file mode 100644 index 0000000000..577e770087 --- /dev/null +++ b/PrivateFrameworks/TVMLKit.framework/_TVProcessInfo.h @@ -0,0 +1,27 @@ +/* Generated by RuntimeBrowser + Image: /System/Library/PrivateFrameworks/TVMLKit.framework/TVMLKit + */ + +@interface _TVProcessInfo : NSObject { + struct __SecTask { } * _currentTask; + BOOL _hasPrivateEntitlement; + BOOL _hasiTunesAPIEntitlement; +} + +@property (nonatomic) struct __SecTask { }*currentTask; +@property (nonatomic, readonly) BOOL hasPrivateEntitlement; +@property (nonatomic, readonly) BOOL hasiTunesAPIEntitlement; + ++ (id)currentProcessInfo; + +- (BOOL)boolValueForEntitlement:(id)arg1; +- (struct __SecTask { }*)currentTask; +- (void)dealloc; +- (BOOL)hasPrivateEntitlement; +- (BOOL)hasiTunesAPIEntitlement; +- (id)init; +- (void)setCurrentTask:(struct __SecTask { }*)arg1; +- (id)valueForEntitlement:(id)arg1; +- (BOOL)valueForEntitlement:(id)arg1 containsObject:(id)arg2; + +@end diff --git a/PrivateFrameworks/TVMLKit.framework/_TVProductBannerBlurImageDecorator.h b/PrivateFrameworks/TVMLKit.framework/_TVProductBannerBlurImageDecorator.h new file mode 100644 index 0000000000..bd8b457af7 --- /dev/null +++ b/PrivateFrameworks/TVMLKit.framework/_TVProductBannerBlurImageDecorator.h @@ -0,0 +1,22 @@ +/* Generated by RuntimeBrowser + Image: /System/Library/PrivateFrameworks/TVMLKit.framework/TVMLKit + */ + +@interface _TVProductBannerBlurImageDecorator : NSObject { + _UIBackdropViewSettings * _backdropSettings; + BOOL _lightStyle; +} + +@property (nonatomic, retain) _UIBackdropViewSettings *backdropSettings; +@property (nonatomic) BOOL lightStyle; + +- (void).cxx_destruct; +- (id)backdropSettings; +- (id)blurImageWithImage:(id)arg1 targetSize:(struct CGSize { float x1; float x2; })arg2 scaleSize:(struct CGSize { float x1; float x2; })arg3; +- (id)decorate:(id)arg1 scaledWithSize:(struct CGSize { float x1; float x2; })arg2 croppedToFit:(BOOL)arg3; +- (BOOL)lightStyle; +- (id)resizeImage:(struct CGImage { }*)arg1 targetSize:(struct CGSize { float x1; float x2; })arg2 shouldDither:(BOOL)arg3; +- (void)setBackdropSettings:(id)arg1; +- (void)setLightStyle:(BOOL)arg1; + +@end diff --git a/PrivateFrameworks/TVMLKit.framework/_TVProductBannerView.h b/PrivateFrameworks/TVMLKit.framework/_TVProductBannerView.h new file mode 100644 index 0000000000..2aabb5c706 --- /dev/null +++ b/PrivateFrameworks/TVMLKit.framework/_TVProductBannerView.h @@ -0,0 +1,39 @@ +/* Generated by RuntimeBrowser + Image: /System/Library/PrivateFrameworks/TVMLKit.framework/TVMLKit + */ + +@interface _TVProductBannerView : _TVFocusRedirectView { + UIView * _backgroundView; + float _height; + UIView * _heroImageView; + UIView * _infoListView; + UIView * _stackView; +} + +@property (nonatomic, retain) UIView *backgroundView; +@property (readonly, copy) NSString *debugDescription; +@property (readonly, copy) NSString *description; +@property (readonly) unsigned int hash; +@property (nonatomic, retain) UIView *heroImageView; +@property (nonatomic, retain) UIView *infoListView; +@property (nonatomic, retain) UIView *stackView; +@property (readonly) Class superclass; + ++ (id)productBannerViewWithElement:(id)arg1 existingView:(id)arg2; + +- (void).cxx_destruct; +- (id)backgroundView; +- (id)heroImageView; +- (id)impressionableElementsContainedInDocument:(id)arg1; +- (id)infoListView; +- (id)initWithFrame:(struct CGRect { struct CGPoint { float x_1_1_1; float x_1_1_2; } x1; struct CGSize { float x_2_1_1; float x_2_1_2; } x2; })arg1; +- (void)layoutSubviews; +- (id)preferredFocusEnvironments; +- (void)setBackgroundView:(id)arg1; +- (void)setHeroImageView:(id)arg1; +- (void)setInfoListView:(id)arg1; +- (void)setStackView:(id)arg1; +- (struct CGSize { float x1; float x2; })sizeThatFits:(struct CGSize { float x1; float x2; })arg1; +- (id)stackView; + +@end diff --git a/PrivateFrameworks/TVMLKit.framework/_TVProductCollectionViewCell.h b/PrivateFrameworks/TVMLKit.framework/_TVProductCollectionViewCell.h new file mode 100644 index 0000000000..126d28a71e --- /dev/null +++ b/PrivateFrameworks/TVMLKit.framework/_TVProductCollectionViewCell.h @@ -0,0 +1,51 @@ +/* Generated by RuntimeBrowser + Image: /System/Library/PrivateFrameworks/TVMLKit.framework/TVMLKit + */ + +@interface _TVProductCollectionViewCell : UICollectionViewCell { + struct UIEdgeInsets { + float top; + float left; + float bottom; + float right; + } _activeMargins; + BOOL _marginActive; + struct UIEdgeInsets { + float top; + float left; + float bottom; + float right; + } _margins; + struct UIEdgeInsets { + float top; + float left; + float bottom; + float right; + } _partialMargins; + UIView * _titleView; + UIViewController * _viewController; +} + +@property (nonatomic) struct UIEdgeInsets { float x1; float x2; float x3; float x4; } margins; +@property (nonatomic) struct UIEdgeInsets { float x1; float x2; float x3; float x4; } partialMargins; +@property (nonatomic) UIViewController *viewController; + +- (void).cxx_destruct; +- (BOOL)canBecomeFocused; +- (void)disableMargins; +- (void)enableWithMargins:(struct UIEdgeInsets { float x1; float x2; float x3; float x4; })arg1; +- (BOOL)isShowingTitleView; +- (void)layoutSubviews; +- (struct UIEdgeInsets { float x1; float x2; float x3; float x4; })margins; +- (struct UIEdgeInsets { float x1; float x2; float x3; float x4; })partialMargins; +- (id)preferredFocusEnvironments; +- (void)prepareForReuse; +- (void)setMargins:(struct UIEdgeInsets { float x1; float x2; float x3; float x4; })arg1; +- (void)setPartialMargins:(struct UIEdgeInsets { float x1; float x2; float x3; float x4; })arg1; +- (void)setTitleView:(id)arg1 margins:(struct UIEdgeInsets { float x1; float x2; float x3; float x4; })arg2 show:(BOOL)arg3; +- (void)setViewController:(id)arg1; +- (void)showTitleView:(BOOL)arg1; +- (id)titleView; +- (id)viewController; + +@end diff --git a/PrivateFrameworks/TVMLKit.framework/_TVProductInfoView.h b/PrivateFrameworks/TVMLKit.framework/_TVProductInfoView.h new file mode 100644 index 0000000000..34b8c4d31e --- /dev/null +++ b/PrivateFrameworks/TVMLKit.framework/_TVProductInfoView.h @@ -0,0 +1,38 @@ +/* Generated by RuntimeBrowser + Image: /System/Library/PrivateFrameworks/TVMLKit.framework/TVMLKit + */ + +@interface _TVProductInfoView : _TVFocusRedirectView { + UIView * _defaultFocusView; + NSArray * _tableViews; + NSArray * _viewsAboveTableViews; + NSArray * _viewsBelowTableViews; +} + +@property (readonly, copy) NSString *debugDescription; +@property (nonatomic, retain) UIView *defaultFocusView; +@property (readonly, copy) NSString *description; +@property (readonly) unsigned int hash; +@property (readonly) Class superclass; +@property (nonatomic, retain) NSArray *tableViews; +@property (nonatomic, retain) NSArray *viewsAboveTableViews; +@property (nonatomic, retain) NSArray *viewsBelowTableViews; + ++ (id)productInfoViewWithElement:(id)arg1 existingView:(id)arg2; + +- (void).cxx_destruct; +- (BOOL)canBecomeFocused; +- (id)defaultFocusView; +- (id)impressionableElementsContainedInDocument:(id)arg1; +- (void)layoutSubviews; +- (id)preferredFocusEnvironments; +- (void)setDefaultFocusView:(id)arg1; +- (void)setTableViews:(id)arg1; +- (void)setViewsAboveTableViews:(id)arg1; +- (void)setViewsBelowTableViews:(id)arg1; +- (struct CGSize { float x1; float x2; })sizeThatFits:(struct CGSize { float x1; float x2; })arg1; +- (id)tableViews; +- (id)viewsAboveTableViews; +- (id)viewsBelowTableViews; + +@end diff --git a/PrivateFrameworks/TVMLKit.framework/_TVProductStackView.h b/PrivateFrameworks/TVMLKit.framework/_TVProductStackView.h new file mode 100644 index 0000000000..8f82626751 --- /dev/null +++ b/PrivateFrameworks/TVMLKit.framework/_TVProductStackView.h @@ -0,0 +1,50 @@ +/* Generated by RuntimeBrowser + Image: /System/Library/PrivateFrameworks/TVMLKit.framework/TVMLKit + */ + +@interface _TVProductStackView : _TVFocusRedirectView { + UIView * _buttonsRowView; + UIView * _descriptionView; + UIView * _initialFocusView; + UIView * _lastFocusedView; + IKViewElement * _stackElement; + UIView * _titleView; + NSArray * _viewsAboveDescription; + NSArray * _viewsBelowDescription; +} + +@property (nonatomic, retain) UIView *buttonsRowView; +@property (readonly, copy) NSString *debugDescription; +@property (readonly, copy) NSString *description; +@property (nonatomic, retain) UIView *descriptionView; +@property (readonly) unsigned int hash; +@property (nonatomic, retain) UIView *initialFocusView; +@property (nonatomic, retain) IKViewElement *stackElement; +@property (readonly) Class superclass; +@property (nonatomic, retain) UIView *titleView; +@property (nonatomic, retain) NSArray *viewsAboveDescription; +@property (nonatomic, retain) NSArray *viewsBelowDescription; + ++ (id)productStackViewWithElement:(id)arg1 existingView:(id)arg2; + +- (void).cxx_destruct; +- (id)buttonsRowView; +- (id)descriptionView; +- (id)impressionableElementsContainedInDocument:(id)arg1; +- (id)initialFocusView; +- (void)layoutSubviews; +- (id)preferredFocusEnvironments; +- (void)setButtonsRowView:(id)arg1; +- (void)setDescriptionView:(id)arg1; +- (void)setInitialFocusView:(id)arg1; +- (void)setStackElement:(id)arg1; +- (void)setTitleView:(id)arg1; +- (void)setViewsAboveDescription:(id)arg1; +- (void)setViewsBelowDescription:(id)arg1; +- (id)stackElement; +- (id)titleView; +- (id)viewsAboveDescription; +- (id)viewsBelowDescription; +- (void)willUpdateFocusToView:(id)arg1; + +@end diff --git a/PrivateFrameworks/TVMLKit.framework/_TVProductTemplateController.h b/PrivateFrameworks/TVMLKit.framework/_TVProductTemplateController.h new file mode 100644 index 0000000000..20e48fcb6c --- /dev/null +++ b/PrivateFrameworks/TVMLKit.framework/_TVProductTemplateController.h @@ -0,0 +1,105 @@ +/* Generated by RuntimeBrowser + Image: /System/Library/PrivateFrameworks/TVMLKit.framework/TVMLKit + */ + +@interface _TVProductTemplateController : _TVBgImageLoadingViewController { + UIViewController * _accessoryMarkerViewController; + NSIndexPath * _autoHighlightIndexPath; + UIView * _backdropAccessoryView; + UIView * _backdropTintView; + UIView * _backdropView; + UIViewController * _bannerViewController; + IKAudioElement * _bgAudioElement; + CALayer * _bgBlurSublayer; + UIImage * _bgImage; + IKImageElement * _bgImageElement; + UIImageView * _bgImageView; + _TVCollectionView * _collectionView; + struct CGSize { + float width; + float height; + } _contentSizeEnsured; + BOOL _fadedIn; + IKImageElement * _heroImageElement; + float _impressionThreshold; + IKViewElement * _infoListElement; + BOOL _isPartialScrollingTemplate; + IKViewElement * _productBannerElement; + float _productBannerHeight; + NSArray * _rowSpacingMetricsList; + IKViewElement * _templateElement; + IKViewElement * _titleElement; + UIImageView * _topHeroGradientView; + IKImageElement * _topHeroImageElement; + UIImageView * _topHeroImageView; + BOOL _topHeroImageVisible; + UIView * _topHeroSeparatorView; + UIImageView * _tvVignetteView; + NSArray * _viewControllers; + UIImageView * _vignetteView; +} + +@property (readonly, copy) NSString *debugDescription; +@property (readonly, copy) NSString *description; +@property (readonly) unsigned int hash; +@property (readonly) Class superclass; + ++ (id)_backgroundImageProxyForProductTemplateElement:(id)arg1; ++ (id)_imageDecoratorForLoadingTemplateElement:(id)arg1; + +- (void).cxx_destruct; +- (id)_adamIDForElement:(id)arg1; +- (int)_backdropStyle; +- (id)_backgroundImageProxy; +- (struct CGSize { float x1; float x2; })_backgroundImageProxySize; +- (void)_cancelImpressionsUpdate; +- (id)_canonicalIDForElement:(id)arg1; +- (struct UIEdgeInsets { float x1; float x2; float x3; float x4; })_cellMarginForIndex:(int)arg1 partialMargins:(struct UIEdgeInsets { float x1; float x2; float x3; float x4; }*)arg2; +- (void)_configureBackgroundAccessoryView; +- (void)_configureTopHeroImage:(id)arg1; +- (void)_configureWithBannerElement:(id)arg1; +- (void)_configureWithBgElement:(id)arg1; +- (void)_configureWithBgImage:(id)arg1 backdropImage:(id)arg2; +- (struct CGSize { float x1; float x2; })_maxContentSize; +- (void)_recordImpressionsForVisibleView; +- (id)_relatedSectionHeaderView; +- (id)_spacingMetricsForViewControllers:(id)arg1; +- (struct CGSize { float x1; float x2; })_topHeroImageViewSize; +- (void)_updateBackgroundAccessoryView; +- (void)_updateBackgroundAccessoryViewEffects; +- (void)_updateImpressions; +- (id)_yOffsetForView:(id)arg1 withScrollView:(id)arg2 targetYOffset:(float)arg3; +- (BOOL)animateAppearanceUpdate; +- (void)animationDidStop:(id)arg1 finished:(BOOL)arg2; +- (BOOL)automaticallyAdjustsScrollViewInsets; +- (id)collectionView:(id)arg1 cellForItemAtIndexPath:(id)arg2; +- (void)collectionView:(id)arg1 didEndDisplayingCell:(id)arg2 forItemAtIndexPath:(id)arg3; +- (void)collectionView:(id)arg1 didHighlightItemAtIndexPath:(id)arg2; +- (struct UIEdgeInsets { float x1; float x2; float x3; float x4; })collectionView:(id)arg1 layout:(id)arg2 insetForSectionAtIndex:(int)arg3; +- (struct CGSize { float x1; float x2; })collectionView:(id)arg1 layout:(id)arg2 referenceSizeForHeaderInSection:(int)arg3; +- (struct CGSize { float x1; float x2; })collectionView:(id)arg1 layout:(id)arg2 sizeForItemAtIndexPath:(id)arg3; +- (int)collectionView:(id)arg1 numberOfItemsInSection:(int)arg2; +- (BOOL)collectionView:(id)arg1 shouldHighlightItemAtIndexPath:(id)arg2; +- (id)collectionView:(id)arg1 viewForSupplementaryElementOfKind:(id)arg2 atIndexPath:(id)arg3; +- (void)collectionView:(id)arg1 willDisplayCell:(id)arg2 forItemAtIndexPath:(id)arg3; +- (void)didUpdateFocusInContext:(id)arg1 withAnimationCoordinator:(id)arg2; +- (id)impressionableElementsContainedInDocument:(id)arg1; +- (id)indexPathForPreferredFocusedViewInCollectionView:(id)arg1; +- (void)loadView; +- (id)navigationBarTintColor; +- (int)numberOfSectionsInCollectionView:(id)arg1; +- (id)preferredFocusEnvironments; +- (int)preferredStatusBarStyle; +- (int)preferredStatusBarUpdateAnimation; +- (BOOL)prefersNavigationBarBackgroundViewHidden; +- (void)scrollViewDidScroll:(id)arg1; +- (void)updateWithProductTemplate:(id)arg1; +- (void)updateWithViewElement:(id)arg1; +- (void)viewDidAppear:(BOOL)arg1; +- (void)viewDidDisappear:(BOOL)arg1; +- (void)viewDidLayoutSubviews; +- (void)viewWillAppear:(BOOL)arg1; +- (void)viewWillDisappear:(BOOL)arg1; +- (void)viewWillTransitionToSize:(struct CGSize { float x1; float x2; })arg1 withTransitionCoordinator:(id)arg2; + +@end diff --git a/PrivateFrameworks/TVMLKit.framework/_TVProductTemplateZoomAnimator.h b/PrivateFrameworks/TVMLKit.framework/_TVProductTemplateZoomAnimator.h new file mode 100644 index 0000000000..a3a6a89d51 --- /dev/null +++ b/PrivateFrameworks/TVMLKit.framework/_TVProductTemplateZoomAnimator.h @@ -0,0 +1,15 @@ +/* Generated by RuntimeBrowser + Image: /System/Library/PrivateFrameworks/TVMLKit.framework/TVMLKit + */ + +@interface _TVProductTemplateZoomAnimator : NSObject + +@property (readonly, copy) NSString *debugDescription; +@property (readonly, copy) NSString *description; +@property (readonly) unsigned int hash; +@property (readonly) Class superclass; + +- (void)animateTransition:(id)arg1; +- (double)transitionDuration:(id)arg1; + +@end diff --git a/PrivateFrameworks/TVMLKit.framework/_TVProgressBarBlurEffect.h b/PrivateFrameworks/TVMLKit.framework/_TVProgressBarBlurEffect.h new file mode 100644 index 0000000000..47da1d646b --- /dev/null +++ b/PrivateFrameworks/TVMLKit.framework/_TVProgressBarBlurEffect.h @@ -0,0 +1,9 @@ +/* Generated by RuntimeBrowser + Image: /System/Library/PrivateFrameworks/TVMLKit.framework/TVMLKit + */ + +@interface _TVProgressBarBlurEffect : UIBlurEffect + +- (id)effectSettings; + +@end diff --git a/PrivateFrameworks/TVMLKit.framework/_TVProgressBarView.h b/PrivateFrameworks/TVMLKit.framework/_TVProgressBarView.h new file mode 100644 index 0000000000..a2e34296f6 --- /dev/null +++ b/PrivateFrameworks/TVMLKit.framework/_TVProgressBarView.h @@ -0,0 +1,33 @@ +/* Generated by RuntimeBrowser + Image: /System/Library/PrivateFrameworks/TVMLKit.framework/TVMLKit + */ + +@interface _TVProgressBarView : UIView { + UIColor * _completeTintColor; + float _cornerRadius; + float _progress; + UIColor * _progressTintColor; + BOOL _useMaterial; +} + +@property (nonatomic, retain) UIColor *completeTintColor; +@property (nonatomic) float cornerRadius; +@property (nonatomic) float progress; +@property (nonatomic, retain) UIColor *progressTintColor; +@property (nonatomic) BOOL useMaterial; + +- (void).cxx_destruct; +- (id)completeTintColor; +- (float)cornerRadius; +- (void)drawRect:(struct CGRect { struct CGPoint { float x_1_1_1; float x_1_1_2; } x1; struct CGSize { float x_2_1_1; float x_2_1_2; } x2; })arg1; +- (id)initWithFrame:(struct CGRect { struct CGPoint { float x_1_1_1; float x_1_1_2; } x1; struct CGSize { float x_2_1_1; float x_2_1_2; } x2; })arg1; +- (float)progress; +- (id)progressTintColor; +- (void)setCompleteTintColor:(id)arg1; +- (void)setCornerRadius:(float)arg1; +- (void)setProgress:(float)arg1; +- (void)setProgressTintColor:(id)arg1; +- (void)setUseMaterial:(BOOL)arg1; +- (BOOL)useMaterial; + +@end diff --git a/PrivateFrameworks/TVMLKit.framework/_TVProgressView.h b/PrivateFrameworks/TVMLKit.framework/_TVProgressView.h new file mode 100644 index 0000000000..4af6b312f3 --- /dev/null +++ b/PrivateFrameworks/TVMLKit.framework/_TVProgressView.h @@ -0,0 +1,47 @@ +/* Generated by RuntimeBrowser + Image: /System/Library/PrivateFrameworks/TVMLKit.framework/TVMLKit + */ + +@interface _TVProgressView : UIView { + UIColor * _completeTintColor; + float _cornerRadius; + UIVisualEffectView * _materialView; + float _progress; + _TVProgressBarView * _progressBarView; + UIColor * _progressTintColor; + UIImageView * _shadowImageView; + int _style; + BOOL _useMaterial; +} + +@property (nonatomic, retain) UIColor *completeTintColor; +@property (nonatomic) float cornerRadius; +@property (nonatomic) float progress; +@property (nonatomic, retain) UIColor *progressTintColor; +@property (nonatomic, retain) UIImageView *shadowImageView; +@property (nonatomic) int style; +@property (nonatomic) BOOL useMaterial; + +- (void).cxx_destruct; +- (id)_maskImageForProgressBar; +- (void)_updateForStyleChange; +- (id)completeTintColor; +- (float)cornerRadius; +- (id)initWithFrame:(struct CGRect { struct CGPoint { float x_1_1_1; float x_1_1_2; } x1; struct CGSize { float x_2_1_1; float x_2_1_2; } x2; })arg1; +- (void)layoutSubviews; +- (float)progress; +- (id)progressTintColor; +- (void)setCompleteTintColor:(id)arg1; +- (void)setCornerRadius:(float)arg1; +- (void)setProgress:(float)arg1; +- (void)setProgressTintColor:(id)arg1; +- (void)setSelected:(BOOL)arg1 animated:(BOOL)arg2; +- (void)setShadowImageView:(id)arg1; +- (void)setStyle:(int)arg1; +- (void)setUseMaterial:(BOOL)arg1; +- (id)shadowImageView; +- (struct CGSize { float x1; float x2; })sizeThatFits:(struct CGSize { float x1; float x2; })arg1; +- (int)style; +- (BOOL)useMaterial; + +@end diff --git a/PrivateFrameworks/TVMLKit.framework/_TVRatingBadgeView.h b/PrivateFrameworks/TVMLKit.framework/_TVRatingBadgeView.h new file mode 100644 index 0000000000..eaf32ba589 --- /dev/null +++ b/PrivateFrameworks/TVMLKit.framework/_TVRatingBadgeView.h @@ -0,0 +1,34 @@ +/* Generated by RuntimeBrowser + Image: /System/Library/PrivateFrameworks/TVMLKit.framework/TVMLKit + */ + +@interface _TVRatingBadgeView : UIView { + UIColor * _fillColor; + NSString * _ratingStyle; + float _ratingValue; + UIColor * _tintColor; +} + +@property (nonatomic, retain) UIColor *fillColor; +@property (nonatomic, retain) NSString *ratingStyle; +@property (nonatomic) float ratingValue; +@property (nonatomic, retain) UIColor *tintColor; + +- (void).cxx_destruct; +- (float)_circleRadius; +- (id)_halfStarImage; +- (id)_starImage; +- (BOOL)canBecomeFocused; +- (void)drawRect:(struct CGRect { struct CGPoint { float x_1_1_1; float x_1_1_2; } x1; struct CGSize { float x_2_1_1; float x_2_1_2; } x2; })arg1; +- (id)fillColor; +- (id)initWithFrame:(struct CGRect { struct CGPoint { float x_1_1_1; float x_1_1_2; } x1; struct CGSize { float x_2_1_1; float x_2_1_2; } x2; })arg1; +- (id)ratingStyle; +- (float)ratingValue; +- (void)setFillColor:(id)arg1; +- (void)setRatingStyle:(id)arg1; +- (void)setRatingValue:(float)arg1; +- (void)setTintColor:(id)arg1; +- (struct CGSize { float x1; float x2; })sizeThatFits:(struct CGSize { float x1; float x2; })arg1; +- (id)tintColor; + +@end diff --git a/PrivateFrameworks/TVMLKit.framework/_TVRelatedContentShelfView.h b/PrivateFrameworks/TVMLKit.framework/_TVRelatedContentShelfView.h new file mode 100644 index 0000000000..d1611d29ff --- /dev/null +++ b/PrivateFrameworks/TVMLKit.framework/_TVRelatedContentShelfView.h @@ -0,0 +1,31 @@ +/* Generated by RuntimeBrowser + Image: /System/Library/PrivateFrameworks/TVMLKit.framework/TVMLKit + */ + +@interface _TVRelatedContentShelfView : UIView { + UIView * _lastFocusedView; + float _relatedHeight; + UIView * _relatedView; + _TVRelatedWrappingView * _relatedWrappingView; + UIView * _shelfView; +} + +@property (nonatomic) float relatedHeight; +@property (nonatomic, retain) UIView *relatedView; +@property (nonatomic) UIView *shelfView; + +- (void).cxx_destruct; +- (void)_layoutRelatedView; +- (void)didUpdateFocusFromView:(id)arg1; +- (id)initWithFrame:(struct CGRect { struct CGPoint { float x_1_1_1; float x_1_1_2; } x1; struct CGSize { float x_2_1_1; float x_2_1_2; } x2; })arg1; +- (void)layoutSubviews; +- (id)preferredFocusEnvironments; +- (float)relatedHeight; +- (id)relatedView; +- (void)setRelatedHeight:(float)arg1; +- (void)setRelatedView:(id)arg1; +- (void)setShelfView:(id)arg1; +- (id)shelfView; +- (struct CGSize { float x1; float x2; })sizeThatFits:(struct CGSize { float x1; float x2; })arg1; + +@end diff --git a/PrivateFrameworks/TVMLKit.framework/_TVRelatedContentShelfViewController.h b/PrivateFrameworks/TVMLKit.framework/_TVRelatedContentShelfViewController.h new file mode 100644 index 0000000000..5f7152e010 --- /dev/null +++ b/PrivateFrameworks/TVMLKit.framework/_TVRelatedContentShelfViewController.h @@ -0,0 +1,23 @@ +/* Generated by RuntimeBrowser + Image: /System/Library/PrivateFrameworks/TVMLKit.framework/TVMLKit + */ + +@interface _TVRelatedContentShelfViewController : UIViewController { + _TVShelfViewController * _shelfViewController; +} + +@property (readonly, copy) NSString *debugDescription; +@property (readonly, copy) NSString *description; +@property (readonly) unsigned int hash; +@property (nonatomic, retain) _TVShelfViewController *shelfViewController; +@property (readonly) Class superclass; + +- (void).cxx_destruct; +- (id)impressionableElementsContainedInDocument:(id)arg1; +- (void)loadView; +- (id)preferredFocusEnvironments; +- (void)setShelfViewController:(id)arg1; +- (id)shelfViewController; +- (void)shelfViewController:(id)arg1 updateRelatedView:(id)arg2; + +@end diff --git a/PrivateFrameworks/TVMLKit.framework/_TVRelatedWrappingView.h b/PrivateFrameworks/TVMLKit.framework/_TVRelatedWrappingView.h new file mode 100644 index 0000000000..0a2ecdbf28 --- /dev/null +++ b/PrivateFrameworks/TVMLKit.framework/_TVRelatedWrappingView.h @@ -0,0 +1,15 @@ +/* Generated by RuntimeBrowser + Image: /System/Library/PrivateFrameworks/TVMLKit.framework/TVMLKit + */ + +@interface _TVRelatedWrappingView : _TVFocusRedirectView { + UIView * _relatedView; +} + +@property (nonatomic) UIView *relatedView; + +- (void).cxx_destruct; +- (id)relatedView; +- (void)setRelatedView:(id)arg1; + +@end diff --git a/PrivateFrameworks/TVMLKit.framework/_TVResourceImageLoader.h b/PrivateFrameworks/TVMLKit.framework/_TVResourceImageLoader.h new file mode 100644 index 0000000000..f0ccb87767 --- /dev/null +++ b/PrivateFrameworks/TVMLKit.framework/_TVResourceImageLoader.h @@ -0,0 +1,22 @@ +/* Generated by RuntimeBrowser + Image: /System/Library/PrivateFrameworks/TVMLKit.framework/TVMLKit + */ + +@interface _TVResourceImageLoader : NSObject { + NSOperationQueue * _imageLoaderQueue; +} + +@property (readonly, copy) NSString *debugDescription; +@property (readonly, copy) NSString *description; +@property (readonly) unsigned int hash; +@property (readonly) Class superclass; + ++ (id)sharedInstance; + +- (void).cxx_destruct; +- (void)cancelLoad:(id)arg1; +- (id)imageKeyForObject:(id)arg1; +- (id)init; +- (id)loadImageForObject:(id)arg1 scaleToSize:(struct CGSize { float x1; float x2; })arg2 cropToFit:(BOOL)arg3 completionHandler:(id /* block */)arg4; + +@end diff --git a/PrivateFrameworks/TVMLKit.framework/_TVRootMenuBarController.h b/PrivateFrameworks/TVMLKit.framework/_TVRootMenuBarController.h new file mode 100644 index 0000000000..462cd35378 --- /dev/null +++ b/PrivateFrameworks/TVMLKit.framework/_TVRootMenuBarController.h @@ -0,0 +1,68 @@ +/* Generated by RuntimeBrowser + Image: /System/Library/PrivateFrameworks/TVMLKit.framework/TVMLKit + */ + +@interface _TVRootMenuBarController : UITabBarController { + <_TVAppNavigationControllerDelegate> * _appNavigationControllerDelegate; + IKAppTabBar * _appTabBar; + NSArray * _appTabBarItems; + unsigned int _layoutType; + UIVisualEffectView * _paletteView; + NSArray * _paletteViewContraints; + unsigned int _previousSelectedIndex; + _TVMenuBarStackView * _stackView; + UIView * _tabBarSeparator; +} + +@property (nonatomic) <_TVAppNavigationControllerDelegate> *appNavigationControllerDelegate; +@property (nonatomic, retain) IKAppTabBar *appTabBar; +@property (nonatomic, retain) NSArray *appTabBarItems; +@property (readonly, copy) NSString *debugDescription; +@property (readonly, copy) NSString *description; +@property (readonly) unsigned int hash; +@property (nonatomic) unsigned int layoutType; +@property (nonatomic, retain) UIVisualEffectView *paletteView; +@property (nonatomic, retain) NSArray *paletteViewContraints; +@property (nonatomic) unsigned int previousSelectedIndex; +@property (nonatomic, retain) _TVMenuBarStackView *stackView; +@property (readonly) Class superclass; +@property (nonatomic, retain) UIView *tabBarSeparator; + +- (void).cxx_destruct; +- (void)_setSelectedViewController:(id)arg1; +- (void)_updateVisibilityLayoutType:(unsigned int)arg1; +- (id)appNavigationControllerDelegate; +- (id)appTabBar; +- (id)appTabBarItems; +- (void)dealloc; +- (id)init; +- (unsigned int)layoutType; +- (unsigned int)numberOfTabsInTabBar:(id)arg1; +- (id)paletteView; +- (id)paletteViewContraints; +- (unsigned int)previousSelectedIndex; +- (id)selectedTabItemForTabBar:(id)arg1; +- (void)setAppNavigationControllerDelegate:(id)arg1; +- (void)setAppTabBar:(id)arg1; +- (void)setAppTabBarItems:(id)arg1; +- (void)setLayoutType:(unsigned int)arg1; +- (void)setPaletteView:(id)arg1; +- (void)setPaletteViewContraints:(id)arg1; +- (void)setPreviousSelectedIndex:(unsigned int)arg1; +- (void)setSelectedIndex:(unsigned int)arg1; +- (void)setStackView:(id)arg1; +- (void)setTabBarSeparator:(id)arg1; +- (id)stackView; +- (void)stackView:(id)arg1 poppedToRootForIndex:(unsigned int)arg2; +- (void)stackView:(id)arg1 selectedIndex:(unsigned int)arg2; +- (void)tabBar:(id)arg1 setSelectedTabItem:(id)arg2; +- (id)tabBar:(id)arg1 setTabItems:(id)arg2; +- (id)tabBar:(id)arg1 tabItemAtIndex:(unsigned int)arg2; +- (void)tabBarController:(id)arg1 didSelectViewController:(id)arg2; +- (unsigned int)tabBarControllerSupportedInterfaceOrientations:(id)arg1; +- (id)tabBarSeparator; +- (void)traitCollectionDidChange:(id)arg1; +- (id)transientTabItemForTabBar:(id)arg1; +- (void)viewDidLoad; + +@end diff --git a/PrivateFrameworks/TVMLKit.framework/_TVRotatingViewController.h b/PrivateFrameworks/TVMLKit.framework/_TVRotatingViewController.h new file mode 100644 index 0000000000..7ff9bce091 --- /dev/null +++ b/PrivateFrameworks/TVMLKit.framework/_TVRotatingViewController.h @@ -0,0 +1,10 @@ +/* Generated by RuntimeBrowser + Image: /System/Library/PrivateFrameworks/TVMLKit.framework/TVMLKit + */ + +@interface _TVRotatingViewController : UIViewController + +- (void)setView:(id)arg1; +- (void)viewWillTransitionToSize:(struct CGSize { float x1; float x2; })arg1 withTransitionCoordinator:(id)arg2; + +@end diff --git a/PrivateFrameworks/TVMLKit.framework/_TVRowView.h b/PrivateFrameworks/TVMLKit.framework/_TVRowView.h new file mode 100644 index 0000000000..3ea3ee237d --- /dev/null +++ b/PrivateFrameworks/TVMLKit.framework/_TVRowView.h @@ -0,0 +1,61 @@ +/* Generated by RuntimeBrowser + Image: /System/Library/PrivateFrameworks/TVMLKit.framework/TVMLKit + */ + +@interface _TVRowView : _TVFocusRedirectView { + NSArray * _allComponents; + NSArray * _centerComponents; + NSArray * _components; + NSMutableArray * _constraints; + int _contentVerticalAlignment; + UIView * _lastFocusedView; + NSArray * _leftComponents; + UIView * _preferredFocusedComponent; + NSArray * _rightComponents; +} + +@property (nonatomic, readonly, copy) NSArray *allComponents; +@property (nonatomic, readonly, copy) NSArray *centerComponents; +@property (nonatomic, copy) NSArray *components; +@property (nonatomic) int contentVerticalAlignment; +@property (readonly, copy) NSString *debugDescription; +@property (readonly, copy) NSString *description; +@property (readonly) unsigned int hash; +@property (nonatomic, readonly) UIView *lastFocusedView; +@property (nonatomic, readonly, copy) NSArray *leftComponents; +@property (nonatomic) UIView *preferredFocusedComponent; +@property (nonatomic, readonly, copy) NSArray *rightComponents; +@property (readonly) Class superclass; + ++ (void)_alignComponents:(id)arg1 withLineSize:(struct CGSize { float x1; float x2; })arg2 boundingRect:(struct CGRect { struct CGPoint { float x_1_1_1; float x_1_1_2; } x1; struct CGSize { float x_2_1_1; float x_2_1_2; } x2; })arg3 originYBump:(float)arg4 verticalAlignment:(int)arg5 horizontalAlignment:(int)arg6; ++ (struct CGRect { struct CGPoint { float x_1_1_1; float x_1_1_2; } x1; struct CGSize { float x_2_1_1; float x_2_1_2; } x2; })_boundingRectForComponents:(id)arg1 interitemSpacing:(float)arg2 boundingSize:(struct CGSize { float x1; float x2; })arg3 horizontalAlignment:(int)arg4 allowsOverflow:(BOOL)arg5; ++ (struct CGRect { struct CGPoint { float x_1_1_1; float x_1_1_2; } x1; struct CGSize { float x_2_1_1; float x_2_1_2; } x2; })_leftAlignedFrameForComponent:(id)arg1 previousComponent:(id)arg2 interitemSpacing:(float)arg3; + +- (void).cxx_destruct; +- (void)_addSubview:(id)arg1 maxViewWidth:(float)arg2; +- (int)_alignmentFromView:(id)arg1; +- (void)_applyConstraints; +- (void)_lineUpComponents:(id)arg1 alignment:(int)arg2 attribute:(int)arg3; +- (void)_resetSubviews; +- (struct CGSize { float x1; float x2; })_sizeThatFitsComponents:(id)arg1 boundingSize:(struct CGSize { float x1; float x2; })arg2; +- (id)allComponents; +- (BOOL)canBecomeFocused; +- (id)centerComponents; +- (id)components; +- (int)contentVerticalAlignment; +- (id)impressionableElementsContainedInDocument:(id)arg1; +- (id)initWithFrame:(struct CGRect { struct CGPoint { float x_1_1_1; float x_1_1_2; } x1; struct CGSize { float x_2_1_1; float x_2_1_2; } x2; })arg1; +- (id)lastFocusedView; +- (void)layoutSubviews; +- (id)leftComponents; +- (id)preferredFocusEnvironments; +- (id)preferredFocusedComponent; +- (id)rightComponents; +- (void)setComponents:(id)arg1; +- (void)setContentVerticalAlignment:(int)arg1; +- (void)setPreferredFocusedComponent:(id)arg1; +- (void)setSelected:(BOOL)arg1 animated:(BOOL)arg2; +- (struct CGSize { float x1; float x2; })sizeThatFits:(struct CGSize { float x1; float x2; })arg1; +- (void)willUpdateFocusToView:(id)arg1; + +@end diff --git a/PrivateFrameworks/TVMLKit.framework/_TVSearchBar.h b/PrivateFrameworks/TVMLKit.framework/_TVSearchBar.h new file mode 100644 index 0000000000..2ed0e052a1 --- /dev/null +++ b/PrivateFrameworks/TVMLKit.framework/_TVSearchBar.h @@ -0,0 +1,54 @@ +/* Generated by RuntimeBrowser + Image: /System/Library/PrivateFrameworks/TVMLKit.framework/TVMLKit + */ + +@interface _TVSearchBar : UIView { + UIActivityIndicatorView * _activityIndicatorView; + <_TVSearchBarDelegate> * _delegate; + UITextField * _textField; +} + +@property (nonatomic, retain) UIActivityIndicatorView *activityIndicatorView; +@property (nonatomic) int autocapitalizationType; +@property (nonatomic) int autocorrectionType; +@property (readonly, copy) NSString *debugDescription; +@property (nonatomic) <_TVSearchBarDelegate> *delegate; +@property (readonly, copy) NSString *description; +@property (nonatomic) BOOL enablesReturnKeyAutomatically; +@property (nonatomic, readonly) BOOL hasText; +@property (readonly) unsigned int hash; +@property (nonatomic) int keyboardAppearance; +@property (nonatomic) int keyboardType; +@property (nonatomic) int returnKeyType; +@property (getter=isSecureTextEntry, nonatomic) BOOL secureTextEntry; +@property (nonatomic) int spellCheckingType; +@property (readonly) Class superclass; +@property (nonatomic, retain) NSString *text; +@property (nonatomic, copy) NSString *textContentType; +@property (nonatomic, readonly) UITextField *textField; + ++ (id)_listItemSelectedOverlayFillColor; ++ (id)_listItemTextColor; + +- (void).cxx_destruct; +- (void)_insertSpace:(id)arg1; +- (void)_submit:(id)arg1; +- (id)activityIndicatorView; +- (BOOL)canBecomeFirstResponder; +- (BOOL)canBecomeFocused; +- (id)delegate; +- (void)deleteBackward; +- (void)didUpdateFocusInContext:(id)arg1 withAnimationCoordinator:(id)arg2; +- (BOOL)hasText; +- (id)initWithFrame:(struct CGRect { struct CGPoint { float x_1_1_1; float x_1_1_2; } x1; struct CGSize { float x_2_1_1; float x_2_1_2; } x2; })arg1; +- (void)insertText:(id)arg1; +- (id)keyCommands; +- (void)layoutSubviews; +- (void)setActivityIndicatorView:(id)arg1; +- (void)setDelegate:(id)arg1; +- (void)setText:(id)arg1; +- (struct CGSize { float x1; float x2; })sizeThatFits:(struct CGSize { float x1; float x2; })arg1; +- (id)text; +- (id)textField; + +@end diff --git a/PrivateFrameworks/TVMLKit.framework/_TVSearchBarWrapper.h b/PrivateFrameworks/TVMLKit.framework/_TVSearchBarWrapper.h new file mode 100644 index 0000000000..a14344a476 --- /dev/null +++ b/PrivateFrameworks/TVMLKit.framework/_TVSearchBarWrapper.h @@ -0,0 +1,21 @@ +/* Generated by RuntimeBrowser + Image: /System/Library/PrivateFrameworks/TVMLKit.framework/TVMLKit + */ + +@interface _TVSearchBarWrapper : UIView { + BOOL _enabled; + UISearchBar * _searchBar; +} + +@property (getter=isEnabled, nonatomic) BOOL enabled; +@property (nonatomic, retain) UISearchBar *searchBar; + +- (void).cxx_destruct; +- (BOOL)_shouldAnimatePropertyWithKey:(id)arg1; +- (BOOL)canBecomeFocused; +- (BOOL)isEnabled; +- (id)searchBar; +- (void)setEnabled:(BOOL)arg1; +- (void)setSearchBar:(id)arg1; + +@end diff --git a/PrivateFrameworks/TVMLKit.framework/_TVSearchFlowLayout.h b/PrivateFrameworks/TVMLKit.framework/_TVSearchFlowLayout.h new file mode 100644 index 0000000000..3dae6f61bc --- /dev/null +++ b/PrivateFrameworks/TVMLKit.framework/_TVSearchFlowLayout.h @@ -0,0 +1,9 @@ +/* Generated by RuntimeBrowser + Image: /System/Library/PrivateFrameworks/TVMLKit.framework/TVMLKit + */ + +@interface _TVSearchFlowLayout : UICollectionViewFlowLayout + +- (id /* block */)_animationForReusableView:(id)arg1 toLayoutAttributes:(id)arg2 type:(unsigned int)arg3; + +@end diff --git a/PrivateFrameworks/TVMLKit.framework/_TVSearchResultCell.h b/PrivateFrameworks/TVMLKit.framework/_TVSearchResultCell.h new file mode 100644 index 0000000000..db87b8e037 --- /dev/null +++ b/PrivateFrameworks/TVMLKit.framework/_TVSearchResultCell.h @@ -0,0 +1,23 @@ +/* Generated by RuntimeBrowser + Image: /System/Library/PrivateFrameworks/TVMLKit.framework/TVMLKit + */ + +@interface _TVSearchResultCell : UICollectionViewCell { + id /* block */ _didFocusBlock; + UIViewController * _viewController; +} + +@property (nonatomic, copy) id /* block */ didFocusBlock; +@property (nonatomic, retain) UIViewController *viewController; + +- (void).cxx_destruct; +- (BOOL)canBecomeFocused; +- (id /* block */)didFocusBlock; +- (void)didUpdateFocusInContext:(id)arg1 withAnimationCoordinator:(id)arg2; +- (id)preferredFocusEnvironments; +- (void)prepareForReuse; +- (void)setDidFocusBlock:(id /* block */)arg1; +- (void)setViewController:(id)arg1; +- (id)viewController; + +@end diff --git a/PrivateFrameworks/TVMLKit.framework/_TVSearchTemplateController.h b/PrivateFrameworks/TVMLKit.framework/_TVSearchTemplateController.h new file mode 100644 index 0000000000..85faa31b26 --- /dev/null +++ b/PrivateFrameworks/TVMLKit.framework/_TVSearchTemplateController.h @@ -0,0 +1,93 @@ +/* Generated by RuntimeBrowser + Image: /System/Library/PrivateFrameworks/TVMLKit.framework/TVMLKit + */ + +@interface _TVSearchTemplateController : _TVBgImageLoadingViewController { + UIImage * _backgroundImage; + IKViewElement * _bannerElement; + IKImageElement * _bgImageElement; + IKViewElement * _collectionListElement; + NSIndexPath * _focusedViewControllerIndexPath; + IKImageElement * _heroImgElement; + IKAppKeyboard * _ikKeyboard; + float _impressionThreshold; + NSArray * _rowSpacingMetricsList; + IKViewElement * _scopeElement; + UIViewController * _scopeViewController; + UISearchBar * _searchBar; + IKTextFieldElement * _searchFieldElement; + _TVSearchTemplateView * _searchTemplateView; + IKViewElement * _suggestionsElement; + UIViewController * _suggestionsViewController; + UISystemInputViewController * _systemInputViewController; + IKViewElement * _templateElement; + NSArray * _viewControllers; +} + +@property (readonly, copy) NSString *debugDescription; +@property (readonly, copy) NSString *description; +@property (readonly) unsigned int hash; +@property (readonly) Class superclass; + ++ (struct TVRowMetrics { int x1; float x2; struct { float x_3_1_1; float x_3_1_2; } x3; struct { float x_4_1_1; float x_4_1_2; } x4; struct { float x_5_1_1; float x_5_1_2; } x5; struct { float x_6_1_1; float x_6_1_2; } x6; })_collapsedRowMetricsForViewController:(id)arg1; ++ (id)_viewControllerFromElement:(id)arg1 existingController:(id)arg2; + +- (void).cxx_destruct; +- (void)_adjustFrameForScopeView:(id)arg1 inCell:(id)arg2; +- (void)_adjustOriginForSuggestionsView:(id)arg1 inCell:(id)arg2; +- (struct UIEdgeInsets { float x1; float x2; float x3; float x4; })_adjustedCollectionMargins; +- (id)_backgroundImageProxy; +- (struct CGSize { float x1; float x2; })_backgroundImageProxySize; +- (void)_buildSpacingMetrics; +- (void)_cancelImpressionsUpdate; +- (void)_configureWithBgImage:(id)arg1 backdropImage:(id)arg2; +- (BOOL)_disableAutomaticKeyboardUI; +- (void)_doneButtonPressed:(id)arg1; +- (BOOL)_enableAutomaticKeyboardPressDone; +- (void)_recordImpressionsForVisibleView; +- (int)_sectionForViewControllerIndex:(int)arg1; +- (void)_setFocusedIndexPath:(id)arg1; +- (BOOL)_shouldShowScope; +- (BOOL)_shouldShowSuggestions; +- (BOOL)_updateCollectionList; +- (void)_updateImpressions; +- (void)_updateKeyboardText; +- (void)_updateSearchFieldText; +- (void)_updateViewIgnoringSparseUpdates:(BOOL)arg1; +- (int)_viewControllerIndexForSection:(int)arg1; +- (id)_viewControllers; +- (struct CGRect { struct CGPoint { float x_1_1_1; float x_1_1_2; } x1; struct CGSize { float x_2_1_1; float x_2_1_2; } x2; })_visibleRectInRect:(struct CGRect { struct CGPoint { float x_1_1_1; float x_1_1_2; } x1; struct CGSize { float x_2_1_1; float x_2_1_2; } x2; })arg1; +- (id)collectionView:(id)arg1 cellForItemAtIndexPath:(id)arg2; +- (void)collectionView:(id)arg1 didEndDisplayingCell:(id)arg2 forItemAtIndexPath:(id)arg3; +- (struct UIEdgeInsets { float x1; float x2; float x3; float x4; })collectionView:(id)arg1 layout:(id)arg2 insetForSectionAtIndex:(int)arg3; +- (struct CGSize { float x1; float x2; })collectionView:(id)arg1 layout:(id)arg2 sizeForItemAtIndexPath:(id)arg3; +- (int)collectionView:(id)arg1 numberOfItemsInSection:(int)arg2; +- (BOOL)collectionView:(id)arg1 shouldHighlightItemAtIndexPath:(id)arg2; +- (void)collectionView:(id)arg1 willDisplayCell:(id)arg2 forItemAtIndexPath:(id)arg3; +- (void)dealloc; +- (id)impressionableElementsContainedInDocument:(id)arg1; +- (id)indexPathForPreferredFocusedViewInCollectionView:(id)arg1; +- (void)loadView; +- (int)numberOfSectionsInCollectionView:(id)arg1; +- (void)scrollToTop; +- (void)scrollViewDidScroll:(id)arg1; +- (void)scrollViewWillBeginDragging:(id)arg1; +- (void)scrollViewWillEndDragging:(id)arg1 withVelocity:(struct CGPoint { float x1; float x2; })arg2 targetContentOffset:(inout struct CGPoint { float x1; float x2; }*)arg3; +- (void)searchBar:(id)arg1 textDidChange:(id)arg2; +- (void)searchBarCancelButtonClicked:(id)arg1; +- (void)searchBarSearchButtonClicked:(id)arg1; +- (void)searchBarTextDidBeginEditing:(id)arg1; +- (void)searchBarTextDidEndEditing:(id)arg1; +- (void)searchTemplateView:(id)arg1 didOffsetOriginForCollectionView:(id)arg2; +- (id)searchTemplateView:(id)arg1 preferredFocusEnvironmentForKeyboard:(id)arg2; +- (void)siri_beginInteractiveTransition; +- (void)siri_endInteractiveTransition; +- (void)textDidChangeForKeyboard:(id)arg1; +- (void)tv_updateViewLayout; +- (void)updateWithViewElement:(id)arg1; +- (void)viewDidAppear:(BOOL)arg1; +- (void)viewDidDisappear:(BOOL)arg1; +- (void)viewDidLoad; +- (void)viewWillTransitionToSize:(struct CGSize { float x1; float x2; })arg1 withTransitionCoordinator:(id)arg2; + +@end diff --git a/PrivateFrameworks/TVMLKit.framework/_TVSearchTemplateView.h b/PrivateFrameworks/TVMLKit.framework/_TVSearchTemplateView.h new file mode 100644 index 0000000000..198340c9bf --- /dev/null +++ b/PrivateFrameworks/TVMLKit.framework/_TVSearchTemplateView.h @@ -0,0 +1,95 @@ +/* Generated by RuntimeBrowser + Image: /System/Library/PrivateFrameworks/TVMLKit.framework/TVMLKit + */ + +@interface _TVSearchTemplateView : UIView { + BOOL _bannerHidden; + UIView * _bannerView; + UIImageView * _bgImageView; + struct UIEdgeInsets { + float top; + float left; + float bottom; + float right; + } _collectionMargin; + UICollectionView * _collectionView; + <_TVSearchTemplateViewDelegate> * _delegate; + struct { + unsigned int hasWillAddKeyboard : 1; + unsigned int hasDidAddKeyboard : 1; + unsigned int hasWillRemoveKeyboard : 1; + unsigned int hasDidRemoveKeyboard : 1; + unsigned int hasDidOffsetOrigin : 1; + } _delegateFlags; + UIView * _fieldAndKeyboardContainer; + BOOL _focusHidden; + struct UIEdgeInsets { + float top; + float left; + float bottom; + float right; + } _inset; + BOOL _isTouchEnabled; + UIView * _keyboard; + NSArray * _keyboardConstraints; + UIFocusGuide * _keyboardProxy; + NSArray * _keyboardProxyConstraints; + int _keyboardState; + UITapGestureRecognizer * _menuRecognizer; + BOOL _partialViewEnabled; + * _preferredFocusEnvironment; + UISearchBar * _searchBar; + _TVSearchBarWrapper * _searchBarWrapper; + BOOL _spinning; + int _targetKeyboardState; +} + +@property (nonatomic, retain) UIView *bannerView; +@property (nonatomic, readonly) UIImageView *bgImageView; +@property (nonatomic) struct UIEdgeInsets { float x1; float x2; float x3; float x4; } collectionMargin; +@property (nonatomic, readonly, retain) UICollectionView *collectionView; +@property (nonatomic) <_TVSearchTemplateViewDelegate> *delegate; +@property (getter=isFocusHidden, nonatomic) BOOL focusHidden; +@property (nonatomic) struct UIEdgeInsets { float x1; float x2; float x3; float x4; } inset; +@property (nonatomic, readonly) BOOL isTouchEnabled; +@property (getter=isPartialViewEnabled, nonatomic) BOOL partialViewEnabled; +@property (getter=isSpinning, nonatomic) BOOL spinning; + +- (void).cxx_destruct; +- (void)_addKeyboard; +- (void)_adjustKeyboardContainerPositionForContentOffset:(struct CGPoint { float x1; float x2; })arg1; +- (float)_bannerMarginBottom; +- (void)_handleMenuAction:(id)arg1; +- (BOOL)_isSearchFieldVisible; +- (void)_pushKeyboardTowardsStableState:(unsigned int)arg1; +- (void)_transitionKeyboardInAnimated:(BOOL)arg1; +- (void)_transitionKeyboardOut; +- (void)adjustScrollForContentOffset:(struct CGPoint { float x1; float x2; })arg1; +- (id)bannerView; +- (id)bgImageView; +- (struct UIEdgeInsets { float x1; float x2; float x3; float x4; })collectionMargin; +- (id)collectionView; +- (id)delegate; +- (void)didUpdateFocusFromView:(id)arg1; +- (id)initWithCollectionView:(id)arg1 searchBar:(id)arg2 keyboard:(id)arg3 touchEnabled:(BOOL)arg4; +- (struct UIEdgeInsets { float x1; float x2; float x3; float x4; })inset; +- (BOOL)isFocusHidden; +- (BOOL)isPartialViewEnabled; +- (BOOL)isSpinning; +- (BOOL)isTouchEnabled; +- (void)layoutSubviews; +- (void)offsetBannerToHide:(BOOL)arg1; +- (id)preferredFocusEnvironments; +- (void)setBannerView:(id)arg1; +- (void)setCollectionMargin:(struct UIEdgeInsets { float x1; float x2; float x3; float x4; })arg1; +- (void)setDelegate:(id)arg1; +- (void)setFocusHidden:(BOOL)arg1; +- (void)setInset:(struct UIEdgeInsets { float x1; float x2; float x3; float x4; })arg1; +- (void)setPartialViewEnabled:(BOOL)arg1; +- (void)setSpinning:(BOOL)arg1; +- (BOOL)shouldUpdateFocusFromView:(id)arg1 toView:(id)arg2 heading:(unsigned int)arg3; +- (void)stopEditing; +- (void)updateConstraints; +- (void)willMoveToWindow:(id)arg1; + +@end diff --git a/PrivateFrameworks/TVMLKit.framework/_TVSegmentedControlTarget.h b/PrivateFrameworks/TVMLKit.framework/_TVSegmentedControlTarget.h new file mode 100644 index 0000000000..fed55e2ca5 --- /dev/null +++ b/PrivateFrameworks/TVMLKit.framework/_TVSegmentedControlTarget.h @@ -0,0 +1,15 @@ +/* Generated by RuntimeBrowser + Image: /System/Library/PrivateFrameworks/TVMLKit.framework/TVMLKit + */ + +@interface _TVSegmentedControlTarget : NSObject { + NSArray * _elements; +} + ++ (void)addTargetInSegmentedControl:(id)arg1 withHighlightViewElements:(id)arg2; + +- (void).cxx_destruct; +- (void)_valueChanged:(id)arg1; +- (id)initWithViewElements:(id)arg1; + +@end diff --git a/PrivateFrameworks/TVMLKit.framework/_TVSeparatorView.h b/PrivateFrameworks/TVMLKit.framework/_TVSeparatorView.h new file mode 100644 index 0000000000..1a1ca80265 --- /dev/null +++ b/PrivateFrameworks/TVMLKit.framework/_TVSeparatorView.h @@ -0,0 +1,31 @@ +/* Generated by RuntimeBrowser + Image: /System/Library/PrivateFrameworks/TVMLKit.framework/TVMLKit + */ + +@interface _TVSeparatorView : UIView { + UIView * _line1; + UIView * _line2; + float _lineHeight; + UIView * _separatorComponent; + UIColor * _tintColor; +} + +@property (nonatomic) float lineHeight; +@property (nonatomic) UIView *separatorComponent; +@property (nonatomic, retain) UIColor *tintColor; + ++ (id)separatorViewWithElement:(id)arg1 existingView:(id)arg2; + +- (void).cxx_destruct; +- (BOOL)canBecomeFocused; +- (void)layoutSubviews; +- (float)lineHeight; +- (id)preferredFocusEnvironments; +- (id)separatorComponent; +- (void)setLineHeight:(float)arg1; +- (void)setSeparatorComponent:(id)arg1; +- (void)setTintColor:(id)arg1; +- (struct CGSize { float x1; float x2; })sizeThatFits:(struct CGSize { float x1; float x2; })arg1; +- (id)tintColor; + +@end diff --git a/PrivateFrameworks/TVMLKit.framework/_TVShadowViewElement.h b/PrivateFrameworks/TVMLKit.framework/_TVShadowViewElement.h new file mode 100644 index 0000000000..9f20747cb8 --- /dev/null +++ b/PrivateFrameworks/TVMLKit.framework/_TVShadowViewElement.h @@ -0,0 +1,25 @@ +/* Generated by RuntimeBrowser + Image: /System/Library/PrivateFrameworks/TVMLKit.framework/TVMLKit + */ + +@interface _TVShadowViewElement : NSObject { + NSArray * _children; + _TVShadowViewElementID * _elementID; + _TVShadowViewElement * _parent; +} + +@property (nonatomic, copy) NSArray *children; +@property (nonatomic, copy) _TVShadowViewElementID *elementID; +@property (nonatomic) _TVShadowViewElement *parent; + +- (void).cxx_destruct; +- (id)children; +- (id)elementID; +- (unsigned int)hash; +- (BOOL)isEqual:(id)arg1; +- (id)parent; +- (void)setChildren:(id)arg1; +- (void)setElementID:(id)arg1; +- (void)setParent:(id)arg1; + +@end diff --git a/PrivateFrameworks/TVMLKit.framework/_TVShadowViewElementID.h b/PrivateFrameworks/TVMLKit.framework/_TVShadowViewElementID.h new file mode 100644 index 0000000000..616cb5a34d --- /dev/null +++ b/PrivateFrameworks/TVMLKit.framework/_TVShadowViewElementID.h @@ -0,0 +1,23 @@ +/* Generated by RuntimeBrowser + Image: /System/Library/PrivateFrameworks/TVMLKit.framework/TVMLKit + */ + +@interface _TVShadowViewElementID : NSObject { + NSString * _itemID; + IKViewElement * _viewElement; +} + +@property (nonatomic, readonly, copy) NSString *itemID; +@property (nonatomic, readonly) IKViewElement *viewElement; + +- (void).cxx_destruct; +- (id)copyWithZone:(struct _NSZone { }*)arg1; +- (id)description; +- (unsigned int)hash; +- (id)init; +- (id)initWithViewElement:(id)arg1; +- (BOOL)isEqual:(id)arg1; +- (id)itemID; +- (id)viewElement; + +@end diff --git a/PrivateFrameworks/TVMLKit.framework/_TVShelfLayoutHelper.h b/PrivateFrameworks/TVMLKit.framework/_TVShelfLayoutHelper.h new file mode 100644 index 0000000000..b9a75d9bcc --- /dev/null +++ b/PrivateFrameworks/TVMLKit.framework/_TVShelfLayoutHelper.h @@ -0,0 +1,41 @@ +/* Generated by RuntimeBrowser + Image: /System/Library/PrivateFrameworks/TVMLKit.framework/TVMLKit + */ + +@interface _TVShelfLayoutHelper : NSObject { + int _actualRowCount; + struct CGRect { struct CGPoint { float x_1_1_1; float x_1_1_2; } x1; struct CGSize { float x_2_1_1; float x_2_1_2; } x2; } * _cellFrames; + struct CGRect { struct CGPoint { float x_1_1_1; float x_1_1_2; } x1; struct CGSize { float x_2_1_1; float x_2_1_2; } x2; } * _headerFrames; + int _sectionCount; + struct UIEdgeInsets { float x1; float x2; float x3; float x4; } * _sectionInsets; + int * _sectionOffsets; + _TVShelfViewLayout * _shelfViewLayout; + float _tallestColumnHeight; + float _tallestHeaderHeight; + float _tallestInsetBottom; + float _tallestInsetTop; +} + +@property (nonatomic, readonly) int actualRowCount; +@property (nonatomic, readonly) _TVShelfViewLayout *shelfViewLayout; +@property (nonatomic, readonly) float tallestColumnHeight; +@property (nonatomic, readonly) float tallestHeaderHeight; +@property (nonatomic, readonly) float tallestInsetBottom; +@property (nonatomic, readonly) float tallestInsetTop; + +- (void).cxx_destruct; +- (void)_compute; +- (void)_freeBuffers; +- (int)actualRowCount; +- (void)dealloc; +- (struct CGRect { struct CGPoint { float x_1_1_1; float x_1_1_2; } x1; struct CGSize { float x_2_1_1; float x_2_1_2; } x2; })frameForHeaderInSection:(int)arg1; +- (struct CGRect { struct CGPoint { float x_1_1_1; float x_1_1_2; } x1; struct CGSize { float x_2_1_1; float x_2_1_2; } x2; })frameForItemAtIndexPath:(id)arg1; +- (id)initWithShelfViewLayout:(id)arg1; +- (struct UIEdgeInsets { float x1; float x2; float x3; float x4; })insetForSection:(int)arg1; +- (id)shelfViewLayout; +- (float)tallestColumnHeight; +- (float)tallestHeaderHeight; +- (float)tallestInsetBottom; +- (float)tallestInsetTop; + +@end diff --git a/PrivateFrameworks/TVMLKit.framework/_TVShelfView.h b/PrivateFrameworks/TVMLKit.framework/_TVShelfView.h new file mode 100644 index 0000000000..8d5a448f33 --- /dev/null +++ b/PrivateFrameworks/TVMLKit.framework/_TVShelfView.h @@ -0,0 +1,27 @@ +/* Generated by RuntimeBrowser + Image: /System/Library/PrivateFrameworks/TVMLKit.framework/TVMLKit + */ + +@interface _TVShelfView : _TVCollectionView { + _TVShelfViewLayout * _shelfFlowLayout; +} + +@property (nonatomic, retain) _TVShelfViewLayout *shelfFlowLayout; + +- (void).cxx_destruct; +- (struct CGPoint { float x1; float x2; })_contentOffsetForNewFrame:(struct CGRect { struct CGPoint { float x_1_1_1; float x_1_1_2; } x1; struct CGSize { float x_2_1_1; float x_2_1_2; } x2; })arg1 oldFrame:(struct CGRect { struct CGPoint { float x_1_1_1; float x_1_1_2; } x1; struct CGSize { float x_2_1_1; float x_2_1_2; } x2; })arg2 newContentSize:(struct CGSize { float x1; float x2; })arg3 andOldContentSize:(struct CGSize { float x1; float x2; })arg4; +- (struct UIEdgeInsets { float x1; float x2; float x3; float x4; })_selectionMarginsForCell:(id)arg1; +- (void)_updateLayoutForFocusedView:(id)arg1 withAnimationCoordinator:(id)arg2; +- (id)init; +- (id)initWithCoder:(id)arg1; +- (id)initWithFrame:(struct CGRect { struct CGPoint { float x_1_1_1; float x_1_1_2; } x1; struct CGSize { float x_2_1_1; float x_2_1_2; } x2; })arg1; +- (id)initWithFrame:(struct CGRect { struct CGPoint { float x_1_1_1; float x_1_1_2; } x1; struct CGSize { float x_2_1_1; float x_2_1_2; } x2; })arg1 collectionViewLayout:(id)arg2; +- (id)initWithFrame:(struct CGRect { struct CGPoint { float x_1_1_1; float x_1_1_2; } x1; struct CGSize { float x_2_1_1; float x_2_1_2; } x2; })arg1 shelfViewLayout:(id)arg2; +- (struct UIEdgeInsets { float x1; float x2; float x3; float x4; })selectionMarginsForCellAtIndexPath:(id)arg1; +- (void)setShelfFlowLayout:(id)arg1; +- (id)shelfFlowLayout; +- (struct CGSize { float x1; float x2; })sizeThatFits:(struct CGSize { float x1; float x2; })arg1; +- (struct CGRect { struct CGPoint { float x_1_1_1; float x_1_1_2; } x1; struct CGSize { float x_2_1_1; float x_2_1_2; } x2; })tv_augmentedSelectionFrameForFrame:(struct CGRect { struct CGPoint { float x_1_1_1; float x_1_1_2; } x1; struct CGSize { float x_2_1_1; float x_2_1_2; } x2; })arg1; +- (void)updateLayoutForFocusedView:(id)arg1; + +@end diff --git a/PrivateFrameworks/TVMLKit.framework/_TVShelfViewController.h b/PrivateFrameworks/TVMLKit.framework/_TVShelfViewController.h new file mode 100644 index 0000000000..2128b679c0 --- /dev/null +++ b/PrivateFrameworks/TVMLKit.framework/_TVShelfViewController.h @@ -0,0 +1,53 @@ +/* Generated by RuntimeBrowser + Image: /System/Library/PrivateFrameworks/TVMLKit.framework/TVMLKit + */ + +@interface _TVShelfViewController : _TVMLCollectionViewController { + unsigned int _autohighlightScrollPosition; + BOOL _centered; + <__TVShelfViewControllerDelegate> * _delegate; + double _lastPreviewDelay; + NSIndexPath * _lastPreviewedIndexPath; + NSIndexPath * _pendingPreviewedIndexPath; + unsigned int _speedBumpEdges; +} + +@property (getter=isCentered, nonatomic) BOOL centered; +@property (readonly, copy) NSString *debugDescription; +@property (nonatomic) <__TVShelfViewControllerDelegate> *delegate; +@property (readonly, copy) NSString *description; +@property (readonly) unsigned int hash; +@property (nonatomic) BOOL hideHeader; +@property (nonatomic) unsigned int speedBumpEdges; +@property (readonly) Class superclass; + +- (void).cxx_destruct; +- (void)_delayedUpdatePreview; +- (void)_ensureScrollViewSnapsToItemForSize:(struct CGSize { float x1; float x2; })arg1; +- (id)_findSnappingItemFromContentOffset:(inout struct CGPoint { float x1; float x2; }*)arg1 withVelocity:(struct CGPoint { float x1; float x2; })arg2; +- (void)_scrollToIndexPath:(id)arg1; +- (void)_snapTargetContentOffset:(inout struct CGPoint { float x1; float x2; }*)arg1 toItemIndexPath:(id)arg2 atItemOffset:(struct CGPoint { float x1; float x2; })arg3 inSize:(struct CGSize { float x1; float x2; })arg4; +- (void)_updatedPreviewWithItemAtIndexPath:(id)arg1; +- (struct UIEdgeInsets { float x1; float x2; float x3; float x4; })collectionView:(id)arg1 layout:(id)arg2 insetForSectionAtIndex:(int)arg3; +- (struct CGSize { float x1; float x2; })collectionView:(id)arg1 layout:(id)arg2 referenceSizeForHeaderInSection:(int)arg3; +- (struct CGSize { float x1; float x2; })collectionView:(id)arg1 layout:(id)arg2 sizeForItemAtIndexPath:(id)arg3; +- (id)collectionView:(id)arg1 viewForSupplementaryElementOfKind:(id)arg2 atIndexPath:(id)arg3; +- (void)collectionView:(id)arg1 willDisplayCell:(id)arg2 forItemAtIndexPath:(id)arg3; +- (id)delegate; +- (void)didMoveToParentViewController:(id)arg1; +- (BOOL)hideHeader; +- (BOOL)isCentered; +- (id)makeCollectionViewWithFrame:(struct CGRect { struct CGPoint { float x_1_1_1; float x_1_1_2; } x1; struct CGSize { float x_2_1_1; float x_2_1_2; } x2; })arg1; +- (void)scrollViewWillEndDragging:(id)arg1 withVelocity:(struct CGPoint { float x1; float x2; })arg2 targetContentOffset:(inout struct CGPoint { float x1; float x2; }*)arg3; +- (void)setCentered:(BOOL)arg1; +- (void)setDelegate:(id)arg1; +- (void)setHideHeader:(BOOL)arg1; +- (void)setSpeedBumpEdges:(unsigned int)arg1; +- (unsigned int)speedBumpEdges; +- (void)updateFocusInContext:(id)arg1 withAnimationCoordinator:(id)arg2; +- (void)updateViewLayoutAnimated:(BOOL)arg1 relayout:(BOOL)arg2; +- (void)updateWithViewElement:(id)arg1 cellMetrics:(struct TVCellMetrics { struct CGSize { float x_1_1_1; float x_1_1_2; } x1; struct UIEdgeInsets { float x_2_1_1; float x_2_1_2; float x_2_1_3; float x_2_1_4; } x2; struct UIEdgeInsets { float x_3_1_1; float x_3_1_2; float x_3_1_3; float x_3_1_4; } x3; struct UIEdgeInsets { float x_4_1_1; float x_4_1_2; float x_4_1_3; float x_4_1_4; } x4; struct UIEdgeInsets { float x_5_1_1; float x_5_1_2; float x_5_1_3; float x_5_1_4; } x5; })arg2; +- (void)viewDidLoad; +- (void)viewWillTransitionToSize:(struct CGSize { float x1; float x2; })arg1 withTransitionCoordinator:(id)arg2; + +@end diff --git a/PrivateFrameworks/TVMLKit.framework/_TVShelfViewHeaderView.h b/PrivateFrameworks/TVMLKit.framework/_TVShelfViewHeaderView.h new file mode 100644 index 0000000000..20c02f7bcd --- /dev/null +++ b/PrivateFrameworks/TVMLKit.framework/_TVShelfViewHeaderView.h @@ -0,0 +1,9 @@ +/* Generated by RuntimeBrowser + Image: /System/Library/PrivateFrameworks/TVMLKit.framework/TVMLKit + */ + +@interface _TVShelfViewHeaderView : UICollectionReusableView + +- (id)initWithFrame:(struct CGRect { struct CGPoint { float x_1_1_1; float x_1_1_2; } x1; struct CGSize { float x_2_1_1; float x_2_1_2; } x2; })arg1; + +@end diff --git a/PrivateFrameworks/TVMLKit.framework/_TVShelfViewLayout.h b/PrivateFrameworks/TVMLKit.framework/_TVShelfViewLayout.h new file mode 100644 index 0000000000..5a101f6f9c --- /dev/null +++ b/PrivateFrameworks/TVMLKit.framework/_TVShelfViewLayout.h @@ -0,0 +1,76 @@ +/* Generated by RuntimeBrowser + Image: /System/Library/PrivateFrameworks/TVMLKit.framework/TVMLKit + */ + +@interface _TVShelfViewLayout : UICollectionViewLayout { + float _headerBottomMargin; + struct CGSize { + float width; + float height; + } _headerReferenceSize; + float _headerSelectionMargin; + struct CGSize { + float width; + float height; + } _itemSize; + _TVShelfLayoutHelper * _layoutHelper; + float _minimumInteritemSpacing; + float _minimumLineSpacing; + int _rowCount; + struct UIEdgeInsets { + float top; + float left; + float bottom; + float right; + } _sectionInset; + NSArray * _shelfLayoutSections; +} + +@property (nonatomic) float headerBottomMargin; +@property (nonatomic) struct CGSize { float x1; float x2; } headerReferenceSize; +@property (nonatomic) float headerSelectionMargin; +@property (nonatomic) struct CGSize { float x1; float x2; } itemSize; +@property (nonatomic, retain) _TVShelfLayoutHelper *layoutHelper; +@property (nonatomic) float minimumInteritemSpacing; +@property (nonatomic) float minimumLineSpacing; +@property (nonatomic) int rowCount; +@property (nonatomic) struct UIEdgeInsets { float x1; float x2; float x3; float x4; } sectionInset; +@property (nonatomic, retain) NSArray *shelfLayoutSections; + ++ (float)defaultHeaderSelectionMargin; + +- (void).cxx_destruct; +- (BOOL)_bumpHeaderForLayoutSection:(id)arg1 forIndexPath:(id)arg2; +- (struct CGRect { struct CGPoint { float x_1_1_1; float x_1_1_2; } x1; struct CGSize { float x_2_1_1; float x_2_1_2; } x2; })boundingSelectionFrameForFrame:(struct CGRect { struct CGPoint { float x_1_1_1; float x_1_1_2; } x1; struct CGSize { float x_2_1_1; float x_2_1_2; } x2; })arg1; +- (struct CGSize { float x1; float x2; })collectionViewContentSize; +- (float)computedContentHeight; +- (int)computedRowCount; +- (float)headerBottomMargin; +- (struct CGSize { float x1; float x2; })headerReferenceSize; +- (float)headerSelectionMargin; +- (id)init; +- (void)invalidateLayoutWithContext:(id)arg1; +- (struct CGSize { float x1; float x2; })itemSize; +- (id)layoutAttributesForElementsInRect:(struct CGRect { struct CGPoint { float x_1_1_1; float x_1_1_2; } x1; struct CGSize { float x_2_1_1; float x_2_1_2; } x2; })arg1; +- (id)layoutAttributesForItemAtIndexPath:(id)arg1; +- (id)layoutAttributesForSupplementaryViewOfKind:(id)arg1 atIndexPath:(id)arg2; +- (id)layoutHelper; +- (float)minimumInteritemSpacing; +- (float)minimumLineSpacing; +- (void)prepareLayout; +- (int)rowCount; +- (struct UIEdgeInsets { float x1; float x2; float x3; float x4; })sectionInset; +- (void)setHeaderBottomMargin:(float)arg1; +- (void)setHeaderReferenceSize:(struct CGSize { float x1; float x2; })arg1; +- (void)setHeaderSelectionMargin:(float)arg1; +- (void)setItemSize:(struct CGSize { float x1; float x2; })arg1; +- (void)setLayoutHelper:(id)arg1; +- (void)setMinimumInteritemSpacing:(float)arg1; +- (void)setMinimumLineSpacing:(float)arg1; +- (void)setRowCount:(int)arg1; +- (void)setSectionInset:(struct UIEdgeInsets { float x1; float x2; float x3; float x4; })arg1; +- (void)setShelfLayoutSections:(id)arg1; +- (id)shelfLayoutSections; +- (BOOL)shouldInvalidateLayoutForBoundsChange:(struct CGRect { struct CGPoint { float x_1_1_1; float x_1_1_2; } x1; struct CGSize { float x_2_1_1; float x_2_1_2; } x2; })arg1; + +@end diff --git a/PrivateFrameworks/TVMLKit.framework/_TVSpinnerView.h b/PrivateFrameworks/TVMLKit.framework/_TVSpinnerView.h new file mode 100644 index 0000000000..f9e7b5d9c8 --- /dev/null +++ b/PrivateFrameworks/TVMLKit.framework/_TVSpinnerView.h @@ -0,0 +1,34 @@ +/* Generated by RuntimeBrowser + Image: /System/Library/PrivateFrameworks/TVMLKit.framework/TVMLKit + */ + +@interface _TVSpinnerView : UIView { + BOOL _animating; + UIColor * _color; + BOOL _shouldResumeAnimation; + UIView * _spinnerContainer; + UIView * _spinnerOverlayContainer; +} + +@property (getter=isAnimating, nonatomic, readonly) BOOL animating; +@property (nonatomic, readonly) UIColor *color; + +- (void).cxx_destruct; +- (void)_addAnimations; +- (void)_applicationDidBecomeActiveNotification:(id)arg1; +- (void)_applicationWillResignActiveNotification:(id)arg1; +- (void)_removeAnimations; +- (id)_spinnerImageForTraitCollection:(id)arg1 size:(struct CGSize { float x1; float x2; })arg2 alpha:(float)arg3; +- (void)_updateImagesForTraitCollection:(id)arg1; +- (id)color; +- (void)dealloc; +- (void)didMoveToWindow; +- (id)initWithFrame:(struct CGRect { struct CGPoint { float x_1_1_1; float x_1_1_2; } x1; struct CGSize { float x_2_1_1; float x_2_1_2; } x2; })arg1; +- (id)initWithFrame:(struct CGRect { struct CGPoint { float x_1_1_1; float x_1_1_2; } x1; struct CGSize { float x_2_1_1; float x_2_1_2; } x2; })arg1 color:(id)arg2; +- (BOOL)isAnimating; +- (void)startAnimating; +- (void)stopAnimating; +- (void)traitCollectionDidChange:(id)arg1; +- (void)willMoveToWindow:(id)arg1; + +@end diff --git a/PrivateFrameworks/TVMLKit.framework/_TVSplitTemplateController.h b/PrivateFrameworks/TVMLKit.framework/_TVSplitTemplateController.h new file mode 100644 index 0000000000..2c0fa9c956 --- /dev/null +++ b/PrivateFrameworks/TVMLKit.framework/_TVSplitTemplateController.h @@ -0,0 +1,9 @@ +/* Generated by RuntimeBrowser + Image: /System/Library/PrivateFrameworks/TVMLKit.framework/TVMLKit + */ + +@interface _TVSplitTemplateController : UISplitViewController + +- (void)updateWithSplitTemplate:(id)arg1; + +@end diff --git a/PrivateFrameworks/TVMLKit.framework/_TVStackCollectionViewCell.h b/PrivateFrameworks/TVMLKit.framework/_TVStackCollectionViewCell.h new file mode 100644 index 0000000000..478f0d691f --- /dev/null +++ b/PrivateFrameworks/TVMLKit.framework/_TVStackCollectionViewCell.h @@ -0,0 +1,19 @@ +/* Generated by RuntimeBrowser + Image: /System/Library/PrivateFrameworks/TVMLKit.framework/TVMLKit + */ + +@interface _TVStackCollectionViewCell : UICollectionViewCell { + UIViewController * _viewController; +} + +@property (nonatomic) UIViewController *viewController; + +- (void).cxx_destruct; +- (BOOL)canBecomeFocused; +- (void)layoutSubviews; +- (id)preferredFocusEnvironments; +- (void)prepareForReuse; +- (void)setViewController:(id)arg1; +- (id)viewController; + +@end diff --git a/PrivateFrameworks/TVMLKit.framework/_TVStackCommonTemplateController.h b/PrivateFrameworks/TVMLKit.framework/_TVStackCommonTemplateController.h new file mode 100644 index 0000000000..0815cce267 --- /dev/null +++ b/PrivateFrameworks/TVMLKit.framework/_TVStackCommonTemplateController.h @@ -0,0 +1,114 @@ +/* Generated by RuntimeBrowser + Image: /System/Library/PrivateFrameworks/TVMLKit.framework/TVMLKit + */ + +@interface _TVStackCommonTemplateController : _TVBgImageLoadingViewController { + IKAudioElement * _audioElement; + IKViewElement * _backgroundElement; + IKImageElement * _bannerImgElement; + UIImage * _bgImage; + IKImageElement * _bgImgElement; + UIVisualEffectView * _bgVisualEffectView; + IKViewElement * _collectionListElement; + _TVCollectionView * _collectionView; + _TVFocusCaptureView * _disabledTemplateFocusCaptureView; + UIViewController * _focusedSupplementaryViewController; + IKImageElement * _heroImgElement; + float _impressionThreshold; + int _numberOfCollections; + UIView * _overlayView; + NSArray * _supplementaryViewControllers; + IKImageElement * _uberImgElement; + IKViewElement * _viewElement; +} + +@property (nonatomic, retain) IKAudioElement *audioElement; +@property (nonatomic, retain) IKViewElement *backgroundElement; +@property (nonatomic, retain) IKImageElement *bannerImgElement; +@property (nonatomic, retain) UIImage *bgImage; +@property (nonatomic, retain) IKImageElement *bgImgElement; +@property (nonatomic, retain) IKViewElement *collectionListElement; +@property (nonatomic, retain) _TVCollectionView *collectionView; +@property (readonly, copy) NSString *debugDescription; +@property (readonly, copy) NSString *description; +@property (nonatomic, retain) UIViewController *focusedSupplementaryViewController; +@property (readonly) unsigned int hash; +@property (nonatomic, retain) IKImageElement *heroImgElement; +@property (nonatomic) int numberOfCollections; +@property (nonatomic, readonly, retain) _TVStackWrappingView *stackWrappingView; +@property (readonly) Class superclass; +@property (nonatomic, copy) NSArray *supplementaryViewControllers; +@property (nonatomic, retain) IKImageElement *uberImgElement; +@property (nonatomic, retain) IKViewElement *viewElement; + +- (void).cxx_destruct; +- (id)_backgroundImageProxy; +- (struct CGSize { float x1; float x2; })_backgroundImageProxySize; +- (void)_cancelImpressionsUpdate; +- (void)_configureWithBgImage:(id)arg1 backdropImage:(id)arg2; +- (void)_dispatchEventOfType:(unsigned int)arg1 forItemAtIndexPath:(id)arg2; +- (id)_overlayView; +- (id)_preferredFocusedSupplementaryView; +- (void)_recordImpressionsForVisibleView; +- (BOOL)_shouldOverlayBlur; +- (void)_updateImpressions; +- (void)_updateOverlayBlurView; +- (void)_updateSupplementaryViewControllersWithElements:(id)arg1 updateStyles:(BOOL)arg2; +- (void)_updateViewBackground; +- (void)_updateViewLayout; +- (void)_updateViewOverlay; +- (void)_updateViewSupplementaryViews; +- (id)_viewControllerWithElement:(id)arg1 existingController:(id)arg2; +- (id)audioElement; +- (BOOL)automaticallyAdjustsScrollViewInsets; +- (id)backgroundElement; +- (id)bannerImgElement; +- (id)bgImage; +- (id)bgImgElement; +- (id)collectionListElement; +- (struct UIEdgeInsets { float x1; float x2; float x3; float x4; })collectionListMargin; +- (id)collectionView; +- (id)collectionView:(id)arg1 cellForItemAtIndexPath:(id)arg2; +- (void)collectionView:(id)arg1 didEndDisplayingSupplementaryView:(id)arg2 forElementOfKind:(id)arg3 atIndexPath:(id)arg4; +- (void)collectionView:(id)arg1 didReceiveLongPressForItemAtIndexPath:(id)arg2; +- (void)collectionView:(id)arg1 didReceivePhysicalPlayForItemAtIndexPath:(id)arg2; +- (void)collectionView:(id)arg1 didSelectItemAtIndexPath:(id)arg2; +- (struct UIEdgeInsets { float x1; float x2; float x3; float x4; })collectionView:(id)arg1 layout:(id)arg2 insetForSectionAtIndex:(int)arg3; +- (int)collectionView:(id)arg1 numberOfItemsInSection:(int)arg2; +- (BOOL)collectionView:(id)arg1 shouldHandleLongPressForItemAtIndexPath:(id)arg2; +- (id)collectionView:(id)arg1 viewForSupplementaryElementOfKind:(id)arg2 atIndexPath:(id)arg3; +- (void)collectionView:(id)arg1 willDisplaySupplementaryView:(id)arg2 forElementKind:(id)arg3 atIndexPath:(id)arg4; +- (void)dealloc; +- (void)didUpdateFocusFromView:(id)arg1; +- (id)focusedSupplementaryViewController; +- (id)heroImgElement; +- (id)impressionableElementsContainedInDocument:(id)arg1; +- (void)loadView; +- (int)numberOfCollections; +- (int)numberOfSectionsInCollectionView:(id)arg1; +- (id)preferredFocusEnvironments; +- (void)scrollToTop; +- (void)scrollViewDidScroll:(id)arg1; +- (void)setAudioElement:(id)arg1; +- (void)setBackgroundElement:(id)arg1; +- (void)setBannerImgElement:(id)arg1; +- (void)setBgImage:(id)arg1; +- (void)setBgImgElement:(id)arg1; +- (void)setCollectionListElement:(id)arg1; +- (void)setCollectionView:(id)arg1; +- (void)setFocusedSupplementaryViewController:(id)arg1; +- (void)setHeroImgElement:(id)arg1; +- (void)setNumberOfCollections:(int)arg1; +- (void)setSupplementaryViewControllers:(id)arg1; +- (void)setUberImgElement:(id)arg1; +- (void)setViewElement:(id)arg1; +- (id)stackWrappingView; +- (id)supplementaryViewControllers; +- (id)uberImgElement; +- (void)updateWithViewElement:(id)arg1; +- (void)viewDidAppear:(BOOL)arg1; +- (void)viewDidDisappear:(BOOL)arg1; +- (void)viewDidLayoutSubviews; +- (id)viewElement; + +@end diff --git a/PrivateFrameworks/TVMLKit.framework/_TVStackMediaQueryEvaluator.h b/PrivateFrameworks/TVMLKit.framework/_TVStackMediaQueryEvaluator.h new file mode 100644 index 0000000000..e65078a7b6 --- /dev/null +++ b/PrivateFrameworks/TVMLKit.framework/_TVStackMediaQueryEvaluator.h @@ -0,0 +1,9 @@ +/* Generated by RuntimeBrowser + Image: /System/Library/PrivateFrameworks/TVMLKit.framework/TVMLKit + */ + +@interface _TVStackMediaQueryEvaluator : TVMediaQueryEvaluator + +- (BOOL)evaluteForMediaType:(id)arg1 featureType:(id)arg2 value:(id)arg3 result:(BOOL*)arg4; + +@end diff --git a/PrivateFrameworks/TVMLKit.framework/_TVStackRow.h b/PrivateFrameworks/TVMLKit.framework/_TVStackRow.h new file mode 100644 index 0000000000..1f5194b0b5 --- /dev/null +++ b/PrivateFrameworks/TVMLKit.framework/_TVStackRow.h @@ -0,0 +1,45 @@ +/* Generated by RuntimeBrowser + Image: /System/Library/PrivateFrameworks/TVMLKit.framework/TVMLKit + */ + +@interface _TVStackRow : NSObject { + BOOL _bounded; + BOOL _hosted; + struct TVRowMetrics { + int rowType; + float rowHeight; + struct { + float top; + float bottom; + } rowPadding; + struct { + float top; + float bottom; + } rowInset; + struct { + float top; + float bottom; + } rowInsetAlt; + struct { + float top; + float bottom; + } rowMargin; + } _rowMetrics; + int _sectionIndex; +} + +@property (getter=isBounded, nonatomic) BOOL bounded; +@property (getter=isHosted, nonatomic) BOOL hosted; +@property (nonatomic) struct TVRowMetrics { int x1; float x2; struct { float x_3_1_1; float x_3_1_2; } x3; struct { float x_4_1_1; float x_4_1_2; } x4; struct { float x_5_1_1; float x_5_1_2; } x5; struct { float x_6_1_1; float x_6_1_2; } x6; } rowMetrics; +@property (nonatomic) int sectionIndex; + +- (BOOL)isBounded; +- (BOOL)isHosted; +- (struct TVRowMetrics { int x1; float x2; struct { float x_3_1_1; float x_3_1_2; } x3; struct { float x_4_1_1; float x_4_1_2; } x4; struct { float x_5_1_1; float x_5_1_2; } x5; struct { float x_6_1_1; float x_6_1_2; } x6; })rowMetrics; +- (int)sectionIndex; +- (void)setBounded:(BOOL)arg1; +- (void)setHosted:(BOOL)arg1; +- (void)setRowMetrics:(struct TVRowMetrics { int x1; float x2; struct { float x_3_1_1; float x_3_1_2; } x3; struct { float x_4_1_1; float x_4_1_2; } x4; struct { float x_5_1_1; float x_5_1_2; } x5; struct { float x_6_1_1; float x_6_1_2; } x6; })arg1; +- (void)setSectionIndex:(int)arg1; + +@end diff --git a/PrivateFrameworks/TVMLKit.framework/_TVStackSection.h b/PrivateFrameworks/TVMLKit.framework/_TVStackSection.h new file mode 100644 index 0000000000..52b05a00a5 --- /dev/null +++ b/PrivateFrameworks/TVMLKit.framework/_TVStackSection.h @@ -0,0 +1,36 @@ +/* Generated by RuntimeBrowser + Image: /System/Library/PrivateFrameworks/TVMLKit.framework/TVMLKit + */ + +@interface _TVStackSection : NSObject { + int _firstItemRowIndex; + int _firstRowIndex; + int _rowCount; + float _sectionHeight; + struct UIEdgeInsets { + float top; + float left; + float bottom; + float right; + } _sectionSpacing; +} + +@property (nonatomic) int firstItemRowIndex; +@property (nonatomic) int firstRowIndex; +@property (nonatomic) int rowCount; +@property (nonatomic) float sectionHeight; +@property (nonatomic) struct UIEdgeInsets { float x1; float x2; float x3; float x4; } sectionSpacing; + +- (id)debugDescription; +- (int)firstItemRowIndex; +- (int)firstRowIndex; +- (int)rowCount; +- (float)sectionHeight; +- (struct UIEdgeInsets { float x1; float x2; float x3; float x4; })sectionSpacing; +- (void)setFirstItemRowIndex:(int)arg1; +- (void)setFirstRowIndex:(int)arg1; +- (void)setRowCount:(int)arg1; +- (void)setSectionHeight:(float)arg1; +- (void)setSectionSpacing:(struct UIEdgeInsets { float x1; float x2; float x3; float x4; })arg1; + +@end diff --git a/PrivateFrameworks/TVMLKit.framework/_TVStackSupplementalViewController.h b/PrivateFrameworks/TVMLKit.framework/_TVStackSupplementalViewController.h new file mode 100644 index 0000000000..4f29396e72 --- /dev/null +++ b/PrivateFrameworks/TVMLKit.framework/_TVStackSupplementalViewController.h @@ -0,0 +1,7 @@ +/* Generated by RuntimeBrowser + Image: /System/Library/PrivateFrameworks/TVMLKit.framework/TVMLKit + */ + +@interface _TVStackSupplementalViewController : UIViewController + +@end diff --git a/PrivateFrameworks/TVMLKit.framework/_TVStackTemplateController.h b/PrivateFrameworks/TVMLKit.framework/_TVStackTemplateController.h new file mode 100644 index 0000000000..08dfb773c6 --- /dev/null +++ b/PrivateFrameworks/TVMLKit.framework/_TVStackTemplateController.h @@ -0,0 +1,37 @@ +/* Generated by RuntimeBrowser + Image: /System/Library/PrivateFrameworks/TVMLKit.framework/TVMLKit + */ + +@interface _TVStackTemplateController : _TVStackCommonTemplateController { + NSIndexPath * _lastFocusedIndexPath; + BOOL _needsMoreContent; + NSArray * _stackRows; + NSArray * _stackSections; + NSArray * _viewControllers; +} + +- (void).cxx_destruct; +- (void)_adjustedContentOffsetForRowIndex:(int)arg1 targetContentOffset:(struct CGPoint { float x1; float x2; }*)arg2; +- (void)_buildStackSections; +- (void)_evaluateNeedsMoreContent; +- (float)_maxViewWidth; +- (void)_updateFirstItemRowIndexes; +- (BOOL)_updateWithCollectionListElement:(id)arg1 autoHighlightIndexPath:(id*)arg2; +- (id)_viewControllerWithElement:(id)arg1 existingController:(id)arg2; +- (struct UIEdgeInsets { float x1; float x2; float x3; float x4; })collectionListMargin; +- (id)collectionView:(id)arg1 cellForItemAtIndexPath:(id)arg2; +- (void)collectionView:(id)arg1 didEndDisplayingCell:(id)arg2 forItemAtIndexPath:(id)arg3; +- (struct UIEdgeInsets { float x1; float x2; float x3; float x4; })collectionView:(id)arg1 layout:(id)arg2 insetForSectionAtIndex:(int)arg3; +- (struct CGSize { float x1; float x2; })collectionView:(id)arg1 layout:(id)arg2 sizeForItemAtIndexPath:(id)arg3; +- (int)collectionView:(id)arg1 numberOfItemsInSection:(int)arg2; +- (BOOL)collectionView:(id)arg1 shouldHighlightItemAtIndexPath:(id)arg2; +- (void)collectionView:(id)arg1 willDisplayCell:(id)arg2 forItemAtIndexPath:(id)arg3; +- (void)didUpdateFocusInContext:(id)arg1 withAnimationCoordinator:(id)arg2; +- (id)indexPathForPreferredFocusedViewInCollectionView:(id)arg1; +- (int)numberOfSectionsInCollectionView:(id)arg1; +- (int)updateCollectionViewControllers; +- (id)viewControllers; +- (void)viewDidLoad; +- (void)viewWillTransitionToSize:(struct CGSize { float x1; float x2; })arg1 withTransitionCoordinator:(id)arg2; + +@end diff --git a/PrivateFrameworks/TVMLKit.framework/_TVStackViewFlowLayout.h b/PrivateFrameworks/TVMLKit.framework/_TVStackViewFlowLayout.h new file mode 100644 index 0000000000..3d2bf292d2 --- /dev/null +++ b/PrivateFrameworks/TVMLKit.framework/_TVStackViewFlowLayout.h @@ -0,0 +1,23 @@ +/* Generated by RuntimeBrowser + Image: /System/Library/PrivateFrameworks/TVMLKit.framework/TVMLKit + */ + +@interface _TVStackViewFlowLayout : UICollectionViewFlowLayout { + id /* block */ _onPrepareLayout; + NSArray * _supplementaryCellLayoutAttributes; +} + +@property (nonatomic, copy) id /* block */ onPrepareLayout; +@property (nonatomic, copy) NSArray *supplementaryCellLayoutAttributes; + +- (void).cxx_destruct; +- (id)layoutAttributesForElementsInRect:(struct CGRect { struct CGPoint { float x_1_1_1; float x_1_1_2; } x1; struct CGSize { float x_2_1_1; float x_2_1_2; } x2; })arg1; +- (id)layoutAttributesForItemAtIndexPath:(id)arg1; +- (id)layoutAttributesForSupplementaryViewOfKind:(id)arg1 atIndexPath:(id)arg2; +- (id /* block */)onPrepareLayout; +- (void)prepareLayout; +- (void)setOnPrepareLayout:(id /* block */)arg1; +- (void)setSupplementaryCellLayoutAttributes:(id)arg1; +- (id)supplementaryCellLayoutAttributes; + +@end diff --git a/PrivateFrameworks/TVMLKit.framework/_TVStackWrappingView.h b/PrivateFrameworks/TVMLKit.framework/_TVStackWrappingView.h new file mode 100644 index 0000000000..ff35ffc766 --- /dev/null +++ b/PrivateFrameworks/TVMLKit.framework/_TVStackWrappingView.h @@ -0,0 +1,29 @@ +/* Generated by RuntimeBrowser + Image: /System/Library/PrivateFrameworks/TVMLKit.framework/TVMLKit + */ + +@interface _TVStackWrappingView : UIView { + UIImage * _backgroundImage; + UIImageView * _bgImageView; + NSArray * _headerSupplementaryViews; + _TVCollectionView * _stackView; + NSArray * _supplementaryCellLayoutAttributes; +} + +@property (nonatomic, retain) UIImage *backgroundImage; +@property (nonatomic, copy) NSArray *headerSupplementaryViews; +@property (nonatomic, retain) _TVCollectionView *stackView; +@property (nonatomic, readonly, copy) NSArray *supplementaryCellLayoutAttributes; + +- (void).cxx_destruct; +- (id)backgroundImage; +- (void)configureSupplementaryCellLayoutAttributesWithAutomaticInsets:(struct UIEdgeInsets { float x1; float x2; float x3; float x4; })arg1; +- (id)headerSupplementaryViews; +- (id)preferredFocusEnvironments; +- (void)setBackgroundImage:(id)arg1; +- (void)setHeaderSupplementaryViews:(id)arg1; +- (void)setStackView:(id)arg1; +- (id)stackView; +- (id)supplementaryCellLayoutAttributes; + +@end diff --git a/PrivateFrameworks/TVMLKit.framework/_TVStackingPosterView.h b/PrivateFrameworks/TVMLKit.framework/_TVStackingPosterView.h new file mode 100644 index 0000000000..d15c8992b8 --- /dev/null +++ b/PrivateFrameworks/TVMLKit.framework/_TVStackingPosterView.h @@ -0,0 +1,121 @@ +/* Generated by RuntimeBrowser + Image: /System/Library/PrivateFrameworks/TVMLKit.framework/TVMLKit + */ + +@interface _TVStackingPosterView : UIView { + _TVAnimatedLabel * _animatedLabel; + float _bottomAnchorConstant; + NSLayoutConstraint * _bottomAnchorConstraint; + float _bottomImageConstant; + NSLayoutConstraint * _bottomImageConstraint; + struct TVCellMetrics { + struct CGSize { + float width; + float height; + } cellSize; + struct UIEdgeInsets { + float top; + float left; + float bottom; + float right; + } cellPadding; + struct UIEdgeInsets { + float top; + float left; + float bottom; + float right; + } cellInset; + struct UIEdgeInsets { + float top; + float left; + float bottom; + float right; + } cellInsetAlt; + struct UIEdgeInsets { + float top; + float left; + float bottom; + float right; + } cellMargin; + } _cellMetrics; + NSArray * _components; + BOOL _configuresForCollectionViewCell; + NSArray * _filteredComponents; + NSArray * _labelWidthConstraints; + float _labelWidthExpansionAmount; + UIView * _mainImageComponent; + NSArray * _marqueeLabels; + struct CGSize { + float width; + float height; + } _maxBoundsSize; + UIView * _overlayView; + BOOL _requiresReconfiguration; + float _topAnchorConstant; + NSLayoutConstraint * _topAnchorConstraint; + float _topImageConstant; + NSLayoutConstraint * _topImageConstraint; + NSArray * _visibleLabelWidths; +} + +@property (nonatomic, retain) _TVAnimatedLabel *animatedLabel; +@property (nonatomic) struct TVCellMetrics { struct CGSize { float x_1_1_1; float x_1_1_2; } x1; struct UIEdgeInsets { float x_2_1_1; float x_2_1_2; float x_2_1_3; float x_2_1_4; } x2; struct UIEdgeInsets { float x_3_1_1; float x_3_1_2; float x_3_1_3; float x_3_1_4; } x3; struct UIEdgeInsets { float x_4_1_1; float x_4_1_2; float x_4_1_3; float x_4_1_4; } x4; struct UIEdgeInsets { float x_5_1_1; float x_5_1_2; float x_5_1_3; float x_5_1_4; } x5; } cellMetrics; +@property (nonatomic, copy) NSArray *components; +@property (nonatomic) BOOL configuresForCollectionViewCell; +@property (readonly, copy) NSString *debugDescription; +@property (readonly, copy) NSString *description; +@property (nonatomic, copy) NSArray *filteredComponents; +@property (nonatomic) struct CGPoint { float x1; float x2; } focusDirection; +@property (readonly) unsigned int hash; +@property (nonatomic, retain) UIView *mainImageComponent; +@property (nonatomic, copy) NSArray *marqueeLabels; +@property (nonatomic) struct CGSize { float x1; float x2; } maxBoundsSize; +@property (nonatomic, retain) UIView *overlayView; +@property (readonly) Class superclass; +@property (nonatomic, copy) NSArray *visibleLabelWidths; + +- (void).cxx_destruct; +- (struct TVCellMetrics { struct CGSize { float x_1_1_1; float x_1_1_2; } x1; struct UIEdgeInsets { float x_2_1_1; float x_2_1_2; float x_2_1_3; float x_2_1_4; } x2; struct UIEdgeInsets { float x_3_1_1; float x_3_1_2; float x_3_1_3; float x_3_1_4; } x3; struct UIEdgeInsets { float x_4_1_1; float x_4_1_2; float x_4_1_3; float x_4_1_4; } x4; struct UIEdgeInsets { float x_5_1_1; float x_5_1_2; float x_5_1_3; float x_5_1_4; } x5; })_cellMetricsForMaxSize:(struct CGSize { float x1; float x2; })arg1; +- (void)_commonInit; +- (void)_configureSubviews; +- (float)_labelWidthForWidth:(float)arg1 component:(id)arg2 expansionAmount:(float)arg3; +- (id)_preferredConfigurationForFocusAnimation:(int)arg1 inContext:(id)arg2; +- (void)_resetSubviews; +- (void)_updateFocusSizeIncrease; +- (void)_updateShadowForLabel:(id)arg1 inFocus:(BOOL)arg2; +- (id)animatedLabel; +- (struct TVCellMetrics { struct CGSize { float x_1_1_1; float x_1_1_2; } x1; struct UIEdgeInsets { float x_2_1_1; float x_2_1_2; float x_2_1_3; float x_2_1_4; } x2; struct UIEdgeInsets { float x_3_1_1; float x_3_1_2; float x_3_1_3; float x_3_1_4; } x3; struct UIEdgeInsets { float x_4_1_1; float x_4_1_2; float x_4_1_3; float x_4_1_4; } x4; struct UIEdgeInsets { float x_5_1_1; float x_5_1_2; float x_5_1_3; float x_5_1_4; } x5; })cellMetrics; +- (id)components; +- (BOOL)configuresForCollectionViewCell; +- (id)filteredComponents; +- (struct CGPoint { float x1; float x2; })focusDirection; +- (id)initWithCoder:(id)arg1; +- (id)initWithFrame:(struct CGRect { struct CGPoint { float x_1_1_1; float x_1_1_2; } x1; struct CGSize { float x_2_1_1; float x_2_1_2; } x2; })arg1; +- (void)layoutSubviews; +- (id)mainImageComponent; +- (id)marqueeLabels; +- (struct CGSize { float x1; float x2; })maxBoundsSize; +- (id)overlayView; +- (struct UIEdgeInsets { float x1; float x2; float x3; float x4; })selectionMarginsForSize:(struct CGSize { float x1; float x2; })arg1; +- (void)setAnimatedLabel:(id)arg1; +- (void)setCellMetrics:(struct TVCellMetrics { struct CGSize { float x_1_1_1; float x_1_1_2; } x1; struct UIEdgeInsets { float x_2_1_1; float x_2_1_2; float x_2_1_3; float x_2_1_4; } x2; struct UIEdgeInsets { float x_3_1_1; float x_3_1_2; float x_3_1_3; float x_3_1_4; } x3; struct UIEdgeInsets { float x_4_1_1; float x_4_1_2; float x_4_1_3; float x_4_1_4; } x4; struct UIEdgeInsets { float x_5_1_1; float x_5_1_2; float x_5_1_3; float x_5_1_4; } x5; })arg1; +- (void)setComponents:(id)arg1; +- (void)setConfiguresForCollectionViewCell:(BOOL)arg1; +- (void)setFilteredComponents:(id)arg1; +- (void)setFocusDirection:(struct CGPoint { float x1; float x2; })arg1; +- (void)setFocusDirection:(struct CGPoint { float x1; float x2; })arg1 animated:(BOOL)arg2; +- (void)setMainImageComponent:(id)arg1; +- (void)setMarqueeLabels:(id)arg1; +- (void)setMaxBoundsSize:(struct CGSize { float x1; float x2; })arg1; +- (void)setOverlayView:(id)arg1; +- (void)setPressed:(BOOL)arg1 animated:(BOOL)arg2 completion:(id /* block */)arg3; +- (void)setSelected:(BOOL)arg1 animated:(BOOL)arg2; +- (void)setSelected:(BOOL)arg1 animated:(BOOL)arg2 focusUpdateContext:(id)arg3 withAnimationCoordinator:(id)arg4; +- (void)setSelected:(BOOL)arg1 animated:(BOOL)arg2 withAnimationCoordinator:(id)arg3; +- (void)setVisibleLabelWidths:(id)arg1; +- (struct CGSize { float x1; float x2; })sizeThatFits:(struct CGSize { float x1; float x2; })arg1; +- (struct UIEdgeInsets { float x1; float x2; float x3; float x4; })tv_alignmentInsetsForExpectedWidth:(float)arg1; +- (void)updateComponentLayout; +- (id)visibleLabelWidths; + +@end diff --git a/PrivateFrameworks/TVMLKit.framework/_TVStarBar.h b/PrivateFrameworks/TVMLKit.framework/_TVStarBar.h new file mode 100644 index 0000000000..859c62a7d8 --- /dev/null +++ b/PrivateFrameworks/TVMLKit.framework/_TVStarBar.h @@ -0,0 +1,40 @@ +/* Generated by RuntimeBrowser + Image: /System/Library/PrivateFrameworks/TVMLKit.framework/TVMLKit + */ + +@interface _TVStarBar : NSObject { + struct UIEdgeInsets { + float top; + float left; + float bottom; + float right; + } _barMargin; + float _barWidth; + NSAttributedString * _countStr; + float _height; + unsigned int _numStars; + float _value; +} + +@property (nonatomic) struct UIEdgeInsets { float x1; float x2; float x3; float x4; } barMargin; +@property (nonatomic) float barWidth; +@property (nonatomic, retain) NSAttributedString *countStr; +@property (nonatomic) float height; +@property (nonatomic) unsigned int numStars; +@property (nonatomic) float value; + +- (void).cxx_destruct; +- (struct UIEdgeInsets { float x1; float x2; float x3; float x4; })barMargin; +- (float)barWidth; +- (id)countStr; +- (float)height; +- (unsigned int)numStars; +- (void)setBarMargin:(struct UIEdgeInsets { float x1; float x2; float x3; float x4; })arg1; +- (void)setBarWidth:(float)arg1; +- (void)setCountStr:(id)arg1; +- (void)setHeight:(float)arg1; +- (void)setNumStars:(unsigned int)arg1; +- (void)setValue:(float)arg1; +- (float)value; + +@end diff --git a/PrivateFrameworks/TVMLKit.framework/_TVStarHistogram.h b/PrivateFrameworks/TVMLKit.framework/_TVStarHistogram.h new file mode 100644 index 0000000000..774b072733 --- /dev/null +++ b/PrivateFrameworks/TVMLKit.framework/_TVStarHistogram.h @@ -0,0 +1,36 @@ +/* Generated by RuntimeBrowser + Image: /System/Library/PrivateFrameworks/TVMLKit.framework/TVMLKit + */ + +@interface _TVStarHistogram : UIView { + UIColor * _barEmptyColor; + UIColor * _barFillColor; + float _lineSpacing; + NSArray * _starBars; + UIImage * _starImage; +} + +@property (nonatomic, retain) UIColor *barEmptyColor; +@property (nonatomic, retain) UIColor *barFillColor; +@property (nonatomic) float lineSpacing; +@property (nonatomic, copy) NSArray *starBars; +@property (nonatomic, retain) UIImage *starImage; + ++ (id)_histogramViewWithElement:(id)arg1 existingView:(id)arg2; ++ (id)histogramViewWithElement:(id)arg1 existingView:(id)arg2; + +- (void).cxx_destruct; +- (id)barEmptyColor; +- (id)barFillColor; +- (BOOL)canBecomeFocused; +- (void)drawRect:(struct CGRect { struct CGPoint { float x_1_1_1; float x_1_1_2; } x1; struct CGSize { float x_2_1_1; float x_2_1_2; } x2; })arg1; +- (float)lineSpacing; +- (void)setBarEmptyColor:(id)arg1; +- (void)setBarFillColor:(id)arg1; +- (void)setLineSpacing:(float)arg1; +- (void)setStarBars:(id)arg1; +- (void)setStarImage:(id)arg1; +- (id)starBars; +- (id)starImage; + +@end diff --git a/PrivateFrameworks/TVMLKit.framework/_TVSupplementaryViewCell.h b/PrivateFrameworks/TVMLKit.framework/_TVSupplementaryViewCell.h new file mode 100644 index 0000000000..d279a16e33 --- /dev/null +++ b/PrivateFrameworks/TVMLKit.framework/_TVSupplementaryViewCell.h @@ -0,0 +1,19 @@ +/* Generated by RuntimeBrowser + Image: /System/Library/PrivateFrameworks/TVMLKit.framework/TVMLKit + */ + +@interface _TVSupplementaryViewCell : UICollectionViewCell { + UIView * _supplementaryView; + UIViewController * _viewController; +} + +@property (nonatomic) UIViewController *viewController; + +- (void).cxx_destruct; +- (BOOL)canBecomeFocused; +- (void)layoutSubviews; +- (void)prepareForReuse; +- (void)setViewController:(id)arg1; +- (id)viewController; + +@end diff --git a/PrivateFrameworks/TVMLKit.framework/_TVTemplateFactory.h b/PrivateFrameworks/TVMLKit.framework/_TVTemplateFactory.h new file mode 100644 index 0000000000..6ed7338ba7 --- /dev/null +++ b/PrivateFrameworks/TVMLKit.framework/_TVTemplateFactory.h @@ -0,0 +1,16 @@ +/* Generated by RuntimeBrowser + Image: /System/Library/PrivateFrameworks/TVMLKit.framework/TVMLKit + */ + +@interface _TVTemplateFactory : NSObject { + NSBundle * _tvmlKitBundle; +} + +- (void).cxx_destruct; +- (void)_registerCustomAnimators; +- (void)_registerStyleSheet:(id)arg1 forTemplate:(id)arg2 parentStyleSheets:(id)arg3; +- (void)_registerTemplateControllers; +- (id)init; +- (void)registerTemplateStyleSheets; + +@end diff --git a/PrivateFrameworks/TVMLKit.framework/_TVTextBadge.h b/PrivateFrameworks/TVMLKit.framework/_TVTextBadge.h new file mode 100644 index 0000000000..c39b6a3247 --- /dev/null +++ b/PrivateFrameworks/TVMLKit.framework/_TVTextBadge.h @@ -0,0 +1,31 @@ +/* Generated by RuntimeBrowser + Image: /System/Library/PrivateFrameworks/TVMLKit.framework/TVMLKit + */ + +@interface _TVTextBadge : UIView { + float _cornerRadius; + NSAttributedString * _text; + UIColor * _tintColor; + NSString * _type; +} + +@property (nonatomic) float cornerRadius; +@property (nonatomic, retain) NSAttributedString *text; +@property (nonatomic, retain) UIColor *tintColor; +@property (nonatomic, retain) NSString *type; + ++ (id)textBadgeViewWithElement:(id)arg1 existingView:(id)arg2; + +- (void).cxx_destruct; +- (float)cornerRadius; +- (void)drawRect:(struct CGRect { struct CGPoint { float x_1_1_1; float x_1_1_2; } x1; struct CGSize { float x_2_1_1; float x_2_1_2; } x2; })arg1; +- (void)setCornerRadius:(float)arg1; +- (void)setText:(id)arg1; +- (void)setTintColor:(id)arg1; +- (void)setType:(id)arg1; +- (struct CGSize { float x1; float x2; })sizeThatFits:(struct CGSize { float x1; float x2; })arg1; +- (id)text; +- (id)tintColor; +- (id)type; + +@end diff --git a/PrivateFrameworks/TVMLKit.framework/_TVTextFieldViewController.h b/PrivateFrameworks/TVMLKit.framework/_TVTextFieldViewController.h new file mode 100644 index 0000000000..521b259e33 --- /dev/null +++ b/PrivateFrameworks/TVMLKit.framework/_TVTextFieldViewController.h @@ -0,0 +1,28 @@ +/* Generated by RuntimeBrowser + Image: /System/Library/PrivateFrameworks/TVMLKit.framework/TVMLKit + */ + +@interface _TVTextFieldViewController : UIViewController { + IKTextFieldElement * _viewElement; +} + +@property (readonly, copy) NSString *debugDescription; +@property (readonly, copy) NSString *description; +@property (readonly) unsigned int hash; +@property (readonly) Class superclass; +@property (nonatomic, readonly, retain) UITextField *textField; +@property (nonatomic, readonly, retain) IKTextFieldElement *viewElement; + +- (void).cxx_destruct; +- (void)_updateKeyboardWithUserText; +- (void)_updateUserText; +- (void)_updateViewLayout; +- (void)dealloc; +- (void)loadView; +- (void)searchBarDidChangeText:(id)arg1; +- (void)textDidChangeForKeyboard:(id)arg1; +- (id)textField; +- (void)updateWithViewElement:(id)arg1; +- (id)viewElement; + +@end diff --git a/PrivateFrameworks/TVMLKit.framework/_TVTintedImageDecorator.h b/PrivateFrameworks/TVMLKit.framework/_TVTintedImageDecorator.h new file mode 100644 index 0000000000..8dabc2f2cd --- /dev/null +++ b/PrivateFrameworks/TVMLKit.framework/_TVTintedImageDecorator.h @@ -0,0 +1,17 @@ +/* Generated by RuntimeBrowser + Image: /System/Library/PrivateFrameworks/TVMLKit.framework/TVMLKit + */ + +@interface _TVTintedImageDecorator : TVImageScaleDecorator { + IKColor * _tintColor; +} + +@property (nonatomic, readonly, retain) IKColor *tintColor; + +- (void).cxx_destruct; +- (void)_drawInScaledContext:(struct CGContext { }*)arg1; +- (id)decoratorIdentifier; +- (id)initWithTintColor:(id)arg1; +- (id)tintColor; + +@end diff --git a/PrivateFrameworks/TVMLKit.framework/_TVTumblerView.h b/PrivateFrameworks/TVMLKit.framework/_TVTumblerView.h new file mode 100644 index 0000000000..f96c8e166e --- /dev/null +++ b/PrivateFrameworks/TVMLKit.framework/_TVTumblerView.h @@ -0,0 +1,99 @@ +/* Generated by RuntimeBrowser + Image: /System/Library/PrivateFrameworks/TVMLKit.framework/TVMLKit + */ + +@interface _TVTumblerView : UIView { + UIImageView * _arrowLeft; + UIImageView * _arrowRight; + BOOL _canMove; + UIView * _containerView; + <_TVTumblerViewDataSource> * _dataSource; + <_TVTumblerViewDelegate> * _delegate; + struct { + unsigned int respondsToDidFocusItemAtIndex : 1; + } _delegateFlags; + int _focusedItemIndex; + UIView * _gestureTargetView; + UIView * _headerView; + float _interitemSpacing; + Class _itemViewClass; + NSMutableDictionary * _itemViewsByIndex; + UISwipeGestureRecognizer * _leftSwipeGesture; + UITapGestureRecognizer * _leftTapGesture; + UIView * _referredFocusedItemView; + UISwipeGestureRecognizer * _rightSwipeGesture; + UITapGestureRecognizer * _rightTapGesture; + UIView * _spareItemView; + int _unfocusedItemIndex; +} + +@property (nonatomic, readonly, retain) UIImageView *arrowLeft; +@property (nonatomic, readonly, retain) UIImageView *arrowRight; +@property (nonatomic, readonly) BOOL canMove; +@property (nonatomic, readonly, retain) UIView *containerView; +@property (nonatomic) <_TVTumblerViewDataSource> *dataSource; +@property (nonatomic) <_TVTumblerViewDelegate> *delegate; +@property (nonatomic) int focusedItemIndex; +@property (nonatomic, readonly, retain) UIView *focusedItemView; +@property (nonatomic) UIView *gestureTargetView; +@property (nonatomic, retain) UIView *headerView; +@property (nonatomic) float interitemSpacing; +@property (nonatomic, retain) Class itemViewClass; +@property (nonatomic, readonly, retain) NSMutableDictionary *itemViewsByIndex; +@property (nonatomic, readonly, retain) UISwipeGestureRecognizer *leftSwipeGesture; +@property (nonatomic, readonly, retain) UITapGestureRecognizer *leftTapGesture; +@property (nonatomic, retain) UIView *referredFocusedItemView; +@property (nonatomic, readonly, retain) UISwipeGestureRecognizer *rightSwipeGesture; +@property (nonatomic, readonly, retain) UITapGestureRecognizer *rightTapGesture; +@property (nonatomic, retain) UIView *spareItemView; +@property (nonatomic) int unfocusedItemIndex; + +- (void).cxx_destruct; +- (void)_disableMove; +- (void)_enableMove; +- (id)_itemViewAtIndex:(int)arg1; +- (void)_leftAction:(id)arg1; +- (void)_markItemViewForInUse:(id)arg1 forIndex:(int)arg2; +- (void)_markItemViewForReuse:(id)arg1; +- (void)_rightAction:(id)arg1; +- (void)_scheduleMoveToIndex:(int)arg1; +- (id)arrowLeft; +- (id)arrowRight; +- (BOOL)canMove; +- (id)containerView; +- (id)dataSource; +- (void)dealloc; +- (id)delegate; +- (id)dequeueReusableItemView; +- (int)focusedItemIndex; +- (id)focusedItemView; +- (id)gestureTargetView; +- (id)headerView; +- (id)initWithFrame:(struct CGRect { struct CGPoint { float x_1_1_1; float x_1_1_2; } x1; struct CGSize { float x_2_1_1; float x_2_1_2; } x2; })arg1; +- (float)interitemSpacing; +- (Class)itemViewClass; +- (id)itemViewsByIndex; +- (void)layoutSubviews; +- (id)leftSwipeGesture; +- (id)leftTapGesture; +- (id)referredFocusedItemView; +- (void)registerItemViewClass:(Class)arg1; +- (void)reloadData; +- (id)rightSwipeGesture; +- (id)rightTapGesture; +- (void)setDataSource:(id)arg1; +- (void)setDelegate:(id)arg1; +- (void)setFocusedItemIndex:(int)arg1; +- (void)setGestureTargetView:(id)arg1; +- (void)setHeaderView:(id)arg1; +- (void)setInteritemSpacing:(float)arg1; +- (void)setItemViewClass:(Class)arg1; +- (void)setReferredFocusedItemView:(id)arg1; +- (void)setSpareItemView:(id)arg1; +- (void)setUnfocusedItemIndex:(int)arg1; +- (struct CGSize { float x1; float x2; })sizeThatFits:(struct CGSize { float x1; float x2; })arg1; +- (id)spareItemView; +- (void)traitCollectionDidChange:(id)arg1; +- (int)unfocusedItemIndex; + +@end diff --git a/PrivateFrameworks/TVMLKit.framework/_TVUISearchBar.h b/PrivateFrameworks/TVMLKit.framework/_TVUISearchBar.h new file mode 100644 index 0000000000..04e1bcce70 --- /dev/null +++ b/PrivateFrameworks/TVMLKit.framework/_TVUISearchBar.h @@ -0,0 +1,15 @@ +/* Generated by RuntimeBrowser + Image: /System/Library/PrivateFrameworks/TVMLKit.framework/TVMLKit + */ + +@interface _TVUISearchBar : UISearchBar + ++ (id)_clearGlyph; ++ (id)_searchGlyph; ++ (id)_tvmlKitBundle; + +- (void)_updateRightView; +- (void)layoutSubviews; +- (void)traitCollectionDidChange:(id)arg1; + +@end diff --git a/PrivateFrameworks/TVMLKit.framework/_TVURLImageLoadRequest.h b/PrivateFrameworks/TVMLKit.framework/_TVURLImageLoadRequest.h new file mode 100644 index 0000000000..9dfb7337e2 --- /dev/null +++ b/PrivateFrameworks/TVMLKit.framework/_TVURLImageLoadRequest.h @@ -0,0 +1,24 @@ +/* Generated by RuntimeBrowser + Image: /System/Library/PrivateFrameworks/TVMLKit.framework/TVMLKit + */ + +@interface _TVURLImageLoadRequest : ISURLOperation { + id /* block */ _completionHandler; + * _decrypter; + NSURL * _url; +} + +@property (nonatomic, copy) id /* block */ completionHandler; +@property (nonatomic, retain) *decrypter; +@property (nonatomic, retain) NSURL *url; + +- (void).cxx_destruct; +- (id /* block */)completionHandler; +- (id)decrypter; +- (id)initWithURL:(id)arg1 headers:(id)arg2 decrypter:(id)arg3 completionHandler:(id /* block */)arg4; +- (void)setCompletionHandler:(id /* block */)arg1; +- (void)setDecrypter:(id)arg1; +- (void)setUrl:(id)arg1; +- (id)url; + +@end diff --git a/PrivateFrameworks/TVMLKit.framework/_TVUberBlurImageDecorator.h b/PrivateFrameworks/TVMLKit.framework/_TVUberBlurImageDecorator.h new file mode 100644 index 0000000000..6ea4c990fd --- /dev/null +++ b/PrivateFrameworks/TVMLKit.framework/_TVUberBlurImageDecorator.h @@ -0,0 +1,25 @@ +/* Generated by RuntimeBrowser + Image: /System/Library/PrivateFrameworks/TVMLKit.framework/TVMLKit + */ + +@interface _TVUberBlurImageDecorator : TVImageDecorator { + unsigned int _blurStyle; + unsigned int _blurType; + UIColor * _gradientColor; +} + +@property (nonatomic) unsigned int blurStyle; +@property (nonatomic) unsigned int blurType; +@property (nonatomic, retain) UIColor *gradientColor; + +- (void).cxx_destruct; +- (unsigned int)blurStyle; +- (unsigned int)blurType; +- (id)decorate:(id)arg1 scaledWithSize:(struct CGSize { float x1; float x2; })arg2 croppedToFit:(BOOL)arg3; +- (id)decoratorIdentifier; +- (id)gradientColor; +- (void)setBlurStyle:(unsigned int)arg1; +- (void)setBlurType:(unsigned int)arg1; +- (void)setGradientColor:(id)arg1; + +@end diff --git a/PrivateFrameworks/TVMLKit.framework/_TVViewFactory.h b/PrivateFrameworks/TVMLKit.framework/_TVViewFactory.h new file mode 100644 index 0000000000..48b4de3901 --- /dev/null +++ b/PrivateFrameworks/TVMLKit.framework/_TVViewFactory.h @@ -0,0 +1,36 @@ +/* Generated by RuntimeBrowser + Image: /System/Library/PrivateFrameworks/TVMLKit.framework/TVMLKit + */ + +@interface _TVViewFactory : NSObject + ++ (id)_organizerViewWithElement:(id)arg1 elements:(id)arg2 existingView:(id)arg3; ++ (id)imageStackViewWithElement:(id)arg1 existingView:(id)arg2; ++ (id)imageViewWithElement:(id)arg1 existingView:(id)arg2; ++ (id)organizerViewWithElements:(id)arg1 existingView:(id)arg2; + +- (id)_activityIndicatorViewForElement:(id)arg1 existingView:(id)arg2; +- (id)_buttonForElement:(id)arg1 existingView:(id)arg2; +- (id)_buttonLockupForElement:(id)arg1 existingView:(id)arg2; +- (id)_cardViewFromElement:(id)arg1 existingView:(id)arg2; +- (id)_imageViewForBadgeElement:(id)arg1 existingView:(id)arg2; +- (id)_imageViewForElement:(id)arg1 existingView:(id)arg2; +- (id)_labelViewForElement:(id)arg1 existingView:(id)arg2; +- (id)_listItemLockupWithElement:(id)arg1 existingView:(id)arg2; +- (id)_loadingImageViewForElement:(id)arg1 existingView:(id)arg2; +- (id)_monogramViewForElement:(id)arg1 existingView:(id)arg2; +- (id)_organizerViewForElement:(id)arg1 existingView:(id)arg2; +- (id)_popoverViewWithElement:(id)arg1 existingView:(id)arg2; +- (id)_progressBarFromElement:(id)arg1 existingView:(id)arg2; +- (id)_ratingBadgeFromElement:(id)arg1 existingView:(id)arg2; +- (void)_registerViewCreators; +- (id)_rowViewForElement:(id)arg1 existingView:(id)arg2; +- (id)_seasonsBadgeWithElement:(id)arg1 existingView:(id)arg2; +- (id)_segmentedControlForElement:(id)arg1 existingView:(id)arg2; +- (id)_separatorViewForElement:(id)arg1 existingView:(id)arg2; +- (id)_textBoxViewForElement:(id)arg1 existingView:(id)arg2; +- (id)_textViewWithElement:(id)arg1 existingView:(id)arg2; +- (id)_zoomableTextViewFromElement:(id)arg1 alwaysFocusable:(BOOL)arg2 existingView:(id)arg3; +- (id)init; + +@end diff --git a/PrivateFrameworks/TVMLKit.framework/_TVVisualEffectView.h b/PrivateFrameworks/TVMLKit.framework/_TVVisualEffectView.h new file mode 100644 index 0000000000..c8293278fd --- /dev/null +++ b/PrivateFrameworks/TVMLKit.framework/_TVVisualEffectView.h @@ -0,0 +1,29 @@ +/* Generated by RuntimeBrowser + Image: /System/Library/PrivateFrameworks/TVMLKit.framework/TVMLKit + */ + +@interface _TVVisualEffectView : UIVisualEffectView { + UIView * _backdropLayerHostView; + NSString * _savedGroupName; +} + +@property (nonatomic) UIView *backdropLayerHostView; +@property (nonatomic, readonly, copy) NSString *savedGroupName; + ++ (id)backdropLayerHostViews; ++ (void)disableBackdropLayerHostView:(id)arg1; ++ (void)enableBackdropLayerHostView:(id)arg1; + +- (void).cxx_destruct; +- (void)_setGroupName:(id)arg1; +- (id)backdropLayerHostView; +- (void)backdropLayerHostViewDisabled:(id)arg1; +- (void)backdropLayerHostViewEnabled:(id)arg1; +- (void)dealloc; +- (void)didMoveToWindow; +- (id)initWithCoder:(id)arg1; +- (id)initWithEffect:(id)arg1; +- (id)savedGroupName; +- (void)setBackdropLayerHostView:(id)arg1; + +@end diff --git a/PrivateFrameworks/TVMLKit.framework/_TVZoomableTextView.h b/PrivateFrameworks/TVMLKit.framework/_TVZoomableTextView.h new file mode 100644 index 0000000000..93adbe8a82 --- /dev/null +++ b/PrivateFrameworks/TVMLKit.framework/_TVZoomableTextView.h @@ -0,0 +1,21 @@ +/* Generated by RuntimeBrowser + Image: /System/Library/PrivateFrameworks/TVMLKit.framework/TVMLKit + */ + +@interface _TVZoomableTextView : TVFocusableTextView { + float _maxHeight; + float _maxWidth; + IKViewElement * _viewElement; +} + +@property (nonatomic, retain) IKViewElement *viewElement; + +- (void).cxx_destruct; +- (void)dealloc; +- (id)initWithFrame:(struct CGRect { struct CGPoint { float x_1_1_1; float x_1_1_2; } x1; struct CGSize { float x_2_1_1; float x_2_1_2; } x2; })arg1; +- (void)setViewElement:(id)arg1; +- (struct CGSize { float x1; float x2; })sizeThatFits:(struct CGSize { float x1; float x2; })arg1; +- (void)updateWithViewElement:(id)arg1; +- (id)viewElement; + +@end diff --git a/PrivateFrameworks/TVMLKit.framework/__TVAnimatedImageView.h b/PrivateFrameworks/TVMLKit.framework/__TVAnimatedImageView.h new file mode 100644 index 0000000000..7c44c21916 --- /dev/null +++ b/PrivateFrameworks/TVMLKit.framework/__TVAnimatedImageView.h @@ -0,0 +1,9 @@ +/* Generated by RuntimeBrowser + Image: /System/Library/PrivateFrameworks/TVMLKit.framework/TVMLKit + */ + +@interface __TVAnimatedImageView : UIImageView + +- (BOOL)_shouldAnimatePropertyWithKey:(id)arg1; + +@end diff --git a/PrivateFrameworks/TVMLKit.framework/__TVModalPresentationAnimationFactory.h b/PrivateFrameworks/TVMLKit.framework/__TVModalPresentationAnimationFactory.h new file mode 100644 index 0000000000..1931c2e069 --- /dev/null +++ b/PrivateFrameworks/TVMLKit.framework/__TVModalPresentationAnimationFactory.h @@ -0,0 +1,20 @@ +/* Generated by RuntimeBrowser + Image: /System/Library/PrivateFrameworks/TVMLKit.framework/TVMLKit + */ + +@interface __TVModalPresentationAnimationFactory : NSObject <_UIBasicAnimationFactory> { + unsigned int _curve; +} + +@property (nonatomic, readonly) unsigned int curve; +@property (readonly, copy) NSString *debugDescription; +@property (readonly, copy) NSString *description; +@property (readonly) unsigned int hash; +@property (readonly) Class superclass; + +- (id)_basicAnimationForView:(id)arg1 withKeyPath:(id)arg2; +- (id)_timingFunctionForAnimationInView:(id)arg1 withKeyPath:(id)arg2; +- (unsigned int)curve; +- (id)initWithCurve:(unsigned int)arg1; + +@end diff --git a/PrivateFrameworks/TVMLKit.framework/__TVModalPresenterNavigationController.h b/PrivateFrameworks/TVMLKit.framework/__TVModalPresenterNavigationController.h new file mode 100644 index 0000000000..c187dfbe26 --- /dev/null +++ b/PrivateFrameworks/TVMLKit.framework/__TVModalPresenterNavigationController.h @@ -0,0 +1,37 @@ +/* Generated by RuntimeBrowser + Image: /System/Library/PrivateFrameworks/TVMLKit.framework/TVMLKit + */ + +@interface __TVModalPresenterNavigationController : UINavigationController { + BOOL _isModalNavVisisble; + NSMapTable * _popCompletionBlocks; + NSArray * _previousViewControllers; + NSMapTable * _pushCompletionBlocks; + UIViewController * _rootViewController; +} + +@property (readonly, copy) NSString *debugDescription; +@property (readonly, copy) NSString *description; +@property (readonly) unsigned int hash; +@property (nonatomic, readonly, copy) NSArray *preferredFocusEnvironments; +@property (nonatomic, readonly) UIView *preferredFocusedView; +@property (nonatomic, retain) NSArray *previousViewControllers; +@property (readonly) Class superclass; + +- (void).cxx_destruct; +- (void)_dismissForLastViewController; +- (void)_dismissForLastViewController:(BOOL)arg1; +- (void)didShowViewController:(id)arg1 animated:(BOOL)arg2; +- (id)initWithRootViewController:(id)arg1; +- (id)popViewControllerAnimated:(BOOL)arg1; +- (void)popViewControllerAnimated:(BOOL)arg1 completion:(id /* block */)arg2; +- (id)previousViewControllers; +- (void)pushViewController:(id)arg1 animated:(BOOL)arg2; +- (void)pushViewController:(id)arg1 animated:(BOOL)arg2 completion:(id /* block */)arg3; +- (void)reset; +- (void)setPreviousViewControllers:(id)arg1; +- (BOOL)shouldAutorotate; +- (void)updatePreferredFocusedViewStateForFocus:(BOOL)arg1; +- (void)viewWillDisappear:(BOOL)arg1; + +@end diff --git a/PrivateFrameworks/TelephonyUI.framework/TPInCallUILauncher.h b/PrivateFrameworks/TelephonyUI.framework/TPInCallUILauncher.h new file mode 100644 index 0000000000..2304d90428 --- /dev/null +++ b/PrivateFrameworks/TelephonyUI.framework/TPInCallUILauncher.h @@ -0,0 +1,9 @@ +/* Generated by RuntimeBrowser + Image: /System/Library/PrivateFrameworks/TelephonyUI.framework/TelephonyUI + */ + +@interface TPInCallUILauncher : NSObject + ++ (void)launchInCallUIForReason:(int)arg1 completion:(id /* block */)arg2; + +@end diff --git a/PrivateFrameworks/TelephonyUtilities.framework/TUAudioController.h b/PrivateFrameworks/TelephonyUtilities.framework/TUAudioController.h index e9e6b6284c..f6b932abf3 100644 --- a/PrivateFrameworks/TelephonyUtilities.framework/TUAudioController.h +++ b/PrivateFrameworks/TelephonyUtilities.framework/TUAudioController.h @@ -4,16 +4,16 @@ @interface TUAudioController : NSObject { NSObject * _modifyingStateLock; - NSObject * _outstandingRequestsGroup; } +@property (nonatomic, retain) NSObject *modifyingStateLock; + - (void).cxx_destruct; - (void)_acquireLock; -- (void)_enterOutstandingRequestsGroup; -- (void)_leaveOutstandingRequestsGroup; - (void)_releaseLock; - (void)_requestUpdatedValueWithBlock:(id /* block */)arg1 object:(id*)arg2 isRequestingPointer:(BOOL*)arg3 forceNewRequest:(BOOL)arg4 scheduleTimePointer:(unsigned long long*)arg5 notificationString:(id)arg6 queue:(id)arg7; -- (void)blockUntilOutstandingRequestsComplete; - (id)init; +- (id)modifyingStateLock; +- (void)setModifyingStateLock:(id)arg1; @end diff --git a/PrivateFrameworks/TelephonyUtilities.framework/TUAudioRouteCollectionKey.h b/PrivateFrameworks/TelephonyUtilities.framework/TUAudioRouteCollectionKey.h new file mode 100644 index 0000000000..e81b007e66 --- /dev/null +++ b/PrivateFrameworks/TelephonyUtilities.framework/TUAudioRouteCollectionKey.h @@ -0,0 +1,22 @@ +/* Generated by RuntimeBrowser + Image: /System/Library/PrivateFrameworks/TelephonyUtilities.framework/TelephonyUtilities + */ + +@interface TUAudioRouteCollectionKey : NSObject { + NSString * _category; + NSString * _mode; +} + +@property (nonatomic, readonly, copy) NSString *category; +@property (nonatomic, readonly, copy) NSString *mode; + +- (void).cxx_destruct; +- (id)category; +- (id)copyWithZone:(struct _NSZone { }*)arg1; +- (unsigned int)hash; +- (id)initWithCategory:(id)arg1 mode:(id)arg2; +- (BOOL)isEqual:(id)arg1; +- (BOOL)isEqualToAudioRouteCollectionKey:(id)arg1; +- (id)mode; + +@end diff --git a/PrivateFrameworks/TelephonyUtilities.framework/TUAudioSystemController.h b/PrivateFrameworks/TelephonyUtilities.framework/TUAudioSystemController.h index fe899cdfa8..1552043855 100644 --- a/PrivateFrameworks/TelephonyUtilities.framework/TUAudioSystemController.h +++ b/PrivateFrameworks/TelephonyUtilities.framework/TUAudioSystemController.h @@ -3,6 +3,7 @@ */ @interface TUAudioSystemController : TUAudioController { + NSArray * _currentPickableRoutes; NSObject * _downlinkMutedQueue; NSNumber * _isDownlinkMutedCached; BOOL _isRequestingDownlinkMuted; @@ -45,10 +46,12 @@ + (id)sourceIdentifierForRouteID:(id)arg1; - (void).cxx_destruct; +- (void)_getPickableRoutesForCategory:(id)arg1 mode:(id)arg2 onlyKnownCombinations:(BOOL)arg3 completion:(id /* block */)arg4; - (void)_handleDownlinkMuteDidChangeNotification:(id)arg1; - (void)_handlePickableRoutesDidChangeNotification:(id)arg1; - (void)_handleServerConnectionDiedNotification:(id)arg1; - (void)_handleUplinkMuteDidChangeNotification:(id)arg1; +- (void)_loadCurrentPickableRoutesWithCompletion:(id /* block */)arg1; - (id)_pickableRoutesForPhoneCallWithForceNewRequest:(BOOL)arg1; - (id)_pickableRoutesForPlayAndRecordRemoteVoiceWithForceNewRequest:(BOOL)arg1; - (id)_pickableRoutesForPlayAndRecordVideoWithForceNewRequest:(BOOL)arg1; @@ -59,6 +62,7 @@ - (id)bestGuessPickableRoutesForAnyCall; - (id)currentlyPickedRouteIdForCategory:(id)arg1 andMode:(id)arg2; - (void)dealloc; +- (void)getPickableRoutesForCategory:(id)arg1 mode:(id)arg2 completion:(id /* block */)arg3; - (id)init; - (BOOL)isDownlinkMuted; - (BOOL)isTTY; diff --git a/PrivateFrameworks/TelephonyUtilities.framework/TUCall.h b/PrivateFrameworks/TelephonyUtilities.framework/TUCall.h index 6c215e6ce8..0cba74d62e 100644 --- a/PrivateFrameworks/TelephonyUtilities.framework/TUCall.h +++ b/PrivateFrameworks/TelephonyUtilities.framework/TUCall.h @@ -81,6 +81,7 @@ @property (nonatomic, readonly, copy) NSString *displayName; @property (nonatomic, readonly) TUCallProvider *displayProvider; @property (getter=isDownlinkMuted, nonatomic) BOOL downlinkMuted; +@property (getter=isEmergency, nonatomic, readonly) BOOL emergency; @property (getter=isEmergencyCall, nonatomic, readonly) BOOL emergencyCall; @property (nonatomic, readonly) NSString *endedErrorString; @property (nonatomic, readonly) NSString *endedReasonString; @@ -130,6 +131,7 @@ @property (nonatomic, readonly) BOOL shouldDisplayLocationIfAvailable; @property (nonatomic, readonly) BOOL shouldPlayDTMFTone; @property (nonatomic) BOOL shouldSuppressRingtone; +@property (getter=isSOS, nonatomic, readonly) BOOL sos; @property (nonatomic) int soundRegion; @property (nonatomic, copy) NSString *sourceIdentifier; @property (nonatomic, readonly) double startTime; @@ -232,6 +234,7 @@ - (BOOL)isConnecting; - (BOOL)isDialRequestVideoUpgrade:(id)arg1; - (BOOL)isDownlinkMuted; +- (BOOL)isEmergency; - (BOOL)isEmergencyCall; - (BOOL)isEndpointOnCurrentDevice; - (BOOL)isEqual:(id)arg1; @@ -243,6 +246,7 @@ - (BOOL)isMuted; - (BOOL)isOnHold; - (BOOL)isOutgoing; +- (BOOL)isSOS; - (BOOL)isSendingAudio; - (BOOL)isSendingVideo; - (BOOL)isTTY; diff --git a/PrivateFrameworks/TelephonyUtilities.framework/TUCallCenter.h b/PrivateFrameworks/TelephonyUtilities.framework/TUCallCenter.h index 097bb18ecf..e01b1ad333 100644 --- a/PrivateFrameworks/TelephonyUtilities.framework/TUCallCenter.h +++ b/PrivateFrameworks/TelephonyUtilities.framework/TUCallCenter.h @@ -6,6 +6,7 @@ TUAudioDeviceController * _audioDeviceController; TUCallServicesInterface * _callServicesInterface; CNContactStore * _contactStore; + id /* block */ _disconnectCallPreflight; struct CGSize { float width; float height; @@ -42,6 +43,7 @@ @property (nonatomic, readonly) TUCall *currentVideoCall; @property (nonatomic, readonly) unsigned int currentVideoCallCount; @property (nonatomic, readonly, copy) NSArray *currentVideoCalls; +@property (nonatomic, copy) id /* block */ disconnectCallPreflight; @property (nonatomic, readonly, copy) NSArray *displayedCalls; @property (getter=isEndAndAnswerAllowed, nonatomic, readonly) BOOL endAndAnswerAllowed; @property (nonatomic, readonly) BOOL hasCurrentAudioCalls; @@ -74,6 +76,7 @@ - (id)_dialWithRequest:(id)arg1 completion:(id /* block */)arg2; - (BOOL)_existingCallsAllowDialRequest:(id)arg1 allowVoiceWithData:(BOOL)arg2; - (BOOL)_isCallingAvailableOnSecondaryDeviceWithRelayCallingAvailability:(int)arg1 isProviderAvailable:(BOOL)arg2 isRelayAllowed:(BOOL)arg3 shouldUseRelay:(BOOL*)arg4; +- (void)_preflightDisconnectForCalls:(id)arg1 withCompletion:(id /* block */)arg2; - (id)activeVideoCall; - (BOOL)allCallsAreOfService:(int)arg1; - (BOOL)allCallsPassTest:(id /* block */)arg1; @@ -134,6 +137,7 @@ - (void)disconnectAllCalls; - (void)disconnectCall:(id)arg1; - (void)disconnectCall:(id)arg1 withReason:(int)arg2; +- (id /* block */)disconnectCallPreflight; - (void)disconnectCurrentCallAndActivateHeld; - (id)displayedCall; - (id)displayedCallFromCalls:(id)arg1; @@ -186,6 +190,7 @@ - (void)setAudioDeviceController:(id)arg1; - (void)setCallServicesInterface:(id)arg1; - (void)setContactStore:(id)arg1; +- (void)setDisconnectCallPreflight:(id /* block */)arg1; - (void)setLocalLandscapeAspectRatio:(struct CGSize { float x1; float x2; })arg1; - (void)setLocalPortraitAspectRatio:(struct CGSize { float x1; float x2; })arg1; - (void)setProviderManager:(id)arg1; @@ -194,6 +199,7 @@ - (void)swapCalls; - (void)ungroupCall:(id)arg1; - (void)unholdCall:(id)arg1; +- (void)updateCall:(id)arg1 withAnswerRequest:(id)arg2; - (id)videoCallWithStatus:(int)arg1; @end diff --git a/PrivateFrameworks/TelephonyUtilities.framework/TUCallNotificationManager.h b/PrivateFrameworks/TelephonyUtilities.framework/TUCallNotificationManager.h index 1a11e0d9ee..137110e2fe 100644 --- a/PrivateFrameworks/TelephonyUtilities.framework/TUCallNotificationManager.h +++ b/PrivateFrameworks/TelephonyUtilities.framework/TUCallNotificationManager.h @@ -29,6 +29,7 @@ - (void)isEmergencyChangedForCall:(id)arg1; - (void)isOnHoldChangedForCall:(id)arg1; - (void)isSendingAudioChangedForCall:(id)arg1; +- (void)isThirdPartyVideoChangedForCall:(id)arg1; - (void)isUplinkMutedChangedForCall:(id)arg1; - (void)isUsingBasebandChangedForCall:(id)arg1; - (void)mediaPropertiesChangedForCall:(id)arg1 remoteAspectRatioDidChange:(BOOL)arg2 remoteCameraOrientationDidChange:(BOOL)arg3; diff --git a/PrivateFrameworks/TelephonyUtilities.framework/TUCallProvider.h b/PrivateFrameworks/TelephonyUtilities.framework/TUCallProvider.h index 50857e0214..99e5b1765d 100644 --- a/PrivateFrameworks/TelephonyUtilities.framework/TUCallProvider.h +++ b/PrivateFrameworks/TelephonyUtilities.framework/TUCallProvider.h @@ -7,6 +7,7 @@ unsigned int _audioSessionID; NSString * _bundleIdentifier; NSURL * _bundleURL; + NSArray * _emergencyLabeledHandles; NSArray * _handoffIdentifiers; NSData * _iconTemplateImageData; NSString * _identifier; @@ -26,6 +27,7 @@ @property (nonatomic) unsigned int audioSessionID; @property (nonatomic, copy) NSString *bundleIdentifier; @property (nonatomic, copy) NSURL *bundleURL; +@property (nonatomic, copy) NSArray *emergencyLabeledHandles; @property (getter=isEnabled, nonatomic, readonly) BOOL enabled; @property (getter=isFaceTimeProvider, nonatomic, readonly) BOOL faceTimeProvider; @property (nonatomic, copy) NSArray *handoffIdentifiers; @@ -55,6 +57,7 @@ - (id)copyWithZone:(struct _NSZone { }*)arg1; - (id)description; - (id)displayAppBundleIdentifier; +- (id)emergencyLabeledHandles; - (void)encodeWithCoder:(id)arg1; - (id)handoffIdentifiers; - (BOOL)hasRestrictionsInRetailEnvironment; @@ -81,6 +84,7 @@ - (void)setAudioSessionID:(unsigned int)arg1; - (void)setBundleIdentifier:(id)arg1; - (void)setBundleURL:(id)arg1; +- (void)setEmergencyLabeledHandles:(id)arg1; - (void)setHandoffIdentifiers:(id)arg1; - (void)setIconTemplateImageData:(id)arg1; - (void)setIdentifier:(id)arg1; diff --git a/PrivateFrameworks/TelephonyUtilities.framework/TUCallServicesInterface.h b/PrivateFrameworks/TelephonyUtilities.framework/TUCallServicesInterface.h index 58cba2e2cf..decb91af43 100644 --- a/PrivateFrameworks/TelephonyUtilities.framework/TUCallServicesInterface.h +++ b/PrivateFrameworks/TelephonyUtilities.framework/TUCallServicesInterface.h @@ -65,7 +65,7 @@ - (void)enteredBackgroundForAllCalls; - (void)enteredForegroundForCallWithUniqueProxyIdentifier:(id)arg1; - (void)groupCallWithUniqueProxyIdentifier:(id)arg1 withOtherCallWithUniqueProxyIdentifier:(id)arg2; -- (void)handleCurrentCallsChanged:(id)arg1 callDisconnected:(id)arg2 reply:(id /* block */)arg3; +- (void)handleCurrentCallsChanged:(id)arg1 callDisconnected:(id)arg2; - (void)handleFrequencyChangedTo:(id)arg1 inDirection:(int)arg2 forCallsWithUniqueProxyIdentifiers:(id)arg3; - (void)handleNotificationName:(id)arg1 forCallWithUniqueProxyIdentifier:(id)arg2 userInfo:(id)arg3; - (BOOL)hasDaemonDelegateLaunched; diff --git a/PrivateFrameworks/TelephonyUtilities.framework/TUDialRequest.h b/PrivateFrameworks/TelephonyUtilities.framework/TUDialRequest.h index 36bae444a7..453f304d2d 100644 --- a/PrivateFrameworks/TelephonyUtilities.framework/TUDialRequest.h +++ b/PrivateFrameworks/TelephonyUtilities.framework/TUDialRequest.h @@ -11,6 +11,8 @@ BOOL _endpointOnCurrentDevice; TUHandle * _handle; BOOL _hostOnCurrentDevice; + id /* block */ _isEmergencyNumberBlock; + id /* block */ _isEmergencyNumberOrIsWhitelistedBlock; struct CGSize { float width; float height; @@ -23,8 +25,10 @@ BOOL _performDialAssist; BOOL _performLocalDialAssist; TUCallProvider * _provider; + NSString * _providerCustomIdentifier; TUCallProviderManager * _providerManager; BOOL _showUIPrompt; + BOOL _sos; int _ttyType; NSString * _uniqueProxyIdentifier; BOOL _video; @@ -44,15 +48,19 @@ @property (nonatomic, retain) TUHandle *handle; @property (readonly) unsigned int hash; @property (nonatomic) BOOL hostOnCurrentDevice; +@property (nonatomic, copy) id /* block */ isEmergencyNumberBlock; +@property (nonatomic, copy) id /* block */ isEmergencyNumberOrIsWhitelistedBlock; @property (nonatomic) struct CGSize { float x1; float x2; } localLandscapeAspectRatio; @property (nonatomic) struct CGSize { float x1; float x2; } localPortraitAspectRatio; @property (nonatomic) int originatingUIType; @property (nonatomic) BOOL performDialAssist; @property (nonatomic) BOOL performLocalDialAssist; @property (nonatomic, retain) TUCallProvider *provider; +@property (nonatomic, copy) NSString *providerCustomIdentifier; @property (nonatomic, readonly) TUCallProviderManager *providerManager; @property (nonatomic, readonly) int service; @property (nonatomic) BOOL showUIPrompt; +@property (getter=isSOS, setter=setSOS:, nonatomic) BOOL sos; @property (readonly) Class superclass; @property (nonatomic) int ttyType; @property (nonatomic, copy) NSString *uniqueProxyIdentifier; @@ -119,8 +127,11 @@ - (id)initWithUserActivity:(id)arg1; - (id)initWithUserActivity:(id)arg1 providerManager:(id)arg2; - (BOOL)isDialAssisted; +- (id /* block */)isEmergencyNumberBlock; +- (id /* block */)isEmergencyNumberOrIsWhitelistedBlock; - (BOOL)isEqual:(id)arg1; - (BOOL)isEqualToDialRequest:(id)arg1; +- (BOOL)isSOS; - (BOOL)isValid; - (BOOL)isVideo; - (id)isVoicemailURLQueryItem; @@ -133,6 +144,8 @@ - (BOOL)performLocalDialAssist; - (id)personHandleForHandle:(id)arg1; - (id)provider; +- (id)providerCustomIdentifier; +- (id)providerCustomIdentifierURLQueryItem; - (id)providerManager; - (int)service; - (int)serviceFromURLComponents:(id)arg1; @@ -145,17 +158,22 @@ - (void)setEndpointOnCurrentDevice:(BOOL)arg1; - (void)setHandle:(id)arg1; - (void)setHostOnCurrentDevice:(BOOL)arg1; +- (void)setIsEmergencyNumberBlock:(id /* block */)arg1; +- (void)setIsEmergencyNumberOrIsWhitelistedBlock:(id /* block */)arg1; - (void)setLocalLandscapeAspectRatio:(struct CGSize { float x1; float x2; })arg1; - (void)setLocalPortraitAspectRatio:(struct CGSize { float x1; float x2; })arg1; - (void)setOriginatingUIType:(int)arg1; - (void)setPerformDialAssist:(BOOL)arg1; - (void)setPerformLocalDialAssist:(BOOL)arg1; - (void)setProvider:(id)arg1; +- (void)setProviderCustomIdentifier:(id)arg1; +- (void)setSOS:(BOOL)arg1; - (void)setShowUIPrompt:(BOOL)arg1; - (void)setTtyType:(int)arg1; - (void)setUniqueProxyIdentifier:(id)arg1; - (void)setVideo:(BOOL)arg1; - (BOOL)showUIPrompt; +- (id)sosURLQueryItem; - (id)suppressAssistURLQueryItem; - (int)ttyType; - (id)ttyTypeURLQueryItem; @@ -167,6 +185,7 @@ - (id)validityErrorForEndpointNotOnCurrentDeviceForNonRelayableService; - (id)validityErrorForNonNormalDialTypeWithoutTelephony; - (id)validityErrorForNormalDialTypeWithUnknownDestination; +- (id)validityErrorForSOS; - (id)validityErrorForUnspecifiedProvider; - (id)validityErrorForVideoUnsupported; - (id)validityErrors; diff --git a/PrivateFrameworks/TelephonyUtilities.framework/TULabeledHandle.h b/PrivateFrameworks/TelephonyUtilities.framework/TULabeledHandle.h new file mode 100644 index 0000000000..326ddd8c15 --- /dev/null +++ b/PrivateFrameworks/TelephonyUtilities.framework/TULabeledHandle.h @@ -0,0 +1,28 @@ +/* Generated by RuntimeBrowser + Image: /System/Library/PrivateFrameworks/TelephonyUtilities.framework/TelephonyUtilities + */ + +@interface TULabeledHandle : NSObject { + TUHandle * _handle; + NSString * _localizedLabel; +} + +@property (nonatomic, readonly) TUHandle *handle; +@property (nonatomic, readonly, copy) NSString *localizedLabel; + ++ (BOOL)supportsSecureCoding; + +- (void).cxx_destruct; +- (id)copyWithZone:(struct _NSZone { }*)arg1; +- (id)description; +- (void)encodeWithCoder:(id)arg1; +- (id)handle; +- (unsigned int)hash; +- (id)init; +- (id)initWithCoder:(id)arg1; +- (id)initWithHandle:(id)arg1 localizedLabel:(id)arg2; +- (BOOL)isEqual:(id)arg1; +- (BOOL)isEqualToLabeledHandle:(id)arg1; +- (id)localizedLabel; + +@end diff --git a/PrivateFrameworks/TelephonyUtilities.framework/TUProxyCall.h b/PrivateFrameworks/TelephonyUtilities.framework/TUProxyCall.h index a01cb0b8b8..4cec01cf84 100644 --- a/PrivateFrameworks/TelephonyUtilities.framework/TUProxyCall.h +++ b/PrivateFrameworks/TelephonyUtilities.framework/TUProxyCall.h @@ -17,7 +17,7 @@ TUCallDisplayContext * _displayContext; TUCallProvider * _displayProvider; BOOL _downlinkMuted; - BOOL _emergencyCall; + BOOL _emergency; NSString * _endedErrorString; NSString * _endedReasonString; NSDictionary * _endedReasonUserInfo; @@ -59,6 +59,7 @@ } size; } _remoteVideoContentRect; NSMutableDictionary * _remoteVideoModeToLayer; + BOOL _sos; double _startTime; BOOL _thirdPartyVideo; int _ttyType; @@ -85,7 +86,7 @@ @property (readonly, copy) NSString *description; @property (nonatomic, copy) TUCallDisplayContext *displayContext; @property (nonatomic, retain) TUCallProvider *displayProvider; -@property (getter=isEmergencyCall, nonatomic) BOOL emergencyCall; +@property (getter=isEmergency, nonatomic) BOOL emergency; @property (nonatomic, copy) NSString *endedErrorString; @property (nonatomic, copy) NSString *endedReasonString; @property (nonatomic, copy) NSDictionary *endedReasonUserInfo; @@ -109,8 +110,10 @@ @property (nonatomic, retain) AVCRemoteVideoClient *remoteVideo; @property (nonatomic) struct CGRect { struct CGPoint { float x_1_1_1; float x_1_1_2; } x1; struct CGSize { float x_2_1_1; float x_2_1_2; } x2; } remoteVideoContentRect; @property (nonatomic, retain) NSMutableDictionary *remoteVideoModeToLayer; +@property (getter=isSOS, setter=setSOS:, nonatomic) BOOL sos; @property (nonatomic) double startTime; @property (readonly) Class superclass; +@property (getter=isThirdPartyVideo, nonatomic) BOOL thirdPartyVideo; @property (nonatomic) int ttyType; @property (getter=isUsingBaseband, nonatomic) BOOL usingBaseband; @property (getter=isVideoDegraded, nonatomic) BOOL videoDegraded; @@ -151,10 +154,11 @@ - (id)initWithUniqueProxyIdentifier:(id)arg1 endpointOnCurrentDevice:(BOOL)arg2; - (BOOL)isBlocked; - (BOOL)isDownlinkMuted; -- (BOOL)isEmergencyCall; +- (BOOL)isEmergency; - (BOOL)isHostedOnCurrentDevice; - (BOOL)isMediaStalled; - (BOOL)isOutgoing; +- (BOOL)isSOS; - (BOOL)isSendingAudio; - (BOOL)isSendingVideo; - (BOOL)isThirdPartyVideo; @@ -202,7 +206,7 @@ - (void)setDisplayContext:(id)arg1; - (void)setDisplayProvider:(id)arg1; - (void)setDownlinkMuted:(BOOL)arg1; -- (void)setEmergencyCall:(BOOL)arg1; +- (void)setEmergency:(BOOL)arg1; - (void)setEndedErrorString:(id)arg1; - (void)setEndedReasonString:(id)arg1; - (void)setEndedReasonUserInfo:(id)arg1; @@ -230,8 +234,10 @@ - (void)setRemoteVideoModeToLayer:(id)arg1; - (void)setRemoteVideoPresentationSize:(struct CGSize { float x1; float x2; })arg1; - (void)setRemoteVideoPresentationState:(int)arg1; +- (void)setSOS:(BOOL)arg1; - (void)setShouldSuppressRingtone:(BOOL)arg1; - (void)setStartTime:(double)arg1; +- (void)setThirdPartyVideo:(BOOL)arg1; - (void)setTransitionStatus:(int)arg1; - (void)setTtyType:(int)arg1; - (void)setUplinkMuted:(BOOL)arg1; diff --git a/PrivateFrameworks/TextInput.framework/TIImageCacheClient.h b/PrivateFrameworks/TextInput.framework/TIImageCacheClient.h new file mode 100644 index 0000000000..6bc62d66a5 --- /dev/null +++ b/PrivateFrameworks/TextInput.framework/TIImageCacheClient.h @@ -0,0 +1,53 @@ +/* Generated by RuntimeBrowser + Image: /System/Library/PrivateFrameworks/TextInput.framework/TextInput + */ + +@interface TIImageCacheClient : NSObject { + NSCache * _cache; + NSXPCConnection * _connection; + BOOL _hasLocalAccess; + NSString * _imagePath; + BOOL _lockOnRead; + NSString * _path; + int _remoteQueryCount; + NSObject * _requestQueue; + NSObject * _serialQueueRemoveImagesBackground; + NSObject * _serialQueueRemoveImagesDefault; + BOOL _shouldIdleWhenDone; + NSString * _versionPath; +} + +@property (nonatomic) unsigned int cacheItemLimit; +@property (nonatomic, readonly) int cacheVersion; +@property (nonatomic) BOOL lockOnRead; + +- (int)_cacheVersion; +- (void)_createConnectionIfNecessary; +- (void)_idleIfNecessary:(BOOL)arg1; +- (struct _img { id x1; unsigned int x2; unsigned int x3; unsigned int x4; unsigned char x5; unsigned char x6[4]; })_imgForItem:(id)arg1; +- (void)_localStoreImageForKey:(id)arg1 inGroup:(id)arg2 withItem:(id)arg3; +- (void)_remoteStoreImageForKey:(id)arg1 inGroup:(id)arg2 withItem:(id)arg3; +- (void)_setCacheVersion:(int)arg1; +- (id)_versionPath; +- (unsigned int)cacheItemLimit; +- (id)cacheNumberForKey:(id)arg1; +- (int)cacheVersion; +- (struct CGImage { }*)copyImageForKey:(id)arg1 inGroup:(id)arg2; +- (void)dealloc; +- (BOOL)findImageWithKey:(id)arg1 inGroup:(id)arg2 andInfo:(struct _img { id x1; unsigned int x2; unsigned int x3; unsigned int x4; unsigned char x5; unsigned char x6[4]; }*)arg3; +- (void)idleAfter:(double)arg1; +- (unsigned int)imageCount; +- (BOOL)imageExistsForKey:(id)arg1 inGroup:(id)arg2; +- (id)imagePath; +- (id)initWithLocalAccess:(BOOL)arg1; +- (BOOL)lockOnRead; +- (unsigned int)memContentOffset; +- (void*)openAndMmap:(id)arg1 withInfo:(struct _img { id x1; unsigned int x2; unsigned int x3; unsigned int x4; unsigned char x5; unsigned char x6[4]; }*)arg2; +- (void)purge; +- (void)removeImagesInGroups:(id)arg1 completion:(id /* block */)arg2; +- (void)setCacheItemLimit:(unsigned int)arg1; +- (void)setIdleWhenDone; +- (void)setLockOnRead:(BOOL)arg1; +- (void)storeImageDataForKey:(id)arg1 inGroup:(id)arg2 item:(id)arg3; + +@end diff --git a/PrivateFrameworks/TextInput.framework/TIImageCacheItem.h b/PrivateFrameworks/TextInput.framework/TIImageCacheItem.h new file mode 100644 index 0000000000..97f00b0a24 --- /dev/null +++ b/PrivateFrameworks/TextInput.framework/TIImageCacheItem.h @@ -0,0 +1,39 @@ +/* Generated by RuntimeBrowser + Image: /System/Library/PrivateFrameworks/TextInput.framework/TextInput + */ + +@interface TIImageCacheItem : NSObject { + NSData * _data; + unsigned char _format; + struct CGColor { } * _formatColor; + float _scale; + struct CGSize { + float width; + float height; + } _size; +} + +@property (nonatomic, retain) NSData *data; +@property (nonatomic) unsigned char format; +@property (nonatomic) struct CGColor { }*formatColor; +@property (nonatomic) float scale; +@property (nonatomic) struct CGSize { float x1; float x2; } size; + ++ (id)cacheItemWithSize:(struct CGSize { float x1; float x2; })arg1 format:(unsigned char)arg2 formatColor:(struct CGColor { }*)arg3 scale:(float)arg4 data:(id)arg5; ++ (BOOL)supportsSecureCoding; + +- (id)data; +- (void)dealloc; +- (void)encodeWithCoder:(id)arg1; +- (unsigned char)format; +- (struct CGColor { }*)formatColor; +- (id)initWithCoder:(id)arg1; +- (float)scale; +- (void)setData:(id)arg1; +- (void)setFormat:(unsigned char)arg1; +- (void)setFormatColor:(struct CGColor { }*)arg1; +- (void)setScale:(float)arg1; +- (void)setSize:(struct CGSize { float x1; float x2; })arg1; +- (struct CGSize { float x1; float x2; })size; + +@end diff --git a/PrivateFrameworks/TextInput.framework/TIPreferencesController.h b/PrivateFrameworks/TextInput.framework/TIPreferencesController.h index f19cded706..b22563284b 100644 --- a/PrivateFrameworks/TextInput.framework/TIPreferencesController.h +++ b/PrivateFrameworks/TextInput.framework/TIPreferencesController.h @@ -3,6 +3,8 @@ */ @interface TIPreferencesController : NSObject { + NSMutableDictionary * _configuredDomains; + NSMutableDictionary * _configuredPreferences; BOOL _inhibitGlobalNotification; double _lastSynchronizePreferencesTime; NSTimer * _synchronizePreferencesTimer; @@ -14,30 +16,31 @@ + (id)sharedPreferencesController; -- (int)MCValueForManagedKey:(int)arg1; +- (int)MCValueForManagedPreferenceKey:(id)arg1; +- (void)_configureDomain:(id)arg1 notification:(id)arg2; +- (void)_configureDomains; +- (void)_configureKey:(id)arg1 domain:(id)arg2 defaultValue:(id)arg3; +- (void)_configurePreferences; - (BOOL)boolForKey:(int)arg1; +- (BOOL)boolForPreferenceKey:(id)arg1; - (void)clearSynchronizePreferencesTimer; - (void)dealloc; -- (id)defaultForKey:(int)arg1; -- (struct { id x1; BOOL x2; BOOL x3; unsigned long long x4; int x5; }*)domainForType:(int)arg1; -- (struct { id x1; BOOL x2; BOOL x3; unsigned long long x4; int x5; }*)domains; - (BOOL)inhibitGlobalNotification; - (id)init; - (BOOL)isInternalInstall; - (BOOL)isKeyLockedDown:(int)arg1; +- (BOOL)isPreferenceKeyLockedDown:(id)arg1; - (void)managedKeyboardSettingDidChange:(id)arg1; -- (struct { id x1; int x2; id x3; int x4; }*)preferences; - (void)preferencesChangedCallback:(id)arg1; -- (void)setAutocorrectionEnabled:(BOOL)arg1; -- (void)setCheckSpellingEnabled:(BOOL)arg1; - (void)setInhibitGlobalNotification:(BOOL)arg1; - (void)setIsInternalInstall:(BOOL)arg1; -- (void)setPredictionEnabled:(BOOL)arg1; - (void)setValue:(id)arg1 forKey:(int)arg2; -- (void)setValue:(id)arg1 forManagedKey:(int)arg2; +- (void)setValue:(id)arg1 forManagedPreferenceKey:(id)arg2; +- (void)setValue:(id)arg1 forPreferenceKey:(id)arg2; +- (void)synchronizeDomainIfNeedsGet:(id)arg1; - (void)synchronizePreferences; - (void)touchSynchronizePreferencesTimer; - (id)valueForKey:(int)arg1; -- (id)valueForManagedKey:(int)arg1; +- (id)valueForPreferenceKey:(id)arg1; @end diff --git a/PrivateFrameworks/TextInput.framework/_TIPreference.h b/PrivateFrameworks/TextInput.framework/_TIPreference.h new file mode 100644 index 0000000000..da19c284f2 --- /dev/null +++ b/PrivateFrameworks/TextInput.framework/_TIPreference.h @@ -0,0 +1,29 @@ +/* Generated by RuntimeBrowser + Image: /System/Library/PrivateFrameworks/TextInput.framework/TextInput + */ + +@interface _TIPreference : NSObject { + id _currentValue; + id _defaultValue; + NSString * _domain; + NSString * _key; +} + +@property (nonatomic, retain) id currentValue; +@property (nonatomic, retain) id defaultValue; +@property (nonatomic, retain) NSString *domain; +@property (nonatomic, retain) NSString *key; + ++ (id)preferenceWithKey:(id)arg1 domain:(id)arg2 defaultValue:(id)arg3; + +- (id)currentValue; +- (void)dealloc; +- (id)defaultValue; +- (id)domain; +- (id)key; +- (void)setCurrentValue:(id)arg1; +- (void)setDefaultValue:(id)arg1; +- (void)setDomain:(id)arg1; +- (void)setKey:(id)arg1; + +@end diff --git a/PrivateFrameworks/TextInput.framework/_TIPreferenceDomain.h b/PrivateFrameworks/TextInput.framework/_TIPreferenceDomain.h new file mode 100644 index 0000000000..1832583ff3 --- /dev/null +++ b/PrivateFrameworks/TextInput.framework/_TIPreferenceDomain.h @@ -0,0 +1,33 @@ +/* Generated by RuntimeBrowser + Image: /System/Library/PrivateFrameworks/TextInput.framework/TextInput + */ + +@interface _TIPreferenceDomain : NSObject { + NSString * _domain; + double _lastSynchronizedTime; + BOOL _needsGetSync; + BOOL _needsSetSync; + NSString * _notification; +} + +@property (nonatomic, retain) NSString *domain; +@property (nonatomic) double lastSynchronizedTime; +@property (nonatomic) BOOL needsGetSync; +@property (nonatomic) BOOL needsSetSync; +@property (nonatomic, retain) NSString *notification; + ++ (id)domainWithName:(id)arg1 notification:(id)arg2; + +- (void)dealloc; +- (id)domain; +- (double)lastSynchronizedTime; +- (BOOL)needsGetSync; +- (BOOL)needsSetSync; +- (id)notification; +- (void)setDomain:(id)arg1; +- (void)setLastSynchronizedTime:(double)arg1; +- (void)setNeedsGetSync:(BOOL)arg1; +- (void)setNeedsSetSync:(BOOL)arg1; +- (void)setNotification:(id)arg1; + +@end diff --git a/PrivateFrameworks/TextInputUI.framework/TUIKeyboardLayoutFactory.h b/PrivateFrameworks/TextInputUI.framework/TUIKeyboardLayoutFactory.h index 171cd73f4b..2e558a56c0 100644 --- a/PrivateFrameworks/TextInputUI.framework/TUIKeyboardLayoutFactory.h +++ b/PrivateFrameworks/TextInputUI.framework/TUIKeyboardLayoutFactory.h @@ -15,6 +15,7 @@ + (id)layoutsFileName; + (id)sharedKeyboardFactory; +- (void)_createDecoderIfNecessary; - (void)dealloc; - (id)decoder; - (id)init; diff --git a/PrivateFrameworks/TextToSpeech.framework/TTSSpeechSynthesizer.h b/PrivateFrameworks/TextToSpeech.framework/TTSSpeechSynthesizer.h index fe0147feac..8c74d4026c 100644 --- a/PrivateFrameworks/TextToSpeech.framework/TTSSpeechSynthesizer.h +++ b/PrivateFrameworks/TextToSpeech.framework/TTSSpeechSynthesizer.h @@ -48,7 +48,7 @@ @property (nonatomic, retain) NSString *voiceIdentifier; @property (nonatomic) float volume; -+ (id)_speechServiceForVoiceIdentifier:(id)arg1; ++ (id)_speechVoiceForIdentifier:(id)arg1 language:(id)arg2 footprint:(int)arg3; + (id)allAvailableVoices; + (id)availableLanguageCodes; + (id)availableVoices; @@ -71,7 +71,6 @@ - (void)_processPhonemeSubstitutions:(id)arg1 toText:(id)arg2 request:(id)arg3 bundleIdentifier:(id)arg4 voice:(id)arg5; - (void)_processUserSubstitutions:(id)arg1 toText:(id)arg2 request:(id)arg3 bundleIdentifier:(id)arg4 voice:(id)arg5; - (void)_setDelegate:(id)arg1; -- (id)_speechVoiceForIdentifier:(id)arg1 language:(id)arg2; - (BOOL)_startSpeakingString:(id)arg1 orAttributedString:(id)arg2 toURL:(id)arg3 withLanguageCode:(id)arg4 request:(id*)arg5 error:(id*)arg6; - (BOOL)_stopSpeakingRequest:(id)arg1 atNextBoundary:(int)arg2 synchronously:(BOOL)arg3 error:(id*)arg4; - (id)bundleIdentifier; diff --git a/PrivateFrameworks/TextureIO.framework/TXRPixelFormatInfo.h b/PrivateFrameworks/TextureIO.framework/TXRPixelFormatInfo.h index e01b5f659d..cf2a40cf30 100644 --- a/PrivateFrameworks/TextureIO.framework/TXRPixelFormatInfo.h +++ b/PrivateFrameworks/TextureIO.framework/TXRPixelFormatInfo.h @@ -6,10 +6,15 @@ + (unsigned char)componentsPerPixel:(unsigned int)arg1; + (BOOL)hasAlpha:(unsigned int)arg1; ++ (BOOL)isASTC:(unsigned int)arg1; ++ (BOOL)isBC1to5:(unsigned int)arg1; ++ (BOOL)isBC6to7:(unsigned int)arg1; + (BOOL)isCompressed:(unsigned int)arg1; ++ (BOOL)isETC2:(unsigned int)arg1; + (BOOL)isFloat:(unsigned int)arg1; + (BOOL)isGammaEncoded:(unsigned int)arg1; + (BOOL)isInteger:(unsigned int)arg1; ++ (BOOL)isPVRTC:(unsigned int)arg1; + (BOOL)isSRGB:(unsigned int)arg1; + (struct TXRImageMemoryLayout { unsigned int x1; unsigned int x2; })packedMemoryLayoutForFormat:(void *)arg1 dimensions:(void *)arg2; // needs 2 arg types, found 1: unsigned int + (unsigned char)pixelBytes:(unsigned int)arg1; diff --git a/PrivateFrameworks/ToneLibrary.framework/TLAlertActivationAssertion.h b/PrivateFrameworks/ToneLibrary.framework/TLAlertActivationAssertion.h new file mode 100644 index 0000000000..e3484981a6 --- /dev/null +++ b/PrivateFrameworks/ToneLibrary.framework/TLAlertActivationAssertion.h @@ -0,0 +1,19 @@ +/* Generated by RuntimeBrowser + Image: /System/Library/PrivateFrameworks/ToneLibrary.framework/ToneLibrary + */ + +@interface TLAlertActivationAssertion : NSObject { + long long _activeAcquisitionCount; + TLAlert * _alert; +} + +- (void).cxx_destruct; +- (void)_acquire; +- (void)_relinquish; +- (void)acquire; +- (void)dealloc; +- (id)description; +- (id)initWithAlert:(id)arg1; +- (void)relinquish; + +@end diff --git a/PrivateFrameworks/ToneLibrary.framework/TLAlertActivationController.h b/PrivateFrameworks/ToneLibrary.framework/TLAlertActivationController.h new file mode 100644 index 0000000000..a8464f8a03 --- /dev/null +++ b/PrivateFrameworks/ToneLibrary.framework/TLAlertActivationController.h @@ -0,0 +1,7 @@ +/* Generated by RuntimeBrowser + Image: /System/Library/PrivateFrameworks/ToneLibrary.framework/ToneLibrary + */ + +@interface TLAlertActivationController : NSObject + +@end diff --git a/PrivateFrameworks/ToneLibrary.framework/TLAlertConfiguration.h b/PrivateFrameworks/ToneLibrary.framework/TLAlertConfiguration.h index 8c0d800f1f..eb69e20e86 100644 --- a/PrivateFrameworks/ToneLibrary.framework/TLAlertConfiguration.h +++ b/PrivateFrameworks/ToneLibrary.framework/TLAlertConfiguration.h @@ -10,6 +10,7 @@ NSDictionary * _externalVibrationPattern; BOOL _forPreview; BOOL _hasCustomAudioVolume; + BOOL _hasCustomRepeatingFlag; BOOL _isFrozen; double _maximumDuration; BOOL _shouldIgnoreRingerSwitch; diff --git a/PrivateFrameworks/ToneLibrary.framework/TLAlertController.h b/PrivateFrameworks/ToneLibrary.framework/TLAlertController.h index 3683a2f6c3..eb7ef9719a 100644 --- a/PrivateFrameworks/ToneLibrary.framework/TLAlertController.h +++ b/PrivateFrameworks/ToneLibrary.framework/TLAlertController.h @@ -32,6 +32,7 @@ - (void)_stopRepeatedlyPlayingAlert:(id)arg1 withOptions:(unsigned int)arg2 completionHandler:(id /* block */)arg3 targetQueue:(id)arg4; - (id)_systemSoundController; - (void)dealloc; +- (void)handleActivationAssertionStatusChangeForAlert:(id)arg1 updatedStatus:(BOOL)arg2; - (id)init; - (void)performBlockOnAudioEventQueue:(id /* block */)arg1; - (void)playAlert:(id)arg1 withCompletionHandler:(id /* block */)arg2; diff --git a/PrivateFrameworks/ToneLibrary.framework/TLAlertQueuePlayerController.h b/PrivateFrameworks/ToneLibrary.framework/TLAlertQueuePlayerController.h index 665368b45b..dc3677eaed 100644 --- a/PrivateFrameworks/ToneLibrary.framework/TLAlertQueuePlayerController.h +++ b/PrivateFrameworks/ToneLibrary.framework/TLAlertQueuePlayerController.h @@ -3,9 +3,12 @@ */ @interface TLAlertQueuePlayerController : NSObject { + TLAlert * _alertForAudioEnvironmentSetup; NSObject * _audioEventQueue; NSString * _audioEventQueueLabel; unsigned int _audioSessionDeactivationPreventionRequestsCount; + BOOL _isAlertActivationAssertionAcquired; + BOOL _isAudioEnvironmentSetup; BOOL _isAudioSessionActive; BOOL _isBypassingRingerSwitchPolicy; BOOL _isObservingAudioSessionInterruptionNotification; @@ -44,12 +47,15 @@ - (void)_didEndPlayingAlert; - (void)_endPreventingAudioSessionDeactivation; - (id)_fallbackToneIdentifierForPlayingAlert; +- (void)_handleActivationAssertionStatusChangeForAlert:(id)arg1 updatedStatus:(BOOL)arg2; - (void)_handleAudioSessionInterruptionNotification:(id)arg1; - (void)_handleAudioSessionInterruptionOfType:(unsigned int)arg1 withOptions:(unsigned int)arg2; - (void)_playAlert:(id)arg1 withCompletionHandler:(id /* block */)arg2; +- (void)_prepareAudioEnvironment; - (void)_queuePlayer:(id)arg1 currentItemStatusWasUpdatedToValue:(int)arg2; - (void)_queuePlayer:(id)arg1 currentItemWasUpdatedFromValue:(id)arg2; - (void)_reloadPlaybackForPlayingAlertWithToneIdentifier:(id)arg1; +- (void)_restoreAudioEnvironment; - (void)_startObservingAudioSessionInterruptionNotifications; - (void)_startObservingQueuePlayer; - (void)_startPlaybackForAssetWithLoadedProperties:(id)arg1 alert:(id)arg2; @@ -62,6 +68,7 @@ - (void)_willBeginPlayingAlert; - (void)dealloc; - (id)description; +- (void)handleActivationAssertionStatusChangeForAlert:(id)arg1 updatedStatus:(BOOL)arg2; - (id)init; - (void)observeValueForKeyPath:(id)arg1 ofObject:(id)arg2 change:(id)arg3 context:(void*)arg4; - (void)performBlockOnAudioEventQueue:(id /* block */)arg1; diff --git a/PrivateFrameworks/ToneLibrary.framework/TLAlertTone.h b/PrivateFrameworks/ToneLibrary.framework/TLAlertTone.h index a4d83f7a0e..570c5ef8f5 100644 --- a/PrivateFrameworks/ToneLibrary.framework/TLAlertTone.h +++ b/PrivateFrameworks/ToneLibrary.framework/TLAlertTone.h @@ -8,19 +8,16 @@ TLSystemSound * _previewSound; unsigned long _previewSoundID; NSURL * _soundFileURL; - NSURL * _vibrationPatternFileURL; } @property (nonatomic, readonly) TLSystemSound *actualSound; @property (nonatomic, readonly) TLSystemSound *previewSound; @property (nonatomic, readonly) NSURL *soundFileURL; -@property (nonatomic, readonly) NSURL *vibrationPatternFileURL; - (void).cxx_destruct; - (id)actualSound; -- (id)initWithSoundFileURL:(id)arg1 vibrationPatternFileURL:(id)arg2 actualSoundID:(unsigned long)arg3 previewSoundID:(unsigned long)arg4; +- (id)initWithSoundFileURL:(id)arg1 actualSoundID:(unsigned long)arg2 previewSoundID:(unsigned long)arg3; - (id)previewSound; - (id)soundFileURL; -- (id)vibrationPatternFileURL; @end diff --git a/PrivateFrameworks/ToneLibrary.framework/TLSystemSound.h b/PrivateFrameworks/ToneLibrary.framework/TLSystemSound.h index 697c146617..7265dbfdf3 100644 --- a/PrivateFrameworks/ToneLibrary.framework/TLSystemSound.h +++ b/PrivateFrameworks/ToneLibrary.framework/TLSystemSound.h @@ -6,19 +6,16 @@ BOOL _shouldDisposeOfSoundID; NSURL * _soundFileURL; unsigned long _soundID; - NSURL * _vibrationPatternFileURL; } @property (nonatomic, readonly) NSURL *soundFileURL; @property (nonatomic, readonly) unsigned long soundID; -@property (nonatomic, readonly) NSURL *vibrationPatternFileURL; - (void).cxx_destruct; - (void)dealloc; - (id)description; -- (id)initWithSoundFileURL:(id)arg1 soundID:(unsigned long)arg2 vibrationPatternFileURL:(id)arg3; +- (id)initWithSoundFileURL:(id)arg1 soundID:(unsigned long)arg2; - (id)soundFileURL; - (unsigned long)soundID; -- (id)vibrationPatternFileURL; @end diff --git a/PrivateFrameworks/UIAccessibility.framework/NSStringImageProcessingAccessibility.h b/PrivateFrameworks/UIAccessibility.framework/NSStringImageProcessingAccessibility.h index 693b954167..08f3ef48b2 100644 --- a/PrivateFrameworks/UIAccessibility.framework/NSStringImageProcessingAccessibility.h +++ b/PrivateFrameworks/UIAccessibility.framework/NSStringImageProcessingAccessibility.h @@ -7,6 +7,8 @@ + (Class)safeCategoryBaseClass; + (id)safeCategoryTargetClassName; +- (void)_accessibilityInitContextToLabelMap; +- (void)_accessibilityLabelContext; - (void)drawAtPoint:(struct CGPoint { float x1; float x2; })arg1 withAttributes:(id)arg2; - (void)drawInRect:(struct CGRect { struct CGPoint { float x_1_1_1; float x_1_1_2; } x1; struct CGSize { float x_2_1_1; float x_2_1_2; } x2; })arg1 withAttributes:(id)arg2; diff --git a/PrivateFrameworks/UIAccessibility.framework/UIImageProcessingAccessibility.h b/PrivateFrameworks/UIAccessibility.framework/UIImageProcessingAccessibility.h new file mode 100644 index 0000000000..f4046e504f --- /dev/null +++ b/PrivateFrameworks/UIAccessibility.framework/UIImageProcessingAccessibility.h @@ -0,0 +1,11 @@ +/* Generated by RuntimeBrowser + Image: /System/Library/PrivateFrameworks/UIAccessibility.framework/UIAccessibility + */ + +@interface UIImageProcessingAccessibility : __UIImageProcessingAccessibility_super + ++ (id)imageWithCGImage:(struct CGImage { }*)arg1 scale:(float)arg2 orientation:(int)arg3; ++ (Class)safeCategoryBaseClass; ++ (id)safeCategoryTargetClassName; + +@end diff --git a/PrivateFrameworks/UIAccessibility.framework/__NSObject_QSSupport_super.h b/PrivateFrameworks/UIAccessibility.framework/__NSObject_QSSupport_super.h index 701b71c9ef..7d6b5d853b 100644 --- a/PrivateFrameworks/UIAccessibility.framework/__NSObject_QSSupport_super.h +++ b/PrivateFrameworks/UIAccessibility.framework/__NSObject_QSSupport_super.h @@ -4,4 +4,12 @@ @interface __NSObject_QSSupport_super : UIAccessibilitySafeCategory +// Image: /System/Library/PrivateFrameworks/UIAccessibility.framework/UIAccessibility + +- (id)_accessibilityTextRectsForRange:(id)arg1 singleTextRect:(struct CGRect { struct CGPoint { float x_1_1_1; float x_1_1_2; } x1; struct CGSize { float x_2_1_1; float x_2_1_2; } x2; }*)arg2; + +// Image: /System/Library/AccessibilityBundles/QuickSpeak.bundle/QuickSpeak + ++ (Class)safeCategoryBaseClass; + @end diff --git a/PrivateFrameworks/UIAccessibility.framework/__UIImageProcessingAccessibility_super.h b/PrivateFrameworks/UIAccessibility.framework/__UIImageProcessingAccessibility_super.h new file mode 100644 index 0000000000..8ff6706da1 --- /dev/null +++ b/PrivateFrameworks/UIAccessibility.framework/__UIImageProcessingAccessibility_super.h @@ -0,0 +1,7 @@ +/* Generated by RuntimeBrowser + Image: /System/Library/PrivateFrameworks/UIAccessibility.framework/UIAccessibility + */ + +@interface __UIImageProcessingAccessibility_super : UIAccessibilitySafeCategory + +@end diff --git a/PrivateFrameworks/UIAccessibility.framework/__UIPasteboard_QSExtras_super.h b/PrivateFrameworks/UIAccessibility.framework/__UIPasteboard_QSExtras_super.h index 49937e9814..10fc9026a6 100644 --- a/PrivateFrameworks/UIAccessibility.framework/__UIPasteboard_QSExtras_super.h +++ b/PrivateFrameworks/UIAccessibility.framework/__UIPasteboard_QSExtras_super.h @@ -4,4 +4,39 @@ @interface __UIPasteboard_QSExtras_super : UIAccessibilitySafeCategory +// Image: /System/Library/PrivateFrameworks/UIAccessibility.framework/UIAccessibility + ++ (Class)safeCategoryBaseClass; + +// Image: /System/Library/Frameworks/UIKit.framework/UIKit + ++ (id)generalPasteboard; ++ (id)pasteboardWithName:(id)arg1 create:(BOOL)arg2; ++ (id)pasteboardWithUniqueName; + +- (id)URL; +- (id)URLs; +- (void)addItems:(id)arg1; +- (int)changeCount; +- (id)color; +- (id)colors; +- (BOOL)containsPasteboardTypes:(id)arg1; +- (BOOL)containsPasteboardTypes:(id)arg1 inItemSet:(id)arg2; +- (id)dataForPasteboardType:(id)arg1; +- (id)dataForPasteboardType:(id)arg1 inItemSet:(id)arg2; +- (id)image; +- (id)images; +- (id)itemSetWithPasteboardTypes:(id)arg1; +- (id)items; +- (int)numberOfItems; +- (id)pasteboardTypes; +- (id)pasteboardTypesForItemSet:(id)arg1; +- (void)setData:(id)arg1 forPasteboardType:(id)arg2; +- (void)setItems:(id)arg1; +- (void)setValue:(id)arg1 forPasteboardType:(id)arg2; +- (id)string; +- (id)strings; +- (id)valueForPasteboardType:(id)arg1; +- (id)valuesForPasteboardType:(id)arg1 inItemSet:(id)arg2; + @end diff --git a/PrivateFrameworks/UIFoundation.framework/UIFont.h b/PrivateFrameworks/UIFoundation.framework/UIFont.h index 10ce6d7449..3d54f47bb9 100644 --- a/PrivateFrameworks/UIFoundation.framework/UIFont.h +++ b/PrivateFrameworks/UIFoundation.framework/UIFont.h @@ -207,7 +207,6 @@ + (id)cui_cameraFontForContentSize:(id)arg1; + (id)cui_cameraFontOfSize:(float)arg1; -+ (id)cui_cameraFontOfSize:(float)arg1 weight:(float)arg2; + (id)cui_cameraKerningForFont:(id)arg1; + (id)cui_cameraModeDialApproximateFontForContentSize:(id)arg1; + (id)cui_cameraModeDialFontForContentSize:(id)arg1; diff --git a/PrivateFrameworks/UpNextWidget.framework/UpNextWidget.Alarm.h b/PrivateFrameworks/UpNextWidget.framework/UpNextWidget.Alarm.h index 5dd3ebacf6..a86a56c8e6 100644 --- a/PrivateFrameworks/UpNextWidget.framework/UpNextWidget.Alarm.h +++ b/PrivateFrameworks/UpNextWidget.framework/UpNextWidget.Alarm.h @@ -9,8 +9,8 @@ void title; } -@property (nonatomic, retain) NSURL *clockAppSectionURL; -@property (nonatomic, retain) NSDate *fireDate; +@property (nonatomic, copy) NSURL *clockAppSectionURL; +@property (nonatomic, copy) NSDate *fireDate; @property (nonatomic, copy) NSString *identifier; @property (nonatomic, readonly) NSString *shallowDescription; @property (nonatomic, copy) NSString *title; diff --git a/PrivateFrameworks/UpNextWidget.framework/UpNextWidget.DetailedViewController.h b/PrivateFrameworks/UpNextWidget.framework/UpNextWidget.DetailedViewController.h index 8ff1b1f7ec..4beec90c60 100644 --- a/PrivateFrameworks/UpNextWidget.framework/UpNextWidget.DetailedViewController.h +++ b/PrivateFrameworks/UpNextWidget.framework/UpNextWidget.DetailedViewController.h @@ -20,7 +20,6 @@ void timelinessAuthority; } -@property (nonatomic) struct CLLocationCoordinate2D { double x1; double x2; } lastKnownCoordinate; @property (nonatomic, retain) EKTravelEngineHypothesis *lastKnownHypothesis; @property (nonatomic, retain) UIImage *lastKnownMapImage; @property (nonatomic) BOOL showExpandedMode; @@ -29,14 +28,11 @@ - (void)dealloc; - (id)initWithCoder:(id)arg1; - (id)initWithNibName:(id)arg1 bundle:(id)arg2; -- (struct CLLocationCoordinate2D { double x1; double x2; })lastKnownCoordinate; - (id)lastKnownHypothesis; - (id)lastKnownMapImage; - (void)loadView; -- (void)locationManager:(id)arg1 didChangeAuthorization:(int)arg2; -- (void)refreshWithAlarms:(id)arg1 events:(id)arg2 reminders:(id)arg3; -- (void)restoreWithHypothesis:(id)arg1 mapImage:(id)arg2 showExpandedMode:(BOOL)arg3 lastKnownCoordinate:(struct CLLocationCoordinate2D { double x1; double x2; })arg4; -- (void)setLastKnownCoordinate:(struct CLLocationCoordinate2D { double x1; double x2; })arg1; +- (void)locationManager:(id)arg1 didChangeAuthorizationStatus:(int)arg2; +- (void)refresh:(id)arg1 events:(id)arg2 reminders:(id)arg3; - (void)setLastKnownHypothesis:(id)arg1; - (void)setLastKnownMapImage:(id)arg1; - (void)setShowExpandedMode:(BOOL)arg1; diff --git a/PrivateFrameworks/UpNextWidget.framework/UpNextWidget.Event.h b/PrivateFrameworks/UpNextWidget.framework/UpNextWidget.Event.h index e72eff8b1f..3ddea86835 100644 --- a/PrivateFrameworks/UpNextWidget.framework/UpNextWidget.Event.h +++ b/PrivateFrameworks/UpNextWidget.framework/UpNextWidget.Event.h @@ -13,11 +13,11 @@ } @property (nonatomic, retain) struct CGColor { }*calendarColor; -@property (nonatomic, retain) NSDate *endDate; -@property (nonatomic, retain) NSURL *externalURL; +@property (nonatomic, copy) NSDate *endDate; +@property (nonatomic, copy) NSURL *externalURL; @property (nonatomic, retain) _TtC12UpNextWidget8Location *location; @property (nonatomic, readonly) NSString *shallowDescription; -@property (nonatomic, retain) NSDate *startDate; +@property (nonatomic, copy) NSDate *startDate; @property (nonatomic, copy) NSString *title; @property (nonatomic) int transportType; diff --git a/PrivateFrameworks/UpNextWidget.framework/UpNextWidget.LargeAlarmView.h b/PrivateFrameworks/UpNextWidget.framework/UpNextWidget.LargeAlarmView.h index cd66500de9..5eee905ddf 100644 --- a/PrivateFrameworks/UpNextWidget.framework/UpNextWidget.LargeAlarmView.h +++ b/PrivateFrameworks/UpNextWidget.framework/UpNextWidget.LargeAlarmView.h @@ -18,10 +18,10 @@ - (id)initWithFrame:(struct CGRect { struct CGPoint { float x_1_1_1; float x_1_1_2; } x1; struct CGSize { float x_2_1_1; float x_2_1_2; } x2; })arg1; - (float)lastBaselineOffsetFromBottom; - (void)layoutSubviews; -- (void)refreshWithAlarmsWithAlarms:(id)arg1; +- (void)refreshWithAlarms:(id)arg1; - (void)setViewTapped:(id /* block */)arg1; - (struct CGSize { float x1; float x2; })sizeThatFits:(struct CGSize { float x1; float x2; })arg1; -- (void)tappedWithGestureRecognizer:(id)arg1; +- (void)tapped:(id)arg1; - (id /* block */)viewTapped; @end diff --git a/PrivateFrameworks/UpNextWidget.framework/UpNextWidget.LargeEventView.h b/PrivateFrameworks/UpNextWidget.framework/UpNextWidget.LargeEventView.h index 9ef75099cf..4296b4b490 100644 --- a/PrivateFrameworks/UpNextWidget.framework/UpNextWidget.LargeEventView.h +++ b/PrivateFrameworks/UpNextWidget.framework/UpNextWidget.LargeEventView.h @@ -45,9 +45,9 @@ - (id)location; - (id)mapImage; - (id /* block */)mapViewTapped; -- (void)recognizerTriggeredForGutterizedViewWithGestureRecognizer:(id)arg1; -- (void)recognizerTriggeredForMapViewWithGestureRecognizer:(id)arg1; -- (void)recognizerTriggeredForTravelAdvisoryViewWithGestureRecognizer:(id)arg1; +- (void)recognizerTriggeredForGutterizedView:(id)arg1; +- (void)recognizerTriggeredForMapView:(id)arg1; +- (void)recognizerTriggeredForTravelAdvisoryView:(id)arg1; - (void)setCalendarColor:(id)arg1; - (void)setDateInterval:(id)arg1; - (void)setGutterizedViewTapped:(id /* block */)arg1; diff --git a/PrivateFrameworks/UpNextWidget.framework/UpNextWidget.LargeReminderTrailingView.h b/PrivateFrameworks/UpNextWidget.framework/UpNextWidget.LargeReminderTrailingView.h index 29579c0827..693f254196 100644 --- a/PrivateFrameworks/UpNextWidget.framework/UpNextWidget.LargeReminderTrailingView.h +++ b/PrivateFrameworks/UpNextWidget.framework/UpNextWidget.LargeReminderTrailingView.h @@ -15,7 +15,7 @@ void topBaselineDistance; } -@property (nonatomic, retain) NSDate *dueDate; +@property (nonatomic, copy) NSDate *dueDate; @property (nonatomic, copy) NSString *location; @property (nonatomic, copy) NSString *notes; @property (nonatomic, copy) NSString *title; diff --git a/PrivateFrameworks/UpNextWidget.framework/UpNextWidget.LargeReminderView.h b/PrivateFrameworks/UpNextWidget.framework/UpNextWidget.LargeReminderView.h index b2ee50c8ed..820d994e25 100644 --- a/PrivateFrameworks/UpNextWidget.framework/UpNextWidget.LargeReminderView.h +++ b/PrivateFrameworks/UpNextWidget.framework/UpNextWidget.LargeReminderView.h @@ -14,7 +14,7 @@ void viewTapped; } -@property (nonatomic, retain) NSDate *dueDate; +@property (nonatomic, copy) NSDate *dueDate; @property (nonatomic, retain) UIColor *listColor; @property (nonatomic, copy) NSString *location; @property (nonatomic, copy) NSString *notes; @@ -38,7 +38,7 @@ - (void)setTitle:(id)arg1; - (void)setViewTapped:(id /* block */)arg1; - (struct CGSize { float x1; float x2; })sizeThatFits:(struct CGSize { float x1; float x2; })arg1; -- (void)tappedWithGestureRecognizer:(id)arg1; +- (void)tapped:(id)arg1; - (id)title; - (id /* block */)viewTapped; diff --git a/PrivateFrameworks/UpNextWidget.framework/UpNextWidget.Location.h b/PrivateFrameworks/UpNextWidget.framework/UpNextWidget.Location.h index f57d1dfa5e..030d5cacf0 100644 --- a/PrivateFrameworks/UpNextWidget.framework/UpNextWidget.Location.h +++ b/PrivateFrameworks/UpNextWidget.framework/UpNextWidget.Location.h @@ -11,9 +11,8 @@ } @property (nonatomic, copy) NSString *address; -@property (nonatomic) struct CLLocationCoordinate2D { double x1; double x2; } coordinate; @property (nonatomic, readonly) BOOL hasKnownSpatialData; -@property (nonatomic, retain) NSData *mapItemHandle; +@property (nonatomic, copy) NSData *mapItemHandle; @property (nonatomic, readonly) NSString *shallowDescription; @property (nonatomic, copy) NSString *title; @@ -21,7 +20,6 @@ - (id /* block */).cxx_destruct; - (id)address; -- (struct CLLocationCoordinate2D { double x1; double x2; })coordinate; - (void)encodeWithCoder:(id)arg1; - (BOOL)hasKnownSpatialData; - (id)init; @@ -29,7 +27,6 @@ - (id)initWithTitle:(id)arg1; - (id)mapItemHandle; - (void)setAddress:(id)arg1; -- (void)setCoordinate:(struct CLLocationCoordinate2D { double x1; double x2; })arg1; - (void)setMapItemHandle:(id)arg1; - (void)setTitle:(id)arg1; - (id)shallowDescription; diff --git a/PrivateFrameworks/UpNextWidget.framework/UpNextWidget.MainViewController.h b/PrivateFrameworks/UpNextWidget.framework/UpNextWidget.MainViewController.h index f08e3b9eb7..971b3ca37c 100644 --- a/PrivateFrameworks/UpNextWidget.framework/UpNextWidget.MainViewController.h +++ b/PrivateFrameworks/UpNextWidget.framework/UpNextWidget.MainViewController.h @@ -32,7 +32,7 @@ - (void)preferredContentSizeDidChangeForChildContentContainer:(id)arg1; - (void)viewDidDisappear:(BOOL)arg1; - (void)viewWillAppear:(BOOL)arg1; -- (void)widgetActiveDisplayModeDidChangeWithActiveDisplayMode:(int)arg1 withMaximumSize:(struct CGSize { float x1; float x2; })arg2; -- (void)widgetPerformUpdateWithCompletionHandler:(id /* block */)arg1; +- (void)widgetActiveDisplayModeDidChange:(int)arg1 withMaximumSize:(struct CGSize { float x1; float x2; })arg2; +- (void)widgetPerformUpdate:(id /* block */)arg1; @end diff --git a/PrivateFrameworks/UpNextWidget.framework/UpNextWidget.Reminder.h b/PrivateFrameworks/UpNextWidget.framework/UpNextWidget.Reminder.h index 363aa3cf9d..cd078ad457 100644 --- a/PrivateFrameworks/UpNextWidget.framework/UpNextWidget.Reminder.h +++ b/PrivateFrameworks/UpNextWidget.framework/UpNextWidget.Reminder.h @@ -11,8 +11,8 @@ void title; } -@property (nonatomic, retain) NSDate *dueDate; -@property (nonatomic, retain) NSURL *externalURL; +@property (nonatomic, copy) NSDate *dueDate; +@property (nonatomic, copy) NSURL *externalURL; @property (nonatomic, retain) struct CGColor { }*listColor; @property (nonatomic, copy) NSString *location; @property (nonatomic, copy) NSString *notes; diff --git a/PrivateFrameworks/UpNextWidget.framework/UpNextWidget.SmallAndNMoreView.h b/PrivateFrameworks/UpNextWidget.framework/UpNextWidget.SmallAndNMoreView.h index 66da384eaf..a25a93285a 100644 --- a/PrivateFrameworks/UpNextWidget.framework/UpNextWidget.SmallAndNMoreView.h +++ b/PrivateFrameworks/UpNextWidget.framework/UpNextWidget.SmallAndNMoreView.h @@ -7,7 +7,7 @@ void numberOfElements; } -@property (nonatomic) long numberOfElements; +@property (nonatomic) int numberOfElements; - (id /* block */).cxx_destruct; - (float)firstBaselineOffsetFromTop; @@ -15,8 +15,8 @@ - (id)initWithFrame:(struct CGRect { struct CGPoint { float x_1_1_1; float x_1_1_2; } x1; struct CGSize { float x_2_1_1; float x_2_1_2; } x2; })arg1; - (float)lastBaselineOffsetFromBottom; - (void)layoutSubviews; -- (long)numberOfElements; -- (void)setNumberOfElements:(long)arg1; +- (int)numberOfElements; +- (void)setNumberOfElements:(int)arg1; - (struct CGSize { float x1; float x2; })sizeThatFits:(struct CGSize { float x1; float x2; })arg1; @end diff --git a/PrivateFrameworks/UpNextWidget.framework/UpNextWidget.SmallElementsView.h b/PrivateFrameworks/UpNextWidget.framework/UpNextWidget.SmallElementsView.h index b4c17117f8..e7f278b364 100644 --- a/PrivateFrameworks/UpNextWidget.framework/UpNextWidget.SmallElementsView.h +++ b/PrivateFrameworks/UpNextWidget.framework/UpNextWidget.SmallElementsView.h @@ -10,7 +10,7 @@ void tapAction; } -@property (nonatomic) long maximumNumberOfElements; +@property (nonatomic) int maximumNumberOfElements; @property (nonatomic, copy) id /* block */ showUrlHandler; - (id /* block */).cxx_destruct; @@ -19,9 +19,9 @@ - (id)initWithFrame:(struct CGRect { struct CGPoint { float x_1_1_1; float x_1_1_2; } x1; struct CGSize { float x_2_1_1; float x_2_1_2; } x2; })arg1; - (float)lastBaselineOffsetFromBottom; - (void)layoutSubviews; -- (long)maximumNumberOfElements; -- (void)refreshWithEvents:(id)arg1 reminders:(id)arg2; -- (void)setMaximumNumberOfElements:(long)arg1; +- (int)maximumNumberOfElements; +- (void)refresh:(id)arg1 reminders:(id)arg2; +- (void)setMaximumNumberOfElements:(int)arg1; - (void)setShowUrlHandler:(id /* block */)arg1; - (id /* block */)showUrlHandler; - (struct CGSize { float x1; float x2; })sizeThatFits:(struct CGSize { float x1; float x2; })arg1; diff --git a/PrivateFrameworks/UpNextWidget.framework/UpNextWidget.SmallEventView.h b/PrivateFrameworks/UpNextWidget.framework/UpNextWidget.SmallEventView.h index c770c0d0a1..3eb481001d 100644 --- a/PrivateFrameworks/UpNextWidget.framework/UpNextWidget.SmallEventView.h +++ b/PrivateFrameworks/UpNextWidget.framework/UpNextWidget.SmallEventView.h @@ -11,7 +11,7 @@ } @property (nonatomic, retain) UIColor *calendarColor; -@property (nonatomic, retain) NSDate *startDate; +@property (nonatomic, copy) NSDate *startDate; @property (nonatomic, copy) NSString *title; - (id /* block */).cxx_destruct; diff --git a/PrivateFrameworks/UpNextWidget.framework/UpNextWidget.SmallReminderView.h b/PrivateFrameworks/UpNextWidget.framework/UpNextWidget.SmallReminderView.h index ecd374e3fd..a779c99fd9 100644 --- a/PrivateFrameworks/UpNextWidget.framework/UpNextWidget.SmallReminderView.h +++ b/PrivateFrameworks/UpNextWidget.framework/UpNextWidget.SmallReminderView.h @@ -11,7 +11,7 @@ void title; } -@property (nonatomic, retain) NSDate *dueDate; +@property (nonatomic, copy) NSDate *dueDate; @property (nonatomic, retain) UIColor *listColor; @property (nonatomic, copy) NSString *title; diff --git a/PrivateFrameworks/UpNextWidget.framework/UpNextWidget.SmallSummaryView.h b/PrivateFrameworks/UpNextWidget.framework/UpNextWidget.SmallSummaryView.h index fd406a3b00..1828bd1eee 100644 --- a/PrivateFrameworks/UpNextWidget.framework/UpNextWidget.SmallSummaryView.h +++ b/PrivateFrameworks/UpNextWidget.framework/UpNextWidget.SmallSummaryView.h @@ -12,7 +12,7 @@ @property (nonatomic) BOOL allHappenToday; @property (nonatomic) BOOL allHappenTomorrow; -@property (nonatomic, retain) NSDate *time; +@property (nonatomic, copy) NSDate *time; - (id /* block */).cxx_destruct; - (BOOL)allHappenToday; diff --git a/PrivateFrameworks/UpNextWidget.framework/UpNextWidget.StackedAlarmCell.h b/PrivateFrameworks/UpNextWidget.framework/UpNextWidget.StackedAlarmCell.h index d965ac033d..b2a4141713 100644 --- a/PrivateFrameworks/UpNextWidget.framework/UpNextWidget.StackedAlarmCell.h +++ b/PrivateFrameworks/UpNextWidget.framework/UpNextWidget.StackedAlarmCell.h @@ -13,10 +13,10 @@ void titleLabel; } -@property (nonatomic, retain) NSURL *clockAppSectionURL; +@property (nonatomic, copy) NSURL *clockAppSectionURL; @property (nonatomic) BOOL showRowSeparator; -+ (id)constraintsForBindingFrameWithView:(id)arg1 toFrameOfView:(id)arg2; ++ (id)constraintsForBindingFrame:(id)arg1 toFrameOfView:(id)arg2; + (BOOL)requiresConstraintBasedLayout; - (id /* block */).cxx_destruct; @@ -27,6 +27,6 @@ - (void)setShowRowSeparator:(BOOL)arg1; - (BOOL)showRowSeparator; - (void)updateConstraints; -- (void)updateWithAlarmWithAlarm:(id)arg1; +- (void)updateWithAlarm:(id)arg1; @end diff --git a/PrivateFrameworks/UpNextWidget.framework/UpNextWidget.StackedCellViewController.h b/PrivateFrameworks/UpNextWidget.framework/UpNextWidget.StackedCellViewController.h index b2385d72e3..7928348f05 100644 --- a/PrivateFrameworks/UpNextWidget.framework/UpNextWidget.StackedCellViewController.h +++ b/PrivateFrameworks/UpNextWidget.framework/UpNextWidget.StackedCellViewController.h @@ -8,12 +8,12 @@ } - (id /* block */).cxx_destruct; -- (void)alarmTappedWithGestureRecognizer:(id)arg1; -- (void)eventTappedWithGestureRecognizer:(id)arg1; +- (void)alarmTapped:(id)arg1; +- (void)eventTapped:(id)arg1; - (id)initWithCoder:(id)arg1; - (id)initWithNibName:(id)arg1 bundle:(id)arg2; - (void)loadView; -- (void)refreshWithAlarms:(id)arg1 events:(id)arg2 reminders:(id)arg3; -- (void)reminderTappedWithGestureRecognizer:(id)arg1; +- (void)refresh:(id)arg1 events:(id)arg2 reminders:(id)arg3; +- (void)reminderTapped:(id)arg1; @end diff --git a/PrivateFrameworks/UpNextWidget.framework/UpNextWidget.StackedEventCell.h b/PrivateFrameworks/UpNextWidget.framework/UpNextWidget.StackedEventCell.h index daf60b3417..cf64fe8e04 100644 --- a/PrivateFrameworks/UpNextWidget.framework/UpNextWidget.StackedEventCell.h +++ b/PrivateFrameworks/UpNextWidget.framework/UpNextWidget.StackedEventCell.h @@ -6,7 +6,7 @@ void externalURL; } -@property (nonatomic, retain) NSURL *externalURL; +@property (nonatomic, copy) NSURL *externalURL; - (id /* block */).cxx_destruct; - (id)externalURL; diff --git a/PrivateFrameworks/UpNextWidget.framework/UpNextWidget.StackedReminderCell.h b/PrivateFrameworks/UpNextWidget.framework/UpNextWidget.StackedReminderCell.h index 3e44ebecd5..2c9b7d613b 100644 --- a/PrivateFrameworks/UpNextWidget.framework/UpNextWidget.StackedReminderCell.h +++ b/PrivateFrameworks/UpNextWidget.framework/UpNextWidget.StackedReminderCell.h @@ -6,7 +6,7 @@ void externalURL; } -@property (nonatomic, retain) NSURL *externalURL; +@property (nonatomic, copy) NSURL *externalURL; - (id /* block */).cxx_destruct; - (id)externalURL; diff --git a/PrivateFrameworks/UpNextWidget.framework/UpNextWidget.TestingViewController.h b/PrivateFrameworks/UpNextWidget.framework/UpNextWidget.TestingViewController.h index 9f041c3db1..d4ab8f3294 100644 --- a/PrivateFrameworks/UpNextWidget.framework/UpNextWidget.TestingViewController.h +++ b/PrivateFrameworks/UpNextWidget.framework/UpNextWidget.TestingViewController.h @@ -7,7 +7,7 @@ - (id)initWithCoder:(id)arg1; - (id)initWithNibName:(id)arg1 bundle:(id)arg2; - (void)loadView; -- (void)widgetActiveDisplayModeDidChangeWithActiveDisplayMode:(int)arg1 withMaximumSize:(struct CGSize { float x1; float x2; })arg2; -- (void)widgetPerformUpdateWithCompletionHandler:(id /* block */)arg1; +- (void)widgetActiveDisplayModeDidChange:(int)arg1 withMaximumSize:(struct CGSize { float x1; float x2; })arg2; +- (void)widgetPerformUpdate:(id /* block */)arg1; @end diff --git a/PrivateFrameworks/UpNextWidget.framework/UpNextWidget.VibrantLabel.h b/PrivateFrameworks/UpNextWidget.framework/UpNextWidget.VibrantLabel.h index 168f095d04..f0875363f3 100644 --- a/PrivateFrameworks/UpNextWidget.framework/UpNextWidget.VibrantLabel.h +++ b/PrivateFrameworks/UpNextWidget.framework/UpNextWidget.VibrantLabel.h @@ -16,7 +16,7 @@ @property (nonatomic, retain) UIFont *font; @property (nonatomic, retain) _TtC12UpNextWidget25TintColorAsTextColorLabel *label; @property (nonatomic) int lineBreakMode; -@property (nonatomic) long numberOfLines; +@property (nonatomic) int numberOfLines; @property (nonatomic, copy) NSString *text; - (id /* block */).cxx_destruct; @@ -26,12 +26,12 @@ - (id)initWithFrame:(struct CGRect { struct CGPoint { float x_1_1_1; float x_1_1_2; } x1; struct CGSize { float x_2_1_1; float x_2_1_2; } x2; })arg1; - (id)label; - (int)lineBreakMode; -- (long)numberOfLines; +- (int)numberOfLines; - (void)setAttributedText:(id)arg1; - (void)setFont:(id)arg1; - (void)setLabel:(id)arg1; - (void)setLineBreakMode:(int)arg1; -- (void)setNumberOfLines:(long)arg1; +- (void)setNumberOfLines:(int)arg1; - (void)setText:(id)arg1; - (struct CGSize { float x1; float x2; })sizeThatFits:(struct CGSize { float x1; float x2; })arg1; - (id)text; diff --git a/PrivateFrameworks/UserActivity.framework/UASharedPasteboardManager.h b/PrivateFrameworks/UserActivity.framework/UASharedPasteboardManager.h index d02064fd39..079a713167 100644 --- a/PrivateFrameworks/UserActivity.framework/UASharedPasteboardManager.h +++ b/PrivateFrameworks/UserActivity.framework/UASharedPasteboardManager.h @@ -3,6 +3,7 @@ */ @interface UASharedPasteboardManager : NSObject { + NSSet * _bomCheckTypes; id /* block */ _completionBlock; NSXPCConnection * _connection; UAPasteboardGeneration * _currentGeneration; @@ -13,9 +14,11 @@ BOOL _remotePasteboardAvaliable; NSObject * _serverQ; NSDictionary * _typeAliases; + NSDictionary * _typeBOMs; BOOL _updateScheduled; } +@property (retain) NSSet *bomCheckTypes; @property id /* block */ completionBlock; @property (retain) NSXPCConnection *connection; @property (retain) UAPasteboardGeneration *currentGeneration; @@ -30,6 +33,7 @@ @property (retain) NSObject *serverQ; @property (readonly) Class superclass; @property (retain) NSDictionary *typeAliases; +@property (retain) NSDictionary *typeBOMs; @property BOOL updateScheduled; + (BOOL)dontConnectToServer; @@ -38,6 +42,7 @@ - (void).cxx_destruct; - (BOOL)addData:(id)arg1 toItemAtIndex:(unsigned int)arg2 generation:(unsigned int)arg3; +- (id)bomCheckTypes; - (void)clearLocalPasteboardInformation; - (id /* block */)completionBlock; - (id)connection; @@ -60,6 +65,7 @@ - (id)serializeItem:(id)arg1 intoInfo:(id)arg2 withFile:(id)arg3; - (id)serializeType:(id)arg1 intoInfo:(id)arg2 withFile:(id)arg3; - (id)serverQ; +- (void)setBomCheckTypes:(id)arg1; - (void)setCompletionBlock:(id /* block */)arg1; - (void)setConnection:(id)arg1; - (void)setCurrentGeneration:(id)arg1; @@ -70,9 +76,11 @@ - (void)setRemotePasteboardAvaliable:(BOOL)arg1; - (void)setServerQ:(id)arg1; - (void)setTypeAliases:(id)arg1; +- (void)setTypeBOMs:(id)arg1; - (void)setUpdateScheduled:(BOOL)arg1; - (void)tellClientDebuggingEnabled:(BOOL)arg1 logFileHandle:(id)arg2; - (id)typeAliases; +- (id)typeBOMs; - (BOOL)updateScheduled; - (void)writeLocalPasteboardToFile:(id)arg1 withCompletion:(id /* block */)arg2; diff --git a/PrivateFrameworks/UserActivity.framework/UAUserActivity.h b/PrivateFrameworks/UserActivity.framework/UAUserActivity.h index b78b13154b..411067d9a3 100644 --- a/PrivateFrameworks/UserActivity.framework/UAUserActivity.h +++ b/PrivateFrameworks/UserActivity.framework/UAUserActivity.h @@ -20,7 +20,6 @@ BOOL _eligibleForReminders; BOOL _eligibleForSearch; BOOL _encodedContainsUnsynchronizedCloudDocument; - double _encodedContainsUnsynchronizedCloudDocumentBackoffInterval; BOOL _encodedFileProviderURL; NSDate * _expirationDate; BOOL _forceImmediateSendToServer; @@ -29,17 +28,18 @@ long long _inWillSaveCallback; BOOL _indexInProcess; BOOL _invalidated; - NSMutableSet * _keywords; + NSSet * _keywords; double _lastSaveTime; UAUserActivityManager * _manager; BOOL _needsSave; + BOOL _needsSaveValueAtEndOfWillSaveCallback; NSDictionary * _options; NSUUID * _originalUniqueIdentifier; unsigned long long _os_state_handler; NSMutableDictionary * _payloadDataCache; NSMutableDictionary * _payloadObjects; NSMutableDictionary * _payloadUpdateBlocks; - NSMutableSet * _requiredUserInfoKeys; + NSSet * _requiredUserInfoKeys; SFCompanionAdvertiser * _resumerAdvertiser; BOOL _saveScheduled; BOOL _sendToServerPending; @@ -50,12 +50,14 @@ NSString * _typeIdentifier; NSUUID * _uniqueIdentifier; BOOL _userActivityWasCreatedSent; - NSMutableDictionary * _userInfo; + NSDictionary * _userInfo; + BOOL _userInfoContainsFileURLs; NSURL * _webpageURL; + NSObject * _willCallSaveSerializationQueue; } @property (readonly) BOOL activityHasBeenSentToServer; -@property (retain) NSData *cachedEncodedUserInfo; +@property (copy) NSData *cachedEncodedUserInfo; @property BOOL canCreateStreams; @property (copy) CSSearchableItemAttributeSet *contentAttributeSet; @property (copy) NSString *contentIdentifier; @@ -73,7 +75,6 @@ @property (getter=isEligibleForReminders) BOOL eligibleForReminders; @property (getter=isEligibleForSearch) BOOL eligibleForSearch; @property BOOL encodedContainsUnsynchronizedCloudDocument; -@property double encodedContainsUnsynchronizedCloudDocumentBackoffInterval; @property BOOL encodedFileProviderURL; @property (copy) NSDate *expirationDate; @property BOOL forceImmediateSendToServer; @@ -102,7 +103,9 @@ @property (copy) NSString *typeIdentifier; @property (readonly, copy) NSUUID *uniqueIdentifier; @property (copy) NSDictionary *userInfo; +@property BOOL userInfoContainsFileURLs; @property (copy) NSURL *webpageURL; +@property (readonly, retain) NSObject *willCallSaveSerializationQueue; + (id)_decodeFromScanner:(id)arg1; + (id)_decodeFromString:(id)arg1; @@ -139,7 +142,7 @@ - (void)addKeywordsFromArray:(id)arg1; - (void)addUserInfoEntriesFromDictionary:(id)arg1; - (void)advertiser:(id)arg1 didReceiveInputStream:(id)arg2 outputStream:(id)arg3; -- (id)archiveURL:(id)arg1 error:(id*)arg2; +- (BOOL)archiveURL:(id)arg1 completionHandler:(id /* block */)arg2; - (id)archiver:(id)arg1 willEncodeObject:(id)arg2; - (void)becomeCurrent; - (id)cachedEncodedUserInfo; @@ -168,9 +171,9 @@ - (void)displayInDtrace; - (id)dynamicIdentifier; - (id)encodeUserInfo:(id)arg1; +- (BOOL)encodeUserInfo:(id)arg1 completionHandler:(id /* block */)arg2; - (id)encodeUserInfo:(id)arg1 error:(id*)arg2; - (BOOL)encodedContainsUnsynchronizedCloudDocument; -- (double)encodedContainsUnsynchronizedCloudDocumentBackoffInterval; - (BOOL)encodedFileProviderURL; - (id)expirationDate; - (BOOL)forceImmediateSendToServer; @@ -196,6 +199,7 @@ - (BOOL)isInvalidated; - (BOOL)isPayloadDirty:(id)arg1; - (id)keywords; +- (id)keywords; - (id)manager; - (BOOL)needsSave; - (id)objectForIdentifier:(id)arg1; @@ -214,10 +218,10 @@ - (int)priority; - (void)removeContentAttribute:(id)arg1; - (id)requiredUserInfoKeys; +- (id)requiredUserInfoKeys; - (void)resignCurrent; - (void)scheduleSendUserActivityInfoToLSUserActivityd; - (void)sendToCoreSpotlightIndexer; -- (void)sendToServer:(BOOL)arg1; - (BOOL)sendToServerPending; - (void)sendUserActivityInfoToLSUserActivityd:(BOOL)arg1 onAsyncQueue:(BOOL)arg2; - (void)setCachedEncodedUserInfo:(id)arg1; @@ -239,11 +243,11 @@ - (void)setEligibleForReminders:(BOOL)arg1; - (void)setEligibleForSearch:(BOOL)arg1; - (void)setEncodedContainsUnsynchronizedCloudDocument:(BOOL)arg1; -- (void)setEncodedContainsUnsynchronizedCloudDocumentBackoffInterval:(double)arg1; - (void)setEncodedFileProviderURL:(BOOL)arg1; - (void)setExpirationDate:(id)arg1; - (void)setForceImmediateSendToServer:(BOOL)arg1; - (void)setKeywords:(id)arg1; +- (void)setKeywords:(id)arg1; - (void)setNeedsSave:(BOOL)arg1; - (void)setOptions:(id)arg1; - (void)setParentUserActivity:(id)arg1; @@ -254,6 +258,7 @@ - (void)setPayloadObjects:(id)arg1; - (void)setPayloadUpdateBlocks:(id)arg1; - (void)setRequiredUserInfoKeys:(id)arg1; +- (void)setRequiredUserInfoKeys:(id)arg1; - (void)setSendToServerPending:(BOOL)arg1; - (void)setStreamsData:(id)arg1; - (void)setSubtitle:(id)arg1; @@ -262,6 +267,7 @@ - (void)setTitle:(id)arg1; - (void)setTypeIdentifier:(id)arg1; - (void)setUserInfo:(id)arg1; +- (void)setUserInfoContainsFileURLs:(BOOL)arg1; - (void)setWebpageURL:(id)arg1; - (id)stateString; - (id)streamsData; @@ -280,7 +286,9 @@ - (id)userActivityInfoForSelf; - (id)userActivityInfoForSelfWithPayload:(BOOL)arg1; - (id)userInfo; +- (BOOL)userInfoContainsFileURLs; - (id)webpageURL; +- (id)willCallSaveSerializationQueue; - (void)willSynchronizeUserActivityWithHandler:(id /* block */)arg1; @end diff --git a/PrivateFrameworks/UserActivity.framework/UAUserActivityInfo.h b/PrivateFrameworks/UserActivity.framework/UAUserActivityInfo.h index 6c3b7ea9de..42140b602f 100644 --- a/PrivateFrameworks/UserActivity.framework/UAUserActivityInfo.h +++ b/PrivateFrameworks/UserActivity.framework/UAUserActivityInfo.h @@ -19,6 +19,7 @@ NSError * _error; NSDate * _expirationDate; NSSet * _keywords; + NSDate * _lastInterestingTime; NSDictionary * _options; BOOL _payloadAvailable; BOOL _payloadRequested; @@ -50,6 +51,7 @@ @property (copy) NSError *error; @property (copy) NSDate *expirationDate; @property (copy) NSSet *keywords; +@property (copy) NSDate *lastInterestingTime; @property (copy) NSDictionary *options; @property (getter=isPayloadAvailable) BOOL payloadAvailable; @property (getter=isPayloadRequested) BOOL payloadRequested; @@ -97,6 +99,7 @@ - (BOOL)isPayloadAvailable; - (BOOL)isPayloadRequested; - (id)keywords; +- (id)lastInterestingTime; - (id)logString; - (id)optionalUserActivityData; - (id)options; @@ -121,6 +124,7 @@ - (void)setError:(id)arg1; - (void)setExpirationDate:(id)arg1; - (void)setKeywords:(id)arg1; +- (void)setLastInterestingTime:(id)arg1; - (void)setOptions:(id)arg1; - (BOOL)setPayload:(id)arg1 identifier:(id)arg2; - (void)setPayloadAvailable:(BOOL)arg1; diff --git a/PrivateFrameworks/UserNotificationsKit.framework/NCCoalescedNotification.h b/PrivateFrameworks/UserNotificationsKit.framework/NCCoalescedNotification.h index deea3a4fdc..81d21f884b 100644 --- a/PrivateFrameworks/UserNotificationsKit.framework/NCCoalescedNotification.h +++ b/PrivateFrameworks/UserNotificationsKit.framework/NCCoalescedNotification.h @@ -35,6 +35,7 @@ - (id)initWithNotificationRequest:(id)arg1; - (BOOL)isEqual:(id)arg1; - (id)mutableCopyWithZone:(struct _NSZone { }*)arg1; +- (id)notificationRequestMatchingRequest:(id)arg1; - (id)notificationRequests; - (id)options; - (id)sectionIdentifier; diff --git a/PrivateFrameworks/UserNotificationsKit.framework/NCMutableNotificationOptions.h b/PrivateFrameworks/UserNotificationsKit.framework/NCMutableNotificationOptions.h index 13c52b7354..0d720464e7 100644 --- a/PrivateFrameworks/UserNotificationsKit.framework/NCMutableNotificationOptions.h +++ b/PrivateFrameworks/UserNotificationsKit.framework/NCMutableNotificationOptions.h @@ -11,6 +11,7 @@ @property (nonatomic) BOOL canPlaySound; @property (nonatomic) BOOL canTurnOnDisplay; @property (nonatomic) BOOL coalescesWhenLocked; +@property (nonatomic) unsigned int contentPreviewSetting; @property (nonatomic) BOOL dismissAutomatically; @property (nonatomic) BOOL hideClearActionInList; @property (nonatomic) BOOL ignoreAttachmentImageThumbnailCrop; @@ -20,12 +21,13 @@ @property (nonatomic) BOOL overridesPocketMode; @property (nonatomic) BOOL overridesQuietMode; @property (nonatomic) BOOL preemptsPresentedNotification; +@property (nonatomic) BOOL preventsAutomaticLock; @property (nonatomic) unsigned int realertCount; @property (nonatomic) BOOL requestsFullScreenPresentation; +@property (nonatomic) BOOL revealsAdditionalContentIfNoDefaultAction; @property (nonatomic) BOOL revealsAdditionalContentOnPresentation; @property (nonatomic) BOOL silencedByMenuButtonPress; @property (nonatomic) BOOL suppressesAlertsWhenAppIsActive; -@property (nonatomic) BOOL suppressesMessageWhenLocked; @property (nonatomic) BOOL suppressesSubtitleWhenLocked; - (id)copyWithZone:(struct _NSZone { }*)arg1; @@ -36,6 +38,7 @@ - (void)setCanPlaySound:(BOOL)arg1; - (void)setCanTurnOnDisplay:(BOOL)arg1; - (void)setCoalescesWhenLocked:(BOOL)arg1; +- (void)setContentPreviewSetting:(unsigned int)arg1; - (void)setDismissAutomatically:(BOOL)arg1; - (void)setHideClearActionInList:(BOOL)arg1; - (void)setIgnoreAttachmentImageThumbnailCrop:(BOOL)arg1; @@ -45,12 +48,13 @@ - (void)setOverridesPocketMode:(BOOL)arg1; - (void)setOverridesQuietMode:(BOOL)arg1; - (void)setPreemptsPresentedNotification:(BOOL)arg1; +- (void)setPreventsAutomaticLock:(BOOL)arg1; - (void)setRealertCount:(unsigned int)arg1; - (void)setRequestsFullScreenPresentation:(BOOL)arg1; +- (void)setRevealsAdditionalContentIfNoDefaultAction:(BOOL)arg1; - (void)setRevealsAdditionalContentOnPresentation:(BOOL)arg1; - (void)setSilencedByMenuButtonPress:(BOOL)arg1; - (void)setSuppressesAlertsWhenAppIsActive:(BOOL)arg1; -- (void)setSuppressesMessageWhenLocked:(BOOL)arg1; - (void)setSuppressesSubtitleWhenLocked:(BOOL)arg1; @end diff --git a/PrivateFrameworks/UserNotificationsKit.framework/NCNotificationAlertQueue.h b/PrivateFrameworks/UserNotificationsKit.framework/NCNotificationAlertQueue.h index eb4600be97..bc8b29dffc 100644 --- a/PrivateFrameworks/UserNotificationsKit.framework/NCNotificationAlertQueue.h +++ b/PrivateFrameworks/UserNotificationsKit.framework/NCNotificationAlertQueue.h @@ -42,6 +42,8 @@ - (void)destination:(id)arg1 requestPermissionToExecuteAction:(id)arg2 forNotificationRequest:(id)arg3 withParameters:(id)arg4 completion:(id /* block */)arg5; - (void)destination:(id)arg1 requestsClearingNotificationRequests:(id)arg2; - (void)destination:(id)arg1 requestsClearingNotificationRequests:(id)arg2 fromDestinations:(id)arg3; +- (void)destination:(id)arg1 requestsClearingNotificationRequestsFromDate:(id)arg2 toDate:(id)arg3 inSections:(id)arg4; +- (void)destination:(id)arg1 requestsClearingNotificationRequestsInSections:(id)arg2; - (void)destination:(id)arg1 willDismissNotificationRequest:(id)arg2; - (void)destination:(id)arg1 willPresentNotificationRequest:(id)arg2; - (void)destination:(id)arg1 willPresentNotificationRequest:(id)arg2 suppressAlerts:(BOOL)arg3; diff --git a/PrivateFrameworks/UserNotificationsKit.framework/NCNotificationDispatcher.h b/PrivateFrameworks/UserNotificationsKit.framework/NCNotificationDispatcher.h index 5515c1d77e..4c3f847fb4 100644 --- a/PrivateFrameworks/UserNotificationsKit.framework/NCNotificationDispatcher.h +++ b/PrivateFrameworks/UserNotificationsKit.framework/NCNotificationDispatcher.h @@ -36,10 +36,13 @@ - (void)destination:(id)arg1 didBecomeReadyToReceiveNotificationsCoalescedWith:(id)arg2; - (void)destination:(id)arg1 didBecomeReadyToReceiveNotificationsPassingTest:(id /* block */)arg2; - (void)destination:(id)arg1 didDismissNotificationRequest:(id)arg2; +- (void)destination:(id)arg1 didPresentNotificationRequest:(id)arg2; - (void)destination:(id)arg1 executeAction:(id)arg2 forNotificationRequest:(id)arg3 withParameters:(id)arg4 completion:(id /* block */)arg5; - (void)destination:(id)arg1 requestPermissionToExecuteAction:(id)arg2 forNotificationRequest:(id)arg3 withParameters:(id)arg4 completion:(id /* block */)arg5; - (void)destination:(id)arg1 requestsClearingNotificationRequests:(id)arg2; - (void)destination:(id)arg1 requestsClearingNotificationRequests:(id)arg2 fromDestinations:(id)arg3; +- (void)destination:(id)arg1 requestsClearingNotificationRequestsFromDate:(id)arg2 toDate:(id)arg3 inSections:(id)arg4; +- (void)destination:(id)arg1 requestsClearingNotificationRequestsInSections:(id)arg2; - (void)destination:(id)arg1 willPresentNotificationRequest:(id)arg2; - (void)destination:(id)arg1 willPresentNotificationRequest:(id)arg2 suppressAlerts:(BOOL)arg3; - (void)destinationDidBecomeReadyToReceiveNotifications:(id)arg1; diff --git a/PrivateFrameworks/UserNotificationsKit.framework/NCNotificationOptions.h b/PrivateFrameworks/UserNotificationsKit.framework/NCNotificationOptions.h index 5d26532192..a94038420d 100644 --- a/PrivateFrameworks/UserNotificationsKit.framework/NCNotificationOptions.h +++ b/PrivateFrameworks/UserNotificationsKit.framework/NCNotificationOptions.h @@ -10,6 +10,7 @@ BOOL _canPlaySound; BOOL _canTurnOnDisplay; BOOL _coalescesWhenLocked; + unsigned int _contentPreviewSetting; BOOL _dismissAutomatically; BOOL _hideClearActionInList; BOOL _ignoreAttachmentImageThumbnailCrop; @@ -19,12 +20,13 @@ BOOL _overridesPocketMode; BOOL _overridesQuietMode; BOOL _preemptsPresentedNotification; + BOOL _preventsAutomaticLock; unsigned int _realertCount; BOOL _requestsFullScreenPresentation; + BOOL _revealsAdditionalContentIfNoDefaultAction; BOOL _revealsAdditionalContentOnPresentation; BOOL _silencedByMenuButtonPress; BOOL _suppressesAlertsWhenAppIsActive; - BOOL _suppressesMessageWhenLocked; BOOL _suppressesSubtitleWhenLocked; } @@ -35,6 +37,7 @@ @property (nonatomic, readonly) BOOL canPlaySound; @property (nonatomic, readonly) BOOL canTurnOnDisplay; @property (nonatomic, readonly) BOOL coalescesWhenLocked; +@property (nonatomic, readonly) unsigned int contentPreviewSetting; @property (readonly, copy) NSString *debugDescription; @property (readonly, copy) NSString *description; @property (nonatomic, readonly) BOOL dismissAutomatically; @@ -47,14 +50,14 @@ @property (nonatomic, readonly) BOOL overridesPocketMode; @property (nonatomic, readonly) BOOL overridesQuietMode; @property (nonatomic, readonly) BOOL preemptsPresentedNotification; +@property (nonatomic, readonly) BOOL preventsAutomaticLock; @property (nonatomic, readonly) unsigned int realertCount; @property (nonatomic, readonly) BOOL requestsFullScreenPresentation; +@property (nonatomic, readonly) BOOL revealsAdditionalContentIfNoDefaultAction; @property (nonatomic, readonly) BOOL revealsAdditionalContentOnPresentation; @property (nonatomic, readonly) BOOL silencedByMenuButtonPress; @property (readonly) Class superclass; @property (nonatomic, readonly) BOOL suppressesAlertsWhenAppIsActive; -@property (nonatomic, readonly) BOOL suppressesContentWhenLocked; -@property (nonatomic, readonly) BOOL suppressesMessageWhenLocked; @property (nonatomic, readonly) BOOL suppressesSubtitleWhenLocked; - (void).cxx_destruct; @@ -65,6 +68,7 @@ - (BOOL)canPlaySound; - (BOOL)canTurnOnDisplay; - (BOOL)coalescesWhenLocked; +- (unsigned int)contentPreviewSetting; - (id)copyWithZone:(struct _NSZone { }*)arg1; - (id)debugDescription; - (id)description; @@ -83,15 +87,15 @@ - (BOOL)overridesPocketMode; - (BOOL)overridesQuietMode; - (BOOL)preemptsPresentedNotification; +- (BOOL)preventsAutomaticLock; - (unsigned int)realertCount; - (BOOL)requestsFullScreenPresentation; +- (BOOL)revealsAdditionalContentIfNoDefaultAction; - (BOOL)revealsAdditionalContentOnPresentation; - (BOOL)silencedByMenuButtonPress; - (id)succinctDescription; - (id)succinctDescriptionBuilder; - (BOOL)suppressesAlertsWhenAppIsActive; -- (BOOL)suppressesContentWhenLocked; -- (BOOL)suppressesMessageWhenLocked; - (BOOL)suppressesSubtitleWhenLocked; @end diff --git a/PrivateFrameworks/UserNotificationsServer.framework/UNSDefaultDataProvider.h b/PrivateFrameworks/UserNotificationsServer.framework/UNSDefaultDataProvider.h index 84ad2d5369..4bd19ab46a 100644 --- a/PrivateFrameworks/UserNotificationsServer.framework/UNSDefaultDataProvider.h +++ b/PrivateFrameworks/UserNotificationsServer.framework/UNSDefaultDataProvider.h @@ -23,8 +23,6 @@ @property (nonatomic, retain) BBDataProviderProxy *proxy; @property (readonly) Class superclass; -+ (struct CGSize { float x1; float x2; })_sizeFromSizeConstraint:(id)arg1 originalSize:(struct CGSize { float x1; float x2; })arg2; - - (void).cxx_destruct; - (int)_BBActionBehaviorForUNAction:(id)arg1; - (id)_BBActionBehaviorParametersForUNAction:(id)arg1; diff --git a/PrivateFrameworks/UserNotificationsServer.framework/UNSImageAttachmentData.h b/PrivateFrameworks/UserNotificationsServer.framework/UNSImageAttachmentData.h index 7e3bc4472e..3e120d0880 100644 --- a/PrivateFrameworks/UserNotificationsServer.framework/UNSImageAttachmentData.h +++ b/PrivateFrameworks/UserNotificationsServer.framework/UNSImageAttachmentData.h @@ -2,13 +2,18 @@ Image: /System/Library/PrivateFrameworks/UserNotificationsServer.framework/UserNotificationsServer */ -@interface UNSImageAttachmentData : UNSAttachmentData +@interface UNSImageAttachmentData : UNSAttachmentData + +@property (readonly, copy) NSString *debugDescription; +@property (readonly, copy) NSString *description; +@property (readonly) unsigned int hash; +@property (readonly) Class superclass; + (BOOL)isFileValid:(id)arg1; - (id)copyWithZone:(struct _NSZone { }*)arg1; - (BOOL)isEqual:(id)arg1; -- (struct CGSize { float x1; float x2; })naturalSizeForAttachment:(id)arg1; -- (id)thumbnailPNGOfSize:(struct CGSize { float x1; float x2; })arg1 forAttachment:(id)arg2; +- (struct CGSize { float x1; float x2; })sizeForThumbnailOptions:(id)arg1; +- (id)thumbnailPNGOfSize:(struct CGSize { float x1; float x2; })arg1 forThumbnailOptions:(id)arg2; @end diff --git a/PrivateFrameworks/UserNotificationsServer.framework/UNSLocalNotificationClient.h b/PrivateFrameworks/UserNotificationsServer.framework/UNSLocalNotificationClient.h index 0ef9b8eaad..5dc50d2a30 100644 --- a/PrivateFrameworks/UserNotificationsServer.framework/UNSLocalNotificationClient.h +++ b/PrivateFrameworks/UserNotificationsServer.framework/UNSLocalNotificationClient.h @@ -33,6 +33,7 @@ - (void)_queue_triggerDidFireForRegion:(id)arg1; - (void)_queue_triggerDidFireForTimer:(id)arg1; - (id)_sanitizeNotificationRecords:(id)arg1; +- (void)_setLastLocalNotificationFireDate:(id)arg1; - (void)_setMonitoredRegions:(id)arg1; - (void)_setPendingNotificationRecords:(id)arg1; - (void)_setRequestDateForPendingNotificationRecords:(id)arg1; diff --git a/PrivateFrameworks/UserNotificationsServer.framework/UNSMovieAttachmentData.h b/PrivateFrameworks/UserNotificationsServer.framework/UNSMovieAttachmentData.h index 8b5a581be5..5117536536 100644 --- a/PrivateFrameworks/UserNotificationsServer.framework/UNSMovieAttachmentData.h +++ b/PrivateFrameworks/UserNotificationsServer.framework/UNSMovieAttachmentData.h @@ -2,13 +2,20 @@ Image: /System/Library/PrivateFrameworks/UserNotificationsServer.framework/UserNotificationsServer */ -@interface UNSMovieAttachmentData : UNSAttachmentData +@interface UNSMovieAttachmentData : UNSAttachmentData +@property (readonly, copy) NSString *debugDescription; +@property (readonly, copy) NSString *description; +@property (readonly) unsigned int hash; +@property (readonly) Class superclass; + ++ (id)_videoAssetWithURL:(id)arg1; ++ (id)_videoTrackForAsset:(id)arg1; + (BOOL)isFileValid:(id)arg1; - (id)copyWithZone:(struct _NSZone { }*)arg1; - (BOOL)isEqual:(id)arg1; -- (struct CGSize { float x1; float x2; })naturalSizeForAttachment:(id)arg1; -- (id)thumbnailPNGOfSize:(struct CGSize { float x1; float x2; })arg1 forAttachment:(id)arg2; +- (struct CGSize { float x1; float x2; })sizeForThumbnailOptions:(id)arg1; +- (id)thumbnailPNGOfSize:(struct CGSize { float x1; float x2; })arg1 forThumbnailOptions:(id)arg2; @end diff --git a/PrivateFrameworks/UserNotificationsServer.framework/UNSRemoteNotificationServer.h b/PrivateFrameworks/UserNotificationsServer.framework/UNSRemoteNotificationServer.h index ee2d1a70b0..62bb6ce11a 100644 --- a/PrivateFrameworks/UserNotificationsServer.framework/UNSRemoteNotificationServer.h +++ b/PrivateFrameworks/UserNotificationsServer.framework/UNSRemoteNotificationServer.h @@ -14,7 +14,6 @@ NSMutableSet * _debuggingBundleIdentifiers; NSMutableDictionary * _environmentsToConnections; NSObject * _extensionQueue; - NSObject * _extensionSemaphore; NSMutableSet * _foregroundBundleIdentifiers; NSMutableSet * _importantBundleIdentifiers; UNSNotificationRepository * _notificationRepository; diff --git a/PrivateFrameworks/UserNotificationsUIKit.framework/NCAttachmentViewController.h b/PrivateFrameworks/UserNotificationsUIKit.framework/NCAttachmentViewController.h index 11cec47015..5430efc0f9 100644 --- a/PrivateFrameworks/UserNotificationsUIKit.framework/NCAttachmentViewController.h +++ b/PrivateFrameworks/UserNotificationsUIKit.framework/NCAttachmentViewController.h @@ -18,6 +18,7 @@ @property (nonatomic, retain) NCNotificationRequest *notificationRequest; @property (nonatomic) NCNotificationAction *presentationSourceAction; @property (readonly) Class superclass; +@property (nonatomic, readonly, copy) NSString *title; + (id)attachmentViewControllerForAttachment:(id)arg1 notificationRequest:(id)arg2; @@ -29,7 +30,7 @@ - (unsigned int)customContentLocation; - (BOOL)defaultContentHidden; - (id)delegate; -- (void)didReceiveNotificationRequest:(id)arg1; +- (BOOL)didReceiveNotificationRequest:(id)arg1; - (id)initWithAttachment:(id)arg1 forNotificationRequest:(id)arg2; - (id)notificationRequest; - (BOOL)performAction:(id)arg1 forNotification:(id)arg2; diff --git a/PrivateFrameworks/UserNotificationsUIKit.framework/NCBannerPresentationController.h b/PrivateFrameworks/UserNotificationsUIKit.framework/NCBannerPresentationController.h index a7740d186f..553953c8c5 100644 --- a/PrivateFrameworks/UserNotificationsUIKit.framework/NCBannerPresentationController.h +++ b/PrivateFrameworks/UserNotificationsUIKit.framework/NCBannerPresentationController.h @@ -5,28 +5,34 @@ @interface NCBannerPresentationController : UIPresentationController { * _activeTransitionCoordinator; NSArray * _additionalBackgroundViews; - BOOL _wantsContainerHeight; + int _transitionState; + BOOL _wantsUseableContainerHeight; } @property (nonatomic, retain) NSArray *additionalBackgroundViews; -@property (nonatomic) BOOL wantsContainerHeight; +@property (nonatomic) BOOL wantsUseableContainerHeight; ++ (struct CGRect { struct CGPoint { float x_1_1_1; float x_1_1_2; } x1; struct CGSize { float x_2_1_1; float x_2_1_2; } x2; })_presentedFrameForVisiblePortion:(BOOL)arg1 ofView:(id)arg2 inPresentationFrame:(struct CGRect { struct CGPoint { float x_1_1_1; float x_1_1_2; } x1; struct CGSize { float x_2_1_1; float x_2_1_2; } x2; })arg3; + (struct CGRect { struct CGPoint { float x_1_1_1; float x_1_1_2; } x1; struct CGSize { float x_2_1_1; float x_2_1_2; } x2; })useableContainerViewFrameInContainerViewWithBounds:(struct CGRect { struct CGPoint { float x_1_1_1; float x_1_1_2; } x1; struct CGSize { float x_2_1_1; float x_2_1_2; } x2; })arg1; ++ (struct CGRect { struct CGPoint { float x_1_1_1; float x_1_1_2; } x1; struct CGSize { float x_2_1_1; float x_2_1_2; } x2; })visiblePresentedFrameForView:(id)arg1 inPresentationFrame:(struct CGRect { struct CGPoint { float x_1_1_1; float x_1_1_2; } x1; struct CGSize { float x_2_1_1; float x_2_1_2; } x2; })arg2; - (void).cxx_destruct; - (struct CGRect { struct CGPoint { float x_1_1_1; float x_1_1_2; } x1; struct CGSize { float x_2_1_1; float x_2_1_2; } x2; })_frameForViewController:(id)arg1 beyondEdge:(unsigned int)arg2; -- (struct CGRect { struct CGPoint { float x_1_1_1; float x_1_1_2; } x1; struct CGSize { float x_2_1_1; float x_2_1_2; } x2; })_presentedFrameForViewController:(id)arg1 inPresentationFrame:(struct CGRect { struct CGPoint { float x_1_1_1; float x_1_1_2; } x1; struct CGSize { float x_2_1_1; float x_2_1_2; } x2; })arg2; +- (struct CGRect { struct CGPoint { float x_1_1_1; float x_1_1_2; } x1; struct CGSize { float x_2_1_1; float x_2_1_2; } x2; })_presentedFrameForView:(id)arg1 inPresentationFrame:(struct CGRect { struct CGPoint { float x_1_1_1; float x_1_1_2; } x1; struct CGSize { float x_2_1_1; float x_2_1_2; } x2; })arg2; - (BOOL)_shouldDisableInteractionDuringTransitions; - (id)additionalBackgroundViews; +- (void)dismissalTransitionDidEnd:(BOOL)arg1; +- (void)dismissalTransitionWillBegin; - (struct CGRect { struct CGPoint { float x_1_1_1; float x_1_1_2; } x1; struct CGSize { float x_2_1_1; float x_2_1_2; } x2; })frameOfDismissedViewInContainerView; - (struct CGRect { struct CGPoint { float x_1_1_1; float x_1_1_2; } x1; struct CGSize { float x_2_1_1; float x_2_1_2; } x2; })frameOfPresentedViewInContainerView; - (void)preferredContentSizeDidChangeForChildContentContainer:(id)arg1; +- (void)presentationTransitionDidEnd:(BOOL)arg1; - (void)presentationTransitionWillBegin; - (void)setAdditionalBackgroundViews:(id)arg1; -- (void)setWantsContainerHeight:(BOOL)arg1; +- (void)setWantsUseableContainerHeight:(BOOL)arg1; - (BOOL)shouldRemovePresentersView; - (struct CGSize { float x1; float x2; })sizeForChildContentContainer:(id)arg1 withParentContainerSize:(struct CGSize { float x1; float x2; })arg2; - (void)viewWillTransitionToSize:(struct CGSize { float x1; float x2; })arg1 withTransitionCoordinator:(id)arg2; -- (BOOL)wantsContainerHeight; +- (BOOL)wantsUseableContainerHeight; @end diff --git a/PrivateFrameworks/UserNotificationsUIKit.framework/NCBulletinAttachmentFactory.h b/PrivateFrameworks/UserNotificationsUIKit.framework/NCBulletinAttachmentFactory.h index 3ccd456a1b..727e4c1143 100644 --- a/PrivateFrameworks/UserNotificationsUIKit.framework/NCBulletinAttachmentFactory.h +++ b/PrivateFrameworks/UserNotificationsUIKit.framework/NCBulletinAttachmentFactory.h @@ -4,7 +4,6 @@ @interface NCBulletinAttachmentFactory : NSObject -+ (float)_attachmentHeight; + (id)_genericImageForAttachmentType:(int)arg1; + (id)_imageByCroppingOrPaddingImage:(id)arg1 toSize:(struct CGSize { float x1; float x2; })arg2; + (id)_imageFromPNGData:(id)arg1; diff --git a/PrivateFrameworks/UserNotificationsUIKit.framework/NCBulletinNotificationSource.h b/PrivateFrameworks/UserNotificationsUIKit.framework/NCBulletinNotificationSource.h index 0e53735502..b9c6900aae 100644 --- a/PrivateFrameworks/UserNotificationsUIKit.framework/NCBulletinNotificationSource.h +++ b/PrivateFrameworks/UserNotificationsUIKit.framework/NCBulletinNotificationSource.h @@ -26,6 +26,8 @@ - (id)dispatcher; - (void)dispatcher:(id)arg1 requestsClearingNotificationRequests:(id)arg2; - (void)dispatcher:(id)arg1 requestsClearingNotificationRequests:(id)arg2 fromDestinations:(id)arg3; +- (void)dispatcher:(id)arg1 requestsClearingNotificationRequestsFromDate:(id)arg2 toDate:(id)arg3 inSections:(id)arg4; +- (void)dispatcher:(id)arg1 requestsClearingNotificationRequestsInSections:(id)arg2; - (id)init; - (id)initWithDispatcher:(id)arg1; - (id)initWithDispatcher:(id)arg1 observer:(id)arg2; diff --git a/PrivateFrameworks/UserNotificationsUIKit.framework/NCLegacyNotificationActionsViewController.h b/PrivateFrameworks/UserNotificationsUIKit.framework/NCLegacyNotificationActionsViewController.h index 6dcf344c3f..0c7eced163 100644 --- a/PrivateFrameworks/UserNotificationsUIKit.framework/NCLegacyNotificationActionsViewController.h +++ b/PrivateFrameworks/UserNotificationsUIKit.framework/NCLegacyNotificationActionsViewController.h @@ -15,13 +15,14 @@ @property (nonatomic, readonly) NCNotificationRequest *notificationRequest; @property (nonatomic) NCNotificationAction *presentationSourceAction; @property (readonly) Class superclass; +@property (nonatomic, readonly, copy) NSString *title; - (void).cxx_destruct; - (BOOL)allowManualDismiss; - (unsigned int)customContentLocation; - (BOOL)defaultContentHidden; - (id)delegate; -- (void)didReceiveNotificationRequest:(id)arg1; +- (BOOL)didReceiveNotificationRequest:(id)arg1; - (id)initWithNotificationRequest:(id)arg1; - (void)loadView; - (void)notificationActionsView:(id)arg1 performAction:(id)arg2; diff --git a/PrivateFrameworks/UserNotificationsUIKit.framework/NCLegacyNotificationContentContainerViewController.h b/PrivateFrameworks/UserNotificationsUIKit.framework/NCLegacyNotificationContentContainerViewController.h index c63f0dd2fe..bb786b0800 100644 --- a/PrivateFrameworks/UserNotificationsUIKit.framework/NCLegacyNotificationContentContainerViewController.h +++ b/PrivateFrameworks/UserNotificationsUIKit.framework/NCLegacyNotificationContentContainerViewController.h @@ -20,6 +20,7 @@ @property (nonatomic, retain) NCNotificationRequest *notificationRequest; @property (nonatomic) NCNotificationAction *presentationSourceAction; @property (readonly) Class superclass; +@property (nonatomic, readonly, copy) NSString *title; - (void).cxx_destruct; - (id)_contentView; @@ -34,7 +35,7 @@ - (void)customContentRequestsDismiss:(id)arg1; - (BOOL)defaultContentHidden; - (id)delegate; -- (void)didReceiveNotificationRequest:(id)arg1; +- (BOOL)didReceiveNotificationRequest:(id)arg1; - (BOOL)hasMinimalActions; - (id)initWithNotificationRequest:(id)arg1; - (void)loadAudioAccessoryView; diff --git a/PrivateFrameworks/UserNotificationsUIKit.framework/NCLegacyNotificationShortLookViewController.h b/PrivateFrameworks/UserNotificationsUIKit.framework/NCLegacyNotificationShortLookViewController.h index 886b01a058..b0332051a9 100644 --- a/PrivateFrameworks/UserNotificationsUIKit.framework/NCLegacyNotificationShortLookViewController.h +++ b/PrivateFrameworks/UserNotificationsUIKit.framework/NCLegacyNotificationShortLookViewController.h @@ -45,5 +45,6 @@ - (void)viewWillDisappear:(BOOL)arg1; - (void)viewWillLayoutSubviews; - (void)viewWillTransitionToSize:(struct CGSize { float x1; float x2; })arg1 withTransitionCoordinator:(id)arg2; +- (BOOL)wantsUseableContainerHeightForTransitionWithDelegate:(id)arg1; @end diff --git a/PrivateFrameworks/UserNotificationsUIKit.framework/NCLegacyNotificationTextInputViewController.h b/PrivateFrameworks/UserNotificationsUIKit.framework/NCLegacyNotificationTextInputViewController.h index 248e231f79..4a2311c11e 100644 --- a/PrivateFrameworks/UserNotificationsUIKit.framework/NCLegacyNotificationTextInputViewController.h +++ b/PrivateFrameworks/UserNotificationsUIKit.framework/NCLegacyNotificationTextInputViewController.h @@ -23,6 +23,7 @@ @property (nonatomic) NCNotificationAction *presentationSourceAction; @property (readonly) Class superclass; @property (nonatomic, retain) UITextField *textField; +@property (nonatomic, readonly, copy) NSString *title; - (void).cxx_destruct; - (id)_attributedPlaceholderForString:(id)arg1; @@ -34,7 +35,7 @@ - (unsigned int)customContentLocation; - (BOOL)defaultContentHidden; - (id)delegate; -- (void)didReceiveNotificationRequest:(id)arg1; +- (BOOL)didReceiveNotificationRequest:(id)arg1; - (id)initWithNotificationRequest:(id)arg1; - (id)initWithNotificationRequest:(id)arg1 notificationAction:(id)arg2; - (void)loadView; diff --git a/PrivateFrameworks/UserNotificationsUIKit.framework/NCLongLookPresentationController.h b/PrivateFrameworks/UserNotificationsUIKit.framework/NCLongLookPresentationController.h index 24566fa1f6..af41e71ab4 100644 --- a/PrivateFrameworks/UserNotificationsUIKit.framework/NCLongLookPresentationController.h +++ b/PrivateFrameworks/UserNotificationsUIKit.framework/NCLongLookPresentationController.h @@ -47,6 +47,7 @@ @property (readonly, copy) NSString *debugDescription; @property (readonly, copy) NSString *description; @property (readonly) unsigned int hash; +@property (getter=_keyboardFrame, setter=_setKeyboardFrame:, nonatomic) struct CGRect { struct CGPoint { float x_1_1_1; float x_1_1_2; } x1; struct CGSize { float x_2_1_1; float x_2_1_2; } x2; } keyboardFrame; @property (nonatomic) *longLookPresentationControllerDelegate; @property (getter=isPresenting, nonatomic) BOOL presenting; @property (readonly) Class superclass; @@ -65,17 +66,19 @@ - (id)_animationFactoryForLongLookPresentation:(BOOL)arg1; - (void)_configureDismissFeedbackIfNecessary; - (void)_configureDismissLabelIfNecessary; -- (struct UIEdgeInsets { float x1; float x2; float x3; float x4; })_contentInsetForPresentedViewFrame:(struct CGRect { struct CGPoint { float x_1_1_1; float x_1_1_2; } x1; struct CGSize { float x_2_1_1; float x_2_1_2; } x2; })arg1 visibleFrame:(struct CGRect { struct CGPoint { float x_1_1_1; float x_1_1_2; } x1; struct CGSize { float x_2_1_1; float x_2_1_2; } x2; }*)arg2; +- (struct UIEdgeInsets { float x1; float x2; float x3; float x4; })_contentInsetWithPresentedFrame:(struct CGRect { struct CGPoint { float x_1_1_1; float x_1_1_2; } x1; struct CGSize { float x_2_1_1; float x_2_1_2; } x2; })arg1 inContainerViewWithBounds:(struct CGRect { struct CGPoint { float x_1_1_1; float x_1_1_2; } x1; struct CGSize { float x_2_1_1; float x_2_1_2; } x2; })arg2; - (struct CGPoint { float x1; float x2; })_contentOffsetForPresentedLongLookView:(struct UIView { Class x1; }*)arg1; - (struct CGRect { struct CGPoint { float x_1_1_1; float x_1_1_2; } x1; struct CGSize { float x_2_1_1; float x_2_1_2; } x2; })_dismissLabelContainerViewFrameForPresentedViewFrame:(struct CGRect { struct CGPoint { float x_1_1_1; float x_1_1_2; } x1; struct CGSize { float x_2_1_1; float x_2_1_2; } x2; })arg1; - (struct CGRect { struct CGPoint { float x_1_1_1; float x_1_1_2; } x1; struct CGSize { float x_2_1_1; float x_2_1_2; } x2; })_frameForTransitionViewInPresentationSuperview:(id)arg1; - (struct CGRect { struct CGPoint { float x_1_1_1; float x_1_1_2; } x1; struct CGSize { float x_2_1_1; float x_2_1_2; } x2; })_frameOfPresentedViewInContainerViewWithBounds:(struct CGRect { struct CGPoint { float x_1_1_1; float x_1_1_2; } x1; struct CGSize { float x_2_1_1; float x_2_1_2; } x2; })arg1; - (id)_initialBackgroundBlurSettings; - (BOOL)_isTransitionAnimated; +- (struct CGRect { struct CGPoint { float x_1_1_1; float x_1_1_2; } x1; struct CGSize { float x_2_1_1; float x_2_1_2; } x2; })_keyboardFrame; - (void)_popDismissLabel; - (id)_presentedAnimatableBlurringView; - (id)_presentedBackgroundBlurSettings; - (id)_presentedNotificationViewController; +- (void)_setKeyboardFrame:(struct CGRect { struct CGPoint { float x_1_1_1; float x_1_1_2; } x1; struct CGSize { float x_2_1_1; float x_2_1_2; } x2; })arg1; - (BOOL)_shouldMakePresentedViewControllerFirstResponder; - (BOOL)_shouldPresentInCurrentContext; - (BOOL)_shouldRespectDefinesPresentationContext; diff --git a/PrivateFrameworks/UserNotificationsUIKit.framework/NCLookHeaderContentView.h b/PrivateFrameworks/UserNotificationsUIKit.framework/NCLookHeaderContentView.h index 320a5b27dd..2196012c42 100644 --- a/PrivateFrameworks/UserNotificationsUIKit.framework/NCLookHeaderContentView.h +++ b/PrivateFrameworks/UserNotificationsUIKit.framework/NCLookHeaderContentView.h @@ -12,6 +12,7 @@ BOOL _heedsHorizontalLayoutMargins; UIButton * _iconButton; int _lookStyle; + UILabel * _outgoingTitleLabel; NSString * _preferredContentSizeCategory; NSTimeZone * _timeZone; UILabel * _titleLabel; @@ -30,10 +31,12 @@ @property (nonatomic, retain) UIImage *icon; @property (nonatomic, readonly) UIButton *iconButton; @property (nonatomic, readonly) int lookStyle; +@property (getter=_outgoingTitleLabel, setter=_setOutgoingTitleLabel:, nonatomic, retain) UILabel *outgoingTitleLabel; @property (nonatomic, copy) NSString *preferredContentSizeCategory; @property (readonly) Class superclass; @property (nonatomic, copy) NSTimeZone *timeZone; @property (nonatomic, copy) NSString *title; +@property (getter=_titleLabel, setter=_setTitleLabel:, nonatomic, retain) UILabel *titleLabel; @property (nonatomic, readonly) UIButton *utilityButton; @property (nonatomic, retain) UIView *utilityView; @@ -45,10 +48,9 @@ - (void)_configureDateLabelIfNecessary; - (void)_configureIconButtonForLongLook; - (void)_configureIconButtonIfNecessary; -- (void)_configureTitleLabelForLongLook; -- (void)_configureTitleLabelForShortLook; -- (void)_configureTitleLabelForStyle:(int)arg1; -- (void)_configureTitleLabelIfNecessary; +- (void)_configureTitleLabel:(id)arg1 forStyle:(int)arg2; +- (void)_configureTitleLabelForLongLook:(id)arg1; +- (void)_configureTitleLabelForShortLook:(id)arg1; - (void)_configureUtilityButtonIfNecessary; - (id)_dateLabel; - (void)_fixTitleOverlapIfNecessary; @@ -65,13 +67,20 @@ - (void)_layoutTitleLabelForShortLookWithScale:(float)arg1; - (void)_layoutTitleLabelForStyle:(int)arg1 withScale:(float)arg2; - (void)_layoutUtilityButtonForStyle:(int)arg1 withScale:(float)arg2; +- (id)_lazyOutgoingTitleLabel; +- (id)_lazyTitleLabel; +- (id)_newTitleLabel; +- (id)_outgoingTitleLabel; - (void)_recycleDateLabel; - (void)_setFontProvider:(id)arg1; +- (void)_setOutgoingTitleLabel:(id)arg1; +- (void)_setText:(id)arg1 withFinalLabel:(id)arg2 setter:(id /* block */)arg3 andTransitionLabel:(id)arg4 setter:(id /* block */)arg5; +- (void)_setTitleLabel:(id)arg1; +- (void)_tearDownDateLabel; - (id)_titleLabel; - (float)_titleLabelBaselineOffset; -- (void)_updateDateLabel; - (void)_updateDateLabelFontForShortLook; -- (void)_updateTitleLabelFontForStyle:(int)arg1; +- (void)_updateTitleLabelFont:(id)arg1 forStyle:(int)arg2; - (void)_updateUtilityButtonFont; - (BOOL)adjustForContentSizeCategoryChange; - (BOOL)adjustsFontForContentSizeCategory; diff --git a/PrivateFrameworks/UserNotificationsUIKit.framework/NCLookViewBackdropViewSettings.h b/PrivateFrameworks/UserNotificationsUIKit.framework/NCLookViewBackdropViewSettings.h index 467c65e32f..3326c71601 100644 --- a/PrivateFrameworks/UserNotificationsUIKit.framework/NCLookViewBackdropViewSettings.h +++ b/PrivateFrameworks/UserNotificationsUIKit.framework/NCLookViewBackdropViewSettings.h @@ -9,6 +9,8 @@ + (id)lookViewBackdropViewSettingsWithBlur:(BOOL)arg1; + (id)lookViewBackdropViewSettingsWithBlur:(BOOL)arg1 darken:(BOOL)arg2; ++ (id)lookViewBackdropViewSettingsWithBlur:(BOOL)arg1 darken:(BOOL)arg2 materialSettings:(id)arg3; ++ (void)updateSettings:(id)arg1 withMaterialSettings:(id)arg2 blur:(BOOL)arg3 darken:(BOOL)arg4 captureOnly:(BOOL)arg5; - (BOOL)_isBlurred; - (BOOL)_isDarkened; diff --git a/PrivateFrameworks/UserNotificationsUIKit.framework/NCMaterialSettings.h b/PrivateFrameworks/UserNotificationsUIKit.framework/NCMaterialSettings.h new file mode 100644 index 0000000000..9863fa36bc --- /dev/null +++ b/PrivateFrameworks/UserNotificationsUIKit.framework/NCMaterialSettings.h @@ -0,0 +1,53 @@ +/* Generated by RuntimeBrowser + Image: /System/Library/PrivateFrameworks/UserNotificationsUIKit.framework/UserNotificationsUIKit + */ + +@interface NCMaterialSettings : _UISettings { + float _blurRadius; + float _ccWhiteOverlayAlpha; + float _cutOutOverlayAlpha; + float _cutOutOverlayWhite; + float _darkenedWhiteAlpha; + float _lightOverlayAlpha; + float _saturation; + float _shadowAlpha; + float _whiteAlpha; + float _whiteOverlayAlpha; +} + +@property (nonatomic) float blurRadius; +@property (nonatomic) float ccWhiteOverlayAlpha; +@property (nonatomic) float cutOutOverlayAlpha; +@property (nonatomic) float cutOutOverlayWhite; +@property (nonatomic) float darkenedWhiteAlpha; +@property (nonatomic) float lightOverlayAlpha; +@property (nonatomic) float saturation; +@property (nonatomic) float shadowAlpha; +@property (nonatomic) float whiteAlpha; +@property (nonatomic) float whiteOverlayAlpha; + ++ (id)settingsControllerModule; + +- (float)blurRadius; +- (float)ccWhiteOverlayAlpha; +- (float)cutOutOverlayAlpha; +- (float)cutOutOverlayWhite; +- (float)darkenedWhiteAlpha; +- (float)lightOverlayAlpha; +- (float)saturation; +- (void)setBlurRadius:(float)arg1; +- (void)setCcWhiteOverlayAlpha:(float)arg1; +- (void)setCutOutOverlayAlpha:(float)arg1; +- (void)setCutOutOverlayWhite:(float)arg1; +- (void)setDarkenedWhiteAlpha:(float)arg1; +- (void)setDefaultValues; +- (void)setLightOverlayAlpha:(float)arg1; +- (void)setSaturation:(float)arg1; +- (void)setShadowAlpha:(float)arg1; +- (void)setWhiteAlpha:(float)arg1; +- (void)setWhiteOverlayAlpha:(float)arg1; +- (float)shadowAlpha; +- (float)whiteAlpha; +- (float)whiteOverlayAlpha; + +@end diff --git a/PrivateFrameworks/UserNotificationsUIKit.framework/NCMaterialView.h b/PrivateFrameworks/UserNotificationsUIKit.framework/NCMaterialView.h index 8c3e2f8416..9a263e1fc6 100644 --- a/PrivateFrameworks/UserNotificationsUIKit.framework/NCMaterialView.h +++ b/PrivateFrameworks/UserNotificationsUIKit.framework/NCMaterialView.h @@ -2,44 +2,50 @@ Image: /System/Library/PrivateFrameworks/UserNotificationsUIKit.framework/UserNotificationsUIKit */ -@interface NCMaterialView : UIView { +@interface NCMaterialView : UIView <_UISettingsKeyObserver> { _UIBackdropView * _backdropView; - UIView * _colorInfusionView; - float _colorInfusionViewAlpha; + BOOL _captureOnly; + BOOL _cornerRadiusIsContinuous; UIView * _cutoutOverlayView; UIView * _lightOverlayView; + NCMaterialSettings * _settings; unsigned int _styleOptions; float _subviewsContinuousCornerRadius; UIView * _whiteOverlayView; } -@property (nonatomic, retain) UIView *colorInfusionView; -@property (getter=_colorInfusionViewAlpha, setter=_setColorInfusionViewAlpha:, nonatomic) float colorInfusionViewAlpha; +@property (nonatomic) float cornerRadius; +@property (readonly, copy) NSString *debugDescription; +@property (readonly, copy) NSString *description; @property (nonatomic) float grayscaleValue; @property (nonatomic, copy) NSString *groupName; +@property (readonly) unsigned int hash; @property (getter=_subviewsContinuousCornerRadius, setter=_setSubviewsContinuousCornerRadius:, nonatomic) float subviewsContinuousCornerRadius; +@property (readonly) Class superclass; + (id)materialViewWithStyleOptions:(unsigned int)arg1; ++ (id)materialViewWithStyleOptions:(unsigned int)arg1 materialSettings:(id)arg2; ++ (id)materialViewWithStyleOptions:(unsigned int)arg1 materialSettings:(id)arg2 captureOnly:(BOOL)arg3; - (void).cxx_destruct; -- (float)_colorInfusionViewAlpha; - (void)_configureBackdropViewIfNecessary; -- (void)_configureColorInfusionViewIfNecessary; - (void)_configureCutoutOverlayViewIfNecessary; - (void)_configureIfNecessary; - (void)_configureLightOverlayViewIfNecessary; - (void)_configureWhiteOverlayViewIfNecessary; +- (float)_continuousCornerRadius; - (void)_reduceTransparencyStatusDidChange; -- (void)_setColorInfusionViewAlpha:(float)arg1; +- (void)_setContinuousCornerRadius:(float)arg1; - (void)_setSubviewsContinuousCornerRadius:(float)arg1; - (float)_subviewsContinuousCornerRadius; -- (id)colorInfusionView; +- (float)cornerRadius; - (void)dealloc; - (float)grayscaleValue; - (id)groupName; -- (id)initWithStyleOptions:(unsigned int)arg1; -- (void)setColorInfusionView:(id)arg1; +- (id)initWithStyleOptions:(unsigned int)arg1 materialSettings:(id)arg2 captureOnly:(BOOL)arg3; +- (void)setCornerRadius:(float)arg1; - (void)setGrayscaleValue:(float)arg1; - (void)setGroupName:(id)arg1; +- (void)settings:(id)arg1 changedValueForKey:(id)arg2; @end diff --git a/PrivateFrameworks/UserNotificationsUIKit.framework/NCNotificationChronologicalList.h b/PrivateFrameworks/UserNotificationsUIKit.framework/NCNotificationChronologicalList.h index a40937d6b1..9bda587250 100644 --- a/PrivateFrameworks/UserNotificationsUIKit.framework/NCNotificationChronologicalList.h +++ b/PrivateFrameworks/UserNotificationsUIKit.framework/NCNotificationChronologicalList.h @@ -38,6 +38,7 @@ - (id)allNotificationRequests; - (void)clearAllSections; - (void)clearSectionWithIdentifier:(id)arg1; +- (id)dateForSectionIdentifier:(id)arg1; - (id)debugDescription; - (id)delegate; - (id)descriptionBuilderWithMultilinePrefix:(id)arg1; diff --git a/PrivateFrameworks/UserNotificationsUIKit.framework/NCNotificationContentContainerViewController.h b/PrivateFrameworks/UserNotificationsUIKit.framework/NCNotificationContentContainerViewController.h index 012d06c5f0..7035f39f0a 100644 --- a/PrivateFrameworks/UserNotificationsUIKit.framework/NCNotificationContentContainerViewController.h +++ b/PrivateFrameworks/UserNotificationsUIKit.framework/NCNotificationContentContainerViewController.h @@ -19,6 +19,7 @@ @property (nonatomic, readonly) NCNotificationRequest *notificationRequest; @property (nonatomic) NCNotificationAction *presentationSourceAction; @property (readonly) Class superclass; +@property (nonatomic, readonly, copy) NSString *title; - (void).cxx_destruct; - (void)_loadContentViewControllerForNotificationRequest:(id)arg1; @@ -36,11 +37,12 @@ - (void)customContent:(id)arg1 forwardAction:(id)arg2 forNotification:(id)arg3 withUserInfo:(id)arg4; - (void)customContent:(id)arg1 requestPermissionToExecuteAction:(id)arg2 forNotification:(id)arg3 withUserInfo:(id)arg4 completionHandler:(id /* block */)arg5; - (void)customContentDidLoadExtension:(id)arg1; +- (void)customContentDidUpdateTitle:(id)arg1; - (unsigned int)customContentLocation; - (void)customContentRequestsDismiss:(id)arg1; - (BOOL)defaultContentHidden; - (id)delegate; -- (void)didReceiveNotificationRequest:(id)arg1; +- (BOOL)didReceiveNotificationRequest:(id)arg1; - (id)initWithNotificationRequest:(id)arg1; - (id)inputAccessoryView; - (void)loadAudioAccessoryView; @@ -55,6 +57,7 @@ - (void)setDelegate:(id)arg1; - (void)setInputAccessoryView:(id)arg1; - (struct CGSize { float x1; float x2; })sizeForChildContentContainer:(id)arg1 withParentContainerSize:(struct CGSize { float x1; float x2; })arg2; +- (id)title; - (void)viewDidAppear:(BOOL)arg1; - (void)viewDidLoad; - (void)viewWillDisappear:(BOOL)arg1; diff --git a/PrivateFrameworks/UserNotificationsUIKit.framework/NCNotificationContentView.h b/PrivateFrameworks/UserNotificationsUIKit.framework/NCNotificationContentView.h index 5134bcb5b7..1ea7e444be 100644 --- a/PrivateFrameworks/UserNotificationsUIKit.framework/NCNotificationContentView.h +++ b/PrivateFrameworks/UserNotificationsUIKit.framework/NCNotificationContentView.h @@ -16,7 +16,6 @@ NCLookViewFontProvider * _fontProvider; UILabel * _hintTextLabel; int _lookStyle; - unsigned int _messageNumberOfLines; UILabel * _outgoingPrimaryLabel; UILabel * _outgoingPrimarySubtitleLabel; UILabel * _outgoingSecondaryLabel; @@ -24,9 +23,7 @@ UILabel * _primaryLabel; UILabel * _primarySubtitleLabel; UILabel * _secondaryLabel; - BOOL _showAdditionalMessageLines; UIImageView * _thumbnailImageView; - int _thumbnailViewContentMode; } @property (nonatomic, retain) UIView *accessoryView; @@ -46,10 +43,8 @@ @property (nonatomic, retain) NSString *primaryText; @property (getter=_secondaryLabel, setter=_setSecondaryLabel:, nonatomic, retain) UILabel *secondaryLabel; @property (nonatomic, retain) NSString *secondaryText; -@property (nonatomic) BOOL showAdditionalMessageLines; @property (readonly) Class superclass; @property (nonatomic, retain) UIImage *thumbnail; -@property (nonatomic) int thumbnailViewContentMode; - (void).cxx_destruct; - (struct UIEdgeInsets { float x1; float x2; float x3; float x4; })_contentInsets; @@ -93,7 +88,6 @@ - (void)_setSecondaryLabel:(id)arg1; - (void)_setText:(id)arg1 withFinalLabel:(id)arg2 setter:(id /* block */)arg3 andTransitionLabel:(id)arg4 setter:(id /* block */)arg5; - (struct CGSize { float x1; float x2; })_sizeThatFits:(struct CGSize { float x1; float x2; })arg1 withContentInsets:(struct UIEdgeInsets { float x1; float x2; float x3; float x4; })arg2; -- (void)_tearDownSecondaryLabel; - (void)_updateFontForHintTextLabel:(id)arg1 withStyle:(int)arg2; - (void)_updateFontForPrimaryLabel:(id)arg1 withStyle:(int)arg2; - (void)_updateFontForSecondaryLabel:(id)arg1 withStyle:(int)arg2; @@ -116,13 +110,9 @@ - (void)setPrimarySubtitleText:(id)arg1; - (void)setPrimaryText:(id)arg1; - (void)setSecondaryText:(id)arg1; -- (void)setShowAdditionalMessageLines:(BOOL)arg1; - (void)setThumbnail:(id)arg1; -- (void)setThumbnailViewContentMode:(int)arg1; -- (BOOL)showAdditionalMessageLines; - (struct CGSize { float x1; float x2; })sizeThatFits:(struct CGSize { float x1; float x2; })arg1; - (id)thumbnail; -- (int)thumbnailViewContentMode; - (void)traitCollectionDidChange:(id)arg1; @end diff --git a/PrivateFrameworks/UserNotificationsUIKit.framework/NCNotificationExtensionContainerViewController.h b/PrivateFrameworks/UserNotificationsUIKit.framework/NCNotificationExtensionContainerViewController.h index 8842dd7ccd..e42daa0536 100644 --- a/PrivateFrameworks/UserNotificationsUIKit.framework/NCNotificationExtensionContainerViewController.h +++ b/PrivateFrameworks/UserNotificationsUIKit.framework/NCNotificationExtensionContainerViewController.h @@ -5,11 +5,13 @@ @interface NCNotificationExtensionContainerViewController : UIViewController { BOOL _allowManualDismiss; UIView * _blockingView; + BOOL _defaultContentHidden; * _delegate; NSExtension * _extension; _UNNotificationExtensionHostViewController * _extensionViewController; NCMediaPlayPauseButton * _mediaPlayPauseButton; NCNotificationRequest * _notificationRequest; + BOOL _overridesDefaultTitle; NSMutableArray * _queuedRequests; <_UNNotificationExtensionRemoteInterface> * _remoteService; BOOL _userInteractionEnabled; @@ -19,6 +21,7 @@ @property (nonatomic, retain) UIView *blockingView; @property (nonatomic, readonly) NSString *contentExtensionIdentifier; @property (readonly, copy) NSString *debugDescription; +@property (nonatomic) BOOL defaultContentHidden; @property (nonatomic) *delegate; @property (readonly, copy) NSString *description; @property (nonatomic, retain) NSExtension *extension; @@ -26,10 +29,12 @@ @property (readonly) unsigned int hash; @property (nonatomic, retain) NCMediaPlayPauseButton *mediaPlayPauseButton; @property (nonatomic, retain) NCNotificationRequest *notificationRequest; +@property (nonatomic) BOOL overridesDefaultTitle; @property (nonatomic) NCNotificationAction *presentationSourceAction; @property (nonatomic, retain) NSMutableArray *queuedRequests; @property (nonatomic, retain) <_UNNotificationExtensionRemoteInterface> *remoteService; @property (readonly) Class superclass; +@property (nonatomic, readonly, copy) NSString *title; @property (getter=isUserInteractionEnabled, nonatomic) BOOL userInteractionEnabled; - (void).cxx_destruct; @@ -43,6 +48,7 @@ - (void)_setupExtensionViewController:(id)arg1; - (void)_setupMediaButton; - (void)_setupRemoteServiceInterface:(id)arg1; +- (void)_teardownExtension; - (BOOL)allowManualDismiss; - (BOOL)becomeFirstResponder; - (id)blockingView; @@ -53,7 +59,7 @@ - (void)dealloc; - (BOOL)defaultContentHidden; - (id)delegate; -- (void)didReceiveNotificationRequest:(id)arg1; +- (BOOL)didReceiveNotificationRequest:(id)arg1; - (id)extension; - (id)extensionViewController; - (id)initWithExtension:(id)arg1 forNotificationRequest:(id)arg2; @@ -64,11 +70,13 @@ - (void)notificationHost:(id)arg1 extensionDidCompleteResponse:(id)arg2 withOption:(unsigned int)arg3; - (void)notificationHostExtension:(id)arg1 audioAccessoryViewLayerContextId:(unsigned int)arg2; - (void)notificationHostExtension:(id)arg1 setDismissEnabled:(BOOL)arg2; +- (void)notificationHostExtension:(id)arg1 setTitle:(id)arg2; - (void)notificationHostExtensionDidUpdateControls:(id)arg1; - (void)notificationHostExtensionMediaPlayingDidPause:(id)arg1; - (void)notificationHostExtensionMediaPlayingDidStart:(id)arg1; - (void)notificationHostExtensionRequestsDismiss:(id)arg1; - (id)notificationRequest; +- (BOOL)overridesDefaultTitle; - (BOOL)performAction:(id)arg1 forNotification:(id)arg2; - (BOOL)performAction:(id)arg1 forNotification:(id)arg2 withUserInfo:(id)arg3; - (void)playAudioMessage; @@ -78,15 +86,19 @@ - (BOOL)resignFirstResponder; - (void)setAllowManualDismiss:(BOOL)arg1; - (void)setBlockingView:(id)arg1; +- (void)setDefaultContentHidden:(BOOL)arg1; - (void)setDelegate:(id)arg1; - (void)setExtension:(id)arg1; - (void)setExtensionViewController:(id)arg1; - (void)setMediaPlayPauseButton:(id)arg1; - (void)setNotificationRequest:(id)arg1; +- (void)setOverridesDefaultTitle:(BOOL)arg1; - (void)setQueuedRequests:(id)arg1; - (void)setRemoteService:(id)arg1; +- (void)setTitle:(id)arg1; - (void)setUserInteractionEnabled:(BOOL)arg1; - (struct CGSize { float x1; float x2; })sizeForChildContentContainer:(id)arg1 withParentContainerSize:(struct CGSize { float x1; float x2; })arg2; +- (void)viewDidDisappear:(BOOL)arg1; - (void)viewDidLoad; - (void)viewWillAppear:(BOOL)arg1; diff --git a/PrivateFrameworks/UserNotificationsUIKit.framework/NCNotificationHiddenRequestsList.h b/PrivateFrameworks/UserNotificationsUIKit.framework/NCNotificationHiddenRequestsList.h index 7cbca4cb1b..a730fed67a 100644 --- a/PrivateFrameworks/UserNotificationsUIKit.framework/NCNotificationHiddenRequestsList.h +++ b/PrivateFrameworks/UserNotificationsUIKit.framework/NCNotificationHiddenRequestsList.h @@ -7,6 +7,7 @@ NSMutableSet * _hiddenSectionStrings; } +@property (nonatomic, readonly) NSSet *allNotificationRequests; @property (nonatomic, retain) NSMutableDictionary *hiddenRequests; @property (nonatomic, retain) NSMutableSet *hiddenSectionStrings; @@ -15,6 +16,8 @@ - (id)_storageStringForSectionIdentifier:(id)arg1 subSectionIdentifier:(id)arg2; - (void)addHiddenNotificationRequest:(id)arg1; - (void)addHiddenSectionIdentifier:(id)arg1 subSectionIdentifier:(id)arg2; +- (id)allNotificationRequests; +- (void)clearAllNotificationRequests; - (id)hiddenNotificationRequestsForSectionIdentifier:(id)arg1 subSectionIdentifier:(id)arg2; - (id)hiddenRequests; - (id)hiddenSectionStrings; diff --git a/PrivateFrameworks/UserNotificationsUIKit.framework/NCNotificationListCollectionView.h b/PrivateFrameworks/UserNotificationsUIKit.framework/NCNotificationListCollectionView.h new file mode 100644 index 0000000000..63e19af2f1 --- /dev/null +++ b/PrivateFrameworks/UserNotificationsUIKit.framework/NCNotificationListCollectionView.h @@ -0,0 +1,16 @@ +/* Generated by RuntimeBrowser + Image: /System/Library/PrivateFrameworks/UserNotificationsUIKit.framework/UserNotificationsUIKit + */ + +@interface NCNotificationListCollectionView : UICollectionView { + * _listDelegate; +} + +@property (nonatomic) *listDelegate; + +- (void).cxx_destruct; +- (id)listDelegate; +- (void)setFrame:(struct CGRect { struct CGPoint { float x_1_1_1; float x_1_1_2; } x1; struct CGSize { float x_2_1_1; float x_2_1_2; } x2; })arg1; +- (void)setListDelegate:(id)arg1; + +@end diff --git a/PrivateFrameworks/UserNotificationsUIKit.framework/NCNotificationListViewController.h b/PrivateFrameworks/UserNotificationsUIKit.framework/NCNotificationListViewController.h index 473e830ad7..bab24a08b3 100644 --- a/PrivateFrameworks/UserNotificationsUIKit.framework/NCNotificationListViewController.h +++ b/PrivateFrameworks/UserNotificationsUIKit.framework/NCNotificationListViewController.h @@ -2,7 +2,7 @@ Image: /System/Library/PrivateFrameworks/UserNotificationsUIKit.framework/UserNotificationsUIKit */ -@interface NCNotificationListViewController : UICollectionViewController { +@interface NCNotificationListViewController : UICollectionViewController { BOOL _backgroundBlurred; NCNotificationListCell * _cellWithRevealedActions; NSMutableDictionary * _cellsSizesCaches; @@ -40,6 +40,7 @@ @property (nonatomic, readonly) struct UIEdgeInsets { float x1; float x2; float x3; float x4; } insetMargins; @property (nonatomic) BOOL needsReloadData; @property (nonatomic) BOOL notificationRequestRemovedWhileInLongLook; +@property (nonatomic, readonly, retain) NCNotificationRequest *notificationRequestWithHintText; @property (nonatomic, retain) NCNotificationViewController *notificationViewControllerForSizing; @property (nonatomic, retain) NSHashTable *observers; @property (readonly) Class superclass; @@ -53,14 +54,18 @@ - (void)_contentSizeCategoryDidChange:(id)arg1; - (void)_forceTouchAvailabilityDidChange:(id)arg1; - (BOOL)_forwardRequestToLongLookIfPresented:(id)arg1 forCoalescedNotification:(id)arg2; +- (id)_groupName; - (void)_handleEatenTouch:(id)arg1; - (void)_installTouchEater; - (BOOL)_isPointInWindowSpace:(struct CGPoint { float x1; float x2; })arg1 insideCell:(id)arg2; +- (id)_materialSettings; - (void)_performCollectionViewOperationBlock:(id /* block */)arg1; - (void)_performCollectionViewOperationBlockIfNecessary:(id /* block */)arg1; - (void)_reloadCollectionViewDataIfNecessary; +- (void)_reloadRequestsAtIndices:(id)arg1; - (void)_removeCachedSizesForNotificationRequest:(id)arg1; - (void)addContentObserver:(id)arg1; +- (id)captureOnlyMaterialViewForCurrentState; - (id)cellWithRevealedActions; - (id)cellsSizesCaches; - (id)childPreferredContentSizeChangeCoordinator; @@ -86,24 +91,30 @@ - (BOOL)hasContent; - (BOOL)hasVisibleContent; - (void)hideRequestsForNotificationSectionIdentifier:(id)arg1 subSectionIdentifier:(id)arg2; +- (id)indexPathForNotificationRequest:(id)arg1; - (id)init; - (BOOL)insertNotificationRequest:(id)arg1 forCoalescedNotification:(id)arg2; - (struct UIEdgeInsets { float x1; float x2; float x3; float x4; })insetMargins; - (BOOL)isBackgroundBlurred; - (BOOL)isContentExtensionVisible:(id)arg1; +- (void)loadView; - (void)longLookWillPresentForNotificationViewController:(id)arg1; +- (id)materialSettingsForNotificationViewController:(id)arg1; - (BOOL)modifyNotificationRequest:(id)arg1 forCoalescedNotification:(id)arg2; - (BOOL)needsReloadData; - (void)notificationListCell:(id)arg1 requestsClearingNotificationRequest:(id)arg2; - (void)notificationListCell:(id)arg1 requestsPerformAction:(id)arg2 forNotificationRequest:(id)arg3 completion:(id /* block */)arg4; -- (void)notificationListCell:(id)arg1 requestsPresentingLongLookForNotificationRequest:(id)arg2; +- (void)notificationListCell:(id)arg1 requestsPresentingLongLookForNotificationRequest:(id)arg2 completion:(id /* block */)arg3; - (void)notificationListCellDidSignificantUserInteraction:(id)arg1; -- (void)notificationListCellHideCellActions:(id)arg1; +- (void)notificationListCellHideCellActions:(id)arg1 resetCellScrollPosition:(BOOL)arg2 animated:(BOOL)arg3; - (void)notificationListCellRevealCellActions:(id)arg1; - (BOOL)notificationListCellShouldShowActionsForNotificationRequest:(id)arg1; +- (void)notificationListCollectionView:(id)arg1 willSetFrame:(struct CGRect { struct CGPoint { float x_1_1_1; float x_1_1_2; } x1; struct CGSize { float x_2_1_1; float x_2_1_2; } x2; })arg2; - (id)notificationRequestAtIndexPath:(id)arg1; - (id)notificationRequestInLongLook; - (BOOL)notificationRequestRemovedWhileInLongLook; +- (id)notificationRequestWithHintText; +- (id)notificationRequestsPassingTest:(id /* block */)arg1; - (void)notificationViewController:(id)arg1 didDismissLongLook:(BOOL)arg2; - (void)notificationViewController:(id)arg1 didPresentLongLook:(BOOL)arg2; - (void)notificationViewController:(id)arg1 executeAction:(id)arg2 withParameters:(id)arg3 completion:(id /* block */)arg4; @@ -117,6 +128,7 @@ - (void)notifyContentObservers; - (id)observers; - (void)preferredContentSizeDidChangeForChildContentContainer:(id)arg1; +- (void)reloadNotificationRequest:(id)arg1; - (void)reloadRequestsWithSuppressedContent; - (void)removeContentObserver:(id)arg1; - (void)removeNotificationRequest:(id)arg1 forCoalescedNotification:(id)arg2; diff --git a/PrivateFrameworks/UserNotificationsUIKit.framework/NCNotificationLongLookView.h b/PrivateFrameworks/UserNotificationsUIKit.framework/NCNotificationLongLookView.h index f78304d338..3202d5d621 100644 --- a/PrivateFrameworks/UserNotificationsUIKit.framework/NCNotificationLongLookView.h +++ b/PrivateFrameworks/UserNotificationsUIKit.framework/NCNotificationLongLookView.h @@ -31,7 +31,6 @@ @property (nonatomic) BOOL adjustsFontForContentSizeCategory; @property (getter=isBackgroundBlurred, nonatomic) BOOL backgroundBlurred; @property (getter=isBanner, nonatomic) BOOL banner; -@property (nonatomic, retain) UIView *colorInfusionView; @property (nonatomic, readonly) struct CGSize { float x1; float x2; } contentSizeExcludingActions; @property (nonatomic) unsigned int customContentLocation; @property (nonatomic) struct CGSize { float x1; float x2; } customContentSize; @@ -54,11 +53,9 @@ @property (nonatomic, copy) NSString *primaryText; @property (getter=_scrollView, nonatomic, readonly) UIScrollView *scrollView; @property (nonatomic, copy) NSString *secondaryText; -@property (nonatomic) BOOL showAdditionalMessageLines; @property (nonatomic, readonly) struct CGSize { float x1; float x2; } sizeExcludingActions; @property (readonly) Class superclass; @property (nonatomic, retain) UIImage *thumbnail; -@property (nonatomic) int thumbnailViewContentMode; @property (nonatomic, copy) NSTimeZone *timeZone; @property (nonatomic, copy) NSString *title; @property (nonatomic, readonly) UIButton *utilityButton; @@ -89,9 +86,9 @@ - (BOOL)_lookViewTapGestureRecognizerShouldReceiveTouch:(id)arg1; - (id)_scrollView; - (struct CGSize { float x1; float x2; })_sizeThatFitsContentExcludingActionsWithSize:(struct CGSize { float x1; float x2; })arg1; +- (struct CGSize { float x1; float x2; })actionsSizeThatFits:(struct CGSize { float x1; float x2; })arg1; - (BOOL)adjustForContentSizeCategoryChange; - (BOOL)adjustsFontForContentSizeCategory; -- (id)colorInfusionView; - (struct CGSize { float x1; float x2; })contentSizeExcludingActions; - (struct CGSize { float x1; float x2; })contentSizeForSize:(struct CGSize { float x1; float x2; })arg1; - (unsigned int)customContentLocation; @@ -115,12 +112,12 @@ - (id)primaryText; - (void)scrollViewDidEndDragging:(id)arg1 willDecelerate:(BOOL)arg2; - (void)scrollViewDidScroll:(id)arg1; +- (struct CGRect { struct CGPoint { float x_1_1_1; float x_1_1_2; } x1; struct CGSize { float x_2_1_1; float x_2_1_2; } x2; })scrollViewFrame; - (id)secondaryText; - (void)setActionsHidden:(BOOL)arg1; - (void)setAdjustsFontForContentSizeCategory:(BOOL)arg1; - (void)setBackgroundBlurred:(BOOL)arg1; - (void)setBanner:(BOOL)arg1; -- (void)setColorInfusionView:(id)arg1; - (void)setCustomContentLocation:(unsigned int)arg1; - (void)setCustomContentSize:(struct CGSize { float x1; float x2; })arg1; - (void)setDate:(id)arg1; diff --git a/PrivateFrameworks/UserNotificationsUIKit.framework/NCNotificationLongLookViewController.h b/PrivateFrameworks/UserNotificationsUIKit.framework/NCNotificationLongLookViewController.h index 56ad330f00..d952b90ec1 100644 --- a/PrivateFrameworks/UserNotificationsUIKit.framework/NCNotificationLongLookViewController.h +++ b/PrivateFrameworks/UserNotificationsUIKit.framework/NCNotificationLongLookViewController.h @@ -2,7 +2,7 @@ Image: /System/Library/PrivateFrameworks/UserNotificationsUIKit.framework/UserNotificationsUIKit */ -@interface NCNotificationLongLookViewController : NCNotificationViewController { +@interface NCNotificationLongLookViewController : NCNotificationViewController { NCLongLookTransitionDelegate * _longLookTransitionDelegate; NCNotificationShortLookViewController * _presentingNotificationViewController; } @@ -28,12 +28,14 @@ - (void)_setPreferredCustomContentSize:(struct CGSize { float x1; float x2; })arg1; - (BOOL)_shouldPadScrollViewContentSizeHeight; - (float)_translationWithVelocity:(float)arg1 acceleration:(float)arg2; +- (void)_updateTitleWithProvidedCustomContent; - (void)_updateWithProvidedCustomContent; - (void)_updateWithProvidedStaticContent; - (BOOL)becomeFirstResponder; - (BOOL)canBecomeFirstResponder; - (BOOL)canResignFirstResponder; - (void)contentProviderDismissCustomContent:(id)arg1 animated:(BOOL)arg2; +- (void)customContentDidUpdateTitle:(id)arg1; - (BOOL)dismissPresentedViewControllerAndClearNotification:(BOOL)arg1 animated:(BOOL)arg2; - (BOOL)isContentExtensionVisible:(id)arg1; - (BOOL)isLookStyleLongLook; diff --git a/PrivateFrameworks/UserNotificationsUIKit.framework/NCNotificationPriorityList.h b/PrivateFrameworks/UserNotificationsUIKit.framework/NCNotificationPriorityList.h index 32aa500d98..c9819dc127 100644 --- a/PrivateFrameworks/UserNotificationsUIKit.framework/NCNotificationPriorityList.h +++ b/PrivateFrameworks/UserNotificationsUIKit.framework/NCNotificationPriorityList.h @@ -14,6 +14,7 @@ - (id)_identifierForNotificationRequest:(id)arg1; - (unsigned int)_indexOfRequestMatchingNotificationRequest:(id)arg1; - (unsigned int)_insertionIndexForNotificationRequest:(id)arg1; +- (id)allNotificationRequests; - (id)clearAllRequests; - (id)clearNonPersistentRequests; - (BOOL)containsNotificationRequestMatchingRequest:(id)arg1; diff --git a/PrivateFrameworks/UserNotificationsUIKit.framework/NCNotificationPriorityListViewController.h b/PrivateFrameworks/UserNotificationsUIKit.framework/NCNotificationPriorityListViewController.h index 41690ce289..b97e8f679f 100644 --- a/PrivateFrameworks/UserNotificationsUIKit.framework/NCNotificationPriorityListViewController.h +++ b/PrivateFrameworks/UserNotificationsUIKit.framework/NCNotificationPriorityListViewController.h @@ -21,6 +21,7 @@ - (void)_reloadNotificationViewControllerForHintTextAtIndexPath:(id)arg1; - (void)_reloadNotificationViewControllerForHintTextAtIndexPaths:(id)arg1; - (void)_updateRaiseToListenRequest; +- (id)allNotificationRequests; - (void)clearAll; - (void)clearAllNonPersistent; - (int)collectionView:(id)arg1 numberOfItemsInSection:(int)arg2; @@ -29,6 +30,7 @@ - (BOOL)hasContent; - (BOOL)hasVisibleContent; - (void)hideRequestsForNotificationSectionIdentifier:(id)arg1 subSectionIdentifier:(id)arg2; +- (id)indexPathForNotificationRequest:(id)arg1; - (id)init; - (BOOL)insertNotificationRequest:(id)arg1 forCoalescedNotification:(id)arg2; - (id)lastDismissalTransitionCoordinator; @@ -37,6 +39,7 @@ - (id)notificationRequestList; - (id)notificationRequestWithHintText; - (void)notificationViewController:(id)arg1 didCommitToLongLookPresentation:(BOOL)arg2 withCoordinator:(id)arg3; +- (void)notificationViewController:(id)arg1 didDismissLongLook:(BOOL)arg2; - (int)numberOfSectionsInCollectionView:(id)arg1; - (void)reloadRequestsWithSuppressedContent; - (void)removeNotificationRequest:(id)arg1 forCoalescedNotification:(id)arg2; diff --git a/PrivateFrameworks/UserNotificationsUIKit.framework/NCNotificationRequestContentProvider.h b/PrivateFrameworks/UserNotificationsUIKit.framework/NCNotificationRequestContentProvider.h index d537a52667..e8db3e7c09 100644 --- a/PrivateFrameworks/UserNotificationsUIKit.framework/NCNotificationRequestContentProvider.h +++ b/PrivateFrameworks/UserNotificationsUIKit.framework/NCNotificationRequestContentProvider.h @@ -10,7 +10,6 @@ @property (nonatomic, readonly, copy) id /* block */ cancelAction; @property (nonatomic, readonly, copy) id /* block */ clearAction; @property (nonatomic, readonly, copy) id /* block */ closeAction; -@property (nonatomic, readonly) BOOL cropThumbnail; @property (nonatomic, readonly, copy) NSDate *date; @property (getter=isDateAllDay, nonatomic, readonly) BOOL dateAllDay; @property (readonly, copy) NSString *debugDescription; @@ -37,7 +36,6 @@ - (id /* block */)cancelAction; - (id /* block */)clearAction; - (id /* block */)closeAction; -- (BOOL)cropThumbnail; - (id)date; - (id /* block */)defaultAction; - (id)delegate; diff --git a/PrivateFrameworks/UserNotificationsUIKit.framework/NCNotificationRequestHiddenPreviewContentProvider.h b/PrivateFrameworks/UserNotificationsUIKit.framework/NCNotificationRequestHiddenPreviewContentProvider.h index 8595a99df1..082b3241f5 100644 --- a/PrivateFrameworks/UserNotificationsUIKit.framework/NCNotificationRequestHiddenPreviewContentProvider.h +++ b/PrivateFrameworks/UserNotificationsUIKit.framework/NCNotificationRequestHiddenPreviewContentProvider.h @@ -3,22 +3,27 @@ */ @interface NCNotificationRequestHiddenPreviewContentProvider : NCNotificationRequestContentProvider { - unsigned int _coalesceCount; + NSMutableArray * _coalescedNotificationRequests; + BOOL _deviceAuthenticated; NSString * _topic; } -@property (nonatomic) unsigned int coalesceCount; +@property (nonatomic, readonly, retain) NSMutableArray *coalescedNotificationRequests; +@property (getter=isDeviceAuthenticated, nonatomic) BOOL deviceAuthenticated; @property (nonatomic, copy) NSString *topic; - (void).cxx_destruct; - (unsigned int)coalesceCount; -- (void)incrementCoalesceCount; +- (void)coalesceHiddenNotificationRequest:(id)arg1; +- (id)coalescedNotificationRequests; +- (id)hintText; - (id)init; - (id)initWithNotificationRequest:(id)arg1; - (id)interfaceActions; +- (BOOL)isDeviceAuthenticated; - (id)primarySubtitleText; - (id)secondaryText; -- (void)setCoalesceCount:(unsigned int)arg1; +- (void)setDeviceAuthenticated:(BOOL)arg1; - (void)setTopic:(id)arg1; - (id)thumbnail; - (id)topic; diff --git a/PrivateFrameworks/UserNotificationsUIKit.framework/NCNotificationRequestPhoneCoalescingContentProvider.h b/PrivateFrameworks/UserNotificationsUIKit.framework/NCNotificationRequestPhoneCoalescingContentProvider.h index e376b608c6..0937810ee1 100644 --- a/PrivateFrameworks/UserNotificationsUIKit.framework/NCNotificationRequestPhoneCoalescingContentProvider.h +++ b/PrivateFrameworks/UserNotificationsUIKit.framework/NCNotificationRequestPhoneCoalescingContentProvider.h @@ -10,6 +10,7 @@ - (void).cxx_destruct; - (void)_addNotificationRequestToCoalesce:(id)arg1; +- (id)_formattedCountStringForTopic:(id)arg1 count:(unsigned int)arg2; - (id)_formattedDecimalStringForNumber:(id)arg1; - (id)init; - (id)initWithNotificationRequest:(id)arg1; diff --git a/PrivateFrameworks/UserNotificationsUIKit.framework/NCNotificationSectionListViewController.h b/PrivateFrameworks/UserNotificationsUIKit.framework/NCNotificationSectionListViewController.h index 5f2189f34a..3e70425726 100644 --- a/PrivateFrameworks/UserNotificationsUIKit.framework/NCNotificationSectionListViewController.h +++ b/PrivateFrameworks/UserNotificationsUIKit.framework/NCNotificationSectionListViewController.h @@ -17,7 +17,8 @@ @property (readonly) Class superclass; - (void).cxx_destruct; -- (void)_reloadRequestsAtIndices:(id)arg1; +- (id)_requestSectionsForNotificationRequests:(id)arg1; +- (id)allNotificationRequests; - (struct CGSize { float x1; float x2; })collectionView:(id)arg1 layout:(id)arg2 referenceSizeForHeaderInSection:(int)arg3; - (int)collectionView:(id)arg1 numberOfItemsInSection:(int)arg2; - (id)collectionView:(id)arg1 viewForSupplementaryElementOfKind:(id)arg2 atIndexPath:(id)arg3; @@ -29,6 +30,7 @@ - (id)headerViewInClearState; - (id)headerViewInForceTouchState; - (void)hideRequestsForNotificationSectionIdentifier:(id)arg1 subSectionIdentifier:(id)arg2; +- (id)indexPathForNotificationRequest:(id)arg1; - (id)init; - (BOOL)insertNotificationRequest:(id)arg1 forCoalescedNotification:(id)arg2; - (BOOL)modifyNotificationRequest:(id)arg1 forCoalescedNotification:(id)arg2; diff --git a/PrivateFrameworks/UserNotificationsUIKit.framework/NCNotificationShortLookView.h b/PrivateFrameworks/UserNotificationsUIKit.framework/NCNotificationShortLookView.h index e6fff6551b..0051380c79 100644 --- a/PrivateFrameworks/UserNotificationsUIKit.framework/NCNotificationShortLookView.h +++ b/PrivateFrameworks/UserNotificationsUIKit.framework/NCNotificationShortLookView.h @@ -21,10 +21,8 @@ @property (nonatomic, copy) NSString *primarySubtitleText; @property (nonatomic, copy) NSString *primaryText; @property (nonatomic, copy) NSString *secondaryText; -@property (nonatomic) BOOL showAdditionalMessageLines; @property (readonly) Class superclass; @property (nonatomic, retain) UIImage *thumbnail; -@property (nonatomic) int thumbnailViewContentMode; @property (nonatomic, copy) NSTimeZone *timeZone; @property (nonatomic, copy) NSString *title; @@ -57,13 +55,9 @@ - (void)setPrimarySubtitleText:(id)arg1; - (void)setPrimaryText:(id)arg1; - (void)setSecondaryText:(id)arg1; -- (void)setShowAdditionalMessageLines:(BOOL)arg1; - (void)setThumbnail:(id)arg1; -- (void)setThumbnailViewContentMode:(int)arg1; -- (BOOL)showAdditionalMessageLines; - (struct CGSize { float x1; float x2; })sizeThatFits:(struct CGSize { float x1; float x2; })arg1; - (struct CGSize { float x1; float x2; })sizeThatFitsContentWithSize:(struct CGSize { float x1; float x2; })arg1; - (id)thumbnail; -- (int)thumbnailViewContentMode; @end diff --git a/PrivateFrameworks/UserNotificationsUIKit.framework/NCNotificationShortLookViewController.h b/PrivateFrameworks/UserNotificationsUIKit.framework/NCNotificationShortLookViewController.h index ec606d7de8..80e909d72d 100644 --- a/PrivateFrameworks/UserNotificationsUIKit.framework/NCNotificationShortLookViewController.h +++ b/PrivateFrameworks/UserNotificationsUIKit.framework/NCNotificationShortLookViewController.h @@ -33,19 +33,22 @@ - (id)_newTransitionManager; - (id)_notificationShortLookViewIfLoaded; - (void)_notificationViewControllerViewDidLoad; +- (void)_presentLongLookForScrollAnimated:(BOOL)arg1 completion:(id /* block */)arg2; - (id)_presentedLongLookViewController; -- (void)_resizeViewToFitContainerView; +- (Class)_scrollViewClass; - (void)_setAudioAccessoryView:(id)arg1; - (BOOL)_setDelegate:(id)arg1; - (BOOL)_setNotificationRequest:(id)arg1; - (BOOL)_shouldAddHintTextToLookView; +- (BOOL)_shouldPadScrollViewContentSizeHeight; - (id)_transitionManager; - (BOOL)_tryDismissingShortLookInScrollView:(id)arg1; +- (void)_updateScrollViewContentSize; - (void)_updateWithProvidedStaticContent; - (void)addAudioAccessoryViewObserver:(id)arg1; - (void)customContent:(id)arg1 didLoadAudioAccessoryView:(id)arg2; - (void)customContentDidLoadExtension:(id)arg1; -- (void)didReceiveNotificationRequest:(id)arg1; +- (BOOL)didReceiveNotificationRequest:(id)arg1; - (BOOL)dismissPresentedViewControllerAndClearNotification:(BOOL)arg1 animated:(BOOL)arg2; - (void)expandAndPlayAudioMessage; - (BOOL)hasCommittedToPresentingCustomContentProvidingViewController; @@ -75,5 +78,6 @@ - (void)transitioningDelegate:(id)arg1 animatorDidCommitToTransitionWithCoordinator:(id)arg2; - (void)transitioningDelegate:(id)arg1 didFinishDismissalOfViewController:(id)arg2 completed:(BOOL)arg3; - (void)viewWillLayoutSubviews; +- (BOOL)wantsUseableContainerHeightForTransitionWithDelegate:(id)arg1; @end diff --git a/PrivateFrameworks/UserNotificationsUIKit.framework/NCNotificationViewController.h b/PrivateFrameworks/UserNotificationsUIKit.framework/NCNotificationViewController.h index 838512a9ec..dc11f2781a 100644 --- a/PrivateFrameworks/UserNotificationsUIKit.framework/NCNotificationViewController.h +++ b/PrivateFrameworks/UserNotificationsUIKit.framework/NCNotificationViewController.h @@ -10,8 +10,10 @@ UIViewController * _customContentProvidingViewController; * _delegate; BOOL _didQueryCanPan; + NSString * _groupName; BOOL _interactionEnabled; struct UIView { Class x1; } * _lookView; + NCMaterialSettings * _materialSettings; int _ncTransitionAnimationState; NCNotificationRequest * _notificationRequest; NCNotificationAction * _presentationSourceAction; @@ -31,9 +33,11 @@ @property (nonatomic) *delegate; @property (readonly, copy) NSString *description; @property (getter=isDragging, nonatomic, readonly) BOOL dragging; +@property (nonatomic, retain) NSString *groupName; @property (readonly) unsigned int hash; @property (getter=isInteractionEnabled, nonatomic) BOOL interactionEnabled; @property (getter=isLookStyleLongLook, nonatomic, readonly) BOOL lookStyleLongLook; +@property (nonatomic, retain) NCMaterialSettings *materialSettings; @property (nonatomic, retain) NCNotificationRequest *notificationRequest; @property (getter=_notificationViewControllerView, nonatomic, readonly) _NCNotificationViewControllerView *notificationViewControllerView; @property (nonatomic, copy) NSString *preferredContentSizeCategory; @@ -71,6 +75,7 @@ - (struct CGSize { float x1; float x2; })_preferredCustomContentSizeForSize:(struct CGSize { float x1; float x2; })arg1 parentContentContainerBounds:(struct CGRect { struct CGPoint { float x_1_1_1; float x_1_1_2; } x1; struct CGSize { float x_2_1_1; float x_2_1_2; } x2; })arg2; - (id)_presentedLongLookViewController; - (id)_scrollView; +- (Class)_scrollViewClass; - (void)_setActiveTransitionCoordinator:(id)arg1; - (void)_setCustomContentProvidingViewController:(id)arg1; - (BOOL)_setDelegate:(id)arg1; @@ -90,6 +95,7 @@ - (BOOL)adjustsFontForContentSizeCategory; - (id)associatedView; - (void)contentProvider:(id)arg1 performAction:(id)arg2 animated:(BOOL)arg3; +- (void)contentProvider:(id)arg1 requestsPresentingLongLookAnimated:(BOOL)arg2; - (void)customContent:(id)arg1 forwardAction:(id)arg2 forNotification:(id)arg3 withUserInfo:(id)arg4; - (void)customContent:(id)arg1 requestPermissionToExecuteAction:(id)arg2 forNotification:(id)arg3 withUserInfo:(id)arg4 completionHandler:(id /* block */)arg5; - (id)customContentProvider; @@ -99,10 +105,11 @@ - (id)description; - (id)descriptionBuilderWithMultilinePrefix:(id)arg1; - (id)descriptionWithMultilinePrefix:(id)arg1; -- (void)didReceiveNotificationRequest:(id)arg1; +- (BOOL)didReceiveNotificationRequest:(id)arg1; - (BOOL)dismissPresentedViewControllerAndClearNotification:(BOOL)arg1 animated:(BOOL)arg2; - (void)dismissViewControllerWithTransition:(int)arg1 completion:(id /* block */)arg2; - (void)expandAndPlayAudioMessage; +- (id)groupName; - (BOOL)hasCommittedToPresentingCustomContentProvidingViewController; - (id)initWithNotificationRequest:(id)arg1; - (id)initWithNotificationRequest:(id)arg1 revealingAdditionalContentOnPresentation:(BOOL)arg2; @@ -112,6 +119,7 @@ - (BOOL)isLookStyleLongLook; - (BOOL)isShortLook; - (void)loadView; +- (id)materialSettings; - (int)ncTransitionAnimationState; - (id)notificationRequest; - (void)preferredContentSizeDidChangeForChildContentContainer:(id)arg1; @@ -126,8 +134,10 @@ - (void)setAssociatedView:(id)arg1; - (void)setCustomContentProvider:(id)arg1; - (void)setDelegate:(id)arg1; +- (void)setGroupName:(id)arg1; - (void)setHasUpdatedContent; - (void)setInteractionEnabled:(BOOL)arg1; +- (void)setMaterialSettings:(id)arg1; - (void)setNCTransitionAnimationState:(int)arg1; - (void)setNotificationRequest:(id)arg1; - (void)setPresentationSourceAction:(id)arg1; @@ -143,5 +153,6 @@ - (void)updateContent; - (void)viewDidAppear:(BOOL)arg1; - (void)viewDidLoad; +- (void)viewWillTransitionToSize:(struct CGSize { float x1; float x2; })arg1 withTransitionCoordinator:(id)arg2; @end diff --git a/PrivateFrameworks/UserNotificationsUIKit.framework/NCShortLookView.h b/PrivateFrameworks/UserNotificationsUIKit.framework/NCShortLookView.h index 6e7c83c8d1..889b3955fa 100644 --- a/PrivateFrameworks/UserNotificationsUIKit.framework/NCShortLookView.h +++ b/PrivateFrameworks/UserNotificationsUIKit.framework/NCShortLookView.h @@ -2,7 +2,7 @@ Image: /System/Library/PrivateFrameworks/UserNotificationsUIKit.framework/UserNotificationsUIKit */ -@interface NCShortLookView : UIView { +@interface NCShortLookView : UIView { BOOL _backgroundBlurred; UIView * _backgroundView; BOOL _banner; @@ -13,6 +13,7 @@ UIView * _headerOverlayView; UIView * _mainContainerView; UIView * _mainOverlayView; + NCMaterialSettings * _materialSettings; UIImageView * _shadowView; BOOL _usesBackgroundView; } @@ -21,7 +22,6 @@ @property (getter=isBackgroundBlurred, nonatomic) BOOL backgroundBlurred; @property (nonatomic, retain) UIView *backgroundView; @property (getter=isBanner, nonatomic) BOOL banner; -@property (nonatomic, retain) UIView *colorInfusionView; @property (nonatomic) float cornerRadius; @property (nonatomic, readonly) UIView *customContentView; @property (nonatomic, copy) NSDate *date; @@ -43,6 +43,7 @@ + (struct CGRect { struct CGPoint { float x_1_1_1; float x_1_1_2; } x1; struct CGSize { float x_2_1_1; float x_2_1_2; } x2; })_shadowImage:(id)arg1 frameForShortLookBounds:(struct CGRect { struct CGPoint { float x_1_1_1; float x_1_1_2; } x1; struct CGSize { float x_2_1_1; float x_2_1_2; } x2; })arg2; + (id)_shadowImageMask; ++ (unsigned int)_styleOptionsForBackgroundWithBlur:(BOOL)arg1; + (float)titleInset; - (void).cxx_destruct; @@ -61,17 +62,18 @@ - (BOOL)adjustForContentSizeCategoryChange; - (BOOL)adjustsFontForContentSizeCategory; - (id)backgroundView; -- (id)colorInfusionView; - (struct CGSize { float x1; float x2; })contentSizeForSize:(struct CGSize { float x1; float x2; })arg1; - (float)cornerRadius; - (id)customContentView; - (id)date; - (int)dateFormatStyle; +- (void)dealloc; - (id)groupName; - (BOOL)headerHeedsHorizontalLayoutMargins; - (id)icon; - (id)iconButton; - (id)initWithFrame:(struct CGRect { struct CGPoint { float x_1_1_1; float x_1_1_2; } x1; struct CGSize { float x_2_1_1; float x_2_1_2; } x2; })arg1; +- (id)initWithMaterialSettings:(id)arg1; - (BOOL)isBackgroundBlurred; - (BOOL)isBanner; - (BOOL)isDateAllDay; @@ -82,7 +84,6 @@ - (void)setBackgroundBlurred:(BOOL)arg1; - (void)setBackgroundView:(id)arg1; - (void)setBanner:(BOOL)arg1; -- (void)setColorInfusionView:(id)arg1; - (void)setCornerRadius:(float)arg1; - (void)setDate:(id)arg1; - (void)setDateAllDay:(BOOL)arg1; @@ -95,6 +96,7 @@ - (void)setTitle:(id)arg1; - (void)setUsesBackgroundView:(BOOL)arg1; - (void)setUtilityView:(id)arg1; +- (void)settings:(id)arg1 changedValueForKey:(id)arg2; - (struct CGSize { float x1; float x2; })sizeThatFitsContentWithSize:(struct CGSize { float x1; float x2; })arg1; - (id)timeZone; - (id)title; diff --git a/PrivateFrameworks/UserNotificationsUIKit.framework/_NCNotificationShortLookScrollView.h b/PrivateFrameworks/UserNotificationsUIKit.framework/_NCNotificationShortLookScrollView.h new file mode 100644 index 0000000000..2de9f69ead --- /dev/null +++ b/PrivateFrameworks/UserNotificationsUIKit.framework/_NCNotificationShortLookScrollView.h @@ -0,0 +1,9 @@ +/* Generated by RuntimeBrowser + Image: /System/Library/PrivateFrameworks/UserNotificationsUIKit.framework/UserNotificationsUIKit + */ + +@interface _NCNotificationShortLookScrollView : UIScrollView + +- (id)hitTest:(struct CGPoint { float x1; float x2; })arg1 withEvent:(id)arg2; + +@end diff --git a/PrivateFrameworks/UserNotificationsUIKit.framework/_NCNotificationViewControllerView.h b/PrivateFrameworks/UserNotificationsUIKit.framework/_NCNotificationViewControllerView.h index c209b36fea..a38ee7e2bd 100644 --- a/PrivateFrameworks/UserNotificationsUIKit.framework/_NCNotificationViewControllerView.h +++ b/PrivateFrameworks/UserNotificationsUIKit.framework/_NCNotificationViewControllerView.h @@ -18,6 +18,7 @@ - (void).cxx_destruct; - (id)blurringView; - (id)contentView; +- (id)hitTest:(struct CGPoint { float x1; float x2; })arg1 withEvent:(id)arg2; - (float)inputRadius; - (void)setBlurringView:(id)arg1; - (void)setContentView:(id)arg1; diff --git a/PrivateFrameworks/UserNotificationsUIKit.framework/_NCTransitionAnimationStateManagingViewController.h b/PrivateFrameworks/UserNotificationsUIKit.framework/_NCTransitionAnimationStateManagingViewController.h index 6da376ea4b..6ca573e32f 100644 --- a/PrivateFrameworks/UserNotificationsUIKit.framework/_NCTransitionAnimationStateManagingViewController.h +++ b/PrivateFrameworks/UserNotificationsUIKit.framework/_NCTransitionAnimationStateManagingViewController.h @@ -10,5 +10,6 @@ - (int)ncTransitionAnimationState; - (void)presentViewController:(id)arg1 animated:(BOOL)arg2 completion:(id /* block */)arg3; - (void)setNCTransitionAnimationState:(int)arg1; +- (void)viewWillDisappear:(BOOL)arg1; @end diff --git a/PrivateFrameworks/VectorKit.framework/VKLabelMarker.h b/PrivateFrameworks/VectorKit.framework/VKLabelMarker.h index 3a087ca782..8eab59a2ce 100644 --- a/PrivateFrameworks/VectorKit.framework/VKLabelMarker.h +++ b/PrivateFrameworks/VectorKit.framework/VKLabelMarker.h @@ -60,7 +60,6 @@ - (int)featureType; - (BOOL)hasBusinessID; - (id)iconImageKeys; -- (const struct basic_string, std::__1::allocator > { struct __compressed_pair, std::__1::allocator >::__rep, std::__1::allocator > { struct __rep { union { struct __long { unsigned int x_1_4_1; unsigned int x_1_4_2; char *x_1_4_3; } x_1_3_1; struct __short { union { unsigned char x_1_5_1; BOOL x_1_5_2; } x_2_4_1; BOOL x_2_4_2[11]; } x_1_3_2; struct __raw { unsigned long x_3_4_1[3]; } x_1_3_3; } x_1_2_1; } x_1_1_1; } x1; }*)iconName; - (id)iconNameAsNSString; - (id)imageKeys; - (id)incident; diff --git a/PrivateFrameworks/VectorKit.framework/VKLabelNavSupport.h b/PrivateFrameworks/VectorKit.framework/VKLabelNavSupport.h index 385c338a15..e346100574 100644 --- a/PrivateFrameworks/VectorKit.framework/VKLabelNavSupport.h +++ b/PrivateFrameworks/VectorKit.framework/VKLabelNavSupport.h @@ -65,6 +65,7 @@ unsigned int index; float offset; } _routeUserOffset; + BOOL _shouldLabelOppositeCarriageways; unsigned int _stepIndex; struct shared_ptr > { struct StylesheetManager {} *__ptr_; @@ -116,7 +117,7 @@ - (unsigned char)computeRoutePositionForPOIAtPixel:(const struct Matrix { float x1[2]; }*)arg1 currentPosition:(unsigned char)arg2 context:(struct NavContext { int (**x1)(); struct LabelManager {} *x2; }*)arg3; - (id)currentLocationText; - (id)currentRoadName; -- (struct NavCurrentRoadSign { int (**x1)(); struct basic_string, std::__1::allocator > { struct __compressed_pair, std::__1::allocator >::__rep, std::__1::allocator > { struct __rep { union { struct __long { unsigned int x_1_5_1; unsigned int x_1_5_2; char *x_1_5_3; } x_1_4_1; struct __short { union { unsigned char x_1_6_1; BOOL x_1_6_2; } x_2_5_1; BOOL x_2_5_2[11]; } x_1_4_2; struct __raw { unsigned long x_3_5_1[3]; } x_1_4_3; } x_1_3_1; } x_1_2_1; } x_2_1_1; } x2; struct shared_ptr > { struct StylesheetQuery {} *x_3_1_1; struct __shared_weak_count {} *x_3_1_2; } x3; struct { bool x_4_1_1; bool x_4_1_2; float x_4_1_3; float x_4_1_4; } x4; struct NavLabelPart {} *x5; struct Mercator2 { double x_6_1_1[2]; } x6; struct Matrix { float x_7_1_1[2]; } x7; struct Matrix { float x_8_1_1[2]; } x8; struct Box { struct Matrix { float x_1_2_1[2]; } x_9_1_1; struct Matrix { float x_2_2_1[2]; } x_9_1_2; } x9; }*)currentRoadSign; +- (struct NavCurrentRoadSign { int (**x1)(); struct basic_string, std::__1::allocator > { struct __compressed_pair, std::__1::allocator >::__rep, std::__1::allocator > { struct __rep { union { struct __long { unsigned int x_1_5_1; unsigned int x_1_5_2; char *x_1_5_3; } x_1_4_1; struct __short { union { unsigned char x_1_6_1; BOOL x_1_6_2; } x_2_5_1; BOOL x_2_5_2[11]; } x_1_4_2; struct __raw { unsigned long x_3_5_1[3]; } x_1_4_3; } x_1_3_1; } x_1_2_1; } x_2_1_1; } x2; struct shared_ptr > { struct StylesheetQuery {} *x_3_1_1; struct __shared_weak_count {} *x_3_1_2; } x3; struct { bool x_4_1_1; bool x_4_1_2; float x_4_1_3; float x_4_1_4; } x4; struct unique_ptr > { struct __compressed_pair > { struct NavLabelPart {} *x_1_2_1; } x_5_1_1; } x5; struct Mercator2 { double x_6_1_1[2]; } x6; }*)currentRoadSign; - (float)currentRoadSignPixelHeight; - (id)currentShieldGroup; - (void)dealloc; diff --git a/PrivateFrameworks/VectorKit.framework/VKMapCanvas.h b/PrivateFrameworks/VectorKit.framework/VKMapCanvas.h index a9bfea3edb..d1c121f343 100644 --- a/PrivateFrameworks/VectorKit.framework/VKMapCanvas.h +++ b/PrivateFrameworks/VectorKit.framework/VKMapCanvas.h @@ -227,7 +227,7 @@ - (void)transferStateFromCanvas:(id)arg1; - (id)transitLineMarkersForSelectionAtPoint:(struct CGPoint { float x1; float x2; })arg1; - (id)transitLineMarkersInCurrentViewport; -- (void)transitionToTracking:(BOOL)arg1 mapMode:(int)arg2 cameraController:(id)arg3 pounceCompletionHandler:(id /* block */)arg4; +- (void)transitionToTracking:(BOOL)arg1 mapMode:(int)arg2 startLocation:(struct { double x1; double x2; })arg3 cameraController:(id)arg4 pounceCompletionHandler:(id /* block */)arg5; - (void)updateCameraForFrameResize; - (struct VehicleState { bool x1; })vehicleState; - (id)visibleTileSets; diff --git a/PrivateFrameworks/VectorKit.framework/VKMapView.h b/PrivateFrameworks/VectorKit.framework/VKMapView.h index 069ee130c9..d5cecafc5c 100644 --- a/PrivateFrameworks/VectorKit.framework/VKMapView.h +++ b/PrivateFrameworks/VectorKit.framework/VKMapView.h @@ -461,7 +461,7 @@ - (id)transitLineMarkersForSelectionAtPoint:(struct CGPoint { float x1; float x2; })arg1; - (id)transitLineMarkersInCurrentViewport; - (BOOL)transitLinesDisabled; -- (void)transitionToTracking:(BOOL)arg1 mapMode:(int)arg2 pounceCompletionHandler:(id /* block */)arg3; +- (void)transitionToTracking:(BOOL)arg1 mapMode:(int)arg2 startLocation:(struct { double x1; double x2; })arg3 pounceCompletionHandler:(id /* block */)arg4; - (BOOL)updateDisplayLinkStatus; - (void)updateOnscreenTimestamps; - (void)updatePanWithTranslation:(struct CGPoint { float x1; float x2; })arg1; diff --git a/PrivateFrameworks/VectorKit.framework/VKNavCameraController.h b/PrivateFrameworks/VectorKit.framework/VKNavCameraController.h index ef4a2342ef..5fa3d0e9af 100644 --- a/PrivateFrameworks/VectorKit.framework/VKNavCameraController.h +++ b/PrivateFrameworks/VectorKit.framework/VKNavCameraController.h @@ -334,7 +334,7 @@ - (void)startPinchingWithFocusPoint:(struct CGPoint { float x1; float x2; })arg1; - (void)startPitchingWithFocusPoint:(struct CGPoint { float x1; float x2; })arg1; - (void)startRotatingWithFocusPoint:(struct CGPoint { float x1; float x2; })arg1; -- (void)startWithPounce:(BOOL)arg1 pounceCompletionHandler:(id /* block */)arg2; +- (void)startWithPounce:(BOOL)arg1 startLocation:(struct { double x1; double x2; })arg2 pounceCompletionHandler:(id /* block */)arg3; - (void)stop; - (void)stopAnimations; - (void)stopPanningAtPoint:(struct CGPoint { float x1; float x2; })arg1; diff --git a/PrivateFrameworks/ViceroyTrace.framework b/PrivateFrameworks/ViceroyTrace.framework deleted file mode 100644 index e4d43c3b10..0000000000 --- a/PrivateFrameworks/ViceroyTrace.framework +++ /dev/null @@ -1,58 +0,0 @@ - - -ViceroyTrace.framework - - - -
-   ___          _   _             ___
-  | _ \_  _ _ _| |_(_)_ __  ___  | _ )_ _ _____ __ _____ ___ _ _
-  |   / || | ' \  _| | '  \/ -_) | _ \ '_/ _ \ V  V (_-// -_) '_|
-  |_|_\\_,_|_||_\__|_|_|_|_\___| |___/_| \___/\_/\_//__/\___|_|
-  
- -------------------------------------------------------------------------------
-
-
-/PrivateFrameworks/ViceroyTrace.framework
-0 classes
-
-
-
- -------------------------------------------------------------------------------
-
- Source code: https://github.com/nst/RuntimeBrowser
-
- Authors: Ezra Epstein (eepstein@prajna.com)
-          Nicolas Seriot (nicolas@seriot.ch)
-
- Copyright (c) 2002 by Prajna IT Consulting.
-                       http://www.prajna.com
-               2015 by Nicolas Seriot
-                       http://www.seriot.ch
-
- ========================================================================
-
- THIS PROGRAM AND THIS CODE COME WITH ABSOLUTELY NO WARRANTY.
- THIS CODE HAS BEEN PROVIDED "AS IS" AND THE RESPONSIBILITY
- FOR ITS OPERATIONS IS 100% YOURS.
-
- ========================================================================
- 
- RuntimeBrowser is free software; you can redistribute it and/or modify
- it under the terms of the GNU General Public License as published by
- the Free Software Foundation; either version 2 of the License, or
- (at your option) any later version.
-
- RuntimeBrowser is distributed in the hope that it will be useful,
- but WITHOUT ANY WARRANTY; without even the implied warranty of
- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
- GNU General Public License for more details.
-
- You should have received a copy of the GNU General Public License
- along with RuntimeBrowser (in a file called "COPYING.txt"); if not,
- write to the Free Software Foundation, Inc., 59 Temple Place, Suite 330,
- Boston, MA  02111-1307  USA
-
-
-
- diff --git a/PrivateFrameworks/VideoProcessing.framework/VCPDatabaseReader.h b/PrivateFrameworks/VideoProcessing.framework/VCPDatabaseReader.h index 7bf6b29bde..5743007f1f 100644 --- a/PrivateFrameworks/VideoProcessing.framework/VCPDatabaseReader.h +++ b/PrivateFrameworks/VideoProcessing.framework/VCPDatabaseReader.h @@ -16,6 +16,7 @@ - (long)openDatabase; - (id)queryAnalysisForAsset:(id)arg1; - (id)queryAnalysisForAsset:(id)arg1 withTypes:(id)arg2; +- (id)queryAnalysisPropertiesForAsset:(id)arg1; - (id)queryAssetsAnalyzedSince:(id)arg1; - (long)queryHeaderForAsset:(id)arg1 analysis:(id*)arg2 assetId:(long long*)arg3; - (long)queryResultsForAssetId:(long long)arg1 analysis:(id)arg2; diff --git a/PrivateFrameworks/VideoProcessing.framework/VCPImageBlurAnalyzer.h b/PrivateFrameworks/VideoProcessing.framework/VCPImageBlurAnalyzer.h index fe41ff4003..0f1dcbf519 100644 --- a/PrivateFrameworks/VideoProcessing.framework/VCPImageBlurAnalyzer.h +++ b/PrivateFrameworks/VideoProcessing.framework/VCPImageBlurAnalyzer.h @@ -3,11 +3,13 @@ */ @interface VCPImageBlurAnalyzer : VCPImageAnalyzer { + float _contrast; NSArray * _faces; VCPCNNData * _input; float _irisSharpness; VCPCNNModel * _model; NSArray * _objects; + BOOL _sdof; float _sharpness; float _sharpnessBlocks; BOOL _useGPU; @@ -27,7 +29,7 @@ - (float)computeRegionSharpness:(char *)arg1 width:(int)arg2 height:(int)arg3 stride:(int)arg4; - (long)initInputFromCVPixelBuffer:(struct __CVBuffer { }*)arg1 height:(int)arg2 width:(int)arg3; - (long)initModel; -- (id)initWithFaceResults:(id)arg1 objectRect:(id)arg2; +- (id)initWithFaceResults:(id)arg1 objectRect:(id)arg2 sdof:(BOOL)arg3; - (float)irisSharpness; - (float)sharpness; - (void)spatialPooling; diff --git a/PrivateFrameworks/VideoProcessing.framework/VCPMediaAnalyzer.h b/PrivateFrameworks/VideoProcessing.framework/VCPMediaAnalyzer.h index bc4067b5ba..cfd9132e47 100644 --- a/PrivateFrameworks/VideoProcessing.framework/VCPMediaAnalyzer.h +++ b/PrivateFrameworks/VideoProcessing.framework/VCPMediaAnalyzer.h @@ -18,6 +18,7 @@ - (void)assetsAnalyzedSinceDate:(id)arg1 completionHandler:(id /* block */)arg2; - (BOOL)cancelAnalysisWithRequestID:(int)arg1; - (void)checkDuplicate:(id)arg1 withAsset:(id)arg2 duplicate:(int*)arg3; +- (id)curateMovieAssetsForCollection:(id)arg1 withAlreadyCuratedAssets:(id)arg2 andDesiredCount:(unsigned int)arg3 allowOnDemand:(BOOL)arg4; - (void)distanceFromAsset:(id)arg1 timeRange:(struct { struct { long long x_1_1_1; int x_1_1_2; unsigned int x_1_1_3; long long x_1_1_4; } x1; struct { long long x_2_1_1; int x_2_1_2; unsigned int x_2_1_3; long long x_2_1_4; } x2; })arg2 toAsset:(id)arg3 timeRange:(struct { struct { long long x_1_1_1; int x_1_1_2; unsigned int x_1_1_3; long long x_1_1_4; } x1; struct { long long x_2_1_1; int x_2_1_2; unsigned int x_2_1_3; long long x_2_1_4; } x2; })arg4 duplicate:(int*)arg5 distance:(float*)arg6; - (void)distanceFromAsset:(id)arg1 toAsset:(id)arg2 duplicate:(int*)arg3 distance:(float*)arg4; - (void)getSceneDescriptors:(struct { struct { long long x_1_1_1; int x_1_1_2; unsigned int x_1_1_3; long long x_1_1_4; } x1; struct { long long x_2_1_1; int x_2_1_2; unsigned int x_2_1_3; long long x_2_1_4; } x2; })arg1 featureResults:(id)arg2 descriptorArray:(id)arg3; diff --git a/PrivateFrameworks/VideoProcessing.framework/VCPMovieAnalyzer.h b/PrivateFrameworks/VideoProcessing.framework/VCPMovieAnalyzer.h index 5120c7b729..959e983ce3 100644 --- a/PrivateFrameworks/VideoProcessing.framework/VCPMovieAnalyzer.h +++ b/PrivateFrameworks/VideoProcessing.framework/VCPMovieAnalyzer.h @@ -9,6 +9,7 @@ float _irisPhotoExposureSec; float _irisPhotoOffsetSec; BOOL _isIris; + BOOL _isShortMovie; BOOL _isSlowmo; unsigned int _requestedAnalyses; int _status; diff --git a/PrivateFrameworks/VideoProcessing.framework/VCPPhotoAnalyzer.h b/PrivateFrameworks/VideoProcessing.framework/VCPPhotoAnalyzer.h index 0b5f83e4bf..e805a37bea 100644 --- a/PrivateFrameworks/VideoProcessing.framework/VCPPhotoAnalyzer.h +++ b/PrivateFrameworks/VideoProcessing.framework/VCPPhotoAnalyzer.h @@ -17,6 +17,7 @@ NSDictionary * _phFaceResults; unsigned int _requestedAnalyses; NSMutableDictionary * _results; + BOOL _sdof; int _status; struct CGAffineTransform { float a; diff --git a/PrivateFrameworks/VideoProcessing.framework/VCPVideoGlobalAnalyzer.h b/PrivateFrameworks/VideoProcessing.framework/VCPVideoGlobalAnalyzer.h index ae9dd9cf7e..69d9f876f3 100644 --- a/PrivateFrameworks/VideoProcessing.framework/VCPVideoGlobalAnalyzer.h +++ b/PrivateFrameworks/VideoProcessing.framework/VCPVideoGlobalAnalyzer.h @@ -4,8 +4,13 @@ @interface VCPVideoGlobalAnalyzer : NSObject -- (float)analyzeOverallInterestingness:(id)arg1; - (float)analyzeOverallQuality:(id)arg1; +- (float)assetActionScoreFromAnalysis:(id)arg1; +- (float)assetCameraMotionScoreFromAnalysis:(id)arg1; +- (float)assetExpressionScoreFromAnalysis:(id)arg1; +- (float)assetJunkScoreFromAnalysis:(id)arg1; +- (float)assetQualityScoreFromAnalysis:(id)arg1; +- (float)assetVoiceScoreFromAnalysis:(id)arg1; - (long)setIrisRecommend:(id)arg1; @end diff --git a/PrivateFrameworks/VideosExtras.framework/VideosExtrasFeatureContainerViewController.h b/PrivateFrameworks/VideosExtras.framework/VideosExtrasFeatureContainerViewController.h index 1df6dad96a..aa61324d45 100644 --- a/PrivateFrameworks/VideosExtras.framework/VideosExtrasFeatureContainerViewController.h +++ b/PrivateFrameworks/VideosExtras.framework/VideosExtrasFeatureContainerViewController.h @@ -13,7 +13,7 @@ @property (nonatomic) float collectionViewHeight; @property (nonatomic, readonly) VideosExtrasContext *context; @property (nonatomic) UIView *menuBarView; -@property (nonatomic, retain) UIViewController *videoPlaybackViewController; +@property (nonatomic, retain) UIViewController *videoPlaybackViewController; - (void).cxx_destruct; - (void)_menuBarHeightChange:(id)arg1; diff --git a/PrivateFrameworks/VideosExtras.framework/VideosExtrasJSITunesStore.h b/PrivateFrameworks/VideosExtras.framework/VideosExtrasJSITunesStore.h index cc7dddf58f..c2a60febb8 100644 --- a/PrivateFrameworks/VideosExtras.framework/VideosExtrasJSITunesStore.h +++ b/PrivateFrameworks/VideosExtras.framework/VideosExtrasJSITunesStore.h @@ -6,19 +6,11 @@ UIViewController * _formPresentationViewController; } -@property (nonatomic, readonly) NSString *DSID; -@property (nonatomic, readonly) NSDictionary *accountInfo; -@property (nonatomic, retain) id cookie; -@property (nonatomic, retain) NSString *cookieURL; @property (readonly, copy) NSString *debugDescription; @property (readonly, copy) NSString *description; @property (nonatomic) UIViewController *formPresentationViewController; @property (readonly) unsigned int hash; -@property (getter=isManagedAppleID, nonatomic, readonly) BOOL managedAppleID; -@property (nonatomic, readonly) NSString *networkConnectionType; -@property (nonatomic, retain) NSString *storefront; @property (readonly) Class superclass; -@property (nonatomic, readonly) NSString *userAgent; - (void).cxx_destruct; - (id)formPresentationViewController; diff --git a/PrivateFrameworks/VideosExtras.framework/VideosExtrasRootViewController.h b/PrivateFrameworks/VideosExtras.framework/VideosExtrasRootViewController.h index 7ba94418dd..1dfa9f4571 100644 --- a/PrivateFrameworks/VideosExtras.framework/VideosExtrasRootViewController.h +++ b/PrivateFrameworks/VideosExtras.framework/VideosExtrasRootViewController.h @@ -45,7 +45,6 @@ - (void)_attemptRestart; - (id)_createDataStorageForIdentifier:(id)arg1; - (void)_finalizeMainTemplateOffset:(BOOL)arg1; -- (void)_registerIKStylesAndElements; - (BOOL)_setMainDocumentWithViewController:(id)arg1; - (void)_setNavigationController:(id)arg1; - (void)_setUpForApplication; @@ -60,6 +59,7 @@ - (BOOL)appIsTrusted; - (id)appJSURL; - (id)appLaunchParams; +- (BOOL)appUsesDefaultStyleSheets; - (id)applicationContext; - (id)artworkDataSource; - (void)collectionView:(id)arg1 didSelectItemAtIndexPath:(id)arg2; @@ -106,6 +106,7 @@ - (id)vendorStorage; - (void)viewDidAppear:(BOOL)arg1; - (void)viewDidLoad; +- (id)viewElementRegistry; - (void)viewWillTransitionToSize:(struct CGSize { float x1; float x2; })arg1 withTransitionCoordinator:(id)arg2; @end diff --git a/PrivateFrameworks/VideosExtras.framework/VideosExtrasSlideshowViewController.h b/PrivateFrameworks/VideosExtras.framework/VideosExtrasSlideshowViewController.h index 6b808216be..8c3b0e447b 100644 --- a/PrivateFrameworks/VideosExtras.framework/VideosExtrasSlideshowViewController.h +++ b/PrivateFrameworks/VideosExtras.framework/VideosExtrasSlideshowViewController.h @@ -2,7 +2,7 @@ Image: /System/Library/PrivateFrameworks/VideosExtras.framework/VideosExtras */ -@interface VideosExtrasSlideshowViewController : UIViewController { +@interface VideosExtrasSlideshowViewController : UIViewController { BOOL _animatingTransition; * _dataSource; VideosExtrasConstrainedArtworkContainerView * _disappearingImageContainerView; diff --git a/PrivateFrameworks/VoiceTrigger.framework/VTAggregator.h b/PrivateFrameworks/VoiceTrigger.framework/VTAggregator.h index 2052cd2fa2..4f28b7e674 100644 --- a/PrivateFrameworks/VoiceTrigger.framework/VTAggregator.h +++ b/PrivateFrameworks/VoiceTrigger.framework/VTAggregator.h @@ -3,6 +3,7 @@ */ @interface VTAggregator : NSObject { + NSString * _assetString; double _cumulativeDowntime; double _cumulativeUptime; unsigned int _currentState; @@ -17,15 +18,24 @@ + (id)sharedAggregator; - (void).cxx_destruct; +- (void)_addValueForScalarKey:(id)arg1 withValue:(long long)arg2; - (void)_logUptime; +- (id)_makeKey:(id)arg1; +- (id)_makeKeyWithLanguageAndAssetString:(id)arg1; +- (id)_makeKeyWithLanguageCode:(id)arg1; +- (void)_pushValueForDistributionKey:(id)arg1 withValue:(double)arg2; - (void)cumulativeUptime:(id*)arg1 cumulativeDowntime:(id*)arg2 reset:(BOOL)arg3; - (id)init; - (void)logActivation; - (void)logFalseWakeUp:(BOOL)arg1; -- (void)logRecognizerTimedOut:(id)arg1; +- (void)logProfileUpdateNumDeletedUttsPHS:(int)arg1; +- (void)logProfileUpdateNumDeletedUttsStrategy:(int)arg1; +- (void)logProfileUpdateScoreMSE:(double)arg1; +- (void)logRecognizerTimedOut; - (void)logSecondPassResult:(BOOL)arg1; - (void)logTimeVoiceTriggerTransitionsToState:(unsigned int)arg1; - (void)logZeroRunAudio:(int)arg1; +- (void)setAssetString:(id)arg1; - (void)setLanguageCode:(id)arg1; @end diff --git a/PrivateFrameworks/VoiceTrigger.framework/VTAnalyzerNDAPI.h b/PrivateFrameworks/VoiceTrigger.framework/VTAnalyzerNDAPI.h index 1099157aa8..8238f8a900 100644 --- a/PrivateFrameworks/VoiceTrigger.framework/VTAnalyzerNDAPI.h +++ b/PrivateFrameworks/VoiceTrigger.framework/VTAnalyzerNDAPI.h @@ -20,10 +20,14 @@ - (BOOL)getDoSupervectorSecondaryTest; - (double)getExtraSamplesAtStart; - (double)getLoggingThreshold; -- (int)getNumExplicitRetraining; - (id)getRecognizerConfig; - (double)getRecognizerThresholdOffset; - (double)getRecognizerWaitTime; +- (int)getRetrainNumExplicitUtt; +- (int)getRetrainNumImplicitUtt; +- (id)getRetrainSamplingPolicy; +- (double)getRetrainThresholdSAT; +- (double)getRetrainThresholdTrigger; - (int)getSATVectorCount; - (const struct _ndsvscore { float x1; }*)getScoreSuperVector:(const float*)arg1 size:(unsigned int)arg2; - (double)getSecondChanceThreshold; diff --git a/PrivateFrameworks/VoiceTrigger.framework/VTPhraseSpotter.h b/PrivateFrameworks/VoiceTrigger.framework/VTPhraseSpotter.h index d306baec38..10c54fc866 100644 --- a/PrivateFrameworks/VoiceTrigger.framework/VTPhraseSpotter.h +++ b/PrivateFrameworks/VoiceTrigger.framework/VTPhraseSpotter.h @@ -55,7 +55,6 @@ BOOL _nearMissLogPending; int _nearMissLogPreDelayTimer; NSMutableArray * _nonceTriggerEvents; - unsigned int _numExplicitRetraining; int _numFramesFromPreTrigger; BOOL _phraseSpotterBypassed; BOOL _phraseSpotterEnabled; @@ -69,6 +68,11 @@ BOOL _registeredForPhraseSpotterNotification; BOOL _registeredforVoiceTriggerEnabledNotification; NSString * _resourcePath; + unsigned int _retrainNumExplicitUtt; + unsigned int _retrainNumImplicitUtt; + NSString * _retrainSamplingPolicy; + double _retrainThresholdSAT; + double _retrainThresholdTrigger; unsigned int _sampleCountAtFirstChance; unsigned int _samplecount; unsigned int _samplecountAtLastTriggerEnd; @@ -122,6 +126,7 @@ - (void).cxx_destruct; - (void)VTAssetMonitor:(id)arg1 didReceiveNewAssetAvailable:(BOOL)arg2; - (void)VTLanguageCodeUpdateMonitor:(id)arg1 didReceiveLanguageCodeChanged:(id)arg2; +- (id)_analyzeEnrollmentUtts:(id)arg1 enrollmentUtts:(id)arg2 thresholdTrigger:(double)arg3 thresholdSAT:(double)arg4 isUpdatingModel:(BOOL)arg5 extraUtts:(id*)arg6; - (id)_analyzeEvents:(const struct _ndresult { unsigned int x1; unsigned int x2; unsigned int x3; float x4; bool x5; }*)arg1; - (id)_analyzeMakeResult:(const struct _ndresult { unsigned int x1; unsigned int x2; unsigned int x3; float x4; bool x5; }*)arg1 eventKind:(unsigned char)arg2 satScore:(double)arg3; - (void)_analyzeReset; @@ -131,6 +136,7 @@ - (void)_clearDeviceHandHeld; - (void)_commonInit; - (double)_computeSATScore:(const struct _ndresult { unsigned int x1; unsigned int x2; unsigned int x3; float x4; bool x5; }*)arg1; +- (double)_computeSamplingMSE:(id)arg1 selectedUtts:(id)arg2 beforeScores:(id)arg3; - (BOOL)_configureWithConfig:(id)arg1 resourcePath:(id)arg2; - (BOOL)_configureWithDefaults; - (void)_createFirstChanceMeta:(const struct _ndresult { unsigned int x1; unsigned int x2; unsigned int x3; float x4; bool x5; }*)arg1; @@ -138,6 +144,7 @@ - (void)_firstUnlockedAndSpringBoardStarted; - (id)_getAssetHashFromConfigPath:(id)arg1; - (BOOL)_getSecondChanceEffective; +- (id)_getSortedEnrollmentUtterances; - (id)_getSpeakerModelPath:(id)arg1 createDirectory:(BOOL)arg2; - (void)_handleAssetChangeForLanguageCode:(id)arg1; - (id)_handleTriggerEvent:(const struct _ndresult { unsigned int x1; unsigned int x2; unsigned int x3; float x4; bool x5; }*)arg1 num_new_samples:(unsigned int)arg2 satScore:(double)arg3; @@ -149,14 +156,18 @@ - (void)_notifyAssetChangedCallback; - (void)_performReadyCompletion; - (void)_phraseSpotterEnabledDidChange; +- (id)_randomSubset:(id)arg1 numSelected:(unsigned int)arg2; - (id)_recordTrainingSamples; - (BOOL)_removeInvalidSATModel; +- (unsigned int)_removeUnusedUttsFrom:(id)arg1 selectedUtts:(id)arg2; - (void)_resetCounters; -- (BOOL)_retrainingSATModel:(id)arg1 satAudioPath:(id)arg2 numExplicitUtt:(unsigned int)arg3; +- (BOOL)_retrainingSATModel:(id)arg1 spkrFile:(id)arg2; - (void)_safeConfigureWithAnalyzer:(id)arg1 path:(id)arg2 data:(id)arg3 resourcePath:(id)arg4; - (void)_safeReconfig; +- (id)_sampleFromSortedArray:(id)arg1 numSelected:(unsigned int)arg2; - (void)_setDeviceHandHeld; - (void)_setSecondChance; +- (BOOL)_shouldCreateAudioBuffer; - (void)_storeFirstChanceAudio; - (void)_voiceTriggerEnabledDidChange; - (id)analyze:(struct AudioBuffer { unsigned int x1; unsigned int x2; void *x3; })arg1; diff --git a/PrivateFrameworks/VoiceTriggerUI.framework/VTUIAudioSessionAVVC.h b/PrivateFrameworks/VoiceTriggerUI.framework/VTUIAudioSessionAVVC.h index 271c942cb0..be8853335d 100644 --- a/PrivateFrameworks/VoiceTriggerUI.framework/VTUIAudioSessionAVVC.h +++ b/PrivateFrameworks/VoiceTriggerUI.framework/VTUIAudioSessionAVVC.h @@ -17,10 +17,12 @@ - (void).cxx_destruct; - (BOOL)_hasCorrectInputAudioRoute; - (BOOL)_hasCorrectOutputAudioRoute; +- (BOOL)_hasInputAudioRoute; - (int)audioSource; - (float)averagePower; - (int)convertStopReason:(int)arg1; - (id)delegate; +- (BOOL)hasAudioRoute; - (BOOL)hasCorrectAudioRoute; - (id)init; - (BOOL)isRecording; diff --git a/PrivateFrameworks/VoiceTriggerUI.framework/VTUIEnrollmentStateView.h b/PrivateFrameworks/VoiceTriggerUI.framework/VTUIEnrollmentStateView.h index 58b75d0ce3..e2f4365460 100644 --- a/PrivateFrameworks/VoiceTriggerUI.framework/VTUIEnrollmentStateView.h +++ b/PrivateFrameworks/VoiceTriggerUI.framework/VTUIEnrollmentStateView.h @@ -11,6 +11,7 @@ UILabel * _instructionLabel; UILabel * _subtitleLabel; UILabel * _titleLabel; + BOOL _usingFallbackImage; } @property (nonatomic, readonly) UIButton *finishEnrollmentButton; diff --git a/PrivateFrameworks/VoiceTriggerUI.framework/VTUIStringsHelper.h b/PrivateFrameworks/VoiceTriggerUI.framework/VTUIStringsHelper.h index 5df40a3b9f..f2edad09cb 100644 --- a/PrivateFrameworks/VoiceTriggerUI.framework/VTUIStringsHelper.h +++ b/PrivateFrameworks/VoiceTriggerUI.framework/VTUIStringsHelper.h @@ -8,12 +8,15 @@ NSDictionary * _localizedStringTableForSiriLanguage; } +@property (nonatomic, readonly) NSString *heySiriTriggerPhrase; + + (void)initialize; + (id)sharedStringsHelper; - (void).cxx_destruct; - (id)_bundleStringTableForLanguages:(id)arg1; - (id)_siriLanguageSubstitutedString:(id)arg1; +- (id)heySiriTriggerPhrase; - (id)init; - (void)setSiriLanguage:(id)arg1; - (void)setupForCurrentLocaleAndSiriLanguage; diff --git a/PrivateFrameworks/VoiceTriggerUI.framework/VTUIStyle.h b/PrivateFrameworks/VoiceTriggerUI.framework/VTUIStyle.h index be39f074cd..5dff49d911 100644 --- a/PrivateFrameworks/VoiceTriggerUI.framework/VTUIStyle.h +++ b/PrivateFrameworks/VoiceTriggerUI.framework/VTUIStyle.h @@ -69,5 +69,12 @@ - (float)subtitleLineHeight; - (float)tickMarkHorizontalSizeRatio; - (float)titleBaselineOffsetFromTop; +- (id)turnOnSiriContinueButtonFont; +- (float)turnOnSiriContinueButtonHeight; +- (float)turnOnSiriContinueButtonWidth; +- (float)turnOnSiriHorizontalPaddingLandscape; +- (float)turnOnSiriHorizontalPaddingPortrait; +- (float)turnOnSiriImageOffsetFromTopLandscape; +- (float)turnOnSiriImageOffsetFromTopPortrait; @end diff --git a/PrivateFrameworks/VoiceTriggerUI.framework/VTUITrainingManager.h b/PrivateFrameworks/VoiceTriggerUI.framework/VTUITrainingManager.h index b003bc68e8..7e09d50e40 100644 --- a/PrivateFrameworks/VoiceTriggerUI.framework/VTUITrainingManager.h +++ b/PrivateFrameworks/VoiceTriggerUI.framework/VTUITrainingManager.h @@ -65,6 +65,7 @@ - (void)setSuspendAudio:(BOOL)arg1; - (BOOL)setupAudioSession; - (BOOL)shouldPerformRMS; +- (BOOL)shouldShowHeadsetDisconnectionMessage; - (BOOL)speechRecognizerAvailable; - (BOOL)startAudioSession; - (void)startRMS; diff --git a/PrivateFrameworks/VoiceTriggerUI.framework/VTUITrainingSession.h b/PrivateFrameworks/VoiceTriggerUI.framework/VTUITrainingSession.h index d285439e3b..bf43f760d7 100644 --- a/PrivateFrameworks/VoiceTriggerUI.framework/VTUITrainingSession.h +++ b/PrivateFrameworks/VoiceTriggerUI.framework/VTUITrainingSession.h @@ -36,7 +36,6 @@ - (void)audioSessionErrorDidOccur:(id)arg1; - (void)audioSessionRecordBufferAvailable:(id)arg1; - (void)audioSessionUnsupportedAudioRoute; -- (void)checkAudioRoute; - (void)closeSessionWithCompletion:(id /* block */)arg1; - (void)closeSessionWithStatus:(int)arg1 successfully:(BOOL)arg2; - (void)closeSessionWithStatus:(int)arg1 successfully:(BOOL)arg2 complete:(id /* block */)arg3; diff --git a/PrivateFrameworks/VoiceTriggerUI.framework/VTUITurnOnSiriView.h b/PrivateFrameworks/VoiceTriggerUI.framework/VTUITurnOnSiriView.h new file mode 100644 index 0000000000..b9c1e6ad79 --- /dev/null +++ b/PrivateFrameworks/VoiceTriggerUI.framework/VTUITurnOnSiriView.h @@ -0,0 +1,43 @@ +/* Generated by RuntimeBrowser + Image: /System/Library/PrivateFrameworks/VoiceTriggerUI.framework/VoiceTriggerUI + */ + +@interface VTUITurnOnSiriView : UIView { + UIButton * _continueButton; + UITextView * _footerTextView; + NSMutableArray * _horizontalPaddingConstraints; + NSLayoutConstraint * _imageSpacingConstraint; + UIImageView * _imageView; + UIView * _imageViewContainer; + NSLayoutConstraint * _imageViewHeightCapConstraint; + UILabel * _instructionLabel; + UIButton * _laterButton; + * _stateViewDelegate; + UILabel * _subtitleLabel; + UILabel * _titleLabel; +} + +@property (nonatomic, readonly) UIButton *continueButton; +@property (readonly, copy) NSString *debugDescription; +@property (readonly, copy) NSString *description; +@property (readonly) unsigned int hash; +@property (nonatomic, readonly) UIButton *laterButton; +@property (nonatomic) *stateViewDelegate; +@property (readonly) Class superclass; + +- (void).cxx_destruct; +- (void)_setImage:(id)arg1; +- (void)_setupContent; +- (void)_setupImage; +- (void)_setupUI; +- (id)continueButton; +- (void)fadeInSubviews; +- (id)initWithFrame:(struct CGRect { struct CGPoint { float x_1_1_1; float x_1_1_2; } x1; struct CGSize { float x_2_1_1; float x_2_1_2; } x2; })arg1; +- (id)laterButton; +- (void)layoutSubviews; +- (void)prepareForLastTimeShown; +- (void)setStateViewDelegate:(id)arg1; +- (id)stateViewDelegate; +- (BOOL)textView:(id)arg1 shouldInteractWithURL:(id)arg2 inRange:(struct _NSRange { unsigned int x1; unsigned int x2; })arg3; + +@end diff --git a/PrivateFrameworks/WatchListKit.framework/MapEntry.h b/PrivateFrameworks/WatchListKit.framework/MapEntry.h new file mode 100644 index 0000000000..2227947d78 --- /dev/null +++ b/PrivateFrameworks/WatchListKit.framework/MapEntry.h @@ -0,0 +1,32 @@ +/* Generated by RuntimeBrowser + Image: /System/Library/PrivateFrameworks/WatchListKit.framework/WatchListKit + */ + +@interface MapEntry : PBCodable { + NSString * _key; + NSString * _value; +} + +@property (nonatomic, readonly) BOOL hasKey; +@property (nonatomic, readonly) BOOL hasValue; +@property (nonatomic, retain) NSString *key; +@property (nonatomic, retain) NSString *value; + +- (void).cxx_destruct; +- (void)copyTo:(id)arg1; +- (id)copyWithZone:(struct _NSZone { }*)arg1; +- (id)description; +- (id)dictionaryRepresentation; +- (BOOL)hasKey; +- (BOOL)hasValue; +- (unsigned int)hash; +- (BOOL)isEqual:(id)arg1; +- (id)key; +- (void)mergeFrom:(id)arg1; +- (BOOL)readFrom:(id)arg1; +- (void)setKey:(id)arg1; +- (void)setValue:(id)arg1; +- (id)value; +- (void)writeTo:(id)arg1; + +@end diff --git a/PrivateFrameworks/WatchListKit.framework/UWLErrorResponse.h b/PrivateFrameworks/WatchListKit.framework/UWLErrorResponse.h new file mode 100644 index 0000000000..ef86a57e7c --- /dev/null +++ b/PrivateFrameworks/WatchListKit.framework/UWLErrorResponse.h @@ -0,0 +1,23 @@ +/* Generated by RuntimeBrowser + Image: /System/Library/PrivateFrameworks/WatchListKit.framework/WatchListKit + */ + +@interface UWLErrorResponse : PBCodable { + int _retryPeriodInSeconds; +} + +@property (nonatomic) int retryPeriodInSeconds; + +- (void)copyTo:(id)arg1; +- (id)copyWithZone:(struct _NSZone { }*)arg1; +- (id)description; +- (id)dictionaryRepresentation; +- (unsigned int)hash; +- (BOOL)isEqual:(id)arg1; +- (void)mergeFrom:(id)arg1; +- (BOOL)readFrom:(id)arg1; +- (int)retryPeriodInSeconds; +- (void)setRetryPeriodInSeconds:(int)arg1; +- (void)writeTo:(id)arg1; + +@end diff --git a/PrivateFrameworks/WatchListKit.framework/UWLMessageHeaders.h b/PrivateFrameworks/WatchListKit.framework/UWLMessageHeaders.h new file mode 100644 index 0000000000..9e40c297ea --- /dev/null +++ b/PrivateFrameworks/WatchListKit.framework/UWLMessageHeaders.h @@ -0,0 +1,66 @@ +/* Generated by RuntimeBrowser + Image: /System/Library/PrivateFrameworks/WatchListKit.framework/WatchListKit + */ + +@interface UWLMessageHeaders : PBCodable { + NSMutableArray * _cookies; + NSString * _correlationKey; + NSString * _userAgent; + NSString * _xAppleStorefront; + NSString * _xDsid; + NSString * _xGuid; + NSString * _xUseridKey; + NSString * _xUseridKeyspace; +} + +@property (nonatomic, retain) NSMutableArray *cookies; +@property (nonatomic, retain) NSString *correlationKey; +@property (nonatomic, readonly) BOOL hasCorrelationKey; +@property (nonatomic, readonly) BOOL hasXGuid; +@property (nonatomic, readonly) BOOL hasXUseridKey; +@property (nonatomic, readonly) BOOL hasXUseridKeyspace; +@property (nonatomic, retain) NSString *userAgent; +@property (nonatomic, retain) NSString *xAppleStorefront; +@property (nonatomic, retain) NSString *xDsid; +@property (nonatomic, retain) NSString *xGuid; +@property (nonatomic, retain) NSString *xUseridKey; +@property (nonatomic, retain) NSString *xUseridKeyspace; + ++ (Class)cookiesType; + +- (void).cxx_destruct; +- (void)addCookies:(id)arg1; +- (void)clearCookies; +- (id)cookies; +- (id)cookiesAtIndex:(unsigned int)arg1; +- (unsigned int)cookiesCount; +- (void)copyTo:(id)arg1; +- (id)copyWithZone:(struct _NSZone { }*)arg1; +- (id)correlationKey; +- (id)description; +- (id)dictionaryRepresentation; +- (BOOL)hasCorrelationKey; +- (BOOL)hasXGuid; +- (BOOL)hasXUseridKey; +- (BOOL)hasXUseridKeyspace; +- (unsigned int)hash; +- (BOOL)isEqual:(id)arg1; +- (void)mergeFrom:(id)arg1; +- (BOOL)readFrom:(id)arg1; +- (void)setCookies:(id)arg1; +- (void)setCorrelationKey:(id)arg1; +- (void)setUserAgent:(id)arg1; +- (void)setXAppleStorefront:(id)arg1; +- (void)setXDsid:(id)arg1; +- (void)setXGuid:(id)arg1; +- (void)setXUseridKey:(id)arg1; +- (void)setXUseridKeyspace:(id)arg1; +- (id)userAgent; +- (void)writeTo:(id)arg1; +- (id)xAppleStorefront; +- (id)xDsid; +- (id)xGuid; +- (id)xUseridKey; +- (id)xUseridKeyspace; + +@end diff --git a/PrivateFrameworks/WatchListKit.framework/UWLMessageWireEnvelope.h b/PrivateFrameworks/WatchListKit.framework/UWLMessageWireEnvelope.h new file mode 100644 index 0000000000..45111f0488 --- /dev/null +++ b/PrivateFrameworks/WatchListKit.framework/UWLMessageWireEnvelope.h @@ -0,0 +1,56 @@ +/* Generated by RuntimeBrowser + Image: /System/Library/PrivateFrameworks/WatchListKit.framework/WatchListKit + */ + +@interface UWLMessageWireEnvelope : PBCodable { + UWLMessageHeaders * _headers; + NSMutableArray * _optInEvents; + NSMutableArray * _optOutEvents; + NSMutableArray * _playEvents; + int _version; +} + +@property (nonatomic, retain) UWLMessageHeaders *headers; +@property (nonatomic, retain) NSMutableArray *optInEvents; +@property (nonatomic, retain) NSMutableArray *optOutEvents; +@property (nonatomic, retain) NSMutableArray *playEvents; +@property (nonatomic) int version; + ++ (Class)optInEventsType; ++ (Class)optOutEventsType; ++ (Class)playEventsType; + +- (void).cxx_destruct; +- (void)addOptInEvents:(id)arg1; +- (void)addOptOutEvents:(id)arg1; +- (void)addPlayEvents:(id)arg1; +- (void)clearOptInEvents; +- (void)clearOptOutEvents; +- (void)clearPlayEvents; +- (void)copyTo:(id)arg1; +- (id)copyWithZone:(struct _NSZone { }*)arg1; +- (id)description; +- (id)dictionaryRepresentation; +- (unsigned int)hash; +- (id)headers; +- (BOOL)isEqual:(id)arg1; +- (void)mergeFrom:(id)arg1; +- (id)optInEvents; +- (id)optInEventsAtIndex:(unsigned int)arg1; +- (unsigned int)optInEventsCount; +- (id)optOutEvents; +- (id)optOutEventsAtIndex:(unsigned int)arg1; +- (unsigned int)optOutEventsCount; +- (id)playEvents; +- (id)playEventsAtIndex:(unsigned int)arg1; +- (unsigned int)playEventsCount; +- (BOOL)readFrom:(id)arg1; +- (void)setHeaders:(id)arg1; +- (void)setOptInEvents:(id)arg1; +- (void)setOptOutEvents:(id)arg1; +- (void)setPlayEvents:(id)arg1; +- (void)setVersion:(int)arg1; +- (int)version; +- (void)writeTo:(id)arg1; + +@end diff --git a/PrivateFrameworks/WatchListKit.framework/UWLOptInEvent.h b/PrivateFrameworks/WatchListKit.framework/UWLOptInEvent.h new file mode 100644 index 0000000000..75f90d678c --- /dev/null +++ b/PrivateFrameworks/WatchListKit.framework/UWLOptInEvent.h @@ -0,0 +1,26 @@ +/* Generated by RuntimeBrowser + Image: /System/Library/PrivateFrameworks/WatchListKit.framework/WatchListKit + */ + +@interface UWLOptInEvent : PBCodable { + NSString * _brandId; +} + +@property (nonatomic, retain) NSString *brandId; +@property (nonatomic, readonly) BOOL hasBrandId; + +- (void).cxx_destruct; +- (id)brandId; +- (void)copyTo:(id)arg1; +- (id)copyWithZone:(struct _NSZone { }*)arg1; +- (id)description; +- (id)dictionaryRepresentation; +- (BOOL)hasBrandId; +- (unsigned int)hash; +- (BOOL)isEqual:(id)arg1; +- (void)mergeFrom:(id)arg1; +- (BOOL)readFrom:(id)arg1; +- (void)setBrandId:(id)arg1; +- (void)writeTo:(id)arg1; + +@end diff --git a/PrivateFrameworks/WatchListKit.framework/UWLOptOutEvent.h b/PrivateFrameworks/WatchListKit.framework/UWLOptOutEvent.h new file mode 100644 index 0000000000..c9b3485d15 --- /dev/null +++ b/PrivateFrameworks/WatchListKit.framework/UWLOptOutEvent.h @@ -0,0 +1,26 @@ +/* Generated by RuntimeBrowser + Image: /System/Library/PrivateFrameworks/WatchListKit.framework/WatchListKit + */ + +@interface UWLOptOutEvent : PBCodable { + NSString * _brandId; +} + +@property (nonatomic, retain) NSString *brandId; +@property (nonatomic, readonly) BOOL hasBrandId; + +- (void).cxx_destruct; +- (id)brandId; +- (void)copyTo:(id)arg1; +- (id)copyWithZone:(struct _NSZone { }*)arg1; +- (id)description; +- (id)dictionaryRepresentation; +- (BOOL)hasBrandId; +- (unsigned int)hash; +- (BOOL)isEqual:(id)arg1; +- (void)mergeFrom:(id)arg1; +- (BOOL)readFrom:(id)arg1; +- (void)setBrandId:(id)arg1; +- (void)writeTo:(id)arg1; + +@end diff --git a/PrivateFrameworks/WatchListKit.framework/UWLPlayEvent.h b/PrivateFrameworks/WatchListKit.framework/UWLPlayEvent.h new file mode 100644 index 0000000000..af8a7f5288 --- /dev/null +++ b/PrivateFrameworks/WatchListKit.framework/UWLPlayEvent.h @@ -0,0 +1,116 @@ +/* Generated by RuntimeBrowser + Image: /System/Library/PrivateFrameworks/WatchListKit.framework/WatchListKit + */ + +@interface UWLPlayEvent : PBCodable { + NSString * _brandId; + NSString * _bundleId; + NSString * _canonicalId; + NSString * _canonicalShowId; + NSString * _externalPlayableId; + NSString * _externalShowId; + struct { + unsigned int mediaLengthInMilliseconds : 1; + unsigned int mediaType : 1; + unsigned int isCurrent : 1; + unsigned int isDone : 1; + unsigned int isShowOpen : 1; + } _has; + NSString * _internalLegId; + BOOL _isCurrent; + BOOL _isDone; + BOOL _isShowOpen; + long long _mediaLengthInMilliseconds; + int _mediaType; + long long _millisecondsSinceEvent; + long long _playHeadInMilliseconds; + NSString * _profileId; +} + +@property (nonatomic, retain) NSString *brandId; +@property (nonatomic, retain) NSString *bundleId; +@property (nonatomic, retain) NSString *canonicalId; +@property (nonatomic, retain) NSString *canonicalShowId; +@property (nonatomic, retain) NSString *externalPlayableId; +@property (nonatomic, retain) NSString *externalShowId; +@property (nonatomic, readonly) BOOL hasBrandId; +@property (nonatomic, readonly) BOOL hasCanonicalId; +@property (nonatomic, readonly) BOOL hasCanonicalShowId; +@property (nonatomic, readonly) BOOL hasExternalShowId; +@property (nonatomic, readonly) BOOL hasInternalLegId; +@property (nonatomic) BOOL hasIsCurrent; +@property (nonatomic) BOOL hasIsDone; +@property (nonatomic) BOOL hasIsShowOpen; +@property (nonatomic) BOOL hasMediaLengthInMilliseconds; +@property (nonatomic) BOOL hasMediaType; +@property (nonatomic, readonly) BOOL hasProfileId; +@property (nonatomic, retain) NSString *internalLegId; +@property (nonatomic) BOOL isCurrent; +@property (nonatomic) BOOL isDone; +@property (nonatomic) BOOL isShowOpen; +@property (nonatomic) long long mediaLengthInMilliseconds; +@property (nonatomic) int mediaType; +@property (nonatomic) long long millisecondsSinceEvent; +@property (nonatomic) long long playHeadInMilliseconds; +@property (nonatomic, retain) NSString *profileId; + +- (void).cxx_destruct; +- (int)StringAsMediaType:(id)arg1; +- (id)brandId; +- (id)bundleId; +- (id)canonicalId; +- (id)canonicalShowId; +- (void)copyTo:(id)arg1; +- (id)copyWithZone:(struct _NSZone { }*)arg1; +- (id)description; +- (id)dictionaryRepresentation; +- (id)externalPlayableId; +- (id)externalShowId; +- (BOOL)hasBrandId; +- (BOOL)hasCanonicalId; +- (BOOL)hasCanonicalShowId; +- (BOOL)hasExternalShowId; +- (BOOL)hasInternalLegId; +- (BOOL)hasIsCurrent; +- (BOOL)hasIsDone; +- (BOOL)hasIsShowOpen; +- (BOOL)hasMediaLengthInMilliseconds; +- (BOOL)hasMediaType; +- (BOOL)hasProfileId; +- (unsigned int)hash; +- (id)internalLegId; +- (BOOL)isCurrent; +- (BOOL)isDone; +- (BOOL)isEqual:(id)arg1; +- (BOOL)isShowOpen; +- (long long)mediaLengthInMilliseconds; +- (int)mediaType; +- (id)mediaTypeAsString:(int)arg1; +- (void)mergeFrom:(id)arg1; +- (long long)millisecondsSinceEvent; +- (long long)playHeadInMilliseconds; +- (id)profileId; +- (BOOL)readFrom:(id)arg1; +- (void)setBrandId:(id)arg1; +- (void)setBundleId:(id)arg1; +- (void)setCanonicalId:(id)arg1; +- (void)setCanonicalShowId:(id)arg1; +- (void)setExternalPlayableId:(id)arg1; +- (void)setExternalShowId:(id)arg1; +- (void)setHasIsCurrent:(BOOL)arg1; +- (void)setHasIsDone:(BOOL)arg1; +- (void)setHasIsShowOpen:(BOOL)arg1; +- (void)setHasMediaLengthInMilliseconds:(BOOL)arg1; +- (void)setHasMediaType:(BOOL)arg1; +- (void)setInternalLegId:(id)arg1; +- (void)setIsCurrent:(BOOL)arg1; +- (void)setIsDone:(BOOL)arg1; +- (void)setIsShowOpen:(BOOL)arg1; +- (void)setMediaLengthInMilliseconds:(long long)arg1; +- (void)setMediaType:(int)arg1; +- (void)setMillisecondsSinceEvent:(long long)arg1; +- (void)setPlayHeadInMilliseconds:(long long)arg1; +- (void)setProfileId:(id)arg1; +- (void)writeTo:(id)arg1; + +@end diff --git a/PrivateFrameworks/WatchListKit.framework/WLKAddFavoriteRequest.h b/PrivateFrameworks/WatchListKit.framework/WLKAddFavoriteRequest.h new file mode 100644 index 0000000000..3bf124d963 --- /dev/null +++ b/PrivateFrameworks/WatchListKit.framework/WLKAddFavoriteRequest.h @@ -0,0 +1,27 @@ +/* Generated by RuntimeBrowser + Image: /System/Library/PrivateFrameworks/WatchListKit.framework/WatchListKit + */ + +@interface WLKAddFavoriteRequest : WLKRequest { + NSString * _bundleID; + NSString * _canonicalID; + NSString * _channelID; + NSString * _externalID; + WLKWatchListModificationResponse * _response; +} + +@property (nonatomic, readonly, copy) NSString *bundleID; +@property (nonatomic, readonly, copy) NSString *canonicalID; +@property (nonatomic, readonly, copy) NSString *externalID; +@property (nonatomic, readonly) WLKWatchListModificationResponse *response; + +- (void).cxx_destruct; +- (id)bundleID; +- (id)canonicalID; +- (id)externalID; +- (id)initWithBundleID:(id)arg1 externalID:(id)arg2; +- (id)initWithCanonicalID:(id)arg1; +- (void)makeRequestWithCompletion:(id /* block */)arg1; +- (id)response; + +@end diff --git a/PrivateFrameworks/WatchListKit.framework/WLKAppInstaller.h b/PrivateFrameworks/WatchListKit.framework/WLKAppInstaller.h new file mode 100644 index 0000000000..ae6981c5cd --- /dev/null +++ b/PrivateFrameworks/WatchListKit.framework/WLKAppInstaller.h @@ -0,0 +1,16 @@ +/* Generated by RuntimeBrowser + Image: /System/Library/PrivateFrameworks/WatchListKit.framework/WatchListKit + */ + +@interface WLKAppInstaller : NSObject { + NSObject * _installQueue; + NSMutableSet * _installSessions; +} + ++ (id)defaultAppInstaller; + +- (void).cxx_destruct; +- (id)init; +- (void)installAppForChannel:(id)arg1 progressHandler:(id /* block */)arg2 completion:(id /* block */)arg3; + +@end diff --git a/PrivateFrameworks/WatchListKit.framework/WLKAppLibrary.h b/PrivateFrameworks/WatchListKit.framework/WLKAppLibrary.h new file mode 100644 index 0000000000..ef9f2aafc7 --- /dev/null +++ b/PrivateFrameworks/WatchListKit.framework/WLKAppLibrary.h @@ -0,0 +1,42 @@ +/* Generated by RuntimeBrowser + Image: /System/Library/PrivateFrameworks/WatchListKit.framework/WatchListKit + */ + +@interface WLKAppLibrary : NSObject { + NSObject * _accessQueue; + NSArray * _allAppBundleIdentifiers; + BOOL _appLibraryNeedsRefresh; + int _ignoreAppLibraryChangesCount; + NSArray * _installedAppBundleIdentifiers; + NSObject * _refreshQueue; + NSArray * _subscribedAppBundleIdentifiers; + NSDictionary * _subscriptionInfoByIdentifier; + PSSSSubscriptionManagerInternal * _subscriptionManager; + NSArray * _testAppBundleIdentifiers; +} + +@property (readonly, copy) NSString *debugDescription; +@property (readonly, copy) NSString *description; +@property (readonly) unsigned int hash; +@property (readonly) Class superclass; + ++ (id)defaultAppLibrary; ++ (id)localizedNameForBundle:(id)arg1; + +- (void).cxx_destruct; +- (void)_refreshAppLibraryWithCompletion:(id /* block */)arg1; +- (id)allAppBundleIdentifiers; +- (void)applicationsDidInstall:(id)arg1; +- (void)applicationsDidUninstall:(id)arg1; +- (void)beginIgnoringAppLibraryChanges; +- (void)dealloc; +- (id)dictionaryRepresentation; +- (void)endIgnoringAppLibraryChanges; +- (id)init; +- (id)installedAppBundleIdentifiers; +- (void)refresh; +- (id)subscribedAppBundleIdentifiers; +- (id)subscriptionInfoByBundleIdentifier; +- (id)testAppBundleIdentifiers; + +@end diff --git a/PrivateFrameworks/WatchListKit.framework/WLKAppSettings.h b/PrivateFrameworks/WatchListKit.framework/WLKAppSettings.h new file mode 100644 index 0000000000..fbb562ffd9 --- /dev/null +++ b/PrivateFrameworks/WatchListKit.framework/WLKAppSettings.h @@ -0,0 +1,39 @@ +/* Generated by RuntimeBrowser + Image: /System/Library/PrivateFrameworks/WatchListKit.framework/WatchListKit + */ + +@interface WLKAppSettings : NSObject { + unsigned int _accessStatus; + NSString * _channelID; + NSString * _displayName; + NSString * _externalID; + BOOL _obsolete; +} + +@property (nonatomic) unsigned int accessStatus; +@property (nonatomic, readonly) NSString *channelID; +@property (nonatomic, retain) NSString *displayName; +@property (nonatomic, readonly) NSString *externalID; +@property (nonatomic) BOOL obsolete; + ++ (BOOL)isExternalID:(id)arg1 equalToExternalID:(id)arg2; ++ (BOOL)supportsSecureCoding; + +- (void).cxx_destruct; +- (unsigned int)accessStatus; +- (id)channelID; +- (id)description; +- (id)displayName; +- (void)encodeWithCoder:(id)arg1; +- (id)externalID; +- (unsigned int)hash; +- (id)initWithChannelID:(id)arg1 accessStatus:(unsigned int)arg2 displayName:(id)arg3 externalID:(id)arg4; +- (id)initWithCoder:(id)arg1; +- (BOOL)isEqual:(id)arg1; +- (BOOL)isEqualToAppSettings:(id)arg1; +- (BOOL)obsolete; +- (void)setAccessStatus:(unsigned int)arg1; +- (void)setDisplayName:(id)arg1; +- (void)setObsolete:(BOOL)arg1; + +@end diff --git a/PrivateFrameworks/WatchListKit.framework/WLKAppSettingsFacade.h b/PrivateFrameworks/WatchListKit.framework/WLKAppSettingsFacade.h new file mode 100644 index 0000000000..e5e73a94df --- /dev/null +++ b/PrivateFrameworks/WatchListKit.framework/WLKAppSettingsFacade.h @@ -0,0 +1,15 @@ +/* Generated by RuntimeBrowser + Image: /System/Library/PrivateFrameworks/WatchListKit.framework/WatchListKit + */ + +@interface WLKAppSettingsFacade : NSObject { + WLKAppSettings * _settings; +} + +- (void).cxx_destruct; +- (id)accessStatus; +- (id)initWithSettings:(id)arg1; +- (void)setAccessStatus:(id)arg1; +- (id)settings; + +@end diff --git a/PrivateFrameworks/WatchListKit.framework/WLKApplicationProxy.h b/PrivateFrameworks/WatchListKit.framework/WLKApplicationProxy.h new file mode 100644 index 0000000000..38d4dce05b --- /dev/null +++ b/PrivateFrameworks/WatchListKit.framework/WLKApplicationProxy.h @@ -0,0 +1,33 @@ +/* Generated by RuntimeBrowser + Image: /System/Library/PrivateFrameworks/WatchListKit.framework/WatchListKit + */ + +@interface WLKApplicationProxy : NSObject { + NSString * _bundleIdentifier; + NSDictionary * _entitlements; + BOOL _isBetaApp; + BOOL _isSystemApp; + NSString * _localizedName; + BOOL _supportsTVApp; + NSString * _version; +} + +@property (nonatomic, readonly, copy) NSString *bundleIdentifier; +@property (nonatomic, readonly, copy) NSDictionary *entitlements; +@property (nonatomic, readonly) BOOL isBetaApp; +@property (nonatomic, readonly) BOOL isSystemApp; +@property (nonatomic, readonly, copy) NSString *localizedName; +@property (nonatomic, readonly) BOOL supportsTVApp; +@property (nonatomic, readonly, copy) NSString *version; + +- (void).cxx_destruct; +- (id)_initWithDictionary:(id)arg1; +- (id)bundleIdentifier; +- (id)entitlements; +- (BOOL)isBetaApp; +- (BOOL)isSystemApp; +- (id)localizedName; +- (BOOL)supportsTVApp; +- (id)version; + +@end diff --git a/PrivateFrameworks/WatchListKit.framework/WLKApplicationWorkspace.h b/PrivateFrameworks/WatchListKit.framework/WLKApplicationWorkspace.h new file mode 100644 index 0000000000..91e2da602a --- /dev/null +++ b/PrivateFrameworks/WatchListKit.framework/WLKApplicationWorkspace.h @@ -0,0 +1,16 @@ +/* Generated by RuntimeBrowser + Image: /System/Library/PrivateFrameworks/WatchListKit.framework/WatchListKit + */ + +@interface WLKApplicationWorkspace : NSObject { + NSXPCConnection * _connection; +} + ++ (id)defaultWorkspace; + +- (void).cxx_destruct; +- (id)_connection; +- (id)_proxy; +- (void)fetchApplicationsOfType:(unsigned int)arg1 completion:(id /* block */)arg2; + +@end diff --git a/PrivateFrameworks/WatchListKit.framework/WLKArtworkVariant.h b/PrivateFrameworks/WatchListKit.framework/WLKArtworkVariant.h new file mode 100644 index 0000000000..7147964417 --- /dev/null +++ b/PrivateFrameworks/WatchListKit.framework/WLKArtworkVariant.h @@ -0,0 +1,41 @@ +/* Generated by RuntimeBrowser + Image: /System/Library/PrivateFrameworks/WatchListKit.framework/WatchListKit + */ + +@interface WLKArtworkVariant : NSObject { + BOOL _alpha; + struct CGSize { + float width; + float height; + } _artworkSize; + int _artworkType; + NSURL * _artworkURL; + NSString * _artworkURLTemplate; + NSString * _format; + BOOL _supportsLayeredImage; +} + +@property (getter=hasAlpha, nonatomic) BOOL alpha; +@property (nonatomic, readonly) struct CGSize { float x1; float x2; } artworkSize; +@property (nonatomic, readonly) int artworkType; +@property (nonatomic, readonly, copy) NSURL *artworkURL; +@property (nonatomic, readonly, copy) NSString *format; +@property (nonatomic) BOOL supportsLayeredImage; + +- (void).cxx_destruct; +- (id)_sizeDescription:(struct CGSize { float x1; float x2; })arg1; +- (struct CGSize { float x1; float x2; })artworkSize; +- (id)artworkSizeTemplateURL; +- (int)artworkType; +- (id)artworkURL; +- (id)artworkURLForSize:(struct CGSize { float x1; float x2; })arg1; +- (id)artworkURLForSize:(struct CGSize { float x1; float x2; })arg1 format:(id)arg2; +- (id)description; +- (id)format; +- (BOOL)hasAlpha; +- (id)initWithDictionary:(id)arg1; +- (void)setAlpha:(BOOL)arg1; +- (void)setSupportsLayeredImage:(BOOL)arg1; +- (BOOL)supportsLayeredImage; + +@end diff --git a/PrivateFrameworks/WatchListKit.framework/WLKArtworkVariantListing.h b/PrivateFrameworks/WatchListKit.framework/WLKArtworkVariantListing.h new file mode 100644 index 0000000000..1eb6f7dfb6 --- /dev/null +++ b/PrivateFrameworks/WatchListKit.framework/WLKArtworkVariantListing.h @@ -0,0 +1,17 @@ +/* Generated by RuntimeBrowser + Image: /System/Library/PrivateFrameworks/WatchListKit.framework/WatchListKit + */ + +@interface WLKArtworkVariantListing : NSObject { + NSArray * _artworkVariants; +} + +@property (nonatomic, readonly, copy) NSArray *artworkVariants; + +- (void).cxx_destruct; +- (id)artworkVariants; +- (id)bestArtworkVariantForSize:(struct CGSize { float x1; float x2; })arg1; +- (id)bestArtworkVariantOfType:(int)arg1 forSize:(struct CGSize { float x1; float x2; })arg2; +- (id)initWithArtworkDictionary:(id)arg1; + +@end diff --git a/PrivateFrameworks/WatchListKit.framework/WLKBackgroundUpdateController.h b/PrivateFrameworks/WatchListKit.framework/WLKBackgroundUpdateController.h new file mode 100644 index 0000000000..573350d1b6 --- /dev/null +++ b/PrivateFrameworks/WatchListKit.framework/WLKBackgroundUpdateController.h @@ -0,0 +1,16 @@ +/* Generated by RuntimeBrowser + Image: /System/Library/PrivateFrameworks/WatchListKit.framework/WatchListKit + */ + +@interface WLKBackgroundUpdateController : NSObject { + int _notifyToken; + BOOL _notifyTokenIsValid; +} + ++ (id)sharedInstance; + +- (id)_init; +- (void)dealloc; +- (id)init; + +@end diff --git a/PrivateFrameworks/WatchListKit.framework/WLKBasicContentMetadata.h b/PrivateFrameworks/WatchListKit.framework/WLKBasicContentMetadata.h new file mode 100644 index 0000000000..f88f04ec5b --- /dev/null +++ b/PrivateFrameworks/WatchListKit.framework/WLKBasicContentMetadata.h @@ -0,0 +1,37 @@ +/* Generated by RuntimeBrowser + Image: /System/Library/PrivateFrameworks/WatchListKit.framework/WatchListKit + */ + +@interface WLKBasicContentMetadata : NSObject { + NSString * _canonicalID; + NSArray * _categories; + NSNumber * _commonSenseBeginsAge; + unsigned int _contentType; + NSString * _descriptiveText; + WLKArtworkVariantListing * _images; + NSString * _title; +} + +@property (nonatomic, readonly, copy) NSString *canonicalID; +@property (nonatomic, readonly, copy) NSArray *categories; +@property (nonatomic, readonly) NSNumber *commonSenseBeginsAge; +@property (nonatomic, readonly) unsigned int contentType; +@property (nonatomic, readonly, copy) NSString *descriptiveText; +@property (nonatomic, readonly) WLKArtworkVariantListing *images; +@property (nonatomic, readonly, copy) NSString *title; + ++ (Class)_classForContentType:(unsigned int)arg1; ++ (unsigned int)contentTypeForString:(id)arg1; + +- (void).cxx_destruct; +- (id)canonicalID; +- (id)categories; +- (id)commonSenseBeginsAge; +- (unsigned int)contentType; +- (id)descriptiveText; +- (id)images; +- (id)init; +- (id)initWithDictionary:(id)arg1; +- (id)title; + +@end diff --git a/PrivateFrameworks/WatchListKit.framework/WLKBasicContentRequestOperation.h b/PrivateFrameworks/WatchListKit.framework/WLKBasicContentRequestOperation.h new file mode 100644 index 0000000000..e0c4d45bae --- /dev/null +++ b/PrivateFrameworks/WatchListKit.framework/WLKBasicContentRequestOperation.h @@ -0,0 +1,19 @@ +/* Generated by RuntimeBrowser + Image: /System/Library/PrivateFrameworks/WatchListKit.framework/WatchListKit + */ + +@interface WLKBasicContentRequestOperation : WLKNetworkRequestOperation { + NSArray * _contentIDs; +} + +@property (nonatomic, readonly) WLKBasicContentMetadata *basicContentMetadata; +@property (nonatomic, readonly, copy) NSArray *contentIDs; + +- (void).cxx_destruct; +- (id)basicContentMetadata; +- (id)contentIDs; +- (id)initWithContentID:(id)arg1; +- (id)initWithContentIDs:(id)arg1; +- (id)responseProcessor; + +@end diff --git a/PrivateFrameworks/WatchListKit.framework/WLKBasicContentRequestResponse.h b/PrivateFrameworks/WatchListKit.framework/WLKBasicContentRequestResponse.h new file mode 100644 index 0000000000..ced5086edd --- /dev/null +++ b/PrivateFrameworks/WatchListKit.framework/WLKBasicContentRequestResponse.h @@ -0,0 +1,16 @@ +/* Generated by RuntimeBrowser + Image: /System/Library/PrivateFrameworks/WatchListKit.framework/WatchListKit + */ + +@interface WLKBasicContentRequestResponse : NSObject { + NSArray * _items; +} + +@property (nonatomic, readonly, copy) NSArray *items; + +- (void).cxx_destruct; +- (id)init; +- (id)initWithDictionary:(id)arg1; +- (id)items; + +@end diff --git a/PrivateFrameworks/WatchListKit.framework/WLKBasicEpisodeMetadata.h b/PrivateFrameworks/WatchListKit.framework/WLKBasicEpisodeMetadata.h new file mode 100644 index 0000000000..9f0a5a39a7 --- /dev/null +++ b/PrivateFrameworks/WatchListKit.framework/WLKBasicEpisodeMetadata.h @@ -0,0 +1,47 @@ +/* Generated by RuntimeBrowser + Image: /System/Library/PrivateFrameworks/WatchListKit.framework/WatchListKit + */ + +@interface WLKBasicEpisodeMetadata : WLKBasicContentMetadata { + NSString * _canonicalSeasonID; + NSString * _canonicalShowID; + WLKShowContentRating * _contentRating; + double _duration; + NSNumber * _episodeNumber; + WLKPlayable * _playable; + NSDate * _releaseDate; + WLKArtworkVariantListing * _seasonImages; + NSNumber * _seasonNumber; + WLKArtworkVariantListing * _showImages; + NSString * _showTitle; +} + +@property (nonatomic, readonly, copy) NSString *canonicalSeasonID; +@property (nonatomic, readonly, copy) NSString *canonicalShowID; +@property (nonatomic, readonly) WLKShowContentRating *contentRating; +@property (nonatomic, readonly) double duration; +@property (nonatomic, readonly) NSNumber *episodeNumber; +@property (nonatomic, readonly) WLKPlayable *playable; +@property (nonatomic, readonly) NSDate *releaseDate; +@property (nonatomic, readonly) WLKArtworkVariantListing *seasonImages; +@property (nonatomic, readonly) NSNumber *seasonNumber; +@property (nonatomic, readonly) WLKArtworkVariantListing *showImages; +@property (nonatomic, readonly, copy) NSString *showTitle; + ++ (id)episodesWithDictionaries:(id)arg1; + +- (void).cxx_destruct; +- (id)canonicalSeasonID; +- (id)canonicalShowID; +- (id)contentRating; +- (double)duration; +- (id)episodeNumber; +- (id)initWithDictionary:(id)arg1; +- (id)playable; +- (id)releaseDate; +- (id)seasonImages; +- (id)seasonNumber; +- (id)showImages; +- (id)showTitle; + +@end diff --git a/PrivateFrameworks/WatchListKit.framework/WLKBasicMovieMetadata.h b/PrivateFrameworks/WatchListKit.framework/WLKBasicMovieMetadata.h new file mode 100644 index 0000000000..4bf814f755 --- /dev/null +++ b/PrivateFrameworks/WatchListKit.framework/WLKBasicMovieMetadata.h @@ -0,0 +1,30 @@ +/* Generated by RuntimeBrowser + Image: /System/Library/PrivateFrameworks/WatchListKit.framework/WatchListKit + */ + +@interface WLKBasicMovieMetadata : WLKBasicContentMetadata { + WLKMovieContentRating * _contentRating; + double _duration; + NSArray * _genres; + NSDate * _releaseDate; + WLKRottenTomatoesRating * _rottenTomatoesRating; + NSString * _studio; +} + +@property (nonatomic, readonly) WLKMovieContentRating *contentRating; +@property (nonatomic, readonly) double duration; +@property (nonatomic, readonly, copy) NSArray *genres; +@property (nonatomic, readonly) NSDate *releaseDate; +@property (nonatomic, readonly) WLKRottenTomatoesRating *rottenTomatoesRating; +@property (nonatomic, readonly, copy) NSString *studio; + +- (void).cxx_destruct; +- (id)contentRating; +- (double)duration; +- (id)genres; +- (id)initWithDictionary:(id)arg1; +- (id)releaseDate; +- (id)rottenTomatoesRating; +- (id)studio; + +@end diff --git a/PrivateFrameworks/WatchListKit.framework/WLKBasicSeasonMetadata.h b/PrivateFrameworks/WatchListKit.framework/WLKBasicSeasonMetadata.h new file mode 100644 index 0000000000..a2ac818b80 --- /dev/null +++ b/PrivateFrameworks/WatchListKit.framework/WLKBasicSeasonMetadata.h @@ -0,0 +1,23 @@ +/* Generated by RuntimeBrowser + Image: /System/Library/PrivateFrameworks/WatchListKit.framework/WatchListKit + */ + +@interface WLKBasicSeasonMetadata : WLKBasicContentMetadata { + NSString * _canonicalShowID; + WLKShowContentRating * _contentRating; + NSNumber * _seasonNumber; +} + +@property (nonatomic, readonly, copy) NSString *canonicalShowID; +@property (nonatomic, readonly) WLKShowContentRating *contentRating; +@property (nonatomic, readonly) NSNumber *seasonNumber; + ++ (id)seasonsWithDictionaries:(id)arg1; + +- (void).cxx_destruct; +- (id)canonicalShowID; +- (id)contentRating; +- (id)initWithDictionary:(id)arg1; +- (id)seasonNumber; + +@end diff --git a/PrivateFrameworks/WatchListKit.framework/WLKBasicShowMetadata.h b/PrivateFrameworks/WatchListKit.framework/WLKBasicShowMetadata.h new file mode 100644 index 0000000000..9af4d23a3c --- /dev/null +++ b/PrivateFrameworks/WatchListKit.framework/WLKBasicShowMetadata.h @@ -0,0 +1,28 @@ +/* Generated by RuntimeBrowser + Image: /System/Library/PrivateFrameworks/WatchListKit.framework/WatchListKit + */ + +@interface WLKBasicShowMetadata : WLKBasicContentMetadata { + WLKShowContentRating * _contentRating; + NSDate * _finaleDate; + NSArray * _genres; + NSString * _network; + NSDate * _releaseDate; +} + +@property (nonatomic, readonly) WLKShowContentRating *contentRating; +@property (nonatomic, readonly) NSDate *finaleDate; +@property (nonatomic, readonly, copy) NSArray *genres; +@property (nonatomic, readonly, copy) NSString *network; +@property (nonatomic, readonly) NSDate *releaseDate; + +- (void).cxx_destruct; +- (id)contentRating; +- (id)finaleDate; +- (id)genres; +- (id)init; +- (id)initWithDictionary:(id)arg1; +- (id)network; +- (id)releaseDate; + +@end diff --git a/PrivateFrameworks/WatchListKit.framework/WLKCanonicalContainerRequest.h b/PrivateFrameworks/WatchListKit.framework/WLKCanonicalContainerRequest.h new file mode 100644 index 0000000000..54468ed9e1 --- /dev/null +++ b/PrivateFrameworks/WatchListKit.framework/WLKCanonicalContainerRequest.h @@ -0,0 +1,16 @@ +/* Generated by RuntimeBrowser + Image: /System/Library/PrivateFrameworks/WatchListKit.framework/WatchListKit + */ + +@interface WLKCanonicalContainerRequest : WLKRequest { + NSString * _canonicalID; +} + +@property (nonatomic, readonly, copy) NSString *canonicalID; + +- (void).cxx_destruct; +- (id)canonicalID; +- (id)initWithCanonicalID:(id)arg1; +- (void)makeRequestWithCompletion:(id /* block */)arg1; + +@end diff --git a/PrivateFrameworks/WatchListKit.framework/WLKCanonicalContainerRequestOperation.h b/PrivateFrameworks/WatchListKit.framework/WLKCanonicalContainerRequestOperation.h new file mode 100644 index 0000000000..2caf4af6a2 --- /dev/null +++ b/PrivateFrameworks/WatchListKit.framework/WLKCanonicalContainerRequestOperation.h @@ -0,0 +1,9 @@ +/* Generated by RuntimeBrowser + Image: /System/Library/PrivateFrameworks/WatchListKit.framework/WatchListKit + */ + +@interface WLKCanonicalContainerRequestOperation : WLKCanonicalPlayablesRequestOperation + +- (id)responseProcessor; + +@end diff --git a/PrivateFrameworks/WatchListKit.framework/WLKCanonicalContainerResponse.h b/PrivateFrameworks/WatchListKit.framework/WLKCanonicalContainerResponse.h new file mode 100644 index 0000000000..5427d08eea --- /dev/null +++ b/PrivateFrameworks/WatchListKit.framework/WLKCanonicalContainerResponse.h @@ -0,0 +1,37 @@ +/* Generated by RuntimeBrowser + Image: /System/Library/PrivateFrameworks/WatchListKit.framework/WatchListKit + */ + +@interface WLKCanonicalContainerResponse : NSObject { + NSString * _canonicalID; + NSArray * _channels; + unsigned int _contentType; + WLKBasicEpisodeMetadata * _currentEpisode; + NSDictionary * _defaultSeason; + NSDictionary * _dictionary; + BOOL _watchListable; + BOOL _watchListed; +} + +@property (nonatomic, readonly, copy) NSString *canonicalID; +@property (nonatomic, readonly, copy) NSArray *channels; +@property (nonatomic, readonly) unsigned int contentType; +@property (nonatomic, readonly, copy) WLKBasicEpisodeMetadata *currentEpisode; +@property (nonatomic, readonly, copy) NSDictionary *defaultSeason; +@property (nonatomic, readonly, copy) NSDictionary *dictionary; +@property (getter=isWatchListable, nonatomic, readonly) BOOL watchListable; +@property (getter=isWatchListed, nonatomic, readonly) BOOL watchListed; + +- (void).cxx_destruct; +- (id)canonicalID; +- (id)channels; +- (unsigned int)contentType; +- (id)currentEpisode; +- (id)defaultSeason; +- (id)dictionary; +- (id)init; +- (id)initWithDictionary:(id)arg1; +- (BOOL)isWatchListable; +- (BOOL)isWatchListed; + +@end diff --git a/PrivateFrameworks/WatchListKit.framework/WLKCanonicalPlayablesRequest.h b/PrivateFrameworks/WatchListKit.framework/WLKCanonicalPlayablesRequest.h new file mode 100644 index 0000000000..5cffa3e868 --- /dev/null +++ b/PrivateFrameworks/WatchListKit.framework/WLKCanonicalPlayablesRequest.h @@ -0,0 +1,16 @@ +/* Generated by RuntimeBrowser + Image: /System/Library/PrivateFrameworks/WatchListKit.framework/WatchListKit + */ + +@interface WLKCanonicalPlayablesRequest : WLKRequest { + NSString * _canonicalID; +} + +@property (nonatomic, readonly, copy) NSString *canonicalID; + +- (void).cxx_destruct; +- (id)canonicalID; +- (id)initWithCanonicalID:(id)arg1; +- (void)makeRequestWithCompletion:(id /* block */)arg1; + +@end diff --git a/PrivateFrameworks/WatchListKit.framework/WLKCanonicalPlayablesRequestOperation.h b/PrivateFrameworks/WatchListKit.framework/WLKCanonicalPlayablesRequestOperation.h new file mode 100644 index 0000000000..0ab1883a16 --- /dev/null +++ b/PrivateFrameworks/WatchListKit.framework/WLKCanonicalPlayablesRequestOperation.h @@ -0,0 +1,16 @@ +/* Generated by RuntimeBrowser + Image: /System/Library/PrivateFrameworks/WatchListKit.framework/WatchListKit + */ + +@interface WLKCanonicalPlayablesRequestOperation : WLKNetworkRequestOperation { + NSString * _canonicalID; +} + +@property (nonatomic, readonly, copy) NSString *canonicalID; + +- (void).cxx_destruct; +- (id)canonicalID; +- (id)initWithCanonicalID:(id)arg1 profiles:(id)arg2; +- (id)responseProcessor; + +@end diff --git a/PrivateFrameworks/WatchListKit.framework/WLKCanonicalPlayablesResponse.h b/PrivateFrameworks/WatchListKit.framework/WLKCanonicalPlayablesResponse.h new file mode 100644 index 0000000000..028eff812f --- /dev/null +++ b/PrivateFrameworks/WatchListKit.framework/WLKCanonicalPlayablesResponse.h @@ -0,0 +1,31 @@ +/* Generated by RuntimeBrowser + Image: /System/Library/PrivateFrameworks/WatchListKit.framework/WatchListKit + */ + +@interface WLKCanonicalPlayablesResponse : NSObject { + NSString * _canonicalID; + unsigned int _contentType; + NSDictionary * _dictionary; + NSArray * _playables; + BOOL _watchListable; + BOOL _watchListed; +} + +@property (nonatomic, readonly, copy) NSString *canonicalID; +@property (nonatomic, readonly) unsigned int contentType; +@property (nonatomic, readonly, copy) NSDictionary *dictionary; +@property (nonatomic, readonly) NSArray *playables; +@property (getter=isWatchListable, nonatomic, readonly) BOOL watchListable; +@property (getter=isWatchListed, nonatomic, readonly) BOOL watchListed; + +- (void).cxx_destruct; +- (id)canonicalID; +- (unsigned int)contentType; +- (id)dictionary; +- (id)init; +- (id)initWithDictionary:(id)arg1; +- (BOOL)isWatchListable; +- (BOOL)isWatchListed; +- (id)playables; + +@end diff --git a/PrivateFrameworks/WatchListKit.framework/WLKChannel.h b/PrivateFrameworks/WatchListKit.framework/WLKChannel.h new file mode 100644 index 0000000000..e517e3bb8c --- /dev/null +++ b/PrivateFrameworks/WatchListKit.framework/WLKChannel.h @@ -0,0 +1,27 @@ +/* Generated by RuntimeBrowser + Image: /System/Library/PrivateFrameworks/WatchListKit.framework/WatchListKit + */ + +@interface WLKChannel : NSObject { + NSString * _ID; + WLKChannelDetails * _details; + NSDictionary * _punchoutUrls; + NSArray * _seasonNumbers; +} + +@property (nonatomic, readonly, copy) NSString *ID; +@property (nonatomic, readonly, copy) WLKChannelDetails *details; +@property (nonatomic, readonly, copy) NSDictionary *punchoutUrls; +@property (nonatomic, readonly, copy) NSArray *seasonNumbers; + ++ (id)channelsWithDictionaries:(id)arg1; + +- (void).cxx_destruct; +- (id)ID; +- (id)details; +- (id)init; +- (id)initWithDictionary:(id)arg1; +- (id)punchoutUrls; +- (id)seasonNumbers; + +@end diff --git a/PrivateFrameworks/WatchListKit.framework/WLKChannelDetails.h b/PrivateFrameworks/WatchListKit.framework/WLKChannelDetails.h new file mode 100644 index 0000000000..8c922304b8 --- /dev/null +++ b/PrivateFrameworks/WatchListKit.framework/WLKChannelDetails.h @@ -0,0 +1,47 @@ +/* Generated by RuntimeBrowser + Image: /System/Library/PrivateFrameworks/WatchListKit.framework/WatchListKit + */ + +@interface WLKChannelDetails : NSObject { + NSArray * _appAdamIDs; + NSArray * _appBundleIDs; + BOOL _appInstalled; + NSString * _appName; + NSURL * _appStoreURL; + NSString * _channelID; + WLKArtworkVariantListing * _images; + BOOL _itunes; + NSString * _name; + BOOL _subscribed; + BOOL _watchListEnabled; +} + +@property (nonatomic, readonly, copy) NSArray *appAdamIDs; +@property (nonatomic, readonly, copy) NSArray *appBundleIDs; +@property (getter=isAppInstalled, nonatomic, readonly) BOOL appInstalled; +@property (nonatomic, readonly, copy) NSString *appName; +@property (nonatomic, readonly, copy) NSURL *appStoreURL; +@property (nonatomic, readonly, copy) NSString *channelID; +@property (nonatomic, readonly) WLKArtworkVariantListing *images; +@property (getter=isiTunes, nonatomic, readonly) BOOL itunes; +@property (nonatomic, readonly, copy) NSString *name; +@property (getter=isSubscribed, nonatomic, readonly) BOOL subscribed; +@property (getter=isWatchListEnabled, nonatomic, readonly) BOOL watchListEnabled; + +- (void).cxx_destruct; +- (id)appAdamIDs; +- (id)appBundleIDs; +- (id)appName; +- (id)appStoreURL; +- (id)channelID; +- (id)description; +- (id)images; +- (id)init; +- (id)initWithDictionary:(id)arg1; +- (BOOL)isAppInstalled; +- (BOOL)isSubscribed; +- (BOOL)isWatchListEnabled; +- (BOOL)isiTunes; +- (id)name; + +@end diff --git a/PrivateFrameworks/WatchListKit.framework/WLKChannelUtilities.h b/PrivateFrameworks/WatchListKit.framework/WLKChannelUtilities.h new file mode 100644 index 0000000000..1274214d26 --- /dev/null +++ b/PrivateFrameworks/WatchListKit.framework/WLKChannelUtilities.h @@ -0,0 +1,29 @@ +/* Generated by RuntimeBrowser + Image: /System/Library/PrivateFrameworks/WatchListKit.framework/WatchListKit + */ + +@interface WLKChannelUtilities : NSObject { + NSDictionary * _channelsByBundleID; + BOOL _offLineMode; +} + +@property (nonatomic, readonly, copy) NSDictionary *channelsByBundleID; +@property (nonatomic, readonly, copy) NSDictionary *channelsByID; +@property (nonatomic, readonly, copy) NSArray *orderedChannels; + ++ (id)_validiTunesBundles; ++ (BOOL)isItunesBundleID:(id)arg1; ++ (id)sharedInstance; + +- (void).cxx_destruct; +- (id)_channels; +- (id)_serverConfiguration; +- (id)channelForBundleID:(id)arg1; +- (id)channelForID:(id)arg1; +- (id)channelIDForBundleID:(id)arg1; +- (id)channelsByBundleID; +- (id)channelsByID; +- (id)initOffline; +- (id)orderedChannels; + +@end diff --git a/PrivateFrameworks/WatchListKit.framework/WLKContentPlayRequest.h b/PrivateFrameworks/WatchListKit.framework/WLKContentPlayRequest.h new file mode 100644 index 0000000000..df2be53d8e --- /dev/null +++ b/PrivateFrameworks/WatchListKit.framework/WLKContentPlayRequest.h @@ -0,0 +1,16 @@ +/* Generated by RuntimeBrowser + Image: /System/Library/PrivateFrameworks/WatchListKit.framework/WatchListKit + */ + +@interface WLKContentPlayRequest : WLKRequest { + NSString * _canonicalID; +} + +@property (nonatomic, readonly, copy) NSString *canonicalID; + +- (void).cxx_destruct; +- (id)canonicalID; +- (id)initWithCanonicalID:(id)arg1; +- (void)makeRequestWithCompletion:(id /* block */)arg1; + +@end diff --git a/PrivateFrameworks/WatchListKit.framework/WLKContentPlayRequestOperation.h b/PrivateFrameworks/WatchListKit.framework/WLKContentPlayRequestOperation.h new file mode 100644 index 0000000000..8484ae786c --- /dev/null +++ b/PrivateFrameworks/WatchListKit.framework/WLKContentPlayRequestOperation.h @@ -0,0 +1,16 @@ +/* Generated by RuntimeBrowser + Image: /System/Library/PrivateFrameworks/WatchListKit.framework/WatchListKit + */ + +@interface WLKContentPlayRequestOperation : WLKNetworkRequestOperation { + NSString * _canonicalID; +} + +@property (nonatomic, readonly, copy) NSString *canonicalID; + +- (void).cxx_destruct; +- (id)canonicalID; +- (id)initWithCanonicalID:(id)arg1; +- (id)responseProcessor; + +@end diff --git a/PrivateFrameworks/WatchListKit.framework/WLKContentPlayResponse.h b/PrivateFrameworks/WatchListKit.framework/WLKContentPlayResponse.h new file mode 100644 index 0000000000..64ff96e644 --- /dev/null +++ b/PrivateFrameworks/WatchListKit.framework/WLKContentPlayResponse.h @@ -0,0 +1,19 @@ +/* Generated by RuntimeBrowser + Image: /System/Library/PrivateFrameworks/WatchListKit.framework/WatchListKit + */ + +@interface WLKContentPlayResponse : NSObject { + NSDictionary * _dictionary; + WLKPlayable * _playable; +} + +@property (nonatomic, readonly, copy) NSDictionary *dictionary; +@property (nonatomic, readonly) WLKPlayable *playable; + +- (void).cxx_destruct; +- (id)dictionary; +- (id)init; +- (id)initWithDictionary:(id)arg1; +- (id)playable; + +@end diff --git a/PrivateFrameworks/WatchListKit.framework/WLKContentRating.h b/PrivateFrameworks/WatchListKit.framework/WLKContentRating.h new file mode 100644 index 0000000000..9affd3dc21 --- /dev/null +++ b/PrivateFrameworks/WatchListKit.framework/WLKContentRating.h @@ -0,0 +1,25 @@ +/* Generated by RuntimeBrowser + Image: /System/Library/PrivateFrameworks/WatchListKit.framework/WatchListKit + */ + +@interface WLKContentRating : NSObject { + unsigned int _contentRatingSystem; + NSString * _displayName; + unsigned int _ratingValue; +} + +@property (nonatomic, readonly) unsigned int contentRatingSystem; +@property (nonatomic, readonly, copy) NSString *displayName; +@property (nonatomic, readonly) unsigned int ratingValue; + ++ (Class)_classForContentRatingSystem:(unsigned int)arg1; ++ (unsigned int)_ratingSystemForString:(id)arg1; + +- (void).cxx_destruct; +- (unsigned int)contentRatingSystem; +- (id)displayName; +- (id)init; +- (id)initWithDictionary:(id)arg1; +- (unsigned int)ratingValue; + +@end diff --git a/PrivateFrameworks/WatchListKit.framework/WLKContinuationMetadata.h b/PrivateFrameworks/WatchListKit.framework/WLKContinuationMetadata.h new file mode 100644 index 0000000000..d520e8ddfc --- /dev/null +++ b/PrivateFrameworks/WatchListKit.framework/WLKContinuationMetadata.h @@ -0,0 +1,40 @@ +/* Generated by RuntimeBrowser + Image: /System/Library/PrivateFrameworks/WatchListKit.framework/WatchListKit + */ + +@interface WLKContinuationMetadata : NSObject { + NSString * _context; + WLKBasicContentMetadata * _currentEpisode; + NSString * _deleteID; + BOOL _isPurchase; + BOOL _isRental; + NSString * _localizedContext; + WLKBasicContentMetadata * _movieOrShowContent; + WLKPlayEvent * _playEvent; + WLKBasicContentMetadata * _showParent; +} + +@property (nonatomic, readonly, copy) NSString *context; +@property (nonatomic, readonly) WLKBasicContentMetadata *currentEpisode; +@property (nonatomic, readonly, copy) NSString *deleteID; +@property (nonatomic, readonly) BOOL isPurchase; +@property (nonatomic, readonly) BOOL isRental; +@property (nonatomic, readonly, copy) NSString *localizedContext; +@property (nonatomic, readonly) WLKBasicContentMetadata *movieOrShowContent; +@property (nonatomic, readonly) WLKPlayEvent *playEvent; +@property (nonatomic, readonly) WLKBasicContentMetadata *showParent; + +- (void).cxx_destruct; +- (id)context; +- (id)currentEpisode; +- (id)deleteID; +- (id)init; +- (id)initWithDictionary:(id)arg1; +- (BOOL)isPurchase; +- (BOOL)isRental; +- (id)localizedContext; +- (id)movieOrShowContent; +- (id)playEvent; +- (id)showParent; + +@end diff --git a/PrivateFrameworks/WatchListKit.framework/WLKContinueWatchingRequest.h b/PrivateFrameworks/WatchListKit.framework/WLKContinueWatchingRequest.h new file mode 100644 index 0000000000..3fa0b0c461 --- /dev/null +++ b/PrivateFrameworks/WatchListKit.framework/WLKContinueWatchingRequest.h @@ -0,0 +1,20 @@ +/* Generated by RuntimeBrowser + Image: /System/Library/PrivateFrameworks/WatchListKit.framework/WatchListKit + */ + +@interface WLKContinueWatchingRequest : WLKRequest { + BOOL _allowAuthentication; + WLKContinueWatchingResponse * _response; +} + +@property (nonatomic) BOOL allowAuthentication; +@property (nonatomic, readonly) WLKContinueWatchingResponse *response; + +- (void).cxx_destruct; +- (BOOL)allowAuthentication; +- (id)init; +- (void)makeRequestWithCompletion:(id /* block */)arg1; +- (id)response; +- (void)setAllowAuthentication:(BOOL)arg1; + +@end diff --git a/PrivateFrameworks/WatchListKit.framework/WLKContinueWatchingRequestOperation.h b/PrivateFrameworks/WatchListKit.framework/WLKContinueWatchingRequestOperation.h new file mode 100644 index 0000000000..10ba540995 --- /dev/null +++ b/PrivateFrameworks/WatchListKit.framework/WLKContinueWatchingRequestOperation.h @@ -0,0 +1,10 @@ +/* Generated by RuntimeBrowser + Image: /System/Library/PrivateFrameworks/WatchListKit.framework/WatchListKit + */ + +@interface WLKContinueWatchingRequestOperation : WLKNetworkRequestOperation + +- (id)init; +- (id)responseProcessor; + +@end diff --git a/PrivateFrameworks/WatchListKit.framework/WLKContinueWatchingResponse.h b/PrivateFrameworks/WatchListKit.framework/WLKContinueWatchingResponse.h new file mode 100644 index 0000000000..596a3fcef5 --- /dev/null +++ b/PrivateFrameworks/WatchListKit.framework/WLKContinueWatchingResponse.h @@ -0,0 +1,16 @@ +/* Generated by RuntimeBrowser + Image: /System/Library/PrivateFrameworks/WatchListKit.framework/WatchListKit + */ + +@interface WLKContinueWatchingResponse : NSObject { + NSArray * _items; +} + +@property (nonatomic, readonly, copy) NSArray *items; + +- (void).cxx_destruct; +- (id)init; +- (id)initWithDictionary:(id)arg1; +- (id)items; + +@end diff --git a/PrivateFrameworks/WatchListKit.framework/WLKDictionaryResponseProcessor.h b/PrivateFrameworks/WatchListKit.framework/WLKDictionaryResponseProcessor.h new file mode 100644 index 0000000000..602801637e --- /dev/null +++ b/PrivateFrameworks/WatchListKit.framework/WLKDictionaryResponseProcessor.h @@ -0,0 +1,20 @@ +/* Generated by RuntimeBrowser + Image: /System/Library/PrivateFrameworks/WatchListKit.framework/WatchListKit + */ + +@interface WLKDictionaryResponseProcessor : NSObject { + NSString * _dictionaryKeyPath; + Class _objectClass; +} + +@property (nonatomic, copy) NSString *dictionaryKeyPath; +@property (nonatomic, retain) Class objectClass; + +- (void).cxx_destruct; +- (id)dictionaryKeyPath; +- (Class)objectClass; +- (id)processResponseData:(id)arg1 error:(id*)arg2; +- (void)setDictionaryKeyPath:(id)arg1; +- (void)setObjectClass:(Class)arg1; + +@end diff --git a/PrivateFrameworks/WatchListKit.framework/WLKExternalMediaContentManager.h b/PrivateFrameworks/WatchListKit.framework/WLKExternalMediaContentManager.h new file mode 100644 index 0000000000..17339c7004 --- /dev/null +++ b/PrivateFrameworks/WatchListKit.framework/WLKExternalMediaContentManager.h @@ -0,0 +1,19 @@ +/* Generated by RuntimeBrowser + Image: /System/Library/PrivateFrameworks/WatchListKit.framework/WatchListKit + */ + +@interface WLKExternalMediaContentManager : NSObject { + NSXPCConnection * _connection; +} + ++ (id)sharedManager; + +- (void).cxx_destruct; +- (id)_connection; +- (void)_deletePlaybackActivityWithIdentifier:(id)arg1 bundleID:(id)arg2; +- (id)_init; +- (id)_proxy; +- (void)deletePlaybackActivityWithIdentifier:(id)arg1; +- (id)init; + +@end diff --git a/PrivateFrameworks/WatchListKit.framework/WLKFavoritesMigrationRequest.h b/PrivateFrameworks/WatchListKit.framework/WLKFavoritesMigrationRequest.h new file mode 100644 index 0000000000..63e1ca79dc --- /dev/null +++ b/PrivateFrameworks/WatchListKit.framework/WLKFavoritesMigrationRequest.h @@ -0,0 +1,13 @@ +/* Generated by RuntimeBrowser + Image: /System/Library/PrivateFrameworks/WatchListKit.framework/WatchListKit + */ + +@interface WLKFavoritesMigrationRequest : WLKNetworkRequestOperation { + NSArray * _favorites; +} + +- (void).cxx_destruct; +- (id)initWithFavorite:(id)arg1; +- (id)initWithFavorites:(id)arg1; + +@end diff --git a/PrivateFrameworks/WatchListKit.framework/WLKGenre.h b/PrivateFrameworks/WatchListKit.framework/WLKGenre.h new file mode 100644 index 0000000000..97d1f0f372 --- /dev/null +++ b/PrivateFrameworks/WatchListKit.framework/WLKGenre.h @@ -0,0 +1,22 @@ +/* Generated by RuntimeBrowser + Image: /System/Library/PrivateFrameworks/WatchListKit.framework/WatchListKit + */ + +@interface WLKGenre : NSObject { + NSString * _name; + NSString * _uniqueID; +} + +@property (nonatomic, readonly, copy) NSString *name; +@property (nonatomic, readonly, copy) NSString *uniqueID; + ++ (id)genresWithDictionaries:(id)arg1; + +- (void).cxx_destruct; +- (id)init; +- (id)initWithDictionary:(id)arg1; +- (BOOL)isEqual:(id)arg1; +- (id)name; +- (id)uniqueID; + +@end diff --git a/PrivateFrameworks/WatchListKit.framework/WLKLocale.h b/PrivateFrameworks/WatchListKit.framework/WLKLocale.h new file mode 100644 index 0000000000..7902294957 --- /dev/null +++ b/PrivateFrameworks/WatchListKit.framework/WLKLocale.h @@ -0,0 +1,19 @@ +/* Generated by RuntimeBrowser + Image: /System/Library/PrivateFrameworks/WatchListKit.framework/WatchListKit + */ + +@interface WLKLocale : NSObject { + NSString * _displayName; + NSLocale * _locale; +} + +@property (nonatomic, readonly, copy) NSString *displayName; +@property (nonatomic, readonly, copy) NSLocale *locale; + +- (void).cxx_destruct; +- (id)displayName; +- (id)init; +- (id)initWithDictionary:(id)arg1; +- (id)locale; + +@end diff --git a/PrivateFrameworks/WatchListKit.framework/WLKManagedConfigurationInterface.h b/PrivateFrameworks/WatchListKit.framework/WLKManagedConfigurationInterface.h new file mode 100644 index 0000000000..bea4479a98 --- /dev/null +++ b/PrivateFrameworks/WatchListKit.framework/WLKManagedConfigurationInterface.h @@ -0,0 +1,9 @@ +/* Generated by RuntimeBrowser + Image: /System/Library/PrivateFrameworks/WatchListKit.framework/WatchListKit + */ + +@interface WLKManagedConfigurationInterface : NSObject + ++ (void)setTVAppAllowed:(BOOL)arg1; + +@end diff --git a/PrivateFrameworks/WatchListKit.framework/WLKMovieClip.h b/PrivateFrameworks/WatchListKit.framework/WLKMovieClip.h new file mode 100644 index 0000000000..55a39ebdb5 --- /dev/null +++ b/PrivateFrameworks/WatchListKit.framework/WLKMovieClip.h @@ -0,0 +1,28 @@ +/* Generated by RuntimeBrowser + Image: /System/Library/PrivateFrameworks/WatchListKit.framework/WatchListKit + */ + +@interface WLKMovieClip : NSObject { + NSArray * _assets; + WLKMovieClipPreviewArtwork * _previewArtwork; + NSString * _title; +} + +@property (nonatomic, readonly, copy) NSArray *assets; +@property (nonatomic, readonly) WLKMovieClipAsset *preferredAsset; +@property (nonatomic, readonly) WLKMovieClipPreviewArtwork *previewArtwork; +@property (nonatomic, readonly, copy) NSString *title; + ++ (id)movieClipsWithArray:(id)arg1; + +- (void).cxx_destruct; +- (id)_init; +- (BOOL)_supportHD; +- (id)assets; +- (id)init; +- (id)initWithDictionary:(id)arg1; +- (id)preferredAsset; +- (id)previewArtwork; +- (id)title; + +@end diff --git a/PrivateFrameworks/WatchListKit.framework/WLKMovieClipAsset.h b/PrivateFrameworks/WatchListKit.framework/WLKMovieClipAsset.h new file mode 100644 index 0000000000..24f7754b6b --- /dev/null +++ b/PrivateFrameworks/WatchListKit.framework/WLKMovieClipAsset.h @@ -0,0 +1,27 @@ +/* Generated by RuntimeBrowser + Image: /System/Library/PrivateFrameworks/WatchListKit.framework/WatchListKit + */ + +@interface WLKMovieClipAsset : NSObject { + unsigned int _duration; + NSString * _flavor; + NSString * _url; +} + +@property (nonatomic, readonly) unsigned int duration; +@property (nonatomic, readonly, copy) NSString *durationString; +@property (nonatomic, readonly, copy) NSString *flavor; +@property (nonatomic, readonly, copy) NSString *url; + ++ (id)movieClipAssetsWithArray:(id)arg1; + +- (void).cxx_destruct; +- (id)_init; +- (unsigned int)duration; +- (id)durationString; +- (id)flavor; +- (id)init; +- (id)initWithDictionary:(id)arg1; +- (id)url; + +@end diff --git a/PrivateFrameworks/WatchListKit.framework/WLKMovieClipPreviewArtwork.h b/PrivateFrameworks/WatchListKit.framework/WLKMovieClipPreviewArtwork.h new file mode 100644 index 0000000000..2118bd41a9 --- /dev/null +++ b/PrivateFrameworks/WatchListKit.framework/WLKMovieClipPreviewArtwork.h @@ -0,0 +1,43 @@ +/* Generated by RuntimeBrowser + Image: /System/Library/PrivateFrameworks/WatchListKit.framework/WatchListKit + */ + +@interface WLKMovieClipPreviewArtwork : NSObject { + struct CGSize { + float width; + float height; + } _artworkSize; + NSString * _bgColor; + BOOL _supportsLayeredImage; + NSString * _textColor1; + NSString * _textColor2; + NSString * _textColor3; + NSString * _textColor4; + NSString * _url; +} + +@property (nonatomic, readonly) struct CGSize { float x1; float x2; } artworkSize; +@property (nonatomic, readonly) WLKArtworkVariant *artworkVariant; +@property (nonatomic, readonly, copy) NSString *bgColor; +@property (nonatomic, readonly) BOOL supportsLayeredImage; +@property (nonatomic, readonly, copy) NSString *textColor1; +@property (nonatomic, readonly, copy) NSString *textColor2; +@property (nonatomic, readonly, copy) NSString *textColor3; +@property (nonatomic, readonly, copy) NSString *textColor4; +@property (nonatomic, readonly, copy) NSString *url; + +- (void).cxx_destruct; +- (id)_init; +- (struct CGSize { float x1; float x2; })artworkSize; +- (id)artworkVariant; +- (id)bgColor; +- (id)init; +- (id)initWithDictionary:(id)arg1; +- (BOOL)supportsLayeredImage; +- (id)textColor1; +- (id)textColor2; +- (id)textColor3; +- (id)textColor4; +- (id)url; + +@end diff --git a/PrivateFrameworks/WatchListKit.framework/WLKMovieContentRating.h b/PrivateFrameworks/WatchListKit.framework/WLKMovieContentRating.h new file mode 100644 index 0000000000..87a596ae6c --- /dev/null +++ b/PrivateFrameworks/WatchListKit.framework/WLKMovieContentRating.h @@ -0,0 +1,16 @@ +/* Generated by RuntimeBrowser + Image: /System/Library/PrivateFrameworks/WatchListKit.framework/WatchListKit + */ + +@interface WLKMovieContentRating : WLKContentRating { + unsigned int _MPAAContentRating; +} + +@property (nonatomic, readonly) unsigned int MPAAContentRating; + ++ (unsigned int)_contentRatingForString:(id)arg1; + +- (unsigned int)MPAAContentRating; +- (id)initWithDictionary:(id)arg1; + +@end diff --git a/PrivateFrameworks/WatchListKit.framework/WLKNetworkRequestOperation.h b/PrivateFrameworks/WatchListKit.framework/WLKNetworkRequestOperation.h new file mode 100644 index 0000000000..8cba61a92b --- /dev/null +++ b/PrivateFrameworks/WatchListKit.framework/WLKNetworkRequestOperation.h @@ -0,0 +1,94 @@ +/* Generated by RuntimeBrowser + Image: /System/Library/PrivateFrameworks/WatchListKit.framework/WatchListKit + */ + +@interface WLKNetworkRequestOperation : NSOperation { + NSDictionary * _additionalHeaderFields; + BOOL _allowAuthentication; + NSURL * _baseURL; + NSString * _callerOverride; + * _delegate; + NSString * _endpoint; + NSError * _error; + SSURLConnectionResponse * _fullResponse; + NSString * _httpMethod; + NSString * _identifier; + unsigned int _numRetries; + NSDictionary * _queryParameters; + id /* block */ _requestCompletionBlock; + BOOL _requiresMescal; + id _response; + NSString * _serverRouteKey; + NSDictionary * _serverRouteReplacements; + double _timeout; +} + +@property (nonatomic, retain) NSDictionary *additionalHeaderFields; +@property (nonatomic) BOOL allowAuthentication; +@property (nonatomic, copy) NSURL *baseURL; +@property (nonatomic, retain) NSString *callerOverride; +@property (nonatomic, readonly, copy) NSURL *defaultBaseURL; +@property (nonatomic) *delegate; +@property (nonatomic, readonly, copy) NSString *endpoint; +@property (nonatomic, readonly) NSError *error; +@property (nonatomic, readonly, copy) SSURLConnectionResponse *fullResponse; +@property (nonatomic, readonly, copy) NSString *httpMethod; +@property (nonatomic, readonly, copy) NSString *identifier; +@property (nonatomic, readonly, copy) NSDictionary *queryParameters; +@property (nonatomic, copy) id /* block */ requestCompletionBlock; +@property (nonatomic) BOOL requiresMescal; +@property (nonatomic, readonly) id response; +@property (nonatomic, readonly, copy) NSString *serverRouteKey; +@property (nonatomic, readonly, copy) NSDictionary *serverRouteReplacements; +@property (nonatomic, readonly) double timeout; + ++ (id)_defaultBaseURL; ++ (unsigned int)preferredCachePolicy; + +- (void).cxx_destruct; +- (void)_didFailWithError:(id)arg1; +- (void)_didFinishWithResponse:(id)arg1; +- (void)_failWithError:(id)arg1; +- (void)_finishWithResponse:(id)arg1; +- (id)_requestPropertiesWithAPIEndpoint:(id)arg1 baseURL:(id)arg2 queryParameters:(id)arg3 httpMethod:(id)arg4 additionalHeaderFields:(id)arg5; +- (id)_requestPropertiesWithServerRouteKey:(id)arg1 queryParameters:(id)arg2 additionalHeaderFields:(id)arg3; +- (id)_runNetworkOperationAndReturnError:(id*)arg1; +- (id)additionalHeaderFields; +- (BOOL)allowAuthentication; +- (id)baseURL; +- (id)callerOverride; +- (id)defaultBaseURL; +- (id)delegate; +- (void)didFail; +- (void)didFinish; +- (id)endpoint; +- (id)error; +- (id)fullResponse; +- (id)httpMethod; +- (id)identifier; +- (id)init; +- (id)initWithEndpoint:(id)arg1 queryParameters:(id)arg2; +- (id)initWithEndpoint:(id)arg1 queryParameters:(id)arg2 httpMethod:(id)arg3; +- (id)initWithEndpoint:(id)arg1 queryParameters:(id)arg2 httpMethod:(id)arg3 timeout:(double)arg4; +- (id)initWithServerRouteKey:(id)arg1; +- (id)initWithServerRouteKey:(id)arg1 serverRouteReplacements:(id)arg2; +- (id)initWithServerRouteKey:(id)arg1 serverRouteReplacements:(id)arg2 queryParameters:(id)arg3; +- (id)initWithServerRouteKey:(id)arg1 serverRouteReplacements:(id)arg2 queryParameters:(id)arg3 timeout:(double)arg4; +- (void)main; +- (id)queryParameters; +- (id /* block */)requestCompletionBlock; +- (BOOL)requiresMescal; +- (id)response; +- (id)responseProcessor; +- (id)serverRouteKey; +- (id)serverRouteReplacements; +- (void)setAdditionalHeaderFields:(id)arg1; +- (void)setAllowAuthentication:(BOOL)arg1; +- (void)setBaseURL:(id)arg1; +- (void)setCallerOverride:(id)arg1; +- (void)setDelegate:(id)arg1; +- (void)setRequestCompletionBlock:(id /* block */)arg1; +- (void)setRequiresMescal:(BOOL)arg1; +- (double)timeout; + +@end diff --git a/PrivateFrameworks/WatchListKit.framework/WLKNetworkRequestReauthCoordinator.h b/PrivateFrameworks/WatchListKit.framework/WLKNetworkRequestReauthCoordinator.h new file mode 100644 index 0000000000..77472c0150 --- /dev/null +++ b/PrivateFrameworks/WatchListKit.framework/WLKNetworkRequestReauthCoordinator.h @@ -0,0 +1,25 @@ +/* Generated by RuntimeBrowser + Image: /System/Library/PrivateFrameworks/WatchListKit.framework/WatchListKit + */ + +@interface WLKNetworkRequestReauthCoordinator : NSObject { + NSLock * _lock; + BOOL _sessionPrompt; +} + +@property BOOL sessionPrompt; + ++ (id)coordinator; + +- (void).cxx_destruct; +- (id)_init; +- (void)dealloc; +- (BOOL)didPrompt; +- (void)lock; +- (void)markPrompt; +- (void)observeValueForKeyPath:(id)arg1 ofObject:(id)arg2 change:(id)arg3 context:(void*)arg4; +- (BOOL)sessionPrompt; +- (void)setSessionPrompt:(BOOL)arg1; +- (void)unlock; + +@end diff --git a/PrivateFrameworks/WatchListKit.framework/WLKPlayActivityLookupRequestOperation.h b/PrivateFrameworks/WatchListKit.framework/WLKPlayActivityLookupRequestOperation.h new file mode 100644 index 0000000000..3143decb46 --- /dev/null +++ b/PrivateFrameworks/WatchListKit.framework/WLKPlayActivityLookupRequestOperation.h @@ -0,0 +1,23 @@ +/* Generated by RuntimeBrowser + Image: /System/Library/PrivateFrameworks/WatchListKit.framework/WatchListKit + */ + +@interface WLKPlayActivityLookupRequestOperation : WLKNetworkRequestOperation { + NSDictionary * _metadataByIdentifier; + NSArray * _playActivityIdentifiers; +} + +@property (nonatomic, readonly, copy) NSDictionary *metadataByIdentifier; +@property (nonatomic, readonly, copy) NSArray *playActivityIdentifiers; + ++ (id)identifierForPlayActivityID:(id)arg1 channelID:(id)arg2 duration:(id)arg3; + +- (void).cxx_destruct; +- (void)didFinish; +- (id)initWithIdentifier:(id)arg1; +- (id)initWithIdentifiers:(id)arg1; +- (id)metadataByIdentifier; +- (id)playActivityIdentifiers; +- (id)responseProcessor; + +@end diff --git a/PrivateFrameworks/WatchListKit.framework/WLKPlayActivityMetadata.h b/PrivateFrameworks/WatchListKit.framework/WLKPlayActivityMetadata.h new file mode 100644 index 0000000000..00540b2dfd --- /dev/null +++ b/PrivateFrameworks/WatchListKit.framework/WLKPlayActivityMetadata.h @@ -0,0 +1,36 @@ +/* Generated by RuntimeBrowser + Image: /System/Library/PrivateFrameworks/WatchListKit.framework/WatchListKit + */ + +@interface WLKPlayActivityMetadata : NSObject { + NSString * _canonicalID; + NSString * _canonicalShowID; + unsigned int _contentType; + NSString * _externalShowID; + NSString * _internalLegID; + NSNumber * _isCurrentEpisode; + NSNumber * _isShowClosed; + NSString * _key; +} + +@property (nonatomic, readonly) NSString *canonicalID; +@property (nonatomic, readonly) NSString *canonicalShowID; +@property (nonatomic, readonly) unsigned int contentType; +@property (nonatomic, readonly) NSString *externalShowID; +@property (nonatomic, readonly) NSString *internalLegID; +@property (nonatomic, readonly, copy) NSNumber *isCurrentEpisode; +@property (nonatomic, readonly, copy) NSNumber *isShowClosed; +@property (nonatomic, readonly) NSString *key; + +- (void).cxx_destruct; +- (id)canonicalID; +- (id)canonicalShowID; +- (unsigned int)contentType; +- (id)externalShowID; +- (id)initWithKey:(id)arg1 dictionary:(id)arg2; +- (id)internalLegID; +- (id)isCurrentEpisode; +- (id)isShowClosed; +- (id)key; + +@end diff --git a/PrivateFrameworks/WatchListKit.framework/WLKPlayActivityNetworkRequestOperation.h b/PrivateFrameworks/WatchListKit.framework/WLKPlayActivityNetworkRequestOperation.h new file mode 100644 index 0000000000..c0dbbbd554 --- /dev/null +++ b/PrivateFrameworks/WatchListKit.framework/WLKPlayActivityNetworkRequestOperation.h @@ -0,0 +1,16 @@ +/* Generated by RuntimeBrowser + Image: /System/Library/PrivateFrameworks/WatchListKit.framework/WatchListKit + */ + +@interface WLKPlayActivityNetworkRequestOperation : WLKNetworkRequestOperation { + UWLMessageWireEnvelope * _playActivityProto; +} + ++ (id)playActivityURL; + +- (void).cxx_destruct; +- (id)_requestPropertiesWithServerRouteKey:(id)arg1 queryParameters:(id)arg2 additionalHeaderFields:(id)arg3; +- (id)initWithMessageEnvelope:(id)arg1; +- (id)initWithServerRouteKey:(id)arg1 serverRouteReplacements:(id)arg2 queryParameters:(id)arg3; + +@end diff --git a/PrivateFrameworks/WatchListKit.framework/WLKPlayEvent.h b/PrivateFrameworks/WatchListKit.framework/WLKPlayEvent.h new file mode 100644 index 0000000000..61ceecc0f2 --- /dev/null +++ b/PrivateFrameworks/WatchListKit.framework/WLKPlayEvent.h @@ -0,0 +1,38 @@ +/* Generated by RuntimeBrowser + Image: /System/Library/PrivateFrameworks/WatchListKit.framework/WatchListKit + */ + +@interface WLKPlayEvent : NSObject { + NSString * _bundleID; + NSString * _channelID; + double _duration; + double _elapsedTime; + NSString * _externalPlayableID; + NSDate * _occurrenceDate; + BOOL _played; + NSString * _showID; +} + +@property (nonatomic, readonly, copy) NSString *bundleID; +@property (nonatomic, readonly, copy) NSString *channelID; +@property (nonatomic, readonly) double duration; +@property (nonatomic, readonly) double elapsedTime; +@property (nonatomic, readonly, copy) NSString *externalPlayableID; +@property (nonatomic, readonly, copy) NSDate *occurrenceDate; +@property (getter=isPlayed, nonatomic, readonly) BOOL played; +@property (nonatomic, readonly, copy) NSString *showID; + +- (void).cxx_destruct; +- (id)bundleID; +- (id)channelID; +- (id)description; +- (double)duration; +- (double)elapsedTime; +- (id)externalPlayableID; +- (id)init; +- (id)initWithDictionary:(id)arg1; +- (BOOL)isPlayed; +- (id)occurrenceDate; +- (id)showID; + +@end diff --git a/PrivateFrameworks/WatchListKit.framework/WLKPlayHistoryRemoveRequest.h b/PrivateFrameworks/WatchListKit.framework/WLKPlayHistoryRemoveRequest.h new file mode 100644 index 0000000000..0a8309bb82 --- /dev/null +++ b/PrivateFrameworks/WatchListKit.framework/WLKPlayHistoryRemoveRequest.h @@ -0,0 +1,20 @@ +/* Generated by RuntimeBrowser + Image: /System/Library/PrivateFrameworks/WatchListKit.framework/WatchListKit + */ + +@interface WLKPlayHistoryRemoveRequest : WLKRequest { + NSString * _bundleID; + NSString * _channelID; + NSString * _externalID; +} + +@property (nonatomic, readonly, copy) NSString *bundleID; +@property (nonatomic, readonly, copy) NSString *externalID; + +- (void).cxx_destruct; +- (id)bundleID; +- (id)externalID; +- (id)initWithBundleID:(id)arg1 externalID:(id)arg2; +- (void)makeRequestWithCompletion:(id /* block */)arg1; + +@end diff --git a/PrivateFrameworks/WatchListKit.framework/WLKPlayHistoryRemoveRequestOperation.h b/PrivateFrameworks/WatchListKit.framework/WLKPlayHistoryRemoveRequestOperation.h new file mode 100644 index 0000000000..c5a75f7064 --- /dev/null +++ b/PrivateFrameworks/WatchListKit.framework/WLKPlayHistoryRemoveRequestOperation.h @@ -0,0 +1,10 @@ +/* Generated by RuntimeBrowser + Image: /System/Library/PrivateFrameworks/WatchListKit.framework/WatchListKit + */ + +@interface WLKPlayHistoryRemoveRequestOperation : WLKNetworkRequestOperation + +- (id)initWithChannelID:(id)arg1 externalID:(id)arg2; +- (id)responseProcessor; + +@end diff --git a/PrivateFrameworks/WatchListKit.framework/WLKPlayable.h b/PrivateFrameworks/WatchListKit.framework/WLKPlayable.h new file mode 100644 index 0000000000..a1d1e929c2 --- /dev/null +++ b/PrivateFrameworks/WatchListKit.framework/WLKPlayable.h @@ -0,0 +1,118 @@ +/* Generated by RuntimeBrowser + Image: /System/Library/PrivateFrameworks/WatchListKit.framework/WatchListKit + */ + +@interface WLKPlayable : NSObject { + NSArray * _SDHLocales; + NSArray * _adLocales; + BOOL _appInstalled; + NSArray * _audioTrackFormats; + NSArray * _audioTrackLocales; + NSString * _canonicalID; + WLKChannelDetails * _channelDetails; + NSString * _channelID; + NSArray * _closedCaptionLocales; + WLKBasicContentMetadata * _content; + NSString * _contentID; + int _contentSourceType; + NSDictionary * _dictionary; + NSNumber * _duration; + NSDate * _endTime; + BOOL _entitled; + NSString * _externalID; + NSString * _externalServiceID; + NSDictionary * _itsData; + BOOL _itunes; + SSLookupItem * _lookupItem; + NSArray * _movieClips; + WLKPlayEvent * _playEvent; + NSString * _playableID; + WLKLocale * _primaryLocale; + NSDictionary * _punchoutUrls; + NSDate * _startTime; + BOOL _subtitled; + NSArray * _subtitledLocales; + NSString * _videoQuality; +} + +@property (nonatomic, readonly, copy) NSArray *SDHLocales; +@property (nonatomic, readonly, copy) NSArray *adLocales; +@property (getter=isAppInstalled, nonatomic, readonly) BOOL appInstalled; +@property (nonatomic, readonly, copy) NSArray *audioTrackFormats; +@property (nonatomic, readonly, copy) NSArray *audioTrackLocales; +@property (nonatomic, readonly, copy) SSLookupItemOffer *bestBuyOffer; +@property (nonatomic, readonly, copy) SSLookupItemOffer *bestRentalOffer; +@property (nonatomic, readonly, copy) NSString *canonicalID; +@property (nonatomic, readonly, copy) WLKChannelDetails *channelDetails; +@property (nonatomic, readonly, copy) NSString *channelID; +@property (nonatomic, readonly, copy) NSArray *closedCaptionLocales; +@property (nonatomic, readonly) WLKBasicContentMetadata *content; +@property (nonatomic, readonly, copy) NSString *contentID; +@property (nonatomic, readonly) int contentSourceType; +@property (nonatomic, readonly, copy) NSDictionary *dictionary; +@property (nonatomic, readonly) NSNumber *duration; +@property (nonatomic, readonly, copy) NSDate *endTime; +@property (getter=isEntitled, nonatomic, readonly) BOOL entitled; +@property (nonatomic, readonly, copy) NSString *externalID; +@property (nonatomic, readonly, copy) NSString *externalServiceID; +@property (nonatomic, readonly, copy) NSDictionary *itsData; +@property (getter=isiTunes, nonatomic, readonly) BOOL itunes; +@property (nonatomic, readonly, copy) SSLookupItem *lookupItem; +@property (nonatomic, readonly, copy) NSArray *movieClips; +@property (nonatomic, readonly, copy) NSArray *offers; +@property (nonatomic, readonly) WLKPlayEvent *playEvent; +@property (nonatomic, readonly, copy) NSString *playableID; +@property (nonatomic, readonly, copy) WLKLocale *primaryLocale; +@property (nonatomic, readonly, copy) NSDictionary *punchoutUrls; +@property (nonatomic, readonly, copy) NSDate *startTime; +@property (getter=isSubtitled, nonatomic, readonly) BOOL subtitled; +@property (nonatomic, readonly, copy) NSArray *subtitledLocales; +@property (nonatomic, readonly, copy) NSString *videoQuality; + ++ (id)playablesWithDictionaries:(id)arg1 canonicalID:(id)arg2; + +- (void).cxx_destruct; +- (id)SDHLocales; +- (id)_filteredContentSource:(id)arg1; +- (id)_localesArrayForDictionary:(id)arg1 andKey:(id)arg2; +- (BOOL)_supportsHD; +- (id)adLocales; +- (id)audioTrackFormats; +- (id)audioTrackLocales; +- (id)bestBuyOffer; +- (id)bestRentalOffer; +- (id)canonicalID; +- (id)channelDetails; +- (id)channelID; +- (id)closedCaptionLocales; +- (id)content; +- (id)contentID; +- (int)contentSourceType; +- (id)description; +- (id)dictionary; +- (id)duration; +- (id)endTime; +- (id)externalID; +- (id)externalServiceID; +- (unsigned int)hash; +- (id)init; +- (id)initWithDictionary:(id)arg1; +- (id)initWithDictionary:(id)arg1 canonicalID:(id)arg2; +- (BOOL)isAppInstalled; +- (BOOL)isEntitled; +- (BOOL)isEqual:(id)arg1; +- (BOOL)isSubtitled; +- (BOOL)isiTunes; +- (id)itsData; +- (id)lookupItem; +- (id)movieClips; +- (id)offers; +- (id)playEvent; +- (id)playableID; +- (id)primaryLocale; +- (id)punchoutUrls; +- (id)startTime; +- (id)subtitledLocales; +- (id)videoQuality; + +@end diff --git a/PrivateFrameworks/WatchListKit.framework/WLKPlaybackSummary.h b/PrivateFrameworks/WatchListKit.framework/WLKPlaybackSummary.h new file mode 100644 index 0000000000..c969a07566 --- /dev/null +++ b/PrivateFrameworks/WatchListKit.framework/WLKPlaybackSummary.h @@ -0,0 +1,59 @@ +/* Generated by RuntimeBrowser + Image: /System/Library/PrivateFrameworks/WatchListKit.framework/WatchListKit + */ + +@interface WLKPlaybackSummary : NSObject { + NSString * _accountID; + NSString * _bundleID; + int _completionState; + NSString * _contentID; + NSNumber * _duration; + NSNumber * _elapsedTime; + NSString * _externalProfileID; + BOOL _isItunes; + NSNumber * _playbackRate; + int _playbackState; + NSDate * _timestamp; +} + +@property (nonatomic, readonly) NSString *accountID; +@property (nonatomic, readonly) NSString *bundleID; +@property (nonatomic, readonly) int completionState; +@property (nonatomic, readonly) NSString *contentID; +@property (nonatomic, readonly) NSNumber *duration; +@property (nonatomic, readonly) NSNumber *elapsedTime; +@property (nonatomic, readonly) NSString *externalProfileID; +@property (nonatomic, readonly) BOOL isItunes; +@property (nonatomic, readonly) NSNumber *playbackRate; +@property (nonatomic, readonly) int playbackState; +@property (nonatomic, readonly) NSDate *timestamp; + ++ (int)completionStateForDuration:(double)arg1 elapsedTime:(double)arg2; ++ (id)debugStringForCompletionState:(int)arg1; ++ (double)playedThresholdTimeForDuration:(double)arg1; ++ (BOOL)supportsSecureCoding; + +- (void).cxx_destruct; +- (BOOL)_compareOptional:(id)arg1 with:(id)arg2; +- (BOOL)_validate:(id)arg1 identifier:(id)arg2 expectedClass:(Class)arg3; +- (id)accountID; +- (id)bundleID; +- (int)completionState; +- (id)contentID; +- (id)description; +- (id)duration; +- (id)elapsedTime; +- (void)encodeWithCoder:(id)arg1; +- (id)externalProfileID; +- (unsigned int)hash; +- (id)initWithBundleId:(id)arg1 timestamp:(id)arg2 duration:(id)arg3 elapsedTime:(id)arg4 externalProfileID:(id)arg5 contentID:(id)arg6 isItunes:(BOOL)arg7 accountID:(id)arg8 playbackState:(int)arg9 playbackRate:(id)arg10 completionState:(int)arg11; +- (id)initWithCoder:(id)arg1; +- (id)initWithMediaRemoteDictionary:(id)arg1 bundleID:(id)arg2 accountID:(id)arg3; +- (BOOL)isEqual:(id)arg1; +- (BOOL)isEqualToSummary:(id)arg1; +- (BOOL)isItunes; +- (id)playbackRate; +- (int)playbackState; +- (id)timestamp; + +@end diff --git a/PrivateFrameworks/WatchListKit.framework/WLKProcessInfo.h b/PrivateFrameworks/WatchListKit.framework/WLKProcessInfo.h new file mode 100644 index 0000000000..553abc214a --- /dev/null +++ b/PrivateFrameworks/WatchListKit.framework/WLKProcessInfo.h @@ -0,0 +1,21 @@ +/* Generated by RuntimeBrowser + Image: /System/Library/PrivateFrameworks/WatchListKit.framework/WatchListKit + */ + +@interface WLKProcessInfo : NSObject { + struct __SecTask { } * _currentTask; +} + +@property (nonatomic) struct __SecTask { }*currentTask; + ++ (id)currentProcessInfo; + +- (BOOL)boolValueForEntitlement:(id)arg1; +- (struct __SecTask { }*)currentTask; +- (void)dealloc; +- (id)init; +- (void)setCurrentTask:(struct __SecTask { }*)arg1; +- (id)valueForEntitlement:(id)arg1; +- (BOOL)valueForEntitlement:(id)arg1 containsObject:(id)arg2; + +@end diff --git a/PrivateFrameworks/WatchListKit.framework/WLKRemoveFavoriteRequest.h b/PrivateFrameworks/WatchListKit.framework/WLKRemoveFavoriteRequest.h new file mode 100644 index 0000000000..925c109d4d --- /dev/null +++ b/PrivateFrameworks/WatchListKit.framework/WLKRemoveFavoriteRequest.h @@ -0,0 +1,27 @@ +/* Generated by RuntimeBrowser + Image: /System/Library/PrivateFrameworks/WatchListKit.framework/WatchListKit + */ + +@interface WLKRemoveFavoriteRequest : WLKRequest { + NSString * _bundleID; + NSString * _canonicalID; + NSString * _channelID; + NSString * _externalID; + WLKWatchListModificationResponse * _response; +} + +@property (nonatomic, readonly, copy) NSString *bundleID; +@property (nonatomic, readonly, copy) NSString *canonicalID; +@property (nonatomic, readonly, copy) NSString *externalID; +@property (nonatomic, readonly) WLKWatchListModificationResponse *response; + +- (void).cxx_destruct; +- (id)bundleID; +- (id)canonicalID; +- (id)externalID; +- (id)initWithBundleID:(id)arg1 externalID:(id)arg2; +- (id)initWithCanonicalID:(id)arg1; +- (void)makeRequestWithCompletion:(id /* block */)arg1; +- (id)response; + +@end diff --git a/PrivateFrameworks/WatchListKit.framework/WLKRequest.h b/PrivateFrameworks/WatchListKit.framework/WLKRequest.h new file mode 100644 index 0000000000..573fdf7d48 --- /dev/null +++ b/PrivateFrameworks/WatchListKit.framework/WLKRequest.h @@ -0,0 +1,16 @@ +/* Generated by RuntimeBrowser + Image: /System/Library/PrivateFrameworks/WatchListKit.framework/WatchListKit + */ + +@interface WLKRequest : NSObject { + NSString * _caller; +} + +@property (nonatomic, retain) NSString *caller; + +- (void).cxx_destruct; +- (void)_configureOperation:(id)arg1; +- (id)caller; +- (void)setCaller:(id)arg1; + +@end diff --git a/PrivateFrameworks/WatchListKit.framework/WLKRottenTomatoesRating.h b/PrivateFrameworks/WatchListKit.framework/WLKRottenTomatoesRating.h new file mode 100644 index 0000000000..a11c84275a --- /dev/null +++ b/PrivateFrameworks/WatchListKit.framework/WLKRottenTomatoesRating.h @@ -0,0 +1,21 @@ +/* Generated by RuntimeBrowser + Image: /System/Library/PrivateFrameworks/WatchListKit.framework/WatchListKit + */ + +@interface WLKRottenTomatoesRating : NSObject { + unsigned int _freshness; + NSNumber * _freshnessPercentage; +} + +@property (nonatomic, readonly) unsigned int freshness; +@property (nonatomic, readonly, copy) NSNumber *freshnessPercentage; + ++ (unsigned int)freshnessForString:(id)arg1; + +- (void).cxx_destruct; +- (unsigned int)freshness; +- (id)freshnessPercentage; +- (id)init; +- (id)initWithFreshness:(unsigned int)arg1 freshnessPercentage:(id)arg2; + +@end diff --git a/PrivateFrameworks/WatchListKit.framework/WLKSearchWatchListRequest.h b/PrivateFrameworks/WatchListKit.framework/WLKSearchWatchListRequest.h new file mode 100644 index 0000000000..ed6809d5fa --- /dev/null +++ b/PrivateFrameworks/WatchListKit.framework/WLKSearchWatchListRequest.h @@ -0,0 +1,16 @@ +/* Generated by RuntimeBrowser + Image: /System/Library/PrivateFrameworks/WatchListKit.framework/WatchListKit + */ + +@interface WLKSearchWatchListRequest : WLKRequest { + NSDictionary * _options; +} + +@property (nonatomic, readonly, copy) NSDictionary *options; + +- (void).cxx_destruct; +- (id)initWithOptions:(id)arg1; +- (void)makeRequestWithCompletion:(id /* block */)arg1; +- (id)options; + +@end diff --git a/PrivateFrameworks/WatchListKit.framework/WLKSearchWatchListRequestOperation.h b/PrivateFrameworks/WatchListKit.framework/WLKSearchWatchListRequestOperation.h new file mode 100644 index 0000000000..06d54dab29 --- /dev/null +++ b/PrivateFrameworks/WatchListKit.framework/WLKSearchWatchListRequestOperation.h @@ -0,0 +1,16 @@ +/* Generated by RuntimeBrowser + Image: /System/Library/PrivateFrameworks/WatchListKit.framework/WatchListKit + */ + +@interface WLKSearchWatchListRequestOperation : WLKNetworkRequestOperation { + NSDictionary * _options; +} + +@property (nonatomic, readonly, copy) NSDictionary *options; + +- (void).cxx_destruct; +- (id)initWithOptions:(id)arg1; +- (id)options; +- (id)responseProcessor; + +@end diff --git a/PrivateFrameworks/WatchListKit.framework/WLKSearchWatchListResponse.h b/PrivateFrameworks/WatchListKit.framework/WLKSearchWatchListResponse.h new file mode 100644 index 0000000000..7c17354d6f --- /dev/null +++ b/PrivateFrameworks/WatchListKit.framework/WLKSearchWatchListResponse.h @@ -0,0 +1,19 @@ +/* Generated by RuntimeBrowser + Image: /System/Library/PrivateFrameworks/WatchListKit.framework/WatchListKit + */ + +@interface WLKSearchWatchListResponse : NSObject { + NSDictionary * _dictionary; + NSArray * _items; +} + +@property (nonatomic, readonly, copy) NSDictionary *dictionary; +@property (nonatomic, readonly, copy) NSArray *items; + +- (void).cxx_destruct; +- (id)dictionary; +- (id)init; +- (id)initWithDictionary:(id)arg1; +- (id)items; + +@end diff --git a/PrivateFrameworks/WatchListKit.framework/WLKServerConfiguration.h b/PrivateFrameworks/WatchListKit.framework/WLKServerConfiguration.h new file mode 100644 index 0000000000..489ba8ca08 --- /dev/null +++ b/PrivateFrameworks/WatchListKit.framework/WLKServerConfiguration.h @@ -0,0 +1,81 @@ +/* Generated by RuntimeBrowser + Image: /System/Library/PrivateFrameworks/WatchListKit.framework/WatchListKit + */ + +@interface WLKServerConfiguration : NSObject { + NSObject * _accessQueue; + unsigned int _cachedEnvironmentHash; + NSDictionary * _channelsByID; + NSMutableDictionary * _completions; + NSDictionary * _dictionary; + int _didChangeNotificationToken; + NSDictionary * _endpointsDictionary; + NSDate * _expirationDate; + id /* block */ _fetchCompletionHandler; + NSOperationQueue * _fetchQueue; + BOOL _loaded; + NSString * _nextEK; + NSOperationQueue * _operationQueue; + NSArray * _orderedChannels; + NSDictionary * _requiredRequestKeyValuePairsDictionary; + NSDictionary * _serverRoutesDictionary; +} + +@property (nonatomic, readonly, copy) NSDictionary *channels; +@property (readonly, copy) NSString *debugDescription; +@property (readonly, copy) NSString *description; +@property (nonatomic, readonly) NSDictionary *dictionary; +@property (nonatomic, copy) NSDate *expirationDate; +@property (nonatomic, copy) id /* block */ fetchCompletionHandler; +@property (readonly) unsigned int hash; +@property (getter=isLoaded, nonatomic, readonly) BOOL loaded; +@property (nonatomic, readonly, copy) NSArray *orderedChannels; +@property (nonatomic, retain) NSDictionary *requiredRequestKeyValuePairsDictionary; +@property (nonatomic, readonly, copy) NSDictionary *serverRoutesDictionary; +@property (readonly) Class superclass; + ++ (id)sharedInstance; + +- (void).cxx_destruct; +- (id)APIBaseURL; +- (void)_addCompletion:(id /* block */)arg1 forEnvironment:(id)arg2; +- (id)_cacheDir; +- (id)_cachePath; +- (void)_clearCompletionsForEnvironment:(id)arg1; +- (void)_commonInit; +- (id)_completionsForEnvironment:(id)arg1; +- (id)_diskCacheDebug; +- (void)_fetchConfigurationSynchronously; +- (void)_handleLibraryDidChangeNotification:(id)arg1; +- (id)_init; +- (void)_invalidateCache; +- (BOOL)_needCacheRefresh; +- (id)_operationQueue; +- (id)_prevCachePath; +- (id)_readFromDisk; +- (id)_readFromDiskPath:(id)arg1; +- (void)_setNextEK:(id)arg1; +- (void)_synchronizeWithCacheAndNotifySelf:(BOOL)arg1 others:(BOOL)arg2; +- (void)_updateWithResponse:(id)arg1 expirationDate:(id)arg2 environmentHash:(unsigned int)arg3; +- (BOOL)_writeToDisk:(id)arg1; +- (void)applicationConfigRequestOperationDidFail:(id)arg1; +- (void)applicationConfigRequestOperationDidFinish:(id)arg1; +- (id)channels; +- (void)dealloc; +- (id)dictionary; +- (id)endpointForKey:(id)arg1; +- (id)expirationDate; +- (id /* block */)fetchCompletionHandler; +- (void)fetchConfiguration:(id /* block */)arg1; +- (id)init; +- (id)initOffline; +- (BOOL)isLoaded; +- (id)orderedChannels; +- (id)requiredRequestKeyValuePairsDictionary; +- (id)serverRouteForKey:(id)arg1; +- (id)serverRoutesDictionary; +- (void)setExpirationDate:(id)arg1; +- (void)setFetchCompletionHandler:(id /* block */)arg1; +- (void)setRequiredRequestKeyValuePairsDictionary:(id)arg1; + +@end diff --git a/PrivateFrameworks/WatchListKit.framework/WLKServerConfigurationCache.h b/PrivateFrameworks/WatchListKit.framework/WLKServerConfigurationCache.h new file mode 100644 index 0000000000..fa14a40d3e --- /dev/null +++ b/PrivateFrameworks/WatchListKit.framework/WLKServerConfigurationCache.h @@ -0,0 +1,25 @@ +/* Generated by RuntimeBrowser + Image: /System/Library/PrivateFrameworks/WatchListKit.framework/WatchListKit + */ + +@interface WLKServerConfigurationCache : NSObject { + unsigned int _environmentHash; + NSDate * _expirationDate; + WLKServerConfigurationResponse * _response; +} + +@property (nonatomic, readonly) unsigned int environmentHash; +@property (nonatomic, readonly) NSDate *expirationDate; +@property (nonatomic, readonly) WLKServerConfigurationResponse *response; + +- (void).cxx_destruct; +- (id)description; +- (id)dictionaryRepresentation; +- (unsigned int)environmentHash; +- (id)expirationDate; +- (id)initWithDictionary:(id)arg1; +- (id)initWithServerResponse:(id)arg1 expirationDate:(id)arg2 environmentHash:(unsigned int)arg3; +- (BOOL)isValid; +- (id)response; + +@end diff --git a/PrivateFrameworks/WatchListKit.framework/WLKServerConfigurationRequestOperation.h b/PrivateFrameworks/WatchListKit.framework/WLKServerConfigurationRequestOperation.h new file mode 100644 index 0000000000..bc875743c5 --- /dev/null +++ b/PrivateFrameworks/WatchListKit.framework/WLKServerConfigurationRequestOperation.h @@ -0,0 +1,39 @@ +/* Generated by RuntimeBrowser + Image: /System/Library/PrivateFrameworks/WatchListKit.framework/WatchListKit + */ + +@interface WLKServerConfigurationRequestOperation : NSOperation { + * _delegate; + NSError * _error; + NSString * _nextEK; + WLKServerConfigurationResponse * _response; + WLKUserEnvironment * _userEnvironment; +} + +@property (nonatomic) *delegate; +@property (nonatomic, readonly) NSError *error; +@property (nonatomic, retain) NSString *nextEK; +@property (nonatomic, readonly) WLKServerConfigurationResponse *response; +@property (nonatomic, readonly) WLKUserEnvironment *userEnvironment; + ++ (id)_caller; + +- (void).cxx_destruct; +- (id)_consentQueryString; +- (id)_defaultBaseURL; +- (id)_entitlementsQueryString; +- (void)_failWithError:(id)arg1; +- (void)_finishWithResponse:(id)arg1; +- (id)_queryStringForKey:(id)arg1 values:(id)arg2; +- (id)_requestProperties; +- (id)_runNetworkOperationAndReturnError:(id*)arg1; +- (id)delegate; +- (id)error; +- (void)main; +- (id)nextEK; +- (id)response; +- (void)setDelegate:(id)arg1; +- (void)setNextEK:(id)arg1; +- (id)userEnvironment; + +@end diff --git a/PrivateFrameworks/WatchListKit.framework/WLKServerConfigurationResponse.h b/PrivateFrameworks/WatchListKit.framework/WLKServerConfigurationResponse.h new file mode 100644 index 0000000000..2d7d1b662e --- /dev/null +++ b/PrivateFrameworks/WatchListKit.framework/WLKServerConfigurationResponse.h @@ -0,0 +1,34 @@ +/* Generated by RuntimeBrowser + Image: /System/Library/PrivateFrameworks/WatchListKit.framework/WatchListKit + */ + +@interface WLKServerConfigurationResponse : NSObject { + NSDictionary * _channelsByID; + NSDictionary * _dictionary; + NSDictionary * _endpointsDictionary; + unsigned int _expirationInSeconds; + NSArray * _orderedChannels; + NSDictionary * _requiredRequestKeyValuePairsDictionary; + NSDictionary * _serverRoutesDictionary; +} + +@property (nonatomic, readonly, copy) NSDictionary *channelsByID; +@property (nonatomic, readonly) NSDictionary *dictionary; +@property (nonatomic, readonly) NSDictionary *endpointsDictionary; +@property (nonatomic, readonly) unsigned int expirationInSeconds; +@property (nonatomic, readonly, copy) NSArray *orderedChannels; +@property (nonatomic, readonly) NSDictionary *requiredRequestKeyValuePairsDictionary; +@property (nonatomic, readonly) NSDictionary *serverRoutesDictionary; + +- (void).cxx_destruct; +- (id)channelsByID; +- (id)dictionary; +- (id)endpointsDictionary; +- (unsigned int)expirationInSeconds; +- (id)init; +- (id)initWithDictionary:(id)arg1; +- (id)orderedChannels; +- (id)requiredRequestKeyValuePairsDictionary; +- (id)serverRoutesDictionary; + +@end diff --git a/PrivateFrameworks/WatchListKit.framework/WLKServerRoute.h b/PrivateFrameworks/WatchListKit.framework/WLKServerRoute.h new file mode 100644 index 0000000000..aeadf25bcf --- /dev/null +++ b/PrivateFrameworks/WatchListKit.framework/WLKServerRoute.h @@ -0,0 +1,20 @@ +/* Generated by RuntimeBrowser + Image: /System/Library/PrivateFrameworks/WatchListKit.framework/WatchListKit + */ + +@interface WLKServerRoute : NSObject { + NSDictionary * _dictionary; +} + +@property (nonatomic, readonly, copy) NSString *HTTPMethod; +@property (nonatomic, readonly, copy) NSString *endpointURLString; +@property (nonatomic, readonly) BOOL requiresMescal; + +- (void).cxx_destruct; +- (id)HTTPMethod; +- (id)description; +- (id)endpointURLString; +- (id)initWithDictionary:(id)arg1; +- (BOOL)requiresMescal; + +@end diff --git a/PrivateFrameworks/WatchListKit.framework/WLKSettingsCloudUtilities.h b/PrivateFrameworks/WatchListKit.framework/WLKSettingsCloudUtilities.h new file mode 100644 index 0000000000..a3575b63fd --- /dev/null +++ b/PrivateFrameworks/WatchListKit.framework/WLKSettingsCloudUtilities.h @@ -0,0 +1,20 @@ +/* Generated by RuntimeBrowser + Image: /System/Library/PrivateFrameworks/WatchListKit.framework/WatchListKit + */ + +@interface WLKSettingsCloudUtilities : NSObject + ++ (id)_fetchSyncDictionary; ++ (void)_postChangeDictionaryToCloud:(id)arg1 completion:(id /* block */)arg2; ++ (id)_syncDictionaryForAppSettings:(id)arg1; ++ (id)_syncDictionaryForLocalStore; ++ (BOOL)cloudSyncEnabled; ++ (void)issueDeleteAllRequestWithCompletion:(id /* block */)arg1; ++ (BOOL)synchronizeSettingsFromCloudIfNeeded; ++ (void)updateCloudStoreAccountLevelSetting:(id)arg1 value:(id)arg2 completion:(id /* block */)arg3; ++ (void)updateCloudStoreAppSettings:(id)arg1 deleteHistory:(BOOL)arg2 completion:(id /* block */)arg3; ++ (void)updateCloudStoreAppSettings:(id)arg1 deleteHistory:(BOOL)arg2 removeEntry:(BOOL)arg3 completion:(id /* block */)arg4; ++ (void)updateCloudStoreWithCompletion:(id /* block */)arg1; ++ (void)updateLocalStoreWithCompletion:(id /* block */)arg1; + +@end diff --git a/PrivateFrameworks/WatchListKit.framework/WLKSettingsModificationRequestOperation.h b/PrivateFrameworks/WatchListKit.framework/WLKSettingsModificationRequestOperation.h new file mode 100644 index 0000000000..a817d4f3b0 --- /dev/null +++ b/PrivateFrameworks/WatchListKit.framework/WLKSettingsModificationRequestOperation.h @@ -0,0 +1,16 @@ +/* Generated by RuntimeBrowser + Image: /System/Library/PrivateFrameworks/WatchListKit.framework/WatchListKit + */ + +@interface WLKSettingsModificationRequestOperation : WLKSettingsRequestOperation { + NSDictionary * _modifications; +} + ++ (id)URLBagKey; + +- (void).cxx_destruct; +- (id)_postBody; +- (id)initWithModifications:(id)arg1; +- (id)requestProperties; + +@end diff --git a/PrivateFrameworks/WatchListKit.framework/WLKSettingsRequestOperation.h b/PrivateFrameworks/WatchListKit.framework/WLKSettingsRequestOperation.h new file mode 100644 index 0000000000..31eab9f2d7 --- /dev/null +++ b/PrivateFrameworks/WatchListKit.framework/WLKSettingsRequestOperation.h @@ -0,0 +1,26 @@ +/* Generated by RuntimeBrowser + Image: /System/Library/PrivateFrameworks/WatchListKit.framework/WatchListKit + */ + +@interface WLKSettingsRequestOperation : NSOperation { + NSError * _error; + id /* block */ _requestCompletionBlock; + NSDictionary * _response; +} + +@property (nonatomic, readonly) NSError *error; +@property (nonatomic, copy) id /* block */ requestCompletionBlock; +@property (nonatomic, readonly) NSDictionary *response; + ++ (id)URLBagKey; + +- (void).cxx_destruct; +- (id)_runNetworkOperationAndReturnError:(id*)arg1; +- (id)error; +- (void)main; +- (id /* block */)requestCompletionBlock; +- (id)requestProperties; +- (id)response; +- (void)setRequestCompletionBlock:(id /* block */)arg1; + +@end diff --git a/PrivateFrameworks/WatchListKit.framework/WLKSettingsStore.h b/PrivateFrameworks/WatchListKit.framework/WLKSettingsStore.h new file mode 100644 index 0000000000..4ef506af4a --- /dev/null +++ b/PrivateFrameworks/WatchListKit.framework/WLKSettingsStore.h @@ -0,0 +1,64 @@ +/* Generated by RuntimeBrowser + Image: /System/Library/PrivateFrameworks/WatchListKit.framework/WatchListKit + */ + +@interface WLKSettingsStore : NSObject { + NSObject * _accessQueue; + NSString * _accountID; + NSMutableArray * _apps; + int _didChangeNotificationToken; + unsigned int _lastKnownBagAvailability; + NSDate * _lastSyncDate; + BOOL _migratediOS; + BOOL _migratedtvOS; + BOOL _optedIn; + BOOL _privateModeEnabled; +} + +@property (nonatomic) unsigned int lastKnownNowPlayingAvailability; +@property (nonatomic, readonly, copy) NSDate *lastSyncDate; +@property (nonatomic) BOOL migratediOS; +@property (nonatomic) BOOL migratedtvOS; +@property (nonatomic) BOOL optedIn; +@property (nonatomic) BOOL privateModeEnabled; + ++ (id)keyPathsForValuesAffectingValueForKey:(id)arg1; ++ (id)sharedSettings; + +- (void).cxx_destruct; +- (void)_accountStoreChangedNotification:(id)arg1; +- (id)_appsForChannelID:(id)arg1; +- (void)_attemptCullingOfObsoleteApp:(id)arg1; +- (id)_dictionaryOnDisk; +- (id)_dictionaryRepresentation; +- (void)_readFromDisk; +- (void)_removeWatchListApp:(id)arg1; +- (void)_setWatchListApps:(id)arg1; +- (id)_supportPath; +- (void)_writeToDisk; +- (id)consentedBrands; +- (void)dealloc; +- (id)description; +- (id)init; +- (unsigned int)lastKnownNowPlayingAvailability; +- (id)lastSyncDate; +- (BOOL)migratediOS; +- (BOOL)migratedtvOS; +- (BOOL)optedIn; +- (BOOL)privateModeEnabled; +- (void)refresh; +- (void)setLastKnownNowPlayingAvailability:(unsigned int)arg1; +- (void)setLastSyncDate:(id)arg1; +- (void)setMigratediOS:(BOOL)arg1; +- (void)setMigratedtvOS:(BOOL)arg1; +- (void)setName:(id)arg1 forChannelID:(id)arg2 externalID:(id)arg3; +- (void)setOptedIn:(BOOL)arg1; +- (void)setPrivateModeEnabled:(BOOL)arg1; +- (void)setStatus:(unsigned int)arg1 forChannelID:(id)arg2 externalID:(id)arg3; +- (id)settingsForChannelID:(id)arg1 externalID:(id)arg2; +- (BOOL)synchronize:(unsigned int)arg1; +- (void)synchronize:(unsigned int)arg1 completion:(id /* block */)arg2; +- (id)watchListApps; +- (id)watchListAppsFiltered; + +@end diff --git a/PrivateFrameworks/WatchListKit.framework/WLKShowContentRating.h b/PrivateFrameworks/WatchListKit.framework/WLKShowContentRating.h new file mode 100644 index 0000000000..5a32c7e2ad --- /dev/null +++ b/PrivateFrameworks/WatchListKit.framework/WLKShowContentRating.h @@ -0,0 +1,16 @@ +/* Generated by RuntimeBrowser + Image: /System/Library/PrivateFrameworks/WatchListKit.framework/WatchListKit + */ + +@interface WLKShowContentRating : WLKContentRating { + unsigned int _contentAudience; +} + +@property (nonatomic, readonly) unsigned int contentAudience; + ++ (unsigned int)_audienceForString:(id)arg1; + +- (unsigned int)contentAudience; +- (id)initWithDictionary:(id)arg1; + +@end diff --git a/PrivateFrameworks/WatchListKit.framework/WLKSiriSearchRequest.h b/PrivateFrameworks/WatchListKit.framework/WLKSiriSearchRequest.h new file mode 100644 index 0000000000..9c977aae20 --- /dev/null +++ b/PrivateFrameworks/WatchListKit.framework/WLKSiriSearchRequest.h @@ -0,0 +1,16 @@ +/* Generated by RuntimeBrowser + Image: /System/Library/PrivateFrameworks/WatchListKit.framework/WatchListKit + */ + +@interface WLKSiriSearchRequest : WLKRequest { + NSDictionary * _options; +} + +@property (nonatomic, readonly, copy) NSDictionary *options; + +- (void).cxx_destruct; +- (id)initWithOptions:(id)arg1; +- (void)makeRequestWithCompletion:(id /* block */)arg1; +- (id)options; + +@end diff --git a/PrivateFrameworks/WatchListKit.framework/WLKSiriSearchRequestOperation.h b/PrivateFrameworks/WatchListKit.framework/WLKSiriSearchRequestOperation.h new file mode 100644 index 0000000000..ea41bc778c --- /dev/null +++ b/PrivateFrameworks/WatchListKit.framework/WLKSiriSearchRequestOperation.h @@ -0,0 +1,16 @@ +/* Generated by RuntimeBrowser + Image: /System/Library/PrivateFrameworks/WatchListKit.framework/WatchListKit + */ + +@interface WLKSiriSearchRequestOperation : WLKNetworkRequestOperation { + NSDictionary * _options; +} + +@property (nonatomic, readonly, copy) NSDictionary *options; + +- (void).cxx_destruct; +- (id)initWithOptions:(id)arg1; +- (id)options; +- (id)responseProcessor; + +@end diff --git a/PrivateFrameworks/WatchListKit.framework/WLKSiriSearchResponse.h b/PrivateFrameworks/WatchListKit.framework/WLKSiriSearchResponse.h new file mode 100644 index 0000000000..b09e54e86a --- /dev/null +++ b/PrivateFrameworks/WatchListKit.framework/WLKSiriSearchResponse.h @@ -0,0 +1,19 @@ +/* Generated by RuntimeBrowser + Image: /System/Library/PrivateFrameworks/WatchListKit.framework/WatchListKit + */ + +@interface WLKSiriSearchResponse : NSObject { + NSDictionary * _dictionary; + NSArray * _items; +} + +@property (nonatomic, readonly, copy) NSDictionary *dictionary; +@property (nonatomic, readonly, copy) NSArray *items; + +- (void).cxx_destruct; +- (id)dictionary; +- (id)init; +- (id)initWithDictionary:(id)arg1; +- (id)items; + +@end diff --git a/PrivateFrameworks/WatchListKit.framework/WLKUserEnvironment.h b/PrivateFrameworks/WatchListKit.framework/WLKUserEnvironment.h new file mode 100644 index 0000000000..34e2a57d71 --- /dev/null +++ b/PrivateFrameworks/WatchListKit.framework/WLKUserEnvironment.h @@ -0,0 +1,43 @@ +/* Generated by RuntimeBrowser + Image: /System/Library/PrivateFrameworks/WatchListKit.framework/WatchListKit + */ + +@interface WLKUserEnvironment : NSObject { + NSString * _DSID; + NSArray * _consentedBrands; + NSDictionary * _entitlements; + NSString * _localeIdentifier; + NSString * _restrictions; + NSString * _storeFrontIdentifier; +} + +@property (nonatomic, retain) NSString *DSID; +@property (nonatomic, retain) NSArray *consentedBrands; +@property (nonatomic, retain) NSDictionary *entitlements; +@property (nonatomic, retain) NSString *localeIdentifier; +@property (nonatomic, retain) NSString *restrictions; +@property (nonatomic, retain) NSString *storeFrontIdentifier; + ++ (id)currentEnvironment; ++ (void)setCurrentEnvironmentForTesting:(id)arg1; + +- (void).cxx_destruct; +- (id)DSID; +- (unsigned int)_hashForStoreStuff; +- (id)consentedBrands; +- (id)entitlements; +- (unsigned int)hash; +- (id)init; +- (BOOL)isEqual:(id)arg1; +- (BOOL)isEqualToEnvironment:(id)arg1; +- (id)localeIdentifier; +- (id)restrictions; +- (void)setConsentedBrands:(id)arg1; +- (void)setDSID:(id)arg1; +- (void)setEntitlements:(id)arg1; +- (void)setLocaleIdentifier:(id)arg1; +- (void)setRestrictions:(id)arg1; +- (void)setStoreFrontIdentifier:(id)arg1; +- (id)storeFrontIdentifier; + +@end diff --git a/PrivateFrameworks/WatchListKit.framework/WLKWatchListModificationRequestOperation.h b/PrivateFrameworks/WatchListKit.framework/WLKWatchListModificationRequestOperation.h new file mode 100644 index 0000000000..5535a348f5 --- /dev/null +++ b/PrivateFrameworks/WatchListKit.framework/WLKWatchListModificationRequestOperation.h @@ -0,0 +1,11 @@ +/* Generated by RuntimeBrowser + Image: /System/Library/PrivateFrameworks/WatchListKit.framework/WatchListKit + */ + +@interface WLKWatchListModificationRequestOperation : WLKNetworkRequestOperation + +- (id)initWithAction:(unsigned int)arg1 canonicalID:(id)arg2; +- (id)initWithAction:(unsigned int)arg1 channelID:(id)arg2 externalID:(id)arg3; +- (id)responseProcessor; + +@end diff --git a/PrivateFrameworks/WatchListKit.framework/WLKWatchListModificationResponse.h b/PrivateFrameworks/WatchListKit.framework/WLKWatchListModificationResponse.h new file mode 100644 index 0000000000..68ad0b7706 --- /dev/null +++ b/PrivateFrameworks/WatchListKit.framework/WLKWatchListModificationResponse.h @@ -0,0 +1,15 @@ +/* Generated by RuntimeBrowser + Image: /System/Library/PrivateFrameworks/WatchListKit.framework/WatchListKit + */ + +@interface WLKWatchListModificationResponse : NSObject { + int _responseType; +} + +@property (nonatomic, readonly) int responseType; + +- (id)init; +- (id)initWithDictionary:(id)arg1; +- (int)responseType; + +@end diff --git a/PrivateFrameworks/WatchListKit.framework/_WLKAppInstallSession.h b/PrivateFrameworks/WatchListKit.framework/_WLKAppInstallSession.h new file mode 100644 index 0000000000..f88a490795 --- /dev/null +++ b/PrivateFrameworks/WatchListKit.framework/_WLKAppInstallSession.h @@ -0,0 +1,32 @@ +/* Generated by RuntimeBrowser + Image: /System/Library/PrivateFrameworks/WatchListKit.framework/WatchListKit + */ + +@interface _WLKAppInstallSession : NSObject { + WLKChannelDetails * _channel; + id /* block */ _completion; + id /* block */ _progressHandler; + NSObject * _queue; +} + +@property (nonatomic, readonly) WLKChannelDetails *channel; +@property (readonly, copy) NSString *debugDescription; +@property (readonly, copy) NSString *description; +@property (readonly) unsigned int hash; +@property (readonly) Class superclass; + ++ (id)_matchingAppProxyFromProxies:(id)arg1 forChannel:(id)arg2; + +- (void).cxx_destruct; +- (void)_sendCompletionWithError:(id)arg1; +- (void)applicationInstallsDidChange:(id)arg1; +- (void)applicationInstallsDidStart:(id)arg1; +- (void)applicationsDidFailToInstall:(id)arg1; +- (void)applicationsDidInstall:(id)arg1; +- (void)applicationsWillInstall:(id)arg1; +- (void)beginInstallationWithProgressHandler:(id /* block */)arg1 completion:(id /* block */)arg2; +- (id)channel; +- (void)dealloc; +- (id)initWithChannel:(id)arg1; + +@end diff --git a/PrivateFrameworks/WatchListKitUI.framework/SBIconProgressView.h b/PrivateFrameworks/WatchListKitUI.framework/SBIconProgressView.h new file mode 100644 index 0000000000..2fea3c2365 --- /dev/null +++ b/PrivateFrameworks/WatchListKitUI.framework/SBIconProgressView.h @@ -0,0 +1,82 @@ +/* Generated by RuntimeBrowser + Image: /System/Library/PrivateFrameworks/WatchListKitUI.framework/WatchListKitUI + */ + +@interface SBIconProgressView : UIView { + _SBIconProgressFractionTransition * _activeFractionTransition; + _SBIconProgressPausedTransition * _activePausedTransition; + _SBInstallProgressStateTransition * _activeStateTransition; + float _backgroundAlpha; + BOOL _canAnimate; + float _circleRadiusFraction; + * _delegate; + CADisplayLink * _displayLink; + float _displayedFraction; + int _displayedState; + BOOL _displayingPaused; + float _foregroundAlpha; + double _lastUpdate; + UIImage * _maskImage; + float _modelFraction; + BOOL _modelPaused; + int _modelState; + UIImage * _overlayImage; + float _pauseRadiusFraction; +} + +@property (nonatomic) float backgroundAlpha; +@property (nonatomic) BOOL canAnimate; +@property (nonatomic, readonly) struct CGRect { struct CGPoint { float x_1_1_1; float x_1_1_2; } x1; struct CGSize { float x_2_1_1; float x_2_1_2; } x2; } circleBoundingRect; +@property (nonatomic) float circleRadiusFraction; +@property (nonatomic) *delegate; +@property (nonatomic) float displayedFraction; +@property (nonatomic) int displayedState; +@property (nonatomic) BOOL displayingPaused; +@property (nonatomic) float foregroundAlpha; +@property (nonatomic, retain) UIImage *overlayImage; +@property (nonatomic) float pauseRadiusFraction; + ++ (id)_pieImageAtFraction:(float)arg1; ++ (id)_pieImagesMemoryPool; + +- (void)_clearDisplayLink; +- (void)_clearTransitionIfComplete:(id*)arg1; +- (void)_drawIncomingCircleWithCenter:(struct CGPoint { float x1; float x2; })arg1; +- (void)_drawOutgoingCircleWithCenter:(struct CGPoint { float x1; float x2; })arg1; +- (void)_drawPauseUIWithCenter:(struct CGPoint { float x1; float x2; })arg1; +- (void)_drawPieWithCenter:(struct CGPoint { float x1; float x2; })arg1; +- (void)_ensureDisplayLink; +- (BOOL)_hasActiveTransitions; +- (id)_maskImage; +- (void)_onDisplayLink:(id)arg1; +- (void)_updateFractionTransitionAnimated:(BOOL)arg1; +- (void)_updatePausedTransitionAnimated:(BOOL)arg1; +- (void)_updateStateTransitionAnimated:(BOOL)arg1; +- (void)_updateTransitionsAnimated:(BOOL)arg1; +- (float)backgroundAlpha; +- (BOOL)canAnimate; +- (struct CGRect { struct CGPoint { float x_1_1_1; float x_1_1_2; } x1; struct CGSize { float x_2_1_1; float x_2_1_2; } x2; })circleBoundingRect; +- (float)circleRadiusFraction; +- (void)dealloc; +- (id)delegate; +- (float)displayedFraction; +- (int)displayedState; +- (BOOL)displayingPaused; +- (void)drawRect:(struct CGRect { struct CGPoint { float x_1_1_1; float x_1_1_2; } x1; struct CGSize { float x_2_1_1; float x_2_1_2; } x2; })arg1; +- (float)foregroundAlpha; +- (id)initWithFrame:(struct CGRect { struct CGPoint { float x_1_1_1; float x_1_1_2; } x1; struct CGSize { float x_2_1_1; float x_2_1_2; } x2; })arg1; +- (id)overlayImage; +- (float)pauseRadiusFraction; +- (void)setBackgroundAlpha:(float)arg1; +- (void)setCanAnimate:(BOOL)arg1; +- (void)setCircleRadiusFraction:(float)arg1; +- (void)setDelegate:(id)arg1; +- (void)setDisplayedFraction:(float)arg1; +- (void)setDisplayedState:(int)arg1; +- (void)setDisplayingPaused:(BOOL)arg1; +- (void)setForegroundAlpha:(float)arg1; +- (void)setOverlayImage:(id)arg1; +- (void)setPauseRadiusFraction:(float)arg1; +- (void)setState:(int)arg1 paused:(BOOL)arg2 fractionLoaded:(float)arg3 animated:(BOOL)arg4; + +@end diff --git a/PrivateFrameworks/WatchListKitUI.framework/WLKModalTextPresenter.h b/PrivateFrameworks/WatchListKitUI.framework/WLKModalTextPresenter.h new file mode 100644 index 0000000000..724827986b --- /dev/null +++ b/PrivateFrameworks/WatchListKitUI.framework/WLKModalTextPresenter.h @@ -0,0 +1,23 @@ +/* Generated by RuntimeBrowser + Image: /System/Library/PrivateFrameworks/WatchListKitUI.framework/WatchListKitUI + */ + +@interface WLKModalTextPresenter : UIViewController { + BOOL * _hideDoneButton; + NSString * _text; +} + +@property (nonatomic) BOOL*hideDoneButton; +@property (nonatomic, copy) NSString *text; + +- (void).cxx_destruct; +- (void)donePressed; +- (BOOL*)hideDoneButton; +- (id)initWithTitle:(id)arg1 text:(id)arg2; +- (id)initWithTitle:(id)arg1 text:(id)arg2 doneButton:(BOOL)arg3; +- (void)presentFromParentViewController:(id)arg1; +- (void)setHideDoneButton:(BOOL*)arg1; +- (void)setText:(id)arg1; +- (id)text; + +@end diff --git a/PrivateFrameworks/WatchListKitUI.framework/WLKSpinnerView.h b/PrivateFrameworks/WatchListKitUI.framework/WLKSpinnerView.h new file mode 100644 index 0000000000..9d91b516c6 --- /dev/null +++ b/PrivateFrameworks/WatchListKitUI.framework/WLKSpinnerView.h @@ -0,0 +1,14 @@ +/* Generated by RuntimeBrowser + Image: /System/Library/PrivateFrameworks/WatchListKitUI.framework/WatchListKitUI + */ + +@interface WLKSpinnerView : UIView { + BOOL _didLayout; + UIVisualEffectView * _effectView; + UIActivityIndicatorView * _spinner; +} + +- (void).cxx_destruct; +- (void)layoutSubviews; + +@end diff --git a/PrivateFrameworks/WatchListKitUI.framework/WLKUIAccessViewController.h b/PrivateFrameworks/WatchListKitUI.framework/WLKUIAccessViewController.h new file mode 100644 index 0000000000..9847899bfb --- /dev/null +++ b/PrivateFrameworks/WatchListKitUI.framework/WLKUIAccessViewController.h @@ -0,0 +1,20 @@ +/* Generated by RuntimeBrowser + Image: /System/Library/PrivateFrameworks/WatchListKitUI.framework/WatchListKitUI + */ + +@interface WLKUIAccessViewController : UINavigationController { + id /* block */ _completionHandler; +} + +@property (nonatomic, copy) id /* block */ completionHandler; +@property (readonly, copy) NSString *debugDescription; +@property (readonly, copy) NSString *description; +@property (readonly) unsigned int hash; +@property (readonly) Class superclass; + +- (void).cxx_destruct; +- (id /* block */)completionHandler; +- (id)initWithBundleIDs:(id)arg1 accountName:(id)arg2 completionHandler:(id /* block */)arg3; +- (void)setCompletionHandler:(id /* block */)arg1; + +@end diff --git a/PrivateFrameworks/WatchListKitUI.framework/WLKUIAccessView_iOS.h b/PrivateFrameworks/WatchListKitUI.framework/WLKUIAccessView_iOS.h new file mode 100644 index 0000000000..ee4e6684ea --- /dev/null +++ b/PrivateFrameworks/WatchListKitUI.framework/WLKUIAccessView_iOS.h @@ -0,0 +1,46 @@ +/* Generated by RuntimeBrowser + Image: /System/Library/PrivateFrameworks/WatchListKitUI.framework/WatchListKitUI + */ + +@interface WLKUIAccessView_iOS : UIView { + NSString * _accountName; + UIButton * _allowButton; + NSArray * _apps; + UILabel * _bodyLabel; + UIStackView * _bottomStack; + TVCarouselView * _carouselView; + UIStackView * _contentStack; + BOOL _didLayout; + UIButton * _disallowButton; + UIStackView * _logoStack; + UIButton * _nackButton; + UIButton * _privacyButton; + UILabel * _privacyLabel; + UIButton * _seeAllButton; + UILabel * _titleLabel; + UILayoutGuide * _titlePlacementGuide; +} + +@property (readonly, copy) NSString *debugDescription; +@property (readonly, copy) NSString *description; +@property (readonly) unsigned int hash; +@property (readonly) Class superclass; + +- (void).cxx_destruct; +- (id)_buildCarousel; +- (id)_buildLogoStack; +- (id)_imageViewForIndex:(unsigned int)arg1; +- (id)allowButton; +- (id)carouselView:(id)arg1 cellForItemAtIndex:(unsigned int)arg2; +- (void)dealloc; +- (id)disallowButton; +- (id)initWithApps:(id)arg1 accountName:(id)arg2; +- (void)layoutSubviews; +- (id)nackButton; +- (unsigned int)numberOfItemsInCarouselView:(id)arg1; +- (void)observeValueForKeyPath:(id)arg1 ofObject:(id)arg2 change:(id)arg3 context:(void*)arg4; +- (id)privacyButton; +- (id)seeAllButton; +- (void)showNackScreen; + +@end diff --git a/PrivateFrameworks/WatchListKitUI.framework/WLKUIAccessView_tvOS.h b/PrivateFrameworks/WatchListKitUI.framework/WLKUIAccessView_tvOS.h new file mode 100644 index 0000000000..5f6bfab9f2 --- /dev/null +++ b/PrivateFrameworks/WatchListKitUI.framework/WLKUIAccessView_tvOS.h @@ -0,0 +1,46 @@ +/* Generated by RuntimeBrowser + Image: /System/Library/PrivateFrameworks/WatchListKitUI.framework/WatchListKitUI + */ + +@interface WLKUIAccessView_tvOS : UIView { + NSString * _accountName; + UIButton * _allowButton; + NSArray * _apps; + UIStackView * _buttonStack; + TVCarouselView * _carouselView; + UILayoutGuide * _contentGuide; + UIStackView * _contentStack; + BOOL _didLayout; + UIButton * _disallowButton; + UILabel * _explanatoryLabel; + UILabel * _headerLabel; + UIStackView * _logoStack; + UIButton * _nackButton; + UIButton * _privacyButton; + UIButton * _seeAllButton; +} + +@property (readonly, copy) NSString *debugDescription; +@property (readonly, copy) NSString *description; +@property (readonly) unsigned int hash; +@property (readonly) Class superclass; + +- (void).cxx_destruct; +- (id)_buildButtonStack; +- (id)_buildCarousel; +- (id)_buildLinkButtonWithTitle:(id)arg1; +- (id)_buildLogoStack; +- (id)_imageViewForIndex:(unsigned int)arg1; +- (id)allowButton; +- (id)carouselView:(id)arg1 cellForItemAtIndex:(unsigned int)arg2; +- (void)dealloc; +- (id)disallowButton; +- (id)initWithApps:(id)arg1 accountName:(id)arg2; +- (void)layoutSubviews; +- (id)nackButton; +- (unsigned int)numberOfItemsInCarouselView:(id)arg1; +- (id)privacyButton; +- (id)seeAllButton; +- (void)showNackScreen; + +@end diff --git a/PrivateFrameworks/WatchListKitUI.framework/WLKUIAppCell.h b/PrivateFrameworks/WatchListKitUI.framework/WLKUIAppCell.h new file mode 100644 index 0000000000..75e8251e1d --- /dev/null +++ b/PrivateFrameworks/WatchListKitUI.framework/WLKUIAppCell.h @@ -0,0 +1,19 @@ +/* Generated by RuntimeBrowser + Image: /System/Library/PrivateFrameworks/WatchListKitUI.framework/WatchListKitUI + */ + +@interface WLKUIAppCell : UICollectionViewCell { + BOOL _didLayout; + UIImage * _image; + UIImageView * _imageView; + NSString * _title; + UILabel * _titleLabel; +} + +- (void).cxx_destruct; +- (void)layoutSubviews; +- (void)setImage:(id)arg1; +- (void)setTitle:(id)arg1; +- (void)updateConstraints; + +@end diff --git a/PrivateFrameworks/WatchListKitUI.framework/WLKUIAppInstallerViewController.h b/PrivateFrameworks/WatchListKitUI.framework/WLKUIAppInstallerViewController.h new file mode 100644 index 0000000000..d539afe3dd --- /dev/null +++ b/PrivateFrameworks/WatchListKitUI.framework/WLKUIAppInstallerViewController.h @@ -0,0 +1,37 @@ +/* Generated by RuntimeBrowser + Image: /System/Library/PrivateFrameworks/WatchListKitUI.framework/WatchListKitUI + */ + +@interface WLKUIAppInstallerViewController : UIViewController { + UIAlertController * _alertController; + _WLKUIAppInstallView * _appInstallView; + UIView * _backgroundView; + WLKChannelDetails * _channel; + id /* block */ _completion; + NSString * _localizedContentTitle; + UIVisualEffectView * _tvBackgroundView; +} + +@property (nonatomic, readonly, copy) WLKChannelDetails *channel; +@property (nonatomic, copy) NSString *localizedContentTitle; + ++ (id)_placeholderAppIcon; + +- (void).cxx_destruct; +- (void)_beginInstallingApp; +- (void)_dismissAppInstall; +- (void)_finishInstallationWithCompletion:(id /* block */)arg1; +- (void)_hideAppInstallProgressWithCompletion:(id /* block */)arg1; +- (void)_menuButtonAction:(id)arg1; +- (void)_showAppInstallProgress; +- (void)_tapAction:(id)arg1; +- (void)_updateWithInstallProgress:(double)arg1; +- (void)beginInstallingAppWithCompletion:(id /* block */)arg1; +- (id)channel; +- (id)init; +- (id)initWithChannel:(id)arg1; +- (void)loadView; +- (id)localizedContentTitle; +- (void)setLocalizedContentTitle:(id)arg1; + +@end diff --git a/PrivateFrameworks/WatchListKitUI.framework/WLKUIAppLibraryInterface.h b/PrivateFrameworks/WatchListKitUI.framework/WLKUIAppLibraryInterface.h new file mode 100644 index 0000000000..eb78517900 --- /dev/null +++ b/PrivateFrameworks/WatchListKitUI.framework/WLKUIAppLibraryInterface.h @@ -0,0 +1,26 @@ +/* Generated by RuntimeBrowser + Image: /System/Library/PrivateFrameworks/WatchListKitUI.framework/WatchListKitUI + */ + +@interface WLKUIAppLibraryInterface : IKJSObject { + NSCache * _appCache; +} + +@property (nonatomic, readonly) NSArray *installed; +@property (nonatomic, readonly) NSArray *subscribed; +@property (nonatomic, readonly) NSArray *test; + +- (void).cxx_destruct; +- (id)_appDictionariesForBundleIDs:(id)arg1; +- (id)_appDictionaryForBundleID:(id)arg1; +- (void)_openAppWithBundleID:(id)arg1 retryCount:(int)arg2; +- (void)dealloc; +- (id)initWithAppContext:(id)arg1; +- (void)installAppForChannel:(id)arg1 :(id)arg2; +- (void)installAppForChannel:(id)arg1 :(id)arg2 :(id)arg3; +- (id)installed; +- (void)openAppWithBundleID:(id)arg1; +- (id)subscribed; +- (id)test; + +@end diff --git a/PrivateFrameworks/WatchListKitUI.framework/WLKUIAppsGridViewController.h b/PrivateFrameworks/WatchListKitUI.framework/WLKUIAppsGridViewController.h new file mode 100644 index 0000000000..31b2302a5b --- /dev/null +++ b/PrivateFrameworks/WatchListKitUI.framework/WLKUIAppsGridViewController.h @@ -0,0 +1,27 @@ +/* Generated by RuntimeBrowser + Image: /System/Library/PrivateFrameworks/WatchListKitUI.framework/WatchListKitUI + */ + +@interface WLKUIAppsGridViewController : UIViewController { + NSArray * _apps; + UICollectionView * _collectionView; + UIFont * _labelFont; + UICollectionViewFlowLayout * _layout; + UINavigationBar * _navBar; + UILabel * _titleLabel; +} + +@property (readonly, copy) NSString *debugDescription; +@property (readonly, copy) NSString *description; +@property (readonly) unsigned int hash; +@property (readonly) Class superclass; + +- (void).cxx_destruct; +- (Class)_collectionViewClass; +- (id)collectionView:(id)arg1 cellForItemAtIndexPath:(id)arg2; +- (int)collectionView:(id)arg1 numberOfItemsInSection:(int)arg2; +- (id)init; +- (void)setApps:(id)arg1; +- (void)viewDidAppear:(BOOL)arg1; + +@end diff --git a/PrivateFrameworks/WatchListKitUI.framework/WLKUIDirectScrollCollectionView.h b/PrivateFrameworks/WatchListKitUI.framework/WLKUIDirectScrollCollectionView.h new file mode 100644 index 0000000000..268b59aecb --- /dev/null +++ b/PrivateFrameworks/WatchListKitUI.framework/WLKUIDirectScrollCollectionView.h @@ -0,0 +1,13 @@ +/* Generated by RuntimeBrowser + Image: /System/Library/PrivateFrameworks/WatchListKitUI.framework/WatchListKitUI + */ + +@interface WLKUIDirectScrollCollectionView : UICollectionView + +- (void)_downArrowAction:(id)arg1; +- (float)_tapScrollDelta; +- (void)_upArrowAction:(id)arg1; +- (BOOL)canBecomeFocused; +- (id)initWithFrame:(struct CGRect { struct CGPoint { float x_1_1_1; float x_1_1_2; } x1; struct CGSize { float x_2_1_1; float x_2_1_2; } x2; })arg1 collectionViewLayout:(id)arg2; + +@end diff --git a/PrivateFrameworks/WatchListKitUI.framework/WLKUIImageService.h b/PrivateFrameworks/WatchListKitUI.framework/WLKUIImageService.h new file mode 100644 index 0000000000..c7aa2d8f1f --- /dev/null +++ b/PrivateFrameworks/WatchListKitUI.framework/WLKUIImageService.h @@ -0,0 +1,13 @@ +/* Generated by RuntimeBrowser + Image: /System/Library/PrivateFrameworks/WatchListKitUI.framework/WatchListKitUI + */ + +@interface WLKUIImageService : NSObject + ++ (void)_cacheImage:(id)arg1 forKey:(id)arg2; ++ (id)_cachePath; ++ (id)_cachedImageForKey:(id)arg1; ++ (void)_fetchIconForChannel:(id)arg1 size:(struct CGSize { float x1; float x2; })arg2 completion:(id /* block */)arg3; ++ (id)_keyForChannelID:(id)arg1 size:(struct CGSize { float x1; float x2; })arg2; + +@end diff --git a/PrivateFrameworks/WatchListKitUI.framework/WLKUIMediaPlayer.h b/PrivateFrameworks/WatchListKitUI.framework/WLKUIMediaPlayer.h new file mode 100644 index 0000000000..067a238d7f --- /dev/null +++ b/PrivateFrameworks/WatchListKitUI.framework/WLKUIMediaPlayer.h @@ -0,0 +1,49 @@ +/* Generated by RuntimeBrowser + Image: /System/Library/PrivateFrameworks/WatchListKitUI.framework/WatchListKitUI + */ + +@interface WLKUIMediaPlayer : IKJSObject { + NSOperationQueue * _artworkLoadingQueue; + WLKUIOrderedItemsMap * _orderedItemsMap; + MPUQueryDataSource * _queryDataSource; + NSObject * _queue; +} + +@property (readonly, copy) NSString *debugDescription; +@property (readonly, copy) NSString *description; +@property (readonly) unsigned int hash; +@property (nonatomic, retain) WLKUIOrderedItemsMap *orderedItemsMap; +@property (nonatomic, retain) MPUQueryDataSource *queryDataSource; +@property (readonly) Class superclass; + +- (void).cxx_destruct; +- (void)_dataSourceChanged:(id)arg1; +- (void)_dataSourceDidChange; +- (id)_dataSourceForConfigurationOptions:(id)arg1; +- (int)_dataSourceType; +- (void)_dataSourceWillChange; +- (id)_dateFromConfigurationObject:(id)arg1; +- (id)_getItem:(id)arg1 includeChildren:(BOOL)arg2 additionalProperties:(id)arg3; +- (id)_identifierForMediaItem:(id)arg1 withProperty:(id)arg2; +- (id)_mediaItemForIdentifier:(id)arg1; +- (void)_mediaLibraryChanged:(id)arg1; +- (id)_numberForString:(id)arg1; +- (id)_stringForNumber:(id)arg1; +- (void)dealloc; +- (id)findItemByStoreIdentifier:(id)arg1 :(id)arg2; +- (void)getImageForItem:(id)arg1 :(id)arg2 :(id)arg3; +- (id)getItem:(id)arg1 :(id)arg2; +- (unsigned int)getItemCount; +- (id)getItemWithChildren:(id)arg1 :(id)arg2; +- (id)getItems; +- (id)initWithAppContext:(id)arg1; +- (void)itemsMapAddedKeys:(id)arg1 andRemovedKeys:(id)arg2; +- (BOOL)libraryHasMedia; +- (id)orderedItemsMap; +- (id)queryDataSource; +- (int)queryHasItemCount:(id)arg1; +- (BOOL)setFilter:(id)arg1; +- (void)setOrderedItemsMap:(id)arg1; +- (void)setQueryDataSource:(id)arg1; + +@end diff --git a/PrivateFrameworks/WatchListKitUI.framework/WLKUIMediaPlayerImageLoader.h b/PrivateFrameworks/WatchListKitUI.framework/WLKUIMediaPlayerImageLoader.h new file mode 100644 index 0000000000..8b7c3beac6 --- /dev/null +++ b/PrivateFrameworks/WatchListKitUI.framework/WLKUIMediaPlayerImageLoader.h @@ -0,0 +1,25 @@ +/* Generated by RuntimeBrowser + Image: /System/Library/PrivateFrameworks/WatchListKitUI.framework/WatchListKitUI + */ + +@interface WLKUIMediaPlayerImageLoader : NSObject { + NSOperationQueue * _artworkLoadingQueue; +} + +@property (readonly, copy) NSString *debugDescription; +@property (readonly, copy) NSString *description; +@property (readonly) unsigned int hash; +@property (readonly) Class superclass; + ++ (BOOL)isMediaPlayerImage:(id)arg1; ++ (id)sharedInstance; + +- (void).cxx_destruct; +- (id)_init; +- (void)cancelLoad:(id)arg1; +- (void)dealloc; +- (id)imageKeyForObject:(id)arg1; +- (id)init; +- (id)loadImageForObject:(id)arg1 scaleToSize:(struct CGSize { float x1; float x2; })arg2 cropToFit:(BOOL)arg3 completionHandler:(id /* block */)arg4; + +@end diff --git a/PrivateFrameworks/WatchListKitUI.framework/WLKUINetworkInterface.h b/PrivateFrameworks/WatchListKitUI.framework/WLKUINetworkInterface.h new file mode 100644 index 0000000000..684573eb19 --- /dev/null +++ b/PrivateFrameworks/WatchListKitUI.framework/WLKUINetworkInterface.h @@ -0,0 +1,19 @@ +/* Generated by RuntimeBrowser + Image: /System/Library/PrivateFrameworks/WatchListKitUI.framework/WatchListKitUI + */ + +@interface WLKUINetworkInterface : IKJSObject { + BOOL _suppressServerConfigNotifications; +} + +- (void)_fireInitConfigCallbackWithUUID:(id)arg1; +- (void)_handleAppLibChange:(id)arg1; +- (void)_handleServerConfigChange:(id)arg1; +- (void)cancelRequest:(id)arg1; +- (void)dealloc; +- (void)fetchConfiguration:(BOOL)arg1 :(id)arg2; +- (id)initWithAppContext:(id)arg1; +- (void)invalidateConfiguration; +- (id)makeRequest:(id)arg1 :(id)arg2; + +@end diff --git a/PrivateFrameworks/WatchListKitUI.framework/WLKUIOnboardingController.h b/PrivateFrameworks/WatchListKitUI.framework/WLKUIOnboardingController.h new file mode 100644 index 0000000000..480bef5105 --- /dev/null +++ b/PrivateFrameworks/WatchListKitUI.framework/WLKUIOnboardingController.h @@ -0,0 +1,22 @@ +/* Generated by RuntimeBrowser + Image: /System/Library/PrivateFrameworks/WatchListKitUI.framework/WatchListKitUI + */ + +@interface WLKUIOnboardingController : NSObject { + WLKUIAccessViewController * _accessVC; + id /* block */ _completionHandler; +} + +@property (nonatomic, copy) id /* block */ completionHandler; + ++ (id)eligibleBundleIDs; + +- (void).cxx_destruct; +- (void)_runConsentFlow; +- (id /* block */)completionHandler; +- (void)dealloc; +- (void)dismiss; +- (void)present; +- (void)setCompletionHandler:(id /* block */)arg1; + +@end diff --git a/PrivateFrameworks/WatchListKitUI.framework/WLKUIOnboardingInterface.h b/PrivateFrameworks/WatchListKitUI.framework/WLKUIOnboardingInterface.h new file mode 100644 index 0000000000..79005dc40c --- /dev/null +++ b/PrivateFrameworks/WatchListKitUI.framework/WLKUIOnboardingInterface.h @@ -0,0 +1,27 @@ +/* Generated by RuntimeBrowser + Image: /System/Library/PrivateFrameworks/WatchListKitUI.framework/WatchListKitUI + */ + +@interface WLKUIOnboardingInterface : IKJSObject { + WLKUIOnboardingController * _controller; + BOOL _hasSynced; + NSNumber * _lastReportedOptedInValue; + BOOL _suppressUpdates; +} + +@property (nonatomic, readonly) NSArray *eligibleBids; +@property (getter=isOptedIn, nonatomic, readonly) BOOL optedIn; +@property (getter=isTvosMigrated, nonatomic, readonly) BOOL tvosMigrated; + +- (void).cxx_destruct; +- (void)dealloc; +- (void)dismiss; +- (id)eligibleBids; +- (id)initWithAppContext:(id)arg1; +- (BOOL)isOptedIn; +- (BOOL)isTvosMigrated; +- (void)migrateTvos:(id)arg1; +- (void)observeValueForKeyPath:(id)arg1 ofObject:(id)arg2 change:(id)arg3 context:(void*)arg4; +- (void)show:(id)arg1; + +@end diff --git a/PrivateFrameworks/WatchListKitUI.framework/WLKUIOrderedItemsMap.h b/PrivateFrameworks/WatchListKitUI.framework/WLKUIOrderedItemsMap.h new file mode 100644 index 0000000000..911824dec7 --- /dev/null +++ b/PrivateFrameworks/WatchListKitUI.framework/WLKUIOrderedItemsMap.h @@ -0,0 +1,34 @@ +/* Generated by RuntimeBrowser + Image: /System/Library/PrivateFrameworks/WatchListKitUI.framework/WatchListKitUI + */ + +@interface WLKUIOrderedItemsMap : NSObject { + int _dataSourceType; + * _delegate; + NSDictionary * _mappingDictionary; + NSOrderedSet * _orderedKeys; +} + +@property (nonatomic) int dataSourceType; +@property (nonatomic) *delegate; +@property (nonatomic, copy) NSDictionary *mappingDictionary; +@property (nonatomic, copy) NSOrderedSet *orderedKeys; + +- (void).cxx_destruct; +- (void)_generateStoreIdentiferToIndexMapping:(id)arg1 generatesDifferentials:(BOOL)arg2; +- (id)_identifierForMediaItem:(id)arg1 withProperty:(id)arg2; +- (int)dataSourceType; +- (id)delegate; +- (id)init; +- (id)mappingDictionary; +- (id)objectForKeyedSubscript:(id)arg1; +- (id)orderedKeys; +- (void)processEntities:(id)arg1 forDataSourceType:(int)arg2; +- (void)removeAll; +- (void)setDataSourceType:(int)arg1; +- (void)setDelegate:(id)arg1; +- (void)setMappingDictionary:(id)arg1; +- (void)setOrderedKeys:(id)arg1; +- (void)updateEntities:(id)arg1; + +@end diff --git a/PrivateFrameworks/WatchListKitUI.framework/WLKUIQueryDataSource.h b/PrivateFrameworks/WatchListKitUI.framework/WLKUIQueryDataSource.h new file mode 100644 index 0000000000..23c5097d9a --- /dev/null +++ b/PrivateFrameworks/WatchListKitUI.framework/WLKUIQueryDataSource.h @@ -0,0 +1,14 @@ +/* Generated by RuntimeBrowser + Image: /System/Library/PrivateFrameworks/WatchListKitUI.framework/WatchListKitUI + */ + +@interface WLKUIQueryDataSource : MPUQueryDataSource { + int _sourceType; +} + +@property (nonatomic) int sourceType; + +- (void)setSourceType:(int)arg1; +- (int)sourceType; + +@end diff --git a/PrivateFrameworks/WatchListKitUI.framework/WLKUISettingsInterface.h b/PrivateFrameworks/WatchListKitUI.framework/WLKUISettingsInterface.h new file mode 100644 index 0000000000..06dc78398f --- /dev/null +++ b/PrivateFrameworks/WatchListKitUI.framework/WLKUISettingsInterface.h @@ -0,0 +1,10 @@ +/* Generated by RuntimeBrowser + Image: /System/Library/PrivateFrameworks/WatchListKitUI.framework/WatchListKitUI + */ + +@interface WLKUISettingsInterface : IKJSObject + +- (id)consentedBrands; +- (BOOL)privateModeEnabled; + +@end diff --git a/PrivateFrameworks/WatchListKitUI.framework/_SBIconProgressFractionTransition.h b/PrivateFrameworks/WatchListKitUI.framework/_SBIconProgressFractionTransition.h new file mode 100644 index 0000000000..b851f3904f --- /dev/null +++ b/PrivateFrameworks/WatchListKitUI.framework/_SBIconProgressFractionTransition.h @@ -0,0 +1,17 @@ +/* Generated by RuntimeBrowser + Image: /System/Library/PrivateFrameworks/WatchListKitUI.framework/WatchListKitUI + */ + +@interface _SBIconProgressFractionTransition : _SBIconProgressTransition { + float _targetFraction; +} + ++ (id)newTransitionToFraction:(float)arg1; + +- (void)_updateView:(id)arg1 forDisplayedFraction:(float)arg2; +- (void)completeTransitionAndUpdateView:(id)arg1; +- (BOOL)isCompleteWithView:(id)arg1; +- (void)updateToFraction:(float)arg1; +- (void)updateView:(id)arg1 withElapsedTime:(double)arg2; + +@end diff --git a/PrivateFrameworks/WatchListKitUI.framework/_SBIconProgressLoadingNoneStateTransition.h b/PrivateFrameworks/WatchListKitUI.framework/_SBIconProgressLoadingNoneStateTransition.h new file mode 100644 index 0000000000..a75008a1b1 --- /dev/null +++ b/PrivateFrameworks/WatchListKitUI.framework/_SBIconProgressLoadingNoneStateTransition.h @@ -0,0 +1,9 @@ +/* Generated by RuntimeBrowser + Image: /System/Library/PrivateFrameworks/WatchListKitUI.framework/WatchListKitUI + */ + +@interface _SBIconProgressLoadingNoneStateTransition : _SBInstallProgressStateTransition + +- (void)_updateView:(id)arg1; + +@end diff --git a/PrivateFrameworks/WatchListKitUI.framework/_SBIconProgressNoneWaitingStateTransition.h b/PrivateFrameworks/WatchListKitUI.framework/_SBIconProgressNoneWaitingStateTransition.h new file mode 100644 index 0000000000..21c1359e3a --- /dev/null +++ b/PrivateFrameworks/WatchListKitUI.framework/_SBIconProgressNoneWaitingStateTransition.h @@ -0,0 +1,9 @@ +/* Generated by RuntimeBrowser + Image: /System/Library/PrivateFrameworks/WatchListKitUI.framework/WatchListKitUI + */ + +@interface _SBIconProgressNoneWaitingStateTransition : _SBInstallProgressStateTransition + +- (void)_updateView:(id)arg1; + +@end diff --git a/PrivateFrameworks/WatchListKitUI.framework/_SBIconProgressPausedTransition.h b/PrivateFrameworks/WatchListKitUI.framework/_SBIconProgressPausedTransition.h new file mode 100644 index 0000000000..31a4566aea --- /dev/null +++ b/PrivateFrameworks/WatchListKitUI.framework/_SBIconProgressPausedTransition.h @@ -0,0 +1,25 @@ +/* Generated by RuntimeBrowser + Image: /System/Library/PrivateFrameworks/WatchListKitUI.framework/WatchListKitUI + */ + +@interface _SBIconProgressPausedTransition : _SBIconProgressTransition { + double _duration; + float _fraction; + CAMediaTimingFunction * _timingFunction; + BOOL _toPaused; + double _totalElapsedTime; +} + ++ (id)newTransitionToPaused:(BOOL)arg1; + +- (id)_initToPaused:(BOOL)arg1; +- (void)_updateElapsedTimeFromFraction; +- (void)_updateTimingFunction; +- (void)_updateView:(id)arg1; +- (void)completeTransitionAndUpdateView:(id)arg1; +- (void)dealloc; +- (BOOL)isCompleteWithView:(id)arg1; +- (void)updateToPaused:(BOOL)arg1; +- (void)updateView:(id)arg1 withElapsedTime:(double)arg2; + +@end diff --git a/PrivateFrameworks/WatchListKitUI.framework/_SBIconProgressTransition.h b/PrivateFrameworks/WatchListKitUI.framework/_SBIconProgressTransition.h new file mode 100644 index 0000000000..1e4d5415d3 --- /dev/null +++ b/PrivateFrameworks/WatchListKitUI.framework/_SBIconProgressTransition.h @@ -0,0 +1,11 @@ +/* Generated by RuntimeBrowser + Image: /System/Library/PrivateFrameworks/WatchListKitUI.framework/WatchListKitUI + */ + +@interface _SBIconProgressTransition : NSObject + +- (void)completeTransitionAndUpdateView:(id)arg1; +- (BOOL)isCompleteWithView:(id)arg1; +- (void)updateView:(id)arg1 withElapsedTime:(double)arg2; + +@end diff --git a/PrivateFrameworks/WatchListKitUI.framework/_SBIconProgressWaitingLoadingStateTransition.h b/PrivateFrameworks/WatchListKitUI.framework/_SBIconProgressWaitingLoadingStateTransition.h new file mode 100644 index 0000000000..fa27115d65 --- /dev/null +++ b/PrivateFrameworks/WatchListKitUI.framework/_SBIconProgressWaitingLoadingStateTransition.h @@ -0,0 +1,9 @@ +/* Generated by RuntimeBrowser + Image: /System/Library/PrivateFrameworks/WatchListKitUI.framework/WatchListKitUI + */ + +@interface _SBIconProgressWaitingLoadingStateTransition : _SBInstallProgressStateTransition + +- (void)_updateView:(id)arg1; + +@end diff --git a/PrivateFrameworks/WatchListKitUI.framework/_SBInstallProgressStateTransition.h b/PrivateFrameworks/WatchListKitUI.framework/_SBInstallProgressStateTransition.h new file mode 100644 index 0000000000..eb69189d16 --- /dev/null +++ b/PrivateFrameworks/WatchListKitUI.framework/_SBInstallProgressStateTransition.h @@ -0,0 +1,24 @@ +/* Generated by RuntimeBrowser + Image: /System/Library/PrivateFrameworks/WatchListKitUI.framework/WatchListKitUI + */ + +@interface _SBInstallProgressStateTransition : _SBIconProgressTransition { + double _duration; + float _fraction; + int _fromState; + CAMediaTimingFunction * _timingFunction; + int _toState; + double _totalElapsedTime; +} + ++ (Class)_classForTransitionFromState:(int)arg1 toState:(int)arg2; ++ (id)newTransitionFromState:(int)arg1 toState:(int)arg2; + +- (id)_initWithFromState:(int)arg1 toState:(int)arg2; +- (void)_updateView:(id)arg1; +- (void)completeTransitionAndUpdateView:(id)arg1; +- (void)dealloc; +- (BOOL)isCompleteWithView:(id)arg1; +- (void)updateView:(id)arg1 withElapsedTime:(double)arg2; + +@end diff --git a/PrivateFrameworks/WatchListKitUI.framework/_WLKUIAccessViewController.h b/PrivateFrameworks/WatchListKitUI.framework/_WLKUIAccessViewController.h new file mode 100644 index 0000000000..649e350e40 --- /dev/null +++ b/PrivateFrameworks/WatchListKitUI.framework/_WLKUIAccessViewController.h @@ -0,0 +1,41 @@ +/* Generated by RuntimeBrowser + Image: /System/Library/PrivateFrameworks/WatchListKitUI.framework/WatchListKitUI + */ + +@interface _WLKUIAccessViewController : UIViewController { + WLKUIAccessView_iOS * _accessView; + NSString * _accountName; + NSArray * _appInfos; + NSArray * _bundleIDs; + id /* block */ _completionHandler; + BOOL _hasCalledCompletion; + BOOL _hasOptedIn; + WLKSpinnerView * _loadingView; +} + +@property (nonatomic, copy) id /* block */ completionHandler; + ++ (BOOL)_isHostedInRemoteViewService; + +- (void).cxx_destruct; +- (void)_allow:(id)arg1; +- (void)_disallow:(id)arg1; +- (void)_handleMenuGesture:(id)arg1; +- (void)_handleNackButton:(id)arg1; +- (void)_handlePrivacyButton:(id)arg1; +- (void)_handleSeeAllButton:(id)arg1; +- (id)_imageForBundleID:(id)arg1; +- (void)_init; +- (void)_presentGenericErrorWithCompletion:(id /* block */)arg1; +- (BOOL)_runOnboarding; +- (BOOL)_synchronizeSettingsFromCloudIfNeeded; +- (void)_toggleLoadingScreen; +- (id)_watchListAppIcon; +- (id /* block */)completionHandler; +- (void)dealloc; +- (id)init; +- (id)initWithBundleIDs:(id)arg1 accountName:(id)arg2 completionHandler:(id /* block */)arg3; +- (void)setCompletionHandler:(id /* block */)arg1; +- (void)viewDidLoad; + +@end diff --git a/PrivateFrameworks/WatchListKitUI.framework/_WLKUIAppInstallView.h b/PrivateFrameworks/WatchListKitUI.framework/_WLKUIAppInstallView.h new file mode 100644 index 0000000000..a70fbb8b0a --- /dev/null +++ b/PrivateFrameworks/WatchListKitUI.framework/_WLKUIAppInstallView.h @@ -0,0 +1,51 @@ +/* Generated by RuntimeBrowser + Image: /System/Library/PrivateFrameworks/WatchListKitUI.framework/WatchListKitUI + */ + +@interface _WLKUIAppInstallView : UIView { + TVImageProxy * _appIconImageProxy; + _TVImageView * _appIconImageView; + UIView * _backgroundContainerView; + UIView * _backgroundKnockoutView; + UIVisualEffectView * _backgroundView; + id /* block */ _completion; + double _installProgress; + UIImage * _placeholderAppIcon; + SBIconProgressView * _progressView; + NSString * _subtitle; + UILabel * _subtitleLabel; + NSString * _title; + UILabel * _titleLabel; +} + +@property (nonatomic, retain) TVImageProxy *appIconImageProxy; +@property (readonly, copy) NSString *debugDescription; +@property (readonly, copy) NSString *description; +@property (readonly) unsigned int hash; +@property (nonatomic) double installProgress; +@property (nonatomic, retain) UIImage *placeholderAppIcon; +@property (nonatomic, copy) NSString *subtitle; +@property (readonly) Class superclass; +@property (nonatomic, copy) NSString *title; + ++ (id)_progressMaskImage; + +- (void).cxx_destruct; +- (id)appIconImageProxy; +- (void)dealloc; +- (void)finishInstallationWithCompletion:(id /* block */)arg1; +- (id)initWithFrame:(struct CGRect { struct CGPoint { float x_1_1_1; float x_1_1_2; } x1; struct CGSize { float x_2_1_1; float x_2_1_2; } x2; })arg1; +- (double)installProgress; +- (void)layoutSubviews; +- (id)placeholderAppIcon; +- (void)progressViewCanBeRemoved:(id)arg1; +- (void)setAppIconImageProxy:(id)arg1; +- (void)setInstallProgress:(double)arg1; +- (void)setPlaceholderAppIcon:(id)arg1; +- (void)setSubtitle:(id)arg1; +- (void)setTitle:(id)arg1; +- (BOOL)shouldDismissForTapLocation:(struct CGPoint { float x1; float x2; })arg1; +- (id)subtitle; +- (id)title; + +@end diff --git a/PrivateFrameworks/WatchListKitUI.framework/_WLKUIAppInstallViewTV.h b/PrivateFrameworks/WatchListKitUI.framework/_WLKUIAppInstallViewTV.h new file mode 100644 index 0000000000..9829cd4018 --- /dev/null +++ b/PrivateFrameworks/WatchListKitUI.framework/_WLKUIAppInstallViewTV.h @@ -0,0 +1,47 @@ +/* Generated by RuntimeBrowser + Image: /System/Library/PrivateFrameworks/WatchListKitUI.framework/WatchListKitUI + */ + +@interface _WLKUIAppInstallViewTV : UIView { + TVImageProxy * _appIconImageProxy; + _TVImageView * _appIconImageView; + id /* block */ _completion; + double _installProgress; + UIImage * _placeholderAppIcon; + SBIconProgressView * _progressView; + NSString * _subtitle; + UILabel * _subtitleLabel; + NSString * _title; + UILabel * _titleLabel; +} + +@property (nonatomic, retain) TVImageProxy *appIconImageProxy; +@property (readonly, copy) NSString *debugDescription; +@property (readonly, copy) NSString *description; +@property (readonly) unsigned int hash; +@property (nonatomic) double installProgress; +@property (nonatomic, retain) UIImage *placeholderAppIcon; +@property (nonatomic, copy) NSString *subtitle; +@property (readonly) Class superclass; +@property (nonatomic, copy) NSString *title; + ++ (id)_progressMaskImage; + +- (void).cxx_destruct; +- (id)appIconImageProxy; +- (void)dealloc; +- (void)finishInstallationWithCompletion:(id /* block */)arg1; +- (id)initWithFrame:(struct CGRect { struct CGPoint { float x_1_1_1; float x_1_1_2; } x1; struct CGSize { float x_2_1_1; float x_2_1_2; } x2; })arg1; +- (double)installProgress; +- (void)layoutSubviews; +- (id)placeholderAppIcon; +- (void)progressViewCanBeRemoved:(id)arg1; +- (void)setAppIconImageProxy:(id)arg1; +- (void)setInstallProgress:(double)arg1; +- (void)setPlaceholderAppIcon:(id)arg1; +- (void)setSubtitle:(id)arg1; +- (void)setTitle:(id)arg1; +- (id)subtitle; +- (id)title; + +@end diff --git a/PrivateFrameworks/WatchListKitUI.framework/_WLKUIMediaPlayerImageLoaderConfiguration.h b/PrivateFrameworks/WatchListKitUI.framework/_WLKUIMediaPlayerImageLoaderConfiguration.h new file mode 100644 index 0000000000..c95cf8a130 --- /dev/null +++ b/PrivateFrameworks/WatchListKitUI.framework/_WLKUIMediaPlayerImageLoaderConfiguration.h @@ -0,0 +1,38 @@ +/* Generated by RuntimeBrowser + Image: /System/Library/PrivateFrameworks/WatchListKitUI.framework/WatchListKitUI + */ + +@interface _WLKUIMediaPlayerImageLoaderConfiguration : NSObject { + struct CGSize { + float width; + float height; + } _imageSize; + NSNumber * _persistentidentifier; + BOOL _screenshot; + NSURL * _sourceURL; + NSNumber * _storeIdentifier; +} + +@property (nonatomic) struct CGSize { float x1; float x2; } imageSize; +@property (nonatomic, copy) NSNumber *persistentidentifier; +@property (getter=isScreenshot, nonatomic) BOOL screenshot; +@property (nonatomic, copy) NSURL *sourceURL; +@property (nonatomic, copy) NSNumber *storeIdentifier; + +- (void).cxx_destruct; +- (void)_populateValuesFromQueryItems; +- (unsigned int)hash; +- (struct CGSize { float x1; float x2; })imageSize; +- (id)initWithDictionary:(id)arg1; +- (BOOL)isEqual:(id)arg1; +- (BOOL)isScreenshot; +- (id)persistentidentifier; +- (void)setImageSize:(struct CGSize { float x1; float x2; })arg1; +- (void)setPersistentidentifier:(id)arg1; +- (void)setScreenshot:(BOOL)arg1; +- (void)setSourceURL:(id)arg1; +- (void)setStoreIdentifier:(id)arg1; +- (id)sourceURL; +- (id)storeIdentifier; + +@end diff --git a/PrivateFrameworks/WatchListKitUI.framework/_WLKUIMediaPlayerImageLoaderOperationSet.h b/PrivateFrameworks/WatchListKitUI.framework/_WLKUIMediaPlayerImageLoaderOperationSet.h new file mode 100644 index 0000000000..0df4d6cbbe --- /dev/null +++ b/PrivateFrameworks/WatchListKitUI.framework/_WLKUIMediaPlayerImageLoaderOperationSet.h @@ -0,0 +1,19 @@ +/* Generated by RuntimeBrowser + Image: /System/Library/PrivateFrameworks/WatchListKitUI.framework/WatchListKitUI + */ + +@interface _WLKUIMediaPlayerImageLoaderOperationSet : NSObject { + MPArtworkCatalog * _artworkCatalog; + * _dataSource; +} + +@property (nonatomic, retain) MPArtworkCatalog *artworkCatalog; +@property (nonatomic, retain) *dataSource; + +- (void).cxx_destruct; +- (id)artworkCatalog; +- (id)dataSource; +- (void)setArtworkCatalog:(id)arg1; +- (void)setDataSource:(id)arg1; + +@end diff --git a/PrivateFrameworks/Weather.framework/WATodayModel.h b/PrivateFrameworks/Weather.framework/WATodayModel.h index e17fa44bfe..a95ac1281a 100644 --- a/PrivateFrameworks/Weather.framework/WATodayModel.h +++ b/PrivateFrameworks/Weather.framework/WATodayModel.h @@ -10,7 +10,7 @@ } @property (nonatomic, retain) WAForecastModel *forecastModel; -@property (nonatomic, readonly) NSDate *lastUpdateDate; +@property (nonatomic, retain) NSDate *lastUpdateDate; + (id)autoupdatingLocationModelWithPreferences:(id)arg1 effectiveBundleIdentifier:(id)arg2; + (id)modelWithLocation:(id)arg1; @@ -33,5 +33,6 @@ - (id)location; - (void)removeObserver:(id)arg1; - (void)setForecastModel:(id)arg1; +- (void)setLastUpdateDate:(id)arg1; @end diff --git a/PrivateFrameworks/WebApp.framework/WebAppController.h b/PrivateFrameworks/WebApp.framework/WebAppController.h index 801659d11d..8dacad9207 100644 --- a/PrivateFrameworks/WebApp.framework/WebAppController.h +++ b/PrivateFrameworks/WebApp.framework/WebAppController.h @@ -5,7 +5,6 @@ @interface WebAppController : NSObject { NSMutableArray * _alerts; WebUIAuthenticationManager * _authenticationManager; - NSDictionary * _connectionProperties; WebUIDownloadManager * _downloadManager; NSArray * _fallbackURLs; NSMutableSet * _highLevelDomainsAndPortsToUseOnlyAvailableIdentityWithoutPrompting; @@ -99,7 +98,6 @@ - (void)timeLimitForLoadCompletionExpired; - (id)titleForError:(id)arg1; - (void)tryMultipleURLs:(id)arg1; -- (id)uiWebView:(id)arg1 connectionPropertiesForResource:(id)arg2 dataSource:(id)arg3; - (void)uiWebView:(id)arg1 decidePolicyForGeolocationRequestFromOrigin:(id)arg2 frame:(id)arg3 listener:(id)arg4; - (void)uiWebView:(id)arg1 decidePolicyForMIMEType:(id)arg2 request:(id)arg3 frame:(id)arg4 decisionListener:(id)arg5; - (void)uiWebView:(id)arg1 didFirstLayoutInFrame:(id)arg2; diff --git a/PrivateFrameworks/WebBookmarks.framework/WebBookmarkListQuery.h b/PrivateFrameworks/WebBookmarks.framework/WebBookmarkListQuery.h index f33403e57a..67b3bdf252 100644 --- a/PrivateFrameworks/WebBookmarks.framework/WebBookmarkListQuery.h +++ b/PrivateFrameworks/WebBookmarks.framework/WebBookmarkListQuery.h @@ -3,6 +3,7 @@ */ @interface WebBookmarkListQuery : NSObject { + BOOL _countShouldUseNumChildrenIfPossible; BOOL _customQuery; int _folderID; BOOL _includeHidden; @@ -18,7 +19,7 @@ @property (nonatomic, readonly) int folderID; - (void).cxx_destruct; -- (int)_childCountInDatabaseForBookmarkFolder:(int)arg1 collection:(id)arg2 skipCountingInDatabaseBookmarksThatAreDeletedInMemory:(BOOL)arg3; +- (int)_childCountInDatabaseForFolderFetchInCollection:(id)arg1 skipCountingInDatabaseBookmarksThatAreDeletedInMemory:(BOOL)arg2; - (id)_filterBookmarks:(id)arg1; - (int)_inMemoryAddedChildrenCountForBookmarkFolder:(int)arg1 collection:(id)arg2 skipCountingBookmarksThatAreDeletedInMemory:(BOOL)arg3; - (int)_listQueryType; diff --git a/PrivateFrameworks/WebCore.framework/WebAccessibilityObjectWrapper.h b/PrivateFrameworks/WebCore.framework/WebAccessibilityObjectWrapper.h index 2b9b0452a3..3bbb95c43a 100644 --- a/PrivateFrameworks/WebCore.framework/WebAccessibilityObjectWrapper.h +++ b/PrivateFrameworks/WebCore.framework/WebAccessibilityObjectWrapper.h @@ -149,6 +149,8 @@ - (void)dealloc; - (id)description; - (void)detach; +- (struct AccessibilityObject { int (**x1)(); unsigned int x2; unsigned int x3; struct Vector, 0, WTF::CrashOnOverflow, 16> { struct RefPtr {} *x_4_1_1; unsigned int x_4_1_2; unsigned int x_4_1_3; } x4; bool x5; int x6; int x7; struct RetainPtr { void *x_8_1_1; } x8; }*)detailParentForObject:(struct AccessibilityObject { int (**x1)(); unsigned int x2; unsigned int x3; struct Vector, 0, WTF::CrashOnOverflow, 16> { struct RefPtr {} *x_4_1_1; unsigned int x_4_1_2; unsigned int x_4_1_3; } x4; bool x5; int x6; int x7; struct RetainPtr { void *x_8_1_1; } x8; }*)arg1; +- (struct AccessibilityObject { int (**x1)(); unsigned int x2; unsigned int x3; struct Vector, 0, WTF::CrashOnOverflow, 16> { struct RefPtr {} *x_4_1_1; unsigned int x_4_1_2; unsigned int x_4_1_3; } x4; bool x5; int x6; int x7; struct RetainPtr { void *x_8_1_1; } x8; }*)detailParentForSummaryObject:(struct AccessibilityObject { int (**x1)(); unsigned int x2; unsigned int x3; struct Vector, 0, WTF::CrashOnOverflow, 16> { struct RefPtr {} *x_4_1_1; unsigned int x_4_1_2; unsigned int x_4_1_3; } x4; bool x5; int x6; int x7; struct RetainPtr { void *x_8_1_1; } x8; }*)arg1; - (BOOL)determineIsAccessibilityElement; - (void)disableAttributeCaching; - (struct _NSRange { unsigned int x1; unsigned int x2; })elementTextRange; diff --git a/PrivateFrameworks/WebKitLegacy.framework/WebPreferences.h b/PrivateFrameworks/WebKitLegacy.framework/WebPreferences.h index db12dcd9c3..24be30b115 100644 --- a/PrivateFrameworks/WebKitLegacy.framework/WebPreferences.h +++ b/PrivateFrameworks/WebKitLegacy.framework/WebPreferences.h @@ -216,6 +216,7 @@ - (BOOL)paginateDuringLayoutEnabled; - (id)pictographFontFamily; - (BOOL)plugInSnapshottingEnabled; +- (BOOL)preferLowPowerWebGLRendering; - (BOOL)privateBrowsingEnabled; - (BOOL)requestAnimationFrameEnabled; - (BOOL)resourceLoadStatisticsEnabled; @@ -317,6 +318,7 @@ - (void)setPictographFontFamily:(id)arg1; - (void)setPlugInSnapshottingEnabled:(BOOL)arg1; - (void)setPlugInsEnabled:(BOOL)arg1; +- (void)setPreferLowPowerWebGLRendering:(BOOL)arg1; - (void)setPrivateBrowsingEnabled:(BOOL)arg1; - (void)setQTKitEnabled:(BOOL)arg1; - (void)setRequestAnimationFrameEnabled:(BOOL)arg1; diff --git a/PrivateFrameworks/Widgets.framework/WGMajorListViewController.h b/PrivateFrameworks/Widgets.framework/WGMajorListViewController.h index 619b9d4332..b3fbe24857 100644 --- a/PrivateFrameworks/Widgets.framework/WGMajorListViewController.h +++ b/PrivateFrameworks/Widgets.framework/WGMajorListViewController.h @@ -18,9 +18,9 @@ - (id)_group; - (id)_repopulateStackViewWithWidgetIdentifiers:(id)arg1 forColumnMode:(int)arg2; - (id)footerView; -- (void)invalidateWidgetBackgroundViews; - (void)orderOfVisibleWidgetsDidChange:(id)arg1; - (void)presentEditView:(id)arg1; +- (void)setShouldBlurContent:(BOOL)arg1; - (void)viewWillTransitionToSize:(struct CGSize { float x1; float x2; })arg1 withTransitionCoordinator:(id)arg2; - (id)visibleWidgetIdentifiersForColumnMode:(int)arg1; - (void)widgetDiscoveryController:(id)arg1 widgetWithIdentifier:(id)arg2 shouldBecomeHiddenInGroup:(id)arg3; diff --git a/PrivateFrameworks/Widgets.framework/WGShortLookStyleButton.h b/PrivateFrameworks/Widgets.framework/WGShortLookStyleButton.h index 9589a14de6..062a3ca8da 100644 --- a/PrivateFrameworks/Widgets.framework/WGShortLookStyleButton.h +++ b/PrivateFrameworks/Widgets.framework/WGShortLookStyleButton.h @@ -3,16 +3,19 @@ */ @interface WGShortLookStyleButton : UIControl { - UIView * _backgroundView; + BOOL _backgroundBlurred; + NCMaterialView * _backgroundView; float _dimension; NCLookViewFontProvider * _fontProvider; UILabel * _titleLabel; } -@property (nonatomic, retain) UIView *backgroundView; +@property (getter=isBackgroundBlurred, nonatomic) BOOL backgroundBlurred; +@property (nonatomic, retain) NSString *groupName; @property (nonatomic, copy) NSString *title; - (void).cxx_destruct; +- (float)_backgroundViewCornerRadius; - (void)_configureBackgroundViewIfNecessary; - (void)_configureMaskIfNecessary; - (void)_configureTitleLabelIfNecessary; @@ -20,11 +23,14 @@ - (id)_fontProvider; - (void)_layoutTitleLabel; - (float)_minimumScaleFactorForFont:(id)arg1; +- (void)_setBackgroundViewCornerRadius:(float)arg1; - (void)_updateTitleLabelFont; -- (id)backgroundView; +- (id)groupName; - (void)invalidateCachedGeometry; +- (BOOL)isBackgroundBlurred; - (void)layoutSubviews; -- (void)setBackgroundView:(id)arg1; +- (void)setBackgroundBlurred:(BOOL)arg1; +- (void)setGroupName:(id)arg1; - (void)setTitle:(id)arg1; - (struct CGSize { float x1; float x2; })sizeThatFits:(struct CGSize { float x1; float x2; })arg1; - (id)title; diff --git a/PrivateFrameworks/Widgets.framework/WGWidgetGroupViewController.h b/PrivateFrameworks/Widgets.framework/WGWidgetGroupViewController.h index 6412c927d9..49c3ffc218 100644 --- a/PrivateFrameworks/Widgets.framework/WGWidgetGroupViewController.h +++ b/PrivateFrameworks/Widgets.framework/WGWidgetGroupViewController.h @@ -7,6 +7,7 @@ WGWidgetDiscoveryController * _discoveryController; unsigned int _lastWidgetCount; unsigned int _location; + BOOL _shouldBlurContent; NSMapTable * _transitionCoordinatorToTargetColumnMode; NSArray * _widgetListViewControllers; } @@ -18,6 +19,7 @@ @property (nonatomic) unsigned int location; @property (nonatomic, readonly) UIScrollView *majorScrollView; @property (nonatomic, readonly) UIScrollView *minorScrollView; +@property (nonatomic) BOOL shouldBlurContent; @property (readonly) Class superclass; @property (nonatomic, readonly) unsigned int widgetCount; @@ -43,11 +45,11 @@ - (void)editViewWillDisappear:(id)arg1; - (id)initWithWidgetDiscoveryController:(id)arg1; - (void)invalidateVisibleWidgets; -- (void)invalidateWidgetBackgroundViews; - (BOOL)isWidgetExtensionVisible:(id)arg1; - (unsigned int)location; - (id)majorScrollView; - (void)makeVisibleWidgetWithIdentifier:(id)arg1 completion:(id /* block */)arg2; +- (id)materialSettingsForWidgetListViewController:(id)arg1; - (id)minorScrollView; - (void)presentEditViewWithCompletion:(id /* block */)arg1; - (void)scrollViewDidEndDecelerating:(id)arg1; @@ -62,7 +64,9 @@ - (void)setDelegate:(id)arg1; - (void)setLegibilitySettings:(id)arg1; - (void)setLocation:(unsigned int)arg1; +- (void)setShouldBlurContent:(BOOL)arg1; - (BOOL)shouldAutomaticallyForwardAppearanceMethods; +- (BOOL)shouldBlurContent; - (struct CGSize { float x1; float x2; })sizeForChildContentContainer:(id)arg1 withParentContainerSize:(struct CGSize { float x1; float x2; })arg2; - (void)viewDidAppear:(BOOL)arg1; - (void)viewDidDisappear:(BOOL)arg1; diff --git a/PrivateFrameworks/Widgets.framework/WGWidgetHostingViewController.h b/PrivateFrameworks/Widgets.framework/WGWidgetHostingViewController.h index 31cad222bd..184842cfe0 100644 --- a/PrivateFrameworks/Widgets.framework/WGWidgetHostingViewController.h +++ b/PrivateFrameworks/Widgets.framework/WGWidgetHostingViewController.h @@ -107,7 +107,7 @@ - (void)_abortActiveSequence; - (id)_activeLifeCycleSequence; - (void)_attemptReconnectionAfterUnanticipatedDisconnection; -- (void)_beginRemoteViewControllerAppearanceTransitionIfNecessary:(BOOL)arg1 animated:(BOOL)arg2 completion:(id /* block */)arg3; +- (void)_beginRemoteViewControllerAppearanceTransitionIfNecessary:(BOOL)arg1 semaphore:(id)arg2 animated:(BOOL)arg3 completion:(id /* block */)arg4; - (void)_beginSequenceWithReason:(id)arg1 completion:(id /* block */)arg2 updateHandler:(id /* block */)arg3; - (id)_brokenView; - (BOOL)_canInsertRemoteView:(id*)arg1; @@ -138,7 +138,9 @@ - (BOOL)_hasOutstandingUpdateRequestForSequence:(id)arg1; - (void)_initiateNewSequenceIfNecessary; - (void)_insertAppropriateContentView; +- (void)_insertBrokenView; - (void)_insertContentProvidingSubview:(id)arg1 sequence:(id)arg2 completion:(id /* block */)arg3; +- (void)_insertSnapshotViewIfAppropriate; - (void)_insertSnapshotWithCompletionHandler:(id /* block */)arg1; - (void)_invalidateDisconnectionTimer; - (void)_invalidateSnapshotWithForce:(BOOL)arg1 completionHandler:(id /* block */)arg2; @@ -168,6 +170,7 @@ - (void)_removeItemAtURL:(id)arg1; - (void)_requestInsertionOfRemoteViewAfterViewWillAppearForSequence:(id)arg1 completionHandler:(id /* block */)arg2; - (void)_requestRemoteViewControllerForSequence:(id)arg1 completionHander:(id /* block */)arg2; +- (void)_requestVisibilityStateUpdateForPossiblyAppearing:(BOOL)arg1 sequence:(id)arg2; - (void)_rowHeightDidChange:(id)arg1; - (void)_scheduleDisconnectionTimerForSequence:(id)arg1 endTransitionBlock:(id /* block */)arg2 completion:(id /* block */)arg3; - (id)_sequenceIDsToOutstandingWidgetUpdateCompletionHandlers; @@ -197,6 +200,7 @@ - (id)_snapshotIdentifierForLayoutMode:(int)arg1; - (id)_snapshotView; - (struct CGRect { struct CGPoint { float x_1_1_1; float x_1_1_2; } x1; struct CGSize { float x_2_1_1; float x_2_1_2; } x2; })_snapshotViewBounds; +- (void)_synchronizeGeometryWithSnapshot; - (float)_updatePreferredContentSizeWithHeight:(float)arg1; - (id /* block */)_updateRequestForSequence:(id)arg1; - (void)_updateWidgetWithCompletionHandler:(id /* block */)arg1; diff --git a/PrivateFrameworks/Widgets.framework/WGWidgetListFooterView.h b/PrivateFrameworks/Widgets.framework/WGWidgetListFooterView.h index 6bd6117fcd..ccdbb52e29 100644 --- a/PrivateFrameworks/Widgets.framework/WGWidgetListFooterView.h +++ b/PrivateFrameworks/Widgets.framework/WGWidgetListFooterView.h @@ -15,9 +15,11 @@ @property (readonly, copy) NSString *debugDescription; @property (nonatomic, retain) *delegate; @property (readonly, copy) NSString *description; +@property (nonatomic, retain) NSString *groupName; @property (readonly) unsigned int hash; @property (nonatomic) int layoutMode; @property (nonatomic, retain) _UILegibilitySettings *legibilitySettings; +@property (nonatomic) BOOL shouldBlurContent; @property (readonly) Class superclass; - (void).cxx_destruct; @@ -25,20 +27,21 @@ - (id)_referenceFont; - (void)_updateForContentCategorySizeDidChange; - (void)addTarget:(id)arg1 action:(SEL)arg2; -- (id)backgroundView; - (id)delegate; +- (id)groupName; - (id)initWithFrame:(struct CGRect { struct CGPoint { float x_1_1_1; float x_1_1_2; } x1; struct CGSize { float x_2_1_1; float x_2_1_2; } x2; })arg1; - (struct CGSize { float x1; float x2; })intrinsicContentSize; -- (void)invalidateFooterBackgroundViews; - (void)invalidateSubviewGeometery; - (int)layoutMode; - (void)layoutSubviews; - (id)legibilitySettings; -- (void)setBackgroundView:(id)arg1; - (void)setDelegate:(id)arg1; +- (void)setGroupName:(id)arg1; - (void)setLayoutMode:(int)arg1; - (void)setLegibilitySettings:(id)arg1; +- (void)setShouldBlurContent:(BOOL)arg1; - (void)setVisibleWidgetsIDs:(id)arg1; +- (BOOL)shouldBlurContent; - (struct CGSize { float x1; float x2; })sizeThatFits:(struct CGSize { float x1; float x2; })arg1; - (BOOL)textView:(id)arg1 shouldInteractWithURL:(id)arg2 inRange:(struct _NSRange { unsigned int x1; unsigned int x2; })arg3 interaction:(int)arg4; - (void)traitCollectionDidChange:(id)arg1; diff --git a/PrivateFrameworks/Widgets.framework/WGWidgetListViewController.h b/PrivateFrameworks/Widgets.framework/WGWidgetListViewController.h index d25cdef78b..e76c556c5c 100644 --- a/PrivateFrameworks/Widgets.framework/WGWidgetListViewController.h +++ b/PrivateFrameworks/Widgets.framework/WGWidgetListViewController.h @@ -6,9 +6,11 @@ NSMutableDictionary * _cancelTouchesAssertionsByWidgetID; * _delegate; WGWidgetDiscoveryController * _discoveryController; + NCMaterialSettings * _materialSettings; NSArray * _previouslyVisibleWidgetIDs; WGWidgetShortLookView * _shortLookViewForMeasuring; NSMutableDictionary * _shortLookViewsByWidgetID; + BOOL _shouldBlurContent; UIStackView * _stackView; } @@ -20,6 +22,7 @@ @property (getter=_group, nonatomic, readonly) NSString *group; @property (readonly) unsigned int hash; @property (getter=_previouslyVisibleWidgetIDs, setter=_setPreviouslyVisibleWidgetIDs:, nonatomic, retain) NSArray *previouslyVisibleWidgetIDs; +@property (nonatomic) BOOL shouldBlurContent; @property (readonly) Class superclass; @property (nonatomic, readonly) unsigned int widgetCount; @property (nonatomic, readonly) UIScrollView *widgetListView; @@ -33,6 +36,7 @@ - (void)_contentSizeCategoryDidChange:(id)arg1; - (id)_group; - (id /* block */)_insert:(BOOL)arg1 widgetView:(id)arg2 withOrderedIdentifiers:(id)arg3 animated:(BOOL)arg4; +- (unsigned int)_insertionIndexOfWidgetView:(id)arg1 intoWidgetViews:(id)arg2 withOrderedIdentifiers:(id)arg3; - (void)_invalidateAllCancelTouchesAssertions; - (void)_invokeBlock:(id /* block */)arg1 withShortLookViewsPassingTest:(id /* block */)arg2; - (void)_invokeBlockWithShortLookViewsVisibleInBounds:(id /* block */)arg1; @@ -51,11 +55,11 @@ - (void)_updateWidgetViewStateWithPreviouslyVisibleWidgetIdentifiers:(id)arg1; - (void)_validateWidgetHostStateForShortLook:(id)arg1; - (id)_widgetIdentifiersForShortLookViewsVisibleInBounds; +- (void)brokenViewDidAppearForWidget:(id)arg1; - (void)dealloc; - (id)delegate; - (id)initWithNibName:(id)arg1 bundle:(id)arg2; - (id)initWithWidgetDiscoveryController:(id)arg1; -- (void)invalidateWidgetBackgroundViews; - (BOOL)isWidgetExtensionVisible:(id)arg1; - (void)loadView; - (void)makeVisibleWidgetWithIdentifier:(id)arg1 completion:(id /* block */)arg2; @@ -76,7 +80,9 @@ - (void)scrollViewWillBeginDragging:(id)arg1; - (void)scrollViewWillEndDragging:(id)arg1 withVelocity:(struct CGPoint { float x1; float x2; })arg2 targetContentOffset:(inout struct CGPoint { float x1; float x2; }*)arg3; - (void)setDelegate:(id)arg1; +- (void)setShouldBlurContent:(BOOL)arg1; - (BOOL)shouldAutomaticallyForwardAppearanceMethods; +- (BOOL)shouldBlurContent; - (struct CGSize { float x1; float x2; })sizeForChildContentContainer:(id)arg1 withParentContainerSize:(struct CGSize { float x1; float x2; })arg2; - (void)viewDidAppear:(BOOL)arg1; - (void)viewDidDisappear:(BOOL)arg1; diff --git a/PrivateFrameworks/Widgets.framework/WGWidgetShortLookView.h b/PrivateFrameworks/Widgets.framework/WGWidgetShortLookView.h index 8f6e8c7d0b..bd4a600888 100644 --- a/PrivateFrameworks/Widgets.framework/WGWidgetShortLookView.h +++ b/PrivateFrameworks/Widgets.framework/WGWidgetShortLookView.h @@ -38,6 +38,7 @@ - (BOOL)isShowingMoreContent; - (void)layoutSubviews; - (void)setAddWidgetButtonVisible:(BOOL)arg1; +- (void)setBackgroundBlurred:(BOOL)arg1; - (void)setButtonMode:(int)arg1; - (void)setShowMoreButtonVisible:(BOOL)arg1; - (void)setShowingMoreContent:(BOOL)arg1; diff --git a/PrivateFrameworks/Widgets.framework/_WGBrokenWidgetView.h b/PrivateFrameworks/Widgets.framework/_WGBrokenWidgetView.h index be67365795..c7f74da986 100644 --- a/PrivateFrameworks/Widgets.framework/_WGBrokenWidgetView.h +++ b/PrivateFrameworks/Widgets.framework/_WGBrokenWidgetView.h @@ -4,12 +4,14 @@ @interface _WGBrokenWidgetView : UIView { UILabel * _label; + UITapGestureRecognizer * _tapGesture; } + (void)_configureLabelForCurrentGraphicsQuality:(id)arg1; - (void).cxx_destruct; - (void)_backgroundContrastDidChange:(id)arg1; +- (void)addTarget:(id)arg1 action:(SEL)arg2; - (void)dealloc; - (id)initWithFrame:(struct CGRect { struct CGPoint { float x_1_1_1; float x_1_1_2; } x1; struct CGSize { float x_2_1_1; float x_2_1_2; } x2; })arg1; - (void)layoutSubviews; diff --git a/PrivateFrameworks/Widgets.framework/_WGCAPackageView.h b/PrivateFrameworks/Widgets.framework/_WGCAPackageView.h new file mode 100644 index 0000000000..4e2195b91a --- /dev/null +++ b/PrivateFrameworks/Widgets.framework/_WGCAPackageView.h @@ -0,0 +1,21 @@ +/* Generated by RuntimeBrowser + Image: /System/Library/PrivateFrameworks/Widgets.framework/Widgets + */ + +@interface _WGCAPackageView : _UICAPackageView { + UILabel * _debugLabel; +} + +@property (getter=_debugLabel, setter=_setDebugLabel:, nonatomic) UILabel *debugLabel; +@property (nonatomic) BOOL showsDebugLabel; + +- (void).cxx_destruct; +- (id)_debugLabel; +- (void)_setContinuousCornerRadius:(float)arg1; +- (void)_setDebugLabel:(id)arg1; +- (BOOL)_supportsPushingBottomCornerRadiusToSubviews:(float)arg1; +- (id)debugLabel; +- (void)setShowsDebugLabel:(BOOL)arg1; +- (BOOL)showsDebugLabel; + +@end diff --git a/PrivateFrameworks/Widgets.framework/_WGWidgetRemoteViewController.h b/PrivateFrameworks/Widgets.framework/_WGWidgetRemoteViewController.h index 094a64cb6e..7588a683f5 100644 --- a/PrivateFrameworks/Widgets.framework/_WGWidgetRemoteViewController.h +++ b/PrivateFrameworks/Widgets.framework/_WGWidgetRemoteViewController.h @@ -34,6 +34,7 @@ - (void)_setActiveDisplayMode:(int)arg1 requestIdentifier:(id)arg2; - (void)_setMaximumSize:(struct CGSize { float x1; float x2; })arg1 forDisplayMode:(int)arg2; - (void)_setValid:(BOOL)arg1; +- (void)_updateVisibilityState:(int)arg1; - (void)_viewWillTransitionToSize:(struct CGSize { float x1; float x2; })arg1 requestIdentifier:(id)arg2; - (void)dealloc; - (id)disconnect; diff --git a/PrivateFrameworks/WirelessProximity.framework/WPScanRequest.h b/PrivateFrameworks/WirelessProximity.framework/WPScanRequest.h index e1a9a46c17..49f4364b8c 100644 --- a/PrivateFrameworks/WirelessProximity.framework/WPScanRequest.h +++ b/PrivateFrameworks/WirelessProximity.framework/WPScanRequest.h @@ -8,6 +8,7 @@ NSData * _blobValue; unsigned char _clientType; NSData * _maskValue; + int _nearbyScanMode; NSDictionary * _options; NSArray * _peers; NSNumber * _rssiThreshold; @@ -26,6 +27,7 @@ @property (nonatomic, retain) NSData *blobValue; @property unsigned char clientType; @property (nonatomic, retain) NSData *maskValue; +@property int nearbyScanMode; @property (retain) NSDictionary *options; @property (retain) NSArray *peers; @property (retain) NSNumber *rssiThreshold; @@ -47,6 +49,7 @@ - (id)init; - (id)initWithCoder:(id)arg1; - (id)maskValue; +- (int)nearbyScanMode; - (id)options; - (id)peers; - (id)rssiThreshold; @@ -58,6 +61,7 @@ - (void)setBlobValue:(id)arg1; - (void)setClientType:(unsigned char)arg1; - (void)setMaskValue:(id)arg1; +- (void)setNearbyScanMode:(int)arg1; - (void)setOptions:(id)arg1; - (void)setPeers:(id)arg1; - (void)setRssiThreshold:(id)arg1; diff --git a/PrivateFrameworks/ZoomServices.framework b/PrivateFrameworks/ZoomServices.framework deleted file mode 100644 index 4fbef23703..0000000000 --- a/PrivateFrameworks/ZoomServices.framework +++ /dev/null @@ -1,58 +0,0 @@ - - -ZoomServices.framework - - - -
-   ___          _   _             ___
-  | _ \_  _ _ _| |_(_)_ __  ___  | _ )_ _ _____ __ _____ ___ _ _
-  |   / || | ' \  _| | '  \/ -_) | _ \ '_/ _ \ V  V (_-// -_) '_|
-  |_|_\\_,_|_||_\__|_|_|_|_\___| |___/_| \___/\_/\_//__/\___|_|
-  
- -------------------------------------------------------------------------------
-
-
-/PrivateFrameworks/ZoomServices.framework
-0 classes
-
-
-
- -------------------------------------------------------------------------------
-
- Source code: https://github.com/nst/RuntimeBrowser
-
- Authors: Ezra Epstein (eepstein@prajna.com)
-          Nicolas Seriot (nicolas@seriot.ch)
-
- Copyright (c) 2002 by Prajna IT Consulting.
-                       http://www.prajna.com
-               2015 by Nicolas Seriot
-                       http://www.seriot.ch
-
- ========================================================================
-
- THIS PROGRAM AND THIS CODE COME WITH ABSOLUTELY NO WARRANTY.
- THIS CODE HAS BEEN PROVIDED "AS IS" AND THE RESPONSIBILITY
- FOR ITS OPERATIONS IS 100% YOURS.
-
- ========================================================================
- 
- RuntimeBrowser is free software; you can redistribute it and/or modify
- it under the terms of the GNU General Public License as published by
- the Free Software Foundation; either version 2 of the License, or
- (at your option) any later version.
-
- RuntimeBrowser is distributed in the hope that it will be useful,
- but WITHOUT ANY WARRANTY; without even the implied warranty of
- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
- GNU General Public License for more details.
-
- You should have received a copy of the GNU General Public License
- along with RuntimeBrowser (in a file called "COPYING.txt"); if not,
- write to the Free Software Foundation, Inc., 59 Temple Place, Suite 330,
- Boston, MA  02111-1307  USA
-
-
-
- diff --git a/PrivateFrameworks/iTunesStore.framework/ISBiometricAuthenticationContext.h b/PrivateFrameworks/iTunesStore.framework/ISBiometricAuthenticationContext.h index 0b5a149515..2a3a6fa972 100644 --- a/PrivateFrameworks/iTunesStore.framework/ISBiometricAuthenticationContext.h +++ b/PrivateFrameworks/iTunesStore.framework/ISBiometricAuthenticationContext.h @@ -7,6 +7,7 @@ NSString * _accountName; NSString * _challenge; BOOL _didAuthenticate; + BOOL _didBuyParamsChange; BOOL _didFallbackToPassword; NSString * _reason; NSURL * _redirectURL; @@ -19,6 +20,7 @@ @property (copy) NSString *accountName; @property (copy) NSString *challenge; @property BOOL didAuthenticate; +@property BOOL didBuyParamsChange; @property BOOL didFallbackToPassword; @property (copy) NSString *reason; @property (copy) NSURL *redirectURL; @@ -32,6 +34,7 @@ - (id)challenge; - (id)copyWithZone:(struct _NSZone { }*)arg1; - (BOOL)didAuthenticate; +- (BOOL)didBuyParamsChange; - (BOOL)didFallbackToPassword; - (id)reason; - (id)redirectURL; @@ -39,6 +42,7 @@ - (void)setAccountName:(id)arg1; - (void)setChallenge:(id)arg1; - (void)setDidAuthenticate:(BOOL)arg1; +- (void)setDidBuyParamsChange:(BOOL)arg1; - (void)setDidFallbackToPassword:(BOOL)arg1; - (void)setReason:(id)arg1; - (void)setRedirectURL:(id)arg1; diff --git a/PrivateFrameworks/iTunesStore.framework/ISBiometricSignatureOperation.h b/PrivateFrameworks/iTunesStore.framework/ISBiometricSignatureOperation.h index 98f58d9077..5beb63eda7 100644 --- a/PrivateFrameworks/iTunesStore.framework/ISBiometricSignatureOperation.h +++ b/PrivateFrameworks/iTunesStore.framework/ISBiometricSignatureOperation.h @@ -4,30 +4,34 @@ @interface ISBiometricSignatureOperation : ISOperation { NSNumber * _accountIdentifier; + NSString * _accountName; ISBiometricStore * _biometricStore; NSString * _challenge; + ISTouchIDDialog * _dialog; id /* block */ _outputBlock; - NSString * _reason; } @property (nonatomic, copy) NSNumber *accountIdentifier; +@property (nonatomic, copy) NSString *accountName; @property (nonatomic, retain) ISBiometricStore *biometricStore; @property (nonatomic, copy) NSString *challenge; +@property (nonatomic, retain) ISTouchIDDialog *dialog; @property (copy) id /* block */ outputBlock; -@property (nonatomic, copy) NSString *reason; - (void).cxx_destruct; - (id)accountIdentifier; +- (id)accountName; - (id)biometricStore; - (id)challenge; -- (id)initWithChallenge:(id)arg1; +- (id)dialog; +- (id)initWithChallenge:(id)arg1 dialog:(id)arg2; - (id /* block */)outputBlock; -- (id)reason; - (void)run; - (void)setAccountIdentifier:(id)arg1; +- (void)setAccountName:(id)arg1; - (void)setBiometricStore:(id)arg1; - (void)setChallenge:(id)arg1; +- (void)setDialog:(id)arg1; - (void)setOutputBlock:(id /* block */)arg1; -- (void)setReason:(id)arg1; @end diff --git a/PrivateFrameworks/iTunesStore.framework/ISBiometricStore.h b/PrivateFrameworks/iTunesStore.framework/ISBiometricStore.h index db083a0df0..92cc0499c4 100644 --- a/PrivateFrameworks/iTunesStore.framework/ISBiometricStore.h +++ b/PrivateFrameworks/iTunesStore.framework/ISBiometricStore.h @@ -24,6 +24,7 @@ - (BOOL)canPerformExtendedTouchIDActionsForAccountIdentifier:(id)arg1; - (void)clearLastRegisteredAccountIdentifier; - (id)createAttestationDataForAccountIdentifier:(id)arg1 error:(id*)arg2; +- (BOOL)deleteKeychainTokensForAccountIdentifier:(id)arg1 error:(id*)arg2; - (unsigned int)identityMapCount; - (id)initWithBagListener; - (id)lastRegisteredAccountIdentifier; @@ -32,6 +33,6 @@ - (void)saveIdentityMapForAccountIdentifier:(id)arg1; - (void)setBiometricState:(int)arg1; - (BOOL)shouldUseTouchID2; -- (id)signData:(id)arg1 withPrompt:(id)arg2 forAccountIdentifier:(id)arg3 error:(id*)arg4; +- (id)signData:(id)arg1 reason:(id)arg2 fallback:(id)arg3 cancel:(id)arg4 forAccountIdentifier:(id)arg5 error:(id*)arg6; @end diff --git a/PrivateFrameworks/iTunesStore.framework/ISBiometricTouchIDDialogOperation.h b/PrivateFrameworks/iTunesStore.framework/ISBiometricTouchIDDialogOperation.h index c1c42b28bd..97510a4eb5 100644 --- a/PrivateFrameworks/iTunesStore.framework/ISBiometricTouchIDDialogOperation.h +++ b/PrivateFrameworks/iTunesStore.framework/ISBiometricTouchIDDialogOperation.h @@ -5,19 +5,33 @@ @interface ISBiometricTouchIDDialogOperation : ISOperation { ISBiometricAuthenticationContext * _context; ISDialog * _dialog; + ISDialog * _fallbackDialog; + NSURL * _redirectURL; + ISDialogButton * _selectedButton; + ISTouchIDDialog * _touchIDDialog; } @property (retain) ISBiometricAuthenticationContext *biometricAuthenticationContext; -@property (retain) ISDialog *dialog; +@property (readonly) ISDialog *dialog; +@property (retain) ISDialog *fallbackDialog; +@property (readonly) NSURL *redirectURL; +@property (readonly) ISDialogButton *selectedButton; +@property (retain) ISTouchIDDialog *touchIDDialog; - (void).cxx_destruct; +- (void)_findSelectedButtonForButtons:(id)arg1; - (BOOL)_runAuthkitOperationWithError:(id)arg1 returningError:(id*)arg2; - (BOOL)_runSignatureOperationReturningError:(id*)arg1; - (id)biometricAuthenticationContext; - (id)dialog; -- (id)initWithDialog:(id)arg1; +- (id)fallbackDialog; +- (id)initWithTouchIDDialog:(id)arg1 fallbackDialog:(id)arg2; +- (id)redirectURL; - (void)run; +- (id)selectedButton; - (void)setBiometricAuthenticationContext:(id)arg1; -- (void)setDialog:(id)arg1; +- (void)setFallbackDialog:(id)arg1; +- (void)setTouchIDDialog:(id)arg1; +- (id)touchIDDialog; @end diff --git a/PrivateFrameworks/iTunesStore.framework/ISDataProvider.h b/PrivateFrameworks/iTunesStore.framework/ISDataProvider.h index 98976f8473..7a2a9dd270 100644 --- a/PrivateFrameworks/iTunesStore.framework/ISDataProvider.h +++ b/PrivateFrameworks/iTunesStore.framework/ISDataProvider.h @@ -7,6 +7,7 @@ SSAuthenticationContext * _authenticationContext; SSURLBagContext * _bagContext; ISBiometricAuthenticationContext * _biometricAuthenticationContext; + * _biometricSessionDelegate; long long _contentLength; NSString * _contentType; int _errorHandlerResponseType; @@ -19,6 +20,7 @@ @property (retain) SSAuthenticationContext *authenticationContext; @property (retain) SSURLBagContext *bagContext; @property (retain) ISBiometricAuthenticationContext *biometricAuthenticationContext; +@property *biometricSessionDelegate; @property long long contentLength; @property (retain) NSString *contentType; @property int errorHandlerResponseType; @@ -29,11 +31,13 @@ + (id)provider; - (void).cxx_destruct; +- (void)_performActionsForButton:(id)arg1 withDialog:(id)arg2; - (BOOL)_runServerAuthenticationOperation:(id)arg1 error:(id*)arg2; - (id)authenticatedAccountDSID; - (id)authenticationContext; - (id)bagContext; - (id)biometricAuthenticationContext; +- (id)biometricSessionDelegate; - (BOOL)canStreamContentLength:(long long)arg1 error:(id*)arg2; - (id)closeStream; - (void)configureFromProvider:(id)arg1; @@ -51,11 +55,12 @@ - (void)resetStream; - (BOOL)runAuthorizationDialog:(id)arg1 error:(id*)arg2; - (BOOL)runSubOperation:(id)arg1 error:(id*)arg2; -- (BOOL)runTouchIDAuthorizationDialog:(id)arg1 error:(id*)arg2; +- (BOOL)runTouchIDAuthorizationDialog:(id)arg1 fallbackDialog:(id)arg2 error:(id*)arg3; - (void)setAuthenticatedAccountDSID:(id)arg1; - (void)setAuthenticationContext:(id)arg1; - (void)setBagContext:(id)arg1; - (void)setBiometricAuthenticationContext:(id)arg1; +- (void)setBiometricSessionDelegate:(id)arg1; - (void)setContentLength:(long long)arg1; - (void)setContentType:(id)arg1; - (void)setErrorHandlerResponseType:(int)arg1; diff --git a/PrivateFrameworks/iTunesStore.framework/ISDelegateProxy.h b/PrivateFrameworks/iTunesStore.framework/ISDelegateProxy.h index 105e479665..f47371807b 100644 --- a/PrivateFrameworks/iTunesStore.framework/ISDelegateProxy.h +++ b/PrivateFrameworks/iTunesStore.framework/ISDelegateProxy.h @@ -8,7 +8,7 @@ BOOL _shouldMessageMainThread; } -- (void).cxx_destruct; +- (void)dealloc; - (void)forwardInvocation:(id)arg1; - (id)init; - (id)methodSignatureForSelector:(SEL)arg1; diff --git a/PrivateFrameworks/iTunesStore.framework/ISDialog.h b/PrivateFrameworks/iTunesStore.framework/ISDialog.h index 2b31a5f675..e5294f4099 100644 --- a/PrivateFrameworks/iTunesStore.framework/ISDialog.h +++ b/PrivateFrameworks/iTunesStore.framework/ISDialog.h @@ -64,6 +64,7 @@ + (int)displayCountForKey:(id)arg1; +- (void).cxx_destruct; - (int)_kindForString:(id)arg1; - (BOOL)allowDuplicates; - (BOOL)allowsBioAuthorization; diff --git a/PrivateFrameworks/iTunesStore.framework/ISNetworkObserver.h b/PrivateFrameworks/iTunesStore.framework/ISNetworkObserver.h index cf77049b56..2e94a73dcb 100644 --- a/PrivateFrameworks/iTunesStore.framework/ISNetworkObserver.h +++ b/PrivateFrameworks/iTunesStore.framework/ISNetworkObserver.h @@ -43,7 +43,8 @@ + (void)setWiFiEnabled:(BOOL)arg1; + (id)sharedInstance; -- (void)_applicationWillEnterForegroundNotification:(id)arg1; +- (void)_applicationForegroundNotification:(id)arg1; +- (void)_copyConnectionDataStatus:(id /* block */)arg1; - (unsigned int)_currentNetworkReachabilityFlags; - (id)_dataStatusIndicator; - (void)_handleTelephonyNotificationWithName:(struct __CFString { }*)arg1 userInfo:(struct __CFDictionary { }*)arg2; @@ -54,6 +55,7 @@ - (void)_postTypeChangedNotificationFromValue:(int)arg1 toValue:(int)arg2; - (void)_postUsageChangedToValue:(BOOL)arg1; - (void)_reloadCellularRestriction; +- (void)_reloadDataStatusIndicator; - (void)_reloadNetworkType; - (void)_reloadNetworkTypeWithReachabilityFlags:(unsigned int)arg1; - (int)_setNetworkType:(int)arg1; diff --git a/PrivateFrameworks/iTunesStore.framework/ISProtocolDataProvider.h b/PrivateFrameworks/iTunesStore.framework/ISProtocolDataProvider.h index 7a789bc457..2030c925e0 100644 --- a/PrivateFrameworks/iTunesStore.framework/ISProtocolDataProvider.h +++ b/PrivateFrameworks/iTunesStore.framework/ISProtocolDataProvider.h @@ -30,6 +30,7 @@ - (void)_refreshSubscriptionStatus; - (void)_selectFooterSection:(id)arg1; - (BOOL)_shouldFailWithTokenErrorForDialog:(id)arg1 dictionary:(id)arg2 error:(id*)arg3; +- (id)_touchIDDialogForResponse:(id)arg1; - (id)copyWithZone:(struct _NSZone { }*)arg1; - (id)init; - (BOOL)parseData:(id)arg1 returningError:(id*)arg2; diff --git a/PrivateFrameworks/iTunesStore.framework/ISStoreURLOperation.h b/PrivateFrameworks/iTunesStore.framework/ISStoreURLOperation.h index 25810895ed..a666998a31 100644 --- a/PrivateFrameworks/iTunesStore.framework/ISStoreURLOperation.h +++ b/PrivateFrameworks/iTunesStore.framework/ISStoreURLOperation.h @@ -2,11 +2,11 @@ Image: /System/Library/PrivateFrameworks/iTunesStore.framework/iTunesStore */ -@interface ISStoreURLOperation : ISURLOperation { +@interface ISStoreURLOperation : ISURLOperation { int _activeMachineDataStyle; NSNumber * _authenticatedDSID; ISBiometricAuthenticationContext * _biometricAuthenticationContext; - * _biometricDelegate; + * _biometricSessionDelegate; BOOL _canSendGUIDParameter; BOOL _ignorePreexistingSecureToken; BOOL _isURLBagRequest; @@ -25,9 +25,12 @@ @property (getter=isURLBagRequest, nonatomic) BOOL URLBagRequest; @property (retain) NSNumber *authenticatedDSID; @property (retain) ISBiometricAuthenticationContext *biometricAuthenticationContext; -@property *biometricDelegate; +@property *biometricSessionDelegate; @property BOOL canSendGUIDParameter; +@property (readonly, copy) NSString *debugDescription; @property *delegate; +@property (readonly, copy) NSString *description; +@property (readonly) unsigned int hash; @property (nonatomic) BOOL ignorePreexistingSecureToken; @property int machineDataStyle; @property BOOL needsAuthentication; @@ -35,6 +38,7 @@ @property BOOL needsURLBag; @property BOOL performsMachineDataActions; @property BOOL shouldSendXTokenHeader; +@property (readonly) Class superclass; @property BOOL urlKnownToBeTrusted; @property BOOL useUserSpecificURLBag; @@ -71,7 +75,7 @@ - (id)authenticatedAccountDSID; - (id)authenticatedDSID; - (id)biometricAuthenticationContext; -- (id)biometricDelegate; +- (id)biometricSessionDelegate; - (BOOL)canSendGUIDParameter; - (BOOL)handleRedirectFromDataProvider:(id)arg1 error:(id*)arg2; - (void)handleResponse:(id)arg1; @@ -85,9 +89,10 @@ - (id)newRequestWithURL:(id)arg1; - (BOOL)performsMachineDataActions; - (void)run; +- (void)sender:(id)arg1 didFallbackToPassword:(BOOL)arg2; - (void)setAuthenticatedDSID:(id)arg1; - (void)setBiometricAuthenticationContext:(id)arg1; -- (void)setBiometricDelegate:(id)arg1; +- (void)setBiometricSessionDelegate:(id)arg1; - (void)setCanSendGUIDParameter:(BOOL)arg1; - (void)setIgnorePreexistingSecureToken:(BOOL)arg1; - (void)setMachineDataStyle:(int)arg1; diff --git a/PrivateFrameworks/iTunesStore.framework/ISTouchIDDialog.h b/PrivateFrameworks/iTunesStore.framework/ISTouchIDDialog.h new file mode 100644 index 0000000000..abafa172c9 --- /dev/null +++ b/PrivateFrameworks/iTunesStore.framework/ISTouchIDDialog.h @@ -0,0 +1,25 @@ +/* Generated by RuntimeBrowser + Image: /System/Library/PrivateFrameworks/iTunesStore.framework/iTunesStore + */ + +@interface ISTouchIDDialog : ISDialog { + NSString * _body; + BOOL _isFree; + NSString * _username; +} + +@property (nonatomic, copy) NSString *body; +@property (nonatomic) BOOL isFree; +@property (nonatomic, copy) NSString *username; + +- (void).cxx_destruct; +- (id)body; +- (id)buttonForButtonType:(int)arg1; +- (id)initWithDialogDictionary:(id)arg1; +- (BOOL)isFree; +- (void)setBody:(id)arg1; +- (void)setIsFree:(BOOL)arg1; +- (void)setUsername:(id)arg1; +- (id)username; + +@end diff --git a/PrivateFrameworks/iTunesStore.framework/ISTouchIDDialogButton.h b/PrivateFrameworks/iTunesStore.framework/ISTouchIDDialogButton.h new file mode 100644 index 0000000000..e685e2de75 --- /dev/null +++ b/PrivateFrameworks/iTunesStore.framework/ISTouchIDDialogButton.h @@ -0,0 +1,14 @@ +/* Generated by RuntimeBrowser + Image: /System/Library/PrivateFrameworks/iTunesStore.framework/iTunesStore + */ + +@interface ISTouchIDDialogButton : ISDialogButton { + int _buttonType; +} + +@property (nonatomic) int buttonType; + +- (int)buttonType; +- (void)setButtonType:(int)arg1; + +@end diff --git a/PrivateFrameworks/iTunesStore.framework/ISURLBag.h b/PrivateFrameworks/iTunesStore.framework/ISURLBag.h index 7ebcd833b4..c2a82b1c5d 100644 --- a/PrivateFrameworks/iTunesStore.framework/ISURLBag.h +++ b/PrivateFrameworks/iTunesStore.framework/ISURLBag.h @@ -50,6 +50,7 @@ - (void)_writeURLResolutionCacheFile; - (id)availableStorefrontItemKinds; - (id)copyExtraHeadersForURL:(id)arg1; +- (void)dealloc; - (id)init; - (id)initWithContentsOfFile:(id)arg1; - (id)initWithRawDictionary:(id)arg1; diff --git a/PrivateFrameworks/iTunesStore.framework/ISURLOperation.h b/PrivateFrameworks/iTunesStore.framework/ISURLOperation.h index daa29dd2ef..14ac251a1e 100644 --- a/PrivateFrameworks/iTunesStore.framework/ISURLOperation.h +++ b/PrivateFrameworks/iTunesStore.framework/ISURLOperation.h @@ -6,6 +6,7 @@ NSURLRequest * _activeURLRequest; SSAuthenticationContext * _authenticationContext; NSMutableData * _dataBuffer; + NSObject * _dataBufferAccessQueue; ISDataProvider * _dataProvider; BOOL _loadsHTTPFailures; int _networkRetryCount; diff --git a/PrivateFrameworks/iWorkImport.framework/KNAbstractSlide.h b/PrivateFrameworks/iWorkImport.framework/KNAbstractSlide.h index 1f71511dff..53ed611806 100644 --- a/PrivateFrameworks/iWorkImport.framework/KNAbstractSlide.h +++ b/PrivateFrameworks/iWorkImport.framework/KNAbstractSlide.h @@ -34,7 +34,6 @@ @property (nonatomic, readonly) unsigned int buildCount; @property (nonatomic, copy) NSSet *builds; @property (nonatomic, readonly) NSArray *buildsGroupedByDeliveryGroup; -@property (nonatomic, readonly) NSDictionary *datasForReplacingMediaContentsWithAssociatedHints; @property (readonly, copy) NSString *debugDescription; @property (nonatomic, readonly) unsigned int deliveryGroupCount; @property (readonly, copy) NSString *description; @@ -101,7 +100,6 @@ - (id)childInfos; - (id)chunksForDrawable:(id)arg1 animationType:(int)arg2; - (void)clearBackPointerToParentInfoIfNeeded:(id)arg1; -- (id)compatibilityCheckerForData:(id)arg1 associatedHint:(id)arg2; - (BOOL)containsProperty:(int)arg1; - (id)copyWithContext:(id)arg1; - (void)dealloc; @@ -155,7 +153,6 @@ - (BOOL)isTitleVisible; - (Class)layoutClass; - (void)loadFromArchive:(const struct SlideArchive { int (**x1)(); struct UnknownFieldSet { struct vector > {} *x_2_1_1; } x2; unsigned int x3[2]; struct Reference {} *x4; struct RepeatedPtrField { void **x_5_1_1; int x_5_1_2; int x_5_1_3; int x_5_1_4; } x5; struct RepeatedPtrField { void **x_6_1_1; int x_6_1_2; int x_6_1_3; int x_6_1_4; } x6; struct RepeatedPtrField { void **x_7_1_1; int x_7_1_2; int x_7_1_3; int x_7_1_4; } x7; struct TransitionArchive {} *x8; struct Reference {} *x9; struct Reference {} *x10; struct Reference {} *x11; struct Reference {} *x12; struct RepeatedPtrField { void **x_13_1_1; int x_13_1_2; int x_13_1_3; int x_13_1_4; } x13; struct RepeatedPtrField { void **x_14_1_1; int x_14_1_2; int x_14_1_3; int x_14_1_4; } x14; struct RepeatedPtrField { void **x_15_1_1; int x_15_1_2; int x_15_1_3; int x_15_1_4; } x15; struct basic_string, std::__1::allocator > {} *x16; }*)arg1 unarchiver:(id)arg2; -- (int)mediaCompatibilityTypeForData:(id)arg1 associatedHint:(id)arg2; - (void)moveChildren:(id)arg1 toIndexes:(id)arg2; - (id)objectForProperty:(int)arg1; - (id)objectPlaceholder; diff --git a/PrivateFrameworks/iWorkImport.framework/KNRecordingSyncState.h b/PrivateFrameworks/iWorkImport.framework/KNRecordingSyncState.h index de75a909f9..5b76677e6b 100644 --- a/PrivateFrameworks/iWorkImport.framework/KNRecordingSyncState.h +++ b/PrivateFrameworks/iWorkImport.framework/KNRecordingSyncState.h @@ -14,10 +14,12 @@ - (void)dealloc; - (id)description; - (id)init; +- (id)initWithArchive:(const struct RecordingSyncState { int (**x1)(); struct UnknownFieldSet { struct vector > {} *x_2_1_1; } x2; unsigned int x3[1]; int x4; struct UUID {} *x5; bool x6; }*)arg1 unarchiver:(id)arg2; - (id)initWithOutOfSyncToken:(id)arg1 canClearOutOfSyncToken:(BOOL)arg2; - (BOOL)isRecordingLocallyOutOfSyncUsingLocalOutOfSyncToken:(id)arg1; - (BOOL)isRecordingOutOfSync; - (id)outOfSyncToken; - (id)recordingSyncStateByMarkingRecordingAsOutOfSync:(BOOL)arg1 withLocalOutOfSyncToken:(id)arg2; +- (void)saveToArchive:(struct RecordingSyncState { int (**x1)(); struct UnknownFieldSet { struct vector > {} *x_2_1_1; } x2; unsigned int x3[1]; int x4; struct UUID {} *x5; bool x6; }*)arg1 archiver:(id)arg2; @end diff --git a/PrivateFrameworks/iWorkImport.framework/KNSlideNode.h b/PrivateFrameworks/iWorkImport.framework/KNSlideNode.h index 6aa9cc8d6b..ba76fa4eae 100644 --- a/PrivateFrameworks/iWorkImport.framework/KNSlideNode.h +++ b/PrivateFrameworks/iWorkImport.framework/KNSlideNode.h @@ -80,7 +80,6 @@ - (id)classicUniqueID; - (void)clearRemappedTableNames; - (void)clearSlideSpecificLinkMap; -- (id)commandsToRemoveTableSlideSpecificHyperlinksForSlideNodeUUIDString:(id)arg1; - (void)dealloc; - (unsigned int)depth; - (id)descendants; diff --git a/PrivateFrameworks/iWorkImport.framework/TNDocumentRoot.h b/PrivateFrameworks/iWorkImport.framework/TNDocumentRoot.h index 400f159311..0ef1602e56 100644 --- a/PrivateFrameworks/iWorkImport.framework/TNDocumentRoot.h +++ b/PrivateFrameworks/iWorkImport.framework/TNDocumentRoot.h @@ -66,7 +66,6 @@ - (void)p_buildSidebarOrder; - (id)p_chartsWantingDeferredUpgrade; - (struct CGRect { struct CGPoint { float x_1_1_1; float x_1_1_2; } x1; struct CGSize { float x_2_1_1; float x_2_1_2; } x2; })p_contentFrameToCaptureForSheet:(id)arg1; -- (id)p_fixedUpSelectionPathForNearestDisplayableSheet:(id)arg1; - (float)p_imageBorderForSize:(struct CGSize { float x1; float x2; })arg1; - (id)p_previewImageWithImageSize:(struct CGSize { float x1; float x2; })arg1; - (void)p_removeSidebarNodeForSheet:(id)arg1; diff --git a/PrivateFrameworks/iWorkImport.framework/TSACirrusDocument.h b/PrivateFrameworks/iWorkImport.framework/TSACirrusDocument.h index 71b6e41cb4..a45dcb5ad8 100644 --- a/PrivateFrameworks/iWorkImport.framework/TSACirrusDocument.h +++ b/PrivateFrameworks/iWorkImport.framework/TSACirrusDocument.h @@ -2,7 +2,7 @@ Image: /System/Library/PrivateFrameworks/iWorkImport.framework/iWorkImport */ -@interface TSACirrusDocument : NSObject { +@interface TSACirrusDocument : NSObject { TSPObjectContext * _context; NSString * _documentPasswordHint; NSURL * _fileURL; @@ -16,9 +16,7 @@ @property (nonatomic, readonly) NSUUID *baseUUIDForObjectUUID; @property (nonatomic, retain) TSPObjectContext *context; @property (readonly, copy) NSString *debugDescription; -@property (nonatomic, readonly) NSString *defaultDraftName; @property (readonly, copy) NSString *description; -@property (nonatomic, readonly) NSString *documentCachePath; @property (nonatomic, readonly) NSString *documentPasswordHint; @property (nonatomic, readonly) TSADocumentRoot *documentRoot; @property (nonatomic, readonly) *filePresenter; @@ -26,8 +24,6 @@ @property (readonly) unsigned int hash; @property (nonatomic, readonly) BOOL ignoreDocumentSupport; @property (nonatomic, readonly) BOOL isDocumentSupportTemporary; -@property (nonatomic, readonly) NSString *name; -@property (nonatomic, readonly) TSAUbiquitousRefreshQueue *refreshQueue; @property (nonatomic, readonly) BOOL skipDocumentUpgrade; @property (readonly) Class superclass; diff --git a/PrivateFrameworks/iWorkImport.framework/TSAImportController.h b/PrivateFrameworks/iWorkImport.framework/TSAImportController.h index 1d2a93dea1..8372a3c000 100644 --- a/PrivateFrameworks/iWorkImport.framework/TSAImportController.h +++ b/PrivateFrameworks/iWorkImport.framework/TSAImportController.h @@ -2,7 +2,7 @@ Image: /System/Library/PrivateFrameworks/iWorkImport.framework/iWorkImport */ -@interface TSAImportController : NSObject { +@interface TSAImportController : NSObject { NSMutableArray * _deferredWriters; * _delegate; TSPObjectContext * _documentContext; @@ -33,10 +33,8 @@ @property (nonatomic, readonly) BOOL areNewExternalReferencesToDataAllowed; @property (nonatomic, readonly) NSUUID *baseUUIDForObjectUUID; @property (readonly, copy) NSString *debugDescription; -@property (nonatomic, readonly) NSString *defaultDraftName; @property (nonatomic) *delegate; @property (readonly, copy) NSString *description; -@property (nonatomic, readonly) NSString *documentCachePath; @property (nonatomic, readonly) TSPObjectContext *documentContext; @property (nonatomic, readonly) int documentTypeCategory; @property (nonatomic, readonly) NSError *error; @@ -52,13 +50,11 @@ @property (nonatomic, readonly) BOOL isDocumentSupportTemporary; @property (nonatomic, readonly) BOOL isImportCancelled; @property (nonatomic, readonly) BOOL isPasswordProtected; -@property (nonatomic, readonly) NSString *name; @property (readonly, retain) NSOperationQueue *presentedItemOperationQueue; @property (readonly, copy) NSURL *presentedItemURL; @property (nonatomic) BOOL preserveDocumentAfterImport; @property (readonly, copy) NSURL *primaryPresentedItemURL; @property (nonatomic, retain) TSUProgressContext *progressContext; -@property (nonatomic, readonly) TSAUbiquitousRefreshQueue *refreshQueue; @property (nonatomic, readonly) NSString *sourcePath; @property (readonly) Class superclass; @property (nonatomic, readonly) NSURL *temporaryURL; diff --git a/PrivateFrameworks/iWorkImport.framework/TSCHChartDrawableInfo.h b/PrivateFrameworks/iWorkImport.framework/TSCHChartDrawableInfo.h index a902500124..edd58b3374 100644 --- a/PrivateFrameworks/iWorkImport.framework/TSCHChartDrawableInfo.h +++ b/PrivateFrameworks/iWorkImport.framework/TSCHChartDrawableInfo.h @@ -10,7 +10,6 @@ @property (nonatomic, readonly) TSCHChartInfo *chart; @property (nonatomic, readonly) TSCHChunkManager *chunkManager; -@property (nonatomic, readonly) NSDictionary *datasForReplacingMediaContentsWithAssociatedHints; @property (readonly, copy) NSString *debugDescription; @property (readonly, copy) NSString *description; @property (readonly) unsigned int hash; diff --git a/PrivateFrameworks/iWorkImport.framework/TSDImageInfo.h b/PrivateFrameworks/iWorkImport.framework/TSDImageInfo.h index 8918e3c00b..2682890538 100644 --- a/PrivateFrameworks/iWorkImport.framework/TSDImageInfo.h +++ b/PrivateFrameworks/iWorkImport.framework/TSDImageInfo.h @@ -25,7 +25,6 @@ @property (getter=isAnchoredToText, nonatomic, readonly) BOOL anchoredToText; @property (getter=isAttachedToBodyText, nonatomic, readonly) BOOL attachedToBodyText; @property (nonatomic, readonly) BOOL canPasteAsPDF; -@property (nonatomic, readonly) NSDictionary *datasForReplacingMediaContentsWithAssociatedHints; @property (readonly, copy) NSString *debugDescription; @property (readonly, copy) NSString *description; @property (nonatomic, retain) TSPData *enhancedImageData; diff --git a/PrivateFrameworks/iWorkImport.framework/TSDMovieInfo.h b/PrivateFrameworks/iWorkImport.framework/TSDMovieInfo.h index c6c37fe7d6..84ea99634f 100644 --- a/PrivateFrameworks/iWorkImport.framework/TSDMovieInfo.h +++ b/PrivateFrameworks/iWorkImport.framework/TSDMovieInfo.h @@ -26,7 +26,6 @@ @property (getter=isAudioOnly, nonatomic) BOOL audioOnly; @property (nonatomic, retain) TSPData *audioOnlyImageData; -@property (nonatomic, readonly) NSDictionary *datasForReplacingMediaContentsWithAssociatedHints; @property (readonly, copy) NSString *debugDescription; @property (readonly, copy) NSString *description; @property (nonatomic) double endTime; diff --git a/PrivateFrameworks/iWorkImport.framework/TSDShapeInfo.h b/PrivateFrameworks/iWorkImport.framework/TSDShapeInfo.h index e210242923..c2f0eb1140 100644 --- a/PrivateFrameworks/iWorkImport.framework/TSDShapeInfo.h +++ b/PrivateFrameworks/iWorkImport.framework/TSDShapeInfo.h @@ -9,7 +9,6 @@ @property (getter=isAnchoredToText, nonatomic, readonly) BOOL anchoredToText; @property (getter=isAttachedToBodyText, nonatomic, readonly) BOOL attachedToBodyText; -@property (nonatomic, readonly) NSDictionary *datasForReplacingMediaContentsWithAssociatedHints; @property (readonly, copy) NSString *debugDescription; @property (readonly, copy) NSString *description; @property (nonatomic, copy) TSDFill *fill; diff --git a/PrivateFrameworks/iWorkImport.framework/TSKDocumentRoot.h b/PrivateFrameworks/iWorkImport.framework/TSKDocumentRoot.h index f5416bce27..ce6c61c9e6 100644 --- a/PrivateFrameworks/iWorkImport.framework/TSKDocumentRoot.h +++ b/PrivateFrameworks/iWorkImport.framework/TSKDocumentRoot.h @@ -8,28 +8,20 @@ TSKAnnotationAuthorStorage * _annotationAuthorStorage; TSKAnnotationAuthor * _authorForFiltering; TSKChangeNotifier * _changeNotifier; - TSKCollaborationCommandHistory * _collaborationCommandHistory; TSKCollaborationDocumentSessionState * _collaborationSessionState; TSKCollaborationDocumentSessionState * _collaborationSessionStateIfAvailable; - TSKCommandHistory * _commandHistory; TSUWeakReference * _delegateReference; TSULocale * _documentCreationLocale; TSULocale * _documentLocale; TSKDocumentSupport * _documentSupport; TSKDocumentSupport * _documentSupportIfAvailable; - BOOL _hasCommands; NSMutableArray * _iCloudTeardownStack; NSObject * _iCloudTeardownStackQueue; BOOL _isBeingLocalized; - BOOL _isCommandControllerConfiguredForCollaboration; BOOL _isFindActive; TSKPasteboardController * _pasteboardController; BOOL _preventImageConversionOnOpen; - NSString * _redoActionString; - unsigned int _redoCount; TSKSelectionDispatcher * _selectionDispatcher; - NSString * _undoActionString; - unsigned int _undoCount; } @property (nonatomic, readonly) TSKAccessController *accessController; @@ -39,11 +31,9 @@ @property (nonatomic, readonly) unsigned int applicationType; @property (nonatomic, retain) TSKAnnotationAuthor *authorForFiltering; @property (nonatomic, readonly) TSKChangeNotifier *changeNotifier; -@property (nonatomic, readonly) TSKCollaborationCommandHistory *collaborationCommandHistory; @property (nonatomic, readonly) TSKCollaborationDocumentSessionState *collaborationSessionState; @property (nonatomic, readonly) TSKCollaborationDocumentSessionState *collaborationSessionStateIfAvailable; @property (nonatomic, readonly) TSKCollaborationState *collaborationState; -@property (nonatomic, readonly) TSKCommandHistory *commandHistory; @property (readonly, copy) NSString *debugDescription; @property (nonatomic) *delegate; @property (readonly, copy) NSString *description; @@ -53,22 +43,16 @@ @property (nonatomic, readonly) TSKDocumentSupport *documentSupport; @property (nonatomic, readonly) TSKDocumentSupport *documentSupportIfAvailable; @property (getter=isFindActive, nonatomic) BOOL findActive; -@property (nonatomic, readonly) BOOL hasCommands; @property (nonatomic, readonly) BOOL hasICloudConflict; @property (readonly) unsigned int hash; @property (nonatomic, readonly) BOOL isBeingLocalized; -@property (nonatomic, readonly) BOOL isCommandControllerConfiguredForCollaboration; @property (nonatomic, readonly) unsigned long long maxMediaItemFileSize; @property (nonatomic, retain) TSKPasteboardController *pasteboardController; -@property (nonatomic, readonly) NSString *redoActionString; -@property (nonatomic, readonly) unsigned int redoCount; @property (nonatomic, readonly) TSKSelectionDispatcher *selectionDispatcher; @property (nonatomic) BOOL shouldPreventImageConversionOnOpen; @property (nonatomic, readonly) TSSStylesheet *stylesheet; @property (readonly) Class superclass; @property (nonatomic, readonly) TSSTheme *theme; -@property (nonatomic, readonly) NSString *undoActionString; -@property (nonatomic, readonly) unsigned int undoCount; @property (nonatomic, readonly) unsigned int writingDirection; @property (nonatomic, readonly) unsigned int writingDirectionForStorage; @@ -86,13 +70,11 @@ - (id)calculationEngine; - (void)changeDocumentCacheFileProtection:(id)arg1; - (id)changeNotifier; -- (id)collaborationCommandHistory; - (id)collaborationSessionState; - (id)collaborationSessionStateIfAvailable; - (id)collaborationState; - (void)collaborationStateDidUpdate:(id)arg1; - (id)commandForRemovingCommentsFromDrawables:(id)arg1 context:(id)arg2; -- (id)commandHistory; - (id)customFormatList; - (id)dataFromDocumentCachePath:(id)arg1; - (void)dealloc; @@ -112,12 +94,10 @@ - (void)gilligan_documentDidRemoveObject:(id)arg1; - (void)gilligan_documentWillInsertObject:(id)arg1; - (void)gilligan_documentWillRemoveObject:(id)arg1; -- (BOOL)hasCommands; - (BOOL)hasICloudConflict; - (BOOL)hasICloudTeardownObserver; - (id)initWithContext:(id)arg1; - (BOOL)isBeingLocalized; -- (BOOL)isCommandControllerConfiguredForCollaboration; - (BOOL)isDirectionRightToLeft; - (BOOL)isFindActive; - (void)loadFromArchive:(const struct DocumentArchive { int (**x1)(); struct UnknownFieldSet { struct vector > {} *x_2_1_1; } x2; unsigned int x3[1]; int x4; struct basic_string, std::__1::allocator > {} *x5; struct Reference {} *x6; struct RepeatedPtrField { void **x_7_1_1; int x_7_1_2; int x_7_1_3; int x_7_1_4; } x7; struct basic_string, std::__1::allocator > {} *x8; bool x9; }*)arg1 unarchiver:(id)arg2; @@ -146,8 +126,6 @@ - (void)pauseRecalculation; - (void)pauseRecalculationForBlock:(id /* block */)arg1; - (void)pauseRecalculationSometimeSoon; -- (id)redoActionString; -- (unsigned int)redoCount; - (void)removeCommentsFromDrawables:(id)arg1; - (void)removeICloudTeardownObserver:(long long)arg1; - (void)resumeRecalculation; @@ -170,8 +148,6 @@ - (id)tableIdRemappingCommandsForTablesInDrawables:(id)arg1; - (id)tableIdRemappingCommandsForTablesInStorages:(id)arg1; - (id)theme; -- (id)undoActionString; -- (unsigned int)undoCount; - (id)uniqueDocumentCachePathForProposedPath:(id)arg1; - (void)updateAnnotationAuthorList:(id)arg1; - (void)updateDocumentLocaleToCurrent; diff --git a/PrivateFrameworks/iWorkImport.framework/TSTMasterLayout.h b/PrivateFrameworks/iWorkImport.framework/TSTMasterLayout.h index c649c18518..cea39ca0e1 100644 --- a/PrivateFrameworks/iWorkImport.framework/TSTMasterLayout.h +++ b/PrivateFrameworks/iWorkImport.framework/TSTMasterLayout.h @@ -262,6 +262,7 @@ - (BOOL)anyRowsHiddenInCellRange:(struct TSUCellRect { struct TSUCellCoord { unsigned short x_1_1_1; unsigned char x_1_1_2; unsigned char x_1_1_3; } x1; struct { unsigned short x_2_1_1; unsigned short x_2_1_2; } x2; })arg1; - (BOOL)anyRowsUserHiddenInCellRange:(struct TSUCellRect { struct TSUCellCoord { unsigned short x_1_1_1; unsigned char x_1_1_2; unsigned char x_1_1_3; } x1; struct { unsigned short x_2_1_1; unsigned short x_2_1_2; } x2; })arg1; - (id)bandedFillObject; +- (void)beginDynamicMode:(id)arg1; - (float)calculatedTableNameHeight; - (float)calculatedTableNameHeightIncludingDynamicResize:(BOOL)arg1; - (void)captureDynamicResizeInfo; @@ -312,6 +313,7 @@ - (float)dynamicWidthResize; - (struct UIEdgeInsets { float x1; float x2; float x3; float x4; })edgeInsetsFromPadding:(id)arg1; - (BOOL)emptyFilteredTable; +- (void)endDynamicMode; - (void)enumerateMergedStrokesAndCapsForGridColumn:(unsigned int)arg1 from:(unsigned int)arg2 to:(unsigned int)arg3 usingBlock:(id /* block */)arg4; - (void)enumerateMergedStrokesAndCapsForGridRow:(unsigned int)arg1 from:(unsigned int)arg2 to:(unsigned int)arg3 usingBlock:(id /* block */)arg4; - (void)enumerateMergedStrokesForGridColumn:(unsigned int)arg1 from:(unsigned int)arg2 to:(unsigned int)arg3 usingBlock:(id /* block */)arg4; @@ -453,6 +455,7 @@ - (id)tempWPColumnCache; - (float)unwrappedFittingWidthsForColumnInCellRegionWorker:(id)arg1; - (id)unwrappedFittingWidthsForColumnsInCellRegion:(id)arg1; +- (void)updateDynamicFontColor:(id)arg1 andRange:(struct TSUCellRect { struct TSUCellCoord { unsigned short x_1_1_1; unsigned char x_1_1_2; unsigned char x_1_1_3; } x1; struct { unsigned short x_2_1_1; unsigned short x_2_1_2; } x2; })arg2; - (void)updateDynamicResizeInfo:(id)arg1; - (void)updateDynamicTableNameSize:(float)arg1; - (void)updateWHCForMergeRanges; diff --git a/PrivateFrameworks/iWorkImport.framework/TSTTableInfo.h b/PrivateFrameworks/iWorkImport.framework/TSTTableInfo.h index f571cf230c..687011ef18 100644 --- a/PrivateFrameworks/iWorkImport.framework/TSTTableInfo.h +++ b/PrivateFrameworks/iWorkImport.framework/TSTTableInfo.h @@ -77,6 +77,7 @@ - (void)assertCollaborationConvergence; - (BOOL)autoListRecognition; - (BOOL)autoListTermination; +- (void)beginRewriteForCalculationEngine:(id)arg1 spec:(id)arg2; - (struct TSCERangeCoordinate { struct TSUCellCoord { unsigned short x_1_1_1; unsigned char x_1_1_2; unsigned char x_1_1_3; } x1; struct TSUCellCoord { unsigned short x_2_1_1; unsigned char x_2_1_2; unsigned char x_2_1_3; } x2; })bodyRange; - (id)calcEngine; - (BOOL)canAspectRatioLockBeChangedByUser; @@ -173,6 +174,7 @@ - (struct UUIDData { union { unsigned char x_1_1_1[16]; struct { unsigned char x_2_2_1; unsigned char x_2_2_2; unsigned char x_2_2_3; unsigned char x_2_2_4; unsigned char x_2_2_5; unsigned char x_2_2_6; unsigned char x_2_2_7; unsigned char x_2_2_8; unsigned char x_2_2_9; unsigned char x_2_2_10; unsigned char x_2_2_11; unsigned char x_2_2_12; unsigned char x_2_2_13; unsigned char x_2_2_14; unsigned char x_2_2_15; unsigned char x_2_2_16; } x_1_1_2; struct { unsigned long long x_3_2_1; unsigned long long x_3_2_2; } x_1_1_3; } x1; })resolverUID; - (void)retainForCalculationEngine:(id)arg1; - (BOOL)reverseChunkingIsSupported; +- (void)rewriteForCalculationEngine:(id)arg1 formulaID:(struct { unsigned int x1 : 24; unsigned int x2 : 8; })arg2 rewriteSpec:(id)arg3; - (unsigned short)rowIndexForRowUID:(const struct UUIDData { union { unsigned char x_1_1_1[16]; struct { unsigned char x_2_2_1; unsigned char x_2_2_2; unsigned char x_2_2_3; unsigned char x_2_2_4; unsigned char x_2_2_5; unsigned char x_2_2_6; unsigned char x_2_2_7; unsigned char x_2_2_8; unsigned char x_2_2_9; unsigned char x_2_2_10; unsigned char x_2_2_11; unsigned char x_2_2_12; unsigned char x_2_2_13; unsigned char x_2_2_14; unsigned char x_2_2_15; unsigned char x_2_2_16; } x_1_1_2; struct { unsigned long long x_3_2_1; unsigned long long x_3_2_2; } x_1_1_3; } x1; }*)arg1; - (id)rowIndexesForUIDs:(const struct vector, std::__1::allocator > > { struct UUIDData {} *x1; struct UUIDData {} *x2; struct __compressed_pair *, std::__1::allocator > > { struct UUIDData {} *x_3_1_1; } x3; }*)arg1; - (struct UUIDData { union { unsigned char x_1_1_1[16]; struct { unsigned char x_2_2_1; unsigned char x_2_2_2; unsigned char x_2_2_3; unsigned char x_2_2_4; unsigned char x_2_2_5; unsigned char x_2_2_6; unsigned char x_2_2_7; unsigned char x_2_2_8; unsigned char x_2_2_9; unsigned char x_2_2_10; unsigned char x_2_2_11; unsigned char x_2_2_12; unsigned char x_2_2_13; unsigned char x_2_2_14; unsigned char x_2_2_15; unsigned char x_2_2_16; } x_1_1_2; struct { unsigned long long x_3_2_1; unsigned long long x_3_2_2; } x_1_1_3; } x1; })rowUIDForRowIndex:(unsigned short)arg1; diff --git a/PrivateFrameworks/iWorkImport.framework/TSUQuicklookAssetColorMap.h b/PrivateFrameworks/iWorkImport.framework/TSUQuicklookAssetColorMap.h index 83ff9a3b08..93d706867f 100644 --- a/PrivateFrameworks/iWorkImport.framework/TSUQuicklookAssetColorMap.h +++ b/PrivateFrameworks/iWorkImport.framework/TSUQuicklookAssetColorMap.h @@ -13,6 +13,7 @@ + (id)allocWithZone:(struct _NSZone { }*)arg1; + (id)colorForResource:(id)arg1; + (BOOL)hasAppAssets; ++ (id)locatorForSageChartTextureSet:(id)arg1 image:(id)arg2; + (id)quicklookAssetMap; - (id)appAssetPath; diff --git a/PrivateFrameworks/iWorkImport.framework/TSWPRep.h b/PrivateFrameworks/iWorkImport.framework/TSWPRep.h index 9ff52d96bb..b642e78ac7 100644 --- a/PrivateFrameworks/iWorkImport.framework/TSWPRep.h +++ b/PrivateFrameworks/iWorkImport.framework/TSWPRep.h @@ -136,6 +136,7 @@ - (struct CGRect { struct CGPoint { float x_1_1_1; float x_1_1_2; } x1; struct CGSize { float x_2_1_1; float x_2_1_2; } x2; })p_paragraphModeRectangleForColumn:(id)arg1 selection:(id)arg2; - (struct CGPoint { float x1; float x2; })p_pinPoint:(struct CGPoint { float x1; float x2; })arg1 toRect:(struct CGRect { struct CGPoint { float x_1_1_1; float x_1_1_2; } x1; struct CGSize { float x_2_1_1; float x_2_1_2; } x2; })arg2; - (BOOL)p_shouldShowCommentsIncludingHighlights:(BOOL)arg1; +- (BOOL)p_singleAnchoredDrawableAttachmentSelection:(id)arg1; - (void)p_teardown; - (struct CGRect { struct CGPoint { float x_1_1_1; float x_1_1_2; } x1; struct CGSize { float x_2_1_1; float x_2_1_2; } x2; })p_topicDragRectForSelection:(id)arg1; - (void)p_updateLayersForInsertionPointSelection:(id)arg1; diff --git a/PrivateFrameworks/iWorkImport.framework/TSWPShapeRep.h b/PrivateFrameworks/iWorkImport.framework/TSWPShapeRep.h index 679410c1d9..a529703600 100644 --- a/PrivateFrameworks/iWorkImport.framework/TSWPShapeRep.h +++ b/PrivateFrameworks/iWorkImport.framework/TSWPShapeRep.h @@ -40,7 +40,7 @@ + (id)p_textureSetFromRep:(id)arg1 range:(struct _NSRange { unsigned int x1; unsigned int x2; })arg2 includeListLabel:(BOOL)arg3 desiredContentRect:(struct CGRect { struct CGPoint { float x_1_1_1; float x_1_1_2; } x1; struct CGSize { float x_2_1_1; float x_2_1_2; } x2; })arg4; - (void)addAdditionalChildLayersToArray:(id)arg1; -- (BOOL)canMakePathEditable; +- (BOOL)canSelectChildRep:(id)arg1; - (id)childReps; - (id)containedRep; - (id)containerInfo; @@ -59,6 +59,7 @@ - (void)recursivelyPerformSelector:(SEL)arg1 withObject:(id)arg2; - (void)recursivelyPerformSelectorIfImplemented:(SEL)arg1; - (void)recursivelyPerformSelectorIfImplemented:(SEL)arg1 withObject:(id)arg2; +- (void)selectChildRep:(id)arg1 extendingSelection:(BOOL)arg2; - (id)stageChunks; - (int)stageIndexForStorageRange:(struct _NSRange { unsigned int x1; unsigned int x2; })arg1; - (id)textStorageForTexture; diff --git a/PrivateFrameworks/vCard.framework/CNVCardFilteredPerson.h b/PrivateFrameworks/vCard.framework/CNVCardFilteredPerson.h index 24f02e53c8..c276e6ee28 100644 --- a/PrivateFrameworks/vCard.framework/CNVCardFilteredPerson.h +++ b/PrivateFrameworks/vCard.framework/CNVCardFilteredPerson.h @@ -3,8 +3,8 @@ */ @interface CNVCardFilteredPerson : NSObject { - NSSet * _blacklist; * _person; + CNVCardFilteredPersonScope * _scope; } @property (readonly) NSDictionary *activityAlerts; @@ -57,7 +57,7 @@ @property (readonly) NSArray *unknownProperties; @property (readonly) NSArray *urls; -+ (id)filteredPersonWithPerson:(id)arg1 blacklistedFields:(id)arg2; ++ (id)filteredPersonWithPerson:(id)arg1 scope:(id)arg2; - (void).cxx_destruct; - (id)activityAlerts; @@ -73,7 +73,7 @@ - (id)imageCropRects; - (id)imageData; - (id)imageReferences; -- (id)initWithPerson:(id)arg1 blacklistedFields:(id)arg2; +- (id)initWithPerson:(id)arg1 scope:(id)arg2; - (id)instantMessagingAddresses; - (BOOL)isCompany; - (BOOL)isMe; diff --git a/PrivateFrameworks/vCard.framework/CNVCardFilteredPersonScope.h b/PrivateFrameworks/vCard.framework/CNVCardFilteredPersonScope.h new file mode 100644 index 0000000000..1de35a9b81 --- /dev/null +++ b/PrivateFrameworks/vCard.framework/CNVCardFilteredPersonScope.h @@ -0,0 +1,19 @@ +/* Generated by RuntimeBrowser + Image: /System/Library/PrivateFrameworks/vCard.framework/vCard + */ + +@interface CNVCardFilteredPersonScope : NSObject { + NSSet * _blacklist; + unsigned int _filterOptions; +} + +@property (readonly) NSSet *blacklist; +@property (readonly) unsigned int filterOptions; + +- (void).cxx_destruct; +- (id)blacklist; +- (unsigned int)filterOptions; +- (id)initWithBlacklist:(id)arg1 options:(unsigned int)arg2; +- (BOOL)isEmpty; + +@end diff --git a/PrivateFrameworks/vCard.framework/CNVCardInstantMessageParser.h b/PrivateFrameworks/vCard.framework/CNVCardInstantMessageParser.h index 3ff89869c2..eb477daded 100644 --- a/PrivateFrameworks/vCard.framework/CNVCardInstantMessageParser.h +++ b/PrivateFrameworks/vCard.framework/CNVCardInstantMessageParser.h @@ -4,7 +4,7 @@ @interface CNVCardInstantMessageParser : NSObject -+ (id)handleWithUsername:(id)arg1 service:(id)arg2; ++ (id)handleWithUsername:(id)arg1 userIdentifier:(id)arg2 service:(id)arg3 bundleIdentifiers:(id)arg4 teamIdentifier:(id)arg5; + (id)serviceForString:(id)arg1; + (id)valueWithService:(id)arg1 existingHandles:(id)arg2 parser:(id)arg3; diff --git a/PrivateFrameworks/vCard.framework/CNVCardLexer.h b/PrivateFrameworks/vCard.framework/CNVCardLexer.h index 8e0f0dbef4..06d3ac862a 100644 --- a/PrivateFrameworks/vCard.framework/CNVCardLexer.h +++ b/PrivateFrameworks/vCard.framework/CNVCardLexer.h @@ -47,6 +47,7 @@ - (id)nextSingleByteStringInEncoding:(unsigned int)arg1 quotedPrintable:(BOOL)arg2 stopTokens:(int)arg3 trim:(BOOL)arg4; - (id)nextStringInEncoding:(unsigned int)arg1 quotedPrintable:(BOOL)arg2 stopTokens:(int)arg3 trim:(BOOL)arg4; - (int)nextTokenPeek:(BOOL)arg1; +- (int)nextTokenPeek:(BOOL)arg1 length:(int)arg2; - (int)nextTokenPeekSingle:(BOOL)arg1 length:(int)arg2; - (int)nextTokenPeekUnicode:(BOOL)arg1 length:(int)arg2; - (id)nextUnicodeBase64Line:(BOOL*)arg1; @@ -57,6 +58,7 @@ - (id)stringFromData:(id)arg1 encoding:(unsigned int)arg2 prefixLength:(unsigned int)arg3 suffixLength:(unsigned int)arg4; - (id)stringFromSubData:(id)arg1 encoding:(unsigned int)arg2; - (id)stringWithRange:(struct _NSRange { unsigned int x1; unsigned int x2; })arg1 encoding:(unsigned int)arg2; +- (int)tokenAtCursonIgnoringLineFolding; - (int)tokenAtCursor; - (id)tokenSetForLength:(int)arg1; - (id)trimData:(id)arg1 withPrefixLength:(unsigned int)arg2 suffixLength:(unsigned int)arg3; diff --git a/PrivateFrameworks/vCard.framework/CNVCardOptions.h b/PrivateFrameworks/vCard.framework/CNVCardOptions.h index 51da3a2fe6..f8ed0aaa37 100644 --- a/PrivateFrameworks/vCard.framework/CNVCardOptions.h +++ b/PrivateFrameworks/vCard.framework/CNVCardOptions.h @@ -7,6 +7,7 @@ BOOL _compressPhotos; BOOL _includeNotes; BOOL _includePhotos; + BOOL _includePrivateBundleIdentifiers; BOOL _includePrivateFields; BOOL _includeUserSettings; unsigned int _maximumEncodingLength; @@ -21,6 +22,7 @@ @property BOOL compressPhotos; @property BOOL includeNotes; @property BOOL includePhotos; +@property BOOL includePrivateBundleIdentifiers; @property BOOL includePrivateFields; @property BOOL includeUserSettings; @property unsigned int maximumEncodingLength; @@ -37,6 +39,7 @@ - (BOOL)compressPhotos; - (BOOL)includeNotes; - (BOOL)includePhotos; +- (BOOL)includePrivateBundleIdentifiers; - (BOOL)includePrivateFields; - (BOOL)includeUserSettings; - (unsigned int)maximumEncodingLength; @@ -47,6 +50,7 @@ - (void)setCompressPhotos:(BOOL)arg1; - (void)setIncludeNotes:(BOOL)arg1; - (void)setIncludePhotos:(BOOL)arg1; +- (void)setIncludePrivateBundleIdentifiers:(BOOL)arg1; - (void)setIncludePrivateFields:(BOOL)arg1; - (void)setIncludeUserSettings:(BOOL)arg1; - (void)setMaximumEncodingLength:(unsigned int)arg1; diff --git a/PrivateFrameworks/vCard.framework/CNVCardParser.h b/PrivateFrameworks/vCard.framework/CNVCardParser.h index ec60de0d3d..45b238c1cb 100644 --- a/PrivateFrameworks/vCard.framework/CNVCardParser.h +++ b/PrivateFrameworks/vCard.framework/CNVCardParser.h @@ -58,6 +58,7 @@ - (id)firstParameterWithName:(id)arg1; - (id)firstValueForKey:(id)arg1 inExtension:(id)arg2; - (id)firstValueForKey:(id)arg1 inExtensionGroup:(id)arg2; +- (id)firstValueForParameterWithName:(id)arg1; - (id)genericLabelForProperty:(id)arg1; - (SEL)handlerSelectorForParameterName:(id)arg1; - (BOOL)hasImportErrors; diff --git a/PrivateFrameworks/vCard.framework/CNVCardWriting.h b/PrivateFrameworks/vCard.framework/CNVCardWriting.h index 4812b7ca3f..45d9a3c472 100644 --- a/PrivateFrameworks/vCard.framework/CNVCardWriting.h +++ b/PrivateFrameworks/vCard.framework/CNVCardWriting.h @@ -9,6 +9,7 @@ + (id)dataWithPeople:(id)arg1 options:(id)arg2 error:(id*)arg3; + (id)dataWithPerson:(id)arg1 options:(id)arg2 error:(id*)arg3; + (void)makevCardWithBuilder:(id)arg1 serializer:(id)arg2 options:(id)arg3; ++ (id)scopeForPerson:(id)arg1 options:(id)arg2; + (void)serializePerson:(id)arg1 withSerializer:(id)arg2 options:(id)arg3; + (id)stringWithPeople:(id)arg1 options:(id)arg2 error:(id*)arg3; + (id)stringWithPerson:(id)arg1 options:(id)arg2 error:(id*)arg3; diff --git a/PrivateFrameworks/vCard.framework/CNVCardXSOCIALPROFILEParser.h b/PrivateFrameworks/vCard.framework/CNVCardXSOCIALPROFILEParser.h index 6cf765065f..7bef4e6bac 100644 --- a/PrivateFrameworks/vCard.framework/CNVCardXSOCIALPROFILEParser.h +++ b/PrivateFrameworks/vCard.framework/CNVCardXSOCIALPROFILEParser.h @@ -4,7 +4,6 @@ @interface CNVCardXSOCIALPROFILEParser : NSObject -+ (id)firstValueForParameterWithName:(id)arg1 parser:(id)arg2; + (void)processExtensionValuesForLines:(id)arg1 parser:(id)arg2; + (id)profileFromURL:(id)arg1; + (id)valueWithParser:(id)arg1; diff --git a/lib/libAWDSupportFramework.dylib/AWDCarouselLowerButtonLongPressed.h b/lib/libAWDSupportFramework.dylib/AWDCarouselLowerButtonLongPressed.h index 6b9ec4ffa5..19974e65cc 100644 --- a/lib/libAWDSupportFramework.dylib/AWDCarouselLowerButtonLongPressed.h +++ b/lib/libAWDSupportFramework.dylib/AWDCarouselLowerButtonLongPressed.h @@ -8,16 +8,20 @@ unsigned int durationMs : 1; unsigned int timestamp : 1; unsigned int isOnWrist : 1; + unsigned int isWaterLocked : 1; } _has; BOOL _isOnWrist; + BOOL _isWaterLocked; unsigned long long _timestamp; } @property (nonatomic) unsigned long long durationMs; @property (nonatomic) BOOL hasDurationMs; @property (nonatomic) BOOL hasIsOnWrist; +@property (nonatomic) BOOL hasIsWaterLocked; @property (nonatomic) BOOL hasTimestamp; @property (nonatomic) BOOL isOnWrist; +@property (nonatomic) BOOL isWaterLocked; @property (nonatomic) unsigned long long timestamp; - (void)copyTo:(id)arg1; @@ -27,17 +31,21 @@ - (unsigned long long)durationMs; - (BOOL)hasDurationMs; - (BOOL)hasIsOnWrist; +- (BOOL)hasIsWaterLocked; - (BOOL)hasTimestamp; - (unsigned int)hash; - (BOOL)isEqual:(id)arg1; - (BOOL)isOnWrist; +- (BOOL)isWaterLocked; - (void)mergeFrom:(id)arg1; - (BOOL)readFrom:(id)arg1; - (void)setDurationMs:(unsigned long long)arg1; - (void)setHasDurationMs:(BOOL)arg1; - (void)setHasIsOnWrist:(BOOL)arg1; +- (void)setHasIsWaterLocked:(BOOL)arg1; - (void)setHasTimestamp:(BOOL)arg1; - (void)setIsOnWrist:(BOOL)arg1; +- (void)setIsWaterLocked:(BOOL)arg1; - (void)setTimestamp:(unsigned long long)arg1; - (unsigned long long)timestamp; - (void)writeTo:(id)arg1; diff --git a/lib/libAWDSupportFramework.dylib/AWDCoreRoutineFMCDailyAssessment.h b/lib/libAWDSupportFramework.dylib/AWDCoreRoutineFMCDailyAssessment.h index cd4568eb98..fbd96ba093 100644 --- a/lib/libAWDSupportFramework.dylib/AWDCoreRoutineFMCDailyAssessment.h +++ b/lib/libAWDSupportFramework.dylib/AWDCoreRoutineFMCDailyAssessment.h @@ -15,9 +15,13 @@ unsigned int duration : 1; unsigned int engagedParkingEvents : 1; unsigned int engagements : 1; + unsigned int locationType : 1; unsigned int parkingEvents : 1; + unsigned int suppressedParkingEvents : 1; } _has; + int _locationType; int _parkingEvents; + int _suppressedParkingEvents; unsigned long long _timestamp; } @@ -31,9 +35,13 @@ @property (nonatomic) BOOL hasDuration; @property (nonatomic) BOOL hasEngagedParkingEvents; @property (nonatomic) BOOL hasEngagements; +@property (nonatomic) BOOL hasLocationType; @property (nonatomic) BOOL hasParkingEvents; +@property (nonatomic) BOOL hasSuppressedParkingEvents; @property (nonatomic) BOOL hasTimestamp; +@property (nonatomic) int locationType; @property (nonatomic) int parkingEvents; +@property (nonatomic) int suppressedParkingEvents; @property (nonatomic) unsigned long long timestamp; - (int)assistances; @@ -50,10 +58,13 @@ - (BOOL)hasDuration; - (BOOL)hasEngagedParkingEvents; - (BOOL)hasEngagements; +- (BOOL)hasLocationType; - (BOOL)hasParkingEvents; +- (BOOL)hasSuppressedParkingEvents; - (BOOL)hasTimestamp; - (unsigned int)hash; - (BOOL)isEqual:(id)arg1; +- (int)locationType; - (void)mergeFrom:(id)arg1; - (int)parkingEvents; - (BOOL)readFrom:(id)arg1; @@ -67,10 +78,15 @@ - (void)setHasDuration:(BOOL)arg1; - (void)setHasEngagedParkingEvents:(BOOL)arg1; - (void)setHasEngagements:(BOOL)arg1; +- (void)setHasLocationType:(BOOL)arg1; - (void)setHasParkingEvents:(BOOL)arg1; +- (void)setHasSuppressedParkingEvents:(BOOL)arg1; - (void)setHasTimestamp:(BOOL)arg1; +- (void)setLocationType:(int)arg1; - (void)setParkingEvents:(int)arg1; +- (void)setSuppressedParkingEvents:(int)arg1; - (void)setTimestamp:(unsigned long long)arg1; +- (int)suppressedParkingEvents; - (unsigned long long)timestamp; - (void)writeTo:(id)arg1; diff --git a/lib/libAWDSupportFramework.dylib/AWDCoreRoutineFMCDailyAssessments.h b/lib/libAWDSupportFramework.dylib/AWDCoreRoutineFMCDailyAssessments.h new file mode 100644 index 0000000000..7f371a0d03 --- /dev/null +++ b/lib/libAWDSupportFramework.dylib/AWDCoreRoutineFMCDailyAssessments.h @@ -0,0 +1,40 @@ +/* Generated by RuntimeBrowser + Image: /usr/lib/libAWDSupportFramework.dylib + */ + +@interface AWDCoreRoutineFMCDailyAssessments : PBCodable { + NSMutableArray * _assessments; + struct { + unsigned int timestamp : 1; + } _has; + unsigned long long _timestamp; +} + +@property (nonatomic, retain) NSMutableArray *assessments; +@property (nonatomic) BOOL hasTimestamp; +@property (nonatomic) unsigned long long timestamp; + ++ (Class)assessmentType; + +- (void)addAssessment:(id)arg1; +- (id)assessmentAtIndex:(unsigned int)arg1; +- (id)assessments; +- (unsigned int)assessmentsCount; +- (void)clearAssessments; +- (void)copyTo:(id)arg1; +- (id)copyWithZone:(struct _NSZone { }*)arg1; +- (void)dealloc; +- (id)description; +- (id)dictionaryRepresentation; +- (BOOL)hasTimestamp; +- (unsigned int)hash; +- (BOOL)isEqual:(id)arg1; +- (void)mergeFrom:(id)arg1; +- (BOOL)readFrom:(id)arg1; +- (void)setAssessments:(id)arg1; +- (void)setHasTimestamp:(BOOL)arg1; +- (void)setTimestamp:(unsigned long long)arg1; +- (unsigned long long)timestamp; +- (void)writeTo:(id)arg1; + +@end diff --git a/lib/libAWDSupportFramework.dylib/AWDCoreRoutineLMPScoreBoardInstance.h b/lib/libAWDSupportFramework.dylib/AWDCoreRoutineLMPScoreBoardInstance.h index 514205592e..fa89ca546c 100644 --- a/lib/libAWDSupportFramework.dylib/AWDCoreRoutineLMPScoreBoardInstance.h +++ b/lib/libAWDSupportFramework.dylib/AWDCoreRoutineLMPScoreBoardInstance.h @@ -7,9 +7,11 @@ struct { unsigned int corrects : 1; unsigned int incorrects : 1; + unsigned int invalids : 1; unsigned int unknowns : 1; } _has; int _incorrects; + int _invalids; NSString * _keyword; int _unknowns; } @@ -17,9 +19,11 @@ @property (nonatomic) int corrects; @property (nonatomic) BOOL hasCorrects; @property (nonatomic) BOOL hasIncorrects; +@property (nonatomic) BOOL hasInvalids; @property (nonatomic, readonly) BOOL hasKeyword; @property (nonatomic) BOOL hasUnknowns; @property (nonatomic) int incorrects; +@property (nonatomic) int invalids; @property (nonatomic, retain) NSString *keyword; @property (nonatomic) int unknowns; @@ -31,10 +35,12 @@ - (id)dictionaryRepresentation; - (BOOL)hasCorrects; - (BOOL)hasIncorrects; +- (BOOL)hasInvalids; - (BOOL)hasKeyword; - (BOOL)hasUnknowns; - (unsigned int)hash; - (int)incorrects; +- (int)invalids; - (BOOL)isEqual:(id)arg1; - (id)keyword; - (void)mergeFrom:(id)arg1; @@ -42,8 +48,10 @@ - (void)setCorrects:(int)arg1; - (void)setHasCorrects:(BOOL)arg1; - (void)setHasIncorrects:(BOOL)arg1; +- (void)setHasInvalids:(BOOL)arg1; - (void)setHasUnknowns:(BOOL)arg1; - (void)setIncorrects:(int)arg1; +- (void)setInvalids:(int)arg1; - (void)setKeyword:(id)arg1; - (void)setUnknowns:(int)arg1; - (int)unknowns; diff --git a/lib/libAWDSupportFramework.dylib/AWDCoreRoutineLocationAwarenessStatistics.h b/lib/libAWDSupportFramework.dylib/AWDCoreRoutineLocationAwarenessStatistics.h new file mode 100644 index 0000000000..d4ee2f5380 --- /dev/null +++ b/lib/libAWDSupportFramework.dylib/AWDCoreRoutineLocationAwarenessStatistics.h @@ -0,0 +1,122 @@ +/* Generated by RuntimeBrowser + Image: /usr/lib/libAWDSupportFramework.dylib + */ + +@interface AWDCoreRoutineLocationAwarenessStatistics : PBCodable { + AWDCoreRoutineLocationAwarenessBasicHistogram * _activeRequestCount; + AWDCoreRoutineLocationAwarenessBasicHistogram * _activeRequestInterrupted; + AWDCoreRoutineLocationAwarenessBasicHistogram * _activeRequestTimeoutWithCoarseLocation; + AWDCoreRoutineLocationAwarenessBasicHistogram * _activeRequestTimeoutWithLocationServiceDisabled; + AWDCoreRoutineLocationAwarenessBasicHistogram * _activeRequestTimeoutWithLocationServiceEnabledRoutineDisabled; + AWDCoreRoutineLocationAwarenessBasicHistogram * _activeRequestTimeoutWithLocationServiceEnabledRoutineEnabledWifiOff; + AWDCoreRoutineLocationAwarenessBasicHistogram * _activeRequestTimeoutWithOtherReasons; + unsigned long long _duration; + struct { + unsigned int duration : 1; + unsigned int timestamp : 1; + } _has; + AWDCoreRoutineLocationAwarenessBasicHistogram * _skippedRequestDueToRecentFix; + AWDCoreRoutineLocationAwarenessBasicHistogram * _skippedRequestDueToStationary; + AWDCoreRoutineLocationAwarenessBasicHistogram * _timerFiringCount; + AWDCoreRoutineLocationAwarenessBasicHistogram * _timerFiringDelayedCount; + AWDCoreRoutineLocationAwarenessBasicHistogram * _timerFiringDelayedMaxSeconds; + AWDCoreRoutineLocationAwarenessBasicHistogram * _timerFiringDelayedTotalSeconds; + unsigned long long _timestamp; + AWDCoreRoutineLocationAwarenessBasicHistogram * _validLocationCount; +} + +@property (nonatomic, retain) AWDCoreRoutineLocationAwarenessBasicHistogram *activeRequestCount; +@property (nonatomic, retain) AWDCoreRoutineLocationAwarenessBasicHistogram *activeRequestInterrupted; +@property (nonatomic, retain) AWDCoreRoutineLocationAwarenessBasicHistogram *activeRequestTimeoutWithCoarseLocation; +@property (nonatomic, retain) AWDCoreRoutineLocationAwarenessBasicHistogram *activeRequestTimeoutWithLocationServiceDisabled; +@property (nonatomic, retain) AWDCoreRoutineLocationAwarenessBasicHistogram *activeRequestTimeoutWithLocationServiceEnabledRoutineDisabled; +@property (nonatomic, retain) AWDCoreRoutineLocationAwarenessBasicHistogram *activeRequestTimeoutWithLocationServiceEnabledRoutineEnabledWifiOff; +@property (nonatomic, retain) AWDCoreRoutineLocationAwarenessBasicHistogram *activeRequestTimeoutWithOtherReasons; +@property (nonatomic) unsigned long long duration; +@property (nonatomic, readonly) BOOL hasActiveRequestCount; +@property (nonatomic, readonly) BOOL hasActiveRequestInterrupted; +@property (nonatomic, readonly) BOOL hasActiveRequestTimeoutWithCoarseLocation; +@property (nonatomic, readonly) BOOL hasActiveRequestTimeoutWithLocationServiceDisabled; +@property (nonatomic, readonly) BOOL hasActiveRequestTimeoutWithLocationServiceEnabledRoutineDisabled; +@property (nonatomic, readonly) BOOL hasActiveRequestTimeoutWithLocationServiceEnabledRoutineEnabledWifiOff; +@property (nonatomic, readonly) BOOL hasActiveRequestTimeoutWithOtherReasons; +@property (nonatomic) BOOL hasDuration; +@property (nonatomic, readonly) BOOL hasSkippedRequestDueToRecentFix; +@property (nonatomic, readonly) BOOL hasSkippedRequestDueToStationary; +@property (nonatomic, readonly) BOOL hasTimerFiringCount; +@property (nonatomic, readonly) BOOL hasTimerFiringDelayedCount; +@property (nonatomic, readonly) BOOL hasTimerFiringDelayedMaxSeconds; +@property (nonatomic, readonly) BOOL hasTimerFiringDelayedTotalSeconds; +@property (nonatomic) BOOL hasTimestamp; +@property (nonatomic, readonly) BOOL hasValidLocationCount; +@property (nonatomic, retain) AWDCoreRoutineLocationAwarenessBasicHistogram *skippedRequestDueToRecentFix; +@property (nonatomic, retain) AWDCoreRoutineLocationAwarenessBasicHistogram *skippedRequestDueToStationary; +@property (nonatomic, retain) AWDCoreRoutineLocationAwarenessBasicHistogram *timerFiringCount; +@property (nonatomic, retain) AWDCoreRoutineLocationAwarenessBasicHistogram *timerFiringDelayedCount; +@property (nonatomic, retain) AWDCoreRoutineLocationAwarenessBasicHistogram *timerFiringDelayedMaxSeconds; +@property (nonatomic, retain) AWDCoreRoutineLocationAwarenessBasicHistogram *timerFiringDelayedTotalSeconds; +@property (nonatomic) unsigned long long timestamp; +@property (nonatomic, retain) AWDCoreRoutineLocationAwarenessBasicHistogram *validLocationCount; + +- (id)activeRequestCount; +- (id)activeRequestInterrupted; +- (id)activeRequestTimeoutWithCoarseLocation; +- (id)activeRequestTimeoutWithLocationServiceDisabled; +- (id)activeRequestTimeoutWithLocationServiceEnabledRoutineDisabled; +- (id)activeRequestTimeoutWithLocationServiceEnabledRoutineEnabledWifiOff; +- (id)activeRequestTimeoutWithOtherReasons; +- (void)copyTo:(id)arg1; +- (id)copyWithZone:(struct _NSZone { }*)arg1; +- (void)dealloc; +- (id)description; +- (id)dictionaryRepresentation; +- (unsigned long long)duration; +- (BOOL)hasActiveRequestCount; +- (BOOL)hasActiveRequestInterrupted; +- (BOOL)hasActiveRequestTimeoutWithCoarseLocation; +- (BOOL)hasActiveRequestTimeoutWithLocationServiceDisabled; +- (BOOL)hasActiveRequestTimeoutWithLocationServiceEnabledRoutineDisabled; +- (BOOL)hasActiveRequestTimeoutWithLocationServiceEnabledRoutineEnabledWifiOff; +- (BOOL)hasActiveRequestTimeoutWithOtherReasons; +- (BOOL)hasDuration; +- (BOOL)hasSkippedRequestDueToRecentFix; +- (BOOL)hasSkippedRequestDueToStationary; +- (BOOL)hasTimerFiringCount; +- (BOOL)hasTimerFiringDelayedCount; +- (BOOL)hasTimerFiringDelayedMaxSeconds; +- (BOOL)hasTimerFiringDelayedTotalSeconds; +- (BOOL)hasTimestamp; +- (BOOL)hasValidLocationCount; +- (unsigned int)hash; +- (BOOL)isEqual:(id)arg1; +- (void)mergeFrom:(id)arg1; +- (BOOL)readFrom:(id)arg1; +- (void)setActiveRequestCount:(id)arg1; +- (void)setActiveRequestInterrupted:(id)arg1; +- (void)setActiveRequestTimeoutWithCoarseLocation:(id)arg1; +- (void)setActiveRequestTimeoutWithLocationServiceDisabled:(id)arg1; +- (void)setActiveRequestTimeoutWithLocationServiceEnabledRoutineDisabled:(id)arg1; +- (void)setActiveRequestTimeoutWithLocationServiceEnabledRoutineEnabledWifiOff:(id)arg1; +- (void)setActiveRequestTimeoutWithOtherReasons:(id)arg1; +- (void)setDuration:(unsigned long long)arg1; +- (void)setHasDuration:(BOOL)arg1; +- (void)setHasTimestamp:(BOOL)arg1; +- (void)setSkippedRequestDueToRecentFix:(id)arg1; +- (void)setSkippedRequestDueToStationary:(id)arg1; +- (void)setTimerFiringCount:(id)arg1; +- (void)setTimerFiringDelayedCount:(id)arg1; +- (void)setTimerFiringDelayedMaxSeconds:(id)arg1; +- (void)setTimerFiringDelayedTotalSeconds:(id)arg1; +- (void)setTimestamp:(unsigned long long)arg1; +- (void)setValidLocationCount:(id)arg1; +- (id)skippedRequestDueToRecentFix; +- (id)skippedRequestDueToStationary; +- (id)timerFiringCount; +- (id)timerFiringDelayedCount; +- (id)timerFiringDelayedMaxSeconds; +- (id)timerFiringDelayedTotalSeconds; +- (unsigned long long)timestamp; +- (id)validLocationCount; +- (void)writeTo:(id)arg1; + +@end diff --git a/lib/libAWDSupportFramework.dylib/AWDCoreRoutineModelVisitCount.h b/lib/libAWDSupportFramework.dylib/AWDCoreRoutineModelVisitCount.h index 1b77a26c24..c31fa670e8 100644 --- a/lib/libAWDSupportFramework.dylib/AWDCoreRoutineModelVisitCount.h +++ b/lib/libAWDSupportFramework.dylib/AWDCoreRoutineModelVisitCount.h @@ -9,16 +9,23 @@ unsigned int count : 1; } _has; unsigned long long _timestamp; + NSMutableArray * _visits; } @property (nonatomic) unsigned int count; @property (nonatomic) BOOL hasCount; @property (nonatomic) BOOL hasTimestamp; @property (nonatomic) unsigned long long timestamp; +@property (nonatomic, retain) NSMutableArray *visits; ++ (Class)visitsType; + +- (void)addVisits:(id)arg1; +- (void)clearVisits; - (void)copyTo:(id)arg1; - (id)copyWithZone:(struct _NSZone { }*)arg1; - (unsigned int)count; +- (void)dealloc; - (id)description; - (id)dictionaryRepresentation; - (BOOL)hasCount; @@ -31,7 +38,11 @@ - (void)setHasCount:(BOOL)arg1; - (void)setHasTimestamp:(BOOL)arg1; - (void)setTimestamp:(unsigned long long)arg1; +- (void)setVisits:(id)arg1; - (unsigned long long)timestamp; +- (id)visits; +- (id)visitsAtIndex:(unsigned int)arg1; +- (unsigned int)visitsCount; - (void)writeTo:(id)arg1; @end diff --git a/lib/libAWDSupportFramework.dylib/AWDCoreRoutineVisit.h b/lib/libAWDSupportFramework.dylib/AWDCoreRoutineVisit.h new file mode 100644 index 0000000000..1afb39cfa1 --- /dev/null +++ b/lib/libAWDSupportFramework.dylib/AWDCoreRoutineVisit.h @@ -0,0 +1,35 @@ +/* Generated by RuntimeBrowser + Image: /usr/lib/libAWDSupportFramework.dylib + */ + +@interface AWDCoreRoutineVisit : PBCodable { + struct { + int *list; + unsigned int count; + unsigned int size; + } _mapItemSources; +} + +@property (nonatomic, readonly) int*mapItemSources; +@property (nonatomic, readonly) unsigned int mapItemSourcesCount; + +- (int)StringAsMapItemSources:(id)arg1; +- (void)addMapItemSources:(int)arg1; +- (void)clearMapItemSources; +- (void)copyTo:(id)arg1; +- (id)copyWithZone:(struct _NSZone { }*)arg1; +- (void)dealloc; +- (id)description; +- (id)dictionaryRepresentation; +- (unsigned int)hash; +- (BOOL)isEqual:(id)arg1; +- (int*)mapItemSources; +- (id)mapItemSourcesAsString:(int)arg1; +- (int)mapItemSourcesAtIndex:(unsigned int)arg1; +- (unsigned int)mapItemSourcesCount; +- (void)mergeFrom:(id)arg1; +- (BOOL)readFrom:(id)arg1; +- (void)setMapItemSources:(int*)arg1 count:(unsigned int)arg2; +- (void)writeTo:(id)arg1; + +@end diff --git a/lib/libAWDSupportFramework.dylib/AWDIDSRegistrationAccountStatus.h b/lib/libAWDSupportFramework.dylib/AWDIDSRegistrationAccountStatus.h new file mode 100644 index 0000000000..3e4cbd02ed --- /dev/null +++ b/lib/libAWDSupportFramework.dylib/AWDIDSRegistrationAccountStatus.h @@ -0,0 +1,100 @@ +/* Generated by RuntimeBrowser + Image: /usr/lib/libAWDSupportFramework.dylib + */ + +@interface AWDIDSRegistrationAccountStatus : PBCodable { + int _accountType; + unsigned int _doesExist; + struct { + unsigned int timestamp : 1; + unsigned int accountType : 1; + unsigned int doesExist : 1; + unsigned int isEnabled : 1; + unsigned int isUserDisabled : 1; + unsigned int isiCloudSignedIn : 1; + unsigned int registrationError : 1; + unsigned int registrationErrorReason : 1; + unsigned int registrationStatus : 1; + } _has; + unsigned int _isEnabled; + unsigned int _isUserDisabled; + unsigned int _isiCloudSignedIn; + int _registrationError; + int _registrationErrorReason; + int _registrationStatus; + NSString * _serviceIdentifier; + unsigned long long _timestamp; +} + +@property (nonatomic) int accountType; +@property (nonatomic) unsigned int doesExist; +@property (nonatomic) BOOL hasAccountType; +@property (nonatomic) BOOL hasDoesExist; +@property (nonatomic) BOOL hasIsEnabled; +@property (nonatomic) BOOL hasIsUserDisabled; +@property (nonatomic) BOOL hasIsiCloudSignedIn; +@property (nonatomic) BOOL hasRegistrationError; +@property (nonatomic) BOOL hasRegistrationErrorReason; +@property (nonatomic) BOOL hasRegistrationStatus; +@property (nonatomic, readonly) BOOL hasServiceIdentifier; +@property (nonatomic) BOOL hasTimestamp; +@property (nonatomic) unsigned int isEnabled; +@property (nonatomic) unsigned int isUserDisabled; +@property (nonatomic) unsigned int isiCloudSignedIn; +@property (nonatomic) int registrationError; +@property (nonatomic) int registrationErrorReason; +@property (nonatomic) int registrationStatus; +@property (nonatomic, retain) NSString *serviceIdentifier; +@property (nonatomic) unsigned long long timestamp; + +- (int)accountType; +- (void)copyTo:(id)arg1; +- (id)copyWithZone:(struct _NSZone { }*)arg1; +- (void)dealloc; +- (id)description; +- (id)dictionaryRepresentation; +- (unsigned int)doesExist; +- (BOOL)hasAccountType; +- (BOOL)hasDoesExist; +- (BOOL)hasIsEnabled; +- (BOOL)hasIsUserDisabled; +- (BOOL)hasIsiCloudSignedIn; +- (BOOL)hasRegistrationError; +- (BOOL)hasRegistrationErrorReason; +- (BOOL)hasRegistrationStatus; +- (BOOL)hasServiceIdentifier; +- (BOOL)hasTimestamp; +- (unsigned int)hash; +- (unsigned int)isEnabled; +- (BOOL)isEqual:(id)arg1; +- (unsigned int)isUserDisabled; +- (unsigned int)isiCloudSignedIn; +- (void)mergeFrom:(id)arg1; +- (BOOL)readFrom:(id)arg1; +- (int)registrationError; +- (int)registrationErrorReason; +- (int)registrationStatus; +- (id)serviceIdentifier; +- (void)setAccountType:(int)arg1; +- (void)setDoesExist:(unsigned int)arg1; +- (void)setHasAccountType:(BOOL)arg1; +- (void)setHasDoesExist:(BOOL)arg1; +- (void)setHasIsEnabled:(BOOL)arg1; +- (void)setHasIsUserDisabled:(BOOL)arg1; +- (void)setHasIsiCloudSignedIn:(BOOL)arg1; +- (void)setHasRegistrationError:(BOOL)arg1; +- (void)setHasRegistrationErrorReason:(BOOL)arg1; +- (void)setHasRegistrationStatus:(BOOL)arg1; +- (void)setHasTimestamp:(BOOL)arg1; +- (void)setIsEnabled:(unsigned int)arg1; +- (void)setIsUserDisabled:(unsigned int)arg1; +- (void)setIsiCloudSignedIn:(unsigned int)arg1; +- (void)setRegistrationError:(int)arg1; +- (void)setRegistrationErrorReason:(int)arg1; +- (void)setRegistrationStatus:(int)arg1; +- (void)setServiceIdentifier:(id)arg1; +- (void)setTimestamp:(unsigned long long)arg1; +- (unsigned long long)timestamp; +- (void)writeTo:(id)arg1; + +@end diff --git a/lib/libAWDSupportFramework.dylib/AWDIDSRegistrationCompleted.h b/lib/libAWDSupportFramework.dylib/AWDIDSRegistrationCompleted.h new file mode 100644 index 0000000000..6b2ce7d433 --- /dev/null +++ b/lib/libAWDSupportFramework.dylib/AWDIDSRegistrationCompleted.h @@ -0,0 +1,60 @@ +/* Generated by RuntimeBrowser + Image: /usr/lib/libAWDSupportFramework.dylib + */ + +@interface AWDIDSRegistrationCompleted : PBCodable { + struct { + unsigned int timestamp : 1; + unsigned int registrationError : 1; + unsigned int registrationType : 1; + unsigned int wasSuccessful : 1; + } _has; + int _registrationError; + int _registrationType; + NSString * _serviceIdentifier; + unsigned long long _timestamp; + unsigned int _wasSuccessful; +} + +@property (nonatomic) BOOL hasRegistrationError; +@property (nonatomic) BOOL hasRegistrationType; +@property (nonatomic, readonly) BOOL hasServiceIdentifier; +@property (nonatomic) BOOL hasTimestamp; +@property (nonatomic) BOOL hasWasSuccessful; +@property (nonatomic) int registrationError; +@property (nonatomic) int registrationType; +@property (nonatomic, retain) NSString *serviceIdentifier; +@property (nonatomic) unsigned long long timestamp; +@property (nonatomic) unsigned int wasSuccessful; + +- (void)copyTo:(id)arg1; +- (id)copyWithZone:(struct _NSZone { }*)arg1; +- (void)dealloc; +- (id)description; +- (id)dictionaryRepresentation; +- (BOOL)hasRegistrationError; +- (BOOL)hasRegistrationType; +- (BOOL)hasServiceIdentifier; +- (BOOL)hasTimestamp; +- (BOOL)hasWasSuccessful; +- (unsigned int)hash; +- (BOOL)isEqual:(id)arg1; +- (void)mergeFrom:(id)arg1; +- (BOOL)readFrom:(id)arg1; +- (int)registrationError; +- (int)registrationType; +- (id)serviceIdentifier; +- (void)setHasRegistrationError:(BOOL)arg1; +- (void)setHasRegistrationType:(BOOL)arg1; +- (void)setHasTimestamp:(BOOL)arg1; +- (void)setHasWasSuccessful:(BOOL)arg1; +- (void)setRegistrationError:(int)arg1; +- (void)setRegistrationType:(int)arg1; +- (void)setServiceIdentifier:(id)arg1; +- (void)setTimestamp:(unsigned long long)arg1; +- (void)setWasSuccessful:(unsigned int)arg1; +- (unsigned long long)timestamp; +- (unsigned int)wasSuccessful; +- (void)writeTo:(id)arg1; + +@end diff --git a/lib/libAWDSupportFramework.dylib/AWDIDSRegistrationRenewCredentialsCompleted.h b/lib/libAWDSupportFramework.dylib/AWDIDSRegistrationRenewCredentialsCompleted.h new file mode 100644 index 0000000000..8ccba15fd4 --- /dev/null +++ b/lib/libAWDSupportFramework.dylib/AWDIDSRegistrationRenewCredentialsCompleted.h @@ -0,0 +1,52 @@ +/* Generated by RuntimeBrowser + Image: /usr/lib/libAWDSupportFramework.dylib + */ + +@interface AWDIDSRegistrationRenewCredentialsCompleted : PBCodable { + long long _errorCode; + NSString * _errorDomain; + struct { + unsigned int errorCode : 1; + unsigned int timestamp : 1; + unsigned int renewResult : 1; + } _has; + int _renewResult; + unsigned long long _timestamp; +} + +@property (nonatomic) long long errorCode; +@property (nonatomic, retain) NSString *errorDomain; +@property (nonatomic) BOOL hasErrorCode; +@property (nonatomic, readonly) BOOL hasErrorDomain; +@property (nonatomic) BOOL hasRenewResult; +@property (nonatomic) BOOL hasTimestamp; +@property (nonatomic) int renewResult; +@property (nonatomic) unsigned long long timestamp; + +- (void)copyTo:(id)arg1; +- (id)copyWithZone:(struct _NSZone { }*)arg1; +- (void)dealloc; +- (id)description; +- (id)dictionaryRepresentation; +- (long long)errorCode; +- (id)errorDomain; +- (BOOL)hasErrorCode; +- (BOOL)hasErrorDomain; +- (BOOL)hasRenewResult; +- (BOOL)hasTimestamp; +- (unsigned int)hash; +- (BOOL)isEqual:(id)arg1; +- (void)mergeFrom:(id)arg1; +- (BOOL)readFrom:(id)arg1; +- (int)renewResult; +- (void)setErrorCode:(long long)arg1; +- (void)setErrorDomain:(id)arg1; +- (void)setHasErrorCode:(BOOL)arg1; +- (void)setHasRenewResult:(BOOL)arg1; +- (void)setHasTimestamp:(BOOL)arg1; +- (void)setRenewResult:(int)arg1; +- (void)setTimestamp:(unsigned long long)arg1; +- (unsigned long long)timestamp; +- (void)writeTo:(id)arg1; + +@end diff --git a/lib/libAWDSupportFramework.dylib/AWDIMessageHealthCheckPerformed.h b/lib/libAWDSupportFramework.dylib/AWDIMessageHealthCheckPerformed.h new file mode 100644 index 0000000000..f5df656816 --- /dev/null +++ b/lib/libAWDSupportFramework.dylib/AWDIMessageHealthCheckPerformed.h @@ -0,0 +1,106 @@ +/* Generated by RuntimeBrowser + Image: /usr/lib/libAWDSupportFramework.dylib + */ + +@interface AWDIMessageHealthCheckPerformed : PBCodable { + struct { + unsigned int *list; + unsigned int count; + unsigned int size; + } _aliasesMatcheds; + struct { + unsigned int *list; + unsigned int count; + unsigned int size; + } _coarseMatcheds; + struct { + unsigned int timestamp : 1; + unsigned int numMessages : 1; + unsigned int numberOfRequests : 1; + unsigned int numberOfResponses : 1; + } _has; + unsigned int _numMessages; + struct { + unsigned int *list; + unsigned int count; + unsigned int size; + } _numMisseds; + struct { + unsigned int *list; + unsigned int count; + unsigned int size; + } _numOutOfOrders; + unsigned int _numberOfRequests; + unsigned int _numberOfResponses; + unsigned long long _timestamp; +} + +@property (nonatomic, readonly) unsigned int*aliasesMatcheds; +@property (nonatomic, readonly) unsigned int aliasesMatchedsCount; +@property (nonatomic, readonly) unsigned int*coarseMatcheds; +@property (nonatomic, readonly) unsigned int coarseMatchedsCount; +@property (nonatomic) BOOL hasNumMessages; +@property (nonatomic) BOOL hasNumberOfRequests; +@property (nonatomic) BOOL hasNumberOfResponses; +@property (nonatomic) BOOL hasTimestamp; +@property (nonatomic) unsigned int numMessages; +@property (nonatomic, readonly) unsigned int*numMisseds; +@property (nonatomic, readonly) unsigned int numMissedsCount; +@property (nonatomic, readonly) unsigned int*numOutOfOrders; +@property (nonatomic, readonly) unsigned int numOutOfOrdersCount; +@property (nonatomic) unsigned int numberOfRequests; +@property (nonatomic) unsigned int numberOfResponses; +@property (nonatomic) unsigned long long timestamp; + +- (void)addAliasesMatched:(unsigned int)arg1; +- (void)addCoarseMatched:(unsigned int)arg1; +- (void)addNumMissed:(unsigned int)arg1; +- (void)addNumOutOfOrder:(unsigned int)arg1; +- (unsigned int)aliasesMatchedAtIndex:(unsigned int)arg1; +- (unsigned int*)aliasesMatcheds; +- (unsigned int)aliasesMatchedsCount; +- (void)clearAliasesMatcheds; +- (void)clearCoarseMatcheds; +- (void)clearNumMisseds; +- (void)clearNumOutOfOrders; +- (unsigned int)coarseMatchedAtIndex:(unsigned int)arg1; +- (unsigned int*)coarseMatcheds; +- (unsigned int)coarseMatchedsCount; +- (void)copyTo:(id)arg1; +- (id)copyWithZone:(struct _NSZone { }*)arg1; +- (void)dealloc; +- (id)description; +- (id)dictionaryRepresentation; +- (BOOL)hasNumMessages; +- (BOOL)hasNumberOfRequests; +- (BOOL)hasNumberOfResponses; +- (BOOL)hasTimestamp; +- (unsigned int)hash; +- (BOOL)isEqual:(id)arg1; +- (void)mergeFrom:(id)arg1; +- (unsigned int)numMessages; +- (unsigned int)numMissedAtIndex:(unsigned int)arg1; +- (unsigned int*)numMisseds; +- (unsigned int)numMissedsCount; +- (unsigned int)numOutOfOrderAtIndex:(unsigned int)arg1; +- (unsigned int*)numOutOfOrders; +- (unsigned int)numOutOfOrdersCount; +- (unsigned int)numberOfRequests; +- (unsigned int)numberOfResponses; +- (BOOL)readFrom:(id)arg1; +- (void)setAliasesMatcheds:(unsigned int*)arg1 count:(unsigned int)arg2; +- (void)setCoarseMatcheds:(unsigned int*)arg1 count:(unsigned int)arg2; +- (void)setHasNumMessages:(BOOL)arg1; +- (void)setHasNumberOfRequests:(BOOL)arg1; +- (void)setHasNumberOfResponses:(BOOL)arg1; +- (void)setHasTimestamp:(BOOL)arg1; +- (void)setNumMessages:(unsigned int)arg1; +- (void)setNumMisseds:(unsigned int*)arg1 count:(unsigned int)arg2; +- (void)setNumOutOfOrders:(unsigned int*)arg1 count:(unsigned int)arg2; +- (void)setNumberOfRequests:(unsigned int)arg1; +- (void)setNumberOfResponses:(unsigned int)arg1; +- (void)setTimestamp:(unsigned long long)arg1; +- (unsigned long long)timestamp; +- (void)writeTo:(id)arg1; + +@end diff --git a/lib/libAWDSupportFramework.dylib/AWDIMessagePushQueryPerformed.h b/lib/libAWDSupportFramework.dylib/AWDIMessagePushQueryPerformed.h deleted file mode 100644 index 3eeda8d668..0000000000 --- a/lib/libAWDSupportFramework.dylib/AWDIMessagePushQueryPerformed.h +++ /dev/null @@ -1,92 +0,0 @@ -/* Generated by RuntimeBrowser - Image: /usr/lib/libAWDSupportFramework.dylib - */ - -@interface AWDIMessagePushQueryPerformed : PBCodable { - unsigned int _connectionType; - int _genericError; - NSString * _guid; - struct { - unsigned int timestamp : 1; - unsigned int connectionType : 1; - unsigned int genericError : 1; - unsigned int pOSIXError : 1; - unsigned int queryDuration : 1; - unsigned int resultCode : 1; - unsigned int success : 1; - unsigned int uRLError : 1; - } _has; - int _pOSIXError; - unsigned int _queryDuration; - int _resultCode; - unsigned int _success; - unsigned long long _timestamp; - int _uRLError; -} - -@property (nonatomic) unsigned int connectionType; -@property (nonatomic) int genericError; -@property (nonatomic, retain) NSString *guid; -@property (nonatomic) BOOL hasConnectionType; -@property (nonatomic) BOOL hasGenericError; -@property (nonatomic, readonly) BOOL hasGuid; -@property (nonatomic) BOOL hasPOSIXError; -@property (nonatomic) BOOL hasQueryDuration; -@property (nonatomic) BOOL hasResultCode; -@property (nonatomic) BOOL hasSuccess; -@property (nonatomic) BOOL hasTimestamp; -@property (nonatomic) BOOL hasURLError; -@property (nonatomic) int pOSIXError; -@property (nonatomic) unsigned int queryDuration; -@property (nonatomic) int resultCode; -@property (nonatomic) unsigned int success; -@property (nonatomic) unsigned long long timestamp; -@property (nonatomic) int uRLError; - -- (unsigned int)connectionType; -- (void)copyTo:(id)arg1; -- (id)copyWithZone:(struct _NSZone { }*)arg1; -- (void)dealloc; -- (id)description; -- (id)dictionaryRepresentation; -- (int)genericError; -- (id)guid; -- (BOOL)hasConnectionType; -- (BOOL)hasGenericError; -- (BOOL)hasGuid; -- (BOOL)hasPOSIXError; -- (BOOL)hasQueryDuration; -- (BOOL)hasResultCode; -- (BOOL)hasSuccess; -- (BOOL)hasTimestamp; -- (BOOL)hasURLError; -- (unsigned int)hash; -- (BOOL)isEqual:(id)arg1; -- (void)mergeFrom:(id)arg1; -- (int)pOSIXError; -- (unsigned int)queryDuration; -- (BOOL)readFrom:(id)arg1; -- (int)resultCode; -- (void)setConnectionType:(unsigned int)arg1; -- (void)setGenericError:(int)arg1; -- (void)setGuid:(id)arg1; -- (void)setHasConnectionType:(BOOL)arg1; -- (void)setHasGenericError:(BOOL)arg1; -- (void)setHasPOSIXError:(BOOL)arg1; -- (void)setHasQueryDuration:(BOOL)arg1; -- (void)setHasResultCode:(BOOL)arg1; -- (void)setHasSuccess:(BOOL)arg1; -- (void)setHasTimestamp:(BOOL)arg1; -- (void)setHasURLError:(BOOL)arg1; -- (void)setPOSIXError:(int)arg1; -- (void)setQueryDuration:(unsigned int)arg1; -- (void)setResultCode:(int)arg1; -- (void)setSuccess:(unsigned int)arg1; -- (void)setTimestamp:(unsigned long long)arg1; -- (void)setURLError:(int)arg1; -- (unsigned int)success; -- (unsigned long long)timestamp; -- (int)uRLError; -- (void)writeTo:(id)arg1; - -@end diff --git a/lib/libAWDSupportFramework.dylib/AWDNanoRegistryPairingAttemptReport.h b/lib/libAWDSupportFramework.dylib/AWDNanoRegistryPairingAttemptReport.h index 4161e9075d..bb6dbad162 100644 --- a/lib/libAWDSupportFramework.dylib/AWDNanoRegistryPairingAttemptReport.h +++ b/lib/libAWDSupportFramework.dylib/AWDNanoRegistryPairingAttemptReport.h @@ -4,18 +4,28 @@ @interface AWDNanoRegistryPairingAttemptReport : PBCodable { NSString * _abortPairingReason; + unsigned long long _accurateTimestamp; unsigned int _attemptCounter; + unsigned int _btPairingRetryCount; unsigned int _finalDurationSeconds; NSString * _finalScreenName; NSString * _gizmoBuild; + NSString * _gizmoBuildtype; + unsigned int _gizmoEnclosureMaterial; NSString * _gizmoHardware; unsigned int _gizmoMaxPairingVersion; + NSString * _gizmoSerial; struct { + unsigned int accurateTimestamp : 1; unsigned int timestamp : 1; unsigned int attemptCounter : 1; + unsigned int btPairingRetryCount : 1; unsigned int finalDurationSeconds : 1; + unsigned int gizmoEnclosureMaterial : 1; unsigned int gizmoMaxPairingVersion : 1; unsigned int incorrectPINcount : 1; + unsigned int lossOfBTConnectivity : 1; + unsigned int lossOfIDSConnectivity : 1; unsigned int pairedDeviceCount : 1; unsigned int pairingType : 1; unsigned int reason : 1; @@ -24,7 +34,11 @@ unsigned int isAutomated : 1; } _has; unsigned int _incorrectPINcount; + NSString * _ipV4; + NSString * _ipV6; BOOL _isAutomated; + unsigned int _lossOfBTConnectivity; + unsigned int _lossOfIDSConnectivity; unsigned int _pairedDeviceCount; unsigned int _pairingType; NSString * _processName; @@ -35,21 +49,35 @@ } @property (nonatomic, retain) NSString *abortPairingReason; +@property (nonatomic) unsigned long long accurateTimestamp; @property (nonatomic) unsigned int attemptCounter; +@property (nonatomic) unsigned int btPairingRetryCount; @property (nonatomic) unsigned int finalDurationSeconds; @property (nonatomic, retain) NSString *finalScreenName; @property (nonatomic, retain) NSString *gizmoBuild; +@property (nonatomic, retain) NSString *gizmoBuildtype; +@property (nonatomic) unsigned int gizmoEnclosureMaterial; @property (nonatomic, retain) NSString *gizmoHardware; @property (nonatomic) unsigned int gizmoMaxPairingVersion; +@property (nonatomic, retain) NSString *gizmoSerial; @property (nonatomic, readonly) BOOL hasAbortPairingReason; +@property (nonatomic) BOOL hasAccurateTimestamp; @property (nonatomic) BOOL hasAttemptCounter; +@property (nonatomic) BOOL hasBtPairingRetryCount; @property (nonatomic) BOOL hasFinalDurationSeconds; @property (nonatomic, readonly) BOOL hasFinalScreenName; @property (nonatomic, readonly) BOOL hasGizmoBuild; +@property (nonatomic, readonly) BOOL hasGizmoBuildtype; +@property (nonatomic) BOOL hasGizmoEnclosureMaterial; @property (nonatomic, readonly) BOOL hasGizmoHardware; @property (nonatomic) BOOL hasGizmoMaxPairingVersion; +@property (nonatomic, readonly) BOOL hasGizmoSerial; @property (nonatomic) BOOL hasIncorrectPINcount; +@property (nonatomic, readonly) BOOL hasIpV4; +@property (nonatomic, readonly) BOOL hasIpV6; @property (nonatomic) BOOL hasIsAutomated; +@property (nonatomic) BOOL hasLossOfBTConnectivity; +@property (nonatomic) BOOL hasLossOfIDSConnectivity; @property (nonatomic) BOOL hasPairedDeviceCount; @property (nonatomic) BOOL hasPairingType; @property (nonatomic, readonly) BOOL hasProcessName; @@ -58,7 +86,11 @@ @property (nonatomic) BOOL hasSwitchCounter; @property (nonatomic) BOOL hasTimestamp; @property (nonatomic) unsigned int incorrectPINcount; +@property (nonatomic, retain) NSString *ipV4; +@property (nonatomic, retain) NSString *ipV6; @property (nonatomic) BOOL isAutomated; +@property (nonatomic) unsigned int lossOfBTConnectivity; +@property (nonatomic) unsigned int lossOfIDSConnectivity; @property (nonatomic) unsigned int pairedDeviceCount; @property (nonatomic) unsigned int pairingType; @property (nonatomic, retain) NSString *processName; @@ -68,7 +100,9 @@ @property (nonatomic) unsigned long long timestamp; - (id)abortPairingReason; +- (unsigned long long)accurateTimestamp; - (unsigned int)attemptCounter; +- (unsigned int)btPairingRetryCount; - (void)copyTo:(id)arg1; - (id)copyWithZone:(struct _NSZone { }*)arg1; - (void)dealloc; @@ -77,17 +111,29 @@ - (unsigned int)finalDurationSeconds; - (id)finalScreenName; - (id)gizmoBuild; +- (id)gizmoBuildtype; +- (unsigned int)gizmoEnclosureMaterial; - (id)gizmoHardware; - (unsigned int)gizmoMaxPairingVersion; +- (id)gizmoSerial; - (BOOL)hasAbortPairingReason; +- (BOOL)hasAccurateTimestamp; - (BOOL)hasAttemptCounter; +- (BOOL)hasBtPairingRetryCount; - (BOOL)hasFinalDurationSeconds; - (BOOL)hasFinalScreenName; - (BOOL)hasGizmoBuild; +- (BOOL)hasGizmoBuildtype; +- (BOOL)hasGizmoEnclosureMaterial; - (BOOL)hasGizmoHardware; - (BOOL)hasGizmoMaxPairingVersion; +- (BOOL)hasGizmoSerial; - (BOOL)hasIncorrectPINcount; +- (BOOL)hasIpV4; +- (BOOL)hasIpV6; - (BOOL)hasIsAutomated; +- (BOOL)hasLossOfBTConnectivity; +- (BOOL)hasLossOfIDSConnectivity; - (BOOL)hasPairedDeviceCount; - (BOOL)hasPairingType; - (BOOL)hasProcessName; @@ -97,8 +143,12 @@ - (BOOL)hasTimestamp; - (unsigned int)hash; - (unsigned int)incorrectPINcount; +- (id)ipV4; +- (id)ipV6; - (BOOL)isAutomated; - (BOOL)isEqual:(id)arg1; +- (unsigned int)lossOfBTConnectivity; +- (unsigned int)lossOfIDSConnectivity; - (void)mergeFrom:(id)arg1; - (unsigned int)pairedDeviceCount; - (unsigned int)pairingType; @@ -106,17 +156,27 @@ - (BOOL)readFrom:(id)arg1; - (unsigned int)reason; - (void)setAbortPairingReason:(id)arg1; +- (void)setAccurateTimestamp:(unsigned long long)arg1; - (void)setAttemptCounter:(unsigned int)arg1; +- (void)setBtPairingRetryCount:(unsigned int)arg1; - (void)setFinalDurationSeconds:(unsigned int)arg1; - (void)setFinalScreenName:(id)arg1; - (void)setGizmoBuild:(id)arg1; +- (void)setGizmoBuildtype:(id)arg1; +- (void)setGizmoEnclosureMaterial:(unsigned int)arg1; - (void)setGizmoHardware:(id)arg1; - (void)setGizmoMaxPairingVersion:(unsigned int)arg1; +- (void)setGizmoSerial:(id)arg1; +- (void)setHasAccurateTimestamp:(BOOL)arg1; - (void)setHasAttemptCounter:(BOOL)arg1; +- (void)setHasBtPairingRetryCount:(BOOL)arg1; - (void)setHasFinalDurationSeconds:(BOOL)arg1; +- (void)setHasGizmoEnclosureMaterial:(BOOL)arg1; - (void)setHasGizmoMaxPairingVersion:(BOOL)arg1; - (void)setHasIncorrectPINcount:(BOOL)arg1; - (void)setHasIsAutomated:(BOOL)arg1; +- (void)setHasLossOfBTConnectivity:(BOOL)arg1; +- (void)setHasLossOfIDSConnectivity:(BOOL)arg1; - (void)setHasPairedDeviceCount:(BOOL)arg1; - (void)setHasPairingType:(BOOL)arg1; - (void)setHasReason:(BOOL)arg1; @@ -124,7 +184,11 @@ - (void)setHasSwitchCounter:(BOOL)arg1; - (void)setHasTimestamp:(BOOL)arg1; - (void)setIncorrectPINcount:(unsigned int)arg1; +- (void)setIpV4:(id)arg1; +- (void)setIpV6:(id)arg1; - (void)setIsAutomated:(BOOL)arg1; +- (void)setLossOfBTConnectivity:(unsigned int)arg1; +- (void)setLossOfIDSConnectivity:(unsigned int)arg1; - (void)setPairedDeviceCount:(unsigned int)arg1; - (void)setPairingType:(unsigned int)arg1; - (void)setProcessName:(id)arg1; diff --git a/lib/libAWDSupportFramework.dylib/AWDNotificationInteractionContext.h b/lib/libAWDSupportFramework.dylib/AWDNotificationInteractionContext.h deleted file mode 100644 index 23d506459d..0000000000 --- a/lib/libAWDSupportFramework.dylib/AWDNotificationInteractionContext.h +++ /dev/null @@ -1,246 +0,0 @@ -/* Generated by RuntimeBrowser - Image: /usr/lib/libAWDSupportFramework.dylib - */ - -@interface AWDNotificationInteractionContext : PBCodable { - NSData * _accelerometerDataDuringDelivery; - NSString * _appName; - unsigned int _batteryLevelDuringDelivery; - NSString * _bulletinId; - NSData * _coreMotionActivityDuringDelivery; - int _coreRoutineLocationOfInterestTypeDuringDelivery; - unsigned long long _dateAlertActivelyDismisssed; - unsigned long long _dateAlertEngaged; - unsigned long long _dateAlertWasCovered; - unsigned long long _dateAlertWasScrolled; - unsigned long long _dateAllClearedFromNotificationCenter; - unsigned long long _dateCrownPressed; - unsigned long long _dateDelivered; - unsigned long long _dateSpecificallyClearedFromNotificationCenter; - unsigned long long _dateWristQuicklyRaised; - BOOL _didHapticPlayDuringDelivery; - BOOL _didSoundPlayDuringDelivery; - struct { - unsigned int dateAlertActivelyDismisssed : 1; - unsigned int dateAlertEngaged : 1; - unsigned int dateAlertWasCovered : 1; - unsigned int dateAlertWasScrolled : 1; - unsigned int dateAllClearedFromNotificationCenter : 1; - unsigned int dateCrownPressed : 1; - unsigned int dateDelivered : 1; - unsigned int dateSpecificallyClearedFromNotificationCenter : 1; - unsigned int dateWristQuicklyRaised : 1; - unsigned int timestamp : 1; - unsigned int batteryLevelDuringDelivery : 1; - unsigned int coreRoutineLocationOfInterestTypeDuringDelivery : 1; - unsigned int numberOfNotificationsInNotificationCenter : 1; - unsigned int didHapticPlayDuringDelivery : 1; - unsigned int didSoundPlayDuringDelivery : 1; - unsigned int noInteractionWithinMaxWindow : 1; - unsigned int wasDoNotDisturbEnabledDuringDelivery : 1; - unsigned int wasInCalendarEventDuringDelivery : 1; - unsigned int wasNotificationPrivacyEnabledDuringDelivery : 1; - unsigned int wasScreenOnDuringDelivery : 1; - unsigned int wasSilentModeEnabledDuringDelivery : 1; - unsigned int wasUnreadNotificationsIndicatorEnabledDuringDelivery : 1; - } _has; - NSMutableArray * _hashedPeopleIDs; - BOOL _noInteractionWithinMaxWindow; - unsigned int _numberOfNotificationsInNotificationCenter; - unsigned long long _timestamp; - NSString * _toneIdentifier; - NSString * _vibrationIdentifier; - BOOL _wasDoNotDisturbEnabledDuringDelivery; - BOOL _wasInCalendarEventDuringDelivery; - BOOL _wasNotificationPrivacyEnabledDuringDelivery; - BOOL _wasScreenOnDuringDelivery; - BOOL _wasSilentModeEnabledDuringDelivery; - BOOL _wasUnreadNotificationsIndicatorEnabledDuringDelivery; -} - -@property (nonatomic, retain) NSData *accelerometerDataDuringDelivery; -@property (nonatomic, retain) NSString *appName; -@property (nonatomic) unsigned int batteryLevelDuringDelivery; -@property (nonatomic, retain) NSString *bulletinId; -@property (nonatomic, retain) NSData *coreMotionActivityDuringDelivery; -@property (nonatomic) int coreRoutineLocationOfInterestTypeDuringDelivery; -@property (nonatomic) unsigned long long dateAlertActivelyDismisssed; -@property (nonatomic) unsigned long long dateAlertEngaged; -@property (nonatomic) unsigned long long dateAlertWasCovered; -@property (nonatomic) unsigned long long dateAlertWasScrolled; -@property (nonatomic) unsigned long long dateAllClearedFromNotificationCenter; -@property (nonatomic) unsigned long long dateCrownPressed; -@property (nonatomic) unsigned long long dateDelivered; -@property (nonatomic) unsigned long long dateSpecificallyClearedFromNotificationCenter; -@property (nonatomic) unsigned long long dateWristQuicklyRaised; -@property (nonatomic) BOOL didHapticPlayDuringDelivery; -@property (nonatomic) BOOL didSoundPlayDuringDelivery; -@property (nonatomic, readonly) BOOL hasAccelerometerDataDuringDelivery; -@property (nonatomic, readonly) BOOL hasAppName; -@property (nonatomic) BOOL hasBatteryLevelDuringDelivery; -@property (nonatomic, readonly) BOOL hasBulletinId; -@property (nonatomic, readonly) BOOL hasCoreMotionActivityDuringDelivery; -@property (nonatomic) BOOL hasCoreRoutineLocationOfInterestTypeDuringDelivery; -@property (nonatomic) BOOL hasDateAlertActivelyDismisssed; -@property (nonatomic) BOOL hasDateAlertEngaged; -@property (nonatomic) BOOL hasDateAlertWasCovered; -@property (nonatomic) BOOL hasDateAlertWasScrolled; -@property (nonatomic) BOOL hasDateAllClearedFromNotificationCenter; -@property (nonatomic) BOOL hasDateCrownPressed; -@property (nonatomic) BOOL hasDateDelivered; -@property (nonatomic) BOOL hasDateSpecificallyClearedFromNotificationCenter; -@property (nonatomic) BOOL hasDateWristQuicklyRaised; -@property (nonatomic) BOOL hasDidHapticPlayDuringDelivery; -@property (nonatomic) BOOL hasDidSoundPlayDuringDelivery; -@property (nonatomic) BOOL hasNoInteractionWithinMaxWindow; -@property (nonatomic) BOOL hasNumberOfNotificationsInNotificationCenter; -@property (nonatomic) BOOL hasTimestamp; -@property (nonatomic, readonly) BOOL hasToneIdentifier; -@property (nonatomic, readonly) BOOL hasVibrationIdentifier; -@property (nonatomic) BOOL hasWasDoNotDisturbEnabledDuringDelivery; -@property (nonatomic) BOOL hasWasInCalendarEventDuringDelivery; -@property (nonatomic) BOOL hasWasNotificationPrivacyEnabledDuringDelivery; -@property (nonatomic) BOOL hasWasScreenOnDuringDelivery; -@property (nonatomic) BOOL hasWasSilentModeEnabledDuringDelivery; -@property (nonatomic) BOOL hasWasUnreadNotificationsIndicatorEnabledDuringDelivery; -@property (nonatomic, retain) NSMutableArray *hashedPeopleIDs; -@property (nonatomic) BOOL noInteractionWithinMaxWindow; -@property (nonatomic) unsigned int numberOfNotificationsInNotificationCenter; -@property (nonatomic) unsigned long long timestamp; -@property (nonatomic, retain) NSString *toneIdentifier; -@property (nonatomic, retain) NSString *vibrationIdentifier; -@property (nonatomic) BOOL wasDoNotDisturbEnabledDuringDelivery; -@property (nonatomic) BOOL wasInCalendarEventDuringDelivery; -@property (nonatomic) BOOL wasNotificationPrivacyEnabledDuringDelivery; -@property (nonatomic) BOOL wasScreenOnDuringDelivery; -@property (nonatomic) BOOL wasSilentModeEnabledDuringDelivery; -@property (nonatomic) BOOL wasUnreadNotificationsIndicatorEnabledDuringDelivery; - -+ (Class)hashedPeopleIDsType; - -- (int)StringAsCoreRoutineLocationOfInterestTypeDuringDelivery:(id)arg1; -- (id)accelerometerDataDuringDelivery; -- (void)addHashedPeopleIDs:(id)arg1; -- (id)appName; -- (unsigned int)batteryLevelDuringDelivery; -- (id)bulletinId; -- (void)clearHashedPeopleIDs; -- (void)copyTo:(id)arg1; -- (id)copyWithZone:(struct _NSZone { }*)arg1; -- (id)coreMotionActivityDuringDelivery; -- (int)coreRoutineLocationOfInterestTypeDuringDelivery; -- (id)coreRoutineLocationOfInterestTypeDuringDeliveryAsString:(int)arg1; -- (unsigned long long)dateAlertActivelyDismisssed; -- (unsigned long long)dateAlertEngaged; -- (unsigned long long)dateAlertWasCovered; -- (unsigned long long)dateAlertWasScrolled; -- (unsigned long long)dateAllClearedFromNotificationCenter; -- (unsigned long long)dateCrownPressed; -- (unsigned long long)dateDelivered; -- (unsigned long long)dateSpecificallyClearedFromNotificationCenter; -- (unsigned long long)dateWristQuicklyRaised; -- (void)dealloc; -- (id)description; -- (id)dictionaryRepresentation; -- (BOOL)didHapticPlayDuringDelivery; -- (BOOL)didSoundPlayDuringDelivery; -- (BOOL)hasAccelerometerDataDuringDelivery; -- (BOOL)hasAppName; -- (BOOL)hasBatteryLevelDuringDelivery; -- (BOOL)hasBulletinId; -- (BOOL)hasCoreMotionActivityDuringDelivery; -- (BOOL)hasCoreRoutineLocationOfInterestTypeDuringDelivery; -- (BOOL)hasDateAlertActivelyDismisssed; -- (BOOL)hasDateAlertEngaged; -- (BOOL)hasDateAlertWasCovered; -- (BOOL)hasDateAlertWasScrolled; -- (BOOL)hasDateAllClearedFromNotificationCenter; -- (BOOL)hasDateCrownPressed; -- (BOOL)hasDateDelivered; -- (BOOL)hasDateSpecificallyClearedFromNotificationCenter; -- (BOOL)hasDateWristQuicklyRaised; -- (BOOL)hasDidHapticPlayDuringDelivery; -- (BOOL)hasDidSoundPlayDuringDelivery; -- (BOOL)hasNoInteractionWithinMaxWindow; -- (BOOL)hasNumberOfNotificationsInNotificationCenter; -- (BOOL)hasTimestamp; -- (BOOL)hasToneIdentifier; -- (BOOL)hasVibrationIdentifier; -- (BOOL)hasWasDoNotDisturbEnabledDuringDelivery; -- (BOOL)hasWasInCalendarEventDuringDelivery; -- (BOOL)hasWasNotificationPrivacyEnabledDuringDelivery; -- (BOOL)hasWasScreenOnDuringDelivery; -- (BOOL)hasWasSilentModeEnabledDuringDelivery; -- (BOOL)hasWasUnreadNotificationsIndicatorEnabledDuringDelivery; -- (unsigned int)hash; -- (id)hashedPeopleIDs; -- (id)hashedPeopleIDsAtIndex:(unsigned int)arg1; -- (unsigned int)hashedPeopleIDsCount; -- (BOOL)isEqual:(id)arg1; -- (void)mergeFrom:(id)arg1; -- (BOOL)noInteractionWithinMaxWindow; -- (unsigned int)numberOfNotificationsInNotificationCenter; -- (BOOL)readFrom:(id)arg1; -- (void)setAccelerometerDataDuringDelivery:(id)arg1; -- (void)setAppName:(id)arg1; -- (void)setBatteryLevelDuringDelivery:(unsigned int)arg1; -- (void)setBulletinId:(id)arg1; -- (void)setCoreMotionActivityDuringDelivery:(id)arg1; -- (void)setCoreRoutineLocationOfInterestTypeDuringDelivery:(int)arg1; -- (void)setDateAlertActivelyDismisssed:(unsigned long long)arg1; -- (void)setDateAlertEngaged:(unsigned long long)arg1; -- (void)setDateAlertWasCovered:(unsigned long long)arg1; -- (void)setDateAlertWasScrolled:(unsigned long long)arg1; -- (void)setDateAllClearedFromNotificationCenter:(unsigned long long)arg1; -- (void)setDateCrownPressed:(unsigned long long)arg1; -- (void)setDateDelivered:(unsigned long long)arg1; -- (void)setDateSpecificallyClearedFromNotificationCenter:(unsigned long long)arg1; -- (void)setDateWristQuicklyRaised:(unsigned long long)arg1; -- (void)setDidHapticPlayDuringDelivery:(BOOL)arg1; -- (void)setDidSoundPlayDuringDelivery:(BOOL)arg1; -- (void)setHasBatteryLevelDuringDelivery:(BOOL)arg1; -- (void)setHasCoreRoutineLocationOfInterestTypeDuringDelivery:(BOOL)arg1; -- (void)setHasDateAlertActivelyDismisssed:(BOOL)arg1; -- (void)setHasDateAlertEngaged:(BOOL)arg1; -- (void)setHasDateAlertWasCovered:(BOOL)arg1; -- (void)setHasDateAlertWasScrolled:(BOOL)arg1; -- (void)setHasDateAllClearedFromNotificationCenter:(BOOL)arg1; -- (void)setHasDateCrownPressed:(BOOL)arg1; -- (void)setHasDateDelivered:(BOOL)arg1; -- (void)setHasDateSpecificallyClearedFromNotificationCenter:(BOOL)arg1; -- (void)setHasDateWristQuicklyRaised:(BOOL)arg1; -- (void)setHasDidHapticPlayDuringDelivery:(BOOL)arg1; -- (void)setHasDidSoundPlayDuringDelivery:(BOOL)arg1; -- (void)setHasNoInteractionWithinMaxWindow:(BOOL)arg1; -- (void)setHasNumberOfNotificationsInNotificationCenter:(BOOL)arg1; -- (void)setHasTimestamp:(BOOL)arg1; -- (void)setHasWasDoNotDisturbEnabledDuringDelivery:(BOOL)arg1; -- (void)setHasWasInCalendarEventDuringDelivery:(BOOL)arg1; -- (void)setHasWasNotificationPrivacyEnabledDuringDelivery:(BOOL)arg1; -- (void)setHasWasScreenOnDuringDelivery:(BOOL)arg1; -- (void)setHasWasSilentModeEnabledDuringDelivery:(BOOL)arg1; -- (void)setHasWasUnreadNotificationsIndicatorEnabledDuringDelivery:(BOOL)arg1; -- (void)setHashedPeopleIDs:(id)arg1; -- (void)setNoInteractionWithinMaxWindow:(BOOL)arg1; -- (void)setNumberOfNotificationsInNotificationCenter:(unsigned int)arg1; -- (void)setTimestamp:(unsigned long long)arg1; -- (void)setToneIdentifier:(id)arg1; -- (void)setVibrationIdentifier:(id)arg1; -- (void)setWasDoNotDisturbEnabledDuringDelivery:(BOOL)arg1; -- (void)setWasInCalendarEventDuringDelivery:(BOOL)arg1; -- (void)setWasNotificationPrivacyEnabledDuringDelivery:(BOOL)arg1; -- (void)setWasScreenOnDuringDelivery:(BOOL)arg1; -- (void)setWasSilentModeEnabledDuringDelivery:(BOOL)arg1; -- (void)setWasUnreadNotificationsIndicatorEnabledDuringDelivery:(BOOL)arg1; -- (unsigned long long)timestamp; -- (id)toneIdentifier; -- (id)vibrationIdentifier; -- (BOOL)wasDoNotDisturbEnabledDuringDelivery; -- (BOOL)wasInCalendarEventDuringDelivery; -- (BOOL)wasNotificationPrivacyEnabledDuringDelivery; -- (BOOL)wasScreenOnDuringDelivery; -- (BOOL)wasSilentModeEnabledDuringDelivery; -- (BOOL)wasUnreadNotificationsIndicatorEnabledDuringDelivery; -- (void)writeTo:(id)arg1; - -@end diff --git a/lib/libAWDSupportFramework.dylib/AWDPushConnectionConnected.h b/lib/libAWDSupportFramework.dylib/AWDPushConnectionConnected.h index 6ad7cb374a..12261e94a0 100644 --- a/lib/libAWDSupportFramework.dylib/AWDPushConnectionConnected.h +++ b/lib/libAWDSupportFramework.dylib/AWDPushConnectionConnected.h @@ -5,31 +5,39 @@ @interface AWDPushConnectionConnected : PBCodable { unsigned int _connectDuration; unsigned int _connectionType; + unsigned int _dnsDuration; unsigned int _dualChannelState; NSString * _guid; struct { unsigned int timestamp : 1; unsigned int connectDuration : 1; unsigned int connectionType : 1; + unsigned int dnsDuration : 1; unsigned int dualChannelState : 1; unsigned int linkQuality : 1; + unsigned int tlsDuration : 1; } _has; int _linkQuality; unsigned long long _timestamp; + unsigned int _tlsDuration; } @property (nonatomic) unsigned int connectDuration; @property (nonatomic) unsigned int connectionType; +@property (nonatomic) unsigned int dnsDuration; @property (nonatomic) unsigned int dualChannelState; @property (nonatomic, retain) NSString *guid; @property (nonatomic) BOOL hasConnectDuration; @property (nonatomic) BOOL hasConnectionType; +@property (nonatomic) BOOL hasDnsDuration; @property (nonatomic) BOOL hasDualChannelState; @property (nonatomic, readonly) BOOL hasGuid; @property (nonatomic) BOOL hasLinkQuality; @property (nonatomic) BOOL hasTimestamp; +@property (nonatomic) BOOL hasTlsDuration; @property (nonatomic) int linkQuality; @property (nonatomic) unsigned long long timestamp; +@property (nonatomic) unsigned int tlsDuration; - (unsigned int)connectDuration; - (unsigned int)connectionType; @@ -38,14 +46,17 @@ - (void)dealloc; - (id)description; - (id)dictionaryRepresentation; +- (unsigned int)dnsDuration; - (unsigned int)dualChannelState; - (id)guid; - (BOOL)hasConnectDuration; - (BOOL)hasConnectionType; +- (BOOL)hasDnsDuration; - (BOOL)hasDualChannelState; - (BOOL)hasGuid; - (BOOL)hasLinkQuality; - (BOOL)hasTimestamp; +- (BOOL)hasTlsDuration; - (unsigned int)hash; - (BOOL)isEqual:(id)arg1; - (int)linkQuality; @@ -53,16 +64,21 @@ - (BOOL)readFrom:(id)arg1; - (void)setConnectDuration:(unsigned int)arg1; - (void)setConnectionType:(unsigned int)arg1; +- (void)setDnsDuration:(unsigned int)arg1; - (void)setDualChannelState:(unsigned int)arg1; - (void)setGuid:(id)arg1; - (void)setHasConnectDuration:(BOOL)arg1; - (void)setHasConnectionType:(BOOL)arg1; +- (void)setHasDnsDuration:(BOOL)arg1; - (void)setHasDualChannelState:(BOOL)arg1; - (void)setHasLinkQuality:(BOOL)arg1; - (void)setHasTimestamp:(BOOL)arg1; +- (void)setHasTlsDuration:(BOOL)arg1; - (void)setLinkQuality:(int)arg1; - (void)setTimestamp:(unsigned long long)arg1; +- (void)setTlsDuration:(unsigned int)arg1; - (unsigned long long)timestamp; +- (unsigned int)tlsDuration; - (void)writeTo:(id)arg1; @end diff --git a/lib/libAWDSupportFramework.dylib/AWDSOSAutomaticCallCountdownEnabled.h b/lib/libAWDSupportFramework.dylib/AWDSOSAutomaticCallCountdownEnabled.h new file mode 100644 index 0000000000..f2126ec32d --- /dev/null +++ b/lib/libAWDSupportFramework.dylib/AWDSOSAutomaticCallCountdownEnabled.h @@ -0,0 +1,37 @@ +/* Generated by RuntimeBrowser + Image: /usr/lib/libAWDSupportFramework.dylib + */ + +@interface AWDSOSAutomaticCallCountdownEnabled : PBCodable { + BOOL _automaticCallCountdownEnabled; + struct { + unsigned int timestamp : 1; + unsigned int automaticCallCountdownEnabled : 1; + } _has; + unsigned long long _timestamp; +} + +@property (nonatomic) BOOL automaticCallCountdownEnabled; +@property (nonatomic) BOOL hasAutomaticCallCountdownEnabled; +@property (nonatomic) BOOL hasTimestamp; +@property (nonatomic) unsigned long long timestamp; + +- (BOOL)automaticCallCountdownEnabled; +- (void)copyTo:(id)arg1; +- (id)copyWithZone:(struct _NSZone { }*)arg1; +- (id)description; +- (id)dictionaryRepresentation; +- (BOOL)hasAutomaticCallCountdownEnabled; +- (BOOL)hasTimestamp; +- (unsigned int)hash; +- (BOOL)isEqual:(id)arg1; +- (void)mergeFrom:(id)arg1; +- (BOOL)readFrom:(id)arg1; +- (void)setAutomaticCallCountdownEnabled:(BOOL)arg1; +- (void)setHasAutomaticCallCountdownEnabled:(BOOL)arg1; +- (void)setHasTimestamp:(BOOL)arg1; +- (void)setTimestamp:(unsigned long long)arg1; +- (unsigned long long)timestamp; +- (void)writeTo:(id)arg1; + +@end diff --git a/lib/libAWDSupportFramework.dylib/AWDSOSShouldPlayAudioDuringCountdown.h b/lib/libAWDSupportFramework.dylib/AWDSOSShouldPlayAudioDuringCountdown.h new file mode 100644 index 0000000000..f558748cb3 --- /dev/null +++ b/lib/libAWDSupportFramework.dylib/AWDSOSShouldPlayAudioDuringCountdown.h @@ -0,0 +1,37 @@ +/* Generated by RuntimeBrowser + Image: /usr/lib/libAWDSupportFramework.dylib + */ + +@interface AWDSOSShouldPlayAudioDuringCountdown : PBCodable { + struct { + unsigned int timestamp : 1; + unsigned int shouldPlayAudioDuringCountdown : 1; + } _has; + BOOL _shouldPlayAudioDuringCountdown; + unsigned long long _timestamp; +} + +@property (nonatomic) BOOL hasShouldPlayAudioDuringCountdown; +@property (nonatomic) BOOL hasTimestamp; +@property (nonatomic) BOOL shouldPlayAudioDuringCountdown; +@property (nonatomic) unsigned long long timestamp; + +- (void)copyTo:(id)arg1; +- (id)copyWithZone:(struct _NSZone { }*)arg1; +- (id)description; +- (id)dictionaryRepresentation; +- (BOOL)hasShouldPlayAudioDuringCountdown; +- (BOOL)hasTimestamp; +- (unsigned int)hash; +- (BOOL)isEqual:(id)arg1; +- (void)mergeFrom:(id)arg1; +- (BOOL)readFrom:(id)arg1; +- (void)setHasShouldPlayAudioDuringCountdown:(BOOL)arg1; +- (void)setHasTimestamp:(BOOL)arg1; +- (void)setShouldPlayAudioDuringCountdown:(BOOL)arg1; +- (void)setTimestamp:(unsigned long long)arg1; +- (BOOL)shouldPlayAudioDuringCountdown; +- (unsigned long long)timestamp; +- (void)writeTo:(id)arg1; + +@end diff --git a/lib/libAWDSupportFramework.dylib/AWDSOSTriggered.h b/lib/libAWDSupportFramework.dylib/AWDSOSTriggered.h new file mode 100644 index 0000000000..cdec6c39bb --- /dev/null +++ b/lib/libAWDSupportFramework.dylib/AWDSOSTriggered.h @@ -0,0 +1,29 @@ +/* Generated by RuntimeBrowser + Image: /usr/lib/libAWDSupportFramework.dylib + */ + +@interface AWDSOSTriggered : PBCodable { + struct { + unsigned int timestamp : 1; + } _has; + unsigned long long _timestamp; +} + +@property (nonatomic) BOOL hasTimestamp; +@property (nonatomic) unsigned long long timestamp; + +- (void)copyTo:(id)arg1; +- (id)copyWithZone:(struct _NSZone { }*)arg1; +- (id)description; +- (id)dictionaryRepresentation; +- (BOOL)hasTimestamp; +- (unsigned int)hash; +- (BOOL)isEqual:(id)arg1; +- (void)mergeFrom:(id)arg1; +- (BOOL)readFrom:(id)arg1; +- (void)setHasTimestamp:(BOOL)arg1; +- (void)setTimestamp:(unsigned long long)arg1; +- (unsigned long long)timestamp; +- (void)writeTo:(id)arg1; + +@end diff --git a/lib/libAWDSupportFramework.dylib/AWDSpringBoardPressSequence.h b/lib/libAWDSupportFramework.dylib/AWDSpringBoardPressSequence.h new file mode 100644 index 0000000000..7785693fc7 --- /dev/null +++ b/lib/libAWDSupportFramework.dylib/AWDSpringBoardPressSequence.h @@ -0,0 +1,68 @@ +/* Generated by RuntimeBrowser + Image: /usr/lib/libAWDSupportFramework.dylib + */ + +@interface AWDSpringBoardPressSequence : PBCodable { + unsigned long long _clickMax; + BOOL _didTriggerSOS; + struct { + unsigned int clickMax : 1; + unsigned int timestamp : 1; + unsigned int didTriggerSOS : 1; + } _has; + NSMutableArray * _sequences; + unsigned long long _timestamp; + NSString * _type; + NSString * _uUID; +} + +@property (nonatomic) unsigned long long clickMax; +@property (nonatomic) BOOL didTriggerSOS; +@property (nonatomic) BOOL hasClickMax; +@property (nonatomic) BOOL hasDidTriggerSOS; +@property (nonatomic) BOOL hasTimestamp; +@property (nonatomic, readonly) BOOL hasType; +@property (nonatomic, readonly) BOOL hasUUID; +@property (nonatomic, retain) NSMutableArray *sequences; +@property (nonatomic) unsigned long long timestamp; +@property (nonatomic, retain) NSString *type; +@property (nonatomic, retain) NSString *uUID; + ++ (Class)sequenceType; + +- (void)addSequence:(id)arg1; +- (void)clearSequences; +- (unsigned long long)clickMax; +- (void)copyTo:(id)arg1; +- (id)copyWithZone:(struct _NSZone { }*)arg1; +- (void)dealloc; +- (id)description; +- (id)dictionaryRepresentation; +- (BOOL)didTriggerSOS; +- (BOOL)hasClickMax; +- (BOOL)hasDidTriggerSOS; +- (BOOL)hasTimestamp; +- (BOOL)hasType; +- (BOOL)hasUUID; +- (unsigned int)hash; +- (BOOL)isEqual:(id)arg1; +- (void)mergeFrom:(id)arg1; +- (BOOL)readFrom:(id)arg1; +- (id)sequenceAtIndex:(unsigned int)arg1; +- (id)sequences; +- (unsigned int)sequencesCount; +- (void)setClickMax:(unsigned long long)arg1; +- (void)setDidTriggerSOS:(BOOL)arg1; +- (void)setHasClickMax:(BOOL)arg1; +- (void)setHasDidTriggerSOS:(BOOL)arg1; +- (void)setHasTimestamp:(BOOL)arg1; +- (void)setSequences:(id)arg1; +- (void)setTimestamp:(unsigned long long)arg1; +- (void)setType:(id)arg1; +- (void)setUUID:(id)arg1; +- (unsigned long long)timestamp; +- (id)type; +- (id)uUID; +- (void)writeTo:(id)arg1; + +@end diff --git a/lib/libAWDSupportFramework.dylib/AWDSpringBoardSOSAlertResponse.h b/lib/libAWDSupportFramework.dylib/AWDSpringBoardSOSAlertResponse.h new file mode 100644 index 0000000000..5ffa4ec935 --- /dev/null +++ b/lib/libAWDSupportFramework.dylib/AWDSpringBoardSOSAlertResponse.h @@ -0,0 +1,42 @@ +/* Generated by RuntimeBrowser + Image: /usr/lib/libAWDSupportFramework.dylib + */ + +@interface AWDSpringBoardSOSAlertResponse : PBCodable { + struct { + unsigned int timestamp : 1; + } _has; + NSString * _response; + unsigned long long _timestamp; + NSString * _uUID; +} + +@property (nonatomic, readonly) BOOL hasResponse; +@property (nonatomic) BOOL hasTimestamp; +@property (nonatomic, readonly) BOOL hasUUID; +@property (nonatomic, retain) NSString *response; +@property (nonatomic) unsigned long long timestamp; +@property (nonatomic, retain) NSString *uUID; + +- (void)copyTo:(id)arg1; +- (id)copyWithZone:(struct _NSZone { }*)arg1; +- (void)dealloc; +- (id)description; +- (id)dictionaryRepresentation; +- (BOOL)hasResponse; +- (BOOL)hasTimestamp; +- (BOOL)hasUUID; +- (unsigned int)hash; +- (BOOL)isEqual:(id)arg1; +- (void)mergeFrom:(id)arg1; +- (BOOL)readFrom:(id)arg1; +- (id)response; +- (void)setHasTimestamp:(BOOL)arg1; +- (void)setResponse:(id)arg1; +- (void)setTimestamp:(unsigned long long)arg1; +- (void)setUUID:(id)arg1; +- (unsigned long long)timestamp; +- (id)uUID; +- (void)writeTo:(id)arg1; + +@end diff --git a/lib/libAWDSupportFramework.dylib/AWDTuple.h b/lib/libAWDSupportFramework.dylib/AWDTuple.h new file mode 100644 index 0000000000..2825604eb3 --- /dev/null +++ b/lib/libAWDSupportFramework.dylib/AWDTuple.h @@ -0,0 +1,37 @@ +/* Generated by RuntimeBrowser + Image: /usr/lib/libAWDSupportFramework.dylib + */ + +@interface AWDTuple : PBCodable { + unsigned long long _downDuration; + struct { + unsigned int downDuration : 1; + unsigned int upDuration : 1; + } _has; + unsigned long long _upDuration; +} + +@property (nonatomic) unsigned long long downDuration; +@property (nonatomic) BOOL hasDownDuration; +@property (nonatomic) BOOL hasUpDuration; +@property (nonatomic) unsigned long long upDuration; + +- (void)copyTo:(id)arg1; +- (id)copyWithZone:(struct _NSZone { }*)arg1; +- (id)description; +- (id)dictionaryRepresentation; +- (unsigned long long)downDuration; +- (BOOL)hasDownDuration; +- (BOOL)hasUpDuration; +- (unsigned int)hash; +- (BOOL)isEqual:(id)arg1; +- (void)mergeFrom:(id)arg1; +- (BOOL)readFrom:(id)arg1; +- (void)setDownDuration:(unsigned long long)arg1; +- (void)setHasDownDuration:(BOOL)arg1; +- (void)setHasUpDuration:(BOOL)arg1; +- (void)setUpDuration:(unsigned long long)arg1; +- (unsigned long long)upDuration; +- (void)writeTo:(id)arg1; + +@end diff --git a/lib/libTextInputCore.dylib/TIKeyboardInputManager.h b/lib/libTextInputCore.dylib/TIKeyboardInputManager.h index e7e08c019b..1e30041bdb 100644 --- a/lib/libTextInputCore.dylib/TIKeyboardInputManager.h +++ b/lib/libTextInputCore.dylib/TIKeyboardInputManager.h @@ -14,8 +14,6 @@ TIKeyboardState * _keyboardState; TIKeyboardLayoutState * _layoutState; unsigned int _maxCandidateCount; - BOOL m_didAttemptUpdateEmojiPreferences; - EMFEmojiPreferencesClient * m_emojiPreferencesClient; } @property (nonatomic, copy) id /* block */ candidateGenerationCompletionHandler; @@ -65,6 +63,7 @@ - (void)closeCandidateGenerationContextWithResults:(id)arg1; - (BOOL)commitsAcceptedCandidate; - (id)contextBeforeWithDesiredLength:(unsigned int)arg1; +- (id)currentInputModeIdentifier; - (id)currentState; - (void)dealloc; - (id)defaultCandidate; @@ -188,7 +187,6 @@ - (id)titleForSortingMethod:(id)arg1; - (void)trackProactiveMetrics:(id)arg1 keyboardState:(id)arg2; - (void)trimInput; -- (void)updateEmojiPreferencesClient; - (id)usageTrackingKeyForStatistic:(id)arg1; - (BOOL)usesAutoDeleteWord; - (BOOL)usesCandidateSelection; diff --git a/lib/libTextInputCore.dylib/TIKeyboardInputManagerBase.h b/lib/libTextInputCore.dylib/TIKeyboardInputManagerBase.h index e60b327a49..2ee0ef6dea 100644 --- a/lib/libTextInputCore.dylib/TIKeyboardInputManagerBase.h +++ b/lib/libTextInputCore.dylib/TIKeyboardInputManagerBase.h @@ -8,6 +8,7 @@ TIKeyboardSecureCandidateRenderer * _secureCandidateRenderer; } +@property (nonatomic, readonly) NSString *currentInputModeIdentifier; @property (nonatomic, readonly) BOOL hasHandledInput; @property (nonatomic, readonly) TIInputMode *inputMode; @property (nonatomic, retain) TIKeyboardSecureCandidateRenderer *secureCandidateRenderer; @@ -18,6 +19,7 @@ - (void)candidateRejected:(id)arg1; - (void)clearHumanReadableTrace; - (id)configurationPropertyList; +- (id)currentInputModeIdentifier; - (void)dealloc; - (int)deletionCountForString:(id)arg1; - (id)generateAutocorrectionsWithKeyboardState:(id)arg1; diff --git a/lib/libTextInputCore.dylib/TIKeyboardInputManagerLoader.h b/lib/libTextInputCore.dylib/TIKeyboardInputManagerLoader.h index 648f298ada..21557aed49 100644 --- a/lib/libTextInputCore.dylib/TIKeyboardInputManagerLoader.h +++ b/lib/libTextInputCore.dylib/TIKeyboardInputManagerLoader.h @@ -3,6 +3,7 @@ */ @interface TIKeyboardInputManagerLoader : NSObject { + NSMutableDictionary * _activeInputManagers; NSMutableDictionary * _availableInputManagers; NSMutableDictionary * _lastUsedDate; TIKeyboardInputManagerBase * _mostRecentlyRequested; @@ -12,8 +13,10 @@ + (id)sharedLoader; +- (id)activeInputModeIdentifiers; - (void)cacheInputManager:(id)arg1; - (void)dealloc; +- (BOOL)hasActiveInputManagers; - (id)init; - (id)inputManagerForInputMode:(id)arg1 withClass:(Class)arg2; - (id)mostRecentlyRequested; diff --git a/lib/libTextInputCore.dylib/TIKeyboardInputManagerZephyr.h b/lib/libTextInputCore.dylib/TIKeyboardInputManagerZephyr.h index 0c78cb66d4..c6daa00e87 100644 --- a/lib/libTextInputCore.dylib/TIKeyboardInputManagerZephyr.h +++ b/lib/libTextInputCore.dylib/TIKeyboardInputManagerZephyr.h @@ -72,6 +72,7 @@ - (id).cxx_construct; - (void).cxx_destruct; +- (BOOL)_canStartSentenceAfterString:(id)arg1 maxRecursionDepth:(unsigned int)arg2; - (void)acceptInput; - (struct _NSRange { unsigned int x1; unsigned int x2; })acceptableRangeFromRange:(struct _NSRange { unsigned int x1; unsigned int x2; })arg1 inText:(id)arg2 withSelectionLocation:(unsigned int)arg3; - (BOOL)acceptsCharacter:(unsigned long)arg1; @@ -108,9 +109,6 @@ - (id)completionCandidates; - (id)config; - (id)configurationPropertyList; -- (struct __CFArray { }*)copyEmojiTokenRefsFromEmojiStrings:(struct __CFArray { }*)arg1 localeData:(struct __EmojiLocaleDataWrapper { }*)arg2; -- (struct __EmojiTokenWrapper { }*)copyRecentEmojiTokenForEmoji:(struct __EmojiTokenWrapper { }*)arg1 skinTones:(id)arg2; -- (struct __CFArray { }*)copySkinToneSensitiveEmojis:(struct __CFArray { }*)arg1; - (unsigned int)countOfWordsIninputStem:(id)arg1; - (id)createAndAddEmojiTokensFrom:(struct __CFArray { }*)arg1 inArray:(id)arg2 forInputString:(id)arg3; - (id)currentWordStem; @@ -140,7 +138,6 @@ - (id)emojiAdornmentCandidates:(id)arg1; - (id)emojiAppendCandidates:(id)arg1; - (id)emojiReplacementCandidates:(id)arg1; -- (id)emojiSkinTonePreferences; - (id)enumerateForEmojiCandidatesIn:(id)arg1 forEmojiLocaleData:(struct __EmojiLocaleDataWrapper { }*)arg2 asReplacementCandidate:(BOOL)arg3; - (void)enumerateWordSuffixesOfString:(id)arg1 inRange:(struct _NSRange { unsigned int x1; unsigned int x2; })arg2 usingBlock:(id /* block */)arg3; - (id)extendedAutocorrection:(id)arg1 spanningInputsForCandidates:(id)arg2 emojis:(id)arg3; @@ -148,13 +145,15 @@ - (id)externalStringForDictionaryString:(id)arg1; - (id)externalStringToInternal:(id)arg1; - (id)extractTokensForEmojiComputation:(id)arg1; -- (struct TITokenID { unsigned int x1; unsigned int x2; })findTokenIDForWord:(id)arg1 context:(const struct TITokenID { unsigned int x1; unsigned int x2; }*)arg2 contextLength:(unsigned long)arg3 tokenLookupMode:(unsigned int)arg4 surfaceFormPtr:(id*)arg5; +- (struct TITokenID { unsigned int x1; unsigned int x2; })findTokenIDForWord:(id)arg1 context:(const struct TITokenID { unsigned int x1; unsigned int x2; }*)arg2 contextLength:(unsigned long)arg3 tokenLookupMode:(unsigned int)arg4; +- (struct TITokenID { unsigned int x1; unsigned int x2; })findTokenIDForWord:(id)arg1 context:(const struct TITokenID { unsigned int x1; unsigned int x2; }*)arg2 contextLength:(unsigned long)arg3 tokenLookupMode:(unsigned int)arg4 surfaceFormPtr:(id*)arg5 hasCaseInsensitiveStaticVariant:(BOOL*)arg6; - (id)generateEmojiAdornmentCandidates:(id)arg1; +- (id)getSkinToneSensitiveEmojis:(id)arg1; - (BOOL)hasLegacyInputStem; - (BOOL)hasLegacyInputString; - (id)humanReadableTrace; - (BOOL)inHardwareKeyboardMode; -- (void)incrementLanguageModelCount:(id)arg1 tokenID:(struct TITokenID { unsigned int x1; unsigned int x2; })arg2 context:(const struct TITokenID { unsigned int x1; unsigned int x2; }*)arg3 contextLength:(unsigned long)arg4; +- (void)incrementLanguageModelCount:(id)arg1 tokenID:(struct TITokenID { unsigned int x1; unsigned int x2; })arg2 context:(const struct TITokenID { unsigned int x1; unsigned int x2; }*)arg3 contextLength:(unsigned long)arg4 saveToDifferentialPrivacy:(BOOL)arg5; - (void)incrementUnigramCount:(id)arg1 tokenID:(struct TITokenID { unsigned int x1; unsigned int x2; })arg2 usageFlags:(unsigned int)arg3; - (void)incrementUsageTrackingKeysForDeleteFromInput; - (id)indexesOfDuplicatesInCandidates:(id)arg1; @@ -267,7 +266,7 @@ - (BOOL)shouldUpdateDictionary; - (BOOL)shouldUpdateLanguageModel; - (unsigned int)simulateAutoshiftIfNecessaryForFlags:(unsigned int)arg1; -- (id)skinToneModifiedAdornmentEmojis:(struct __CFArray { }*)arg1 forLocale:(struct __EmojiLocaleDataWrapper { }*)arg2; +- (id)skinToneModifiedAdornmentEmojis:(id)arg1 forLocale:(struct __EmojiLocaleDataWrapper { }*)arg2 forInput:(id)arg3; - (BOOL)spaceAndNextInputWouldStartSentence; - (id)staticDictionaryPathForInputMode:(id)arg1; - (void)storeLanguageModelDynamicDataIncludingCache; diff --git a/lib/libTextInputCore.dylib/TIRevisionHistory.h b/lib/libTextInputCore.dylib/TIRevisionHistory.h index 558c593f9d..3a3154921b 100644 --- a/lib/libTextInputCore.dylib/TIRevisionHistory.h +++ b/lib/libTextInputCore.dylib/TIRevisionHistory.h @@ -28,7 +28,7 @@ - (void)acceptCurrentSentence; - (void)acceptText:(id)arg1 isAutoshifted:(BOOL)arg2; -- (void)acceptToken:(id)arg1 withContext:(const struct TITokenID { unsigned int x1; unsigned int x2; }*)arg2 contextLength:(unsigned int)arg3; +- (void)acceptToken:(id)arg1 withContext:(const struct TITokenID { unsigned int x1; unsigned int x2; }*)arg2 contextLength:(unsigned int)arg3 saveToDifferentialPrivacy:(BOOL)arg4; - (void)acceptTokensInRange:(struct _NSRange { unsigned int x1; unsigned int x2; })arg1; - (void)addRevisedTokenString:(id)arg1 withTokenID:(struct TITokenID { unsigned int x1; unsigned int x2; })arg2 inDocumentRange:(struct _NSRange { unsigned int x1; unsigned int x2; })arg3 toRevision:(id)arg4; - (void)adjustTokenOffsetAfterDeletedTokenRange:(struct _NSRange { unsigned int x1; unsigned int x2; })arg1 withDeletedCharacterCount:(unsigned int)arg2; diff --git a/lib/libdispatch.dylib/OS_dispatch_group.h b/lib/libdispatch.dylib/OS_dispatch_group.h index 103671a2a8..f7a72c42a1 100644 --- a/lib/libdispatch.dylib/OS_dispatch_group.h +++ b/lib/libdispatch.dylib/OS_dispatch_group.h @@ -9,8 +9,14 @@ @property (readonly) unsigned int hash; @property (readonly) Class superclass; +// Image: /usr/lib/system/introspection/libdispatch.dylib + + (void)load; - (id)init; +// Image: /System/Library/PrivateFrameworks/Swift/libswiftDispatch.dylib + +- (void)wait; + @end diff --git a/lib/libdispatch.dylib/OS_dispatch_io.h b/lib/libdispatch.dylib/OS_dispatch_io.h index 30206c7601..4563d52131 100644 --- a/lib/libdispatch.dylib/OS_dispatch_io.h +++ b/lib/libdispatch.dylib/OS_dispatch_io.h @@ -9,8 +9,18 @@ @property (readonly) unsigned int hash; @property (readonly) Class superclass; +// Image: /usr/lib/system/introspection/libdispatch.dylib + + (void)load; - (id)init; +// Image: /System/Library/PrivateFrameworks/Swift/libswiftDispatch.dylib + ++ (void)readFromFileDescriptor:(int)arg1 maxLength:(int)arg2 runningHandlerOn:(id)arg3 handler:(id /* block */)arg4; ++ (void)writeToFileDescriptor:(int)arg1 data:(id)arg2 runningHandlerOn:(id)arg3 handler:(id /* block */)arg4; + +- (void)readWithOffset:(long long)arg1 length:(int)arg2 queue:(id)arg3 ioHandler:(id /* block */)arg4; +- (void)writeWithOffset:(long long)arg1 data:(id)arg2 queue:(id)arg3 ioHandler:(id /* block */)arg4; + @end diff --git a/lib/libdispatch.dylib/OS_dispatch_queue.h b/lib/libdispatch.dylib/OS_dispatch_queue.h index ca693b3e4f..29bc046328 100644 --- a/lib/libdispatch.dylib/OS_dispatch_queue.h +++ b/lib/libdispatch.dylib/OS_dispatch_queue.h @@ -9,10 +9,17 @@ @property (readonly) unsigned int hash; @property (readonly) Class superclass; +// Image: /usr/lib/system/introspection/libdispatch.dylib + + (void)load; - (void)_xref_dispose; - (id)description; - (id)init; +// Image: /System/Library/PrivateFrameworks/Swift/libswiftDispatch.dylib + ++ (void)concurrentPerformWithIterations:(int)arg1 execute:(id /* block */)arg2; ++ (id)main; + @end diff --git a/lib/libdispatch.dylib/OS_dispatch_semaphore.h b/lib/libdispatch.dylib/OS_dispatch_semaphore.h index baf97d952d..898cd61761 100644 --- a/lib/libdispatch.dylib/OS_dispatch_semaphore.h +++ b/lib/libdispatch.dylib/OS_dispatch_semaphore.h @@ -9,8 +9,15 @@ @property (readonly) unsigned int hash; @property (readonly) Class superclass; +// Image: /usr/lib/system/introspection/libdispatch.dylib + + (void)load; - (id)init; +// Image: /System/Library/PrivateFrameworks/Swift/libswiftDispatch.dylib + +- (int)signal; +- (void)wait; + @end diff --git a/lib/libdispatch.dylib/OS_dispatch_source.h b/lib/libdispatch.dylib/OS_dispatch_source.h index e2547e6bc4..98ff8f9989 100644 --- a/lib/libdispatch.dylib/OS_dispatch_source.h +++ b/lib/libdispatch.dylib/OS_dispatch_source.h @@ -9,9 +9,20 @@ @property (readonly) unsigned int hash; @property (readonly) Class superclass; +// Image: /usr/lib/system/introspection/libdispatch.dylib + + (void)load; - (void)_xref_dispose; - (id)init; +// Image: /System/Library/PrivateFrameworks/Swift/libswiftDispatch.dylib + ++ (id)makeMachReceiveSourceWithPort:(unsigned int)arg1 queue:(id)arg2; ++ (id)makeReadSourceWithFileDescriptor:(int)arg1 queue:(id)arg2; ++ (id)makeSignalSourceWithSignal:(int)arg1 queue:(id)arg2; ++ (id)makeUserDataAddSourceWithQueue:(id)arg1; ++ (id)makeUserDataOrSourceWithQueue:(id)arg1; ++ (id)makeWriteSourceWithFileDescriptor:(int)arg1 queue:(id)arg2; + @end diff --git a/lib/libmecabra.dylib/MecabraCandidate.h b/lib/libmecabra.dylib/MecabraCandidate.h index 66fb56ebc9..e194449268 100644 --- a/lib/libmecabra.dylib/MecabraCandidate.h +++ b/lib/libmecabra.dylib/MecabraCandidate.h @@ -79,6 +79,7 @@ - (int)type; - (int)weight; - (unsigned int)wordCount; +- (unsigned short)wordDictionaryReadingLengthAtIndex:(unsigned int)arg1; - (id)wordIDs; - (BOOL)wordIsFromSystemDictionaryAtIndex:(unsigned int)arg1; - (unsigned short)wordLengthAtIndex:(unsigned int)arg1; diff --git a/lib/libnetwork.dylib/NWConcrete_nw_endpoint_flow.h b/lib/libnetwork.dylib/NWConcrete_nw_endpoint_flow.h index 9f9f6bd7bf..b8f0e99d3e 100644 --- a/lib/libnetwork.dylib/NWConcrete_nw_endpoint_flow.h +++ b/lib/libnetwork.dylib/NWConcrete_nw_endpoint_flow.h @@ -6,6 +6,8 @@ NSObject * channel; NSObject * connected_path; NSObject * connected_path_evaluator; + NSObject * final_data; + int final_error; NSObject * flow_divert_endpoint; NSObject * flow_divert_token; bool has_connected; diff --git a/lib/libnetwork.dylib/NWConcrete_nw_endpoint_resolver.h b/lib/libnetwork.dylib/NWConcrete_nw_endpoint_resolver.h index b382936752..d1b6c2be80 100644 --- a/lib/libnetwork.dylib/NWConcrete_nw_endpoint_resolver.h +++ b/lib/libnetwork.dylib/NWConcrete_nw_endpoint_resolver.h @@ -8,6 +8,7 @@ NWConcrete_nw_endpoint_handler * connected_child; NSObject * failed_child_endpoint_handlers; bool failed_to_start_next_child; + int last_resolver_status; unsigned int next_child_endpoint_index; NSObject * ready_child_endpoint_handlers; NSObject * resolver; diff --git a/lib/libobjc.A.dylib/NSObject.h b/lib/libobjc.A.dylib/NSObject.h index 0e862d3c65..5e90ddbbc3 100644 --- a/lib/libobjc.A.dylib/NSObject.h +++ b/lib/libobjc.A.dylib/NSObject.h @@ -2,10 +2,11 @@ Image: /usr/lib/libobjc.A.dylib */ -@interface NSObject { +@interface NSObject { Class isa; } +@property (nonatomic, readonly) NSString *_atvaccessibilityITMLAccessibilityContent; @property (setter=_px_setReuseIdentifier:, nonatomic) int _px_reuseIdentifier; @property (nonatomic) struct CGPoint { float x1; float x2; } accessibilityActivationPoint; @property (nonatomic, retain) NSArray *accessibilityCustomActions; @@ -30,7 +31,10 @@ @property (readonly, copy) NSString *description; @property (nonatomic, readonly, retain) NSString *fm_logID; @property (readonly) unsigned int hash; -@property (nonatomic, readonly) long hashValue; +@property (nonatomic, readonly) int hashValue; +@property (getter=_hf_briefDescription, nonatomic, readonly, copy) NSString *hf_briefDescription; +@property (nonatomic, readonly, copy) NSString *hf_prettyDescription; +@property (getter=_hf_stateDumpDescription, nonatomic, readonly, copy) NSString *hf_stateDumpDescription; @property (nonatomic) BOOL isAccessibilityElement; @property (nonatomic, readonly, retain) NSString *logID; @property void*observationInfo; @@ -125,15 +129,42 @@ - (Class)superclass; - (struct _NSZone { }*)zone; +// Image: /System/Library/AccessibilityBundles/QuickSpeak.bundle/QuickSpeak + +- (void)_accessibilityCacheContentIfNecessary; +- (void)_accessibilityHandleFinishSpeaking; +- (void)_accessibilityPauseSpeaking:(id)arg1; +- (BOOL)_accessibilityQScanPerformAction:(SEL)arg1 withSender:(id)arg2; +- (BOOL)_accessibilityQuickSpeakContentIsSpeakable; +- (void)_accessibilityQuickSpeakTextRectsWithRange:(struct _NSRange { unsigned int x1; unsigned int x2; })arg1 string:(id)arg2 highlightRects:(id)arg3 sentenceRects:(id)arg4 singleTextRect:(struct CGRect { struct CGPoint { float x_1_1_1; float x_1_1_2; } x1; struct CGSize { float x_2_1_1; float x_2_1_2; } x2; }*)arg5; +- (BOOL)_accessibilityShouldShowPauseBubble; +- (BOOL)_accessibilityShouldShowSpeakBubble; +- (BOOL)_accessibilityShouldShowSpeakLanguageBubble; +- (BOOL)_accessibilityShouldShowSpeakSpellOut; +- (BOOL)_accessibilityShouldUpdateQuickSpeakContent; +- (void)_accessibilitySpeak:(id)arg1; +- (void)_accessibilitySpeakLanguageSelection:(id)arg1; +- (id)_accessibilitySpeakSelectionAssociatedScrollView; +- (id)_accessibilitySpeakSelectionTextInputResponder; +- (void)_accessibilitySpeakSentence:(id)arg1; +- (void)_accessibilitySpeakSpellOut:(id)arg1; +- (void)_accessibilitySpeakWithLanguage:(id)arg1; +- (BOOL)_accessibilitySystemShouldShowPauseBubble; +- (BOOL)_accessibilitySystemShouldShowSpeakBubble; +- (BOOL)_accessibilitySystemShouldShowSpeakBubbleCommon; +- (BOOL)_accessibilitySystemShouldShowSpeakLanguageBubble; +- (BOOL)_accessibilitySystemShouldShowSpeakSentence; +- (BOOL)_accessibilitySystemShouldShowSpeakSpellOut; + // Image: /System/Library/Frameworks/CloudKit.framework/CloudKit + (id)CKSQLiteClassName; - (void)CKAssignToContainerWithID:(id)arg1; - (id)CKDescription; +- (id)CKDescriptionPropertiesWithPublic:(BOOL)arg1 private:(BOOL)arg2 shouldExpand:(BOOL)arg3; - (id)CKPropertiesDescription; -- (id)CKPropertiesDescriptionWithProperties:(id)arg1; -- (id)CKPropertiesToDescribe:(BOOL)arg1; +- (id)CKPropertiesDescriptionStringFromProperties:(id)arg1; - (id)CKStatusReport; // Image: /System/Library/Frameworks/ContactsUI.framework/ContactsUI @@ -450,6 +481,16 @@ - (void)_setAccessibilityAttributedLocalizedString:(id)arg1; - (BOOL)isAXAttributedString; +// Image: /System/Library/PrivateFrameworks/Accessibility.framework/Frameworks/AccessibilityUIUtilities.framework/AccessibilityUIUtilities + +- (id)_accessibilityBadgeTextForTextElement:(id)arg1; +- (id)_atvAccessibilityITMLAccessibilityContentWithElement:(id)arg1; +- (id)_atvaccessibilityAncestorHasAXID:(id)arg1; +- (id)_atvaccessibilityClosestElementAbove:(id)arg1; +- (id)_atvaccessibilityGeometricNearestHeader; +- (id)_atvaccessibilityITMLAccessibilityContent; +- (id)_atvaccessibilityITMLClass; + // Image: /System/Library/PrivateFrameworks/AccessibilityUtilities.framework/AccessibilityUtilities + (void)_accessibilityPerformValidations:(id)arg1; @@ -571,11 +612,6 @@ + (BOOL)brc_swizzleClassMethod:(SEL)arg1 with:(SEL)arg2; + (BOOL)brc_swizzleInstanceMethod:(SEL)arg1 with:(SEL)arg2; -// Image: /System/Library/PrivateFrameworks/CloudKitDaemon.framework/CloudKitDaemon - -- (void)CKLogToFileHandle:(id)arg1; -- (void)_CKLogToFileHandle:(id)arg1 atDepth:(int)arg2; - // Image: /System/Library/PrivateFrameworks/CloudPhotoLibrary.framework/CloudPhotoLibrary + (void)_addPropertyAttributeMapToPropertyMapLocked:(id)arg1; @@ -680,6 +716,13 @@ - (BOOL)hk_animatable; - (id)hk_midPointToValue:(id)arg1 percentage:(float)arg2; +// Image: /System/Library/PrivateFrameworks/Home.framework/Home + +- (id)_hf_briefDescription; +- (id)_hf_prettyDescriptionOfType:(unsigned int)arg1 baseDescription:(id)arg2 extraDescription:(id)arg3; +- (id)_hf_stateDumpDescription; +- (id)hf_prettyDescription; + // Image: /System/Library/PrivateFrameworks/IMFoundation.framework/IMFoundation - (id)__im_afterDelay:(double)arg1; @@ -842,7 +885,17 @@ // Image: /System/Library/PrivateFrameworks/Swift/libswiftObjectiveC.dylib -- (long)hashValue; +- (int)hashValue; + +// Image: /System/Library/PrivateFrameworks/Symptoms.framework/Frameworks/SymptomEvaluator.framework/SymptomEvaluator + +- (id)clipsStringRepresentation; +- (bool)isCLIPSSymbol; + +// Image: /System/Library/PrivateFrameworks/TVMLKit.framework/TVMLKit + +- (id)tv_associatedIKViewElement; +- (void)tv_setAssociatedIKViewElement:(id)arg1; // Image: /System/Library/PrivateFrameworks/TelephonyRPC.framework/TelephonyRPC @@ -862,6 +915,7 @@ + (void)_accessibilityUpdateOpaqueFocusStateForTechnology:(id)arg1 oldElement:(id)arg2 newElement:(id)arg3; + (id)accessibilityBundles; + (void)accessibilityInitializeBundle; ++ (Class)safeCategoryBaseClass; - (BOOL)__accessibilityReadAllOnFocus; - (id)__accessibilityRetrieveFrameOrPathDelegate; @@ -997,6 +1051,7 @@ - (void)_accessibilityEnumerateSiblingsWithParent:(id*)arg1 options:(id)arg2 usingBlock:(id /* block */)arg3; - (id)_accessibilityEquivalenceTag; - (int)_accessibilityExpandedStatus; +- (unsigned int)_accessibilityExplorerElementReadPriority; - (id)_accessibilityExplorerElements; - (id)_accessibilityExtendedLabelForFocusParcelWithLabel:(id)arg1; - (BOOL)_accessibilityFauxCollectionViewCellsDisabled; @@ -1013,6 +1068,8 @@ - (id)_accessibilityFirstElementForFocus; - (id)_accessibilityFirstOpaqueElement; - (id)_accessibilityFirstOpaqueElementForFocus; +- (id)_accessibilityFirstResponderForKeyWindow; +- (id)_accessibilityFirstResponderForWindow:(id)arg1; - (id)_accessibilityFirstVisibleItem; - (id)_accessibilityFocusAbsoluteFirstOpaqueElementForTechnology:(id)arg1; - (id)_accessibilityFocusAbsoluteLastOpaqueElementForTechnology:(id)arg1; @@ -1022,6 +1079,7 @@ - (id)_accessibilityFrameDelegate; - (struct CGRect { struct CGPoint { float x_1_1_1; float x_1_1_2; } x1; struct CGSize { float x_2_1_1; float x_2_1_2; } x2; })_accessibilityFrameForRange:(struct _NSRange { unsigned int x1; unsigned int x2; })arg1; - (struct CGRect { struct CGPoint { float x_1_1_1; float x_1_1_2; } x1; struct CGSize { float x_2_1_1; float x_2_1_2; } x2; })_accessibilityFrameForSorting; +- (BOOL)_accessibilityFullscreenVideoViewIsVisible; - (id)_accessibilityFuzzyHitTestElements; - (struct CGRect { struct CGPoint { float x_1_1_1; float x_1_1_2; } x1; struct CGSize { float x_2_1_1; float x_2_1_2; } x2; })_accessibilityGesturePracticeRegion; - (void)_accessibilityHandleATFocused:(BOOL)arg1 assistiveTech:(id)arg2; @@ -1113,6 +1171,7 @@ - (BOOL)_accessibilityIsSpeakThisElement; - (BOOL)_accessibilityIsStarkElement; - (BOOL)_accessibilityIsTableCell; +- (BOOL)_accessibilityIsTextInput; - (BOOL)_accessibilityIsTitleElement; - (BOOL)_accessibilityIsTouchContainer; - (BOOL)_accessibilityIsTourGuideRunning; @@ -1215,6 +1274,8 @@ - (void)_accessibilityProcessScannerGroupElementPieces:(id)arg1; - (id)_accessibilityPublicCustomRotorName:(id)arg1; - (id)_accessibilityPublicCustomRotors; +- (id)_accessibilityQuickSpeakContent; +- (id)_accessibilityQuickSpeakEnclosingSentence:(id*)arg1; - (struct _NSRange { unsigned int x1; unsigned int x2; })_accessibilityRangeForLineNumber:(int)arg1; - (struct _NSRange { unsigned int x1; unsigned int x2; })_accessibilityRangeForLineNumberAndColumn:(id)arg1; - (struct _NSRange { unsigned int x1; unsigned int x2; })_accessibilityRangeForTextMarker:(id)arg1; @@ -1235,6 +1296,8 @@ - (BOOL)_accessibilityRepresentsInfiniteCollection; - (void)_accessibilityResetContainerElements; - (BOOL)_accessibilityRespectsTableScrollEnabledFlag; +- (id)_accessibilityResponderChainForKeyWindow; +- (id)_accessibilityResponderChainForWindow:(id)arg1; - (id)_accessibilityResponderElement; - (BOOL)_accessibilityRetainsCustomRotorActionSetting; - (id)_accessibilityRetrieveImagePathLabel:(id)arg1; @@ -1320,6 +1383,7 @@ - (void)_accessibilitySetUserTestingIsDefaultButton:(BOOL)arg1; - (void)_accessibilitySetUserTestingIsDestructiveButton:(BOOL)arg1; - (void)_accessibilitySetUserTestingIsPreferredButton:(BOOL)arg1; +- (void)_accessibilitySetUsesScrollParentForOrdering:(BOOL)arg1; - (void)_accessibilitySetValue:(id)arg1; - (void)_accessibilitySetVisibleContentInset:(struct UIEdgeInsets { float x1; float x2; float x3; float x4; })arg1; - (void)_accessibilitySetWantsOpaqueElementProviders:(BOOL)arg1; @@ -1344,6 +1408,7 @@ - (id)_accessibilitySiriContentNativeFocusableElements; - (id)_accessibilitySoftwareMimicKeyboard; - (BOOL)_accessibilitySortCollectionViewLogically; +- (id)_accessibilitySortExplorerElements:(id)arg1; - (int)_accessibilitySortPriority; - (id)_accessibilitySortPriorityContainer; - (int)_accessibilitySortPriorityWithReturningView:(id*)arg1; diff --git a/lib/libswiftCore.dylib/Swift._SwiftNativeNSCharacterSet.h b/lib/libswiftCore.dylib/Swift._SwiftNativeNSCharacterSet.h new file mode 100644 index 0000000000..15cbb7d399 --- /dev/null +++ b/lib/libswiftCore.dylib/Swift._SwiftNativeNSCharacterSet.h @@ -0,0 +1,9 @@ +/* Generated by RuntimeBrowser + Image: /System/Library/PrivateFrameworks/Swift/libswiftCore.dylib + */ + +@interface Swift._SwiftNativeNSCharacterSet : _SwiftNativeNSCharacterSetBase + +- (id)init; + +@end diff --git a/lib/libswiftCore.dylib/Swift._AnyIteratorBase.h b/lib/libswiftCore.dylib/Swift._SwiftNativeNSData.h similarity index 60% rename from lib/libswiftCore.dylib/Swift._AnyIteratorBase.h rename to lib/libswiftCore.dylib/Swift._SwiftNativeNSData.h index a2efbd93d8..06c72c30cc 100644 --- a/lib/libswiftCore.dylib/Swift._AnyIteratorBase.h +++ b/lib/libswiftCore.dylib/Swift._SwiftNativeNSData.h @@ -2,6 +2,8 @@ Image: /System/Library/PrivateFrameworks/Swift/libswiftCore.dylib */ -@interface Swift._AnyIteratorBase : SwiftObject +@interface Swift._SwiftNativeNSData : _SwiftNativeNSDataBase + +- (id)init; @end diff --git a/lib/libswiftCore.dylib/_SwiftNativeNSCharacterSetBase.h b/lib/libswiftCore.dylib/_SwiftNativeNSCharacterSetBase.h new file mode 100644 index 0000000000..73f4b097e2 --- /dev/null +++ b/lib/libswiftCore.dylib/_SwiftNativeNSCharacterSetBase.h @@ -0,0 +1,19 @@ +/* Generated by RuntimeBrowser + Image: /System/Library/PrivateFrameworks/Swift/libswiftCore.dylib + */ + +@interface _SwiftNativeNSCharacterSetBase : NSCharacterSet { + unsigned int __magic_refCount; + unsigned int __magic_weakRefCount; +} + +- (BOOL)_isDeallocating; +- (BOOL)_tryRetain; +- (BOOL)allowsWeakReference; +- (id)autorelease; +- (void)dealloc; +- (oneway void)release; +- (id)retain; +- (BOOL)retainWeakReference; + +@end diff --git a/lib/libswiftCore.dylib/_SwiftNativeNSDataBase.h b/lib/libswiftCore.dylib/_SwiftNativeNSDataBase.h new file mode 100644 index 0000000000..12aa35d403 --- /dev/null +++ b/lib/libswiftCore.dylib/_SwiftNativeNSDataBase.h @@ -0,0 +1,19 @@ +/* Generated by RuntimeBrowser + Image: /System/Library/PrivateFrameworks/Swift/libswiftCore.dylib + */ + +@interface _SwiftNativeNSDataBase : NSData { + unsigned int __magic_refCount; + unsigned int __magic_weakRefCount; +} + +- (BOOL)_isDeallocating; +- (BOOL)_tryRetain; +- (BOOL)allowsWeakReference; +- (id)autorelease; +- (void)dealloc; +- (oneway void)release; +- (id)retain; +- (BOOL)retainWeakReference; + +@end diff --git a/lib/libswiftCore.dylib/_SwiftNativeNSError.h b/lib/libswiftCore.dylib/_SwiftNativeNSError.h index 98240fdea5..fff618c5ec 100644 --- a/lib/libswiftCore.dylib/_SwiftNativeNSError.h +++ b/lib/libswiftCore.dylib/_SwiftNativeNSError.h @@ -4,11 +4,14 @@ @interface _SwiftNativeNSError : NSError -+ (id)alloc; ++ (id)allocWithZone:(struct _NSZone { }*)arg1; +- (Class)classForCoder; - (int)code; +- (id)copyWithZone:(struct _NSZone { }*)arg1; - (void)dealloc; - (id)domain; +- (BOOL)isEqual:(id)arg1; - (id)userInfo; @end diff --git a/lib/libswiftCore.dylib/_SwiftNativeNSIndexSetBase.h b/lib/libswiftCore.dylib/_SwiftNativeNSIndexSetBase.h new file mode 100644 index 0000000000..e88991a175 --- /dev/null +++ b/lib/libswiftCore.dylib/_SwiftNativeNSIndexSetBase.h @@ -0,0 +1,19 @@ +/* Generated by RuntimeBrowser + Image: /System/Library/PrivateFrameworks/Swift/libswiftCore.dylib + */ + +@interface _SwiftNativeNSIndexSetBase : NSIndexSet { + unsigned int __magic_refCount; + unsigned int __magic_weakRefCount; +} + +- (BOOL)_isDeallocating; +- (BOOL)_tryRetain; +- (BOOL)allowsWeakReference; +- (id)autorelease; +- (void)dealloc; +- (oneway void)release; +- (id)retain; +- (BOOL)retainWeakReference; + +@end diff --git a/lib/libswiftCore.dylib/_SwiftValue.h b/lib/libswiftCore.dylib/_SwiftValue.h new file mode 100644 index 0000000000..25f723f884 --- /dev/null +++ b/lib/libswiftCore.dylib/_SwiftValue.h @@ -0,0 +1,18 @@ +/* Generated by RuntimeBrowser + Image: /System/Library/PrivateFrameworks/Swift/libswiftCore.dylib + */ + +@interface _SwiftValue : NSObject + ++ (id)allocWithZone:(struct _NSZone { }*)arg1; + +- (const struct TargetMetadata { unsigned int x1; }*)_swiftTypeMetadata; +- (const struct OpaqueValue { }*)_swiftValue; +- (id)copyWithZone:(struct _NSZone { }*)arg1; +- (void)dealloc; +- (id)debugDescription; +- (id)description; +- (unsigned int)hash; +- (BOOL)isEqual:(id)arg1; + +@end diff --git a/lib/libswiftDispatch.dylib/Dispatch.DispatchWorkItem.h b/lib/libswiftDispatch.dylib/Dispatch.DispatchWorkItem.h new file mode 100644 index 0000000000..efb1c96584 --- /dev/null +++ b/lib/libswiftDispatch.dylib/Dispatch.DispatchWorkItem.h @@ -0,0 +1,9 @@ +/* Generated by RuntimeBrowser + Image: /System/Library/PrivateFrameworks/Swift/libswiftDispatch.dylib + */ + +@interface Dispatch.DispatchWorkItem : SwiftObject { + void _block; +} + +@end diff --git a/lib/libswiftFoundation.dylib/Foundation._NSErrorRecoveryAttempter.h b/lib/libswiftFoundation.dylib/Foundation._NSErrorRecoveryAttempter.h new file mode 100644 index 0000000000..7de2513071 --- /dev/null +++ b/lib/libswiftFoundation.dylib/Foundation._NSErrorRecoveryAttempter.h @@ -0,0 +1,10 @@ +/* Generated by RuntimeBrowser + Image: /System/Library/PrivateFrameworks/Swift/libswiftFoundation.dylib + */ + +@interface Foundation._NSErrorRecoveryAttempter : SwiftObject + +- (BOOL)attemptRecoveryFromError:(id)arg1 optionIndex:(int)arg2; +- (void)attemptRecoveryFromError:(id)arg1 optionIndex:(int)arg2 delegate:(id)arg3 didRecoverSelector:(SEL)arg4 contextInfo:(void*)arg5; + +@end diff --git a/lib/libswiftFoundation.dylib/Foundation._SwiftNSCharacterSet.h b/lib/libswiftFoundation.dylib/Foundation._SwiftNSCharacterSet.h new file mode 100644 index 0000000000..9a7d41f774 --- /dev/null +++ b/lib/libswiftFoundation.dylib/Foundation._SwiftNSCharacterSet.h @@ -0,0 +1,28 @@ +/* Generated by RuntimeBrowser + Image: /System/Library/PrivateFrameworks/Swift/libswiftFoundation.dylib + */ + +@interface Foundation._SwiftNSCharacterSet : Swift._SwiftNativeNSCharacterSet { + void __wrapped; +} + +@property (nonatomic, readonly) NSData *bitmapRepresentation; +@property (nonatomic, readonly) Class classForCoder; +@property (nonatomic, readonly) NSCharacterSet *invertedSet; + +- (id)bitmapRepresentation; +- (BOOL)characterIsMember:(unsigned short)arg1; +- (Class)classForCoder; +- (id)copyWithZone:(void*)arg1; +- (BOOL)hasMemberInPlane:(unsigned char)arg1; +- (id)init; +- (id)initWithImmutableObject:(id)arg1; +- (id)initWithMutableObject:(id)arg1; +- (id)initWithUnmanagedImmutableObject:(id*)arg1; +- (id)initWithUnmanagedMutableObject:(id*)arg1; +- (id)invertedSet; +- (BOOL)isSupersetOfSet:(id)arg1; +- (BOOL)longCharacterIsMember:(unsigned int)arg1; +- (id)mutableCopyWithZone:(void*)arg1; + +@end diff --git a/lib/libswiftFoundation.dylib/Foundation._SwiftNSData.h b/lib/libswiftFoundation.dylib/Foundation._SwiftNSData.h new file mode 100644 index 0000000000..78c59ba58d --- /dev/null +++ b/lib/libswiftFoundation.dylib/Foundation._SwiftNSData.h @@ -0,0 +1,29 @@ +/* Generated by RuntimeBrowser + Image: /System/Library/PrivateFrameworks/Swift/libswiftFoundation.dylib + */ + +@interface Foundation._SwiftNSData : Swift._SwiftNativeNSData { + void __wrapped; +} + +@property (nonatomic, readonly) void*bytes; +@property (nonatomic, readonly) int length; + +- (id)base64EncodedDataWithOptions:(unsigned int)arg1; +- (id)base64EncodedStringWithOptions:(unsigned int)arg1; +- (void*)bytes; +- (void)enumerateByteRangesUsingBlock:(id /* block */)arg1; +- (void)getBytes:(void*)arg1 length:(int)arg2; +- (void)getBytes:(void*)arg1 range:(struct _NSRange { unsigned int x1; unsigned int x2; })arg2; +- (id)init; +- (id)initWithImmutableObject:(id)arg1; +- (id)initWithMutableObject:(id)arg1; +- (id)initWithUnmanagedImmutableObject:(id*)arg1; +- (id)initWithUnmanagedMutableObject:(id*)arg1; +- (BOOL)isEqualToData:(id)arg1; +- (int)length; +- (struct _NSRange { unsigned int x1; unsigned int x2; })rangeOfData:(id)arg1 options:(unsigned int)arg2 range:(struct _NSRange { unsigned int x1; unsigned int x2; })arg3; +- (id)subdataWithRange:(struct _NSRange { unsigned int x1; unsigned int x2; })arg1; +- (BOOL)writeToURL:(id)arg1 options:(unsigned int)arg2 error:(id*)arg3; + +@end diff --git a/lib/libswiftFoundation.dylib/_SwiftTypePreservingNSNumber.h b/lib/libswiftFoundation.dylib/_SwiftTypePreservingNSNumber.h new file mode 100644 index 0000000000..25b16285b8 --- /dev/null +++ b/lib/libswiftFoundation.dylib/_SwiftTypePreservingNSNumber.h @@ -0,0 +1,24 @@ +/* Generated by RuntimeBrowser + Image: /System/Library/PrivateFrameworks/Swift/libswiftFoundation.dylib + */ + +@interface _SwiftTypePreservingNSNumber : NSNumber { + BOOL storage; + int tag; +} + +- (BOOL)charValue; +- (Class)classForCoder; +- (id)copyWithZone:(struct _NSZone { }*)arg1; +- (double)doubleValue; +- (float)floatValue; +- (void)getValue:(void*)arg1; +- (id)init; +- (id)initWithCoder:(id)arg1; +- (int)intValue; +- (long long)longLongValue; +- (const char *)objCType; +- (unsigned int)unsignedIntValue; +- (unsigned long long)unsignedLongLongValue; + +@end diff --git a/lib/libswiftSwiftOnoneSupport.dylib/_TtCV17SwiftOnoneSupport14_Prespecialize1C.h b/lib/libswiftSwiftOnoneSupport.dylib/_TtCV17SwiftOnoneSupport14_Prespecialize1C.h deleted file mode 100644 index 3e68414578..0000000000 --- a/lib/libswiftSwiftOnoneSupport.dylib/_TtCV17SwiftOnoneSupport14_Prespecialize1C.h +++ /dev/null @@ -1,7 +0,0 @@ -/* Generated by RuntimeBrowser - Image: /System/Library/PrivateFrameworks/Swift/libswiftSwiftOnoneSupport.dylib - */ - -@interface _TtCV17SwiftOnoneSupport14_Prespecialize1C : SwiftObject - -@end diff --git a/lib/libtzupdate.dylib/TZFileSystemInterface.h b/lib/libtzupdate.dylib/TZFileSystemInterface.h index 58b6a0efb5..f946d59ff7 100644 --- a/lib/libtzupdate.dylib/TZFileSystemInterface.h +++ b/lib/libtzupdate.dylib/TZFileSystemInterface.h @@ -37,7 +37,7 @@ - (void).cxx_destruct; - (void)cacheTZLatestDestination; - (id)cachedTZDataLocation; -- (BOOL)createExpansionDirectoryWithVersionString:(id)arg1 withError:(id*)arg2; +- (BOOL)createExpansionDirectoryURLWithVersionString:(id)arg1 withError:(id*)arg2; - (BOOL)createLatestLinkWithDestination:(id)arg1 error:(id*)arg2; - (id)createTemporaryExpansionDirectoryPathWithError:(id*)arg1; - (id)currentVersionInfo; diff --git a/protocols/ABVCardTimeProvider.h b/protocols/ABVCardTimeProvider.h new file mode 100644 index 0000000000..874c732201 --- /dev/null +++ b/protocols/ABVCardTimeProvider.h @@ -0,0 +1,10 @@ +/* Generated by RuntimeBrowser. + */ + +@protocol ABVCardTimeProvider + +@required + +- (NSDate *)now; + +@end diff --git a/protocols/ACUIAppInstallerDelegate.h b/protocols/ACUIAppInstallerDelegate.h new file mode 100644 index 0000000000..a8424d2ea1 --- /dev/null +++ b/protocols/ACUIAppInstallerDelegate.h @@ -0,0 +1,15 @@ +/* Generated by RuntimeBrowser. + */ + +@protocol ACUIAppInstallerDelegate + +@required + +- (void)appInstallerWillStart:(ACUIAppInstaller *)arg1; +- (void)appIsDownloadableDidChange:(ACUIAppInstaller *)arg1; + +@optional + +- (void)appIsAvailableInStoreDidChange:(ACUIAppInstaller *)arg1; + +@end diff --git a/protocols/AFUISiriRemoteViewControllerDelegate.h b/protocols/AFUISiriRemoteViewControllerDelegate.h index a2ecdf5131..da6703300a 100644 --- a/protocols/AFUISiriRemoteViewControllerDelegate.h +++ b/protocols/AFUISiriRemoteViewControllerDelegate.h @@ -12,7 +12,7 @@ - (void)siriRemoteViewController:(AFUISiriRemoteViewController *)arg1 didEncounterUnexpectedServiceError:(NSError *)arg2; - (void)siriRemoteViewController:(AFUISiriRemoteViewController *)arg1 didReadBulletinWithIdentifier:(NSString *)arg2; - (void)siriRemoteViewController:(void *)arg1 handlePasscodeUnlockWithCompletion:(void *)arg2; // needs 2 arg types, found 7: AFUISiriRemoteViewController *, id /* block */, /* Warning: Unrecognized filer type: '<' using 'void*' */ void*, void, id /* block */, int, void* -- (void)siriRemoteViewController:(void *)arg1 launchApplicationWithBundleIdentifier:(void *)arg2 withURL:(void *)arg3 launchOverSiri:(void *)arg4 replyHandler:(void *)arg5; // needs 5 arg types, found 10: AFUISiriRemoteViewController *, NSString *, NSURL *, BOOL, id /* block */, /* Warning: Unrecognized filer type: '<' using 'void*' */ void*, void, id /* block */, BOOL, void* +- (void)siriRemoteViewController:(void *)arg1 launchApplicationWithBundleIdentifier:(void *)arg2 withURL:(void *)arg3 launchOptions:(void *)arg4 replyHandler:(void *)arg5; // needs 5 arg types, found 10: AFUISiriRemoteViewController *, NSString *, NSURL *, int, id /* block */, /* Warning: Unrecognized filer type: '<' using 'void*' */ void*, void, id /* block */, BOOL, void* - (BOOL)siriRemoteViewController:(AFUISiriRemoteViewController *)arg1 openURL:(NSURL *)arg2 appBundleID:(NSString *)arg3 allowSiriDismissal:(BOOL)arg4; - (BOOL)siriRemoteViewController:(AFUISiriRemoteViewController *)arg1 openURL:(NSURL *)arg2 delaySessionEndForTTS:(BOOL)arg3; - (void)siriRemoteViewController:(AFUISiriRemoteViewController *)arg1 setBugReportingAvailable:(BOOL)arg2; diff --git a/protocols/AFUISiriViewDelegate.h b/protocols/AFUISiriViewDelegate.h index ebec58e00e..4cfce56105 100644 --- a/protocols/AFUISiriViewDelegate.h +++ b/protocols/AFUISiriViewDelegate.h @@ -11,6 +11,7 @@ - (void)siriViewDidReceiveAudioRouteAction:(AFUISiriView *)arg1; - (void)siriViewDidReceiveBugButtonLongPress:(AFUISiriView *)arg1; - (void)siriViewDidReceiveHelpAction:(AFUISiriView *)arg1; +- (void)siriViewDidReceiveKeyboardAction:(AFUISiriView *)arg1; - (void)siriViewDidReceiveReportBugAction:(AFUISiriView *)arg1; - (void)siriViewDidRecieveStatusViewHoldDidBeginAction:(AFUISiriView *)arg1; - (void)siriViewDidRecieveStatusViewHoldDidEndAction:(AFUISiriView *)arg1; diff --git a/protocols/AFUISpeechSynthesis.h b/protocols/AFUISpeechSynthesis.h index 24c32765e3..8008299b4c 100644 --- a/protocols/AFUISpeechSynthesis.h +++ b/protocols/AFUISpeechSynthesis.h @@ -7,7 +7,7 @@ - (void)cancel; - (void)enqueueText:(void *)arg1 completion:(void *)arg2; // needs 2 arg types, found 7: NSString *, id /* block */, /* Warning: Unrecognized filer type: '<' using 'void*' */ void*, void, id /* block */, int, void* -- (void)enqueueText:(void *)arg1 isPhonetic:(void *)arg2 provisionally:(void *)arg3 eligibleAfterDuration:(void *)arg4 preparationIdentifier:(void *)arg5 completion:(void *)arg6 animationIdentifier:(void *)arg7; // needs 7 arg types, found 12: NSString *, BOOL, BOOL, double, NSString *, id /* block */, /* Warning: Unrecognized filer type: '<' using 'void*' */ void*, void, id /* block */, int, void*, NSString * +- (void)enqueueText:(void *)arg1 isPhonetic:(void *)arg2 provisionally:(void *)arg3 eligibleAfterDuration:(void *)arg4 preparationIdentifier:(void *)arg5 completion:(void *)arg6 animationIdentifier:(void *)arg7 analyticsContext:(void *)arg8; // needs 8 arg types, found 13: NSString *, BOOL, BOOL, double, NSString *, id /* block */, /* Warning: Unrecognized filer type: '<' using 'void*' */ void*, void, id /* block */, int, void*, NSString *, NSDictionary * - (void)invalidate; - (void)prewarmIfNeeded; - (void)skipCurrentSynthesis; diff --git a/protocols/AITXPCConnectionDelegate.h b/protocols/AITXPCConnectionDelegate.h deleted file mode 100644 index 7e0e4015cc..0000000000 --- a/protocols/AITXPCConnectionDelegate.h +++ /dev/null @@ -1,12 +0,0 @@ -/* Generated by RuntimeBrowser. - */ - -@protocol AITXPCConnectionDelegate - -@required - -- (void)xpcConnection:(AITXPCConnection *)arg1 receivedMessage:(NSString *)arg2 userInfo:(NSDictionary *)arg3; -- (void)xpcConnectionFailed:(AITXPCConnection *)arg1; -- (void)xpcConnectionUnhandledMessage:(NSObject *)arg1; - -@end diff --git a/protocols/ASDJobManagerClient.h b/protocols/ASDJobManagerClient.h index 727a0d3f14..0541166c1c 100644 --- a/protocols/ASDJobManagerClient.h +++ b/protocols/ASDJobManagerClient.h @@ -6,7 +6,7 @@ @required - (void)didChangeJobs:(NSArray *)arg1; -- (void)didCompleteJobs:(NSArray *)arg1; +- (void)didCompleteJobs:(NSArray *)arg1 finalPhases:(NSDictionary *)arg2; - (void)didUpdateProgress:(NSDictionary *)arg1; - (void)didUpdateStates:(NSDictionary *)arg1; diff --git a/protocols/ASFetchAttachmentTaskProtocol.h b/protocols/ASFetchAttachmentTaskProtocol.h new file mode 100644 index 0000000000..9070f245fe --- /dev/null +++ b/protocols/ASFetchAttachmentTaskProtocol.h @@ -0,0 +1,25 @@ +/* Generated by RuntimeBrowser. + */ + +@protocol ASFetchAttachmentTaskProtocol + +@required + +- (NSString *)attachmentContentType; +- (NSString *)attachmentName; +- (NSString *)attachmentUUID; +- (id)initForMessageServerID:(NSString *)arg1 andAttachmentName:(NSString *)arg2; +- (id)initForMessageUUID:(NSString *)arg1; +- (NSFileHandle *)localFileHandle; +- (unsigned int)localFileLength; +- (NSString *)localFileName; +- (NSString *)messageID; +- (void)setAttachmentContentType:(NSString *)arg1; +- (void)setAttachmentName:(NSString *)arg1; +- (void)setAttachmentUUID:(NSString *)arg1; +- (void)setLocalFileHandle:(NSFileHandle *)arg1; +- (void)setLocalFileLength:(unsigned int)arg1; +- (void)setLocalFileName:(NSString *)arg1; +- (void)setMessageID:(NSString *)arg1; + +@end diff --git a/protocols/ASParsing.h b/protocols/ASParsing.h new file mode 100644 index 0000000000..444afc29d2 --- /dev/null +++ b/protocols/ASParsing.h @@ -0,0 +1,18 @@ +/* Generated by RuntimeBrowser. + */ + +@protocol ASParsing + +@required + ++ (BOOL)acceptsTopLevelLeaves; ++ (BOOL)expectsContent; ++ (BOOL)frontingBasicTypes; ++ (BOOL)notifyOfUnknownTokens; ++ (BOOL)parsingLeafNode; ++ (BOOL)parsingWithSubItems; + +- (void)parseASParseContext:(ASParseContext *)arg1 root:(ASItem *)arg2 parent:(ASItem *)arg3 callbackDict:(NSDictionary *)arg4 streamCallbackDict:(NSDictionary *)arg5 account:(ASAccount *)arg6; +- (int)parsingState; + +@end diff --git a/protocols/ASParsingAcceptingTopLevelLeaves.h b/protocols/ASParsingAcceptingTopLevelLeaves.h new file mode 100644 index 0000000000..78808c877b --- /dev/null +++ b/protocols/ASParsingAcceptingTopLevelLeaves.h @@ -0,0 +1,12 @@ +/* Generated by RuntimeBrowser. + */ + +@protocol ASParsingAcceptingTopLevelLeaves + +@required + +- (void)applyPlaceHolder; +- (void)clearPlaceHolder; +- (void)setObject:(id )arg1 forDCCPT:(int)arg2; + +@end diff --git a/protocols/ASParsingFrontingBasicType.h b/protocols/ASParsingFrontingBasicType.h new file mode 100644 index 0000000000..847d3a388b --- /dev/null +++ b/protocols/ASParsingFrontingBasicType.h @@ -0,0 +1,10 @@ +/* Generated by RuntimeBrowser. + */ + +@protocol ASParsingFrontingBasicType + +@required + +- (id)commonValue; + +@end diff --git a/protocols/ASParsingLeafNode.h b/protocols/ASParsingLeafNode.h new file mode 100644 index 0000000000..347fdec640 --- /dev/null +++ b/protocols/ASParsingLeafNode.h @@ -0,0 +1,13 @@ +/* Generated by RuntimeBrowser. + */ + +@protocol ASParsingLeafNode + +@required + ++ (BOOL)expectsContent; + +- (id)initWithASParseContext:(ASParseContext *)arg1 root:(ASItem *)arg2 parent:(ASItem *)arg3 callbackDict:(NSDictionary *)arg4 streamCallbackDict:(NSDictionary *)arg5 lengthUntilEndOfTerminator:(int)arg6; +- (int)parsingState; + +@end diff --git a/protocols/ASParsingNotifyOfUnknownTokens.h b/protocols/ASParsingNotifyOfUnknownTokens.h new file mode 100644 index 0000000000..ead9391e5d --- /dev/null +++ b/protocols/ASParsingNotifyOfUnknownTokens.h @@ -0,0 +1,10 @@ +/* Generated by RuntimeBrowser. + */ + +@protocol ASParsingNotifyOfUnknownTokens + +@required + +- (void)unknownToken:(int)arg1 receivedForCodePage:(int)arg2; + +@end diff --git a/protocols/ASParsingWithSubItems.h b/protocols/ASParsingWithSubItems.h new file mode 100644 index 0000000000..2afcd21456 --- /dev/null +++ b/protocols/ASParsingWithSubItems.h @@ -0,0 +1,10 @@ +/* Generated by RuntimeBrowser. + */ + +@protocol ASParsingWithSubItems + +@required + +- (id)initWithSubclassRuleSet:(NSDictionary *)arg1; + +@end diff --git a/protocols/ASPolicyManagerDelegate.h b/protocols/ASPolicyManagerDelegate.h new file mode 100644 index 0000000000..0a118adfef --- /dev/null +++ b/protocols/ASPolicyManagerDelegate.h @@ -0,0 +1,13 @@ +/* Generated by RuntimeBrowser. + */ + +@protocol ASPolicyManagerDelegate + +@required + +- (NSString *)accountID; +- (NSString *)accountPersistentUUID; +- (void)policyManagerFailedToUpdatePolicy:(ASPolicyManager *)arg1; +- (void)policyManagerUpdatedPolicy:(ASPolicyManager *)arg1; + +@end diff --git a/protocols/ASSettingsTaskDelegate.h b/protocols/ASSettingsTaskDelegate.h new file mode 100644 index 0000000000..50a981ef00 --- /dev/null +++ b/protocols/ASSettingsTaskDelegate.h @@ -0,0 +1,10 @@ +/* Generated by RuntimeBrowser. + */ + +@protocol ASSettingsTaskDelegate + +@required + +- (void)settingsTask:(ASSettingsTask *)arg1 completedWithStatus:(int)arg2 error:(NSError *)arg3 response:(ASSettingsTaskResponse *)arg4; + +@end diff --git a/protocols/AVCVirtualTTYDeviceDelegate.h b/protocols/AVCVirtualTTYDeviceDelegate.h new file mode 100644 index 0000000000..c72fae9a0e --- /dev/null +++ b/protocols/AVCVirtualTTYDeviceDelegate.h @@ -0,0 +1,12 @@ +/* Generated by RuntimeBrowser. + */ + +@protocol AVCVirtualTTYDeviceDelegate + +@required + +- (void)device:(AVCVirtualTTYDevice *)arg1 didReceiveCharacter:(unsigned short)arg2; +- (void)device:(AVCVirtualTTYDevice *)arg1 didStart:(BOOL)arg2 error:(NSError *)arg3; +- (void)deviceDidStop:(AVCVirtualTTYDevice *)arg1; + +@end diff --git a/protocols/AXHAAccessQueueTimer.h b/protocols/AXHAAccessQueueTimer.h new file mode 100644 index 0000000000..0a3587569b --- /dev/null +++ b/protocols/AXHAAccessQueueTimer.h @@ -0,0 +1,13 @@ +/* Generated by RuntimeBrowser. + */ + +@protocol AXHAAccessQueueTimer + +@required + +- (void)afterDelay:(void *)arg1 processBlock:(void *)arg2; // needs 2 arg types, found 6: double, id /* block */, /* Warning: Unrecognized filer type: '<' using 'void*' */ void*, void, id /* block */, void* +- (void)cancel; +- (BOOL)isActive; +- (BOOL)isPending; + +@end diff --git a/protocols/AXHADeviceControllerProtocol.h b/protocols/AXHADeviceControllerProtocol.h new file mode 100644 index 0000000000..693b28422a --- /dev/null +++ b/protocols/AXHADeviceControllerProtocol.h @@ -0,0 +1,14 @@ +/* Generated by RuntimeBrowser. + */ + +@protocol AXHADeviceControllerProtocol + +@required + +- (void)device:(id )arg1 didUpdateProperty:(unsigned long long)arg2; +- (void)registerForPropertyUpdates:(void *)arg1; // needs 1 arg types, found 6: id /* block */, /* Warning: Unrecognized filer type: '<' using 'void*' */ void*, void, id /* block */, NSDictionary *, void* +- (void)stopPropertyUpdates; +- (void)updateProperty:(unsigned long long)arg1 forDeviceID:(NSString *)arg2; +- (void)writeValue:(id)arg1 forProperty:(unsigned long long)arg2 forDeviceID:(NSString *)arg3; + +@end diff --git a/protocols/AXHADeviceProtocol.h b/protocols/AXHADeviceProtocol.h new file mode 100644 index 0000000000..eaab5bf40a --- /dev/null +++ b/protocols/AXHADeviceProtocol.h @@ -0,0 +1,89 @@ +/* Generated by RuntimeBrowser. + */ + +@protocol AXHADeviceProtocol + +@required + +- (int)availableEars; +- (void)connect; +- (BOOL)containsPeripheralWithUUID:(NSString *)arg1; +- (NSString *)deviceUUID; +- (BOOL)didLoadBasicProperties; +- (BOOL)didLoadRequiredProperties; +- (void)disconnectAndUnpair:(BOOL)arg1; +- (BOOL)hasConnection; +- (id)initWithPersistentRepresentation:(NSDictionary *)arg1; +- (BOOL)isConnected; +- (BOOL)isConnecting; +- (BOOL)isPaired; +- (BOOL)keepInSync; +- (BOOL)leftAvailable; +- (BOOL)leftBass; +- (float)leftBatteryLevel; +- (NSDate *)leftBatteryLowDate; +- (NSString *)leftFirmwareVersion; +- (NSString *)leftHardwareVersion; +- (float)leftMicrophoneVolume; +- (short)leftMicrophoneVolumeSteps; +- (float)leftMixedVolume; +- (short)leftMixedVolumeSteps; +- (NSString *)leftPeripheralUUID; +- (NSArray *)leftPrograms; +- (AXHearingAidMode *)leftSelectedProgram; +- (AXHearingAidMode *)leftSelectedStreamingProgram; +- (float)leftSensitivity; +- (short)leftSensitivitySteps; +- (float)leftStreamVolume; +- (short)leftStreamVolumeSteps; +- (BOOL)leftTreble; +- (NSString *)leftUUID; +- (void)loadRequiredProperties; +- (NSMutableArray *)manufacturer; +- (NSMutableArray *)model; +- (NSString *)name; +- (NSArray *)programs; +- (BOOL)rightAvailable; +- (BOOL)rightBass; +- (float)rightBatteryLevel; +- (NSDate *)rightBatteryLowDate; +- (NSString *)rightFirmwareVersion; +- (NSString *)rightHardwareVersion; +- (float)rightMicrophoneVolume; +- (short)rightMicrophoneVolumeSteps; +- (float)rightMixedVolume; +- (short)rightMixedVolumeSteps; +- (NSString *)rightPeripheralUUID; +- (NSArray *)rightPrograms; +- (AXHearingAidMode *)rightSelectedProgram; +- (AXHearingAidMode *)rightSelectedStreamingProgram; +- (float)rightSensitivity; +- (short)rightSensitivitySteps; +- (float)rightStreamVolume; +- (short)rightStreamVolumeSteps; +- (BOOL)rightTreble; +- (NSString *)rightUUID; +- (void)selectProgram:(AXHearingAidMode *)arg1; +- (NSIndexSet *)selectedProgramIndexes; +- (NSArray *)selectedPrograms; +- (void)setAvailableEars:(int)arg1; +- (void)setKeepInSync:(BOOL)arg1; +- (void)setLeftBass:(BOOL)arg1; +- (void)setLeftMicrophoneVolume:(float)arg1; +- (void)setLeftMixedVolume:(float)arg1; +- (void)setLeftSensitivity:(float)arg1; +- (void)setLeftStreamVolume:(float)arg1; +- (void)setLeftTreble:(BOOL)arg1; +- (void)setRightBass:(BOOL)arg1; +- (void)setRightMicrophoneVolume:(float)arg1; +- (void)setRightMixedVolume:(float)arg1; +- (void)setRightSensitivity:(float)arg1; +- (void)setRightStreamVolume:(float)arg1; +- (void)setRightTreble:(BOOL)arg1; +- (void)setValue:(id)arg1 forProperty:(unsigned long long)arg2; +- (BOOL)supportsBinauralStreaming; +- (BOOL)supportsCombinedPresets; +- (BOOL)supportsCombinedVolumes; +- (id)valueForProperty:(unsigned long long)arg1; + +@end diff --git a/protocols/AXHARemoteControllerProtocol.h b/protocols/AXHARemoteControllerProtocol.h new file mode 100644 index 0000000000..52642c9198 --- /dev/null +++ b/protocols/AXHARemoteControllerProtocol.h @@ -0,0 +1,13 @@ +/* Generated by RuntimeBrowser. + */ + +@protocol AXHARemoteControllerProtocol + +@required + +- (AXHADispatchTimer *)communicationTimer; +- (BOOL)didValidateHIID; +- (void)setCommunicationTimer:(AXHADispatchTimer *)arg1; +- (void)setDidValidateHIID:(BOOL)arg1; + +@end diff --git a/protocols/AXHARemoteUpdateProtocol.h b/protocols/AXHARemoteUpdateProtocol.h new file mode 100644 index 0000000000..4bddf4b200 --- /dev/null +++ b/protocols/AXHARemoteUpdateProtocol.h @@ -0,0 +1,11 @@ +/* Generated by RuntimeBrowser. + */ + +@protocol AXHARemoteUpdateProtocol + +@required + +- (void)updateProperty:(unsigned long long)arg1 forDeviceID:(NSString *)arg2; +- (void)writeValue:(id)arg1 forProperty:(unsigned long long)arg2 forDeviceID:(NSString *)arg3; + +@end diff --git a/protocols/AXIDCControllerBrowserDelegateProtocol.h b/protocols/AXIDCControllerBrowserDelegateProtocol.h new file mode 100644 index 0000000000..f6066508f6 --- /dev/null +++ b/protocols/AXIDCControllerBrowserDelegateProtocol.h @@ -0,0 +1,15 @@ +/* Generated by RuntimeBrowser. + */ + +@protocol AXIDCControllerBrowserDelegateProtocol + +@required + +- (void)availableRemoteControllersDidChange; + +@optional + +- (void)controller:(AXIDCRemoteController *)arg1 didFinishSendingData:(AXIDCMessage *)arg2; +- (void)controller:(AXIDCRemoteController *)arg1 didReceiveData:(AXIDCMessage *)arg2; + +@end diff --git a/protocols/AXIDCManagerSecurityDelegate.h b/protocols/AXIDCManagerSecurityDelegate.h new file mode 100644 index 0000000000..0d93c1c814 --- /dev/null +++ b/protocols/AXIDCManagerSecurityDelegate.h @@ -0,0 +1,11 @@ +/* Generated by RuntimeBrowser. + */ + +@protocol AXIDCManagerSecurityDelegate + +@required + +- (NSArray *)securityTrustChainForStream:(NSStream *)arg1; +- (BOOL)shouldTrustStream:(NSStream *)arg1; + +@end diff --git a/protocols/AXOratorDelegate.h b/protocols/AXOratorDelegate.h new file mode 100644 index 0000000000..66d8309294 --- /dev/null +++ b/protocols/AXOratorDelegate.h @@ -0,0 +1,15 @@ +/* Generated by RuntimeBrowser. + */ + +@protocol AXOratorDelegate + +@optional + +- (void)orator:(AXOrator *)arg1 willSpeakRange:(struct _NSRange { unsigned int x1; unsigned int x2; })arg2 ofContent:(NSString *)arg3; +- (void)oratorDidCancelSpeaking:(AXOrator *)arg1; +- (void)oratorDidFinishSpeaking:(AXOrator *)arg1; +- (void)oratorDidPauseSpeaking:(AXOrator *)arg1; +- (void)oratorDidResumeSpeaking:(AXOrator *)arg1; +- (void)oratorDidStartSpeaking:(AXOrator *)arg1; + +@end diff --git a/protocols/AXSystemAppServer.h b/protocols/AXSystemAppServer.h index c83f115d72..54c7aa8401 100644 --- a/protocols/AXSystemAppServer.h +++ b/protocols/AXSystemAppServer.h @@ -14,6 +14,7 @@ - (BOOL)isControlCenterVisible; - (BOOL)isMediaPlaying; - (BOOL)isNotificationCenterVisible; +- (BOOL)isNotificationVisible; - (BOOL)isNowPlayingUIVisible; - (BOOL)isReceivingAirPlay; - (BOOL)isScreenSaverVisible; @@ -21,7 +22,6 @@ - (BOOL)isSiriTalkingOrListening; - (BOOL)isSiriVisible; - (BOOL)isSoftwareUpdateUIVisible; -- (BOOL)isStickyNotificationVisible; - (BOOL)openSiri; - (int)pid; - (void)pid:(void *)arg1; // needs 1 arg types, found 6: id /* block */, /* Warning: Unrecognized filer type: '<' using 'void*' */ void*, void, id /* block */, int, void* diff --git a/protocols/AXUIAlertStyleProvider.h b/protocols/AXUIAlertStyleProvider.h new file mode 100644 index 0000000000..7f00b277f1 --- /dev/null +++ b/protocols/AXUIAlertStyleProvider.h @@ -0,0 +1,30 @@ +/* Generated by RuntimeBrowser. + */ + +@protocol AXUIAlertStyleProvider + +@required + +- (struct CGSize { float x1; float x2; })alertBackgroundSizeForType:(unsigned int)arg1; +- (int)alertBackgroundStyleForType:(unsigned int)arg1; +- (struct UIEdgeInsets { float x1; float x2; float x3; float x4; })alertContentEdgeInsetsForType:(unsigned int)arg1; +- (struct UIEdgeInsets { float x1; float x2; float x3; float x4; })alertEdgeInsetsForType:(unsigned int)arg1; +- (double)alertFadeAnimationDurationForType:(unsigned int)arg1; +- (struct UIEdgeInsets { float x1; float x2; float x3; float x4; })alertIconImageEdgeInsetsForType:(unsigned int)arg1; +- (int)alertPositionForType:(unsigned int)arg1; +- (BOOL)alertShouldGrowInAxis:(int)arg1 forType:(unsigned int)arg2; +- (UIColor *)alertSubtitleTextColorForType:(unsigned int)arg1; +- (UIFont *)alertSubtitleTextFontForType:(unsigned int)arg1; +- (float)alertSubtitleTextLineHeightOffsetForType:(unsigned int)arg1; +- (float)alertSubtitleTextVerticalSpacingHeightWithTextForType:(unsigned int)arg1; +- (UIColor *)alertTextColorForType:(unsigned int)arg1; +- (UIFont *)alertTextFontForType:(unsigned int)arg1; +- (float)alertTextLineHeightOffsetForType:(unsigned int)arg1; + +@optional + +- (float)alertBackgroundCornerRadiusForType:(unsigned int)arg1; +- (struct UIEdgeInsets { float x1; float x2; float x3; float x4; })alertBackgroundImageCapInsetsForType:(unsigned int)arg1; +- (UIImage *)alertBackgroundImageForType:(unsigned int)arg1; + +@end diff --git a/protocols/AXUIMessageSenderDelegate_ServiceFramework.h b/protocols/AXUIMessageSenderDelegate_ServiceFramework.h new file mode 100644 index 0000000000..3a07f19c35 --- /dev/null +++ b/protocols/AXUIMessageSenderDelegate_ServiceFramework.h @@ -0,0 +1,16 @@ +/* Generated by RuntimeBrowser. + */ + +@protocol AXUIMessageSenderDelegate_ServiceFramework + +@required + +- (void)messageSender:(void *)arg1 accessXPCConnectionForMessageWithContext:(void *)arg2 usingBlock:(void *)arg3; // needs 3 arg types, found 8: AXUIMessageSender_ServiceFramework *, void*, id /* block */, /* Warning: Unrecognized filer type: '<' using 'void*' */ void*, void, id /* block */, NSObject *, void* + +@optional + +- (void*)messageSender:(AXUIMessageSender_ServiceFramework *)arg1 extractCustomDataFromXPCReply:(NSObject *)arg2 numberOfKeyValuePairsForCustomData:(unsigned int*)arg3; +- (void)messageSender:(AXUIMessageSender_ServiceFramework *)arg1 processCustomDataFromXPCReply:(void*)arg2; +- (void)messageSender:(AXUIMessageSender_ServiceFramework *)arg1 willSendXPCMessage:(NSObject *)arg2 context:(void*)arg3; + +@end diff --git a/protocols/AdditionalInfoProtocol.h b/protocols/AdditionalInfoProtocol.h new file mode 100644 index 0000000000..b9592ebb51 --- /dev/null +++ b/protocols/AdditionalInfoProtocol.h @@ -0,0 +1,10 @@ +/* Generated by RuntimeBrowser. + */ + +@protocol AdditionalInfoProtocol + +@required + +- (id)generateAdditionalInfo:(EventDescription *)arg1; + +@end diff --git a/protocols/BLTDebugObserverWatchKitAppList.h b/protocols/BLTDebugObserverWatchKitAppList.h new file mode 100644 index 0000000000..d2ff1abda2 --- /dev/null +++ b/protocols/BLTDebugObserverWatchKitAppList.h @@ -0,0 +1,10 @@ +/* Generated by RuntimeBrowser. + */ + +@protocol BLTDebugObserverWatchKitAppList + +@required + +- (BOOL)isLoaded; + +@end diff --git a/protocols/BRProtocol.h b/protocols/BRProtocol.h index 95259c7115..7528aa7a40 100644 --- a/protocols/BRProtocol.h +++ b/protocols/BRProtocol.h @@ -15,7 +15,6 @@ - (void)addExternalDocumentReferenceTo:(void *)arg1 forPid:(void *)arg2 inContainer:(void *)arg3 underParent:(void *)arg4 reply:(void *)arg5; // needs 5 arg types, found 15: NSURL *, int, NSString *, NSURL *, id /* block */, /* Warning: Unrecognized filer type: '<' using 'void*' */ void*, void, id /* block */, NSURL *, NSURL *, NSData *, NSURL *, NSData *, NSError *, void* - (void)boostFilePresenterAtURL:(void *)arg1 reply:(void *)arg2; // needs 2 arg types, found 7: NSURL *, id /* block */, /* Warning: Unrecognized filer type: '<' using 'void*' */ void*, void, id /* block */, NSError *, void* - (oneway void)bundleDidAccessExternalDocument:(NSFileHandle *)arg1; -- (void)canLogoutSafely:(void *)arg1; // needs 1 arg types, found 7: id /* block */, /* Warning: Unrecognized filer type: '<' using 'void*' */ void*, void, id /* block */, BOOL, NSError *, void* - (oneway void)checkinAskClientIfUsingUbiquity:(BOOL)arg1; - (void)computePurgableSpaceWithUrgency:(void *)arg1 reply:(void *)arg2; // needs 2 arg types, found 7: int, id /* block */, /* Warning: Unrecognized filer type: '<' using 'void*' */ void*, void, id /* block */, long long, void* - (void)copyBulkShareIDsAtURLs:(void *)arg1 reply:(void *)arg2; // needs 2 arg types, found 8: NSArray *, id /* block */, /* Warning: Unrecognized filer type: '<' using 'void*' */ void*, void, id /* block */, NSDictionary *, NSError *, void* @@ -75,6 +74,7 @@ - (void)joinShareAtURL:(void *)arg1 reply:(void *)arg2; // needs 2 arg types, found 9: NSURL *, id /* block */, /* Warning: Unrecognized filer type: '<' using 'void*' */ void*, void, id /* block */, NSURL *, NSURL *, NSError *, void* - (void)lookupExcludedExtensionsForLogoutWithReply:(void *)arg1; // needs 1 arg types, found 7: id /* block */, /* Warning: Unrecognized filer type: '<' using 'void*' */ void*, void, id /* block */, NSSet *, NSError *, void* - (void)lookupExcludedFilenamesForLogoutWithReply:(void *)arg1; // needs 1 arg types, found 7: id /* block */, /* Warning: Unrecognized filer type: '<' using 'void*' */ void*, void, id /* block */, NSSet *, NSError *, void* +- (void)moveBRSecurityBookmarkAtURL:(void *)arg1 toURL:(void *)arg2 reply:(void *)arg3; // needs 3 arg types, found 8: NSURL *, NSURL *, id /* block */, /* Warning: Unrecognized filer type: '<' using 'void*' */ void*, void, id /* block */, NSError *, void* - (void)overwriteAccessTimeForItemAtURL:(void *)arg1 atime:(void *)arg2 reply:(void *)arg3; // needs 3 arg types, found 8: NSURL *, unsigned long long, id /* block */, /* Warning: Unrecognized filer type: '<' using 'void*' */ void*, void, id /* block */, NSError *, void* - (void)performSelfCheck:(void *)arg1 reply:(void *)arg2; // needs 2 arg types, found 8: NSFileHandle *, id /* block */, /* Warning: Unrecognized filer type: '<' using 'void*' */ void*, void, id /* block */, BOOL, NSError *, void* - (void)postiCloudDriveAppInstallationNotificaionWithReply:(void *)arg1; // needs 1 arg types, found 6: id /* block */, /* Warning: Unrecognized filer type: '<' using 'void*' */ void*, void, id /* block */, NSError *, void* diff --git a/protocols/BWBracketSettingsProvider.h b/protocols/BWBracketSettingsProvider.h index 2fc984c7f1..e6c349cd6a 100644 --- a/protocols/BWBracketSettingsProvider.h +++ b/protocols/BWBracketSettingsProvider.h @@ -5,7 +5,7 @@ @required -- (BWBracketSettings *)bracketSettingsForBracketingMode:(int)arg1 withCurrentFrameStats:(struct { double x1; float x2; float x3; double x4; float x5; unsigned int x6; unsigned int x7; unsigned int x8; unsigned int x9; unsigned char x10; unsigned char x11; unsigned int x12; unsigned int x13; int x14; int x15; unsigned int x16; float x17; float x18; float x19; double x20; int x21; int x22; float x23; int x24; int x25; int x26; float x27; int x28; int x29; int x30; int x31; long long x32; }*)arg2 stillImageSettings:(FigCaptureStillImageSettings *)arg3; +- (BWBracketSettings *)bracketSettingsForBracketingMode:(int)arg1 withCurrentFrameStats:(struct { double x1; float x2; float x3; double x4; float x5; unsigned int x6; unsigned int x7; unsigned int x8; unsigned int x9; unsigned char x10; unsigned char x11; unsigned int x12; unsigned int x13; int x14; int x15; unsigned int x16; float x17; float x18; float x19; double x20; int x21; int x22; int x23; float x24; int x25; int x26; int x27; float x28; int x29; int x30; int x31; int x32; long long x33; }*)arg2 stillImageSettings:(FigCaptureStillImageSettings *)arg3; - (int)worstCaseInitialMaxBracketCountForBracketingMode:(int)arg1; @end diff --git a/protocols/BWDetectedFacesFilterDelegate.h b/protocols/BWDetectedFacesFilterDelegate.h new file mode 100644 index 0000000000..9a0aef1d45 --- /dev/null +++ b/protocols/BWDetectedFacesFilterDelegate.h @@ -0,0 +1,10 @@ +/* Generated by RuntimeBrowser. + */ + +@protocol BWDetectedFacesFilterDelegate + +@required + +- (void)filterDetectedFacesInSampleBuffer:(struct opaqueCMSampleBuffer { }*)arg1; + +@end diff --git a/protocols/CAMPhysicalCaptureNotifierDelegate.h b/protocols/CAMPhysicalCaptureNotifierDelegate.h new file mode 100644 index 0000000000..f8d2bc58c6 --- /dev/null +++ b/protocols/CAMPhysicalCaptureNotifierDelegate.h @@ -0,0 +1,10 @@ +/* Generated by RuntimeBrowser. + */ + +@protocol CAMPhysicalCaptureNotifierDelegate + +@required + +- (void)physicalCaptureNotifierDidChangeState:(CAMPhysicalCaptureNotifier *)arg1; + +@end diff --git a/protocols/CCCameraConnectionDelegate.h b/protocols/CCCameraConnectionDelegate.h index a072eedb17..9000ffd46d 100644 --- a/protocols/CCCameraConnectionDelegate.h +++ b/protocols/CCCameraConnectionDelegate.h @@ -27,9 +27,12 @@ - (int)cameraConnectionHDRSupport:(CCCameraConnection *)arg1; - (int)cameraConnectionIrisMode:(CCCameraConnection *)arg1; - (int)cameraConnectionIrisSupport:(CCCameraConnection *)arg1; +- (unsigned int)cameraConnectionMode:(CCCameraConnection *)arg1; - (int)cameraConnectionOrientation:(CCCameraConnection *)arg1; - (unsigned int)cameraConnectionSupportedModes:(CCCameraConnection *)arg1; - (void)cameraConnectionToggleCameraDevice:(CCCameraConnection *)arg1; +- (BOOL)cameraConnectionToggleCameraDeviceSupport:(CCCameraConnection *)arg1; - (float)cameraConnectionZoomAmount:(CCCameraConnection *)arg1; +- (BOOL)cameraConnectionZoomSupport:(CCCameraConnection *)arg1; @end diff --git a/protocols/CCCameraConnectionProtocol.h b/protocols/CCCameraConnectionProtocol.h index 2151884620..7184a44adf 100644 --- a/protocols/CCCameraConnectionProtocol.h +++ b/protocols/CCCameraConnectionProtocol.h @@ -11,7 +11,7 @@ - (oneway void)xpc_cancelCountdown; - (oneway void)xpc_endBurstCaptureWithReply:(void *)arg1; // needs 1 arg types, found 6: id /* block */, /* Warning: Unrecognized filer type: '<' using 'void*' */ void*, void, id /* block */, BOOL, void* - (oneway void)xpc_endVideo; -- (oneway void)xpc_fetchCurrentState:(void *)arg1; // needs 1 arg types, found 14: id /* block */, /* Warning: Unrecognized filer type: '<' using 'void*' */ void*, void, id /* block */, int, float, int, int, int, int, int, int, BOOL, void* +- (oneway void)xpc_fetchCurrentState:(void *)arg1; // needs 1 arg types, found 17: id /* block */, /* Warning: Unrecognized filer type: '<' using 'void*' */ void*, void, id /* block */, int, int, BOOL, BOOL, float, int, int, int, int, int, int, BOOL, void* - (oneway void)xpc_setCameraMode:(void *)arg1 interruptCapture:(void *)arg2 completion:(void *)arg3; // needs 3 arg types, found 8: int, BOOL, id /* block */, /* Warning: Unrecognized filer type: '<' using 'void*' */ void*, void, id /* block */, int, void* - (oneway void)xpc_setFlashMode:(int)arg1; - (oneway void)xpc_setFocusPoint:(NSValue *)arg1; diff --git a/protocols/CCUIControlCenterButtonDelegate.h b/protocols/CCUIControlCenterButtonDelegate.h index 6e6249e35d..21368e9392 100644 --- a/protocols/CCUIControlCenterButtonDelegate.h +++ b/protocols/CCUIControlCenterButtonDelegate.h @@ -6,6 +6,7 @@ @required - (void)buttonTapped:(CCUIControlCenterButton *)arg1; +- ( *)controlCenterSystemAgent; - (BOOL)isInternal; @optional diff --git a/protocols/CECBusPollingOperationDelegate.h b/protocols/CECBusPollingOperationDelegate.h deleted file mode 100644 index affdcb9ed7..0000000000 --- a/protocols/CECBusPollingOperationDelegate.h +++ /dev/null @@ -1,16 +0,0 @@ -/* Generated by RuntimeBrowser. - */ - -@protocol CECBusPollingOperationDelegate - -@required - -- (BOOL)pollingOperation:(CECBusPollingOperation *)arg1 shouldSkipAddress:(unsigned char)arg2; -- (void)pollingOperationCompleted:(CECBusPollingOperation *)arg1; - -@optional - -- (void)pollingOperation:(CECBusPollingOperation *)arg1 deviceNotRespondingAtAddress:(unsigned char)arg2; -- (void)pollingOperation:(CECBusPollingOperation *)arg1 encounteredError:(NSError *)arg2 forMessage:(CECMessage *)arg3; - -@end diff --git a/protocols/CECInterfaceDelegate.h b/protocols/CECInterfaceDelegate.h deleted file mode 100644 index 36e07ea2b1..0000000000 --- a/protocols/CECInterfaceDelegate.h +++ /dev/null @@ -1,12 +0,0 @@ -/* Generated by RuntimeBrowser. - */ - -@protocol CECInterfaceDelegate - -@required - -- (void)interface:(CECInterface *)arg1 hibernationChanged:(BOOL)arg2; -- (void)interface:(CECInterface *)arg1 receivedFrame:(struct CECFrame { unsigned char x1[16]; unsigned int x2 : 5; unsigned int x3 : 3; })arg2; -- (void)interfacePropertiesChanged:(CECInterface *)arg1; - -@end diff --git a/protocols/CKBrowserViewControllerProtocol.h b/protocols/CKBrowserViewControllerProtocol.h index a561ae24de..523764d34a 100644 --- a/protocols/CKBrowserViewControllerProtocol.h +++ b/protocols/CKBrowserViewControllerProtocol.h @@ -58,8 +58,7 @@ - (void)saveSnapshotForBrowserViewController; - (void)setAdamID:(NSNumber *)arg1; - (void)setCurrentBrowserConsumer:(int)arg1; -- (void)setStoreLaunchURL:(NSURL *)arg1; -- (NSURL *)storeLaunchURL; +- (void)setStoreLaunchURL:(NSURL *)arg1 sourceApplication:(NSString *)arg2; - (void)unloadRemoteView; - (void)viewDidTransitionToCompactPresentation; - (void)viewDidTransitionToExpandedPresentation; diff --git a/protocols/CKComposeChatControllerDelegate.h b/protocols/CKComposeChatControllerDelegate.h index 472e8ef511..8934887ad9 100644 --- a/protocols/CKComposeChatControllerDelegate.h +++ b/protocols/CKComposeChatControllerDelegate.h @@ -8,6 +8,7 @@ - (void)composeChatController:(CKComposeChatController *)arg1 didSelectNewConversation:(CKConversation *)arg2; - (BOOL)composeChatControllerCanEditRecipients; - (void)composeChatControllerDidCancelComposition:(CKComposeChatController *)arg1; +- (BOOL)composeChatControllerShouldShowBackButtonViewDuringSendAnimation:(CKComposeChatController *)arg1; @optional diff --git a/protocols/CKDAccountInfoProvider.h b/protocols/CKDAccountInfoProvider.h index e46a3b2a88..742339dd86 100644 --- a/protocols/CKDAccountInfoProvider.h +++ b/protocols/CKDAccountInfoProvider.h @@ -10,6 +10,7 @@ - (NSURL *)baseURLForServerType:(int)arg1 partitionType:(int)arg2; - (NSString *)bundleID; - (BOOL)canAccessAccount; +- (BOOL)canAuthWithCloudKit; - (void)cloudKitAuthTokenWithCompletionHandler:(void *)arg1; // needs 1 arg types, found 7: id /* block */, /* Warning: Unrecognized filer type: '<' using 'void*' */ void*, void, id /* block */, NSString *, NSError *, void* - (CKDServerConfiguration *)config; - (CKContainerID *)containerID; diff --git a/protocols/CKDParsedObject.h b/protocols/CKDParsedObject.h deleted file mode 100644 index b10b4f2930..0000000000 --- a/protocols/CKDParsedObject.h +++ /dev/null @@ -1,10 +0,0 @@ -/* Generated by RuntimeBrowser. - */ - -@protocol CKDParsedObject - -@required - -- (void)CKLogToFileHandle:(NSFileHandle *)arg1; - -@end diff --git a/protocols/CKQLPreviewControllerDelegate.h b/protocols/CKQLPreviewControllerDelegate.h index 7501bc4e2e..37c5321b5e 100644 --- a/protocols/CKQLPreviewControllerDelegate.h +++ b/protocols/CKQLPreviewControllerDelegate.h @@ -6,6 +6,7 @@ @required - (CKInvisibleInkEffectController *)invisibleInkEffectControllerForPreviewController:(CKQLPreviewController *)arg1; +- (void)previewControllerDidCancelDismiss:(QLPreviewController *)arg1; @optional diff --git a/protocols/CKThrowAnimationManagerDelegate.h b/protocols/CKThrowAnimationManagerDelegate.h index 5ede848825..c4044568d4 100644 --- a/protocols/CKThrowAnimationManagerDelegate.h +++ b/protocols/CKThrowAnimationManagerDelegate.h @@ -10,6 +10,7 @@ - (float)throwAnimationManagerAccessoryViewHeight:(CKThrowAnimationManager *)arg1; - (CKMessageEntryView *)throwAnimationManagerEntryView:(CKThrowAnimationManager *)arg1; - (void)throwAnimationManagerPrepareForThrowAnimation:(CKThrowAnimationManager *)arg1 context:(id )arg2; +- (float)throwAnimationManagerTopHeaderHeight:(CKThrowAnimationManager *)arg1; - (struct CGRect { struct CGPoint { float x_1_1_1; float x_1_1_2; } x1; struct CGSize { float x_2_1_1; float x_2_1_2; } x2; })throwAnimationWindowFrame:(CKThrowAnimationManager *)arg1; @end diff --git a/protocols/CLIPSShimDelegate.h b/protocols/CLIPSShimDelegate.h new file mode 100644 index 0000000000..dd7c35e1d3 --- /dev/null +++ b/protocols/CLIPSShimDelegate.h @@ -0,0 +1,12 @@ +/* Generated by RuntimeBrowser. + */ + +@protocol CLIPSShimDelegate + +@optional + +- (void)clipsConsoleOutput:(NSString *)arg1 consoleChannel:(const char *)arg2 forEngine:(CLIPSShim *)arg3; +- (void)clipsDidClear:(CLIPSShim *)arg1; +- (void)clipsDidReset:(CLIPSShim *)arg1; + +@end diff --git a/protocols/CLSInvestigationItem.h b/protocols/CLSInvestigationItem.h index fcaa4fcdeb..19addf0223 100644 --- a/protocols/CLSInvestigationItem.h +++ b/protocols/CLSInvestigationItem.h @@ -10,6 +10,8 @@ - (double)clsContentScore; - (NSDate *)clsDate; - (NSData *)clsDistanceIdentity; +- (BOOL)clsIsHDR; +- (BOOL)clsIsSDOF; - (CLLocation *)clsLocation; - (NSArray *)clsPeopleNames; - (int)clsPlayCount; @@ -20,6 +22,7 @@ - (struct CGImage { }*)createThumbnailWithResolution:(unsigned int)arg1 fillMode:(BOOL)arg2 networkAllowed:(BOOL)arg3; - (NSDate *)date; - (NSDateComponents *)dateComponents; +- (BOOL)isBlurry; - (BOOL)isFavorite; - (BOOL)isScreenshot; - (BOOL)isUtility; diff --git a/protocols/CLSQueryPerformerProtocol.h b/protocols/CLSQueryPerformerProtocol.h index 835f591d96..4e247e5ed9 100644 --- a/protocols/CLSQueryPerformerProtocol.h +++ b/protocols/CLSQueryPerformerProtocol.h @@ -11,6 +11,7 @@ - (void)cacheItems:(NSArray *)arg1; - (void)cancel; +- (BOOL)isCancelled; - (NSArray *)regions; - (void)submitWithHandler:(void *)arg1; // needs 1 arg types, found 7: id /* block */, /* Warning: Unrecognized filer type: '<' using 'void*' */ void*, void, id /* block */, NSArray *, NSError *, void* diff --git a/protocols/CLSSnapshotSupportProtocol.h b/protocols/CLSSnapshotSupportProtocol.h index 02353f5170..f59dc3de8b 100644 --- a/protocols/CLSSnapshotSupportProtocol.h +++ b/protocols/CLSSnapshotSupportProtocol.h @@ -10,12 +10,14 @@ - (int)clsPlayCount; - (NSSet *)clsSceneClassifications; - (int)clsShareCount; +- (float)clsSharpnessScore; - (float)clsVideoScore; - (int)clsViewCount; - (double)duration; - (unsigned int)facesCount; - (BOOL)hasAdjustments; - (BOOL)isAudio; +- (BOOL)isBlurry; - (BOOL)isFavorite; - (BOOL)isHidden; - (BOOL)isIncludedInCloudFeeds; diff --git a/protocols/CNAutocompleteProbeProvider.h b/protocols/CNAutocompleteProbeProvider.h index 56b4990a3a..d007392ccd 100644 --- a/protocols/CNAutocompleteProbeProvider.h +++ b/protocols/CNAutocompleteProbeProvider.h @@ -6,6 +6,7 @@ @required - ( *)performanceProbe; +- ( *)suggestionsProbe; - ( *)usageMonitorProbe; @end diff --git a/protocols/CNAutocompleteSuggestionsProbe.h b/protocols/CNAutocompleteSuggestionsProbe.h new file mode 100644 index 0000000000..d44cc8d1b4 --- /dev/null +++ b/protocols/CNAutocompleteSuggestionsProbe.h @@ -0,0 +1,11 @@ +/* Generated by RuntimeBrowser. + */ + +@protocol CNAutocompleteSuggestionsProbe + +@required + +- (void)recordUserSawResultsConsideredSuggestion; +- (void)recordUserSelectedAutocompleteResult:(CNAutocompleteResult *)arg1; + +@end diff --git a/protocols/CNChangeNotificationReceiver.h b/protocols/CNChangeNotificationReceiver.h index 125d736657..ba873166a6 100644 --- a/protocols/CNChangeNotificationReceiver.h +++ b/protocols/CNChangeNotificationReceiver.h @@ -5,8 +5,11 @@ @required +- (double)externalNotificationCoalescingDelay; - (BOOL)forwardsSelfGeneratedDistributedSaveNotifications; +- (void)receiveExternalNotificationName:(NSString *)arg1; - (void)receiveNotificationName:(NSString *)arg1 fromSender:(id )arg2 saveIdentifier:(NSString *)arg3 userInfo:(NSDictionary *)arg4 isFromExternalProcess:(BOOL)arg5; +- (void)setExternalNotificationCoalescingDelay:(double)arg1; - (void)setForwardsSelfGeneratedDistributedSaveNotifications:(BOOL)arg1; @end diff --git a/protocols/CNContactDataSource.h b/protocols/CNContactDataSource.h index 89e5ef1eef..a78a564291 100644 --- a/protocols/CNContactDataSource.h +++ b/protocols/CNContactDataSource.h @@ -12,7 +12,7 @@ - ( *)delegate; - (NSIndexPath *)indexPathForContact:(CNContact *)arg1; - (NSArray *)indexSections; -- (NSString *)meContactIdentifier; +- (NSString *)mainStorePreferredForNameMeContactIdentifier; - (NSArray *)sections; - (void)setDelegate:(id )arg1; diff --git a/protocols/CNDataMapper.h b/protocols/CNDataMapper.h index dc44325072..3e198ce8b2 100644 --- a/protocols/CNDataMapper.h +++ b/protocols/CNDataMapper.h @@ -37,12 +37,15 @@ - ( *)batchEnumeratorForFetchRequest:(CNContactFetchRequest *)arg1; - (CNChangeHistory *)changeHistoryWithFetchRequest:(CNChangeHistoryFetchRequest *)arg1 error:(id*)arg2; - (BOOL)clearChangeHistoryForClient:(NSString *)arg1 toSequenceNumber:(int)arg2 error:(id*)arg3; +- (NSString *)contactIdentifierWithMatchingDictionary:(NSDictionary *)arg1; - (NSArray *)contactIdentifiersForFetchRequest:(CNContactFetchRequest *)arg1 error:(id*)arg2; - (CNContact *)contactWithUserActivityUserInfo:(NSDictionary *)arg1 keysToFetch:(NSArray *)arg2; - (NSArray *)contactsWithIdentifiers:(NSArray *)arg1 keysToFetch:(NSArray *)arg2 error:(id*)arg3; +- ( *)descriptorForRequiredKeysForMatchingDictionary; - ( *)executeFetchRequest:(void *)arg1 progressiveResults:(void *)arg2 completion:(void *)arg3; // needs 3 arg types, found 14: CNContactFetchRequest *, id /* block */, /* Warning: Unrecognized filer type: '<' using 'void*' */ void*, void, id /* block */, NSArray *, NSDictionary *, void*, id /* block */, void*, void, id /* block */, NSError *, void* - (NSArray *)groupsWithIdentifiers:(NSArray *)arg1 error:(id*)arg2; - (NSString *)identifierWithError:(id*)arg1; +- (NSDictionary *)matchingDictionaryForContact:(CNContact *)arg1; - (BOOL)registerClientForChangeHistory:(NSString *)arg1 error:(id*)arg2; - (BOOL)setBestMeIfNeededForGivenName:(NSString *)arg1 familyName:(NSString *)arg2 email:(NSString *)arg3 error:(id*)arg4; - (BOOL)setMeContact:(CNContact *)arg1 error:(id*)arg2; diff --git a/protocols/CNTUCallProvider.h b/protocols/CNTUCallProvider.h index bad19ffc0d..32265a3834 100644 --- a/protocols/CNTUCallProvider.h +++ b/protocols/CNTUCallProvider.h @@ -6,7 +6,7 @@ @required - (NSString *)bundleIdentifier; -- ( *)dialRequestForDestinationID:(NSString *)arg1 contact:(CNContact *)arg2 video:(BOOL)arg3; +- ( *)dialRequestForDestinationID:(NSString *)arg1 customIdentifier:(NSString *)arg2 contact:(CNContact *)arg3 video:(BOOL)arg4; - (NSString *)localizedName; - (NSSet *)supportedHandleTypes; - (BOOL)supportsAudio; diff --git a/protocols/CNUIPRLikenessProvider.h b/protocols/CNUIPRLikenessProvider.h index 8e143e5333..6213eea637 100644 --- a/protocols/CNUIPRLikenessProvider.h +++ b/protocols/CNUIPRLikenessProvider.h @@ -5,6 +5,7 @@ @optional +- (struct CGImage { }*)_cnui_imageForSize:(struct CGSize { float x1; float x2; })arg1 scale:(float)arg2; - (PRLikeness *)_cnui_likeness; - (PRLikeness *)_cnui_likenessForSize:(struct CGSize { float x1; float x2; })arg1; - (PRLikeness *)_cnui_likenessForSize:(struct CGSize { float x1; float x2; })arg1 scale:(float)arg2; diff --git a/protocols/CUPairingDaemonXPCInterface.h b/protocols/CUPairingDaemonXPCInterface.h new file mode 100644 index 0000000000..8bed03cfc4 --- /dev/null +++ b/protocols/CUPairingDaemonXPCInterface.h @@ -0,0 +1,16 @@ +/* Generated by RuntimeBrowser. + */ + +@protocol CUPairingDaemonXPCInterface + +@required + +- (void)deletePairingIdentityWithOptions:(void *)arg1 completion:(void *)arg2; // needs 2 arg types, found 7: unsigned int, id /* block */, /* Warning: Unrecognized filer type: '<' using 'void*' */ void*, void, id /* block */, NSError *, void* +- (void)findPairedPeer:(void *)arg1 options:(void *)arg2 completion:(void *)arg3; // needs 3 arg types, found 9: CUPairedPeer *, unsigned int, id /* block */, /* Warning: Unrecognized filer type: '<' using 'void*' */ void*, void, id /* block */, CUPairedPeer *, NSError *, void* +- (void)getPairedPeersWithOptions:(void *)arg1 completion:(void *)arg2; // needs 2 arg types, found 8: unsigned int, id /* block */, /* Warning: Unrecognized filer type: '<' using 'void*' */ void*, void, id /* block */, NSArray *, NSError *, void* +- (void)getPairingIdentityWithOptions:(void *)arg1 completion:(void *)arg2; // needs 2 arg types, found 8: unsigned int, id /* block */, /* Warning: Unrecognized filer type: '<' using 'void*' */ void*, void, id /* block */, CUPairingIdentity *, NSError *, void* +- (void)removePairedPeer:(void *)arg1 options:(void *)arg2 completion:(void *)arg3; // needs 3 arg types, found 8: CUPairedPeer *, unsigned int, id /* block */, /* Warning: Unrecognized filer type: '<' using 'void*' */ void*, void, id /* block */, NSError *, void* +- (void)savePairedPeer:(void *)arg1 options:(void *)arg2 completion:(void *)arg3; // needs 3 arg types, found 8: CUPairedPeer *, unsigned int, id /* block */, /* Warning: Unrecognized filer type: '<' using 'void*' */ void*, void, id /* block */, NSError *, void* +- (void)showWithCompletion:(void *)arg1; // needs 1 arg types, found 7: id /* block */, /* Warning: Unrecognized filer type: '<' using 'void*' */ void*, void, id /* block */, NSString *, NSError *, void* + +@end diff --git a/protocols/CUPairingManagerXPCInterface.h b/protocols/CUPairingManagerXPCInterface.h new file mode 100644 index 0000000000..90e009b04c --- /dev/null +++ b/protocols/CUPairingManagerXPCInterface.h @@ -0,0 +1,6 @@ +/* Generated by RuntimeBrowser. + */ + +@protocol CUPairingManagerXPCInterface + +@end diff --git a/protocols/CVMLClustering.h b/protocols/CVMLClustering.h index c51ff45092..97262edc2d 100644 --- a/protocols/CVMLClustering.h +++ b/protocols/CVMLClustering.h @@ -8,6 +8,7 @@ - (BOOL)addDescriptorIds:(NSArray *)arg1 withSimilarityMatrix:(CVMLSimilarityMatrix *)arg2 error:(id*)arg3; - (NSArray *)getClustersWithOptions:(NSDictionary *)arg1 error:(id*)arg2; - (NSArray *)suggestionsForClusterIds:(NSArray *)arg1 affinityThreshold:(float)arg2 error:(id*)arg3; +- (NSArray *)suggestionsForClusterIdsWithFlags:(NSDictionary *)arg1 affinityThreshold:(float)arg2 error:(id*)arg3; @optional @@ -15,7 +16,9 @@ - (NSData *)getClusterState:(id*)arg1; - (NSSet *)getClusteredIds; - (NSArray *)getClustersForClusterIds:(NSArray *)arg1 options:(NSDictionary *)arg2 error:(id*)arg3; +- (NSNumber *)getDistanceBetweenLevel0ClustersWithFaceIds:(NSArray *)arg1; - (NSDictionary *)getDistances:(NSArray *)arg1 to:(NSArray *)arg2; +- (NSArray *)getLevel1ClusteredIdsGroupedByLevel0ClustersForFaceId:(NSNumber *)arg1; - (NSDictionary *)getRepresentativenessForFaces:(NSArray *)arg1 error:(id*)arg2; - (NSArray *)refinedSuggestionsForClusterIds:(NSArray *)arg1 fromClusters:(NSArray *)arg2 affinityThreshold:(float)arg3 error:(id*)arg4; diff --git a/protocols/CXCallDirectoryExtensionDataRequest.h b/protocols/CXCallDirectoryExtensionDataRequest.h index 91accf04f5..2052b8f2ed 100644 --- a/protocols/CXCallDirectoryExtensionDataRequest.h +++ b/protocols/CXCallDirectoryExtensionDataRequest.h @@ -6,6 +6,7 @@ @required - (void)beginWithCompletion:(void *)arg1; // needs 1 arg types, found 6: id /* block */, /* Warning: Unrecognized filer type: '<' using 'void*' */ void*, void, id /* block */, NSError *, void* -- (void)setDelegate:(id )arg1 queue:(NSObject *)arg2; +- ( *)delegate; +- (void)setDelegate:(id )arg1; @end diff --git a/protocols/CXCallObserverDataSource.h b/protocols/CXCallObserverDataSource.h index 64d9719be3..6085ea6882 100644 --- a/protocols/CXCallObserverDataSource.h +++ b/protocols/CXCallObserverDataSource.h @@ -5,11 +5,10 @@ @required +- (void)addDelegate:(id )arg1; - (NSDictionary *)callUUIDToCallMap; -- ( *)delegate; -- (id)initWithConcurrentQueue:(NSObject *)arg1; - (void)invalidate; +- (void)removeDelegate:(id )arg1; - (void)requestTransaction:(void *)arg1 forExtensionIdentifier:(void *)arg2 completion:(void *)arg3; // needs 3 arg types, found 8: CXTransaction *, NSString *, id /* block */, /* Warning: Unrecognized filer type: '<' using 'void*' */ void*, void, id /* block */, NSError *, void* -- (void)setDelegate:(id )arg1; @end diff --git a/protocols/CXVideoAspectRatioDescriptor.h b/protocols/CXVideoAspectRatioDescriptor.h new file mode 100644 index 0000000000..9620245538 --- /dev/null +++ b/protocols/CXVideoAspectRatioDescriptor.h @@ -0,0 +1,13 @@ +/* Generated by RuntimeBrowser. + */ + +@protocol CXVideoAspectRatioDescriptor + +@required + +- (struct CGSize { float x1; float x2; })localLandscapeAspectRatio; +- (struct CGSize { float x1; float x2; })localPortraitAspectRatio; +- (void)setLocalLandscapeAspectRatio:(struct CGSize { float x1; float x2; })arg1; +- (void)setLocalPortraitAspectRatio:(struct CGSize { float x1; float x2; })arg1; + +@end diff --git a/protocols/CalDAVAccountPropertyRefreshDelegate.h b/protocols/CalDAVAccountPropertyRefreshDelegate.h new file mode 100644 index 0000000000..70d17a2b3f --- /dev/null +++ b/protocols/CalDAVAccountPropertyRefreshDelegate.h @@ -0,0 +1,10 @@ +/* Generated by RuntimeBrowser. + */ + +@protocol CalDAVAccountPropertyRefreshDelegate + +@required + +- (void)propertyRefreshForPrincipal:(id )arg1 completedWithError:(NSError *)arg2; + +@end diff --git a/protocols/CalDAVCalendar.h b/protocols/CalDAVCalendar.h new file mode 100644 index 0000000000..d44127a1f0 --- /dev/null +++ b/protocols/CalDAVCalendar.h @@ -0,0 +1,110 @@ +/* Generated by RuntimeBrowser. + */ + +@protocol CalDAVCalendar + +@required + +- (NSSet *)allItemURLs; +- (NSDictionary *)bulkRequests; +- (NSURL *)calendarURL; +- (NSSet *)calendarUserAddresses; +- (BOOL)canBePublished; +- (BOOL)canBeShared; +- (NSString *)color; +- (NSString *)ctag; +- (BOOL)deleteResourcesAtURLs:(NSSet *)arg1; +- (NSDictionary *)etagsForItemURLs:(NSArray *)arg1; +- (NSString *)guid; +- (BOOL)hasCalendarUserAddressEquivalentToURL:(NSURL *)arg1; +- (NSDictionary *)hrefsToModDeleteActions; +- (BOOL)isAffectingAvailability; +- (BOOL)isEditable; +- (BOOL)isEnabled; +- (BOOL)isEventContainer; +- (BOOL)isFamilyCalendar; +- (BOOL)isManagedByServer; +- (BOOL)isMarkedImmutableSharees; +- (BOOL)isMarkedUndeletable; +- (BOOL)isNotification; +- (BOOL)isPoll; +- (BOOL)isPublished; +- (BOOL)isRenameable; +- (BOOL)isScheduleInbox; +- (BOOL)isScheduleOutbox; +- (BOOL)isSubscribed; +- (BOOL)isTaskContainer; +- (BOOL)needsPublishUpdate; +- (BOOL)needsResync; +- (NSString *)notes; +- (int)order; +- (NSURL *)owner; +- (NSString *)ownerDisplayName; +- (NSURL *)prePublishURL; +- ( *)principal; +- (NSURL *)publishURL; +- (NSString *)pushKey; +- (void)setBulkRequests:(NSDictionary *)arg1; +- (void)setCalendarURL:(NSURL *)arg1; +- (void)setCalendarUserAddresses:(NSSet *)arg1; +- (void)setCanBePublished:(BOOL)arg1; +- (void)setCanBeShared:(BOOL)arg1; +- (void)setColor:(NSString *)arg1; +- (void)setCtag:(NSString *)arg1; +- (BOOL)setEtag:(NSString *)arg1 forItemAtURL:(NSURL *)arg2; +- (void)setGuid:(NSString *)arg1; +- (void)setIsAffectingAvailability:(BOOL)arg1; +- (void)setIsEditable:(BOOL)arg1; +- (void)setIsEnabled:(BOOL)arg1; +- (void)setIsEventContainer:(BOOL)arg1; +- (void)setIsFamilyCalendar:(BOOL)arg1; +- (void)setIsManagedByServer:(BOOL)arg1; +- (void)setIsMarkedImmutableSharees:(BOOL)arg1; +- (void)setIsMarkedUndeletable:(BOOL)arg1; +- (void)setIsNotification:(BOOL)arg1; +- (void)setIsPoll:(BOOL)arg1; +- (void)setIsPublished:(BOOL)arg1; +- (void)setIsRenameable:(BOOL)arg1; +- (void)setIsScheduleInbox:(BOOL)arg1; +- (void)setIsScheduleOutbox:(BOOL)arg1; +- (void)setIsSubscribed:(BOOL)arg1; +- (void)setIsTaskContainer:(BOOL)arg1; +- (void)setNeedsResync:(BOOL)arg1; +- (void)setNotes:(NSString *)arg1; +- (void)setOrder:(int)arg1; +- (void)setOwner:(NSURL *)arg1; +- (void)setOwnerDisplayName:(NSString *)arg1; +- (void)setPrePublishURL:(NSURL *)arg1; +- (void)setPublishURL:(NSURL *)arg1; +- (void)setPushKey:(NSString *)arg1; +- (BOOL)setScheduleTag:(NSString *)arg1 forItemAtURL:(NSURL *)arg2; +- (void)setSharees:(NSSet *)arg1; +- (void)setSharingStatus:(int)arg1; +- (void)setSymbolicColorName:(NSString *)arg1; +- (void)setSyncToken:(NSString *)arg1; +- (void)setTimeZone:(NSTimeZone *)arg1; +- (void)setTitle:(NSString *)arg1; +- (BOOL)setURL:(NSURL *)arg1 forResourceWithUUID:(NSString *)arg2; +- (void)setWasModifiedLocally:(BOOL)arg1; +- (NSArray *)shareeActions; +- (NSSet *)sharees; +- (int)sharingStatus; +- (NSString *)symbolicColorName; +- (NSArray *)syncActions; +- (NSString *)syncToken; +- (NSTimeZone *)timeZone; +- (NSString *)title; +- (BOOL)updateResourcesFromServer:(NSSet *)arg1; +- (NSDictionary *)uuidsToAddActions; +- (BOOL)wasModifiedLocally; + +@optional + +- (Class)appSpecificCalendarItemClass; +- (void)clearShareeActions; +- (void)deleteAction:(CoreDAVAction *)arg1 completedWithError:(NSError *)arg2; +- (void)prepareMergeSyncActionsWithCompletionBlock:(void *)arg1; // needs 1 arg types, found 6: id /* block */, /* Warning: Unrecognized filer type: '<' using 'void*' */ void*, void, id /* block */, *, void* +- (void)putAction:(CoreDAVAction *)arg1 completedWithError:(NSError *)arg2; +- (void)syncDidFinishWithError:(NSError *)arg1; + +@end diff --git a/protocols/CalDAVCalendarPropertyRefreshDelegate.h b/protocols/CalDAVCalendarPropertyRefreshDelegate.h new file mode 100644 index 0000000000..25e6ca656f --- /dev/null +++ b/protocols/CalDAVCalendarPropertyRefreshDelegate.h @@ -0,0 +1,10 @@ +/* Generated by RuntimeBrowser. + */ + +@protocol CalDAVCalendarPropertyRefreshDelegate + +@required + +- (void)calendarRefreshForPrincipal:(id )arg1 completedWithNewCTags:(NSDictionary *)arg2 newSyncTokens:(NSDictionary *)arg3 calendarHomeSyncToken:(NSString *)arg4 updatedCalendars:(NSSet *)arg5 error:(NSError *)arg6; + +@end diff --git a/protocols/CalDAVCalendarSyncDelegate.h b/protocols/CalDAVCalendarSyncDelegate.h new file mode 100644 index 0000000000..ca48d65cda --- /dev/null +++ b/protocols/CalDAVCalendarSyncDelegate.h @@ -0,0 +1,10 @@ +/* Generated by RuntimeBrowser. + */ + +@protocol CalDAVCalendarSyncDelegate + +@required + +- (void)calendarSyncForPrincipal:(id )arg1 calendar:(id )arg2 completedWithError:(NSError *)arg3; + +@end diff --git a/protocols/CalDAVPrincipal.h b/protocols/CalDAVPrincipal.h new file mode 100644 index 0000000000..7331467538 --- /dev/null +++ b/protocols/CalDAVPrincipal.h @@ -0,0 +1,81 @@ +/* Generated by RuntimeBrowser. + */ + +@protocol CalDAVPrincipal + +@required + +- ( *)account; +- (NSSet *)addedCalendars; +- (NSString *)calendarHomePushKey; +- (NSString *)calendarHomeSyncToken; +- (NSURL *)calendarHomeURL; +- ( *)calendarOfType:(int)arg1 atURL:(NSURL *)arg2 withOptions:(NSDictionary *)arg3; +- (NSSet *)calendarUserAddresses; +- (NSSet *)calendars; +- (BOOL)canCreateCalendars; +- (NSURL *)defaultCalendarURL; +- (NSSet *)deletedCalendarURLs; +- (NSURL *)dropBoxURL; +- (NSDateComponents *)eventFilterEndDate; +- (NSDateComponents *)eventFilterStartDate; +- (NSString *)fullName; +- (NSString *)inboxCTag; +- (NSURL *)inboxURL; +- (BOOL)isDelegate; +- (BOOL)isEnabled; +- (BOOL)isEnabledForEvents; +- (BOOL)isEnabledForTodos; +- (BOOL)isExpandPropertyReportSupported; +- (BOOL)isMergeSync; +- (BOOL)isWritable; +- (NSSet *)modifiedCalendars; +- (NSString *)notificationCollectionCTag; +- (NSURL *)notificationCollectionURL; +- (NSString *)notificationURLString; +- (NSURL *)outboxURL; +- (NSURL *)principalURL; +- (NSDictionary *)pushTransports; +- (NSNumber *)quotaFreeBytes; +- (void)removeCalendar:(id )arg1; +- (void)removecalendarWithURL:(NSURL *)arg1; +- (void)setCalendarHomePushKey:(NSString *)arg1; +- (void)setCalendarHomeSyncToken:(NSString *)arg1; +- (void)setCalendarHomeURL:(NSURL *)arg1; +- (void)setCalendarUserAddresses:(NSSet *)arg1; +- (void)setCanCreateCalendars:(BOOL)arg1; +- (void)setDefaultCalendarURL:(NSURL *)arg1; +- (void)setDropBoxURL:(NSURL *)arg1; +- (void)setFullName:(NSString *)arg1; +- (void)setInboxCTag:(NSString *)arg1; +- (void)setInboxURL:(NSURL *)arg1; +- (void)setIsDelegate:(BOOL)arg1; +- (void)setIsEnabled:(BOOL)arg1; +- (void)setIsExpandPropertyReportSupported:(BOOL)arg1; +- (void)setIsWritable:(BOOL)arg1; +- (void)setNotificationCollectionCTag:(NSString *)arg1; +- (void)setNotificationCollectionURL:(NSURL *)arg1; +- (void)setNotificationURLString:(NSString *)arg1; +- (void)setOutboxURL:(NSURL *)arg1; +- (void)setPrincipalURL:(NSURL *)arg1; +- (void)setPushTransports:(NSDictionary *)arg1; +- (void)setQuotaFreeBytes:(NSNumber *)arg1; +- (void)setSupportedCalendarComponentSets:(NSString *)arg1; +- (void)setSupportsCalendarUserSearch:(BOOL)arg1; +- (void)setSupportsFreebusy:(BOOL)arg1; +- (NSString *)supportedCalendarComponentSets; +- (BOOL)supportsCalendarUserSearch; +- (BOOL)supportsExtendedCalendarQuery; +- (BOOL)supportsFreebusy; +- ( *)taskManager; +- (NSDateComponents *)todoFilterEndDate; +- (NSDateComponents *)todoFilterStartDate; +- (NSString *)uid; + +@optional + +- (NSString *)defaultEventCalendarTitle; +- (NSString *)defaultTodoCalendarTitle; +- (void)prepareCalendarsForSyncWithCompletionBlock:(void *)arg1; // needs 1 arg types, found 6: id /* block */, /* Warning: Unrecognized filer type: '<' using 'void*' */ void*, void, id /* block */, *, void* + +@end diff --git a/protocols/CalDAVSubscribedCalendar.h b/protocols/CalDAVSubscribedCalendar.h new file mode 100644 index 0000000000..bd46e27de8 --- /dev/null +++ b/protocols/CalDAVSubscribedCalendar.h @@ -0,0 +1,28 @@ +/* Generated by RuntimeBrowser. + */ + +@protocol CalDAVSubscribedCalendar + +@required + +- (BOOL)hasAlarmFilter; +- (BOOL)hasAttachmentFilter; +- (BOOL)hasTaskFilter; +- (double)refreshInterval; +- (void)setHasAlarmFilter:(BOOL)arg1; +- (void)setHasAttachmentFilter:(BOOL)arg1; +- (void)setHasTaskFilter:(BOOL)arg1; +- (void)setRefreshInterval:(double)arg1; +- (void)setSubscriptionURL:(NSURL *)arg1; +- (NSURL *)subscriptionURL; + +@optional + +- (BOOL)autoprovisioned; +- (NSString *)languageCode; +- (NSString *)locationCode; +- (void)setAutoprovisioned:(BOOL)arg1; +- (void)setLanguageCode:(NSString *)arg1; +- (void)setLocationCode:(NSString *)arg1; + +@end diff --git a/protocols/ConfigurableObjectProtocol.h b/protocols/ConfigurableObjectProtocol.h new file mode 100644 index 0000000000..5ce4096a53 --- /dev/null +++ b/protocols/ConfigurableObjectProtocol.h @@ -0,0 +1,18 @@ +/* Generated by RuntimeBrowser. + */ + +@protocol ConfigurableObjectProtocol + +@required + ++ (id)configureClass:(NSDictionary *)arg1; + +- (int)configureInstance:(NSDictionary *)arg1; + +@optional + ++ (id)objectWithName:(NSString *)arg1; + +- (int)read:(NSDictionary *)arg1 returnedValues:(NSMutableDictionary *)arg2; + +@end diff --git a/protocols/CoreCECBusDelegate.h b/protocols/CoreCECBusDelegate.h deleted file mode 100644 index 33bbbda9ea..0000000000 --- a/protocols/CoreCECBusDelegate.h +++ /dev/null @@ -1,11 +0,0 @@ -/* Generated by RuntimeBrowser. - */ - -@protocol CoreCECBusDelegate - -@optional - -- (void)cecBus:(CoreCECBus *)arg1 activeSourceHasChangedTo:(CoreCECDevice *)arg2 fromDevice:(CoreCECDevice *)arg3; -- (void)cecBus:(CoreCECBus *)arg1 linkStateHasBeenUpdated:(BOOL)arg2; - -@end diff --git a/protocols/CoreCECDeviceDelegate.h b/protocols/CoreCECDeviceDelegate.h deleted file mode 100644 index abaee6ae44..0000000000 --- a/protocols/CoreCECDeviceDelegate.h +++ /dev/null @@ -1,16 +0,0 @@ -/* Generated by RuntimeBrowser. - */ - -@protocol CoreCECDeviceDelegate - -@optional - -- (void)cecDevice:(CoreCECDevice *)arg1 activeSourceStatusHasChanged:(BOOL)arg2; -- (void)cecDevice:(CoreCECDevice *)arg1 deckControlCommandHasBeenReceived:(unsigned int)arg2 fromDevice:(CoreCECDevice *)arg3; -- (void)cecDevice:(CoreCECDevice *)arg1 deckControlPlayHasBeenReceived:(unsigned int)arg2 fromDevice:(CoreCECDevice *)arg3; -- (void)cecDevice:(CoreCECDevice *)arg1 deckControlStatusHasBeenUpdated:(unsigned int)arg2 fromDevice:(CoreCECDevice *)arg3; -- (void)cecDevice:(CoreCECDevice *)arg1 featureAbort:(NSError *)arg2; -- (void)cecDevice:(CoreCECDevice *)arg1 standbyRequestHasBeenReceived:(CoreCECDevice *)arg2; -- (void)cecDeviceShouldAssertActiveSource:(CoreCECDevice *)arg1; - -@end diff --git a/protocols/CoreDAVDiscoveryTaskGroupDelegate.h b/protocols/CoreDAVDiscoveryTaskGroupDelegate.h new file mode 100644 index 0000000000..ab21b91587 --- /dev/null +++ b/protocols/CoreDAVDiscoveryTaskGroupDelegate.h @@ -0,0 +1,10 @@ +/* Generated by RuntimeBrowser. + */ + +@protocol CoreDAVDiscoveryTaskGroupDelegate + +@required + +- (void)discoveryTask:(CoreDAVDiscoveryTaskGroup *)arg1 gotAccountInfo:(id )arg2 error:(NSError *)arg3; + +@end diff --git a/protocols/CoreDAVLogDelegate.h b/protocols/CoreDAVLogDelegate.h new file mode 100644 index 0000000000..47d6db905d --- /dev/null +++ b/protocols/CoreDAVLogDelegate.h @@ -0,0 +1,20 @@ +/* Generated by RuntimeBrowser. + */ + +@protocol CoreDAVLogDelegate + +@required + +- (void)coreDAVLogDiagnosticMessage:(NSString *)arg1 atLevel:(int)arg2; +- (int)coreDAVLogLevel; +- (void)coreDAVLogTransmittedDataPartial:(NSData *)arg1; +- (int)coreDAVOutputLevel; +- (void)coreDAVTransmittedDataFinished; +- (BOOL)shouldLogTransmittedData; + +@optional + +- (void)coreDAVLogRequestBody:(NSData *)arg1; +- (void)coreDAVLogResponseBody:(NSData *)arg1; + +@end diff --git a/protocols/CoreDAVOAuthInfoProvider.h b/protocols/CoreDAVOAuthInfoProvider.h new file mode 100644 index 0000000000..419bf010d3 --- /dev/null +++ b/protocols/CoreDAVOAuthInfoProvider.h @@ -0,0 +1,12 @@ +/* Generated by RuntimeBrowser. + */ + +@protocol CoreDAVOAuthInfoProvider + +@optional + +- (struct _CFURLCredential { }*)newOAuth1CredentialForChallenge:(NSURLAuthenticationChallenge *)arg1; +- (NSString *)oauth2Token; +- (unsigned int)oauthVariant; + +@end diff --git a/protocols/CoreDAVTaskManager.h b/protocols/CoreDAVTaskManager.h new file mode 100644 index 0000000000..72ffc92b57 --- /dev/null +++ b/protocols/CoreDAVTaskManager.h @@ -0,0 +1,17 @@ +/* Generated by RuntimeBrowser. + */ + +@protocol CoreDAVTaskManager + +@required + +- (void)coreDAVTaskDidFinish:(CoreDAVTask *)arg1; +- (void)coreDAVTaskEndModal:(CoreDAVTask *)arg1; +- (void)coreDAVTaskRequestModal:(CoreDAVTask *)arg1; +- (void)setWorkRunLoop:(NSRunLoop *)arg1; +- (void)shutdown; +- (void)submitIndependentCoreDAVTask:(CoreDAVTask *)arg1; +- (void)submitQueuedCoreDAVTask:(CoreDAVTask *)arg1; +- (NSRunLoop *)workRunLoop; + +@end diff --git a/protocols/CoreIRLearningSessionBridgeDelegate.h b/protocols/CoreIRLearningSessionBridgeDelegate.h deleted file mode 100644 index e1e67e4827..0000000000 --- a/protocols/CoreIRLearningSessionBridgeDelegate.h +++ /dev/null @@ -1,13 +0,0 @@ -/* Generated by RuntimeBrowser. - */ - -@protocol CoreIRLearningSessionBridgeDelegate - -@required - -- (void)learningSessionForDevice:(CoreIRDevice *)arg1 commandProgress:(NSNumber *)arg2; -- (void)learningSessionForDevice:(CoreIRDevice *)arg1 duplicateCommand:(unsigned int)arg2 target:(CoreIRDevice *)arg3; -- (void)learningSessionForDevice:(CoreIRDevice *)arg1 status:(unsigned int)arg2; -- (void)learningSessionForDeviceCommandDone:(CoreIRDevice *)arg1; - -@end diff --git a/protocols/CoreKnowledge.CKDeviceActivityStorePrivate.h b/protocols/CoreKnowledge.CKDeviceActivityStorePrivate.h index 91e58938fc..83a0b6fe58 100644 --- a/protocols/CoreKnowledge.CKDeviceActivityStorePrivate.h +++ b/protocols/CoreKnowledge.CKDeviceActivityStorePrivate.h @@ -5,11 +5,12 @@ @required +- (NSDictionary *)activities; - (_TtC13CoreKnowledge16CKKnowledgeStore *)backingStore; - (BOOL)deleteActivityWithIdentifier:(NSString *)arg1 error:(id*)arg2; - (NSDictionary *)recordedActivities; - (BOOL)setFirstSeen:(NSDate *)arg1 forActivityId:(NSString *)arg2 error:(id*)arg3; -- (BOOL)setFrequency:(long)arg1 forActivityId:(NSString *)arg2 error:(id*)arg3; +- (BOOL)setFrequency:(int)arg1 forActivityId:(NSString *)arg2 error:(id*)arg3; - (BOOL)setLastDuration:(double)arg1 forActivityId:(NSString *)arg2 error:(id*)arg3; - (BOOL)setLastSeen:(NSDate *)arg1 forActivityId:(NSString *)arg2 error:(id*)arg3; - (BOOL)setTotalDuration:(double)arg1 forActivityId:(NSString *)arg2 error:(id*)arg3; diff --git a/protocols/CoreKnowledge.CKReadableDeviceActivityStore.h b/protocols/CoreKnowledge.CKReadableDeviceActivityStore.h index f6b6582347..6e1b14189d 100644 --- a/protocols/CoreKnowledge.CKReadableDeviceActivityStore.h +++ b/protocols/CoreKnowledge.CKReadableDeviceActivityStore.h @@ -5,6 +5,8 @@ @required +- (NSDictionary *)activitiesWithSourceBundleIdentifier:(NSString *)arg1 intent:(INIntent *)arg2 error:(id*)arg3; +- (NSDictionary *)activityWithIdentifier:(NSString *)arg1; - (NSDictionary *)recordedActivityWithIdentifier:(NSString *)arg1; @end diff --git a/protocols/CoreKnowledge.CKWritableDeviceActivityStore.h b/protocols/CoreKnowledge.CKWritableDeviceActivityStore.h index 62a226182f..b31773f2e4 100644 --- a/protocols/CoreKnowledge.CKWritableDeviceActivityStore.h +++ b/protocols/CoreKnowledge.CKWritableDeviceActivityStore.h @@ -6,5 +6,7 @@ @required - (BOOL)recordActivityWithIdentifier:(NSString *)arg1 startDate:(NSDate *)arg2 endDate:(NSDate *)arg3 error:(id*)arg4; +- (void)recordInteraction:(void *)arg1 startDate:(void *)arg2 endDate:(void *)arg3 completionHandler:(void *)arg4; // needs 4 arg types, found 9: INInteraction *, NSDate *, NSDate *, id /* block */, /* Warning: Unrecognized filer type: '<' using 'void*' */ void*, void, id /* block */, NSError *, void* +- (BOOL)recordInteraction:(INInteraction *)arg1 startDate:(NSDate *)arg2 endDate:(NSDate *)arg3 error:(id*)arg4; @end diff --git a/protocols/CoreRCBusDelegate.h b/protocols/CoreRCBusDelegate.h deleted file mode 100644 index 62ff8b5f25..0000000000 --- a/protocols/CoreRCBusDelegate.h +++ /dev/null @@ -1,12 +0,0 @@ -/* Generated by RuntimeBrowser. - */ - -@protocol CoreRCBusDelegate - -@optional - -- (void)bus:(CoreRCBus *)arg1 deviceHasBeenAdded:(CoreRCDevice *)arg2; -- (void)bus:(CoreRCBus *)arg1 deviceHasBeenRemoved:(CoreRCDevice *)arg2; -- (void)bus:(CoreRCBus *)arg1 deviceHasBeenUpdated:(CoreRCDevice *)arg2; - -@end diff --git a/protocols/CoreRCDeviceDelegate.h b/protocols/CoreRCDeviceDelegate.h deleted file mode 100644 index 77b016b61c..0000000000 --- a/protocols/CoreRCDeviceDelegate.h +++ /dev/null @@ -1,10 +0,0 @@ -/* Generated by RuntimeBrowser. - */ - -@protocol CoreRCDeviceDelegate - -@optional - -- (void)device:(CoreRCDevice *)arg1 receivedHIDEvent:(CoreRCHIDEvent *)arg2 fromDevice:(CoreRCDevice *)arg3; - -@end diff --git a/protocols/CoreRCInterfaceControllerDelegate.h b/protocols/CoreRCInterfaceControllerDelegate.h deleted file mode 100644 index 0e5f9d6eea..0000000000 --- a/protocols/CoreRCInterfaceControllerDelegate.h +++ /dev/null @@ -1,11 +0,0 @@ -/* Generated by RuntimeBrowser. - */ - -@protocol CoreRCInterfaceControllerDelegate - -@required - -- (void)interfaceController:(CoreRCInterfaceController *)arg1 didAddInterface:(CoreRCInterface *)arg2; -- (void)interfaceController:(CoreRCInterfaceController *)arg1 didRemoveInterface:(CoreRCInterface *)arg2; - -@end diff --git a/protocols/CoreRCInterfaceListenerDelegate.h b/protocols/CoreRCInterfaceListenerDelegate.h deleted file mode 100644 index 0f470c0a17..0000000000 --- a/protocols/CoreRCInterfaceListenerDelegate.h +++ /dev/null @@ -1,11 +0,0 @@ -/* Generated by RuntimeBrowser. - */ - -@protocol CoreRCInterfaceListenerDelegate - -@required - -- (void)interfaceListener:(CoreRCInterfaceListener *)arg1 didAddInterface:(CoreRCInterface *)arg2; -- (void)interfaceListener:(CoreRCInterfaceListener *)arg1 didRemoveInterface:(CoreRCInterface *)arg2; - -@end diff --git a/protocols/CoreRCManagerDelegate.h b/protocols/CoreRCManagerDelegate.h deleted file mode 100644 index 063f9b8b5f..0000000000 --- a/protocols/CoreRCManagerDelegate.h +++ /dev/null @@ -1,12 +0,0 @@ -/* Generated by RuntimeBrowser. - */ - -@protocol CoreRCManagerDelegate - -@optional - -- (void)manager:(CoreRCManager *)arg1 hasAdded:(CoreRCBus *)arg2; -- (void)manager:(CoreRCManager *)arg1 hasRemoved:(CoreRCBus *)arg2; -- (void)manager:(CoreRCManager *)arg1 hasUpdated:(CoreRCBus *)arg2; - -@end diff --git a/protocols/CoreRCXPCClient.h b/protocols/CoreRCXPCClient.h deleted file mode 100644 index d3045cd04a..0000000000 --- a/protocols/CoreRCXPCClient.h +++ /dev/null @@ -1,13 +0,0 @@ -/* Generated by RuntimeBrowser. - */ - -@protocol CoreRCXPCClient - -@required - -- (void)busHasBeenAdded:(CoreRCBus *)arg1; -- (void)busHasBeenRemoved:(CoreRCBus *)arg1; -- (void)busHasBeenUpdated:(CoreRCBus *)arg1; -- (void)setLogging:(NSString *)arg1; - -@end diff --git a/protocols/CoreRCXPCClientCEC.h b/protocols/CoreRCXPCClientCEC.h deleted file mode 100644 index 416e710f38..0000000000 --- a/protocols/CoreRCXPCClientCEC.h +++ /dev/null @@ -1,10 +0,0 @@ -/* Generated by RuntimeBrowser. - */ - -@protocol CoreRCXPCClientCEC - -@required - -- (void)cecBus:(CoreCECBus *)arg1 activeSourceHasChangedTo:(CoreCECDevice *)arg2 fromDevice:(CoreCECDevice *)arg3; - -@end diff --git a/protocols/CoreRCXPCClientIR.h b/protocols/CoreRCXPCClientIR.h deleted file mode 100644 index 6dc9045341..0000000000 --- a/protocols/CoreRCXPCClientIR.h +++ /dev/null @@ -1,6 +0,0 @@ -/* Generated by RuntimeBrowser. - */ - -@protocol CoreRCXPCClientIR - -@end diff --git a/protocols/CoreRCXPCService.h b/protocols/CoreRCXPCService.h deleted file mode 100644 index a2f368f93d..0000000000 --- a/protocols/CoreRCXPCService.h +++ /dev/null @@ -1,16 +0,0 @@ -/* Generated by RuntimeBrowser. - */ - -@protocol CoreRCXPCService - -@required - -- (void)getExtendedPropertyAsyncForKey:(void *)arg1 ofDevice:(void *)arg2 reply:(void *)arg3; // needs 3 arg types, found 12: NSString *, CoreRCDevice *, id /* block */, /* Warning: Unrecognized filer type: '<' using 'void*' */ void*, void, id /* block */, id, void*, inout unsigned short, void*, const const out const void*, void* -- (void)getPropertyAsyncForKey:(void *)arg1 ofBus:(void *)arg2 reply:(void *)arg3; // needs 3 arg types, found 12: NSString *, CoreRCBus *, id /* block */, /* Warning: Unrecognized filer type: '<' using 'void*' */ void*, void, id /* block */, id, void*, inout unsigned short, void*, const const out const void*, void* -- (void)queryBusesAsync:(void *)arg1; // needs 1 arg types, found 7: id /* block */, /* Warning: Unrecognized filer type: '<' using 'void*' */ void*, void, id /* block */, NSSet *, NSError *, void* -- (void)sendCommandAsync:(void *)arg1 fromDevice:(void *)arg2 toDevice:(void *)arg3 withDuration:(void *)arg4 reply:(void *)arg5; // needs 5 arg types, found 10: unsigned int, CoreRCDevice *, CoreRCDevice *, unsigned int, id /* block */, /* Warning: Unrecognized filer type: '<' using 'void*' */ void*, void, id /* block */, NSError *, void* -- (void)sendHIDEventAsync:(void *)arg1 fromDevice:(void *)arg2 toDevice:(void *)arg3 reply:(void *)arg4; // needs 4 arg types, found 9: CoreRCHIDEvent *, CoreRCDevice *, CoreRCDevice *, id /* block */, /* Warning: Unrecognized filer type: '<' using 'void*' */ void*, void, id /* block */, NSError *, void* -- (void)setExtendedPropertyAsync:(void *)arg1 forKey:(void *)arg2 ofDevice:(void *)arg3 reply:(void *)arg4; // needs 4 arg types, found 9: id, NSString *, CoreRCDevice *, id /* block */, /* Warning: Unrecognized filer type: '<' using 'void*' */ void*, void, id /* block */, NSError *, void* -- (void)setPropertyAsync:(void *)arg1 forKey:(void *)arg2 ofBus:(void *)arg3 reply:(void *)arg4; // needs 4 arg types, found 9: id, NSString *, CoreRCBus *, id /* block */, /* Warning: Unrecognized filer type: '<' using 'void*' */ void*, void, id /* block */, NSError *, void* - -@end diff --git a/protocols/CoreRCXPCServiceCEC.h b/protocols/CoreRCXPCServiceCEC.h deleted file mode 100644 index 6f034a6222..0000000000 --- a/protocols/CoreRCXPCServiceCEC.h +++ /dev/null @@ -1,25 +0,0 @@ -/* Generated by RuntimeBrowser. - */ - -@protocol CoreRCXPCServiceCEC - -@required - -- (void)performActiveSourceAsync:(void *)arg1 withMenus:(void *)arg2 reply:(void *)arg3; // needs 3 arg types, found 8: CoreCECDevice *, BOOL, id /* block */, /* Warning: Unrecognized filer type: '<' using 'void*' */ void*, void, id /* block */, NSError *, void* -- (void)performDeckControlCommandAsync:(void *)arg1 controlMode:(void *)arg2 targetDevice:(void *)arg3 reply:(void *)arg4; // needs 4 arg types, found 9: CoreCECDevice *, unsigned int, CoreCECDevice *, id /* block */, /* Warning: Unrecognized filer type: '<' using 'void*' */ void*, void, id /* block */, NSError *, void* -- (void)performDeckControlPlayAsync:(void *)arg1 playMode:(void *)arg2 targetDevice:(void *)arg3 reply:(void *)arg4; // needs 4 arg types, found 9: CoreCECDevice *, unsigned int, CoreCECDevice *, id /* block */, /* Warning: Unrecognized filer type: '<' using 'void*' */ void*, void, id /* block */, NSError *, void* -- (void)performDeckControlRefreshStatusAsync:(void *)arg1 targetDevice:(void *)arg2 requestType:(void *)arg3 reply:(void *)arg4; // needs 4 arg types, found 9: CoreCECDevice *, CoreCECDevice *, unsigned int, id /* block */, /* Warning: Unrecognized filer type: '<' using 'void*' */ void*, void, id /* block */, NSError *, void* -- (void)performDeckControlSetDeckStatusAsync:(void *)arg1 forDevice:(void *)arg2 reply:(void *)arg3; // needs 3 arg types, found 8: unsigned int, CoreCECDevice *, id /* block */, /* Warning: Unrecognized filer type: '<' using 'void*' */ void*, void, id /* block */, NSError *, void* -- (void)performInactiveSourceAsync:(void *)arg1 reply:(void *)arg2; // needs 2 arg types, found 7: CoreCECDevice *, id /* block */, /* Warning: Unrecognized filer type: '<' using 'void*' */ void*, void, id /* block */, NSError *, void* -- (void)performRefreshDevicesAsync:(void *)arg1 reply:(void *)arg2; // needs 2 arg types, found 7: CoreCECDevice *, id /* block */, /* Warning: Unrecognized filer type: '<' using 'void*' */ void*, void, id /* block */, NSError *, void* -- (void)performRefreshProperties:(void *)arg1 ofDevice:(void *)arg2 withDeviceAsync:(void *)arg3 reply:(void *)arg4; // needs 4 arg types, found 9: NSArray *, CoreCECDevice *, CoreCECDevice *, id /* block */, /* Warning: Unrecognized filer type: '<' using 'void*' */ void*, void, id /* block */, NSError *, void* -- (void)performRequestActiveSourceAsync:(void *)arg1 reply:(void *)arg2; // needs 2 arg types, found 7: CoreCECDevice *, id /* block */, /* Warning: Unrecognized filer type: '<' using 'void*' */ void*, void, id /* block */, NSError *, void* -- (void)performSetPowerStatus:(void *)arg1 withDeviceAsync:(void *)arg2 reply:(void *)arg3; // needs 3 arg types, found 8: unsigned int, CoreCECDevice *, id /* block */, /* Warning: Unrecognized filer type: '<' using 'void*' */ void*, void, id /* block */, NSError *, void* -- (void)performSetSystemAudioControlEnabled:(void *)arg1 withDeviceAsync:(void *)arg2 reply:(void *)arg3; // needs 3 arg types, found 8: BOOL, CoreCECDevice *, id /* block */, /* Warning: Unrecognized filer type: '<' using 'void*' */ void*, void, id /* block */, NSError *, void* -- (void)performStandbyAsync:(void *)arg1 targetDevice:(void *)arg2 reply:(void *)arg3; // needs 3 arg types, found 8: CoreCECDevice *, CoreCECDevice *, id /* block */, /* Warning: Unrecognized filer type: '<' using 'void*' */ void*, void, id /* block */, NSError *, void* -- (void)performSystemAudioModeRequestAsync:(void *)arg1 withDesiredState:(void *)arg2 reply:(void *)arg3; // needs 3 arg types, found 8: CoreCECDevice *, unsigned int, id /* block */, /* Warning: Unrecognized filer type: '<' using 'void*' */ void*, void, id /* block */, NSError *, void* -- (void)queryLocalInstanceAsync:(void *)arg1 bus:(void *)arg2 reply:(void *)arg3; // needs 3 arg types, found 9: unsigned int, CoreCECBus *, id /* block */, /* Warning: Unrecognized filer type: '<' using 'void*' */ void*, void, id /* block */, CoreCECDevice *, NSError *, void* -- (void)setOsdNameAsync:(void *)arg1 forBus:(void *)arg2 reply:(void *)arg3; // needs 3 arg types, found 8: NSString *, CoreCECBus *, id /* block */, /* Warning: Unrecognized filer type: '<' using 'void*' */ void*, void, id /* block */, NSError *, void* -- (void)setTvLanguageCodeAsync:(void *)arg1 forBus:(void *)arg2 reply:(void *)arg3; // needs 3 arg types, found 8: NSString *, CoreCECBus *, id /* block */, /* Warning: Unrecognized filer type: '<' using 'void*' */ void*, void, id /* block */, NSError *, void* - -@end diff --git a/protocols/CoreRCXPCServiceCECPrivate.h b/protocols/CoreRCXPCServiceCECPrivate.h deleted file mode 100644 index c13dbdf150..0000000000 --- a/protocols/CoreRCXPCServiceCECPrivate.h +++ /dev/null @@ -1,15 +0,0 @@ -/* Generated by RuntimeBrowser. - */ - -@protocol CoreRCXPCServiceCECPrivate - -@required - -- (void)fakeCreateCECBusAsync:(void *)arg1 reply:(void *)arg2; // needs 2 arg types, found 8: unsigned int, id /* block */, /* Warning: Unrecognized filer type: '<' using 'void*' */ void*, void, id /* block */, CoreCECBus *, NSError *, void* -- (void)fakeCreateRemoteCECDeviceAsync:(void *)arg1 bus:(void *)arg2 logicalAddress:(void *)arg3 physicalAddress:(void *)arg4 reply:(void *)arg5; // needs 5 arg types, found 11: unsigned int, CoreCECBus *, unsigned char, unsigned int, id /* block */, /* Warning: Unrecognized filer type: '<' using 'void*' */ void*, void, id /* block */, CoreCECDevice *, NSError *, void* -- (void)fakeRemoveCECBusAsync:(void *)arg1 reply:(void *)arg2; // needs 2 arg types, found 7: CoreCECBus *, id /* block */, /* Warning: Unrecognized filer type: '<' using 'void*' */ void*, void, id /* block */, NSError *, void* -- (void)fakeRemoveCECDeviceAsync:(void *)arg1 reply:(void *)arg2; // needs 2 arg types, found 7: CoreCECDevice *, id /* block */, /* Warning: Unrecognized filer type: '<' using 'void*' */ void*, void, id /* block */, NSError *, void* -- (void)fakeSetCECBusLinkStateAsync:(void *)arg1 linkState:(void *)arg2 physicalAddress:(void *)arg3 reply:(void *)arg4; // needs 4 arg types, found 9: CoreCECBus *, BOOL, unsigned int, id /* block */, /* Warning: Unrecognized filer type: '<' using 'void*' */ void*, void, id /* block */, NSError *, void* -- (void)fakeSetCECDeviceLogicalAddressAsync:(void *)arg1 logicalAddress:(void *)arg2 reply:(void *)arg3; // needs 3 arg types, found 9: CoreCECDevice *, unsigned char, id /* block */, /* Warning: Unrecognized filer type: '<' using 'void*' */ void*, void, id /* block */, CoreCECDevice *, NSError *, void* - -@end diff --git a/protocols/CoreRCXPCServiceIR.h b/protocols/CoreRCXPCServiceIR.h deleted file mode 100644 index db0911988f..0000000000 --- a/protocols/CoreRCXPCServiceIR.h +++ /dev/null @@ -1,22 +0,0 @@ -/* Generated by RuntimeBrowser. - */ - -@protocol CoreRCXPCServiceIR - -@required - -- (void)addDeviceOnBusAsync:(void *)arg1 withType:(void *)arg2 matching:(void *)arg3 reply:(void *)arg4; // needs 4 arg types, found 10: CoreIRBus *, unsigned int, NSDictionary *, id /* block */, /* Warning: Unrecognized filer type: '<' using 'void*' */ void*, void, id /* block */, CoreIRDevice *, NSError *, void* -- (void)addDeviceOnBusAsync:(void *)arg1 withType:(void *)arg2 matching:(void *)arg3 withSessionOwningDevice:(void *)arg4 reply:(void *)arg5; // needs 5 arg types, found 11: CoreIRBus *, unsigned int, NSDictionary *, CoreIRDevice *, id /* block */, /* Warning: Unrecognized filer type: '<' using 'void*' */ void*, void, id /* block */, CoreIRDevice *, NSError *, void* -- (void)changeButtonCombinationAsync:(void *)arg1 delay:(void *)arg2 enabled:(void *)arg3 forDevice:(void *)arg4 reply:(void *)arg5; // needs 5 arg types, found 11: NSSet *, double, BOOL, CoreIRDevice *, id /* block */, /* Warning: Unrecognized filer type: '<' using 'void*' */ void*, void, id /* block */, BOOL, NSError *, void* -- (void)clearAllStoredCommandsFromDeviceAsync:(void *)arg1 reply:(void *)arg2; // needs 2 arg types, found 8: CoreIRDevice *, id /* block */, /* Warning: Unrecognized filer type: '<' using 'void*' */ void*, void, id /* block */, BOOL, NSError *, void* -- (void)deleteDeviceAsync:(void *)arg1 fromBus:(void *)arg2 reply:(void *)arg3; // needs 3 arg types, found 9: CoreIRDevice *, CoreIRBus *, id /* block */, /* Warning: Unrecognized filer type: '<' using 'void*' */ void*, void, id /* block */, BOOL, NSError *, void* -- (void)endLearningWithDeviceAsync:(void *)arg1 reply:(void *)arg2; // needs 2 arg types, found 7: CoreIRDevice *, id /* block */, /* Warning: Unrecognized filer type: '<' using 'void*' */ void*, void, id /* block */, NSError *, void* -- (void)sendCommandAsync:(void *)arg1 fromDevice:(void *)arg2 reply:(void *)arg3; // needs 3 arg types, found 8: IRCommand *, CoreIRDevice *, id /* block */, /* Warning: Unrecognized filer type: '<' using 'void*' */ void*, void, id /* block */, NSError *, void* -- (void)setCommandAsync:(void *)arg1 target:(void *)arg2 source:(void *)arg3 forButtonCombination:(void *)arg4 delay:(void *)arg5 reply:(void *)arg6; // needs 6 arg types, found 12: unsigned int, CoreIRDevice *, CoreIRDevice *, NSSet *, double, id /* block */, /* Warning: Unrecognized filer type: '<' using 'void*' */ void*, void, id /* block */, BOOL, NSError *, void* -- (void)setOSDNameAsync:(void *)arg1 forDevice:(void *)arg2 reply:(void *)arg3; // needs 3 arg types, found 8: NSString *, CoreIRDevice *, id /* block */, /* Warning: Unrecognized filer type: '<' using 'void*' */ void*, void, id /* block */, NSError *, void* -- (void)setPairStateAsync:(void *)arg1 forAppleRemote:(void *)arg2 reply:(void *)arg3; // needs 3 arg types, found 8: BOOL, CoreIRDevice *, id /* block */, /* Warning: Unrecognized filer type: '<' using 'void*' */ void*, void, id /* block */, NSError *, void* -- (void)startLearningCommandAsync:(void *)arg1 withDevice:(void *)arg2 reply:(void *)arg3; // needs 3 arg types, found 9: unsigned int, CoreIRDevice *, id /* block */, /* Warning: Unrecognized filer type: '<' using 'void*' */ void*, void, id /* block */, BOOL, NSError *, void* -- (void)startLearningSessionWithDeviceAsync:(void *)arg1 forReason:(void *)arg2 reply:(void *)arg3; // needs 3 arg types, found 9: CoreIRDevice *, NSNumber *, id /* block */, /* Warning: Unrecognized filer type: '<' using 'void*' */ void*, void, id /* block */, CoreIRLearningSession *, NSError *, void* -- (void)updateMappingWithSessionOwningDeviceAsync:(void *)arg1 forTargetDevice:(void *)arg2 reply:(void *)arg3; // needs 3 arg types, found 9: CoreIRDevice *, CoreIRDevice *, id /* block */, /* Warning: Unrecognized filer type: '<' using 'void*' */ void*, void, id /* block */, BOOL, NSError *, void* - -@end diff --git a/protocols/CoreRCXPCServicePrivate.h b/protocols/CoreRCXPCServicePrivate.h deleted file mode 100644 index d126fa4a2f..0000000000 --- a/protocols/CoreRCXPCServicePrivate.h +++ /dev/null @@ -1,11 +0,0 @@ -/* Generated by RuntimeBrowser. - */ - -@protocol CoreRCXPCServicePrivate - -@required - -- (void)queryLoggingAsync:(void *)arg1; // needs 1 arg types, found 7: id /* block */, /* Warning: Unrecognized filer type: '<' using 'void*' */ void*, void, id /* block */, NSString *, NSError *, void* -- (void)setLoggingAsync:(void *)arg1 reply:(void *)arg2; // needs 2 arg types, found 7: NSString *, id /* block */, /* Warning: Unrecognized filer type: '<' using 'void*' */ void*, void, id /* block */, NSError *, void* - -@end diff --git a/protocols/DABabysittable.h b/protocols/DABabysittable.h new file mode 100644 index 0000000000..4d0d79345e --- /dev/null +++ b/protocols/DABabysittable.h @@ -0,0 +1,10 @@ +/* Generated by RuntimeBrowser. + */ + +@protocol DABabysittable + +@required + +- (NSString *)waiterID; + +@end diff --git a/protocols/DADataElement.h b/protocols/DADataElement.h new file mode 100644 index 0000000000..c4f4555f53 --- /dev/null +++ b/protocols/DADataElement.h @@ -0,0 +1,14 @@ +/* Generated by RuntimeBrowser. + */ + +@protocol DADataElement + +@required + +- (BOOL)deleteFromContainer:(void*)arg1; +- (BOOL)loadLocalItemWithAccount:(DAAccount *)arg1; +- (BOOL)saveServerIDToExistingItem; +- (BOOL)saveWithLocalObject:(void*)arg1 toContainer:(void*)arg2 shouldMergeProperties:(BOOL)arg3 outMergeDidChooseLocalProperties:(BOOL*)arg4 account:(DAAccount *)arg5; +- (void)setLocalItem:(void*)arg1; + +@end diff --git a/protocols/DAEventsAttachmentDownloadConsumer.h b/protocols/DAEventsAttachmentDownloadConsumer.h new file mode 100644 index 0000000000..a93d74192a --- /dev/null +++ b/protocols/DAEventsAttachmentDownloadConsumer.h @@ -0,0 +1,11 @@ +/* Generated by RuntimeBrowser. + */ + +@protocol DAEventsAttachmentDownloadConsumer + +@required + +- (void)downloadFinishedError:(NSError *)arg1; +- (void)downloadProgressDownloadedByteCount:(long long)arg1 totalByteCount:(long long)arg2; + +@end diff --git a/protocols/DAEventsCalendarAvailabilityResponseConsumer.h b/protocols/DAEventsCalendarAvailabilityResponseConsumer.h new file mode 100644 index 0000000000..639e80dcaf --- /dev/null +++ b/protocols/DAEventsCalendarAvailabilityResponseConsumer.h @@ -0,0 +1,11 @@ +/* Generated by RuntimeBrowser. + */ + +@protocol DAEventsCalendarAvailabilityResponseConsumer + +@required + +- (void)calendarAvailabilityRequestFinishedWithError:(NSError *)arg1; +- (void)calendarAvailabilityRequestReturnedResults:(NSDictionary *)arg1; + +@end diff --git a/protocols/DAEventsCalendarDirectorySearchResponseConsumer.h b/protocols/DAEventsCalendarDirectorySearchResponseConsumer.h new file mode 100644 index 0000000000..0ff2d6fc48 --- /dev/null +++ b/protocols/DAEventsCalendarDirectorySearchResponseConsumer.h @@ -0,0 +1,11 @@ +/* Generated by RuntimeBrowser. + */ + +@protocol DAEventsCalendarDirectorySearchResponseConsumer + +@required + +- (void)calendarDirectorySearchFinishedWithError:(NSError *)arg1 exceededResultLimit:(BOOL)arg2; +- (void)calendarDirectorySearchReturnedResults:(NSDictionary *)arg1; + +@end diff --git a/protocols/DAEventsCalendarSharingResponseConsumer.h b/protocols/DAEventsCalendarSharingResponseConsumer.h new file mode 100644 index 0000000000..11579ae525 --- /dev/null +++ b/protocols/DAEventsCalendarSharingResponseConsumer.h @@ -0,0 +1,10 @@ +/* Generated by RuntimeBrowser. + */ + +@protocol DAEventsCalendarSharingResponseConsumer + +@required + +- (void)shareResponseFinishedWithError:(NSError *)arg1; + +@end diff --git a/protocols/DAMailMessageAttachment.h b/protocols/DAMailMessageAttachment.h new file mode 100644 index 0000000000..4400044ccc --- /dev/null +++ b/protocols/DAMailMessageAttachment.h @@ -0,0 +1,21 @@ +/* Generated by RuntimeBrowser. + */ + +@protocol DAMailMessageAttachment + +@required + +- (NSString *)displayName; +- (BOOL)isMostDefinitelyBase64ed; +- (NSString *)name; +- (NSNumber *)size; + +@optional + +- (int)changeType; +- (NSString *)clientId; +- (NSString *)contentType; +- (NSString *)data; +- (BOOL)isInline; + +@end diff --git a/protocols/DASettingsResponseDelegate.h b/protocols/DASettingsResponseDelegate.h new file mode 100644 index 0000000000..20790a5188 --- /dev/null +++ b/protocols/DASettingsResponseDelegate.h @@ -0,0 +1,10 @@ +/* Generated by RuntimeBrowser. + */ + +@protocol DASettingsResponseDelegate + +@required + +- (void)settingsRequestFinishedWithResults:(ASSettingsTaskResponse *)arg1 status:(int)arg2 error:(NSError *)arg3; + +@end diff --git a/protocols/DATask.h b/protocols/DATask.h new file mode 100644 index 0000000000..f613e76ab6 --- /dev/null +++ b/protocols/DATask.h @@ -0,0 +1,20 @@ +/* Generated by RuntimeBrowser. + */ + +@protocol DATask + +@required + +- (void)cancelTaskWithReason:(int)arg1 underlyingError:(NSError *)arg2; +- (void)finishWithError:(NSError *)arg1; +- (void)performTask; + +@optional + +- (void)requestCancelTaskWithReason:(int)arg1; +- (void)setTaskManager:(DATaskManager *)arg1; +- (BOOL)shouldForceNetworking; +- (BOOL)shouldHoldPowerAssertion; +- (void)startModal; + +@end diff --git a/protocols/DATokenRegistrationDelegate.h b/protocols/DATokenRegistrationDelegate.h new file mode 100644 index 0000000000..ece2e66eb6 --- /dev/null +++ b/protocols/DATokenRegistrationDelegate.h @@ -0,0 +1,10 @@ +/* Generated by RuntimeBrowser. + */ + +@protocol DATokenRegistrationDelegate + +@required + +- (void)tokenRegistrationRequest:(DATokenRegistrationRequest *)arg1 finishedWithError:(NSError *)arg2 shouldRetry:(BOOL)arg3; + +@end diff --git a/protocols/DATransactionMonitorDelegate.h b/protocols/DATransactionMonitorDelegate.h new file mode 100644 index 0000000000..305f500937 --- /dev/null +++ b/protocols/DATransactionMonitorDelegate.h @@ -0,0 +1,10 @@ +/* Generated by RuntimeBrowser. + */ + +@protocol DATransactionMonitorDelegate + +@required + +- (void)didFinishAllXPCTransactions; + +@end diff --git a/protocols/DiagnosticReportGeneratorDelegate.h b/protocols/DiagnosticReportGeneratorDelegate.h new file mode 100644 index 0000000000..32065a4e89 --- /dev/null +++ b/protocols/DiagnosticReportGeneratorDelegate.h @@ -0,0 +1,10 @@ +/* Generated by RuntimeBrowser. + */ + +@protocol DiagnosticReportGeneratorDelegate + +@optional + +- (void)reportGeneratorEnded:(DiagnosticReportGenerator *)arg1 reportInfo:(NSDictionary *)arg2 error:(NSError *)arg3; + +@end diff --git a/protocols/DiagnosticsServiceInterface.h b/protocols/DiagnosticsServiceInterface.h new file mode 100644 index 0000000000..105495918d --- /dev/null +++ b/protocols/DiagnosticsServiceInterface.h @@ -0,0 +1,27 @@ +/* Generated by RuntimeBrowser. + */ + +@protocol DiagnosticsServiceInterface + +@required + +- (void)addSignatureContentForSession:(void *)arg1 key:(void *)arg2 content:(void *)arg3 reply:(void *)arg4; // needs 4 arg types, found 9: NSString *, NSString *, NSString *, id /* block */, /* Warning: Unrecognized filer type: '<' using 'void*' */ void*, void, id /* block */, NSDictionary *, void* +- (void)addToSession:(void *)arg1 event:(void *)arg2 payload:(void *)arg3 reply:(void *)arg4; // needs 4 arg types, found 9: NSString *, NSDictionary *, NSDictionary *, id /* block */, /* Warning: Unrecognized filer type: '<' using 'void*' */ void*, void, id /* block */, NSDictionary *, void* +- (void)addToSession:(void *)arg1 events:(void *)arg2 payload:(void *)arg3 reply:(void *)arg4; // needs 4 arg types, found 9: NSString *, NSArray *, NSDictionary *, id /* block */, /* Warning: Unrecognized filer type: '<' using 'void*' */ void*, void, id /* block */, NSDictionary *, void* +- (void)cancelSession:(NSString *)arg1; +- (void)endLogCollectionForSession:(void *)arg1 signature:(void *)arg2 reply:(void *)arg3; // needs 3 arg types, found 8: NSString *, NSDictionary *, id /* block */, /* Warning: Unrecognized filer type: '<' using 'void*' */ void*, void, id /* block */, NSDictionary *, void* +- (void)endSession:(NSString *)arg1; +- (void)getInProgressDiagnosticDataOutputFiles:(void *)arg1; // needs 1 arg types, found 6: id /* block */, /* Warning: Unrecognized filer type: '<' using 'void*' */ void*, void, id /* block */, NSArray *, void* +- (void)getSessionStatisticsWithReply:(void *)arg1; // needs 1 arg types, found 6: id /* block */, /* Warning: Unrecognized filer type: '<' using 'void*' */ void*, void, id /* block */, NSArray *, void* +- (void)resetAllWithReply:(void *)arg1; // needs 1 arg types, found 6: id /* block */, /* Warning: Unrecognized filer type: '<' using 'void*' */ void*, void, id /* block */, NSDictionary *, void* +- (void)resetDiagnosticCaseStorageWithReply:(void *)arg1; // needs 1 arg types, found 6: id /* block */, /* Warning: Unrecognized filer type: '<' using 'void*' */ void*, void, id /* block */, NSDictionary *, void* +- (void)resetDiagnosticCaseUsageWithReply:(void *)arg1; // needs 1 arg types, found 6: id /* block */, /* Warning: Unrecognized filer type: '<' using 'void*' */ void*, void, id /* block */, NSDictionary *, void* +- (void)snapshotWithSignature:(void *)arg1 duration:(void *)arg2 event:(void *)arg3 payload:(void *)arg4 reply:(void *)arg5; // needs 5 arg types, found 10: NSDictionary *, unsigned int, NSDictionary *, NSDictionary *, id /* block */, /* Warning: Unrecognized filer type: '<' using 'void*' */ void*, void, id /* block */, NSDictionary *, void* +- (void)snapshotWithSignature:(void *)arg1 duration:(void *)arg2 events:(void *)arg3 payload:(void *)arg4 reply:(void *)arg5; // needs 5 arg types, found 10: NSDictionary *, unsigned int, NSArray *, NSDictionary *, id /* block */, /* Warning: Unrecognized filer type: '<' using 'void*' */ void*, void, id /* block */, NSDictionary *, void* +- (void)snapshotWithSignature:(void *)arg1 duration:(void *)arg2 payload:(void *)arg3 reply:(void *)arg4; // needs 4 arg types, found 9: NSDictionary *, unsigned int, NSDictionary *, id /* block */, /* Warning: Unrecognized filer type: '<' using 'void*' */ void*, void, id /* block */, NSDictionary *, void* +- (void)startLogCollectionForSession:(void *)arg1 signature:(void *)arg2 duration:(void *)arg3 reply:(void *)arg4; // needs 4 arg types, found 9: NSString *, NSDictionary *, unsigned int, id /* block */, /* Warning: Unrecognized filer type: '<' using 'void*' */ void*, void, id /* block */, NSDictionary *, void* +- (void)startSessionWithSignature:(void *)arg1 duration:(void *)arg2 event:(void *)arg3 payload:(void *)arg4 reply:(void *)arg5; // needs 5 arg types, found 10: NSDictionary *, unsigned int, NSDictionary *, NSDictionary *, id /* block */, /* Warning: Unrecognized filer type: '<' using 'void*' */ void*, void, id /* block */, NSDictionary *, void* +- (void)startSessionWithSignature:(void *)arg1 duration:(void *)arg2 events:(void *)arg3 payload:(void *)arg4 reply:(void *)arg5; // needs 5 arg types, found 10: NSDictionary *, unsigned int, NSArray *, NSDictionary *, id /* block */, /* Warning: Unrecognized filer type: '<' using 'void*' */ void*, void, id /* block */, NSDictionary *, void* +- (void)startSessionWithSignature:(void *)arg1 duration:(void *)arg2 payload:(void *)arg3 reply:(void *)arg4; // needs 4 arg types, found 9: NSDictionary *, unsigned int, NSDictionary *, id /* block */, /* Warning: Unrecognized filer type: '<' using 'void*' */ void*, void, id /* block */, NSDictionary *, void* + +@end diff --git a/protocols/EMFEmojiPreferenceActions.h b/protocols/EMFEmojiPreferenceActions.h index b11ba0a6da..ac7ef9bb1a 100644 --- a/protocols/EMFEmojiPreferenceActions.h +++ b/protocols/EMFEmojiPreferenceActions.h @@ -5,8 +5,10 @@ @required +- (void)didDisplaySkinToneHelp; - (void)didUseEmoji:(EMFEmojiToken *)arg1; - (void)didUseEmoji:(EMFEmojiToken *)arg1 usageMode:(NSString *)arg2; +- (void)didUseEmoji:(EMFEmojiToken *)arg1 usageMode:(NSString *)arg2 typingName:(NSString *)arg3; - (void)didViewEmojiIndex:(int)arg1 forCategory:(NSString *)arg2; @end diff --git a/protocols/FBSApplicationDataStoreRepositoryClient.h b/protocols/FBSApplicationDataStoreRepositoryClient.h index 831085f56e..7fc5d1700b 100644 --- a/protocols/FBSApplicationDataStoreRepositoryClient.h +++ b/protocols/FBSApplicationDataStoreRepositoryClient.h @@ -19,4 +19,8 @@ - (void)setObject:(void *)arg1 forKey:(void *)arg2 forApplication:(void *)arg3 withCompletion:(void *)arg4; // needs 4 arg types, found 9: id, NSString *, NSString *, id /* block */, /* Warning: Unrecognized filer type: '<' using 'void*' */ void*, void, id /* block */, NSError *, void* - (void)synchronizeWithCompletion:(void *)arg1; // needs 1 arg types, found 6: id /* block */, /* Warning: Unrecognized filer type: '<' using 'void*' */ void*, void, id /* block */, NSError *, void* +@optional + +- (id)objectForKey:(NSString *)arg1 forApplication:(NSString *)arg2 checkPrefetch:(BOOL)arg3; + @end diff --git a/protocols/FBSProcessExecutionProvisionDelegate.h b/protocols/FBSProcessExecutionProvisionDelegate.h index ecfc08a71b..89bbfa0b95 100644 --- a/protocols/FBSProcessExecutionProvisionDelegate.h +++ b/protocols/FBSProcessExecutionProvisionDelegate.h @@ -6,6 +6,5 @@ @required - (void)provision:(FBSProcessExecutionProvision *)arg1 wasViolatedWithError:(NSError *)arg2; -- (void)provisionMilestoneCompleted:(FBSProcessExecutionProvision *)arg1; @end diff --git a/protocols/FBSceneHostAppearance.h b/protocols/FBSceneHostAppearance.h index bc4bc526d9..03bc233a41 100644 --- a/protocols/FBSceneHostAppearance.h +++ b/protocols/FBSceneHostAppearance.h @@ -9,6 +9,7 @@ - (UIColor *)backgroundColorWhileHosting; - (UIColor *)backgroundColorWhileNotHosting; - (unsigned int)hostedLayerTypes; +- (BOOL)isClippingDisabled; - (BOOL)isContextHosted; - (BOOL)isHosting; - (float)level; @@ -16,6 +17,7 @@ - (void)setAppearanceStyle:(unsigned int)arg1; - (void)setBackgroundColorWhileHosting:(UIColor *)arg1; - (void)setBackgroundColorWhileNotHosting:(UIColor *)arg1; +- (void)setClippingDisabled:(BOOL)arg1; - (void)setHostedLayerTypes:(unsigned int)arg1; @end diff --git a/protocols/FCAppleAccount.h b/protocols/FCAppleAccount.h index 00049f0343..e0f1e708c9 100644 --- a/protocols/FCAppleAccount.h +++ b/protocols/FCAppleAccount.h @@ -11,6 +11,7 @@ - (NSString *)endpointConnectionClientID; - (BOOL)iCloudAccountChanged; - (NSString *)iTunesAccountName; +- (BOOL)isContentStoreFrontSupported; - (BOOL)isPrivateDataSyncingEnabled; - (BOOL)isUserSignedInToiCloud; - (BOOL)isUserSignedIntoiTunes; diff --git a/protocols/FCFeedGroupEmitting.h b/protocols/FCFeedGroupEmitting.h index 342391d8b6..9297e1c511 100644 --- a/protocols/FCFeedGroupEmitting.h +++ b/protocols/FCFeedGroupEmitting.h @@ -5,9 +5,11 @@ @required +- (BOOL)canEmitGroupsWithType:(int)arg1; - (NSString *)groupEmitterIdentifier; -- (FCFeedGroupEmittingOperation *)operationToEmitGroupInContext:(FCFeedGroupEmittingContext *)arg1 withCursor:(id )arg2 toCursor:(id )arg3; +- (FCFeedGroupEmittingOperation *)operationToEmitGroupWithContext:(FCFeedGroupEmittingContext *)arg1 fromCursor:(id )arg2 toCursor:(id )arg3; - (BOOL)wantsToEmitGroupInContext:(FCFeedGroupEmittingContext *)arg1 withCursor:(id )arg2 toCursor:(id )arg3; +- (BOOL)wantsToInsertGroup:(id )arg1 withContext:(FCFeedGroupEmittingContext *)arg2; @optional diff --git a/protocols/FCFeedTransformationItem.h b/protocols/FCFeedTransformationItem.h index 211f5427f2..b6bf713113 100644 --- a/protocols/FCFeedTransformationItem.h +++ b/protocols/FCFeedTransformationItem.h @@ -7,6 +7,7 @@ - (NSString *)articleID; - (unsigned long long)articleRecordModificationDateMilliseconds; +- (BOOL)canBePurchased; - (NSString *)clusterID; - (unsigned long long)contentType; - (unsigned long long)feedHalfLifeMilliseconds; diff --git a/protocols/FCHeadlineProviding.h b/protocols/FCHeadlineProviding.h index 8737144e2c..0371e17e7d 100644 --- a/protocols/FCHeadlineProviding.h +++ b/protocols/FCHeadlineProviding.h @@ -14,6 +14,7 @@ - (unsigned long long)contentType; - (NSURL *)contentURL; - (FCCoverArt *)coverArt; +- (NSDate *)displayDate; - (NSArray *)endOfArticleTopicIDs; - (unsigned long long)feedOrder; - (double)globalUserFeedback; diff --git a/protocols/FCUserInfoObserving.h b/protocols/FCUserInfoObserving.h index b9224f5830..71dd3d1693 100644 --- a/protocols/FCUserInfoObserving.h +++ b/protocols/FCUserInfoObserving.h @@ -7,7 +7,7 @@ - (void)userInfo:(FCUserInfo *)arg1 didAddAccessTokenForTagID:(NSString *)arg2; - (void)userInfo:(FCUserInfo *)arg1 didChangeAccessTokenForTagID:(NSString *)arg2; -- (void)userInfoDidChangeFeldsparID:(FCUserInfo *)arg1; +- (void)userInfoDidChangeFeldsparID:(FCUserInfo *)arg1 fromCloud:(BOOL)arg2; - (void)userInfoDidChangeNotificationsUserID:(FCUserInfo *)arg1; @end diff --git a/protocols/GEODirectionsError.h b/protocols/GEODirectionsError.h index c09f34a41d..3fd2d55153 100644 --- a/protocols/GEODirectionsError.h +++ b/protocols/GEODirectionsError.h @@ -7,6 +7,7 @@ - (int)firstDirectionsErrorCode; - (BOOL)hasError:(int)arg1; +- ( *)incidentMessage; - (NSString *)localizedDescription; - (NSString *)localizedTitle; diff --git a/protocols/GEOLogAdaptor.h b/protocols/GEOLogAdaptor.h index c9d3fd477b..3f3eb13b95 100644 --- a/protocols/GEOLogAdaptor.h +++ b/protocols/GEOLogAdaptor.h @@ -19,6 +19,7 @@ - (void)adaptorWillGetRemoved:(id )arg1; - (void)disableLogMsgInstrumentation; - (void)enableLogMsgInstrumentation; +- (void)forceFlushLogs; - (void)registerLogMsgState:(GEOLogMsgState *)arg1; - (void)unregisterLogMsgStateOfType:(int)arg1; diff --git a/protocols/GEOLogContextDelegate.h b/protocols/GEOLogContextDelegate.h index e6a1411a3b..f6e6f852fb 100644 --- a/protocols/GEOLogContextDelegate.h +++ b/protocols/GEOLogContextDelegate.h @@ -3,13 +3,10 @@ @protocol GEOLogContextDelegate -@required +@optional - (int)currentMapViewTargetForAnalytics; - (int)currentUITargetForAnalytics; - -@optional - - (GEOLogContext *)logContextForLogMsgEvent:(GEOLogMsgEvent *)arg1; - (int)searchFieldTypeForAnalytics; diff --git a/protocols/GEONavigationServerObserverXPCInterface.h b/protocols/GEONavigationServerObserverXPCInterface.h index 61dad4a671..b3ea57b14b 100644 --- a/protocols/GEONavigationServerObserverXPCInterface.h +++ b/protocols/GEONavigationServerObserverXPCInterface.h @@ -8,7 +8,7 @@ - (void)routeSummaryUpdatedWithActiveRouteDetailsData:(NSData *)arg1; - (void)routeSummaryUpdatedWithGuidanceStateData:(NSData *)arg1; - (void)routeSummaryUpdatedWithNavigationRouteSummaryData:(NSData *)arg1; -- (void)routeSummaryUpdatedWithSelectedRideOptionData:(NSData *)arg1; +- (void)routeSummaryUpdatedWithRideSelectionData:(NSData *)arg1; - (void)routeSummaryUpdatedWithStepIndexData:(NSData *)arg1; - (void)routeSummaryUpdatedWithTransitSummaryData:(NSData *)arg1; diff --git a/protocols/GEONavigationServerRequestStateXPCInterface.h b/protocols/GEONavigationServerRequestStateXPCInterface.h new file mode 100644 index 0000000000..c8117f05c9 --- /dev/null +++ b/protocols/GEONavigationServerRequestStateXPCInterface.h @@ -0,0 +1,16 @@ +/* Generated by RuntimeBrowser. + */ + +@protocol GEONavigationServerRequestStateXPCInterface + +@required + +- (void)requestActiveRouteDetailsData; +- (void)requestGuidanceState; +- (void)requestRideSelections; +- (void)requestRouteSummary; +- (void)requestStepIndex; +- (void)requestTransitSummary; +- (void)requestUpdates; + +@end diff --git a/protocols/GKNoiseModule.h b/protocols/GKNoiseModule.h new file mode 100644 index 0000000000..be19608de7 --- /dev/null +++ b/protocols/GKNoiseModule.h @@ -0,0 +1,14 @@ +/* Generated by RuntimeBrowser. + */ + +@protocol GKNoiseModule + +@required + +- ( *)cloneModule; +- ( *)inputModuleAtIndex:(int)arg1; +- (int)requiredInputModuleCount; +- (void)setInputModule:(id )arg1 atIndex:(int)arg2; +- (double)valueAt; + +@end diff --git a/protocols/HDAchievementDefinitionAlertSuppressor.h b/protocols/HDAchievementDefinitionAlertSuppressor.h new file mode 100644 index 0000000000..4e0821fd97 --- /dev/null +++ b/protocols/HDAchievementDefinitionAlertSuppressor.h @@ -0,0 +1,12 @@ +/* Generated by RuntimeBrowser. + */ + +@protocol HDAchievementDefinitionAlertSuppressor + +@required + +- (BOOL)alertsAreSuppressed; +- ( *)delegate; +- (void)setDelegate:(id )arg1; + +@end diff --git a/protocols/HDFitnessFriendsServerInterface.h b/protocols/HDFitnessFriendsServerInterface.h index a149626384..582dcfa0ac 100644 --- a/protocols/HDFitnessFriendsServerInterface.h +++ b/protocols/HDFitnessFriendsServerInterface.h @@ -5,7 +5,9 @@ @required +- (void)remote_acceptInviteRequestFromFriendWithUUID:(void *)arg1 completion:(void *)arg2; // needs 2 arg types, found 8: NSString *, id /* block */, /* Warning: Unrecognized filer type: '<' using 'void*' */ void*, void, id /* block */, BOOL, NSError *, void* - (void)remote_clearFriendListWithCompletion:(void *)arg1; // needs 1 arg types, found 6: id /* block */, /* Warning: Unrecognized filer type: '<' using 'void*' */ void*, void, id /* block */, BOOL, void* +- (void)remote_fetchAllDataIfTimeSinceLastFetchIsGreaterThan:(void *)arg1 completion:(void *)arg2; // needs 2 arg types, found 8: unsigned int, id /* block */, /* Warning: Unrecognized filer type: '<' using 'void*' */ void*, void, id /* block */, BOOL, NSError *, void* - (void)remote_fetchAllDataWithCompletion:(void *)arg1; // needs 1 arg types, found 7: id /* block */, /* Warning: Unrecognized filer type: '<' using 'void*' */ void*, void, id /* block */, BOOL, NSError *, void* - (void)remote_fetchAreMultipleDevicesSharingDataForSnapshotIndex:(void *)arg1 withCompletion:(void *)arg2; // needs 2 arg types, found 9: NSNumber *, id /* block */, /* Warning: Unrecognized filer type: '<' using 'void*' */ void*, void, id /* block */, BOOL, NSError *, BOOL, void* - (void)remote_fitnessFriendsCloudKitAccountStatusWithCompletion:(void *)arg1; // needs 1 arg types, found 8: id /* block */, /* Warning: Unrecognized filer type: '<' using 'void*' */ void*, void, id /* block */, BOOL, BOOL, NSError *, void* @@ -13,7 +15,6 @@ - (void)remote_pushFakeDataWithCompletion:(void *)arg1; // needs 1 arg types, found 7: id /* block */, /* Warning: Unrecognized filer type: '<' using 'void*' */ void*, void, id /* block */, BOOL, NSError *, void* - (void)remote_removeFriendWithUUID:(void *)arg1 completion:(void *)arg2; // needs 2 arg types, found 8: NSString *, id /* block */, /* Warning: Unrecognized filer type: '<' using 'void*' */ void*, void, id /* block */, BOOL, NSError *, void* - (void)remote_sendInviteRequestToDestination:(void *)arg1 callerID:(void *)arg2 serviceIdentifier:(void *)arg3 completion:(void *)arg4; // needs 4 arg types, found 10: NSString *, NSString *, NSString *, id /* block */, /* Warning: Unrecognized filer type: '<' using 'void*' */ void*, void, id /* block */, BOOL, NSError *, void* -- (void)remote_sendInviteResponse:(void *)arg1 toFriendWithUUID:(void *)arg2 completion:(void *)arg3; // needs 3 arg types, found 9: int, NSString *, id /* block */, /* Warning: Unrecognized filer type: '<' using 'void*' */ void*, void, id /* block */, BOOL, NSError *, void* - (void)remote_sendWithdrawInviteRequestToFriendWithUUID:(void *)arg1 completion:(void *)arg2; // needs 2 arg types, found 8: NSString *, id /* block */, /* Warning: Unrecognized filer type: '<' using 'void*' */ void*, void, id /* block */, BOOL, NSError *, void* - (void)remote_setActivityDataVisible:(void *)arg1 toFriendWithUUID:(void *)arg2 completion:(void *)arg3; // needs 3 arg types, found 9: BOOL, NSString *, id /* block */, /* Warning: Unrecognized filer type: '<' using 'void*' */ void*, void, id /* block */, BOOL, NSError *, void* - (void)remote_setMuteEnabled:(void *)arg1 forFriendWithUUID:(void *)arg2 completion:(void *)arg3; // needs 3 arg types, found 9: BOOL, NSString *, id /* block */, /* Warning: Unrecognized filer type: '<' using 'void*' */ void*, void, id /* block */, BOOL, NSError *, void* diff --git a/protocols/HDHealthDaemon.h b/protocols/HDHealthDaemon.h index 3a4d07ad4c..419bbae52c 100644 --- a/protocols/HDHealthDaemon.h +++ b/protocols/HDHealthDaemon.h @@ -6,6 +6,7 @@ @required - (HDAchievementAssetManager *)achievementAssetManager; +- (HDAchievementDefinitionAlertManager *)achievementDefinitionAlertManager; - ( *)alertSuppressionService; - (HDAuthorizationManager *)authorizationManager; - (HDBackgroundTaskScheduler *)backgroundTaskScheduler; @@ -37,6 +38,7 @@ - (HDRoutineGateway *)routineGateway; - (HDServiceConnectionManager *)serviceConnectionManager; - (void)setAchievementAssetManager:(HDAchievementAssetManager *)arg1; +- (void)setAchievementDefinitionAlertManager:(HDAchievementDefinitionAlertManager *)arg1; - (void)setAlertSuppressionService:(id )arg1; - (void)setCurrentActivityCacheOverrideDate:(void *)arg1 timeZone:(void *)arg2 completion:(void *)arg3; // needs 3 arg types, found 9: NSDate *, NSTimeZone *, id /* block */, /* Warning: Unrecognized filer type: '<' using 'void*' */ void*, void, id /* block */, BOOL, NSError *, void* - (void)setDataCollectionOptions:(NSDictionary *)arg1 forKey:(NSString *)arg2 type:(HKSampleType *)arg3 clientUUID:(NSUUID *)arg4; diff --git a/protocols/HDMedicalIDServerInterface.h b/protocols/HDMedicalIDServerInterface.h index ab8bdbcad3..df4696f6fd 100644 --- a/protocols/HDMedicalIDServerInterface.h +++ b/protocols/HDMedicalIDServerInterface.h @@ -7,6 +7,7 @@ - (void)remote_deleteMedicalIDDataWithCompletion:(void *)arg1; // needs 1 arg types, found 7: id /* block */, /* Warning: Unrecognized filer type: '<' using 'void*' */ void*, void, id /* block */, BOOL, NSError *, void* - (void)remote_medicalIDDataCreateIfNecessary:(void *)arg1 completion:(void *)arg2; // needs 2 arg types, found 8: BOOL, id /* block */, /* Warning: Unrecognized filer type: '<' using 'void*' */ void*, void, id /* block */, _HKMedicalIDData *, NSError *, void* +- (void)remote_medicalIDEmergencyContactsWithCompletion:(void *)arg1; // needs 1 arg types, found 7: id /* block */, /* Warning: Unrecognized filer type: '<' using 'void*' */ void*, void, id /* block */, NSArray *, NSError *, void* - (void)remote_updateMedicalIDData:(void *)arg1 completion:(void *)arg2; // needs 2 arg types, found 8: _HKMedicalIDData *, id /* block */, /* Warning: Unrecognized filer type: '<' using 'void*' */ void*, void, id /* block */, BOOL, NSError *, void* @end diff --git a/protocols/HDServerInterface.h b/protocols/HDServerInterface.h index b6cf3fddde..55480f6745 100644 --- a/protocols/HDServerInterface.h +++ b/protocols/HDServerInterface.h @@ -12,6 +12,7 @@ - (void)remote_allObjectAuthorizationRecordsForSampleWithUUID:(void *)arg1 completion:(void *)arg2; // needs 2 arg types, found 8: NSUUID *, id /* block */, /* Warning: Unrecognized filer type: '<' using 'void*' */ void*, void, id /* block */, NSDictionary *, NSError *, void* - (void)remote_allSourcesWithCompletion:(void *)arg1; // needs 1 arg types, found 7: id /* block */, /* Warning: Unrecognized filer type: '<' using 'void*' */ void*, void, id /* block */, NSArray *, NSError *, void* - (void)remote_authorizationStatusForType:(void *)arg1 completion:(void *)arg2; // needs 2 arg types, found 8: HKObjectType *, id /* block */, /* Warning: Unrecognized filer type: '<' using 'void*' */ void*, void, id /* block */, NSNumber *, NSError *, void* +- (void)remote_badgeHealthAppForEmergencyContactsConsolidationWithCompletion:(void *)arg1; // needs 1 arg types, found 7: id /* block */, /* Warning: Unrecognized filer type: '<' using 'void*' */ void*, void, id /* block */, BOOL, NSError *, void* - (void)remote_beginAuthorizationDelegateTransactionWithSessionIdentifier:(void *)arg1 handler:(void *)arg2; // needs 2 arg types, found 8: NSUUID *, id /* block */, /* Warning: Unrecognized filer type: '<' using 'void*' */ void*, void, id /* block */, HKSource *, NSError *, void* - (void)remote_clientResumedWithCompletion:(void *)arg1; // needs 1 arg types, found 7: id /* block */, /* Warning: Unrecognized filer type: '<' using 'void*' */ void*, void, id /* block */, BOOL, NSError *, void* - (void)remote_clientWillSuspendWithCompletion:(void *)arg1; // needs 1 arg types, found 7: id /* block */, /* Warning: Unrecognized filer type: '<' using 'void*' */ void*, void, id /* block */, BOOL, NSError *, void* diff --git a/protocols/HDSyncEngine.h b/protocols/HDSyncEngine.h index 500501d8a2..bc25742a7f 100644 --- a/protocols/HDSyncEngine.h +++ b/protocols/HDSyncEngine.h @@ -5,7 +5,7 @@ @required -- (BOOL)applyAcknowledgedAnchorMap:(id )arg1 forStore:(id )arg2 resetNext:(BOOL)arg3 error:(id*)arg4; +- (BOOL)applyAcknowledgedAnchorMap:(id )arg1 forStore:(id )arg2 resetNext:(BOOL)arg3 resetInvalid:(BOOL)arg4 error:(id*)arg5; - (BOOL)applySyncChange:(id )arg1 forStore:(id )arg2 error:(id*)arg3; - (BOOL)applySyncObjectCollection:(id )arg1 forStore:(id )arg2 error:(id*)arg3; - (BOOL)getReceivedAnchorMap:(id )arg1 forStore:(id )arg2 error:(id*)arg3; diff --git a/protocols/HFAccessoryObserver.h b/protocols/HFAccessoryObserver.h index bf456cebec..fb82b62ba9 100644 --- a/protocols/HFAccessoryObserver.h +++ b/protocols/HFAccessoryObserver.h @@ -6,7 +6,11 @@ @optional - (void)accessory:(HMAccessory *)arg1 didUpdateApplicationDataForService:(HMService *)arg2; +- (void)accessory:(HMAccessory *)arg1 didUpdateBundleID:(NSString *)arg2; +- (void)accessory:(HMAccessory *)arg1 didUpdateFirmwareUpdateAvailable:(BOOL)arg2; +- (void)accessory:(HMAccessory *)arg1 didUpdateFirmwareVersion:(NSString *)arg2; - (void)accessory:(HMAccessory *)arg1 didUpdateHasAuthorizationDataForCharacteristic:(HMCharacteristic *)arg2; +- (void)accessory:(HMAccessory *)arg1 didUpdateStoreID:(NSString *)arg2; - (void)accessoryDidUpdateAdditionalSetupRequired:(HMAccessory *)arg1; - (void)accessoryDidUpdateApplicationData:(HMAccessory *)arg1; diff --git a/protocols/HFActionSetBuilderProtocol.h b/protocols/HFActionSetBuilderProtocol.h index 8c06f6bd1d..d45387236d 100644 --- a/protocols/HFActionSetBuilderProtocol.h +++ b/protocols/HFActionSetBuilderProtocol.h @@ -9,6 +9,7 @@ - (void)addAction:(HFActionBuilder *)arg1; - (void)removeAction:(HFActionBuilder *)arg1; - (void)removeAllActions; +- (BOOL)requiresDeviceUnlock; - (void)updateAction:(HFActionBuilder *)arg1; @end diff --git a/protocols/HFHomeManagerObserver.h b/protocols/HFHomeManagerObserver.h index caa03c4914..d752e9cb25 100644 --- a/protocols/HFHomeManagerObserver.h +++ b/protocols/HFHomeManagerObserver.h @@ -7,13 +7,16 @@ - (void)homeKitDispatcher:(HFHomeKitDispatcher *)arg1 manager:(HMHomeManager *)arg2 didChangeHome:(HMHome *)arg3; - (void)homeManager:(HMHomeManager *)arg1 didUpdateAccessAllowedWhenLocked:(BOOL)arg2; +- (void)homeManager:(HMHomeManager *)arg1 didUpdateLocationSensingAvailability:(BOOL)arg2; - (void)homeManager:(HMHomeManager *)arg1 didUpdateResidentEnabledForThisDevice:(BOOL)arg2; - (void)homeManager:(HMHomeManager *)arg1 didUpdateStateForIncomingInvitations:(NSArray *)arg2; - (void)homeManager:(HMHomeManager *)arg1 residentProvisioningStatusChanged:(unsigned int)arg2; +- (void)homeManagerDidEndBatchNotifications:(HMHomeManager *)arg1; - (void)homeManagerDidFinishInitialDatabaseLoad:(HMHomeManager *)arg1; - (void)homeManagerDidFinishUnknownChange:(HMHomeManager *)arg1; - (void)homeManagerDidUpdateApplicationData:(HMHomeManager *)arg1; - (void)homeManagerDidUpdateCurrentHome:(HMHomeManager *)arg1; - (void)homeManagerDidUpdateDataSyncState:(HMHomeManager *)arg1; +- (void)homeManagerWillStartBatchNotifications:(HMHomeManager *)arg1; @end diff --git a/protocols/HFLocationSensingCoordinatorDelegate.h b/protocols/HFLocationSensingCoordinatorDelegate.h new file mode 100644 index 0000000000..f10b5043ff --- /dev/null +++ b/protocols/HFLocationSensingCoordinatorDelegate.h @@ -0,0 +1,11 @@ +/* Generated by RuntimeBrowser. + */ + +@protocol HFLocationSensingCoordinatorDelegate + +@optional + +- (void)coordinator:(HFLocationSensingCoordinator *)arg1 homeSensingStatusDidChange:(BOOL)arg2; +- (void)coordinator:(HFLocationSensingCoordinator *)arg1 locationSensingAvailabilityDidChange:(BOOL)arg2; + +@end diff --git a/protocols/HFPrettyDescription.h b/protocols/HFPrettyDescription.h index 623910328c..807631fc25 100644 --- a/protocols/HFPrettyDescription.h +++ b/protocols/HFPrettyDescription.h @@ -5,6 +5,6 @@ @required -- (NSString *)hf_prettyDescription; +- (NSString *)hf_prettyDescriptionOfType:(unsigned int)arg1; @end diff --git a/protocols/HFPropertyListConvertible.h b/protocols/HFPropertyListConvertible.h new file mode 100644 index 0000000000..cb2638149c --- /dev/null +++ b/protocols/HFPropertyListConvertible.h @@ -0,0 +1,6 @@ +/* Generated by RuntimeBrowser. + */ + +@protocol HFPropertyListConvertible + +@end diff --git a/protocols/HFStateDumpSerializable.h b/protocols/HFStateDumpSerializable.h new file mode 100644 index 0000000000..f97aa5798d --- /dev/null +++ b/protocols/HFStateDumpSerializable.h @@ -0,0 +1,10 @@ +/* Generated by RuntimeBrowser. + */ + +@protocol HFStateDumpSerializable + +@required + +- ( *)hf_serializedStateDumpRepresentation; + +@end diff --git a/protocols/HKExtendedServerInterface.h b/protocols/HKExtendedServerInterface.h index 7eac143731..f48816d179 100644 --- a/protocols/HKExtendedServerInterface.h +++ b/protocols/HKExtendedServerInterface.h @@ -20,6 +20,7 @@ - (void)remote_nextScheduledAchievementDefinitionAlertTaskDateWithCompletion:(void *)arg1; // needs 1 arg types, found 7: id /* block */, /* Warning: Unrecognized filer type: '<' using 'void*' */ void*, void, id /* block */, NSDate *, NSError *, void* - (void)remote_registerForAchievementDefinitionNotificationsWithCompletion:(void *)arg1; // needs 1 arg types, found 7: id /* block */, /* Warning: Unrecognized filer type: '<' using 'void*' */ void*, void, id /* block */, BOOL, NSError *, void* - (void)remote_registerForAchievementNotificationsAndFetchUnalertedCountWithCompletion:(void *)arg1; // needs 1 arg types, found 7: id /* block */, /* Warning: Unrecognized filer type: '<' using 'void*' */ void*, void, id /* block */, int, NSError *, void* +- (void)remote_resetAchievementDefinitionAlertedStates:(void *)arg1 availabilityStates:(void *)arg2 completion:(void *)arg3; // needs 3 arg types, found 9: BOOL, BOOL, id /* block */, /* Warning: Unrecognized filer type: '<' using 'void*' */ void*, void, id /* block */, BOOL, NSError *, void* - (void)remote_runAchievementsFixupAsDryRun:(void *)arg1 completion:(void *)arg2; // needs 2 arg types, found 9: BOOL, id /* block */, /* Warning: Unrecognized filer type: '<' using 'void*' */ void*, void, id /* block */, NSArray *, BOOL, NSError *, void* - (void)remote_setAchievementAssetsServerURL:(void *)arg1 completion:(void *)arg2; // needs 2 arg types, found 8: NSURL *, id /* block */, /* Warning: Unrecognized filer type: '<' using 'void*' */ void*, void, id /* block */, BOOL, NSError *, void* - (void)remote_setCurrentActivityCacheOverrideDate:(void *)arg1 timeZone:(void *)arg2 completion:(void *)arg3; // needs 3 arg types, found 9: NSDate *, NSTimeZone *, id /* block */, /* Warning: Unrecognized filer type: '<' using 'void*' */ void*, void, id /* block */, BOOL, NSError *, void* diff --git a/protocols/HMAccessoryDelegatePrivate.h b/protocols/HMAccessoryDelegatePrivate.h index 169a41dd26..148f1cb925 100644 --- a/protocols/HMAccessoryDelegatePrivate.h +++ b/protocols/HMAccessoryDelegatePrivate.h @@ -8,7 +8,11 @@ - (void)accessory:(HMAccessory *)arg1 didUpdateApplicationDataForService:(HMService *)arg2; - (void)accessory:(HMAccessory *)arg1 didUpdateBulletinBoardNotificationForService:(HMService *)arg2; - (void)accessory:(HMAccessory *)arg1 didUpdateBulletinBoardNotificationServiceGroupForService:(HMService *)arg2; +- (void)accessory:(HMAccessory *)arg1 didUpdateBundleID:(NSString *)arg2; +- (void)accessory:(HMAccessory *)arg1 didUpdateFirmwareUpdateAvailable:(BOOL)arg2; +- (void)accessory:(HMAccessory *)arg1 didUpdateFirmwareVersion:(NSString *)arg2; - (void)accessory:(HMAccessory *)arg1 didUpdateHasAuthorizationDataForCharacteristic:(HMCharacteristic *)arg2; +- (void)accessory:(HMAccessory *)arg1 didUpdateStoreID:(NSString *)arg2; - (void)accessoryDidUpdateAdditionalSetupRequired:(HMAccessory *)arg1; - (void)accessoryDidUpdateApplicationData:(HMAccessory *)arg1; diff --git a/protocols/HMDCameraSnapshotReceiverProtocol.h b/protocols/HMDCameraSnapshotReceiverProtocol.h index a102f5780e..26edc6100c 100644 --- a/protocols/HMDCameraSnapshotReceiverProtocol.h +++ b/protocols/HMDCameraSnapshotReceiverProtocol.h @@ -5,6 +5,6 @@ @required -- (void)snapShotSendFailed; +- (void)snapShotSendFailed:(NSError *)arg1; @end diff --git a/protocols/HMDCameraStreamControlManagerDelegate.h b/protocols/HMDCameraStreamControlManagerDelegate.h index 27f93a309f..77961478c0 100644 --- a/protocols/HMDCameraStreamControlManagerDelegate.h +++ b/protocols/HMDCameraStreamControlManagerDelegate.h @@ -7,7 +7,7 @@ - (void)streamControlManager:(id )arg1 didFail:(NSError *)arg2; - (void)streamControlManagerDidNegotiateStream:(id )arg1 selectedParameters:(NSDictionary *)arg2; -- (void)streamControlManagerDidReceiveFirstFrame:(id )arg1 audioStreamSetting:(unsigned int)arg2 aspectRatio:(NSNumber *)arg3; +- (void)streamControlManagerDidReceiveFirstFrame:(id )arg1 audioStreamSetting:(unsigned int)arg2 aspectRatio:(NSNumber *)arg3 slotIdentifier:(NSNumber *)arg4; - (void)streamControlManagerDidReconfigureStream:(id )arg1; - (void)streamControlManagerDidSetupRemoteConnection:(id )arg1; - (void)streamControlManagerDidStartStream:(id )arg1 slotIdentifier:(NSNumber *)arg2; diff --git a/protocols/HMDCameraStreamControlManagerProtocol.h b/protocols/HMDCameraStreamControlManagerProtocol.h index c36e7c68bf..3345f928da 100644 --- a/protocols/HMDCameraStreamControlManagerProtocol.h +++ b/protocols/HMDCameraStreamControlManagerProtocol.h @@ -9,7 +9,8 @@ - (void)reconfigureStream:(NSDictionary *)arg1; - (void)remoteSetup:(NSString *)arg1; - (void)startStream:(NSDictionary *)arg1; -- (void)stopStream; +- (void)stopStream:(NSError *)arg1; +- (HMDCameraStreamMetrics *)streamMetrics; - (void)updateAudioSetting:(unsigned int)arg1; @end diff --git a/protocols/HMDStreamingManagerDelegate.h b/protocols/HMDStreamingManagerDelegate.h index 6154c4a90c..aa58a05c3f 100644 --- a/protocols/HMDStreamingManagerDelegate.h +++ b/protocols/HMDStreamingManagerDelegate.h @@ -8,7 +8,7 @@ - (void)streamingManager:(HMDStreamingManager *)arg1 didStartStream:(NSError *)arg2 slotIdentifier:(NSNumber *)arg3; - (void)streamingManagerDidNetworkDeteriorate:(HMDStreamingManager *)arg1; - (void)streamingManagerDidNetworkImprove:(HMDStreamingManager *)arg1; -- (void)streamingManagerDidReceiveFirstFrame:(HMDStreamingManager *)arg1 audioStreamSetting:(unsigned int)arg2 aspectRatio:(NSNumber *)arg3; +- (void)streamingManagerDidReceiveFirstFrame:(HMDStreamingManager *)arg1 audioStreamSetting:(unsigned int)arg2 aspectRatio:(NSNumber *)arg3 slotIdentifier:(NSNumber *)arg4; - (void)streamingManagerDidStopStream:(HMDStreamingManager *)arg1 error:(NSError *)arg2; - (void)streamingManagerDidUpdateConfiguration:(HMDStreamingManager *)arg1; diff --git a/protocols/HMHomeManagerDelegatePrivate.h b/protocols/HMHomeManagerDelegatePrivate.h index ca99336861..7635eed145 100644 --- a/protocols/HMHomeManagerDelegatePrivate.h +++ b/protocols/HMHomeManagerDelegatePrivate.h @@ -10,9 +10,11 @@ - (void)homeManager:(HMHomeManager *)arg1 didUpdateStateForIncomingInvitations:(NSArray *)arg2; - (void)homeManager:(HMHomeManager *)arg1 didUpdateThisDeviceIsResidentCapable:(BOOL)arg2; - (void)homeManager:(HMHomeManager *)arg1 residentProvisioningStatusChanged:(unsigned int)arg2; +- (void)homeManagerDidEndBatchNotifications:(HMHomeManager *)arg1; - (void)homeManagerDidUpdateApplicationData:(HMHomeManager *)arg1; - (void)homeManagerDidUpdateCurrentHome:(HMHomeManager *)arg1; - (void)homeManagerDidUpdateDataSyncInProgress:(HMHomeManager *)arg1; - (void)homeManagerDidUpdateDataSyncState:(HMHomeManager *)arg1; +- (void)homeManagerWillStartBatchNotifications:(HMHomeManager *)arg1; @end diff --git a/protocols/IKAppCacheDelegate.h b/protocols/IKAppCacheDelegate.h new file mode 100644 index 0000000000..1902da1416 --- /dev/null +++ b/protocols/IKAppCacheDelegate.h @@ -0,0 +1,10 @@ +/* Generated by RuntimeBrowser. + */ + +@protocol IKAppCacheDelegate + +@required + +- (void)appCache:(IKAppCache *)arg1 didUpdateWithChecksum:(NSString *)arg2; + +@end diff --git a/protocols/IKAppContextDelegate.h b/protocols/IKAppContextDelegate.h index 70fe9c545a..4125d05cf9 100644 --- a/protocols/IKAppContextDelegate.h +++ b/protocols/IKAppContextDelegate.h @@ -22,5 +22,6 @@ - ( *)objectForPlayer:(IKAppPlayerBridge *)arg1; - ( *)objectForPlaylist:(IKAppPlaylistBridge *)arg1; - (IKAppTabBar *)tabBarForContext:(IKAppContext *)arg1; +- (NSURLSessionConfiguration *)xhrSessionConfigurationForContext:(IKAppContext *)arg1; @end diff --git a/protocols/IKAppContextInternalDelegate.h b/protocols/IKAppContextInternalDelegate.h new file mode 100644 index 0000000000..5dbda585ab --- /dev/null +++ b/protocols/IKAppContextInternalDelegate.h @@ -0,0 +1,11 @@ +/* Generated by RuntimeBrowser. + */ + +@protocol IKAppContextInternalDelegate + +@required + +- (void)appContext:(IKAppContext *)arg1 didStartWithOptions:(NSDictionary *)arg2 validatedJSString:(NSString *)arg3; +- (BOOL)shouldForceIgnoreHTTPCacheForAppContext:(IKAppContext *)arg1; + +@end diff --git a/protocols/IKAppKeyboardDelegate.h b/protocols/IKAppKeyboardDelegate.h new file mode 100644 index 0000000000..ef80149eb9 --- /dev/null +++ b/protocols/IKAppKeyboardDelegate.h @@ -0,0 +1,10 @@ +/* Generated by RuntimeBrowser. + */ + +@protocol IKAppKeyboardDelegate + +@required + +- (void)textDidChangeForKeyboard:(IKAppKeyboard *)arg1; + +@end diff --git a/protocols/IKAppTabBarController.h b/protocols/IKAppTabBarController.h new file mode 100644 index 0000000000..fd736c5da1 --- /dev/null +++ b/protocols/IKAppTabBarController.h @@ -0,0 +1,15 @@ +/* Generated by RuntimeBrowser. + */ + +@protocol IKAppTabBarController + +@required + +- (unsigned int)numberOfTabsInTabBar:(IKAppTabBar *)arg1; +- (NSString *)selectedTabItemForTabBar:(IKAppTabBar *)arg1; +- (void)tabBar:(IKAppTabBar *)arg1 setSelectedTabItem:(NSString *)arg2; +- (NSArray *)tabBar:(IKAppTabBar *)arg1 setTabItems:(NSArray *)arg2; +- (NSDictionary *)tabBar:(IKAppTabBar *)arg1 tabItemAtIndex:(unsigned int)arg2; +- (NSString *)transientTabItemForTabBar:(IKAppTabBar *)arg1; + +@end diff --git a/protocols/IKApplication.h b/protocols/IKApplication.h index 5a22021d51..bc6f9c79dc 100644 --- a/protocols/IKApplication.h +++ b/protocols/IKApplication.h @@ -17,7 +17,11 @@ - (IKAppDocument *)activeDocument; - (BOOL)appIsTrusted; +- (NSURL *)appJSCachePath; - (NSDictionary *)appLaunchParams; +- (NSURL *)appLocalJSURL; +- (NSDictionary *)appTraitCollection; - (BOOL)shouldAllowRemoteInspection; +- (IKViewElementRegistry *)viewElementRegistry; @end diff --git a/protocols/IKDOMBindingControllerDelegate.h b/protocols/IKDOMBindingControllerDelegate.h new file mode 100644 index 0000000000..94d291e8f4 --- /dev/null +++ b/protocols/IKDOMBindingControllerDelegate.h @@ -0,0 +1,16 @@ +/* Generated by RuntimeBrowser. + */ + +@protocol IKDOMBindingControllerDelegate + +@optional + +- (NSSet *)additionalKeysToResolveForDOMBindingController:(IKDOMBindingController *)arg1; +- (BOOL)domBindingController:(IKDOMBindingController *)arg1 applyValue:(id)arg2 forKey:(NSString *)arg3; +- (void)domBindingController:(IKDOMBindingController *)arg1 didLoadBinding:(IKDataBinding *)arg2; +- (void)domBindingController:(IKDOMBindingController *)arg1 didResolveKeys:(NSSet *)arg2; +- (BOOL)domBindingController:(IKDOMBindingController *)arg1 doKeysAffectChildren:(NSSet *)arg2; +- (BOOL)domBindingController:(IKDOMBindingController *)arg1 doKeysAffectSubtree:(NSSet *)arg2; +- (BOOL)shouldResolveDataForDOMBindingController:(IKDOMBindingController *)arg1; + +@end diff --git a/protocols/IKDataSourceElementImplementing.h b/protocols/IKDataSourceElementImplementing.h new file mode 100644 index 0000000000..edb78f60d7 --- /dev/null +++ b/protocols/IKDataSourceElementImplementing.h @@ -0,0 +1,21 @@ +/* Generated by RuntimeBrowser. + */ + +@protocol IKDataSourceElementImplementing + +@required + +- (void)applyUpdatesWithImplementation:(void *)arg1 usingUpdater:(void *)arg2; // needs 2 arg types, found 6: *, id /* block */, /* Warning: Unrecognized filer type: '<' using 'void*' */ void*, IKDataSourceElement *, id /* block */, void* +- (void)configureUpdatesWithImplementation:(id )arg1; +- (IKViewElement *)elementForItemAtIndex:(int)arg1 loadIfNeeded:(BOOL)arg2; +- (int)indexOfItemForChildElement:(IKViewElement *)arg1; +- (void)initialize; +- (IKElementChangeSet *)itemsChangeset; +- (int)numberOfItems; +- (IKViewElement *)prototypeForItemAtIndex:(int)arg1; +- (NSArray *)prototypes; +- (void)teardown; +- (void)unloadIndex:(int)arg1; +- (void)updateStylesUsingUpdater:(void *)arg1; // needs 1 arg types, found 5: id /* block */, /* Warning: Unrecognized filer type: '<' using 'void*' */ void*, void, id /* block */, void* + +@end diff --git a/protocols/IKJSDOMDocument.h b/protocols/IKJSDOMDocument.h index 99721ad350..eeb65282e8 100644 --- a/protocols/IKJSDOMDocument.h +++ b/protocols/IKJSDOMDocument.h @@ -17,18 +17,12 @@ - (IKDOMNodeList *)getElementsByTagName:(NSString *)arg1; - (IKDOMImplementation *)implementation; - (NSString *)inputEncoding; -- (NSArray *)matchingImpressions:(NSString *)arg1 :(JSValue *)arg2; - (IKJSNavigationDocument *)navigationDocument; -- (NSArray *)recordedImpressions:(JSValue *)arg1; -- (void)replace:(IKDOMDocument *)arg1; -- (void)runTest:(NSString *)arg1 :(NSDictionary *)arg2; -- (void)scrollToTop; - (void)setDocumentURI:(NSString *)arg1; - (void)setNeedsUpdate; - (void)setStrictErrorChecking:(BOOL)arg1; - (void)setXmlStandalone:(BOOL)arg1; - (void)setXmlVersion:(NSString *)arg1; -- (NSArray *)snapshotImpressions; - (BOOL)strictErrorChecking; - (NSString *)xmlEncoding; - (BOOL)xmlStandalone; diff --git a/protocols/IKJSDOMDocumentAppBridgeInternal.h b/protocols/IKJSDOMDocumentAppBridgeInternal.h new file mode 100644 index 0000000000..ba8d03b9d8 --- /dev/null +++ b/protocols/IKJSDOMDocumentAppBridgeInternal.h @@ -0,0 +1,10 @@ +/* Generated by RuntimeBrowser. + */ + +@protocol IKJSDOMDocumentAppBridgeInternal + +@required + +- (BOOL)_isUpdateAllowed; + +@end diff --git a/protocols/IKJSDataItem.h b/protocols/IKJSDataItem.h new file mode 100644 index 0000000000..1124bf8ff1 --- /dev/null +++ b/protocols/IKJSDataItem.h @@ -0,0 +1,6 @@ +/* Generated by RuntimeBrowser. + */ + +@protocol IKJSDataItem + +@end diff --git a/protocols/IKJSDataItemObserver.h b/protocols/IKJSDataItemObserver.h new file mode 100644 index 0000000000..a7e5852fe3 --- /dev/null +++ b/protocols/IKJSDataItemObserver.h @@ -0,0 +1,11 @@ +/* Generated by RuntimeBrowser. + */ + +@protocol IKJSDataItemObserver + +@optional + +- (void)dataItem:(IKJSDataItem *)arg1 didChangePropertyPathWithString:(NSString *)arg2; +- (void)dataItem:(IKJSDataItem *)arg1 didChangeSubPropertyPathWithString:(NSString *)arg2 forPropertyPathWithString:(NSString *)arg3 subscriptIndex:(int)arg4; + +@end diff --git a/protocols/IKJSDevice.h b/protocols/IKJSDevice.h index 471e8804a8..419ead21f0 100644 --- a/protocols/IKJSDevice.h +++ b/protocols/IKJSDevice.h @@ -8,14 +8,11 @@ - (NSString *)advertisingIdentifier; - (NSString *)appIdentifier; - (NSString *)appVersion; -- (NSNumber *)capacity:(NSString *)arg1; - (BOOL)isAdvertisingTrackingEnabled; -- (BOOL)isInRetailDemoMode; +- (BOOL)isNetworkReachable; - (NSString *)model; -- (NSNumber *)pixelRatio; - (NSString *)productType; - (NSString *)systemVersion; -- (NSString *)vendorID; - (NSString *)vendorIdentifier; @end diff --git a/protocols/IKJSDeviceSettings.h b/protocols/IKJSDeviceSettings.h index 2ed46c3d4b..b297ffa0d8 100644 --- a/protocols/IKJSDeviceSettings.h +++ b/protocols/IKJSDeviceSettings.h @@ -5,14 +5,8 @@ @required -- (IKJSRestrictions *)Restrictions; -- (struct CGSize { float x1; float x2; })Screen; - (NSString *)language; -- (NSString *)name; -- (NSString *)preferredVideoFormat; -- (NSString *)preferredVideoPreviewFormat; - (IKJSRestrictions *)restrictions; -- (struct CGSize { float x1; float x2; })screen; - (NSString *)storefrontCountryCode; @end diff --git a/protocols/IKJSITunesStore.h b/protocols/IKJSITunesStore.h index 1cea0a3d9c..f1c4011103 100644 --- a/protocols/IKJSITunesStore.h +++ b/protocols/IKJSITunesStore.h @@ -3,31 +3,4 @@ @protocol IKJSITunesStore -@required - -- (NSString *)DSID; -- (NSDictionary *)accountInfo; -- (void)authenticate:(NSDictionary *)arg1 :(JSValue *)arg2; -- (void)clearCookies; -- (id)cookie; -- (NSString *)cookieURL; -- (NSDictionary *)eligibilityForService:(NSDictionary *)arg1; -- (void)evaluateScripts:(NSArray *)arg1 :(JSValue *)arg2; -- (void)flushUnreportedEvents; -- (JSValue *)getBag; -- (void)getServiceEligibility:(NSDictionary *)arg1 :(JSValue *)arg2; -- (void)invalidateBag; -- (BOOL)isManagedAppleID; -- (void)loadStoreContent:(NSDictionary *)arg1 :(JSValue *)arg2; -- (id)makeStoreXMLHttpRequest; -- (NSString *)networkConnectionType; -- (void)recordEvent:(NSString *)arg1 :(NSDictionary *)arg2; -- (void)setCookie:(id)arg1; -- (void)setCookieURL:(NSString *)arg1; -- (void)setStorefront:(NSString *)arg1; -- (void)signOut; -- (NSString *)storefront; -- (void)updateServiceEligibility:(NSDictionary *)arg1; -- (NSString *)userAgent; - @end diff --git a/protocols/IKJSImpression.h b/protocols/IKJSImpression.h index 2891424255..79aa5c0844 100644 --- a/protocols/IKJSImpression.h +++ b/protocols/IKJSImpression.h @@ -3,13 +3,4 @@ @protocol IKJSImpression -@required - -- (NSArray *)children; -- (NSString *)data; -- (NSString *)impressionQueueTag; -- (long)index; -- (id)parent; -- (NSArray *)timestamps; - @end diff --git a/protocols/IKJSLegacyPlayer.h b/protocols/IKJSLegacyPlayer.h index 5182480bd0..fd4a2fb744 100644 --- a/protocols/IKJSLegacyPlayer.h +++ b/protocols/IKJSLegacyPlayer.h @@ -3,8 +3,4 @@ @protocol IKJSLegacyPlayer -@required - -- (IKDOMElement *)currentAVMediaElement; - @end diff --git a/protocols/IKJSMediaItem.h b/protocols/IKJSMediaItem.h index fdff468b6e..99eff3461c 100644 --- a/protocols/IKJSMediaItem.h +++ b/protocols/IKJSMediaItem.h @@ -14,6 +14,7 @@ - (id)initWithType:(NSString *)arg1 :(NSString *)arg2; - (NSArray *)interstitials; - (BOOL)isExplicit; +- (NSDictionary *)metadata; - (NSNumber *)resumeTime; - (void)setArtworkImageURL:(NSString *)arg1; - (void)setContentRatingDomain:(NSString *)arg1; @@ -23,6 +24,7 @@ - (void)setHighlightGroups:(NSArray *)arg1; - (void)setInterstitials:(NSArray *)arg1; - (void)setIsExplicit:(BOOL)arg1; +- (void)setMetadata:(NSDictionary *)arg1; - (void)setResumeTime:(NSNumber *)arg1; - (void)setSubtitle:(NSString *)arg1; - (void)setTitle:(NSString *)arg1; diff --git a/protocols/IKJSRestrictions.h b/protocols/IKJSRestrictions.h index 2556e84b49..1f0b35c529 100644 --- a/protocols/IKJSRestrictions.h +++ b/protocols/IKJSRestrictions.h @@ -5,13 +5,9 @@ @required -- (BOOL)allowArtistActivity; - (BOOL)allowsErotica; - (BOOL)allowsExplicit; -- (BOOL)appAnalyticsAllowed; -- (BOOL)appInstallationAllowed; -- (int)maxAppRank; -- (NSString *)maxAppRating; +- (BOOL)allowsITunes; - (int)maxMovieRank; - (NSString *)maxMovieRatingForCountry:(JSValue *)arg1; - (int)maxTVShowRank; diff --git a/protocols/IKJSTabBar.h b/protocols/IKJSTabBar.h index b20b2ee0b8..aa5a6b68af 100644 --- a/protocols/IKJSTabBar.h +++ b/protocols/IKJSTabBar.h @@ -3,11 +3,4 @@ @protocol IKJSTabBar -@required - -- (IKJSTabBarItem *)selectedTab; -- (void)setSelectedTab:(IKJSTabBarItem *)arg1; -- (NSArray *)tabs; -- (IKJSTabBarItem *)transientTab; - @end diff --git a/protocols/IKJSTabBarItem.h b/protocols/IKJSTabBarItem.h index 05e4f65d8d..9b57b3ae70 100644 --- a/protocols/IKJSTabBarItem.h +++ b/protocols/IKJSTabBarItem.h @@ -3,10 +3,4 @@ @protocol IKJSTabBarItem -@required - -- (NSString *)identifier; -- (IKJSNavigationDocument *)navigationDocument; -- (NSString *)rootURL; - @end diff --git a/protocols/IMChatItemRules.h b/protocols/IMChatItemRules.h index 63b0e818b3..f394dad563 100644 --- a/protocols/IMChatItemRules.h +++ b/protocols/IMChatItemRules.h @@ -9,7 +9,6 @@ - (NSArray *)_chatItemsForItem:(IMItem *)arg1 previousItem:(IMItem *)arg2; - (void)_didProcessChatItems:(NSMutableArray *)arg1; - (id)_initWithChat:(IMChat *)arg1; -- (void)_invalidate; - (IMItem *)_itemWithChatItemsDeleted:(NSArray *)arg1 fromItem:(IMItem *)arg2; - (NSArray *)_items; - (IMChatItem *)_nextStaleChatItem; diff --git a/protocols/INCurrencyAmountExport.h b/protocols/INCurrencyAmountExport.h index fa6897233d..e54ea36322 100644 --- a/protocols/INCurrencyAmountExport.h +++ b/protocols/INCurrencyAmountExport.h @@ -8,5 +8,7 @@ - (NSDecimalNumber *)amount; - (NSString *)currencyCode; - (id)init; +- (void)setAmount:(NSDecimalNumber *)arg1; +- (void)setCurrencyCode:(NSString *)arg1; @end diff --git a/protocols/INDateComponentsRangeExport.h b/protocols/INDateComponentsRangeExport.h index d273332402..749523d41d 100644 --- a/protocols/INDateComponentsRangeExport.h +++ b/protocols/INDateComponentsRangeExport.h @@ -7,6 +7,8 @@ - (NSDateComponents *)endDateComponents; - (id)init; +- (void)setEndDateComponents:(NSDateComponents *)arg1; +- (void)setStartDateComponents:(NSDateComponents *)arg1; - (NSDateComponents *)startDateComponents; @end diff --git a/protocols/INHomeAttributeExport.h b/protocols/INHomeAttributeExport.h index d7e0048a6c..2087ea4f53 100644 --- a/protocols/INHomeAttributeExport.h +++ b/protocols/INHomeAttributeExport.h @@ -8,6 +8,11 @@ - (BOOL)boolValue; - (double)doubleValue; - (id)init; +- (void)setBoolValue:(BOOL)arg1; +- (void)setDoubleValue:(double)arg1; +- (void)setStringValue:(NSString *)arg1; +- (void)setType:(int)arg1; +- (void)setValueType:(int)arg1; - (NSString *)stringValue; - (int)type; - (int)valueType; diff --git a/protocols/INHomeEntityExport.h b/protocols/INHomeEntityExport.h index ab7bf519f3..c2cbab3aaf 100644 --- a/protocols/INHomeEntityExport.h +++ b/protocols/INHomeEntityExport.h @@ -8,6 +8,9 @@ - (int)deviceType; - (id)init; - (NSString *)name; +- (void)setDeviceType:(int)arg1; +- (void)setName:(NSString *)arg1; +- (void)setType:(int)arg1; - (int)type; @end diff --git a/protocols/INMessageExport.h b/protocols/INMessageExport.h index b5afc2aedb..f00f57785e 100644 --- a/protocols/INMessageExport.h +++ b/protocols/INMessageExport.h @@ -11,5 +11,10 @@ - (id)init; - (NSArray *)recipients; - (INPerson *)sender; +- (void)setContent:(NSString *)arg1; +- (void)setDateSent:(NSDate *)arg1; +- (void)setIdentifier:(NSString *)arg1; +- (void)setRecipients:(NSArray *)arg1; +- (void)setSender:(INPerson *)arg1; @end diff --git a/protocols/INPaymentMethodExport.h b/protocols/INPaymentMethodExport.h index 07654cce2e..952f9c2a96 100644 --- a/protocols/INPaymentMethodExport.h +++ b/protocols/INPaymentMethodExport.h @@ -9,6 +9,10 @@ - (NSString *)identificationHint; - (id)init; - (NSString *)name; +- (void)setIcon:(INImage *)arg1; +- (void)setIdentificationHint:(NSString *)arg1; +- (void)setName:(NSString *)arg1; +- (void)setType:(int)arg1; - (int)type; @end diff --git a/protocols/INPaymentRecordExport.h b/protocols/INPaymentRecordExport.h index 68ef1b7177..f33d7230eb 100644 --- a/protocols/INPaymentRecordExport.h +++ b/protocols/INPaymentRecordExport.h @@ -11,6 +11,12 @@ - (INPerson *)payee; - (INPerson *)payer; - (INPaymentMethod *)paymentMethod; +- (void)setCurrencyAmount:(INCurrencyAmount *)arg1; +- (void)setNote:(NSString *)arg1; +- (void)setPayee:(INPerson *)arg1; +- (void)setPayer:(INPerson *)arg1; +- (void)setPaymentMethod:(INPaymentMethod *)arg1; +- (void)setStatus:(int)arg1; - (int)status; @end diff --git a/protocols/INPersonExport.h b/protocols/INPersonExport.h deleted file mode 100644 index 2af6065db6..0000000000 --- a/protocols/INPersonExport.h +++ /dev/null @@ -1,16 +0,0 @@ -/* Generated by RuntimeBrowser. - */ - -@protocol INPersonExport - -@required - -- (NSString *)contactIdentifier; -- (NSString *)displayName; -- (NSString *)handle; -- (INImage *)image; -- (id)init; -- (NSPersonNameComponents *)nameComponents; -- (INPersonHandle *)personHandle; - -@end diff --git a/protocols/INPersonHandleExport.h b/protocols/INPersonHandleExport.h index b831c1ec94..028a99adef 100644 --- a/protocols/INPersonHandleExport.h +++ b/protocols/INPersonHandleExport.h @@ -6,6 +6,10 @@ @required - (id)init; +- (NSString *)label; +- (void)setLabel:(NSString *)arg1; +- (void)setType:(int)arg1; +- (void)setValue:(NSString *)arg1; - (int)type; - (NSString *)value; diff --git a/protocols/INPriceRangeExport.h b/protocols/INPriceRangeExport.h index a76a733b9f..ca09b8ccec 100644 --- a/protocols/INPriceRangeExport.h +++ b/protocols/INPriceRangeExport.h @@ -11,5 +11,8 @@ - (id)init; - (NSDecimalNumber *)maximumPrice; - (NSDecimalNumber *)minimumPrice; +- (void)setCurrencyCode:(NSString *)arg1; +- (void)setMaximumPrice:(NSDecimalNumber *)arg1; +- (void)setMinimumPrice:(NSDecimalNumber *)arg1; @end diff --git a/protocols/INRideCompletionStatusExport.h b/protocols/INRideCompletionStatusExport.h index 9e29024645..15ad0205a1 100644 --- a/protocols/INRideCompletionStatusExport.h +++ b/protocols/INRideCompletionStatusExport.h @@ -20,6 +20,11 @@ - (BOOL)isMissedPickup; - (BOOL)isOutstanding; - (INCurrencyAmount *)paymentAmount; +- (void)setCanceledByService:(BOOL)arg1; +- (void)setCompleted:(BOOL)arg1; - (void)setCompletionUserActivity:(NSUserActivity *)arg1; +- (void)setMissedPickup:(BOOL)arg1; +- (void)setOutstanding:(BOOL)arg1; +- (void)setPaymentAmount:(INCurrencyAmount *)arg1; @end diff --git a/protocols/INRideDriverExport.h b/protocols/INRideDriverExport.h index d4ddb44849..9a7318cf5a 100644 --- a/protocols/INRideDriverExport.h +++ b/protocols/INRideDriverExport.h @@ -8,5 +8,7 @@ - (id)init; - (NSString *)phoneNumber; - (NSString *)rating; +- (void)setPhoneNumber:(NSString *)arg1; +- (void)setRating:(NSString *)arg1; @end diff --git a/protocols/INRideFareLineItemExport.h b/protocols/INRideFareLineItemExport.h index 1c14843b2b..7845f9ecd1 100644 --- a/protocols/INRideFareLineItemExport.h +++ b/protocols/INRideFareLineItemExport.h @@ -8,6 +8,9 @@ - (NSString *)currencyCode; - (id)init; - (NSDecimalNumber *)price; +- (void)setCurrencyCode:(NSString *)arg1; +- (void)setPrice:(NSDecimalNumber *)arg1; +- (void)setTitle:(NSString *)arg1; - (NSString *)title; @end diff --git a/protocols/INRidePartySizeOptionExport.h b/protocols/INRidePartySizeOptionExport.h index 64d4c7ee08..3f7ecc0671 100644 --- a/protocols/INRidePartySizeOptionExport.h +++ b/protocols/INRidePartySizeOptionExport.h @@ -8,6 +8,9 @@ - (id)init; - (struct _NSRange { unsigned int x1; unsigned int x2; })partySizeRange; - (INPriceRange *)priceRange; +- (void)setPartySizeRange:(struct _NSRange { unsigned int x1; unsigned int x2; })arg1; +- (void)setPriceRange:(INPriceRange *)arg1; +- (void)setSizeDescription:(NSString *)arg1; - (NSString *)sizeDescription; @end diff --git a/protocols/INSaveProfileInCarIntentExport.h b/protocols/INSaveProfileInCarIntentExport.h index 8c545aad21..2bc8b0e961 100644 --- a/protocols/INSaveProfileInCarIntentExport.h +++ b/protocols/INSaveProfileInCarIntentExport.h @@ -6,9 +6,9 @@ @required - (id)init; -- (NSString *)profileLabel; +- (NSString *)profileName; - (NSNumber *)profileNumber; -- (void)setProfileLabel:(NSString *)arg1; +- (void)setProfileName:(NSString *)arg1; - (void)setProfileNumber:(NSNumber *)arg1; @end diff --git a/protocols/INSetProfileInCarIntentExport.h b/protocols/INSetProfileInCarIntentExport.h index 482b3bf02f..436580e0c4 100644 --- a/protocols/INSetProfileInCarIntentExport.h +++ b/protocols/INSetProfileInCarIntentExport.h @@ -7,10 +7,10 @@ - (NSNumber *)defaultProfile; - (id)init; -- (NSString *)profileLabel; +- (NSString *)profileName; - (NSNumber *)profileNumber; - (void)setDefaultProfile:(NSNumber *)arg1; -- (void)setProfileLabel:(NSString *)arg1; +- (void)setProfileName:(NSString *)arg1; - (void)setProfileNumber:(NSNumber *)arg1; @end diff --git a/protocols/INShowPersonInteractionsIntentExport.h b/protocols/INShowPersonInteractionsIntentExport.h index 9de6c73f29..0c5b2a6521 100644 --- a/protocols/INShowPersonInteractionsIntentExport.h +++ b/protocols/INShowPersonInteractionsIntentExport.h @@ -8,5 +8,7 @@ - (NSString *)focusItemIdentifier; - (id)init; - (INPerson *)person; +- (void)setFocusItemIdentifier:(NSString *)arg1; +- (void)setPerson:(INPerson *)arg1; @end diff --git a/protocols/INSpeakableStringExport.h b/protocols/INSpeakableStringExport.h index 872379a67a..527f1b1c5c 100644 --- a/protocols/INSpeakableStringExport.h +++ b/protocols/INSpeakableStringExport.h @@ -5,6 +5,12 @@ @required +- (NSString *)identifier; - (id)init; +- (NSString *)pronunciationHint; +- (void)setIdentifier:(NSString *)arg1; +- (void)setPronunciationHint:(NSString *)arg1; +- (void)setSpokenPhrase:(NSString *)arg1; +- (NSString *)spokenPhrase; @end diff --git a/protocols/IRInterfaceDelegate.h b/protocols/IRInterfaceDelegate.h deleted file mode 100644 index e918d2532e..0000000000 --- a/protocols/IRInterfaceDelegate.h +++ /dev/null @@ -1,10 +0,0 @@ -/* Generated by RuntimeBrowser. - */ - -@protocol IRInterfaceDelegate - -@required - -- (void)interface:(IRInterface *)arg1 receivedCommand:(IRCommand *)arg2; - -@end diff --git a/protocols/ISBiometricSessionDelegate.h b/protocols/ISBiometricSessionDelegate.h new file mode 100644 index 0000000000..40f839f50b --- /dev/null +++ b/protocols/ISBiometricSessionDelegate.h @@ -0,0 +1,12 @@ +/* Generated by RuntimeBrowser. + */ + +@protocol ISBiometricSessionDelegate + +@optional + +- (void)sender:(id)arg1 didFallbackToPassword:(BOOL)arg2; +- (void)sender:(id)arg1 shouldContinueTouchIDSession:(BOOL)arg2; +- (void)sender:(id)arg1 willSendChallenge:(NSString *)arg2 andSignature:(NSString *)arg3; + +@end diff --git a/protocols/ISDialogOperationDelegate.h b/protocols/ISDialogOperationDelegate.h new file mode 100644 index 0000000000..9afa58b90f --- /dev/null +++ b/protocols/ISDialogOperationDelegate.h @@ -0,0 +1,10 @@ +/* Generated by RuntimeBrowser. + */ + +@protocol ISDialogOperationDelegate + +@optional + +- (void)operation:(ISDialogOperation *)arg1 selectedButton:(ISDialogButton *)arg2; + +@end diff --git a/protocols/InteractionProtocol.h b/protocols/InteractionProtocol.h index 3e0956c74a..24abfd423b 100644 --- a/protocols/InteractionProtocol.h +++ b/protocols/InteractionProtocol.h @@ -5,8 +5,8 @@ @required -+ (void)deleteInteractionWithCall:(NSString *)arg1; -+ (void)deleteInteractionWithCalls:(NSArray *)arg1; -+ (void)donateCallHistoryInteractionWithCall:(CHRecentCall *)arg1; +- (void)deleteInteractionWithCall:(NSString *)arg1; +- (void)deleteInteractionWithCalls:(NSArray *)arg1; +- (void)donateCallHistoryInteractionWithCall:(CHRecentCall *)arg1; @end diff --git a/protocols/LAContextServerEvaluationProt.h b/protocols/LAContextServerEvaluationProt.h new file mode 100644 index 0000000000..6dc21f7156 --- /dev/null +++ b/protocols/LAContextServerEvaluationProt.h @@ -0,0 +1,15 @@ +/* Generated by RuntimeBrowser. + */ + +@protocol LAContextServerEvaluationProt + +@required + +- (void)checkCredentialSatisfied:(void *)arg1 policy:(void *)arg2 reply:(void *)arg3; // needs 3 arg types, found 9: int, int, id /* block */, /* Warning: Unrecognized filer type: '<' using 'void*' */ void*, void, id /* block */, BOOL, NSError *, void* +- (void)evaluateACL:(void *)arg1 operation:(void *)arg2 options:(void *)arg3 uiDelegate:(void *)arg4 originator:(void *)arg5 reply:(void *)arg6; // needs 6 arg types, found 12: NSData *, id, NSDictionary *, *, *, id /* block */, /* Warning: Unrecognized filer type: '<' using 'void*' */ void*, void, id /* block */, NSDictionary *, NSError *, void* +- (void)evaluatePolicy:(void *)arg1 options:(void *)arg2 uiDelegate:(void *)arg3 originator:(void *)arg4 reply:(void *)arg5; // needs 5 arg types, found 11: int, NSDictionary *, *, *, id /* block */, /* Warning: Unrecognized filer type: '<' using 'void*' */ void*, void, id /* block */, NSDictionary *, NSError *, void* +- (void)isCredentialSet:(void *)arg1 originator:(void *)arg2 reply:(void *)arg3; // needs 3 arg types, found 9: int, *, id /* block */, /* Warning: Unrecognized filer type: '<' using 'void*' */ void*, void, id /* block */, BOOL, NSError *, void* +- (void)resetWithOriginator:(void *)arg1 reply:(void *)arg2; // needs 2 arg types, found 8: *, id /* block */, /* Warning: Unrecognized filer type: '<' using 'void*' */ void*, void, id /* block */, BOOL, NSError *, void* +- (void)setCredential:(void *)arg1 type:(void *)arg2 originator:(void *)arg3 reply:(void *)arg4; // needs 4 arg types, found 10: NSData *, int, *, id /* block */, /* Warning: Unrecognized filer type: '<' using 'void*' */ void*, void, id /* block */, BOOL, NSError *, void* + +@end diff --git a/protocols/LARemoteUIHost.h b/protocols/LARemoteUIHost.h new file mode 100644 index 0000000000..99a45df732 --- /dev/null +++ b/protocols/LARemoteUIHost.h @@ -0,0 +1,11 @@ +/* Generated by RuntimeBrowser. + */ + +@protocol LARemoteUIHost + +@required + +- (void)connectRemoteUI:(void *)arg1 reply:(void *)arg2; // needs 2 arg types, found 9: *, id /* block */, /* Warning: Unrecognized filer type: '<' using 'void*' */ void*, void, id /* block */, *, *, NSError *, void* +- (void)disconnectRemoteUI; + +@end diff --git a/protocols/LAUIMechanism.h b/protocols/LAUIMechanism.h new file mode 100644 index 0000000000..e9fb384da7 --- /dev/null +++ b/protocols/LAUIMechanism.h @@ -0,0 +1,13 @@ +/* Generated by RuntimeBrowser. + */ + +@protocol LAUIMechanism + +@required + +- (void)internalInfoWithReply:(void *)arg1; // needs 1 arg types, found 6: id /* block */, /* Warning: Unrecognized filer type: '<' using 'void*' */ void*, void, id /* block */, NSDictionary *, void* +- (void)uiEvent:(int)arg1 options:(NSDictionary *)arg2; +- (void)uiFailureWithError:(NSError *)arg1; +- (void)uiSuccessWithResult:(NSDictionary *)arg1; + +@end diff --git a/protocols/LSApplicationWorkspaceObserverProtocol.h b/protocols/LSApplicationWorkspaceObserverProtocol.h index 353d872b74..9aa0de3dd9 100644 --- a/protocols/LSApplicationWorkspaceObserverProtocol.h +++ b/protocols/LSApplicationWorkspaceObserverProtocol.h @@ -21,6 +21,7 @@ - (void)applicationsWillInstall:(NSArray *)arg1; - (void)applicationsWillUninstall:(NSArray *)arg1; - (void)networkUsageChanged:(BOOL)arg1; +- (BOOL)observeLaunchProhibitedApps; - (void)pluginsDidInstall:(NSArray *)arg1; - (void)pluginsDidUninstall:(NSArray *)arg1; - (void)pluginsWillUninstall:(NSArray *)arg1; diff --git a/protocols/MCJobQueueObserver.h b/protocols/MCJobQueueObserver.h new file mode 100644 index 0000000000..945ef02540 --- /dev/null +++ b/protocols/MCJobQueueObserver.h @@ -0,0 +1,6 @@ +/* Generated by RuntimeBrowser. + */ + +@protocol MCJobQueueObserver + +@end diff --git a/protocols/MCSoftwareUpdateManagerDelegate.h b/protocols/MCSoftwareUpdateManagerDelegate.h new file mode 100644 index 0000000000..ce0f097f1e --- /dev/null +++ b/protocols/MCSoftwareUpdateManagerDelegate.h @@ -0,0 +1,14 @@ +/* Generated by RuntimeBrowser. + */ + +@protocol MCSoftwareUpdateManagerDelegate + +@required + +- (void)manager:(MCSoftwareUpdateManager *)arg1 didTransitionToState:(int)arg2 fromState:(int)arg3 error:(NSError *)arg4; +- (void)manager:(MCSoftwareUpdateManager *)arg1 download:(SUDownload *)arg2 failedWithError:(NSError *)arg3; +- (void)manager:(MCSoftwareUpdateManager *)arg1 downloadProgressChanged:(SUDownload *)arg2; +- (void)manager:(MCSoftwareUpdateManager *)arg1 installFailedWithError:(NSError *)arg2; +- (void)manager:(MCSoftwareUpdateManager *)arg1 scanFoundUpdate:(SUDescriptor *)arg2 error:(NSError *)arg3; + +@end diff --git a/protocols/MKPlaceCardActionControllerDelegate.h b/protocols/MKPlaceCardActionControllerDelegate.h index 3e9c229f64..5453ea6918 100644 --- a/protocols/MKPlaceCardActionControllerDelegate.h +++ b/protocols/MKPlaceCardActionControllerDelegate.h @@ -16,6 +16,7 @@ - (void)placeCardActionControllerDidSelectOpenInSkyline:(MKPlaceCardActionsViewController *)arg1; - (void)placeCardActionControllerDidSelectRemoveFromFavorites:(MKPlaceCardActionsViewController *)arg1; - (void)placeCardActionControllerDidSelectRemoveFromSuggestedFavorites:(MKPlaceCardActionsViewController *)arg1; +- (void)placeCardActionControllerDidSelectRemoveMarker:(MKPlaceCardActionsViewController *)arg1; - (void)placeCardActionControllerDidSelectSimulateLocation:(MKPlaceCardActionsViewController *)arg1; - (void)placeCardActionControllerDidSelectViewAllPhotos:(MKPlaceCardActionsViewController *)arg1; - (void)placeCardActionControllerDidSelectionOpenInPinpoint:(MKPlaceCardActionsViewController *)arg1; diff --git a/protocols/MPModelPlaybackRequesting.h b/protocols/MPModelPlaybackRequesting.h new file mode 100644 index 0000000000..baf98d74a5 --- /dev/null +++ b/protocols/MPModelPlaybackRequesting.h @@ -0,0 +1,11 @@ +/* Generated by RuntimeBrowser. + */ + +@protocol MPModelPlaybackRequesting + +@optional + +- (void)setShouldExcludeNonShuffleItems:(BOOL)arg1; +- (BOOL)shouldExcludeNonShuffleItems; + +@end diff --git a/protocols/MUPDFContentViewControllerDelegate.h b/protocols/MUPDFContentViewControllerDelegate.h new file mode 100644 index 0000000000..f86563be3e --- /dev/null +++ b/protocols/MUPDFContentViewControllerDelegate.h @@ -0,0 +1,10 @@ +/* Generated by RuntimeBrowser. + */ + +@protocol MUPDFContentViewControllerDelegate + +@required + +- (BOOL)controller:(MUPDFContentViewController *)arg1 shouldHandleURL:(NSURL *)arg2; + +@end diff --git a/protocols/ManagedEventInfoProtocol.h b/protocols/ManagedEventInfoProtocol.h new file mode 100644 index 0000000000..bb589db097 --- /dev/null +++ b/protocols/ManagedEventInfoProtocol.h @@ -0,0 +1,10 @@ +/* Generated by RuntimeBrowser. + */ + +@protocol ManagedEventInfoProtocol + +@required + +- (void)generateInfoForId:(void *)arg1 completionBlock:(void *)arg2; // needs 2 arg types, found 11: unsigned long long, id /* block */, /* Warning: Unrecognized filer type: '<' using 'void*' */ void*, void, id /* block */, unsigned long long, char *, NSDate *, char *, NSDictionary *, void* + +@end diff --git a/protocols/MarkupViewControllerDelegate.h b/protocols/MarkupViewControllerDelegate.h index 2a94097e3d..14bab0622f 100644 --- a/protocols/MarkupViewControllerDelegate.h +++ b/protocols/MarkupViewControllerDelegate.h @@ -7,6 +7,7 @@ - (void)controller:(MarkupViewController *)arg1 didChangeToPDFPageIndex:(unsigned int)arg2; - (void)controller:(MarkupViewController *)arg1 didReadCGPDFDocument:(struct CGPDFDocument { }*)arg2; +- (BOOL)controller:(MarkupViewController *)arg1 shouldOpenLinkAtURL:(NSURL *)arg2; - (NSArray *)controller:(MarkupViewController *)arg1 willSetToolbarItems:(NSArray *)arg2; - (void)controller:(MarkupViewController *)arg1 willWriteCGPDFDocument:(struct CGPDFDocument { }*)arg2 toContext:(struct CGContext { }*)arg3; - (struct UIEdgeInsets { float x1; float x2; float x3; float x4; })customEdgeInsets; diff --git a/protocols/NCBannerPresentationTransitioningDelegateObserver.h b/protocols/NCBannerPresentationTransitioningDelegateObserver.h index 6aa2e51819..3e4a41d344 100644 --- a/protocols/NCBannerPresentationTransitioningDelegateObserver.h +++ b/protocols/NCBannerPresentationTransitioningDelegateObserver.h @@ -7,5 +7,6 @@ - (void)transitioningDelegate:(id )arg1 didFinishDismissalOfViewController:(UIViewController *)arg2 completed:(BOOL)arg3; - (void)transitioningDelegate:(id )arg1 didFinishPresentationOfViewController:(UIViewController *)arg2 completed:(BOOL)arg3; +- (BOOL)wantsUseableContainerHeightForTransitionWithDelegate:(id )arg1; @end diff --git a/protocols/NCCustomContentContainingLookView.h b/protocols/NCCustomContentContainingLookView.h index 290b1fb5b4..c3d08c0373 100644 --- a/protocols/NCCustomContentContainingLookView.h +++ b/protocols/NCCustomContentContainingLookView.h @@ -6,12 +6,14 @@ @required - (UIScrollView *)_scrollView; +- (struct CGSize { float x1; float x2; })actionsSizeThatFits:(struct CGSize { float x1; float x2; })arg1; - (struct CGSize { float x1; float x2; })contentSizeExcludingActions; - (unsigned int)customContentLocation; - (struct CGSize { float x1; float x2; })customContentSize; - (BOOL)hidesNotificationContent; - (BOOL)isActionsHidden; - (UITapGestureRecognizer *)lookViewTapGestureRecognizer; +- (struct CGRect { struct CGPoint { float x_1_1_1; float x_1_1_2; } x1; struct CGSize { float x_2_1_1; float x_2_1_2; } x2; })scrollViewFrame; - (void)setActionsHidden:(BOOL)arg1; - (void)setCustomContentLocation:(unsigned int)arg1; - (void)setCustomContentSize:(struct CGSize { float x1; float x2; })arg1; diff --git a/protocols/NCLookView.h b/protocols/NCLookView.h index bab58aa55e..9ee617b0f2 100644 --- a/protocols/NCLookView.h +++ b/protocols/NCLookView.h @@ -5,7 +5,6 @@ @required -- (UIView *)colorInfusionView; - (struct CGSize { float x1; float x2; })contentSizeForSize:(struct CGSize { float x1; float x2; })arg1; - (UIView *)customContentView; - (NSDate *)date; @@ -17,7 +16,6 @@ - (BOOL)isDateAllDay; - (void)setBackgroundBlurred:(BOOL)arg1; - (void)setBanner:(BOOL)arg1; -- (void)setColorInfusionView:(UIView *)arg1; - (void)setDate:(NSDate *)arg1; - (void)setDateAllDay:(BOOL)arg1; - (void)setDateFormatStyle:(int)arg1; diff --git a/protocols/NCNotificationCustomContent.h b/protocols/NCNotificationCustomContent.h index 0f5a0d6e40..43bc82b988 100644 --- a/protocols/NCNotificationCustomContent.h +++ b/protocols/NCNotificationCustomContent.h @@ -9,10 +9,11 @@ - (unsigned int)customContentLocation; - (BOOL)defaultContentHidden; - ( *)delegate; -- (void)didReceiveNotificationRequest:(NCNotificationRequest *)arg1; +- (BOOL)didReceiveNotificationRequest:(NCNotificationRequest *)arg1; - (BOOL)performAction:(NCNotificationAction *)arg1 forNotification:(NCNotificationRequest *)arg2; - (BOOL)performAction:(NCNotificationAction *)arg1 forNotification:(NCNotificationRequest *)arg2 withUserInfo:(NSDictionary *)arg3; - (void)setDelegate:(id )arg1; +- (NSString *)title; @optional diff --git a/protocols/NCNotificationCustomContentDelegate.h b/protocols/NCNotificationCustomContentDelegate.h index 973834f9b6..3dda3c8f2b 100644 --- a/protocols/NCNotificationCustomContentDelegate.h +++ b/protocols/NCNotificationCustomContentDelegate.h @@ -13,5 +13,6 @@ - (void)customContent:(id )arg1 didLoadAudioAccessoryView:(UIView *)arg2; - (void)customContentDidLoadExtension:(id )arg1; +- (void)customContentDidUpdateTitle:(id )arg1; @end diff --git a/protocols/NCNotificationDestinationDelegate.h b/protocols/NCNotificationDestinationDelegate.h index a4d89992e6..60047fd0b7 100644 --- a/protocols/NCNotificationDestinationDelegate.h +++ b/protocols/NCNotificationDestinationDelegate.h @@ -9,5 +9,7 @@ - (void)destination:(void *)arg1 requestPermissionToExecuteAction:(void *)arg2 forNotificationRequest:(void *)arg3 withParameters:(void *)arg4 completion:(void *)arg5; // needs 5 arg types, found 10: *, NCNotificationAction *, NCNotificationRequest *, NSDictionary *, id /* block */, /* Warning: Unrecognized filer type: '<' using 'void*' */ void*, void, id /* block */, BOOL, void* - (void)destination:(id )arg1 requestsClearingNotificationRequests:(NSSet *)arg2; - (void)destination:(id )arg1 requestsClearingNotificationRequests:(NSSet *)arg2 fromDestinations:(NSSet *)arg3; +- (void)destination:(id )arg1 requestsClearingNotificationRequestsFromDate:(NSDate *)arg2 toDate:(NSDate *)arg3 inSections:(NSSet *)arg4; +- (void)destination:(id )arg1 requestsClearingNotificationRequestsInSections:(NSSet *)arg2; @end diff --git a/protocols/NCNotificationDispatcherSourceDelegate.h b/protocols/NCNotificationDispatcherSourceDelegate.h index 08906facfa..64706d0bef 100644 --- a/protocols/NCNotificationDispatcherSourceDelegate.h +++ b/protocols/NCNotificationDispatcherSourceDelegate.h @@ -7,5 +7,7 @@ - (void)dispatcher:(NCNotificationDispatcher *)arg1 requestsClearingNotificationRequests:(NSSet *)arg2; - (void)dispatcher:(NCNotificationDispatcher *)arg1 requestsClearingNotificationRequests:(NSSet *)arg2 fromDestinations:(NSSet *)arg3; +- (void)dispatcher:(NCNotificationDispatcher *)arg1 requestsClearingNotificationRequestsFromDate:(NSDate *)arg2 toDate:(NSDate *)arg3 inSections:(NSSet *)arg4; +- (void)dispatcher:(NCNotificationDispatcher *)arg1 requestsClearingNotificationRequestsInSections:(NSSet *)arg2; @end diff --git a/protocols/NCNotificationListCellDelegate.h b/protocols/NCNotificationListCellDelegate.h index 3a1b2221ef..ab28c6c7c1 100644 --- a/protocols/NCNotificationListCellDelegate.h +++ b/protocols/NCNotificationListCellDelegate.h @@ -8,9 +8,9 @@ - (UIView *)customBackgroundViewForNotificationListCell:(NCNotificationListCell *)arg1; - (void)notificationListCell:(NCNotificationListCell *)arg1 requestsClearingNotificationRequest:(NCNotificationRequest *)arg2; - (void)notificationListCell:(void *)arg1 requestsPerformAction:(void *)arg2 forNotificationRequest:(void *)arg3 completion:(void *)arg4; // needs 4 arg types, found 9: NCNotificationListCell *, NCNotificationAction *, NCNotificationRequest *, id /* block */, /* Warning: Unrecognized filer type: '<' using 'void*' */ void*, void, id /* block */, BOOL, void* -- (void)notificationListCell:(NCNotificationListCell *)arg1 requestsPresentingLongLookForNotificationRequest:(NCNotificationRequest *)arg2; +- (void)notificationListCell:(void *)arg1 requestsPresentingLongLookForNotificationRequest:(void *)arg2 completion:(void *)arg3; // needs 3 arg types, found 8: NCNotificationListCell *, NCNotificationRequest *, id /* block */, /* Warning: Unrecognized filer type: '<' using 'void*' */ void*, void, id /* block */, BOOL, void* - (void)notificationListCellDidSignificantUserInteraction:(NCNotificationListCell *)arg1; -- (void)notificationListCellHideCellActions:(NCNotificationListCell *)arg1; +- (void)notificationListCellHideCellActions:(NCNotificationListCell *)arg1 resetCellScrollPosition:(BOOL)arg2 animated:(BOOL)arg3; - (void)notificationListCellRevealCellActions:(NCNotificationListCell *)arg1; - (BOOL)notificationListCellShouldShowActionsForNotificationRequest:(NCNotificationRequest *)arg1; - (void)willTearDownNotificationListCell:(NCNotificationListCell *)arg1; diff --git a/protocols/NCNotificationListCollectionViewDelegate.h b/protocols/NCNotificationListCollectionViewDelegate.h new file mode 100644 index 0000000000..03c8f8d009 --- /dev/null +++ b/protocols/NCNotificationListCollectionViewDelegate.h @@ -0,0 +1,10 @@ +/* Generated by RuntimeBrowser. + */ + +@protocol NCNotificationListCollectionViewDelegate + +@required + +- (void)notificationListCollectionView:(NCNotificationListCollectionView *)arg1 willSetFrame:(struct CGRect { struct CGPoint { float x_1_1_1; float x_1_1_2; } x1; struct CGSize { float x_2_1_1; float x_2_1_2; } x2; })arg2; + +@end diff --git a/protocols/NCNotificationSectionList.h b/protocols/NCNotificationSectionList.h index fde747248a..83c2ae8851 100644 --- a/protocols/NCNotificationSectionList.h +++ b/protocols/NCNotificationSectionList.h @@ -8,6 +8,7 @@ - (NSSet *)allNotificationRequests; - (void)clearAllSections; - (void)clearSectionWithIdentifier:(NSString *)arg1; +- (NSDate *)dateForSectionIdentifier:(NSString *)arg1; - ( *)delegate; - (void)hideRequestsForNotificationSectionIdentifier:(NSString *)arg1 subSectionIdentifier:(NSString *)arg2; - (NSString *)identifierForSectionIndex:(unsigned int)arg1; diff --git a/protocols/NCNotificationStaticContentAccepting.h b/protocols/NCNotificationStaticContentAccepting.h index 5abe6c24e3..b0b155f389 100644 --- a/protocols/NCNotificationStaticContentAccepting.h +++ b/protocols/NCNotificationStaticContentAccepting.h @@ -31,11 +31,7 @@ - (void)setAccessoryView:(UIView *)arg1; - (void)setHintText:(NSString *)arg1; - (void)setMessageNumberOfLines:(unsigned int)arg1; -- (void)setShowAdditionalMessageLines:(BOOL)arg1; - (void)setThumbnail:(UIImage *)arg1; -- (void)setThumbnailViewContentMode:(int)arg1; -- (BOOL)showAdditionalMessageLines; - (UIImage *)thumbnail; -- (int)thumbnailViewContentMode; @end diff --git a/protocols/NCNotificationStaticContentProviding.h b/protocols/NCNotificationStaticContentProviding.h index f98abe36cb..ba23504448 100644 --- a/protocols/NCNotificationStaticContentProviding.h +++ b/protocols/NCNotificationStaticContentProviding.h @@ -8,7 +8,6 @@ - (id /* block */)cancelAction:(void *)arg1; // needs 1 arg types, found 5: id /* block */, BOOL, void*, id, SEL - (id /* block */)clearAction:(void *)arg1; // needs 1 arg types, found 5: id /* block */, BOOL, void*, id, SEL - (id /* block */)closeAction:(void *)arg1; // needs 1 arg types, found 5: id /* block */, BOOL, void*, id, SEL -- (BOOL)cropThumbnail; - (NSDate *)date; - (id /* block */)defaultAction:(void *)arg1; // needs 1 arg types, found 5: id /* block */, BOOL, void*, id, SEL - ( *)delegate; diff --git a/protocols/NCNotificationViewControllerDelegate.h b/protocols/NCNotificationViewControllerDelegate.h index 93506e811c..62aec8549c 100644 --- a/protocols/NCNotificationViewControllerDelegate.h +++ b/protocols/NCNotificationViewControllerDelegate.h @@ -10,10 +10,10 @@ @optional -- (UIView *)colorInfusingViewForNotificationViewController:(NCNotificationViewController *)arg1; - (UIView *)customBackgroundViewForNotificationViewController:(NCNotificationViewController *)arg1; - (void)longLookWillDismissForNotificationViewController:(NCNotificationViewController *)arg1; - (void)longLookWillPresentForNotificationViewController:(NCNotificationViewController *)arg1; +- (NCMaterialSettings *)materialSettingsForNotificationViewController:(NCNotificationViewController *)arg1; - (struct CGRect { struct CGPoint { float x_1_1_1; float x_1_1_2; } x1; struct CGSize { float x_2_1_1; float x_2_1_2; } x2; })notificationViewController:(NCNotificationViewController *)arg1 convertRect:(struct CGRect { struct CGPoint { float x_1_1_1; float x_1_1_2; } x1; struct CGSize { float x_2_1_1; float x_2_1_2; } x2; })arg2 toLocalWindowSpaceFromView:(UIView *)arg3; - (void)notificationViewController:(NCNotificationViewController *)arg1 didCommitToLongLookPresentation:(BOOL)arg2 withCoordinator:(id )arg3; - (void)notificationViewController:(NCNotificationViewController *)arg1 didCommitToShortLookPresentation:(BOOL)arg2 withCoordinator:(id )arg3; diff --git a/protocols/NCWidgetProviding.h b/protocols/NCWidgetProviding.h index 7a61f41d51..1c7ef50b14 100644 --- a/protocols/NCWidgetProviding.h +++ b/protocols/NCWidgetProviding.h @@ -7,6 +7,8 @@ - (void)widgetActiveDisplayModeDidChange:(int)arg1 withMaximumSize:(struct CGSize { float x1; float x2; })arg2; - (struct UIEdgeInsets { float x1; float x2; float x3; float x4; })widgetMarginInsetsForProposedMarginInsets:(struct UIEdgeInsets { float x1; float x2; float x3; float x4; })arg1; +- (struct UIEdgeInsets { float x1; float x2; float x3; float x4; })widgetMarginInsetsForProposedMarginInsets:(struct UIEdgeInsets { float x1; float x2; float x3; float x4; })arg1; +- (void)widgetPerformUpdateWithCompletionHandler:(void *)arg1; // needs 1 arg types, found 6: id /* block */, /* Warning: Unrecognized filer type: '<' using 'void*' */ void*, void, id /* block */, unsigned int, void* - (void)widgetPerformUpdateWithCompletionHandler:(void *)arg1; // needs 1 arg types, found 6: id /* block */, /* Warning: Unrecognized filer type: '<' using 'void*' */ void*, void, id /* block */, unsigned int, void* @end diff --git a/protocols/NMSMessageCenterDelegate.h b/protocols/NMSMessageCenterDelegate.h index 8afa2c0285..609909012f 100644 --- a/protocols/NMSMessageCenterDelegate.h +++ b/protocols/NMSMessageCenterDelegate.h @@ -14,5 +14,6 @@ - (void)messageCenter:(NMSMessageCenter *)arg1 didSuccessfullyDeliverRequestWithIdentifier:(NSString *)arg2 userInfo:(NSDictionary *)arg3; - (void)messageCenter:(NMSMessageCenter *)arg1 didSuccessfullySendRequestWithIdentifier:(NSString *)arg2 userInfo:(NSDictionary *)arg3; - (void)messageCenter:(NMSMessageCenter *)arg1 failedToSendMessageWithIdentifier:(NSString *)arg2 error:(NSError *)arg3 userInfo:(NSDictionary *)arg4; +- (void)messageCenter:(NMSMessageCenter *)arg1 nearbyDevicesChanged:(NSArray *)arg2; @end diff --git a/protocols/NPHSOSPersistentTimerLocationManagerDelegate.h b/protocols/NPHSOSPersistentTimerLocationManagerDelegate.h new file mode 100644 index 0000000000..f3cd039bae --- /dev/null +++ b/protocols/NPHSOSPersistentTimerLocationManagerDelegate.h @@ -0,0 +1,10 @@ +/* Generated by RuntimeBrowser. + */ + +@protocol NPHSOSPersistentTimerLocationManagerDelegate + +@required + +- (void)sosPersistentTimerLocationMangerTimerFired:(NPHSOSPersistentTimerLocationManager *)arg1 location:(CLLocation *)arg2; + +@end diff --git a/protocols/NPKPaymentWebServiceCompanionTargetDeviceDelegate.h b/protocols/NPKPaymentWebServiceCompanionTargetDeviceDelegate.h index 0fc48b30b2..76746f2829 100644 --- a/protocols/NPKPaymentWebServiceCompanionTargetDeviceDelegate.h +++ b/protocols/NPKPaymentWebServiceCompanionTargetDeviceDelegate.h @@ -14,8 +14,9 @@ - (void)handlePushToken:(NSString *)arg1; - (void)handleRemoveTransactionsWithIdentifiers:(NSArray *)arg1; - (void)handleUpdatePaymentPassWithTypeIdentifier:(NSString *)arg1; +- (void)sendPaymentOptionsDefaultsToWatch; - (void)sendWebServiceContextToWatch; - (void)setNewAuthRandom:(void *)arg1; // needs 1 arg types, found 6: id /* block */, /* Warning: Unrecognized filer type: '<' using 'void*' */ void*, void, id /* block */, BOOL, void* -- (void)showPaymentSetupForAppDisplayNamea:(NSString *)arg1; +- (void)showPaymentSetupForAppDisplayName:(NSString *)arg1; @end diff --git a/protocols/NPKQuickPaymentSessionDelegate.h b/protocols/NPKQuickPaymentSessionDelegate.h index 4fa0dd8654..1e869f4ae0 100644 --- a/protocols/NPKQuickPaymentSessionDelegate.h +++ b/protocols/NPKQuickPaymentSessionDelegate.h @@ -13,6 +13,8 @@ - (void)paymentSessionDidEnterField:(NPKQuickPaymentSession *)arg1; - (void)paymentSessionDidExitField:(NPKQuickPaymentSession *)arg1; - (void)paymentSessionDidReceiveActivityTimeout:(NPKQuickPaymentSession *)arg1; +- (void)paymentSessionDidReceiveFinishTransaction:(NPKQuickPaymentSession *)arg1; +- (void)paymentSessionDidReceiveStartTransaction:(NPKQuickPaymentSession *)arg1; - (void)paymentSessionDidSelectPayment:(NPKQuickPaymentSession *)arg1; - (void)paymentSessionDidSelectValueAddedService:(NPKQuickPaymentSession *)arg1; diff --git a/protocols/NetDiagnosticsShimDelegate.h b/protocols/NetDiagnosticsShimDelegate.h new file mode 100644 index 0000000000..a8ffc4d0c0 --- /dev/null +++ b/protocols/NetDiagnosticsShimDelegate.h @@ -0,0 +1,10 @@ +/* Generated by RuntimeBrowser. + */ + +@protocol NetDiagnosticsShimDelegate + +@optional + +- (void)netDiagnosticTaskStatusChangedFor:(NSString *)arg1 toStatus:(int)arg2; + +@end diff --git a/protocols/PKContactlessInterfaceSessionDelegate.h b/protocols/PKContactlessInterfaceSessionDelegate.h index 1c32ef7417..97aedb0cdc 100644 --- a/protocols/PKContactlessInterfaceSessionDelegate.h +++ b/protocols/PKContactlessInterfaceSessionDelegate.h @@ -17,6 +17,7 @@ - (void)contactlessInterfaceSessionDidReceiveActivityTimeout:(PKContactlessInterfaceSession *)arg1; - (void)contactlessInterfaceSessionDidSelectPayment:(PKContactlessInterfaceSession *)arg1; - (void)contactlessInterfaceSessionDidSelectValueAddedService:(PKContactlessInterfaceSession *)arg1; +- (void)contactlessInterfaceSessionDidStartTransaction:(PKContactlessInterfaceSession *)arg1; - (void)contactlessInterfaceSessionDidTimeout:(PKContactlessInterfaceSession *)arg1 forPaymentApplication:(PKPaymentApplication *)arg2 paymentPass:(PKPaymentPass *)arg3 valueAddedServicePasses:(NSArray *)arg4; - (void)contactlessInterfaceSessionHasPendingServerRequest:(PKContactlessInterfaceSession *)arg1; diff --git a/protocols/PKFingerprintGlyphViewDelegate.h b/protocols/PKFingerprintGlyphViewDelegate.h new file mode 100644 index 0000000000..1d4c7d110a --- /dev/null +++ b/protocols/PKFingerprintGlyphViewDelegate.h @@ -0,0 +1,10 @@ +/* Generated by RuntimeBrowser. + */ + +@protocol PKFingerprintGlyphViewDelegate + +@required + +- (void)fingerprintGlyphView:(PKFingerprintGlyphView *)arg1 didLayoutContentLayer:(CALayer *)arg2; + +@end diff --git a/protocols/PKPaymentDataProvider.h b/protocols/PKPaymentDataProvider.h index 2a2850f4f7..919d3e4126 100644 --- a/protocols/PKPaymentDataProvider.h +++ b/protocols/PKPaymentDataProvider.h @@ -19,9 +19,11 @@ @optional +- (void)addDelegate:(id )arg1; - (NSString *)defaultExpressFelicaTransitPassIdentifier; - (void)deletePaymentTransactionWithIdentifier:(NSString *)arg1 forPassWithUniqueIdentifier:(NSString *)arg2; - (void)felicaStateWithPassUniqueIdentifier:(void *)arg1 paymentApplication:(void *)arg2 completion:(void *)arg3; // needs 3 arg types, found 8: NSString *, PKPaymentApplication *, id /* block */, /* Warning: Unrecognized filer type: '<' using 'void*' */ void*, void, id /* block */, PKFelicaTransitAppletState *, void* +- (void)removeDelegate:(id )arg1; - (void)setDefaultExpressFelicaTransitPassIdentifier:(void *)arg1 withCredential:(void *)arg2 completion:(void *)arg3; // needs 3 arg types, found 9: NSString *, NSData *, id /* block */, /* Warning: Unrecognized filer type: '<' using 'void*' */ void*, void, id /* block */, BOOL, NSString *, void* - (void)startServiceModeForPassWithUniqueIdentifier:(NSString *)arg1 visibleViewController:(id)arg2; - (BOOL)supportsInAppPaymentsForPass:(PKPass *)arg1; diff --git a/protocols/PKSubglyphViewDelegate.h b/protocols/PKSubglyphViewDelegate.h deleted file mode 100644 index 094758bf35..0000000000 --- a/protocols/PKSubglyphViewDelegate.h +++ /dev/null @@ -1,10 +0,0 @@ -/* Generated by RuntimeBrowser. - */ - -@protocol PKSubglyphViewDelegate - -@required - -- (void)subglyphView:(PKSubglyphView *)arg1 didLayoutContentLayer:(CALayer *)arg2; - -@end diff --git a/protocols/PLPhotoAnalysisGraphServiceProtocol.h b/protocols/PLPhotoAnalysisGraphServiceProtocol.h index d1e6ef41a7..3b3c7b03f1 100644 --- a/protocols/PLPhotoAnalysisGraphServiceProtocol.h +++ b/protocols/PLPhotoAnalysisGraphServiceProtocol.h @@ -44,6 +44,7 @@ - (void)requestSortedArrayOfFaceCollectionIdentifiers:(void *)arg1 context:(void *)arg2 reply:(void *)arg3; // needs 3 arg types, found 9: NSArray *, NSDictionary *, id /* block */, /* Warning: Unrecognized filer type: '<' using 'void*' */ void*, void, id /* block */, NSArray *, NSError *, void* - (void)requestTitleForAssetCollectionWithLocalIdentifier:(void *)arg1 format:(void *)arg2 context:(void *)arg3 reply:(void *)arg4; // needs 4 arg types, found 11: NSString *, int, NSDictionary *, id /* block */, /* Warning: Unrecognized filer type: '<' using 'void*' */ void*, void, id /* block */, NSString *, NSString *, NSError *, void* - (void)requestTitleForCollectionMomentListWithLocalIdentifier:(void *)arg1 format:(void *)arg2 context:(void *)arg3 reply:(void *)arg4; // needs 4 arg types, found 11: NSString *, int, NSDictionary *, id /* block */, /* Warning: Unrecognized filer type: '<' using 'void*' */ void*, void, id /* block */, NSString *, NSString *, NSError *, void* +- (void)requestTitleForMemoryWithLocalIdentifier:(void *)arg1 context:(void *)arg2 reply:(void *)arg3; // needs 3 arg types, found 10: NSString *, NSDictionary *, id /* block */, /* Warning: Unrecognized filer type: '<' using 'void*' */ void*, void, id /* block */, NSString *, NSString *, NSError *, void* - (void)requestTitleForPersonIdentifiers:(void *)arg1 format:(void *)arg2 context:(void *)arg3 reply:(void *)arg4; // needs 4 arg types, found 11: NSArray *, int, NSDictionary *, id /* block */, /* Warning: Unrecognized filer type: '<' using 'void*' */ void*, void, id /* block */, NSString *, NSString *, NSError *, void* - (void)requestWriteAdditionalDataToSnapshotResults:(void *)arg1 forFilenameKey:(void *)arg2 context:(void *)arg3 reply:(void *)arg4; // needs 4 arg types, found 10: NSData *, NSString *, NSDictionary *, id /* block */, /* Warning: Unrecognized filer type: '<' using 'void*' */ void*, void, id /* block */, NSString *, NSError *, void* diff --git a/protocols/PLPhotoAnalysisVisionServiceFaceProcessingProtocol.h b/protocols/PLPhotoAnalysisVisionServiceFaceProcessingProtocol.h index cf12c1cd18..58d43894f3 100644 --- a/protocols/PLPhotoAnalysisVisionServiceFaceProcessingProtocol.h +++ b/protocols/PLPhotoAnalysisVisionServiceFaceProcessingProtocol.h @@ -6,6 +6,7 @@ @required - (void)faceClusteringInformation:(void *)arg1 withContext:(void *)arg2 reply:(void *)arg3; // needs 3 arg types, found 9: unsigned int, NSDictionary *, id /* block */, /* Warning: Unrecognized filer type: '<' using 'void*' */ void*, void, id /* block */, NSDictionary *, NSError *, void* +- (void)faceProcessingStatusForUserInterfaceWithContext:(void *)arg1 reply:(void *)arg2; // needs 2 arg types, found 8: NSDictionary *, id /* block */, /* Warning: Unrecognized filer type: '<' using 'void*' */ void*, void, id /* block */, NSDictionary *, NSError *, void* - (void)performFaceProcessingOnAssetWithLocalIdentifier:(void *)arg1 context:(void *)arg2 reply:(void *)arg3; // needs 3 arg types, found 9: NSString *, NSDictionary *, id /* block */, /* Warning: Unrecognized filer type: '<' using 'void*' */ void*, void, id /* block */, BOOL, NSError *, void* - (void)performFaceProcessingOnSRGBImageData:(void *)arg1 width:(void *)arg2 height:(void *)arg3 bytesPerRow:(void *)arg4 bitmapInfo:(void *)arg5 context:(void *)arg6 reply:(void *)arg7; // needs 7 arg types, found 13: NSData *, unsigned long, unsigned long, unsigned long, unsigned int, NSDictionary *, id /* block */, /* Warning: Unrecognized filer type: '<' using 'void*' */ void*, void, id /* block */, NSArray *, NSError *, void* - (void)reclusterFacesWithContext:(void *)arg1 reply:(void *)arg2; // needs 2 arg types, found 8: NSDictionary *, id /* block */, /* Warning: Unrecognized filer type: '<' using 'void*' */ void*, void, id /* block */, BOOL, NSError *, void* @@ -13,7 +14,7 @@ - (void)resetFaceClusteringStateWithContext:(void *)arg1 reply:(void *)arg2; // needs 2 arg types, found 8: NSDictionary *, id /* block */, /* Warning: Unrecognized filer type: '<' using 'void*' */ void*, void, id /* block */, BOOL, NSError *, void* - (void)scheduleFaceProcessingOnAssetsWithLocalIdentifiers:(void *)arg1 context:(void *)arg2 reply:(void *)arg3; // needs 3 arg types, found 9: NSArray *, NSDictionary *, id /* block */, /* Warning: Unrecognized filer type: '<' using 'void*' */ void*, void, id /* block */, BOOL, NSError *, void* - (void)suggestFacesForFacesWithLocalIdentifiers:(void *)arg1 context:(void *)arg2 reply:(void *)arg3; // needs 3 arg types, found 9: NSArray *, NSDictionary *, id /* block */, /* Warning: Unrecognized filer type: '<' using 'void*' */ void*, void, id /* block */, NSArray *, NSError *, void* -- (void)suggestFacesForPersonWithLocalIdentifier:(void *)arg1 toBeConfirmedFaceLocalIdentifiers:(void *)arg2 toBeRejectedFaceLocalIdentifiers:(void *)arg3 context:(void *)arg4 reply:(void *)arg5; // needs 5 arg types, found 11: NSString *, NSArray *, NSArray *, NSDictionary *, id /* block */, /* Warning: Unrecognized filer type: '<' using 'void*' */ void*, void, id /* block */, NSArray *, NSError *, void* +- (void)suggestFacesForPersonWithLocalIdentifier:(void *)arg1 toBeConfirmedFaceSuggestions:(void *)arg2 toBeRejectedFaceSuggestions:(void *)arg3 context:(void *)arg4 reply:(void *)arg5; // needs 5 arg types, found 11: NSString *, NSArray *, NSArray *, NSDictionary *, id /* block */, /* Warning: Unrecognized filer type: '<' using 'void*' */ void*, void, id /* block */, NSArray *, NSError *, void* - (void)suggestPersonForFaceWithLocalIdentifier:(void *)arg1 context:(void *)arg2 reply:(void *)arg3; // needs 3 arg types, found 9: NSString *, NSDictionary *, id /* block */, /* Warning: Unrecognized filer type: '<' using 'void*' */ void*, void, id /* block */, NSString *, NSError *, void* @end diff --git a/protocols/PSListControllerTestableSpecifiers.h b/protocols/PSListControllerTestableSpecifiers.h new file mode 100644 index 0000000000..bd2a9371c6 --- /dev/null +++ b/protocols/PSListControllerTestableSpecifiers.h @@ -0,0 +1,10 @@ +/* Generated by RuntimeBrowser. + */ + +@protocol PSListControllerTestableSpecifiers + +@required + ++ (NSArray *)booleanCapabilitiesToTest; + +@end diff --git a/protocols/PVPersistenceDelegate.h b/protocols/PVPersistenceDelegate.h index 7e96b3f0eb..416affe6c7 100644 --- a/protocols/PVPersistenceDelegate.h +++ b/protocols/PVPersistenceDelegate.h @@ -12,6 +12,7 @@ - (void)autonameFaceClusters:(NSDictionary *)arg1 faceComparer:(id )arg2 recallThreshold:(float)arg3; - (NSSet *)clusterSequenceNumbersOfKeyFacesFromAlgorithmicGroupsContainingFacesWithLocalIdentifiers:(NSSet *)arg1 includeSingletons:(BOOL)arg2 error:(id*)arg3; - (unsigned int)countOfAlgorithmicFaceGroups:(id*)arg1; +- (unsigned int)countOfClusteringEligibleFaces; - (unsigned int)countOfFaces; - (BOOL)deleteEmptyGroupsOfType:(int)arg1 error:(id*)arg2; - (BOOL)deleteFaceGroupsOfType:(int)arg1 error:(id*)arg2; @@ -34,7 +35,7 @@ - (void)logPVErrorMessage:(NSString *)arg1; - (void)logPVInfoMessage:(NSString *)arg1; - (void)logPVWarningMessage:(NSString *)arg1; -- (BOOL)persistChangesToAlgorithmicFaceGroups:(NSDictionary *)arg1 andFaces:(NSDictionary *)arg2 returnFaceGroupsWithoutKeyFace:(id*)arg3 deletedFaceCSNs:(NSMutableSet *)arg4 toBeReclusteredFaceIds:(NSMutableSet *)arg5 error:(id*)arg6; +- (BOOL)persistChangesToAlgorithmicFaceGroups:(NSDictionary *)arg1 andFaces:(NSDictionary *)arg2 withCanceler:(PVCanceler *)arg3 returningPersistedClusters:(id*)arg4 faceGroupsWithoutKeyFace:(id*)arg5 csnsToBeRemovedFromClusterState:(NSMutableSet *)arg6 toBeReclusteredFaceIds:(NSMutableSet *)arg7 error:(id*)arg8; - (BOOL)persistFaces:(NSArray *)arg1 deleteFaces:(NSArray *)arg2 forAsset:(id)arg3 persistedFaces:(id*)arg4 error:(id*)arg5; - (PVPerson *)personWithFaceLocalIdentifier:(NSString *)arg1 error:(id*)arg2; - (NSSet *)personsForLocalIdentifiers:(NSSet *)arg1 error:(id*)arg2; diff --git a/protocols/PXMutablePhotosDetailsContext.h b/protocols/PXMutablePhotosDetailsContext.h index 59a0a8e9c2..245db0cb2f 100644 --- a/protocols/PXMutablePhotosDetailsContext.h +++ b/protocols/PXMutablePhotosDetailsContext.h @@ -7,11 +7,13 @@ - (PHFetchResult *)assetCollections; - (NSDictionary *)assetsByCollection; +- (PHFetchResult *)keyAssetsFetchResult; - (NSString *)localizedSubtitle; - (NSString *)localizedTitle; - (PHFetchResult *)people; - (void)setAssetCollections:(PHFetchResult *)arg1; - (void)setAssetsByCollection:(NSDictionary *)arg1; +- (void)setKeyAssetsFetchResult:(PHFetchResult *)arg1; - (void)setLocalizedSubtitle:(NSString *)arg1; - (void)setLocalizedTitle:(NSString *)arg1; - (void)setPeople:(PHFetchResult *)arg1; diff --git a/protocols/PXOneUpPresentationImplementationDelegate.h b/protocols/PXOneUpPresentationImplementationDelegate.h index 38c46647d6..b72a668eb0 100644 --- a/protocols/PXOneUpPresentationImplementationDelegate.h +++ b/protocols/PXOneUpPresentationImplementationDelegate.h @@ -5,6 +5,8 @@ @required +- (void)oneUpPresentation:(PXOneUpPresentation *)arg1 commitPreviewViewController:(UIViewController *)arg2; +- (void)oneUpPresentation:(PXOneUpPresentation *)arg1 didDismissPreviewViewController:(UIViewController *)arg2 committing:(BOOL)arg3; - (BOOL)oneUpPresentation:(PXOneUpPresentation *)arg1 startAnimated:(BOOL)arg2 interactiveMode:(int)arg3; - (void)oneUpPresentation:(PXOneUpPresentation *)arg1 stopAnimated:(BOOL)arg2; - (UIViewController *)previewViewControllerForOneUpPresentation:(PXOneUpPresentation *)arg1 allowingActions:(BOOL)arg2; diff --git a/protocols/PXPeopleDragAndDropCollectionViewDelegate.h b/protocols/PXPeopleDragAndDropCollectionViewDelegate.h index 62d9296a32..e6b242bcf6 100644 --- a/protocols/PXPeopleDragAndDropCollectionViewDelegate.h +++ b/protocols/PXPeopleDragAndDropCollectionViewDelegate.h @@ -8,5 +8,6 @@ - (void)collectionViewDidCancelDrag:(PXPeopleDragAndDropCollectionView *)arg1; - (void)collectionViewDidEndDrag:(PXPeopleDragAndDropCollectionView *)arg1; - (void)collectionViewDidEndInteractiveMode:(PXPeopleDragAndDropCollectionView *)arg1; +- (void)collectionViewDidLayout:(PXPeopleDragAndDropCollectionView *)arg1; @end diff --git a/protocols/PXPeopleHomeDataSourceDelegate.h b/protocols/PXPeopleHomeDataSourceDelegate.h index df880f1e24..d1cc1c4267 100644 --- a/protocols/PXPeopleHomeDataSourceDelegate.h +++ b/protocols/PXPeopleHomeDataSourceDelegate.h @@ -5,7 +5,7 @@ @required -- (void)peopleHomeDataSource:(PXPeopleHomeDataSource *)arg1 didApplyIncrementalChanges:(NSArray *)arg2; +- (void)peopleHomeDataSourceDidReceivePersonChanges:(PXPeopleHomeDataSource *)arg1; - (void)peopleHomeDataSourceMembersChanged:(PXPeopleHomeDataSource *)arg1; @end diff --git a/protocols/PXPeoplePreviewActionViewControllerDelegate.h b/protocols/PXPeoplePreviewActionViewControllerDelegate.h new file mode 100644 index 0000000000..e852bc9233 --- /dev/null +++ b/protocols/PXPeoplePreviewActionViewControllerDelegate.h @@ -0,0 +1,10 @@ +/* Generated by RuntimeBrowser. + */ + +@protocol PXPeoplePreviewActionViewControllerDelegate + +@required + +- (void)peoplePreviewActionViewController:(PXPeoplePreviewActionViewController *)arg1 wantsToChangePerson:(PXPersonItem *)arg2 ofType:(int)arg3 toType:(int)arg4; + +@end diff --git a/protocols/PXPeopleSuggestionManagerDataSource.h b/protocols/PXPeopleSuggestionManagerDataSource.h index a96211542b..79cd419ad1 100644 --- a/protocols/PXPeopleSuggestionManagerDataSource.h +++ b/protocols/PXPeopleSuggestionManagerDataSource.h @@ -5,7 +5,7 @@ @required -- (void)cancelSuggestionForPerson:(id )arg1 withToken:(int)arg2 error:(id*)arg3; +- (BOOL)cancelSuggestionForPerson:(id )arg1 withToken:(int)arg2 error:(id*)arg3; - (void)commitSuggestionsForPerson:(id )arg1 withConfirmedSuggestions:(NSArray *)arg2 andRejectedSuggestions:(NSArray *)arg3; - (int)suggestionsForPerson:(void *)arg1 withConfirmedSuggestions:(void *)arg2 andRejectedSuggestions:(void *)arg3 completion:(void *)arg4; // needs 4 arg types, found 9: *, NSArray *, NSArray *, id /* block */, /* Warning: Unrecognized filer type: '<' using 'void*' */ void*, void, id /* block */, NSArray *, void* diff --git a/protocols/PXUIWidget.h b/protocols/PXUIWidget.h index 14ccc6ba53..067ac70c92 100644 --- a/protocols/PXUIWidget.h +++ b/protocols/PXUIWidget.h @@ -5,9 +5,10 @@ @optional -- (void)commitPreviewViewController:(struct NSObject { Class x1; }*)arg1; +- (void)commitPreviewViewController:(UIViewController *)arg1; - (BOOL)containsPoint:(struct CGPoint { float x1; float x2; })arg1 forCoordinateSpace:(id )arg2; - (void)controllerTraitCollectionDidChangeFrom:(UITraitCollection *)arg1 to:(UITraitCollection *)arg2; +- (void)didDismissPreviewViewController:(UIViewController *)arg1 committing:(BOOL)arg2; - (void)environmentDidUpdateFocusInContext:(UIFocusUpdateContext *)arg1; - (PXOneUpPresentation *)oneUpPresentation; - (void)preloadWithSourceRegionOfInterest:(PXRegionOfInterest *)arg1 forContext:(PXPhotosDetailsContext *)arg2; diff --git a/protocols/ProbeManagerDelegate.h b/protocols/ProbeManagerDelegate.h new file mode 100644 index 0000000000..bd6b3c87c3 --- /dev/null +++ b/protocols/ProbeManagerDelegate.h @@ -0,0 +1,11 @@ +/* Generated by RuntimeBrowser. + */ + +@protocol ProbeManagerDelegate + +@optional + +- (void)probeOutputFilePaths:(NSArray *)arg1 forDiagSessionUUID:(NSString *)arg2 testWasCancelled:(BOOL)arg3; +- (void)probeStatusUpdate:(NSDictionary *)arg1; + +@end diff --git a/protocols/ProxyAnalyticsDelegate.h b/protocols/ProxyAnalyticsDelegate.h new file mode 100644 index 0000000000..c7a33c1e77 --- /dev/null +++ b/protocols/ProxyAnalyticsDelegate.h @@ -0,0 +1,10 @@ +/* Generated by RuntimeBrowser. + */ + +@protocol ProxyAnalyticsDelegate + +@optional + +- (void)proxyAnalyticsTrainAndScoreComplete:(NSDictionary *)arg1 error:(NSError *)arg2; + +@end diff --git a/protocols/QLPreviewControllerStateProtocol.h b/protocols/QLPreviewControllerStateProtocol.h index a18763cb81..106fe2597b 100644 --- a/protocols/QLPreviewControllerStateProtocol.h +++ b/protocols/QLPreviewControllerStateProtocol.h @@ -15,6 +15,7 @@ - (void)setCanChangeCurrentPage:(BOOL)arg1; - (void)setFullScreen:(BOOL)arg1; - (void)setPrinter:(id )arg1; +- (void)setRotationEnabled:(BOOL)arg1; - (void)setToolbarCanBeVisible:(BOOL)arg1; - (void)updateKeyCommands; - (void)updateOverlayButtons:(BOOL)arg1; diff --git a/protocols/QLPreviewItemViewControllerDelegate.h b/protocols/QLPreviewItemViewControllerDelegate.h index 092537ded0..e9e2395fa7 100644 --- a/protocols/QLPreviewItemViewControllerDelegate.h +++ b/protocols/QLPreviewItemViewControllerDelegate.h @@ -11,8 +11,8 @@ - (void)previewItemViewController:(QLItemViewController *)arg1 wantsFullScreen:(BOOL)arg2; - (void)previewItemViewController:(QLItemViewController *)arg1 wantsToOpenURL:(NSURL *)arg2; - (void)previewItemViewControllerDidEditPreview:(QLItemViewController *)arg1; -- (void)previewItemViewControllerEnteredEditMode:(QLItemViewController *)arg1; - (void)previewItemViewControllerWantsToShowNoInternetConnectivityAlert:(QLItemViewController *)arg1; +- (void)previewItemViewControllerWantsToUpdateRotation:(QLItemViewController *)arg1; - (void)previewItemViewControllerWantsUpdateKeyCommands:(QLItemViewController *)arg1; - (void)previewItemViewControllerWantsUpdatePrinter:(QLItemViewController *)arg1; - (void)previewItemViewControllerWantsUpdateToolbar:(QLItemViewController *)arg1 animated:(BOOL)arg2; diff --git a/protocols/QLPreviewingController.h b/protocols/QLPreviewingController.h index 20a437160e..ebd4e167f4 100644 --- a/protocols/QLPreviewingController.h +++ b/protocols/QLPreviewingController.h @@ -11,6 +11,7 @@ - (BOOL)canEnterFullScreen; - (BOOL)canPinchToDismiss; +- (BOOL)canRotate; - (BOOL)canShowToolBar; - (BOOL)canSwipeToDismiss; - (void)previewBecameFullScreen:(BOOL)arg1 animated:(BOOL)arg2; diff --git a/protocols/RPBroadcastDaemonProtocol.h b/protocols/RPBroadcastDaemonProtocol.h index ad6ea1e231..f742593fac 100644 --- a/protocols/RPBroadcastDaemonProtocol.h +++ b/protocols/RPBroadcastDaemonProtocol.h @@ -5,6 +5,7 @@ @required +- (void)finishBroadcastWithError:(NSError *)arg1; - (void)ping; - (void)updateServiceInfo:(NSDictionary *)arg1; diff --git a/protocols/RPDaemonProtocol.h b/protocols/RPDaemonProtocol.h index 871c5dd899..5c5fbbbecb 100644 --- a/protocols/RPDaemonProtocol.h +++ b/protocols/RPDaemonProtocol.h @@ -15,5 +15,6 @@ - (oneway void)startRecordingWindowLayerContextIDs:(void *)arg1 windowSize:(void *)arg2 microphoneEnabled:(void *)arg3 cameraEnabled:(void *)arg4 broadcast:(void *)arg5 systemRecording:(void *)arg6 withHandler:(void *)arg7; // needs 7 arg types, found 14: NSArray *, struct CGSize { float x1; float x2; }, BOOL, BOOL, BOOL, BOOL, id /* block */, /* Warning: Unrecognized filer type: '<' using 'void*' */ void*, void, id /* block */, NSError *, BOOL, BOOL, void* - (oneway void)stopRecordingWithHandler:(void *)arg1; // needs 1 arg types, found 7: id /* block */, /* Warning: Unrecognized filer type: '<' using 'void*' */ void*, void, id /* block */, NSURL *, NSError *, void* - (oneway void)stopRecordingWithStartClipDuration:(void *)arg1 endClipDuration:(void *)arg2 handler:(void *)arg3; // needs 3 arg types, found 9: double, double, id /* block */, /* Warning: Unrecognized filer type: '<' using 'void*' */ void*, void, id /* block */, NSURL *, NSError *, void* +- (oneway void)updateProcessIDForAudioCaptureWithPID:(int)arg1; @end diff --git a/protocols/SBIconProgressViewDelegate.h b/protocols/SBIconProgressViewDelegate.h new file mode 100644 index 0000000000..22463d6d1c --- /dev/null +++ b/protocols/SBIconProgressViewDelegate.h @@ -0,0 +1,10 @@ +/* Generated by RuntimeBrowser. + */ + +@protocol SBIconProgressViewDelegate + +@required + +- (void)progressViewCanBeRemoved:(SBIconProgressView *)arg1; + +@end diff --git a/protocols/SBUIPluginViewControllerInterface.h b/protocols/SBUIPluginViewControllerInterface.h new file mode 100644 index 0000000000..8ba0402334 --- /dev/null +++ b/protocols/SBUIPluginViewControllerInterface.h @@ -0,0 +1,14 @@ +/* Generated by RuntimeBrowser. + */ + +@protocol SBUIPluginViewControllerInterface + +@optional + +- (void)animateAppearanceFromContext:(SBUIPluginAppearanceContext *)arg1; +- (void)animateDisappearanceFromContext:(SBUIPluginAppearanceContext *)arg1; +- (void)setShowsStatusBar:(BOOL)arg1; +- (void)willAnimateAppearanceFromContext:(SBUIPluginAppearanceContext *)arg1; +- (void)willAnimateDisappearanceFromContext:(SBUIPluginAppearanceContext *)arg1; + +@end diff --git a/protocols/SBUIRemoteAlertServiceInterface.h b/protocols/SBUIRemoteAlertServiceInterface.h index 95dbaa26eb..e63ddc6a83 100644 --- a/protocols/SBUIRemoteAlertServiceInterface.h +++ b/protocols/SBUIRemoteAlertServiceInterface.h @@ -5,6 +5,7 @@ @optional +- (void)handleButtonActions:(NSSet *)arg1; - (void)handleDoubleHeightStatusBarTap; - (void)handleHeadsetButtonPressed:(BOOL)arg1; - (void)handleHomeButtonPressed; @@ -13,6 +14,7 @@ - (void)handleVolumeUpButtonPressed; - (void)noteActivatedForActivityContinuationWithIdentifier:(NSUUID *)arg1; - (void)noteActivatedForCustomReason:(NSString *)arg1; +- (void)prepareForActivationWithContext:(void *)arg1 completion:(void *)arg2; // needs 2 arg types, found 6: SBSRemoteAlertActivationContext *, id /* block */, /* Warning: Unrecognized filer type: '<' using 'void*' */ void*, void, id /* block */, void* - (void)setUserInfo:(NSDictionary *)arg1; @end diff --git a/protocols/SFSearchResult.h b/protocols/SFSearchResult.h index b11b88e37d..70351ca9f4 100644 --- a/protocols/SFSearchResult.h +++ b/protocols/SFSearchResult.h @@ -49,6 +49,7 @@ - (double)personalizationScore; - (unsigned int)placement; - (BOOL)preventThumbnailImageScaling; +- (BOOL)publiclyIndexable; - (NSString *)publishDate; - (SFPunchout *)punchout; - (unsigned long long)queryId; @@ -109,6 +110,7 @@ - (void)setPersonalizationScore:(double)arg1; - (void)setPlacement:(unsigned int)arg1; - (void)setPreventThumbnailImageScaling:(BOOL)arg1; +- (void)setPubliclyIndexable:(BOOL)arg1; - (void)setPublishDate:(NSString *)arg1; - (void)setPunchout:(SFPunchout *)arg1; - (void)setQueryId:(unsigned long long)arg1; diff --git a/protocols/SFServiceViewControllerProtocol.h b/protocols/SFServiceViewControllerProtocol.h index d9ac4738ee..d61f6b6b81 100644 --- a/protocols/SFServiceViewControllerProtocol.h +++ b/protocols/SFServiceViewControllerProtocol.h @@ -14,6 +14,5 @@ - (void)setPreferredBarTintColor:(UIColor *)arg1; - (void)setPreferredControlTintColor:(UIColor *)arg1; - (void)setShowingLinkPreview:(BOOL)arg1; -- (void)setTintColor:(UIColor *)arg1; @end diff --git a/protocols/SGQPSettingsObserver.h b/protocols/SGQPSettingsObserver.h new file mode 100644 index 0000000000..ac0636dc2e --- /dev/null +++ b/protocols/SGQPSettingsObserver.h @@ -0,0 +1,10 @@ +/* Generated by RuntimeBrowser. + */ + +@protocol SGQPSettingsObserver + +@required + +- (void)settingsChanged; + +@end diff --git a/protocols/SKUIJSApplication.h b/protocols/SKUIJSApplication.h index 935ac6bb86..5a38cca756 100644 --- a/protocols/SKUIJSApplication.h +++ b/protocols/SKUIJSApplication.h @@ -7,6 +7,7 @@ - (void)launchComplete:(NSDictionary *)arg1; - (void)launchFailed; +- (BOOL)pageRenderMetricsEnabled; - (void)sendDocumentMessage:(IKDOMDocument *)arg1 :(NSString *)arg2 :(NSDictionary *)arg3; @end diff --git a/protocols/SKUIRedeemIdDelegate.h b/protocols/SKUIRedeemIdDelegate.h new file mode 100644 index 0000000000..b23b876e95 --- /dev/null +++ b/protocols/SKUIRedeemIdDelegate.h @@ -0,0 +1,11 @@ +/* Generated by RuntimeBrowser. + */ + +@protocol SKUIRedeemIdDelegate + +@required + +- (void)redeemIdViewController:(SKUIRedeemIdViewController *)arg1 submittedWithFields:(NSDictionary *)arg2; +- (void)redeemIdViewControllerDidCancel:(SKUIRedeemIdViewController *)arg1; + +@end diff --git a/protocols/SKUIRedeemIdManagerDelegate.h b/protocols/SKUIRedeemIdManagerDelegate.h new file mode 100644 index 0000000000..3255d39ad4 --- /dev/null +++ b/protocols/SKUIRedeemIdManagerDelegate.h @@ -0,0 +1,12 @@ +/* Generated by RuntimeBrowser. + */ + +@protocol SKUIRedeemIdManagerDelegate + +@required + +- (void)redeemIdManager:(SKUIRedeemIdManager *)arg1 didChangeToText:(NSString *)arg2 forCellAtIndexPath:(NSIndexPath *)arg3; +- (void)redeemIdManager:(SKUIRedeemIdManager *)arg1 didReturnText:(NSString *)arg2 forCellAtIndexPath:(NSIndexPath *)arg3; +- (void)redeemIdManager:(SKUIRedeemIdManager *)arg1 movedToRowAtIndexPath:(NSIndexPath *)arg2; + +@end diff --git a/protocols/SKUIRedeemIdTableViewCellDelegate.h b/protocols/SKUIRedeemIdTableViewCellDelegate.h new file mode 100644 index 0000000000..003fb39f45 --- /dev/null +++ b/protocols/SKUIRedeemIdTableViewCellDelegate.h @@ -0,0 +1,11 @@ +/* Generated by RuntimeBrowser. + */ + +@protocol SKUIRedeemIdTableViewCellDelegate + +@required + +- (void)redeemIdCell:(SKUIRedeemIdTableViewCell *)arg1 didChangeToText:(NSString *)arg2; +- (void)redeemIdCell:(SKUIRedeemIdTableViewCell *)arg1 didReturnWithText:(NSString *)arg2; + +@end diff --git a/protocols/SKUIRedeemStepDelegate.h b/protocols/SKUIRedeemStepDelegate.h new file mode 100644 index 0000000000..e83b73857f --- /dev/null +++ b/protocols/SKUIRedeemStepDelegate.h @@ -0,0 +1,10 @@ +/* Generated by RuntimeBrowser. + */ + +@protocol SKUIRedeemStepDelegate + +@required + +- (void)redeemStepViewControllerShouldValidateNationalID:(SKUIRedeemStepViewController *)arg1; + +@end diff --git a/protocols/SOSClientProtocol.h b/protocols/SOSClientProtocol.h new file mode 100644 index 0000000000..3d36f81410 --- /dev/null +++ b/protocols/SOSClientProtocol.h @@ -0,0 +1,10 @@ +/* Generated by RuntimeBrowser. + */ + +@protocol SOSClientProtocol + +@required + +- (void)setSendingLocationUpdate:(BOOL)arg1; + +@end diff --git a/protocols/SOSServerProtocol.h b/protocols/SOSServerProtocol.h new file mode 100644 index 0000000000..b57a93ed37 --- /dev/null +++ b/protocols/SOSServerProtocol.h @@ -0,0 +1,13 @@ +/* Generated by RuntimeBrowser. + */ + +@protocol SOSServerProtocol + +@required + +- (void)isSendingLocationUpdate:(void *)arg1; // needs 1 arg types, found 6: id /* block */, /* Warning: Unrecognized filer type: '<' using 'void*' */ void*, void, id /* block */, BOOL, void* +- (void)startSendingLocationUpdateWithCompletion:(void *)arg1; // needs 1 arg types, found 6: id /* block */, /* Warning: Unrecognized filer type: '<' using 'void*' */ void*, void, id /* block */, BOOL, id* +- (void)stopSendingLocationUpdate; +- (void)willStartSendingLocationUpdate; + +@end diff --git a/protocols/SSDownloadManifestRequestDelegate.h b/protocols/SSDownloadManifestRequestDelegate.h new file mode 100644 index 0000000000..743dd6018c --- /dev/null +++ b/protocols/SSDownloadManifestRequestDelegate.h @@ -0,0 +1,10 @@ +/* Generated by RuntimeBrowser. + */ + +@protocol SSDownloadManifestRequestDelegate + +@optional + +- (void)downloadManifestRequest:(SSDownloadManifestRequest *)arg1 didReceiveResponse:(SSDownloadManifestResponse *)arg2; + +@end diff --git a/protocols/SSItemLookupRequestDelegate.h b/protocols/SSItemLookupRequestDelegate.h new file mode 100644 index 0000000000..58de4ff973 --- /dev/null +++ b/protocols/SSItemLookupRequestDelegate.h @@ -0,0 +1,10 @@ +/* Generated by RuntimeBrowser. + */ + +@protocol SSItemLookupRequestDelegate + +@optional + +- (void)itemLookupRequest:(SSItemLookupRequest *)arg1 didFindItems:(NSArray *)arg2; + +@end diff --git a/protocols/SSPersonalizeOffersDelegate.h b/protocols/SSPersonalizeOffersDelegate.h new file mode 100644 index 0000000000..2f5e68194e --- /dev/null +++ b/protocols/SSPersonalizeOffersDelegate.h @@ -0,0 +1,10 @@ +/* Generated by RuntimeBrowser. + */ + +@protocol SSPersonalizeOffersDelegate + +@optional + +- (void)personalizeOffersRequest:(SSPersonalizeOffersRequest *)arg1 didReceiveResponse:(SSPersonalizeOffersResponse *)arg2; + +@end diff --git a/protocols/SVSSiriViewControllerHosting.h b/protocols/SVSSiriViewControllerHosting.h index 7d1aa13c5c..3f555ca8d7 100644 --- a/protocols/SVSSiriViewControllerHosting.h +++ b/protocols/SVSSiriViewControllerHosting.h @@ -19,7 +19,7 @@ - (void)serviceDidPresentUserInterface; - (void)serviceDidReadBulletinWithIdentifier:(NSString *)arg1; - (void)serviceLastAppUpdateTimeWithReplyHandler:(void *)arg1; // needs 1 arg types, found 6: id /* block */, /* Warning: Unrecognized filer type: '<' using 'void*' */ void*, void, id /* block */, NSDate *, void* -- (void)serviceLaunchApplicationWithBundleIdentifier:(void *)arg1 withURL:(void *)arg2 launchOverSiri:(void *)arg3 replyHandler:(void *)arg4; // needs 4 arg types, found 9: NSString *, NSURL *, BOOL, id /* block */, /* Warning: Unrecognized filer type: '<' using 'void*' */ void*, void, id /* block */, BOOL, void* +- (void)serviceLaunchApplicationWithBundleIdentifier:(void *)arg1 withURL:(void *)arg2 launchOptions:(void *)arg3 replyHandler:(void *)arg4; // needs 4 arg types, found 9: NSString *, NSURL *, int, id /* block */, /* Warning: Unrecognized filer type: '<' using 'void*' */ void*, void, id /* block */, BOOL, void* - (void)serviceOpenURL:(NSURL *)arg1 appBundleID:(NSString *)arg2 allowSiriDismissal:(BOOL)arg3; - (void)serviceOpenURL:(void *)arg1 delaySessionEndForTTS:(void *)arg2 replyHandler:(void *)arg3; // needs 3 arg types, found 8: NSURL *, BOOL, id /* block */, /* Warning: Unrecognized filer type: '<' using 'void*' */ void*, void, id /* block */, BOOL, void* - (void)servicePresentationDidChangePeekMode:(unsigned int)arg1; diff --git a/protocols/SYServiceDelegate.h b/protocols/SYServiceDelegate.h index 63b2a78cc8..98a8f73bf2 100644 --- a/protocols/SYServiceDelegate.h +++ b/protocols/SYServiceDelegate.h @@ -14,6 +14,7 @@ - (void)service:(void *)arg1 incomingData:(void *)arg2 completion:(void *)arg3; // needs 3 arg types, found 9: SYService *, NSData *, id /* block */, /* Warning: Unrecognized filer type: '<' using 'void*' */ void*, void, id /* block */, BOOL, NSError *, void* - (void)service:(void *)arg1 incomingStream:(void *)arg2 metadata:(void *)arg3 completion:(void *)arg4; // needs 4 arg types, found 10: SYService *, NSInputStream *, NSDictionary *, id /* block */, /* Warning: Unrecognized filer type: '<' using 'void*' */ void*, void, id /* block */, BOOL, NSError *, void* - (void)service:(SYService *)arg1 sessionEnded:(SYSession *)arg2 error:(NSError *)arg3; +- (void)service:(SYService *)arg1 targetDeviceProximityChanged:(BOOL)arg2; - (SYSession *)service:(SYService *)arg1 willPreferSession:(SYSession *)arg2 overSession:(SYSession *)arg3; - (void)service:(SYService *)arg1 willSwitchFromPairingID:(NSUUID *)arg2 toPairingID:(NSUUID *)arg3; - (void)serviceDidPairDevice:(SYService *)arg1; diff --git a/protocols/SYSessionDelegate.h b/protocols/SYSessionDelegate.h index c66eb691f1..5422980f70 100644 --- a/protocols/SYSessionDelegate.h +++ b/protocols/SYSessionDelegate.h @@ -15,5 +15,6 @@ - (void)resetDataStoreForSyncSession:(void *)arg1 completion:(void *)arg2; // needs 2 arg types, found 8: SYSession *, id /* block */, /* Warning: Unrecognized filer type: '<' using 'void*' */ void*, void, id /* block */, BOOL, NSError *, void* - (BOOL)syncSession:(SYSession *)arg1 restartChanges:(id*)arg2; - (BOOL)syncSession:(SYSession *)arg1 rollbackChangesWithError:(id*)arg2; +- (void)syncSession:(SYSession *)arg1 successfullySynced:(NSSet *)arg2; @end diff --git a/protocols/SYSyncEngineResponder.h b/protocols/SYSyncEngineResponder.h index 87673fb1c8..ec46fa40be 100644 --- a/protocols/SYSyncEngineResponder.h +++ b/protocols/SYSyncEngineResponder.h @@ -5,13 +5,14 @@ @required +- (void)currentDeviceProximityChanged:(BOOL)arg1; - (void)deliveredMessageWithID:(NSString *)arg1 context:(NSDictionary *)arg2; - (void)enqueuedMessageWithID:(NSString *)arg1 context:(NSDictionary *)arg2; - (NSDictionary *)extraTransportOptions; - (void)handleFileTransfer:(void *)arg1 metadata:(void *)arg2 completion:(void *)arg3; // needs 3 arg types, found 9: NSURL *, NSDictionary *, id /* block */, /* Warning: Unrecognized filer type: '<' using 'void*' */ void*, void, id /* block */, BOOL, NSError *, void* - (void)handleOutOfBandData:(void *)arg1 completion:(void *)arg2; // needs 2 arg types, found 8: NSData *, id /* block */, /* Warning: Unrecognized filer type: '<' using 'void*' */ void*, void, id /* block */, BOOL, NSError *, void* - (void)handleSyncError:(NSError *)arg1 forMessageWithIdentifier:(NSString *)arg2; -- (void)handleSyncRequest:(void *)arg1 ofType:(void *)arg2 response:(void *)arg3; // needs 3 arg types, found 8: PBCodable *, unsigned short, id /* block */, /* Warning: Unrecognized filer type: '<' using 'void*' */ void*, void, id /* block */, PBCodable *, void* +- (void)handleSyncRequest:(void *)arg1 ofType:(void *)arg2 response:(void *)arg3; // needs 3 arg types, found 9: PBCodable *, unsigned short, id /* block */, /* Warning: Unrecognized filer type: '<' using 'void*' */ void*, void, id /* block */, PBCodable *, NSDictionary *, void* - (void)handleSyncResponse:(void *)arg1 ofType:(void *)arg2 completion:(void *)arg3; // needs 3 arg types, found 9: PBCodable *, unsigned short, id /* block */, /* Warning: Unrecognized filer type: '<' using 'void*' */ void*, void, id /* block */, BOOL, NSError *, void* - (void)sentMessageWithID:(NSString *)arg1 context:(NSDictionary *)arg2; - (void)serializeForIncomingSession:(void *)arg1; // needs 1 arg types, found 5: id /* block */, /* Warning: Unrecognized filer type: '<' using 'void*' */ void*, void, id /* block */, void* diff --git a/protocols/ServiceInterface.h b/protocols/ServiceInterface.h new file mode 100644 index 0000000000..3d69b548c4 --- /dev/null +++ b/protocols/ServiceInterface.h @@ -0,0 +1,21 @@ +/* Generated by RuntimeBrowser. + */ + +@protocol ServiceInterface + +@required + +- (void)createSnapshotFor:(void *)arg1 pred:(void *)arg2 actions:(void *)arg3 reply:(void *)arg4; // needs 4 arg types, found 10: NSString *, NSPredicate *, NSDictionary *, id /* block */, /* Warning: Unrecognized filer type: '<' using 'void*' */ void*, void, id /* block */, NSUUID *, NSError *, void* +- (void)getOption:(void *)arg1 inScopes:(void *)arg2 reply:(void *)arg3; // needs 3 arg types, found 8: NSDictionary *, NSDictionary *, id /* block */, /* Warning: Unrecognized filer type: '<' using 'void*' */ void*, void, id /* block */, NSDictionary *, void* +- (void)identifierForUUID:(void *)arg1 reply:(void *)arg2; // needs 2 arg types, found 9: NSUUID *, id /* block */, /* Warning: Unrecognized filer type: '<' using 'void*' */ void*, void, id /* block */, NSString *, NSString *, NSError *, void* +- (void)inquireNOIFor:(void *)arg1 orPredicate:(void *)arg2 requestedKeys:(void *)arg3 options:(void *)arg4 reply:(void *)arg5; // needs 5 arg types, found 11: NWNetworkOfInterest *, NSPredicate *, NSDictionary *, NSDictionary *, id /* block */, /* Warning: Unrecognized filer type: '<' using 'void*' */ void*, void, id /* block */, NSDictionary *, NSError *, void* +- (void)performQueryOnEntity:(void *)arg1 pred:(void *)arg2 sort:(void *)arg3 actions:(void *)arg4 reply:(void *)arg5; // needs 5 arg types, found 10: NSString *, NSPredicate *, NSSortDescriptor *, NSDictionary *, id /* block */, /* Warning: Unrecognized filer type: '<' using 'void*' */ void*, void, id /* block */, NSArray *, void* +- (void)resetDataFor:(void *)arg1 nameKind:(void *)arg2 inScopes:(void *)arg3 reply:(void *)arg4; // needs 4 arg types, found 9: NSArray *, NSString *, NSDictionary *, id /* block */, /* Warning: Unrecognized filer type: '<' using 'void*' */ void*, void, id /* block */, bool, void* +- (void)resetUsageFor:(void *)arg1 nameKind:(void *)arg2 reply:(void *)arg3; // needs 3 arg types, found 8: NSArray *, NSString *, id /* block */, /* Warning: Unrecognized filer type: '<' using 'void*' */ void*, void, id /* block */, bool, void* +- (void)setOption:(void *)arg1 inScopes:(void *)arg2 reply:(void *)arg3; // needs 3 arg types, found 8: NSDictionary *, NSDictionary *, id /* block */, /* Warning: Unrecognized filer type: '<' using 'void*' */ void*, void, id /* block */, NSDictionary *, void* +- (void)setUsageOption:(void *)arg1 reply:(void *)arg2; // needs 2 arg types, found 7: NSDictionary *, id /* block */, /* Warning: Unrecognized filer type: '<' using 'void*' */ void*, void, id /* block */, NSDictionary *, void* +- (void)subscribeToNOIsFor:(NWNetworkOfInterest *)arg1 orPredicate:(NSPredicate *)arg2 options:(NSDictionary *)arg3; +- (void)trainModelAndScore:(void *)arg1 lastScoreDate:(void *)arg2 reply:(void *)arg3; // needs 3 arg types, found 9: BOOL, NSDate *, id /* block */, /* Warning: Unrecognized filer type: '<' using 'void*' */ void*, void, id /* block */, NSDictionary *, NSError *, void* +- (void)unsubscribeToNOIs:(NSSet *)arg1; + +@end diff --git a/protocols/SiriCoreSQLiteColumn.h b/protocols/SiriCoreSQLiteColumn.h new file mode 100644 index 0000000000..8ff7876914 --- /dev/null +++ b/protocols/SiriCoreSQLiteColumn.h @@ -0,0 +1,15 @@ +/* Generated by RuntimeBrowser. + */ + +@protocol SiriCoreSQLiteColumn + +@required + +- ( *)defaultValue; +- (int)identifier; +- (BOOL)isNotNull; +- (BOOL)isPrimaryKey; +- (NSString *)name; +- (NSString *)type; + +@end diff --git a/protocols/SiriCoreSQLiteIndex.h b/protocols/SiriCoreSQLiteIndex.h new file mode 100644 index 0000000000..f60c0f462f --- /dev/null +++ b/protocols/SiriCoreSQLiteIndex.h @@ -0,0 +1,11 @@ +/* Generated by RuntimeBrowser. + */ + +@protocol SiriCoreSQLiteIndex + +@required + +- (NSArray *)columns; +- (NSString *)name; + +@end diff --git a/protocols/SiriCoreSQLiteTable.h b/protocols/SiriCoreSQLiteTable.h new file mode 100644 index 0000000000..e60fa246b8 --- /dev/null +++ b/protocols/SiriCoreSQLiteTable.h @@ -0,0 +1,11 @@ +/* Generated by RuntimeBrowser. + */ + +@protocol SiriCoreSQLiteTable + +@required + +- (NSArray *)columns; +- (NSString *)name; + +@end diff --git a/protocols/SiriCoreSQLiteValue.h b/protocols/SiriCoreSQLiteValue.h new file mode 100644 index 0000000000..8c9b748997 --- /dev/null +++ b/protocols/SiriCoreSQLiteValue.h @@ -0,0 +1,21 @@ +/* Generated by RuntimeBrowser. + */ + +@protocol SiriCoreSQLiteValue + +@required + +- (NSString *)siriCoreSQLiteValue_escapedString:(BOOL)arg1; +- (NSData *)siriCoreSQLiteValue_toData; +- (NSNumber *)siriCoreSQLiteValue_toNumber; +- (NSString *)siriCoreSQLiteValue_toString; +- (int)siriCoreSQLiteValue_type; + +@optional + +- (const void*)siriCoreSQLiteValue_blobRepresentationWithLength:(unsigned long long*)arg1; +- (double)siriCoreSQLiteValue_doubleRepresentation; +- (long long)siriCoreSQLiteValue_integerRepresentation; +- (const char *)siriCoreSQLiteValue_textRepresentation; + +@end diff --git a/protocols/SiriCoreSessionObject.h b/protocols/SiriCoreSessionObject.h index a3c5d23472..8d55ec8763 100644 --- a/protocols/SiriCoreSessionObject.h +++ b/protocols/SiriCoreSessionObject.h @@ -12,6 +12,8 @@ - (void)siriCore_addSendCompletion:(void *)arg1; // needs 1 arg types, found 7: id /* block */, /* Warning: Unrecognized filer type: '<' using 'void*' */ void*, void, id /* block */, int, NSError *, void* - (BOOL)siriCore_bufferingAllowedDuringActiveSession; - (void)siriCore_dispatchSendCompletionsWithResult:(int)arg1 error:(NSError *)arg2; +- (BOOL)siriCore_isRestartable; +- (BOOL)siriCore_isRetryable; - (void)siriCore_logDiagnostics; - (NSData *)siriCore_serializedAceDataError:(id*)arg1; - (BOOL)siriCore_supportsSendCompletions; diff --git a/protocols/SiriCoreStreamProvider.h b/protocols/SiriCoreStreamProvider.h index f4aa115efa..1eb3f58cb3 100644 --- a/protocols/SiriCoreStreamProvider.h +++ b/protocols/SiriCoreStreamProvider.h @@ -5,6 +5,8 @@ @required ++ (void)getMetricsContext:(void *)arg1; // needs 1 arg types, found 6: id /* block */, /* Warning: Unrecognized filer type: '<' using 'void*' */ void*, void, id /* block */, NSDictionary *, void* + - (SiriCoreAceConnectionAnalysisInfo *)analysisInfo; - (void)close; - (SiriCoreConnectionType *)connectionType; diff --git a/protocols/SiriUIViewController.h b/protocols/SiriUIViewController.h index b5c41f48ac..a1d6153318 100644 --- a/protocols/SiriUIViewController.h +++ b/protocols/SiriUIViewController.h @@ -19,5 +19,6 @@ - (void)endEditingAndCorrectByTouchPoint:(struct CGPoint { float x1; float x2; })arg1; - (void)handleChangeUtteranceCommand:(AceObject *)arg1; - (NSString *)navigationTitle; +- (void)siriDidScrollVisible:(BOOL)arg1; @end diff --git a/protocols/SubCalDATaskTrustDelegate.h b/protocols/SubCalDATaskTrustDelegate.h new file mode 100644 index 0000000000..7ac88bab56 --- /dev/null +++ b/protocols/SubCalDATaskTrustDelegate.h @@ -0,0 +1,10 @@ +/* Generated by RuntimeBrowser. + */ + +@protocol SubCalDATaskTrustDelegate + +@required + +- (void)handleTrustChallenge:(NSURLAuthenticationChallenge *)arg1 forTask:(SubCalDATask *)arg2; + +@end diff --git a/protocols/SubCalURLRequestDelegate.h b/protocols/SubCalURLRequestDelegate.h new file mode 100644 index 0000000000..f9dea10fd1 --- /dev/null +++ b/protocols/SubCalURLRequestDelegate.h @@ -0,0 +1,17 @@ +/* Generated by RuntimeBrowser. + */ + +@protocol SubCalURLRequestDelegate + +@required + +- (void)handleTrustChallenge:(NSURLAuthenticationChallenge *)arg1 forSubCalURLRequest:(SubCalURLRequest *)arg2; +- (void)subCalURLRequest:(SubCalURLRequest *)arg1 finishedWithData:(NSData *)arg2 error:(NSError *)arg3; + +@optional + +- (void)subCalURLRequest:(SubCalURLRequest *)arg1 didRedirectToURL:(NSURL *)arg2; +- (void)subCalURLRequest:(SubCalURLRequest *)arg1 updatedData:(NSData *)arg2; +- (void)subCalURLRequestNeedsUsernameAndPasswordForHost:(void *)arg1 continuation:(void *)arg2; // needs 2 arg types, found 8: NSString *, id /* block */, /* Warning: Unrecognized filer type: '<' using 'void*' */ void*, void, id /* block */, NSString *, NSString *, void* + +@end diff --git a/protocols/SubCalValidationTaskDelegate.h b/protocols/SubCalValidationTaskDelegate.h new file mode 100644 index 0000000000..dc2118aebb --- /dev/null +++ b/protocols/SubCalValidationTaskDelegate.h @@ -0,0 +1,10 @@ +/* Generated by RuntimeBrowser. + */ + +@protocol SubCalValidationTaskDelegate + +@required + +- (void)subCalValidationTask:(SubCalValidationTask *)arg1 finishedWithError:(NSError *)arg2 calendarName:(NSString *)arg3 calendarData:(NSData *)arg4; + +@end diff --git a/protocols/Swift._NSArrayCore.h b/protocols/Swift._NSArrayCore.h index 73d9e40477..45cc37843c 100644 --- a/protocols/Swift._NSArrayCore.h +++ b/protocols/Swift._NSArrayCore.h @@ -5,9 +5,9 @@ @required -- (long)count; -- (long)countByEnumeratingWithState:(struct { unsigned long x1; id *x2; unsigned long x3; unsigned long x4[5]; }*)arg1 objects:(id*)arg2 count:(long)arg3; +- (int)count; +- (int)countByEnumeratingWithState:(struct { unsigned long x1; id *x2; unsigned long x3; unsigned long x4[5]; }*)arg1 objects:(id*)arg2 count:(int)arg3; - (void)getObjects:(id*)arg1 range:(struct { int x1; int x2; })arg2; -- (id)objectAtIndex:(long)arg1; +- (id)objectAtIndex:(int)arg1; @end diff --git a/protocols/Swift._NSFastEnumeration.h b/protocols/Swift._NSFastEnumeration.h index d42f1a5727..cb9a489dc2 100644 --- a/protocols/Swift._NSFastEnumeration.h +++ b/protocols/Swift._NSFastEnumeration.h @@ -5,6 +5,6 @@ @required -- (long)countByEnumeratingWithState:(struct { unsigned long x1; id *x2; unsigned long x3; unsigned long x4[5]; }*)arg1 objects:(id*)arg2 count:(long)arg3; +- (int)countByEnumeratingWithState:(struct { unsigned long x1; id *x2; unsigned long x3; unsigned long x4[5]; }*)arg1 objects:(id*)arg2 count:(int)arg3; @end diff --git a/protocols/SymptomAdditionalProtocol.h b/protocols/SymptomAdditionalProtocol.h new file mode 100644 index 0000000000..a680f17256 --- /dev/null +++ b/protocols/SymptomAdditionalProtocol.h @@ -0,0 +1,12 @@ +/* Generated by RuntimeBrowser. + */ + +@protocol SymptomAdditionalProtocol + +@optional + +- (Evaluation *)evaluate:(EventDescription *)arg1 forThreshold:(int)arg2; +- (bool)noteSymptom:(EventDescription *)arg1; +- (void)reset; + +@end diff --git a/protocols/SyndromeHandlerProtocol.h b/protocols/SyndromeHandlerProtocol.h new file mode 100644 index 0000000000..5f9e15dc6a --- /dev/null +++ b/protocols/SyndromeHandlerProtocol.h @@ -0,0 +1,12 @@ +/* Generated by RuntimeBrowser. + */ + +@protocol SyndromeHandlerProtocol + +@required + ++ ( *)getHandlerByName:(NSString *)arg1; + +- (void)didReceiveSyndrome:(DecisionDetails *)arg1; + +@end diff --git a/protocols/TIRevisionHistoryDelegate.h b/protocols/TIRevisionHistoryDelegate.h index a2706306db..498abd467a 100644 --- a/protocols/TIRevisionHistoryDelegate.h +++ b/protocols/TIRevisionHistoryDelegate.h @@ -8,8 +8,9 @@ - (struct TITokenID { unsigned int x1; unsigned int x2; })addWord:(NSString *)arg1 context:(const struct TITokenID { unsigned int x1; unsigned int x2; }*)arg2 contextLength:(unsigned long)arg3 surfaceFormPtr:(id*)arg4; - (void)decrementLanguageModelCount:(NSString *)arg1 tokenID:(struct TITokenID { unsigned int x1; unsigned int x2; })arg2 context:(const struct TITokenID { unsigned int x1; unsigned int x2; }*)arg3 contextLength:(unsigned long)arg4; - (void)decrementUnigramCount:(NSString *)arg1 tokenID:(struct TITokenID { unsigned int x1; unsigned int x2; })arg2 usageFlags:(unsigned int)arg3; -- (struct TITokenID { unsigned int x1; unsigned int x2; })findTokenIDForWord:(NSString *)arg1 context:(const struct TITokenID { unsigned int x1; unsigned int x2; }*)arg2 contextLength:(unsigned long)arg3 tokenLookupMode:(unsigned int)arg4 surfaceFormPtr:(id*)arg5; -- (void)incrementLanguageModelCount:(NSString *)arg1 tokenID:(struct TITokenID { unsigned int x1; unsigned int x2; })arg2 context:(const struct TITokenID { unsigned int x1; unsigned int x2; }*)arg3 contextLength:(unsigned long)arg4; +- (struct TITokenID { unsigned int x1; unsigned int x2; })findTokenIDForWord:(NSString *)arg1 context:(const struct TITokenID { unsigned int x1; unsigned int x2; }*)arg2 contextLength:(unsigned long)arg3 tokenLookupMode:(unsigned int)arg4; +- (struct TITokenID { unsigned int x1; unsigned int x2; })findTokenIDForWord:(NSString *)arg1 context:(const struct TITokenID { unsigned int x1; unsigned int x2; }*)arg2 contextLength:(unsigned long)arg3 tokenLookupMode:(unsigned int)arg4 surfaceFormPtr:(id*)arg5 hasCaseInsensitiveStaticVariant:(BOOL*)arg6; +- (void)incrementLanguageModelCount:(NSString *)arg1 tokenID:(struct TITokenID { unsigned int x1; unsigned int x2; })arg2 context:(const struct TITokenID { unsigned int x1; unsigned int x2; }*)arg3 contextLength:(unsigned long)arg4 saveToDifferentialPrivacy:(BOOL)arg5; - (void)incrementUnigramCount:(NSString *)arg1 tokenID:(struct TITokenID { unsigned int x1; unsigned int x2; })arg2 usageFlags:(unsigned int)arg3; - (void)incrementUsageTrackingKeyForAutocorrectionStatistic:(NSString *)arg1 autocorrectionTypes:(unsigned int)arg2; diff --git a/protocols/TLAlertPlaybackBackEndController.h b/protocols/TLAlertPlaybackBackEndController.h index bc688449af..b86f27e6db 100644 --- a/protocols/TLAlertPlaybackBackEndController.h +++ b/protocols/TLAlertPlaybackBackEndController.h @@ -10,6 +10,7 @@ @optional +- (void)handleActivationAssertionStatusChangeForAlert:(TLAlert *)arg1 updatedStatus:(BOOL)arg2; - (void)updateAudioVolumeDynamicallyForAlert:(TLAlert *)arg1 toValue:(float)arg2; @end diff --git a/protocols/TSADocumentRootDelegate.h b/protocols/TSADocumentRootDelegate.h deleted file mode 100644 index c76bec7d36..0000000000 --- a/protocols/TSADocumentRootDelegate.h +++ /dev/null @@ -1,23 +0,0 @@ -/* Generated by RuntimeBrowser. - */ - -@protocol TSADocumentRootDelegate - -@required - -- (NSString *)name; - -@optional - -- ( *)collaborationPasswordProvider; -- (void)continueActivityUsingBlock:(void *)arg1; // needs 1 arg types, found 5: id /* block */, /* Warning: Unrecognized filer type: '<' using 'void*' */ void*, void, id /* block */, void* -- (NSString *)defaultDraftName; -- (void)didAddObserverForICloudTeardown:(id)arg1; -- (NSString *)documentCachePath; -- (void)documentRoot:(TSADocumentRoot *)arg1 didReceiveDocumentStatusNotification:(TSKMailboxDocStatusMessage *)arg2; -- (void)invalidateRestorableState; -- (TSAUbiquitousRefreshQueue *)refreshQueue; -- (void)refreshSharingStateWithQueue:(void *)arg1 completionBlock:(void *)arg2; // needs 2 arg types, found 8: NSObject *, id /* block */, /* Warning: Unrecognized filer type: '<' using 'void*' */ void*, void, id /* block */, TSKSharingState *, NSError *, void* -- (void)willRemoveICloudTeardownObserver:(id)arg1; - -@end diff --git a/protocols/TSCEFormulaOwning.h b/protocols/TSCEFormulaOwning.h index 246359483f..2f8e2a23d3 100644 --- a/protocols/TSCEFormulaOwning.h +++ b/protocols/TSCEFormulaOwning.h @@ -5,10 +5,12 @@ @required +- (void)beginRewriteForCalculationEngine:(TSCECalculationEngine *)arg1 spec:(TSCEFormulaRewriteSpec *)arg2; - (void)invalidateForCalculationEngine:(TSCECalculationEngine *)arg1; - (struct { BOOL x1; BOOL x2; BOOL x3; })recalculateForCalculationEngine:(TSCECalculationEngine *)arg1 formulaID:(struct { unsigned int x1 : 24; unsigned int x2 : 8; })arg2 isInCycle:(BOOL)arg3 hasCalculatedPrecedents:(BOOL)arg4; - (void)releaseForCalculationEngine:(TSCECalculationEngine *)arg1; - (void)retainForCalculationEngine:(TSCECalculationEngine *)arg1; +- (void)rewriteForCalculationEngine:(TSCECalculationEngine *)arg1 formulaID:(struct { unsigned int x1 : 24; unsigned int x2 : 8; })arg2 rewriteSpec:(TSCEFormulaRewriteSpec *)arg3; - (void)writeResultsForCalculationEngine:(TSCECalculationEngine *)arg1; @end diff --git a/protocols/TSDContainerRep.h b/protocols/TSDContainerRep.h index 28c4fa6886..2b62aa9f61 100644 --- a/protocols/TSDContainerRep.h +++ b/protocols/TSDContainerRep.h @@ -6,7 +6,9 @@ @required - (void)addAdditionalChildLayersToArray:(NSMutableArray *)arg1; +- (BOOL)canSelectChildRep:(TSDRep *)arg1; - (NSArray *)childReps; - (NSObject *)containerInfo; +- (void)selectChildRep:(TSDRep *)arg1 extendingSelection:(BOOL)arg2; @end diff --git a/protocols/TSDReplaceableMediaContainer.h b/protocols/TSDReplaceableMediaContainer.h index b434a729bd..8c10f46960 100644 --- a/protocols/TSDReplaceableMediaContainer.h +++ b/protocols/TSDReplaceableMediaContainer.h @@ -3,8 +3,4 @@ @protocol TSDReplaceableMediaContainer -@required - -- (NSDictionary *)datasForReplacingMediaContentsWithAssociatedHints; - @end diff --git a/protocols/TSKDocumentRootDelegate.h b/protocols/TSKDocumentRootDelegate.h deleted file mode 100644 index 0e8a9e3303..0000000000 --- a/protocols/TSKDocumentRootDelegate.h +++ /dev/null @@ -1,15 +0,0 @@ -/* Generated by RuntimeBrowser. - */ - -@protocol TSKDocumentRootDelegate - -@required - -- (TSKCollaborationState *)collaborationStateForContext:(TSPObjectContext *)arg1; -- (NSURL *)fileURL; - -@optional - -- (void)documentRoot:(TSKDocumentRoot *)arg1 didUpdateDocumentRevision:(TSPDocumentRevision *)arg2; - -@end diff --git a/protocols/TTYCallDelegate.h b/protocols/TTYCallDelegate.h new file mode 100644 index 0000000000..13e545491d --- /dev/null +++ b/protocols/TTYCallDelegate.h @@ -0,0 +1,10 @@ +/* Generated by RuntimeBrowser. + */ + +@protocol TTYCallDelegate + +@required + +- (void)ttyCall:(TTYCall *)arg1 didReceiveCharacter:(unsigned short)arg2 forUtterance:(NSString *)arg3; + +@end diff --git a/protocols/TTYUtteranceCellDelegate.h b/protocols/TTYUtteranceCellDelegate.h new file mode 100644 index 0000000000..2d289d0a36 --- /dev/null +++ b/protocols/TTYUtteranceCellDelegate.h @@ -0,0 +1,11 @@ +/* Generated by RuntimeBrowser. + */ + +@protocol TTYUtteranceCellDelegate + +@required + +- (TUCall *)callContainingUtterance; +- (void)utteranceCellDidUpdateContent:(TTYUtteranceCell *)arg1; + +@end diff --git a/protocols/TUCallServicesClient.h b/protocols/TUCallServicesClient.h index c51c677b4c..1c3d94828f 100644 --- a/protocols/TUCallServicesClient.h +++ b/protocols/TUCallServicesClient.h @@ -5,7 +5,7 @@ @required -- (void)handleCurrentCallsChanged:(void *)arg1 callDisconnected:(void *)arg2 reply:(void *)arg3; // needs 3 arg types, found 7: NSArray *, TUCall *, id /* block */, /* Warning: Unrecognized filer type: '<' using 'void*' */ void*, void, id /* block */, void* +- (void)handleCurrentCallsChanged:(NSArray *)arg1 callDisconnected:(TUCall *)arg2; - (void)handleFrequencyChangedTo:(NSData *)arg1 inDirection:(int)arg2 forCallsWithUniqueProxyIdentifiers:(NSArray *)arg3; - (void)handleNotificationName:(NSString *)arg1 forCallWithUniqueProxyIdentifier:(NSString *)arg2 userInfo:(NSDictionary *)arg3; - (void)resetCallProvisionalStates; diff --git a/protocols/TVAppTemplateController.h b/protocols/TVAppTemplateController.h new file mode 100644 index 0000000000..f3270c79f6 --- /dev/null +++ b/protocols/TVAppTemplateController.h @@ -0,0 +1,11 @@ +/* Generated by RuntimeBrowser. + */ + +@protocol TVAppTemplateController + +@optional + +- (void)loadFromViewController:(void *)arg1 completion:(void *)arg2; // needs 2 arg types, found 8: UIViewController *, id /* block */, /* Warning: Unrecognized filer type: '<' using 'void*' */ void*, void, id /* block */, BOOL, BOOL, void* +- (BOOL)supportsIdleModeVisualEffects; + +@end diff --git a/protocols/TVAppTemplateImpressionable.h b/protocols/TVAppTemplateImpressionable.h new file mode 100644 index 0000000000..a919e6b9eb --- /dev/null +++ b/protocols/TVAppTemplateImpressionable.h @@ -0,0 +1,10 @@ +/* Generated by RuntimeBrowser. + */ + +@protocol TVAppTemplateImpressionable + +@required + +- (NSArray *)impressionableElementsContainedInDocument:(IKAppDocument *)arg1; + +@end diff --git a/protocols/TVApplicationControllerDelegate.h b/protocols/TVApplicationControllerDelegate.h new file mode 100644 index 0000000000..12693c969f --- /dev/null +++ b/protocols/TVApplicationControllerDelegate.h @@ -0,0 +1,13 @@ +/* Generated by RuntimeBrowser. + */ + +@protocol TVApplicationControllerDelegate + +@optional + +- (void)appController:(TVApplicationController *)arg1 didFailWithError:(NSError *)arg2; +- (void)appController:(TVApplicationController *)arg1 didFinishLaunchingWithOptions:(NSDictionary *)arg2; +- (void)appController:(TVApplicationController *)arg1 didStopWithOptions:(NSDictionary *)arg2; +- (void)appController:(TVApplicationController *)arg1 evaluateAppJavaScriptInContext:(JSContext *)arg2; + +@end diff --git a/protocols/TVAuxiliaryViewSelecting.h b/protocols/TVAuxiliaryViewSelecting.h new file mode 100644 index 0000000000..626c00eaff --- /dev/null +++ b/protocols/TVAuxiliaryViewSelecting.h @@ -0,0 +1,14 @@ +/* Generated by RuntimeBrowser. + */ + +@protocol TVAuxiliaryViewSelecting + +@required + +- (struct UIEdgeInsets { float x1; float x2; float x3; float x4; })selectionMarginsForSize:(struct CGSize { float x1; float x2; })arg1; + +@optional + +- (void)animateWithAuxiliarySelectionState:(void *)arg1 animations:(void *)arg2; // needs 2 arg types, found 6: BOOL, id /* block */, /* Warning: Unrecognized filer type: '<' using 'void*' */ void*, void, id /* block */, void* + +@end diff --git a/protocols/TVCarouselViewDataSource.h b/protocols/TVCarouselViewDataSource.h new file mode 100644 index 0000000000..5dad73bc9d --- /dev/null +++ b/protocols/TVCarouselViewDataSource.h @@ -0,0 +1,11 @@ +/* Generated by RuntimeBrowser. + */ + +@protocol TVCarouselViewDataSource + +@required + +- (UICollectionViewCell *)carouselView:(TVCarouselView *)arg1 cellForItemAtIndex:(unsigned int)arg2; +- (unsigned int)numberOfItemsInCarouselView:(TVCarouselView *)arg1; + +@end diff --git a/protocols/TVCarouselViewDelegate.h b/protocols/TVCarouselViewDelegate.h new file mode 100644 index 0000000000..008f09759a --- /dev/null +++ b/protocols/TVCarouselViewDelegate.h @@ -0,0 +1,13 @@ +/* Generated by RuntimeBrowser. + */ + +@protocol TVCarouselViewDelegate + +@optional + +- (void)carouselView:(TVCarouselView *)arg1 didFocusItemAtIndex:(unsigned int)arg2; +- (void)carouselView:(TVCarouselView *)arg1 didPlayItemAtIndex:(unsigned int)arg2; +- (void)carouselView:(TVCarouselView *)arg1 didSelectItemAtIndex:(unsigned int)arg2; +- (void)carouselViewDidScroll:(TVCarouselView *)arg1; + +@end diff --git a/protocols/TVImageLoader.h b/protocols/TVImageLoader.h new file mode 100644 index 0000000000..e5575f86c2 --- /dev/null +++ b/protocols/TVImageLoader.h @@ -0,0 +1,12 @@ +/* Generated by RuntimeBrowser. + */ + +@protocol TVImageLoader + +@required + +- (void)cancelLoad:(id)arg1; +- (NSString *)imageKeyForObject:(id)arg1; +- (id)loadImageForObject:(void *)arg1 scaleToSize:(void *)arg2 cropToFit:(void *)arg3 completionHandler:(void *)arg4; // needs 4 arg types, found 13: id, struct CGSize { float x1; float x2; }, BOOL, id /* block */, /* Warning: Unrecognized filer type: '<' using 'void*' */ void*, void, id /* block */, TVImage *, NSString *, NSDate *, unsigned int, NSError *, void* + +@end diff --git a/protocols/TVInterfaceCreating.h b/protocols/TVInterfaceCreating.h new file mode 100644 index 0000000000..f48106dd9f --- /dev/null +++ b/protocols/TVInterfaceCreating.h @@ -0,0 +1,14 @@ +/* Generated by RuntimeBrowser. + */ + +@protocol TVInterfaceCreating + +@optional + +- (NSURL *)URLForResource:(NSString *)arg1; +- (Class)collectionViewCellClassForElement:(TVViewElement *)arg1; +- (UIImage *)imageForResource:(NSString *)arg1; +- (UIViewController *)viewControllerForElement:(TVViewElement *)arg1 existingViewController:(UIViewController *)arg2; +- (UIView *)viewForElement:(TVViewElement *)arg1 existingView:(UIView *)arg2; + +@end diff --git a/protocols/TVJSConfirmationDialog.h b/protocols/TVJSConfirmationDialog.h new file mode 100644 index 0000000000..a6d2329ea8 --- /dev/null +++ b/protocols/TVJSConfirmationDialog.h @@ -0,0 +1,10 @@ +/* Generated by RuntimeBrowser. + */ + +@protocol TVJSConfirmationDialog + +@required + +- (void)presentConfirmation:(IKDOMDocument *)arg1 :(NSDictionary *)arg2; + +@end diff --git a/protocols/TVJSError.h b/protocols/TVJSError.h new file mode 100644 index 0000000000..c6c473fbbf --- /dev/null +++ b/protocols/TVJSError.h @@ -0,0 +1,15 @@ +/* Generated by RuntimeBrowser. + */ + +@protocol TVJSError + +@required + +- (int)code; +- (NSString *)description; +- (NSString *)domain; +- (NSString *)failureReason; +- (NSString *)recoverySuggestion; +- (NSDictionary *)userInfo; + +@end diff --git a/protocols/TVRowHosting.h b/protocols/TVRowHosting.h new file mode 100644 index 0000000000..ae5497ad7d --- /dev/null +++ b/protocols/TVRowHosting.h @@ -0,0 +1,14 @@ +/* Generated by RuntimeBrowser. + */ + +@protocol TVRowHosting + +@required + +- (NSArray *)rowMetricsForExpectedWidth:(float)arg1 firstItemRowIndex:(int*)arg2; + +@optional + +- (BOOL)shouldBindRowsTogether; + +@end diff --git a/protocols/TVShelfViewLayoutDelegate.h b/protocols/TVShelfViewLayoutDelegate.h new file mode 100644 index 0000000000..0427ade074 --- /dev/null +++ b/protocols/TVShelfViewLayoutDelegate.h @@ -0,0 +1,12 @@ +/* Generated by RuntimeBrowser. + */ + +@protocol TVShelfViewLayoutDelegate + +@optional + +- (struct UIEdgeInsets { float x1; float x2; float x3; float x4; })collectionView:(UICollectionView *)arg1 layout:(UICollectionViewLayout *)arg2 insetForSectionAtIndex:(int)arg3; +- (struct CGSize { float x1; float x2; })collectionView:(UICollectionView *)arg1 layout:(UICollectionViewLayout *)arg2 referenceSizeForHeaderInSection:(int)arg3; +- (struct CGSize { float x1; float x2; })collectionView:(UICollectionView *)arg1 layout:(UICollectionViewLayout *)arg2 sizeForItemAtIndexPath:(NSIndexPath *)arg3; + +@end diff --git a/protocols/UIRecentsInputViewControllerDelegate.h b/protocols/UIRecentsInputViewControllerDelegate.h index 9e7635a2a7..6b1de823fb 100644 --- a/protocols/UIRecentsInputViewControllerDelegate.h +++ b/protocols/UIRecentsInputViewControllerDelegate.h @@ -7,5 +7,6 @@ - (void)didSelectRecentInput; - (void)switchToKeyboard; +- (UITextInputTraits *)textInputTraits; @end diff --git a/protocols/UNNotificationAttachmentThumbnailOptions.h b/protocols/UNNotificationAttachmentThumbnailOptions.h new file mode 100644 index 0000000000..38325513d3 --- /dev/null +++ b/protocols/UNNotificationAttachmentThumbnailOptions.h @@ -0,0 +1,11 @@ +/* Generated by RuntimeBrowser. + */ + +@protocol UNNotificationAttachmentThumbnailOptions + +@required + +- (struct CGRect { struct CGPoint { float x_1_1_1; float x_1_1_2; } x1; struct CGSize { float x_2_1_1; float x_2_1_2; } x2; })thumbnailClippingRect; +- (BOOL)thumbnailHidden; + +@end diff --git a/protocols/UNSAttachmentDataProvider.h b/protocols/UNSAttachmentDataProvider.h index 9ab4b987da..7bb03022e9 100644 --- a/protocols/UNSAttachmentDataProvider.h +++ b/protocols/UNSAttachmentDataProvider.h @@ -7,9 +7,4 @@ - (NSData *)data; -@optional - -- (struct CGSize { float x1; float x2; })naturalSizeForAttachment:(UNNotificationAttachment *)arg1; -- (NSData *)thumbnailPNGOfSize:(struct CGSize { float x1; float x2; })arg1 forAttachment:(UNNotificationAttachment *)arg2; - @end diff --git a/protocols/UNSAttachmentThumbnailProvider.h b/protocols/UNSAttachmentThumbnailProvider.h new file mode 100644 index 0000000000..8334d8ed96 --- /dev/null +++ b/protocols/UNSAttachmentThumbnailProvider.h @@ -0,0 +1,11 @@ +/* Generated by RuntimeBrowser. + */ + +@protocol UNSAttachmentThumbnailProvider + +@required + +- (struct CGSize { float x1; float x2; })sizeForThumbnailOptions:(id )arg1; +- (NSData *)thumbnailPNGOfSize:(struct CGSize { float x1; float x2; })arg1 forThumbnailOptions:(id )arg2; + +@end diff --git a/protocols/UploadSessionDelegate.h b/protocols/UploadSessionDelegate.h new file mode 100644 index 0000000000..a36ba94d1e --- /dev/null +++ b/protocols/UploadSessionDelegate.h @@ -0,0 +1,11 @@ +/* Generated by RuntimeBrowser. + */ + +@protocol UploadSessionDelegate + +@required + +- (void)uploadSessionCompleted:(UploadSession *)arg1; +- (void)uploadSessionFailed:(UploadSession *)arg1; + +@end diff --git a/protocols/VCVideoStreamRateControlProtocol.h b/protocols/VCVideoStreamRateControlProtocol.h index 779e9f4ee8..44ded51e99 100644 --- a/protocols/VCVideoStreamRateControlProtocol.h +++ b/protocols/VCVideoStreamRateControlProtocol.h @@ -5,7 +5,10 @@ @required -- (void)doRateControlWithTime:(double)arg1 roundTripTime:(double)arg2 packetLossRate:(double)arg3 operatingTierIndex:(unsigned short)arg4 actualBitrate:(unsigned int)arg5; +- (void)doRateControlWithTime:(double)arg1 roundTripTime:(double)arg2 packetLossRate:(double)arg3 operatingTierIndex:(unsigned short)arg4 averageBitrate:(unsigned int)arg5; +- (double)nowrd; +- (double)nowrdAcc; +- (double)nowrdShort; - (double)owrd; - (double)rateControlInterval; - (void)setMaxTierIndex:(unsigned short)arg1 minTierIndex:(unsigned short)arg2; diff --git a/protocols/VKNavigationCameraController.h b/protocols/VKNavigationCameraController.h index 09d2861aff..7e3657119e 100644 --- a/protocols/VKNavigationCameraController.h +++ b/protocols/VKNavigationCameraController.h @@ -10,7 +10,7 @@ - (void)setMapCanvas:(VKMapCanvas *)arg1; - (void)setMapModel:(VKMapModel *)arg1; - (void)setZoomScale:(double)arg1; -- (void)startWithPounce:(void *)arg1 pounceCompletionHandler:(void *)arg2; // needs 2 arg types, found 7: BOOL, id /* block */, /* Warning: Unrecognized filer type: '<' using 'void*' */ void*, void, id /* block */, BOOL, void* +- (void)startWithPounce:(void *)arg1 startLocation:(void *)arg2 pounceCompletionHandler:(void *)arg3; // needs 3 arg types, found 8: BOOL, struct { double x1; double x2; }, id /* block */, /* Warning: Unrecognized filer type: '<' using 'void*' */ void*, void, id /* block */, BOOL, void* - (void)stop; - (double)zoomScale; diff --git a/protocols/VSAccountInfoViewControllerDelegate.h b/protocols/VSAccountInfoViewControllerDelegate.h new file mode 100644 index 0000000000..37bd487a39 --- /dev/null +++ b/protocols/VSAccountInfoViewControllerDelegate.h @@ -0,0 +1,11 @@ +/* Generated by RuntimeBrowser. + */ + +@protocol VSAccountInfoViewControllerDelegate + +@required + +- (void)accountInfoViewController:(VSAccountInfoViewController *)arg1 didSelectEditAccountForAccount:(VSAccount *)arg2 identityProvider:(VSIdentityProvider *)arg3; +- (void)accountInfoViewControllerWantsMoreApps:(VSAccountInfoViewController *)arg1; + +@end diff --git a/protocols/VSAuthenticationToken.h b/protocols/VSAuthenticationToken.h new file mode 100644 index 0000000000..1c8ef6f268 --- /dev/null +++ b/protocols/VSAuthenticationToken.h @@ -0,0 +1,16 @@ +/* Generated by RuntimeBrowser. + */ + +@protocol VSAuthenticationToken + +@required + +- (NSString *)body; +- (NSDate *)expirationDate; +- (id)initWithSerializedData:(NSData *)arg1; +- (BOOL)isOpaque; +- (BOOL)isValid; +- (NSData *)serializedData; +- (void)setBody:(NSString *)arg1; + +@end diff --git a/protocols/VSAuthenticationViewController.h b/protocols/VSAuthenticationViewController.h index 3da0136abd..b3d008db61 100644 --- a/protocols/VSAuthenticationViewController.h +++ b/protocols/VSAuthenticationViewController.h @@ -5,8 +5,14 @@ @required +- ( *)delegate; - (BOOL)isCancellationAllowed; -- (struct CGSize { float x1; float x2; })preferredLogoSize; - (void)setCancellationAllowed:(BOOL)arg1; +- (void)setDelegate:(id )arg1; +- (VSViewModel *)viewModel; + +@optional + +- (struct CGSize { float x1; float x2; })preferredLogoSize; @end diff --git a/protocols/VSAuthenticationViewControllerDelegate.h b/protocols/VSAuthenticationViewControllerDelegate.h new file mode 100644 index 0000000000..700b45675d --- /dev/null +++ b/protocols/VSAuthenticationViewControllerDelegate.h @@ -0,0 +1,10 @@ +/* Generated by RuntimeBrowser. + */ + +@protocol VSAuthenticationViewControllerDelegate + +@required + +- (void)authenticationViewControllerDidCancel:(UIViewController *)arg1; + +@end diff --git a/protocols/VSAutoAuthenticationViewController.h b/protocols/VSAutoAuthenticationViewController.h index c45a3d2c7a..2b7cef8376 100644 --- a/protocols/VSAutoAuthenticationViewController.h +++ b/protocols/VSAutoAuthenticationViewController.h @@ -5,8 +5,6 @@ @required -- ( *)delegate; -- (void)setDelegate:(id )arg1; - (void)setViewModel:(VSAutoAuthenticationViewModel *)arg1; - (VSAutoAuthenticationViewModel *)viewModel; diff --git a/protocols/VSAutoAuthenticationViewControllerDelegate.h b/protocols/VSAutoAuthenticationViewControllerDelegate.h deleted file mode 100644 index c80588bbe2..0000000000 --- a/protocols/VSAutoAuthenticationViewControllerDelegate.h +++ /dev/null @@ -1,10 +0,0 @@ -/* Generated by RuntimeBrowser. - */ - -@protocol VSAutoAuthenticationViewControllerDelegate - -@optional - -- (void)autoAuthenticationViewControllerDidCancel:(UIViewController *)arg1; - -@end diff --git a/protocols/VSCredentialEntryViewController.h b/protocols/VSCredentialEntryViewController.h index f7c9bd7afa..399eeaea7f 100644 --- a/protocols/VSCredentialEntryViewController.h +++ b/protocols/VSCredentialEntryViewController.h @@ -5,8 +5,6 @@ @required -- ( *)delegate; -- (void)setDelegate:(id )arg1; - (void)setViewModel:(VSCredentialEntryViewModel *)arg1; - (VSCredentialEntryViewModel *)viewModel; diff --git a/protocols/VSCredentialEntryViewControllerDelegate.h b/protocols/VSCredentialEntryViewControllerDelegate.h deleted file mode 100644 index 1e8770ff50..0000000000 --- a/protocols/VSCredentialEntryViewControllerDelegate.h +++ /dev/null @@ -1,10 +0,0 @@ -/* Generated by RuntimeBrowser. - */ - -@protocol VSCredentialEntryViewControllerDelegate - -@optional - -- (void)credentialEntryViewControllerDidCancel:(UIViewController *)arg1; - -@end diff --git a/protocols/VSDeveloperAttributeCellDelegate.h b/protocols/VSDeveloperAttributeCellDelegate.h new file mode 100644 index 0000000000..a38b7d6b1b --- /dev/null +++ b/protocols/VSDeveloperAttributeCellDelegate.h @@ -0,0 +1,11 @@ +/* Generated by RuntimeBrowser. + */ + +@protocol VSDeveloperAttributeCellDelegate + +@required + +- (void)developerAttributeCell:(VSDeveloperAttributeCell *)arg1 fieldValueDidChange:(NSString *)arg2; +- (void)developerAttributeCellDidFinish:(VSDeveloperAttributeCell *)arg1; + +@end diff --git a/protocols/VSDeveloperIdentityProviderViewController.h b/protocols/VSDeveloperIdentityProviderViewController.h new file mode 100644 index 0000000000..f0f41202f6 --- /dev/null +++ b/protocols/VSDeveloperIdentityProviderViewController.h @@ -0,0 +1,15 @@ +/* Generated by RuntimeBrowser. + */ + +@protocol VSDeveloperIdentityProviderViewController + +@required + +- ( *)delegate; +- (int)editingMode; +- (VSIdentityProvider *)identityProvider; +- (void)setDelegate:(id )arg1; +- (void)setEditingMode:(int)arg1; +- (void)setIdentityProvider:(VSIdentityProvider *)arg1; + +@end diff --git a/protocols/VSDeveloperIdentityProviderViewControllerDelegate.h b/protocols/VSDeveloperIdentityProviderViewControllerDelegate.h new file mode 100644 index 0000000000..de66ef43b8 --- /dev/null +++ b/protocols/VSDeveloperIdentityProviderViewControllerDelegate.h @@ -0,0 +1,12 @@ +/* Generated by RuntimeBrowser. + */ + +@protocol VSDeveloperIdentityProviderViewControllerDelegate + +@required + +- (void)developerIdentityProviderViewControllerDidCancel:(UIViewController *)arg1; +- (void)developerIdentityProviderViewControllerDidDelete:(UIViewController *)arg1; +- (void)developerIdentityProviderViewControllerDidFinish:(UIViewController *)arg1; + +@end diff --git a/protocols/VSJSMessagePort.h b/protocols/VSJSMessagePort.h new file mode 100644 index 0000000000..d53ba4bc3e --- /dev/null +++ b/protocols/VSJSMessagePort.h @@ -0,0 +1,10 @@ +/* Generated by RuntimeBrowser. + */ + +@protocol VSJSMessagePort + +@required + +- (void)postMessage:(NSDictionary *)arg1; + +@end diff --git a/protocols/VSJSMessagePortDelegate.h b/protocols/VSJSMessagePortDelegate.h new file mode 100644 index 0000000000..b5905e6667 --- /dev/null +++ b/protocols/VSJSMessagePortDelegate.h @@ -0,0 +1,10 @@ +/* Generated by RuntimeBrowser. + */ + +@protocol VSJSMessagePortDelegate + +@required + +- (void)messagePort:(VSJSMessagePort *)arg1 didReceiveMessage:(id)arg2; + +@end diff --git a/protocols/VSJSSAMLRequest.h b/protocols/VSJSRequest.h similarity index 80% rename from protocols/VSJSSAMLRequest.h rename to protocols/VSJSRequest.h index ddabc56b4a..52388607ee 100644 --- a/protocols/VSJSSAMLRequest.h +++ b/protocols/VSJSRequest.h @@ -1,11 +1,12 @@ /* Generated by RuntimeBrowser. */ -@protocol VSJSSAMLRequest +@protocol VSJSRequest @required - (NSString *)appleVerificationToken; +- (NSArray *)attributeNames; - (NSString *)currentAuthentication; - (NSString *)requestBody; - (NSString *)requestType; diff --git a/protocols/VSJSResponsePayload.h b/protocols/VSJSResponsePayload.h new file mode 100644 index 0000000000..024055450e --- /dev/null +++ b/protocols/VSJSResponsePayload.h @@ -0,0 +1,28 @@ +/* Generated by RuntimeBrowser. + */ + +@protocol VSJSResponsePayload + +@required + +- (NSString *)authN; +- (NSString *)authenticationScheme; +- (NSNumber *)expectedAction; +- (NSDate *)expirationDate; +- (id)init; +- (NSString *)logout; +- (void)setAuthN:(NSString *)arg1; +- (void)setAuthenticationScheme:(NSString *)arg1; +- (void)setExpectedAction:(NSNumber *)arg1; +- (void)setExpirationDate:(NSDate *)arg1; +- (void)setLogout:(NSString *)arg1; +- (void)setStatusCode:(NSString *)arg1; +- (void)setUserChannelList:(NSArray *)arg1; +- (void)setUserMetadata:(NSString *)arg1; +- (void)setUsername:(NSString *)arg1; +- (NSString *)statusCode; +- (NSArray *)userChannelList; +- (NSString *)userMetadata; +- (NSString *)username; + +@end diff --git a/protocols/VSJSSAMLResponse.h b/protocols/VSJSSAMLResponse.h deleted file mode 100644 index c8e50e3c13..0000000000 --- a/protocols/VSJSSAMLResponse.h +++ /dev/null @@ -1,18 +0,0 @@ -/* Generated by RuntimeBrowser. - */ - -@protocol VSJSSAMLResponse - -@required - -- (NSString *)authN; -- (id)init; -- (NSString *)logout; -- (void)setAuthN:(NSString *)arg1; -- (void)setLogout:(NSString *)arg1; -- (void)setUserChannelList:(NSArray *)arg1; -- (void)setUserMetadata:(NSString *)arg1; -- (NSArray *)userChannelList; -- (NSString *)userMetadata; - -@end diff --git a/protocols/VSLogoImageViewModel.h b/protocols/VSLogoImageViewModel.h new file mode 100644 index 0000000000..3f7da94a8d --- /dev/null +++ b/protocols/VSLogoImageViewModel.h @@ -0,0 +1,15 @@ +/* Generated by RuntimeBrowser. + */ + +@protocol VSLogoImageViewModel + +@required + +- (UIImage *)logo; +- (NSString *)logoAccessibilityLabel; +- (NSItemProvider *)logoProvider; +- (void)setLogo:(UIImage *)arg1; +- (void)setLogoAccessibilityLabel:(NSString *)arg1; +- (void)setLogoProvider:(NSItemProvider *)arg1; + +@end diff --git a/protocols/VSMessagePortFeatureDelegate.h b/protocols/VSMessagePortFeatureDelegate.h new file mode 100644 index 0000000000..e0ac1b1c57 --- /dev/null +++ b/protocols/VSMessagePortFeatureDelegate.h @@ -0,0 +1,10 @@ +/* Generated by RuntimeBrowser. + */ + +@protocol VSMessagePortFeatureDelegate + +@required + +- (void)messagePort:(VSMessagePortFeature *)arg1 didReceiveMessage:(VSScriptMessage *)arg2; + +@end diff --git a/protocols/VSMessageQueueDelegate.h b/protocols/VSMessageQueueDelegate.h new file mode 100644 index 0000000000..1f58614f54 --- /dev/null +++ b/protocols/VSMessageQueueDelegate.h @@ -0,0 +1,10 @@ +/* Generated by RuntimeBrowser. + */ + +@protocol VSMessageQueueDelegate + +@required + +- (void)didAddMessagesToMessageQueue:(VSMessageQueue *)arg1; + +@end diff --git a/protocols/VSWebAuthenticationViewController.h b/protocols/VSWebAuthenticationViewController.h new file mode 100644 index 0000000000..86f8824b7c --- /dev/null +++ b/protocols/VSWebAuthenticationViewController.h @@ -0,0 +1,11 @@ +/* Generated by RuntimeBrowser. + */ + +@protocol VSWebAuthenticationViewController + +@required + +- (void)setViewModel:(VSWebAuthenticationViewModel *)arg1; +- (VSWebAuthenticationViewModel *)viewModel; + +@end diff --git a/protocols/VSWebServerConnectionDelegate.h b/protocols/VSWebServerConnectionDelegate.h new file mode 100644 index 0000000000..12fecf279b --- /dev/null +++ b/protocols/VSWebServerConnectionDelegate.h @@ -0,0 +1,13 @@ +/* Generated by RuntimeBrowser. + */ + +@protocol VSWebServerConnectionDelegate + +@optional + +- (void)webServerConnection:(VSWebServerConnection *)arg1 didReceiveError:(NSError *)arg2; +- (void)webServerConnection:(VSWebServerConnection *)arg1 didReceiveRequest:(VSWebServerRequest *)arg2; +- (void)webServerConnection:(VSWebServerConnection *)arg1 didSendResponse:(VSWebServerResponse *)arg2 toRequest:(VSWebServerRequest *)arg3; +- (void)webServerConnection:(VSWebServerConnection *)arg1 failedToSendResponse:(VSWebServerResponse *)arg2 toRequest:(VSWebServerRequest *)arg3; + +@end diff --git a/protocols/VSWebServerDelegate.h b/protocols/VSWebServerDelegate.h new file mode 100644 index 0000000000..0ba8bad405 --- /dev/null +++ b/protocols/VSWebServerDelegate.h @@ -0,0 +1,12 @@ +/* Generated by RuntimeBrowser. + */ + +@protocol VSWebServerDelegate + +@optional + +- (void)webServer:(VSWebServer *)arg1 didCloseConnection:(VSWebServerConnection *)arg2; +- (void)webServer:(VSWebServer *)arg1 didOpenConnection:(VSWebServerConnection *)arg2; +- (void)webServer:(VSWebServer *)arg1 didReceiveError:(NSError *)arg2; + +@end diff --git a/protocols/VTUIAudioSession.h b/protocols/VTUIAudioSession.h index 9ffa1d510e..0d0076a44d 100644 --- a/protocols/VTUIAudioSession.h +++ b/protocols/VTUIAudioSession.h @@ -7,6 +7,7 @@ - (int)audioSource; - (float)averagePower; +- (BOOL)hasAudioRoute; - (BOOL)hasCorrectAudioRoute; - (BOOL)isRecording; - (BOOL)prepareRecord; diff --git a/protocols/VTUITurnOnSiriViewDelegate.h b/protocols/VTUITurnOnSiriViewDelegate.h new file mode 100644 index 0000000000..84920f761e --- /dev/null +++ b/protocols/VTUITurnOnSiriViewDelegate.h @@ -0,0 +1,10 @@ +/* Generated by RuntimeBrowser. + */ + +@protocol VTUITurnOnSiriViewDelegate + +@required + +- (void)aboutSelectedInTurnOnSiriView:(VTUITurnOnSiriView *)arg1; + +@end diff --git a/protocols/WBSParsecFeedbackDispatcher.h b/protocols/WBSParsecFeedbackDispatcher.h index c224300613..c4e2368ad0 100644 --- a/protocols/WBSParsecFeedbackDispatcher.h +++ b/protocols/WBSParsecFeedbackDispatcher.h @@ -5,7 +5,7 @@ @required -- (void)didDisplayCompletionListItems:(NSArray *)arg1 forQuery:(WBSCompletionQuery *)arg2; +- (void)didDisplayCompletionListItems:(NSArray *)arg1 forQuery:(WBSCompletionQuery *)arg2 forEvent:(int)arg3; - (void)didReceiveLocalResultsForQuery:(WBSCompletionQuery *)arg1; - (void)didReceiveWebSuggestionsForQuery:(WBSCompletionQuery *)arg1 fromSearchProvider:(NSString *)arg2 responseSize:(long long)arg3 statusCode:(int)arg4 networkTimingData:(NSDictionary *)arg5; - (void)userDidCancelSession; diff --git a/protocols/WBSURLCompletionMatchData.h b/protocols/WBSURLCompletionMatchData.h index e704157078..6ecab5cebf 100644 --- a/protocols/WBSURLCompletionMatchData.h +++ b/protocols/WBSURLCompletionMatchData.h @@ -20,4 +20,8 @@ - (NSString *)userVisibleURLStringAtIndex:(unsigned int)arg1; - (NSString *)userVisibleURLStringForPageTitleAtIndex:(unsigned int)arg1; +@optional + +- (int)visitCount; + @end diff --git a/protocols/WGWidgetHostingViewControllerDelegate.h b/protocols/WGWidgetHostingViewControllerDelegate.h index 76e0c34bcf..0a0029495a 100644 --- a/protocols/WGWidgetHostingViewControllerDelegate.h +++ b/protocols/WGWidgetHostingViewControllerDelegate.h @@ -10,6 +10,7 @@ @optional - (int)activeLayoutModeForWidget:(WGWidgetHostingViewController *)arg1; +- (void)brokenViewDidAppearForWidget:(WGWidgetHostingViewController *)arg1; - (void)contentAvailabilityDidChangeForWidget:(WGWidgetHostingViewController *)arg1; - (struct UIEdgeInsets { float x1; float x2; float x3; float x4; })marginInsetsForWidget:(WGWidgetHostingViewController *)arg1; - (void)remoteViewControllerDidConnectForWidget:(WGWidgetHostingViewController *)arg1; diff --git a/protocols/WGWidgetListViewControllerDelegatePrivate.h b/protocols/WGWidgetListViewControllerDelegatePrivate.h index 00a47f0584..b367f40af9 100644 --- a/protocols/WGWidgetListViewControllerDelegatePrivate.h +++ b/protocols/WGWidgetListViewControllerDelegatePrivate.h @@ -7,6 +7,10 @@ - (int)activeColumnModeForWidgetListViewController:(WGWidgetListViewController *)arg1; - (int)widgetListViewController:(WGWidgetListViewController *)arg1 columnModeForTransitionToSize:(struct CGSize { float x1; float x2; })arg2 withCoordinator:(id )arg3; + +@optional + +- (NCMaterialSettings *)materialSettingsForWidgetListViewController:(WGWidgetListViewController *)arg1; - (UIView *)widgetListViewController:(WGWidgetListViewController *)arg1 newCustomBackgroundViewForItemInList:(id)arg2; @end diff --git a/protocols/WKUIDelegatePrivate.h b/protocols/WKUIDelegatePrivate.h index bd51613953..b6e4042d0b 100644 --- a/protocols/WKUIDelegatePrivate.h +++ b/protocols/WKUIDelegatePrivate.h @@ -6,6 +6,7 @@ @optional - (NSArray *)_attachmentListForWebView:(WKWebView *)arg1; +- (NSArray *)_attachmentListForWebView:(WKWebView *)arg1 sourceIsManaged:(BOOL*)arg2; - (NSDictionary *)_dataDetectionContextForWebView:(WKWebView *)arg1; - (UIViewController *)_presentingViewControllerForWebView:(WKWebView *)arg1; - (NSArray *)_webView:(WKWebView *)arg1 actionsForElement:(_WKActivatedElementInfo *)arg2 defaultActions:(NSArray *)arg3; diff --git a/protocols/WLKServerConfigurationRequestOperationDelegate.h b/protocols/WLKServerConfigurationRequestOperationDelegate.h new file mode 100644 index 0000000000..4aaefb1665 --- /dev/null +++ b/protocols/WLKServerConfigurationRequestOperationDelegate.h @@ -0,0 +1,11 @@ +/* Generated by RuntimeBrowser. + */ + +@protocol WLKServerConfigurationRequestOperationDelegate + +@required + +- (void)applicationConfigRequestOperationDidFail:(WLKServerConfigurationRequestOperation *)arg1; +- (void)applicationConfigRequestOperationDidFinish:(WLKServerConfigurationRequestOperation *)arg1; + +@end diff --git a/protocols/WLKUIAppLibraryInterface.h b/protocols/WLKUIAppLibraryInterface.h new file mode 100644 index 0000000000..22f46cf96d --- /dev/null +++ b/protocols/WLKUIAppLibraryInterface.h @@ -0,0 +1,15 @@ +/* Generated by RuntimeBrowser. + */ + +@protocol WLKUIAppLibraryInterface + +@required + +- (void)installAppForChannel:(NSString *)arg1 :(JSValue *)arg2; +- (void)installAppForChannel:(NSString *)arg1 :(JSValue *)arg2 :(JSValue *)arg3; +- (NSArray *)installed; +- (void)openAppWithBundleID:(NSString *)arg1; +- (NSArray *)subscribed; +- (NSArray *)test; + +@end diff --git a/protocols/WLKUIMediaPlayerLibraryExport.h b/protocols/WLKUIMediaPlayerLibraryExport.h new file mode 100644 index 0000000000..030b1de9df --- /dev/null +++ b/protocols/WLKUIMediaPlayerLibraryExport.h @@ -0,0 +1,18 @@ +/* Generated by RuntimeBrowser. + */ + +@protocol WLKUIMediaPlayerLibraryExport + +@required + +- (NSDictionary *)findItemByStoreIdentifier:(NSNumber *)arg1 :(NSArray *)arg2; +- (void)getImageForItem:(NSString *)arg1 :(NSDictionary *)arg2 :(JSValue *)arg3; +- (NSDictionary *)getItem:(NSString *)arg1 :(NSArray *)arg2; +- (unsigned int)getItemCount; +- (NSDictionary *)getItemWithChildren:(NSString *)arg1 :(NSArray *)arg2; +- (NSArray *)getItems; +- (BOOL)libraryHasMedia; +- (int)queryHasItemCount:(NSString *)arg1; +- (BOOL)setFilter:(NSDictionary *)arg1; + +@end diff --git a/protocols/WLKUINetworkInterface.h b/protocols/WLKUINetworkInterface.h new file mode 100644 index 0000000000..e28ef77c35 --- /dev/null +++ b/protocols/WLKUINetworkInterface.h @@ -0,0 +1,13 @@ +/* Generated by RuntimeBrowser. + */ + +@protocol WLKUINetworkInterface + +@required + +- (void)cancelRequest:(NSString *)arg1; +- (void)fetchConfiguration:(BOOL)arg1 :(JSValue *)arg2; +- (void)invalidateConfiguration; +- (JSValue *)makeRequest:(NSDictionary *)arg1 :(JSValue *)arg2; + +@end diff --git a/protocols/WLKUIOnboardingInterface.h b/protocols/WLKUIOnboardingInterface.h new file mode 100644 index 0000000000..95c781fa7b --- /dev/null +++ b/protocols/WLKUIOnboardingInterface.h @@ -0,0 +1,15 @@ +/* Generated by RuntimeBrowser. + */ + +@protocol WLKUIOnboardingInterface + +@required + +- (void)dismiss; +- (NSArray *)eligibleBids; +- (BOOL)isOptedIn; +- (BOOL)isTvosMigrated; +- (void)migrateTvos:(JSValue *)arg1; +- (void)show:(JSValue *)arg1; + +@end diff --git a/protocols/WLKUIOrderedItemsMapDelegate.h b/protocols/WLKUIOrderedItemsMapDelegate.h new file mode 100644 index 0000000000..c3ad1948c0 --- /dev/null +++ b/protocols/WLKUIOrderedItemsMapDelegate.h @@ -0,0 +1,10 @@ +/* Generated by RuntimeBrowser. + */ + +@protocol WLKUIOrderedItemsMapDelegate + +@required + +- (void)itemsMapAddedKeys:(NSArray *)arg1 andRemovedKeys:(NSArray *)arg2; + +@end diff --git a/protocols/WLKUISettingsInterface.h b/protocols/WLKUISettingsInterface.h new file mode 100644 index 0000000000..44e87add9b --- /dev/null +++ b/protocols/WLKUISettingsInterface.h @@ -0,0 +1,11 @@ +/* Generated by RuntimeBrowser. + */ + +@protocol WLKUISettingsInterface + +@required + +- (NSArray *)consentedBrands; +- (BOOL)privateModeEnabled; + +@end diff --git a/protocols/WebCoreFrameView.h b/protocols/WebCoreFrameView.h index fb49345bdf..a8c4473a18 100644 --- a/protocols/WebCoreFrameView.h +++ b/protocols/WebCoreFrameView.h @@ -5,6 +5,6 @@ @required -- (struct Frame { int (**x1)(); struct atomic { int x_2_1_1; } x2; struct HashSet, WTF::HashTraits > { struct HashTable, WTF::HashTraits, WTF::HashTraits > { struct FrameDestructionObserver {} **x_1_2_1; unsigned int x_1_2_2; unsigned int x_1_2_3; unsigned int x_1_2_4; unsigned int x_1_2_5; } x_3_1_1; } x3; struct MainFrame {} *x4; struct Page {} *x5; struct RefPtr { struct Settings {} *x_6_1_1; } x6; struct FrameTree { struct Frame {} *x_7_1_1; struct Frame {} *x_7_1_2; struct AtomicString { struct String { struct RefPtr { struct StringImpl {} *x_1_4_1; } x_1_3_1; } x_3_2_1; } x_7_1_3; struct AtomicString { struct String { struct RefPtr { struct StringImpl {} *x_1_4_1; } x_1_3_1; } x_4_2_1; } x_7_1_4; struct RefPtr { struct Frame {} *x_5_2_1; } x_7_1_5; struct Frame {} *x_7_1_6; struct RefPtr { struct Frame {} *x_7_2_1; } x_7_1_7; struct Frame {} *x_7_1_8; unsigned int x_7_1_9; } x7; }*)_web_frame:(void *)arg1; // needs 1 arg types, found 25: /* Warning: Unrecognized filer type: '}' using 'void*' */ void*, struct HTMLFrameOwnerElement {}*, struct RefPtr { struct FrameView {} *x1; }, struct RefPtr { struct Document {} *x1; }, struct unique_ptr > { struct __compressed_pair > { struct ScriptController {} *x_1_1_1; } x1; }, struct unique_ptr > { struct __compressed_pair > { struct Editor {} *x_1_1_1; } x1; }, struct unique_ptr > { struct __compressed_pair > { struct FrameSelection {} *x_1_1_1; } x1; }, struct unique_ptr > { struct __compressed_pair > { struct AnimationController {} *x_1_1_1; } x1; }, struct RetainPtr { void *x1; }, struct Timer { int (**x1)(); double x2; double x3; double x4; int x5; unsigned int x6; struct Vector {} *x7; struct function={type=[12C] {} x8; struct __base {} *x9; }, void*, float, struct IntPoint { int x1; int x2; }, struct ViewportArguments { int x1; float x2; float x3; float x4; float x5; float x6; float x7; float x8; float x9; float x10; float x11; float x12; float x13; bool x14; }, bool, struct VisibleSelection { struct Position { struct RefPtr { struct Node {} *x_1_2_1; } x_1_1_1; int x_1_1_2; unsigned int x_1_1_3 : 3; unsigned int x_1_1_4 : 1; } x1; struct Position { struct RefPtr { struct Node {} *x_1_2_1; } x_2_1_1; int x_2_1_2; unsigned int x_2_1_3 : 3; unsigned int x_2_1_4 : 1; } x2; struct Position { struct RefPtr { struct Node {} *x_1_2_1; } x_3_1_1; int x_3_1_2; unsigned int x_3_1_3 : 3; unsigned int x_3_1_4 : 1; } x3; struct Position { struct RefPtr { struct Node {} *x_1_2_1; } x_4_1_1; int x_4_1_2; unsigned int x_4_1_3 : 3; unsigned int x_4_1_4 : 1; } x4; int x5; int x6; unsigned int x7 : 1; unsigned int x8 : 1; }, struct VisibleSelection { struct Position { struct RefPtr { struct Node {} *x_1_2_1; } x_1_1_1; int x_1_1_2; unsigned int x_1_1_3 : 3; unsigned int x_1_1_4 : 1; } x1; struct Position { struct RefPtr { struct Node {} *x_1_2_1; } x_2_1_1; int x_2_1_2; unsigned int x_2_1_3 : 3; unsigned int x_2_1_4 : 1; } x2; struct Position { struct RefPtr { struct Node {} *x_1_2_1; } x_3_1_1; int x_3_1_2; unsigned int x_3_1_3 : 3; unsigned int x_3_1_4 : 1; } x3; struct Position { struct RefPtr { struct Node {} *x_1_2_1; } x_4_1_1; int x_4_1_2; unsigned int x_4_1_3 : 3; unsigned int x_4_1_4 : 1; } x4; int x5; int x6; unsigned int x7 : 1; unsigned int x8 : 1; }, float, float, int, bool, struct unique_ptr > { struct __compressed_pair > { struct EventHandler {} *x_1_1_1; } x1; }, void*, id, SEL +- (struct Frame { int (**x1)(); struct atomic { int x_2_1_1; } x2; struct HashSet, WTF::HashTraits > { struct HashTable, WTF::HashTraits, WTF::HashTraits > { struct FrameDestructionObserver {} **x_1_2_1; unsigned int x_1_2_2; unsigned int x_1_2_3; unsigned int x_1_2_4; unsigned int x_1_2_5; } x_3_1_1; } x3; struct MainFrame {} *x4; struct Page {} *x5; struct RefPtr { struct Settings {} *x_6_1_1; } x6; struct FrameTree { struct Frame {} *x_7_1_1; struct Frame {} *x_7_1_2; struct AtomicString { struct String { struct RefPtr { struct StringImpl {} *x_1_4_1; } x_1_3_1; } x_3_2_1; } x_7_1_3; struct AtomicString { struct String { struct RefPtr { struct StringImpl {} *x_1_4_1; } x_1_3_1; } x_4_2_1; } x_7_1_4; struct RefPtr { struct Frame {} *x_5_2_1; } x_7_1_5; struct Frame {} *x_7_1_6; struct RefPtr { struct Frame {} *x_7_2_1; } x_7_1_7; struct Frame {} *x_7_1_8; unsigned int x_7_1_9; } x7; }*)_web_frame:(void *)arg1; // needs 1 arg types, found 26: /* Warning: Unrecognized filer type: '}' using 'void*' */ void*, struct HTMLFrameOwnerElement {}*, struct RefPtr { struct FrameView {} *x1; }, struct RefPtr { struct Document {} *x1; }, struct unique_ptr > { struct __compressed_pair > { struct ScriptController {} *x_1_1_1; } x1; }, struct unique_ptr > { struct __compressed_pair > { struct Editor {} *x_1_1_1; } x1; }, struct unique_ptr > { struct __compressed_pair > { struct FrameSelection {} *x_1_1_1; } x1; }, struct unique_ptr > { struct __compressed_pair > { struct AnimationController {} *x_1_1_1; } x1; }, struct RetainPtr { void *x1; }, struct Timer { int (**x1)(); double x2; double x3; double x4; int x5; unsigned int x6; struct Vector {} *x7; struct function={type=[12C] {} x8; struct __base {} *x9; }, void*, float, struct IntPoint { int x1; int x2; }, struct ViewportArguments { int x1; float x2; float x3; float x4; float x5; float x6; float x7; float x8; float x9; float x10; float x11; float x12; float x13; bool x14; }, bool, struct VisibleSelection { struct Position { struct RefPtr { struct Node {} *x_1_2_1; } x_1_1_1; int x_1_1_2; unsigned int x_1_1_3 : 3; unsigned int x_1_1_4 : 1; } x1; struct Position { struct RefPtr { struct Node {} *x_1_2_1; } x_2_1_1; int x_2_1_2; unsigned int x_2_1_3 : 3; unsigned int x_2_1_4 : 1; } x2; struct Position { struct RefPtr { struct Node {} *x_1_2_1; } x_3_1_1; int x_3_1_2; unsigned int x_3_1_3 : 3; unsigned int x_3_1_4 : 1; } x3; struct Position { struct RefPtr { struct Node {} *x_1_2_1; } x_4_1_1; int x_4_1_2; unsigned int x_4_1_3 : 3; unsigned int x_4_1_4 : 1; } x4; int x5; int x6; unsigned int x7 : 1; unsigned int x8 : 1; }, struct VisibleSelection { struct Position { struct RefPtr { struct Node {} *x_1_2_1; } x_1_1_1; int x_1_1_2; unsigned int x_1_1_3 : 3; unsigned int x_1_1_4 : 1; } x1; struct Position { struct RefPtr { struct Node {} *x_1_2_1; } x_2_1_1; int x_2_1_2; unsigned int x_2_1_3 : 3; unsigned int x_2_1_4 : 1; } x2; struct Position { struct RefPtr { struct Node {} *x_1_2_1; } x_3_1_1; int x_3_1_2; unsigned int x_3_1_3 : 3; unsigned int x_3_1_4 : 1; } x3; struct Position { struct RefPtr { struct Node {} *x_1_2_1; } x_4_1_1; int x_4_1_2; unsigned int x_4_1_3 : 3; unsigned int x_4_1_4 : 1; } x4; int x5; int x6; unsigned int x7 : 1; unsigned int x8 : 1; }, float, float, int, bool, bool, struct unique_ptr > { struct __compressed_pair > { struct EventHandler {} *x_1_1_1; } x1; }, void*, id, SEL @end diff --git a/protocols/WiFiShimDelegate.h b/protocols/WiFiShimDelegate.h new file mode 100644 index 0000000000..07cc62cf38 --- /dev/null +++ b/protocols/WiFiShimDelegate.h @@ -0,0 +1,13 @@ +/* Generated by RuntimeBrowser. + */ + +@protocol WiFiShimDelegate + +@optional + +- (void)wifiShim_BSSIDChangedForInterface:(NSString *)arg1; +- (void)wifiShim_L2NewMetrics:(NSDictionary *)arg1 forInterface:(NSString *)arg2; +- (void)wifiShim_RSSIChangedTo:(int)arg1 forInterface:(NSString *)arg2; +- (void)wifiShim_WiFiManagerHasRestarted; + +@end diff --git a/protocols/_EARWordPart_JSExport.h b/protocols/_EARWordPart_JSExport.h deleted file mode 100644 index 1fe876d2dd..0000000000 --- a/protocols/_EARWordPart_JSExport.h +++ /dev/null @@ -1,12 +0,0 @@ -/* Generated by RuntimeBrowser. - */ - -@protocol _EARWordPart_JSExport - -@required - -- (NSString *)getOrthography; -- (NSArray *)getPronuncations; -- (NSString *)getTagName; - -@end diff --git a/protocols/_IKDOMNode.h b/protocols/_IKDOMNode.h new file mode 100644 index 0000000000..fe6f98baf8 --- /dev/null +++ b/protocols/_IKDOMNode.h @@ -0,0 +1,11 @@ +/* Generated by RuntimeBrowser. + */ + +@protocol _IKDOMNode + +@required + +- (IKJSDataItem *)dataItem; +- (void)setDataItem:(IKJSDataItem *)arg1; + +@end diff --git a/protocols/_IKDOMNodeProxy.h b/protocols/_IKDOMNodeProxy.h new file mode 100644 index 0000000000..6df90a5bd7 --- /dev/null +++ b/protocols/_IKDOMNodeProxy.h @@ -0,0 +1,10 @@ +/* Generated by RuntimeBrowser. + */ + +@protocol _IKDOMNodeProxy <_IKPrivateProxy> + +@required + +- (<_IKDOMNode> *)asPrivateIKDOMNode; + +@end diff --git a/protocols/_IKJSApplication.h b/protocols/_IKJSApplication.h new file mode 100644 index 0000000000..a561d093dd --- /dev/null +++ b/protocols/_IKJSApplication.h @@ -0,0 +1,11 @@ +/* Generated by RuntimeBrowser. + */ + +@protocol _IKJSApplication + +@required + +- (NSDictionary *)traitCollection; +- (void)update; + +@end diff --git a/protocols/_IKJSApplicationProxy.h b/protocols/_IKJSApplicationProxy.h new file mode 100644 index 0000000000..3e12e9ef4a --- /dev/null +++ b/protocols/_IKJSApplicationProxy.h @@ -0,0 +1,10 @@ +/* Generated by RuntimeBrowser. + */ + +@protocol _IKJSApplicationProxy <_IKPrivateProxy> + +@required + +- (<_IKJSApplication> *)asPrivateIKJSApplication; + +@end diff --git a/protocols/_IKJSDOMDocument.h b/protocols/_IKJSDOMDocument.h new file mode 100644 index 0000000000..5887fb1807 --- /dev/null +++ b/protocols/_IKJSDOMDocument.h @@ -0,0 +1,15 @@ +/* Generated by RuntimeBrowser. + */ + +@protocol _IKJSDOMDocument + +@required + +- (NSArray *)matchingImpressions:(NSString *)arg1 :(JSValue *)arg2; +- (NSArray *)recordedImpressions:(JSValue *)arg1; +- (void)replace:(IKDOMDocument *)arg1; +- (void)runTest:(NSString *)arg1 :(NSDictionary *)arg2; +- (void)scrollToTop; +- (NSArray *)snapshotImpressions; + +@end diff --git a/protocols/_IKJSDOMDocumentProxy.h b/protocols/_IKJSDOMDocumentProxy.h new file mode 100644 index 0000000000..e71643a3ae --- /dev/null +++ b/protocols/_IKJSDOMDocumentProxy.h @@ -0,0 +1,10 @@ +/* Generated by RuntimeBrowser. + */ + +@protocol _IKJSDOMDocumentProxy <_IKPrivateProxy> + +@required + +- (<_IKJSDOMDocument> *)asPrivateIKJSDOMDocument; + +@end diff --git a/protocols/_IKJSDOMElement.h b/protocols/_IKJSDOMElement.h new file mode 100644 index 0000000000..e03447b2a9 --- /dev/null +++ b/protocols/_IKJSDOMElement.h @@ -0,0 +1,6 @@ +/* Generated by RuntimeBrowser. + */ + +@protocol _IKJSDOMElement + +@end diff --git a/protocols/_IKJSDOMElementProxy.h b/protocols/_IKJSDOMElementProxy.h new file mode 100644 index 0000000000..acaa8ca42f --- /dev/null +++ b/protocols/_IKJSDOMElementProxy.h @@ -0,0 +1,10 @@ +/* Generated by RuntimeBrowser. + */ + +@protocol _IKJSDOMElementProxy <_IKPrivateProxy> + +@required + +- (<_IKJSDOMElement> *)asPrivateIKJSDOMElement; + +@end diff --git a/protocols/_IKJSDataItem.h b/protocols/_IKJSDataItem.h new file mode 100644 index 0000000000..78877749a0 --- /dev/null +++ b/protocols/_IKJSDataItem.h @@ -0,0 +1,15 @@ +/* Generated by RuntimeBrowser. + */ + +@protocol _IKJSDataItem + +@required + +- (JSValue *)getPropertyPath:(NSString *)arg1; +- (NSString *)identifier; +- (id)initWithType:(NSString *)arg1 :(NSString *)arg2; +- (void)setPropertyPath:(NSString *)arg1 :(JSValue *)arg2; +- (void)touchPropertyPath:(NSString *)arg1; +- (NSString *)type; + +@end diff --git a/protocols/_IKJSDataItemProxy.h b/protocols/_IKJSDataItemProxy.h new file mode 100644 index 0000000000..c2f925a9a2 --- /dev/null +++ b/protocols/_IKJSDataItemProxy.h @@ -0,0 +1,10 @@ +/* Generated by RuntimeBrowser. + */ + +@protocol _IKJSDataItemProxy <_IKPrivateProxy> + +@required + +- (<_IKJSDataItem> *)asPrivateIKJSDataItem; + +@end diff --git a/protocols/_IKJSDevice.h b/protocols/_IKJSDevice.h new file mode 100644 index 0000000000..69ccd3886e --- /dev/null +++ b/protocols/_IKJSDevice.h @@ -0,0 +1,16 @@ +/* Generated by RuntimeBrowser. + */ + +@protocol _IKJSDevice + +@required + +- (NSNumber *)capacity:(NSString *)arg1; +- (BOOL)isInAirplaneMode; +- (BOOL)isInRetailDemoMode; +- (double)lastNetworkChangedTime; +- (NSString *)networkType; +- (NSNumber *)pixelRatio; +- (NSString *)vendorID; + +@end diff --git a/protocols/_IKJSDeviceProxy.h b/protocols/_IKJSDeviceProxy.h new file mode 100644 index 0000000000..a333af9955 --- /dev/null +++ b/protocols/_IKJSDeviceProxy.h @@ -0,0 +1,10 @@ +/* Generated by RuntimeBrowser. + */ + +@protocol _IKJSDeviceProxy <_IKPrivateProxy> + +@required + +- (<_IKJSDevice> *)asPrivateIKJSDevice; + +@end diff --git a/protocols/_IKJSDeviceSettings.h b/protocols/_IKJSDeviceSettings.h new file mode 100644 index 0000000000..1026a0ef0f --- /dev/null +++ b/protocols/_IKJSDeviceSettings.h @@ -0,0 +1,15 @@ +/* Generated by RuntimeBrowser. + */ + +@protocol _IKJSDeviceSettings + +@required + +- (IKJSRestrictions *)Restrictions; +- (struct CGSize { float x1; float x2; })Screen; +- (NSString *)name; +- (NSString *)preferredVideoFormat; +- (NSString *)preferredVideoPreviewFormat; +- (struct CGSize { float x1; float x2; })screen; + +@end diff --git a/protocols/_IKJSDeviceSettingsProxy.h b/protocols/_IKJSDeviceSettingsProxy.h new file mode 100644 index 0000000000..2fd79daecf --- /dev/null +++ b/protocols/_IKJSDeviceSettingsProxy.h @@ -0,0 +1,10 @@ +/* Generated by RuntimeBrowser. + */ + +@protocol _IKJSDeviceSettingsProxy <_IKPrivateProxy> + +@required + +- (<_IKJSDeviceSettings> *)asPrivateIKJSDeviceSettings; + +@end diff --git a/protocols/_IKJSITunesStore.h b/protocols/_IKJSITunesStore.h new file mode 100644 index 0000000000..5628158d1b --- /dev/null +++ b/protocols/_IKJSITunesStore.h @@ -0,0 +1,33 @@ +/* Generated by RuntimeBrowser. + */ + +@protocol _IKJSITunesStore + +@required + +- (NSString *)DSID; +- (NSDictionary *)accountInfo; +- (void)authenticate:(NSDictionary *)arg1 :(JSValue *)arg2; +- (void)clearCookies; +- (id)cookie; +- (NSString *)cookieURL; +- (NSDictionary *)eligibilityForService:(NSDictionary *)arg1; +- (void)evaluateScripts:(NSArray *)arg1 :(JSValue *)arg2; +- (void)flushUnreportedEvents; +- (JSValue *)getBag; +- (void)getServiceEligibility:(NSDictionary *)arg1 :(JSValue *)arg2; +- (void)invalidateBag; +- (BOOL)isManagedAppleID; +- (void)loadStoreContent:(NSDictionary *)arg1 :(JSValue *)arg2; +- (id)makeStoreXMLHttpRequest; +- (NSString *)networkConnectionType; +- (void)recordEvent:(NSString *)arg1 :(NSDictionary *)arg2; +- (void)setCookie:(id)arg1; +- (void)setCookieURL:(NSString *)arg1; +- (void)setStorefront:(NSString *)arg1; +- (void)signOut; +- (NSString *)storefront; +- (void)updateServiceEligibility:(NSDictionary *)arg1; +- (NSString *)userAgent; + +@end diff --git a/protocols/_IKJSITunesStoreProxy.h b/protocols/_IKJSITunesStoreProxy.h new file mode 100644 index 0000000000..31419ed87a --- /dev/null +++ b/protocols/_IKJSITunesStoreProxy.h @@ -0,0 +1,10 @@ +/* Generated by RuntimeBrowser. + */ + +@protocol _IKJSITunesStoreProxy <_IKPrivateProxy> + +@required + +- (<_IKJSITunesStore> *)asPrivateIKJSITunesStore; + +@end diff --git a/protocols/_IKJSImpression.h b/protocols/_IKJSImpression.h new file mode 100644 index 0000000000..4554443420 --- /dev/null +++ b/protocols/_IKJSImpression.h @@ -0,0 +1,15 @@ +/* Generated by RuntimeBrowser. + */ + +@protocol _IKJSImpression + +@required + +- (NSArray *)children; +- (NSString *)data; +- (NSString *)impressionQueueTag; +- (long)index; +- (id)parent; +- (NSArray *)timestamps; + +@end diff --git a/protocols/_IKJSImpressionProxy.h b/protocols/_IKJSImpressionProxy.h new file mode 100644 index 0000000000..fd48d6644b --- /dev/null +++ b/protocols/_IKJSImpressionProxy.h @@ -0,0 +1,10 @@ +/* Generated by RuntimeBrowser. + */ + +@protocol _IKJSImpressionProxy <_IKPrivateProxy> + +@required + +- (<_IKJSImpression> *)asPrivateIKJSImpression; + +@end diff --git a/protocols/_IKJSLegacyPlayer.h b/protocols/_IKJSLegacyPlayer.h new file mode 100644 index 0000000000..9e9b49b46b --- /dev/null +++ b/protocols/_IKJSLegacyPlayer.h @@ -0,0 +1,10 @@ +/* Generated by RuntimeBrowser. + */ + +@protocol _IKJSLegacyPlayer + +@required + +- (IKDOMElement *)currentAVMediaElement; + +@end diff --git a/protocols/_IKJSLegacyPlayerProxy.h b/protocols/_IKJSLegacyPlayerProxy.h new file mode 100644 index 0000000000..b10cb2c38b --- /dev/null +++ b/protocols/_IKJSLegacyPlayerProxy.h @@ -0,0 +1,10 @@ +/* Generated by RuntimeBrowser. + */ + +@protocol _IKJSLegacyPlayerProxy <_IKPrivateProxy> + +@required + +- (<_IKJSLegacyPlayer> *)asPrivateIKJSLegacyPlayer; + +@end diff --git a/protocols/_IKJSRestrictions.h b/protocols/_IKJSRestrictions.h new file mode 100644 index 0000000000..b9508025ab --- /dev/null +++ b/protocols/_IKJSRestrictions.h @@ -0,0 +1,14 @@ +/* Generated by RuntimeBrowser. + */ + +@protocol _IKJSRestrictions + +@required + +- (BOOL)allowArtistActivity; +- (BOOL)appAnalyticsAllowed; +- (BOOL)appInstallationAllowed; +- (int)maxAppRank; +- (NSString *)maxAppRating; + +@end diff --git a/protocols/_IKJSRestrictionsProxy.h b/protocols/_IKJSRestrictionsProxy.h new file mode 100644 index 0000000000..d92ad80aa2 --- /dev/null +++ b/protocols/_IKJSRestrictionsProxy.h @@ -0,0 +1,10 @@ +/* Generated by RuntimeBrowser. + */ + +@protocol _IKJSRestrictionsProxy <_IKPrivateProxy> + +@required + +- (<_IKJSRestrictions> *)asPrivateIKJSRestrictions; + +@end diff --git a/protocols/_IKJSTabBar.h b/protocols/_IKJSTabBar.h new file mode 100644 index 0000000000..b4a5160b3a --- /dev/null +++ b/protocols/_IKJSTabBar.h @@ -0,0 +1,13 @@ +/* Generated by RuntimeBrowser. + */ + +@protocol _IKJSTabBar + +@required + +- (IKJSTabBarItem *)selectedTab; +- (void)setSelectedTab:(IKJSTabBarItem *)arg1; +- (void)setTabs:(NSArray *)arg1; +- (NSArray *)tabs; + +@end diff --git a/protocols/_IKJSTabBarItem.h b/protocols/_IKJSTabBarItem.h new file mode 100644 index 0000000000..096f2255c3 --- /dev/null +++ b/protocols/_IKJSTabBarItem.h @@ -0,0 +1,11 @@ +/* Generated by RuntimeBrowser. + */ + +@protocol _IKJSTabBarItem + +@required + +- (NSString *)identifier; +- (IKJSNavigationDocument *)navigationDocument; + +@end diff --git a/protocols/_IKJSTabBarItemProxy.h b/protocols/_IKJSTabBarItemProxy.h new file mode 100644 index 0000000000..0ea9faee6c --- /dev/null +++ b/protocols/_IKJSTabBarItemProxy.h @@ -0,0 +1,10 @@ +/* Generated by RuntimeBrowser. + */ + +@protocol _IKJSTabBarItemProxy <_IKPrivateProxy> + +@required + +- (<_IKJSTabBarItem> *)asPrivateIKJSTabBarItem; + +@end diff --git a/protocols/_IKJSTabBarProxy.h b/protocols/_IKJSTabBarProxy.h new file mode 100644 index 0000000000..b1ed40d47b --- /dev/null +++ b/protocols/_IKJSTabBarProxy.h @@ -0,0 +1,10 @@ +/* Generated by RuntimeBrowser. + */ + +@protocol _IKJSTabBarProxy <_IKPrivateProxy> + +@required + +- (<_IKJSTabBar> *)asPrivateIKJSTabBar; + +@end diff --git a/protocols/_IKPrivateProxy.h b/protocols/_IKPrivateProxy.h new file mode 100644 index 0000000000..00ffa775e0 --- /dev/null +++ b/protocols/_IKPrivateProxy.h @@ -0,0 +1,6 @@ +/* Generated by RuntimeBrowser. + */ + +@protocol _IKPrivateProxy + +@end diff --git a/protocols/_MKPlaceViewControllerDelegate.h b/protocols/_MKPlaceViewControllerDelegate.h index 741043415a..48cd595a71 100644 --- a/protocols/_MKPlaceViewControllerDelegate.h +++ b/protocols/_MKPlaceViewControllerDelegate.h @@ -31,6 +31,7 @@ - (void)placeViewControllerDidSelectMoreInfo:(_MKPlaceViewController *)arg1; - (void)placeViewControllerDidSelectOnePhoto:(_MKPlaceViewController *)arg1; - (void)placeViewControllerDidSelectOneReview:(_MKPlaceViewController *)arg1; +- (void)placeViewControllerDidSelectRemoveMarker:(_MKPlaceViewController *)arg1; - (void)placeViewControllerDidSelectReportAProblem:(_MKPlaceViewController *)arg1; - (void)placeViewControllerDidSelectShareLocation:(_MKPlaceViewController *)arg1; - (void)placeViewControllerDidSelectWriteAReview:(_MKPlaceViewController *)arg1; diff --git a/protocols/_NCWidgetViewController_Service_IPC.h b/protocols/_NCWidgetViewController_Service_IPC.h index 9125bb85ce..e267256bc5 100644 --- a/protocols/_NCWidgetViewController_Service_IPC.h +++ b/protocols/_NCWidgetViewController_Service_IPC.h @@ -10,6 +10,7 @@ - (void)__performUpdateWithReplyHandler:(void *)arg1; // needs 1 arg types, found 7: id /* block */, /* Warning: Unrecognized filer type: '<' using 'void*' */ void*, void, id /* block */, unsigned int, BOOL, void* - (void)__prepareForAnimationsForRequestWithIdentifier:(void *)arg1 withReplyHandler:(void *)arg2; // needs 2 arg types, found 6: NSUUID *, id /* block */, /* Warning: Unrecognized filer type: '<' using 'void*' */ void*, void, id /* block */, void* - (void)__requestEncodedLayerTreeToURL:(void *)arg1 withReplyHandler:(void *)arg2; // needs 2 arg types, found 7: NSURL *, id /* block */, /* Warning: Unrecognized filer type: '<' using 'void*' */ void*, void, id /* block */, NSError *, void* +- (void)__updateVisibilityState:(int)arg1; - (void)__viewWillTransitionToSize:(struct CGSize { float x1; float x2; })arg1 requestIdentifier:(NSUUID *)arg2; @optional diff --git a/protocols/_SGDSuggestManagerBaseProtocol.h b/protocols/_SGDSuggestManagerBaseProtocol.h index faf7361539..6000fb939b 100644 --- a/protocols/_SGDSuggestManagerBaseProtocol.h +++ b/protocols/_SGDSuggestManagerBaseProtocol.h @@ -1,11 +1,12 @@ /* Generated by RuntimeBrowser. */ -@protocol _SGDSuggestManagerBaseProtocol +@protocol _SGDSuggestManagerBaseProtocol <_SGDSuggestManagerMetricsProtocol> @required - (void)isEnabledWithCompletion:(void *)arg1; // needs 1 arg types, found 7: id /* block */, /* Warning: Unrecognized filer type: '<' using 'void*' */ void*, void, id /* block */, BOOL, NSError *, void* - (void)keepDirty:(BOOL)arg1; +- (void)noopWithCompletion:(void *)arg1; // needs 1 arg types, found 6: id /* block */, /* Warning: Unrecognized filer type: '<' using 'void*' */ void*, void, id /* block */, NSError *, void* @end diff --git a/protocols/_SGDSuggestManagerMetricsProtocol.h b/protocols/_SGDSuggestManagerMetricsProtocol.h new file mode 100644 index 0000000000..4ff141501c --- /dev/null +++ b/protocols/_SGDSuggestManagerMetricsProtocol.h @@ -0,0 +1,15 @@ +/* Generated by RuntimeBrowser. + */ + +@protocol _SGDSuggestManagerMetricsProtocol + +@required + +- (void)logMetricAutocompleteUserSelectedRecordId:(SGRecordId *)arg1 contactIdentifier:(NSString *)arg2 bundleId:(NSString *)arg3; +- (void)logMetricContactCreated:(SGRecordId *)arg1 contactIdentifier:(NSString *)arg2 bundleId:(NSString *)arg3; +- (void)logMetricContactSearchResultSelected:(SGRecordId *)arg1 contactIdentifier:(NSString *)arg2 bundleId:(NSString *)arg3; +- (void)logMetricSearchResultsIncludedPureSuggestionWithBundleId:(NSString *)arg1; +- (void)logMetricSuggestedContactDetailShown:(SGRecordId *)arg1 contactIdentifier:(NSString *)arg2 bundleId:(NSString *)arg3; +- (void)logMetricSuggestedContactDetailUsed:(SGRecordId *)arg1 contactIdentifier:(NSString *)arg2 bundleId:(NSString *)arg3; + +@end diff --git a/protocols/_SGSuggestionsServiceBaseProtocol.h b/protocols/_SGSuggestionsServiceBaseProtocol.h index 991289020f..669b49ee1a 100644 --- a/protocols/_SGSuggestionsServiceBaseProtocol.h +++ b/protocols/_SGSuggestionsServiceBaseProtocol.h @@ -1,7 +1,7 @@ /* Generated by RuntimeBrowser. */ -@protocol _SGSuggestionsServiceBaseProtocol +@protocol _SGSuggestionsServiceBaseProtocol <_SGSuggestionsServiceMetricsProtocol> @required diff --git a/protocols/_SGSuggestionsServiceMetricsProtocol.h b/protocols/_SGSuggestionsServiceMetricsProtocol.h new file mode 100644 index 0000000000..74e808e031 --- /dev/null +++ b/protocols/_SGSuggestionsServiceMetricsProtocol.h @@ -0,0 +1,15 @@ +/* Generated by RuntimeBrowser. + */ + +@protocol _SGSuggestionsServiceMetricsProtocol + +@required + +- (void)logMetricAutocompleteUserSelectedRecordId:(SGRecordId *)arg1 contactIdentifier:(NSString *)arg2 bundleId:(NSString *)arg3; +- (void)logMetricContactCreated:(SGRecordId *)arg1 contactIdentifier:(NSString *)arg2 bundleId:(NSString *)arg3; +- (void)logMetricContactSearchResultSelected:(SGRecordId *)arg1 contactIdentifier:(NSString *)arg2 bundleId:(NSString *)arg3; +- (void)logMetricSearchResultsIncludedPureSuggestionWithBundleId:(NSString *)arg1; +- (void)logMetricSuggestedContactDetailShown:(SGRecordId *)arg1 contactIdentifier:(NSString *)arg2 bundleId:(NSString *)arg3; +- (void)logMetricSuggestedContactDetailUsed:(SGRecordId *)arg1 contactIdentifier:(NSString *)arg2 bundleId:(NSString *)arg3; + +@end diff --git a/protocols/_TVAppNavigationBarDisplayConfiguring.h b/protocols/_TVAppNavigationBarDisplayConfiguring.h new file mode 100644 index 0000000000..86ec602624 --- /dev/null +++ b/protocols/_TVAppNavigationBarDisplayConfiguring.h @@ -0,0 +1,20 @@ +/* Generated by RuntimeBrowser. + */ + +@protocol _TVAppNavigationBarDisplayConfiguring + +@required + +- (UIColor *)navigationBarTintColor; +- (BOOL)prefersNavigationBarBackgroundViewHidden; + +@optional + +- (BOOL)animateAppearanceUpdate; +- (int)navigationBarTintAdjustmentMode; +- (UIColor *)navigationBarTitleTextTintColor; +- (BOOL)prefersNavigationBarHidden; +- (BOOL)prefersStatusBarBlurHidden; +- (BOOL)prefersStatusBarDarkTheme; + +@end diff --git a/protocols/_TVAppNavigationControllerDelegate.h b/protocols/_TVAppNavigationControllerDelegate.h new file mode 100644 index 0000000000..148f3680ec --- /dev/null +++ b/protocols/_TVAppNavigationControllerDelegate.h @@ -0,0 +1,13 @@ +/* Generated by RuntimeBrowser. + */ + +@protocol _TVAppNavigationControllerDelegate + +@optional + +- (BOOL)appNavigationController:(_TVAppNavigationController *)arg1 shouldDismissShroudForDocument:(IKAppDocument *)arg2; +- (BOOL)appNavigationController:(_TVAppNavigationController *)arg1 shouldIgnoreDismissalForViewController:(UIViewController *)arg2; +- (BOOL)appNavigationController:(_TVAppNavigationController *)arg1 shouldOverrideModalBehaviorForDocument:(IKAppDocument *)arg2 andExistingDocument:(IKAppDocument *)arg3; +- (void)appNavigationController:(_TVAppNavigationController *)arg1 willLoadAppDocumentWithController:(_TVAppDocumentController *)arg2; + +@end diff --git a/protocols/_TVCollectionViewDelegate.h b/protocols/_TVCollectionViewDelegate.h new file mode 100644 index 0000000000..585042d222 --- /dev/null +++ b/protocols/_TVCollectionViewDelegate.h @@ -0,0 +1,13 @@ +/* Generated by RuntimeBrowser. + */ + +@protocol _TVCollectionViewDelegate + +@optional + +- (void)collectionView:(_TVCollectionView *)arg1 didReceiveLongPressForItemAtIndexPath:(NSIndexPath *)arg2; +- (void)collectionView:(_TVCollectionView *)arg1 didReceivePhysicalPlayForItemAtIndexPath:(NSIndexPath *)arg2; +- (BOOL)collectionView:(_TVCollectionView *)arg1 shouldHandleLongPressForItemAtIndexPath:(NSIndexPath *)arg2; +- (BOOL)collectionViewCanBecomeFocused:(_TVCollectionView *)arg1; + +@end diff --git a/protocols/_TVConfirmationPreviewInteractionControllerDelegate.h b/protocols/_TVConfirmationPreviewInteractionControllerDelegate.h new file mode 100644 index 0000000000..8c15eeeaa0 --- /dev/null +++ b/protocols/_TVConfirmationPreviewInteractionControllerDelegate.h @@ -0,0 +1,10 @@ +/* Generated by RuntimeBrowser. + */ + +@protocol _TVConfirmationPreviewInteractionControllerDelegate + +@required + +- (void)_confirmationPreviewInteractionControllerShouldBegin; + +@end diff --git a/protocols/_TVListViewCellDelegate.h b/protocols/_TVListViewCellDelegate.h new file mode 100644 index 0000000000..0a64ff46f1 --- /dev/null +++ b/protocols/_TVListViewCellDelegate.h @@ -0,0 +1,10 @@ +/* Generated by RuntimeBrowser. + */ + +@protocol _TVListViewCellDelegate + +@required + +- (BOOL)listCell:(_TVListViewCell *)arg1 shouldAppearSelectedForPreviouslyFocusedView:(UIView *)arg2; + +@end diff --git a/protocols/_TVListViewControllerDelegate.h b/protocols/_TVListViewControllerDelegate.h new file mode 100644 index 0000000000..d06a8c9766 --- /dev/null +++ b/protocols/_TVListViewControllerDelegate.h @@ -0,0 +1,14 @@ +/* Generated by RuntimeBrowser. + */ + +@protocol _TVListViewControllerDelegate + +@required + +- (void)listViewController:(_TVListViewController *)arg1 updatePreviewViewController:(UIViewController *)arg2; + +@optional + +- (void)listViewController:(_TVListViewController *)arg1 didScrollWithScrollView:(UIScrollView *)arg2; + +@end diff --git a/protocols/_TVMenuBarStackViewDelegate.h b/protocols/_TVMenuBarStackViewDelegate.h new file mode 100644 index 0000000000..d329ad1c86 --- /dev/null +++ b/protocols/_TVMenuBarStackViewDelegate.h @@ -0,0 +1,11 @@ +/* Generated by RuntimeBrowser. + */ + +@protocol _TVMenuBarStackViewDelegate + +@required + +- (void)stackView:(_TVMenuBarStackView *)arg1 poppedToRootForIndex:(unsigned int)arg2; +- (void)stackView:(_TVMenuBarStackView *)arg1 selectedIndex:(unsigned int)arg2; + +@end diff --git a/protocols/_TVModalPresenterFocusing.h b/protocols/_TVModalPresenterFocusing.h new file mode 100644 index 0000000000..1f501d0d60 --- /dev/null +++ b/protocols/_TVModalPresenterFocusing.h @@ -0,0 +1,10 @@ +/* Generated by RuntimeBrowser. + */ + +@protocol _TVModalPresenterFocusing + +@required + +- (void)updatePreferredFocusedViewStateForFocus:(BOOL)arg1; + +@end diff --git a/protocols/_TVSearchBarDelegate.h b/protocols/_TVSearchBarDelegate.h new file mode 100644 index 0000000000..62e5bc4b74 --- /dev/null +++ b/protocols/_TVSearchBarDelegate.h @@ -0,0 +1,11 @@ +/* Generated by RuntimeBrowser. + */ + +@protocol _TVSearchBarDelegate + +@optional + +- (void)searchBarDidChangeText:(_TVSearchBar *)arg1; +- (void)searchBarDidSubmit:(_TVSearchBar *)arg1; + +@end diff --git a/protocols/_TVSearchTemplateViewDelegate.h b/protocols/_TVSearchTemplateViewDelegate.h new file mode 100644 index 0000000000..3a3560b4d7 --- /dev/null +++ b/protocols/_TVSearchTemplateViewDelegate.h @@ -0,0 +1,18 @@ +/* Generated by RuntimeBrowser. + */ + +@protocol _TVSearchTemplateViewDelegate + +@required + +- ( *)searchTemplateView:(_TVSearchTemplateView *)arg1 preferredFocusEnvironmentForKeyboard:(UIView *)arg2; + +@optional + +- (void)searchTemplateView:(_TVSearchTemplateView *)arg1 didAddKeyboard:(UIView *)arg2; +- (void)searchTemplateView:(_TVSearchTemplateView *)arg1 didOffsetOriginForCollectionView:(UICollectionView *)arg2; +- (void)searchTemplateView:(_TVSearchTemplateView *)arg1 didRemoveKeyboard:(UIView *)arg2; +- (void)searchTemplateView:(_TVSearchTemplateView *)arg1 willAddKeyboard:(UIView *)arg2; +- (void)searchTemplateView:(_TVSearchTemplateView *)arg1 willRemoveKeyboard:(UIView *)arg2; + +@end diff --git a/protocols/_TVSubviewPreloading.h b/protocols/_TVSubviewPreloading.h new file mode 100644 index 0000000000..4f3781552d --- /dev/null +++ b/protocols/_TVSubviewPreloading.h @@ -0,0 +1,10 @@ +/* Generated by RuntimeBrowser. + */ + +@protocol _TVSubviewPreloading + +@required + +- (void)preloadSubviewsInRect:(struct CGRect { struct CGPoint { float x_1_1_1; float x_1_1_2; } x1; struct CGSize { float x_2_1_1; float x_2_1_2; } x2; })arg1; + +@end diff --git a/protocols/_UNNotificationExtensionHostDelegate.h b/protocols/_UNNotificationExtensionHostDelegate.h index 8ee67d11fc..930ffbb937 100644 --- a/protocols/_UNNotificationExtensionHostDelegate.h +++ b/protocols/_UNNotificationExtensionHostDelegate.h @@ -8,6 +8,7 @@ - (void)notificationHost:(_UNNotificationExtensionHostViewController *)arg1 extensionDidCompleteResponse:(UNNotificationResponse *)arg2 withOption:(unsigned int)arg3; - (void)notificationHostExtension:(_UNNotificationExtensionHostViewController *)arg1 audioAccessoryViewLayerContextId:(unsigned int)arg2; - (void)notificationHostExtension:(_UNNotificationExtensionHostViewController *)arg1 setDismissEnabled:(BOOL)arg2; +- (void)notificationHostExtension:(_UNNotificationExtensionHostViewController *)arg1 setTitle:(NSString *)arg2; - (void)notificationHostExtensionDidUpdateControls:(_UNNotificationExtensionHostViewController *)arg1; - (void)notificationHostExtensionMediaPlayingDidPause:(_UNNotificationExtensionHostViewController *)arg1; - (void)notificationHostExtensionMediaPlayingDidStart:(_UNNotificationExtensionHostViewController *)arg1; diff --git a/protocols/_UNNotificationExtensionHostInterface.h b/protocols/_UNNotificationExtensionHostInterface.h index ac47ecf503..be37c4ebfe 100644 --- a/protocols/_UNNotificationExtensionHostInterface.h +++ b/protocols/_UNNotificationExtensionHostInterface.h @@ -15,6 +15,7 @@ - (void)_extensionSetPlayPauseMediaButtonColor:(UIColor *)arg1; - (void)_extensionSetPlayPauseMediaButtonFrame:(struct CGRect { struct CGPoint { float x_1_1_1; float x_1_1_2; } x1; struct CGSize { float x_2_1_1; float x_2_1_2; } x2; })arg1; - (void)_extensionSetPlayPauseMediaButtonType:(unsigned int)arg1; +- (void)_extensionSetTitle:(NSString *)arg1; - (void)_extensionWantsToBecomeFirstResponder:(BOOL)arg1; - (void)_extensionWantsToReceiveActionResponses:(BOOL)arg1; diff --git a/protocols/__TVShelfViewControllerDelegate.h b/protocols/__TVShelfViewControllerDelegate.h new file mode 100644 index 0000000000..43b7f7ce62 --- /dev/null +++ b/protocols/__TVShelfViewControllerDelegate.h @@ -0,0 +1,10 @@ +/* Generated by RuntimeBrowser. + */ + +@protocol __TVShelfViewControllerDelegate + +@required + +- (void)shelfViewController:(_TVShelfViewController *)arg1 updateRelatedView:(UIView *)arg2; + +@end diff --git a/protocols/flowDispositionObserver.h b/protocols/flowDispositionObserver.h new file mode 100644 index 0000000000..7284dcb8b0 --- /dev/null +++ b/protocols/flowDispositionObserver.h @@ -0,0 +1,14 @@ +/* Generated by RuntimeBrowser. + */ + +@protocol flowDispositionObserver + +@required + +- (void)configurePolicies:(NSArray *)arg1; +- (bool)enabled; +- (unsigned int)noteFlow:(TrackedFlow *)arg1 withDisposition:(unsigned int)arg2 present:(bool)arg3 trackedBy:(AppTracker *)arg4; +- (void)noteForegroundState:(bool)arg1 forApp:(NSString *)arg2 hasForegroundApps:(bool)arg3; +- (void)setEnabled:(bool)arg1; + +@end