Skip to content

Commit 995b3bb

Browse files
committed
iOS 10.2
1 parent 4c6c88f commit 995b3bb

File tree

2,904 files changed

+32803
-7699
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

2,904 files changed

+32803
-7699
lines changed

Frameworks/AVFoundation.framework/AVAsset.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,7 @@
105105
- (id)metadataForFormat:(id)arg1;
106106
- (struct CGSize { float x1; float x2; })naturalSize;
107107
- (int)naturalTimeScale;
108+
- (struct { long long x1; int x2; unsigned int x3; long long x4; })overallDurationHint;
108109
- (id)preferredMediaSelection;
109110
- (float)preferredRate;
110111
- (float)preferredSoundCheckVolumeNormalization;
@@ -156,6 +157,7 @@
156157
- (id)vcp_enabledTracksWithMediaType:(id)arg1;
157158
- (id)vcp_firstEnabledTrackWithMediaType:(id)arg1;
158159
- (BOOL)vcp_isMontage;
160+
- (BOOL)vcp_isShortMovie;
159161

160162
// Image: /System/Library/PrivateFrameworks/VoiceMemos.framework/VoiceMemos
161163

Frameworks/AVFoundation.framework/AVAssetImageGenerator.h

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,6 @@
1515
@property (nonatomic) struct { long long x1; int x2; unsigned int x3; long long x4; } requestedTimeToleranceBefore;
1616
@property (nonatomic, copy) AVVideoComposition *videoComposition;
1717

18-
// Image: /System/Library/Frameworks/AVFoundation.framework/AVFoundation
19-
2018
+ (id)assetImageGeneratorWithAsset:(id)arg1;
2119

2220
- (id)_NSErrorForError:(long)arg1;
@@ -52,8 +50,4 @@
5250
- (void)setVideoComposition:(id)arg1;
5351
- (id)videoComposition;
5452

55-
// Image: /System/Library/PrivateFrameworks/PhotosPlayer.framework/PhotosPlayer
56-
57-
- (void)is_generateCGImagesAsynchronouslyForTimes:(id)arg1 options:(int)arg2 completionHandler:(id /* block */)arg3;
58-
5953
@end

Frameworks/AVFoundation.framework/AVAssetInspector.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@
2222
@property (getter=_mediaSelectionGroupDictionaries, nonatomic, readonly) NSArray *mediaSelectionGroupDictionaries;
2323
@property (nonatomic, readonly) struct CGSize { float x1; float x2; } naturalSize;
2424
@property (nonatomic, readonly) int naturalTimeScale;
25+
@property (nonatomic, readonly) struct { long long x1; int x2; unsigned int x3; long long x4; } overallDurationHint;
2526
@property (getter=isPlayable, nonatomic, readonly) BOOL playable;
2627
@property (nonatomic, readonly) float preferredRate;
2728
@property (nonatomic, readonly) float preferredSoundCheckVolumeNormalization;
@@ -58,6 +59,7 @@
5859
- (id)metadataForFormat:(id)arg1;
5960
- (struct CGSize { float x1; float x2; })naturalSize;
6061
- (int)naturalTimeScale;
62+
- (struct { long long x1; int x2; unsigned int x3; long long x4; })overallDurationHint;
6163
- (float)preferredRate;
6264
- (float)preferredSoundCheckVolumeNormalization;
6365
- (struct CGAffineTransform { float x1; float x2; float x3; float x4; float x5; float x6; })preferredTransform;

Frameworks/AVFoundation.framework/AVAssetResourceLoadingRequest.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@
3939
- (BOOL)_tryToMarkAsCancelled;
4040
- (id)_weakReference;
4141
- (id)contentInformationRequest;
42+
- (id)createKeyRequestDataUsingCryptorForApp:(id)arg1 contentIdentifier:(id)arg2 options:(id)arg3 performAsync:(BOOL)arg4 error:(id*)arg5;
4243
- (id)dataRequest;
4344
- (void)dealloc;
4445
- (id)description;

Frameworks/AVFoundation.framework/AVAssetResourceLoadingRequestInternal.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
NSObject<OS_dispatch_queue> * dataCachingQueue;
1212
AVAssetResourceLoadingDataRequest * dataRequest;
1313
struct OpaqueFigAsset { } * figAsset;
14+
struct OpaqueFigCPECryptor { } * figCryptor;
1415
struct OpaqueFigAssetImageGenerator { } * figImageGenerator;
1516
struct OpaqueFigPlaybackItem { } * figPlaybackItem;
1617
int finished;

Frameworks/AVFoundation.framework/AVCapturePhotoBracketSettings.h

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,14 @@
1111

1212
+ (id)photoBracketSettingsWithRawPixelFormatType:(unsigned long)arg1 processedFormat:(id)arg2 bracketedSettings:(id)arg3;
1313

14-
- (id)_initWithFormat:(id)arg1 rawPixelFormatType:(unsigned long)arg2 bracketedSettings:(id)arg3 uniqueID:(long long)arg4;
14+
- (id)_initWithFormat:(id)arg1 rawPixelFormatType:(unsigned long)arg2 bracketedSettings:(id)arg3 uniqueID:(long long)arg4 exceptionReason:(id*)arg5;
1515
- (id)bracketedSettings;
1616
- (id)copyWithZone:(struct _NSZone { }*)arg1;
1717
- (void)dealloc;
1818
- (id)description;
1919
- (BOOL)isLensStabilizationEnabled;
2020
- (void)setAutoBravoImageFusionEnabled:(BOOL)arg1;
21+
- (void)setAutoDualCameraFusionEnabled:(BOOL)arg1;
2122
- (void)setAutoStillImageStabilizationEnabled:(BOOL)arg1;
2223
- (void)setFlashMode:(int)arg1;
2324
- (void)setHDRMode:(int)arg1;

Frameworks/AVFoundation.framework/AVCapturePhotoOutput.h

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
@property (nonatomic, readonly) NSArray *availablePhotoCodecTypes;
1010
@property (nonatomic, readonly) NSArray *availablePhotoPixelFormatTypes;
1111
@property (nonatomic, readonly) NSArray *availableRawPhotoPixelFormatTypes;
12+
@property (getter=isDualCameraFusionSupported, nonatomic, readonly) BOOL dualCameraFusionSupported;
1213
@property (getter=isHighResolutionCaptureEnabled, nonatomic) BOOL highResolutionCaptureEnabled;
1314
@property (nonatomic, readonly) BOOL isFlashScene;
1415
@property (nonatomic, readonly) BOOL isStillImageStabilizationScene;
@@ -62,7 +63,7 @@
6263
- (void)_updateAvailablePhotoCodecTypesForSourceDevice:(id)arg1;
6364
- (void)_updateAvailablePhotoPixelFormatTypesForSourceDevice:(id)arg1;
6465
- (void)_updateAvailableRawPhotoPixelFormatTypesForSourceDevice:(id)arg1;
65-
- (void)_updateBravoImageFusionSupportedForSourceDevice:(id)arg1;
66+
- (void)_updateDualCameraFusionSupportedForSourceDevice:(id)arg1;
6667
- (void)_updateLensStabilizationDuringBracketedCaptureSupportedForSourceDevice:(id)arg1;
6768
- (void)_updateLivePhotoCaptureSupportedForSourceDevice:(id)arg1;
6869
- (void)_updateLivePhotoMovieDimensionsForSourceDevice:(id)arg1;
@@ -87,6 +88,7 @@
8788
- (id)figCaptureIrisPreparedSettings;
8889
- (id)init;
8990
- (BOOL)isBravoImageFusionSupported;
91+
- (BOOL)isDualCameraFusionSupported;
9092
- (BOOL)isFlashScene;
9193
- (BOOL)isHDRScene;
9294
- (BOOL)isHighResolutionCaptureEnabled;

Frameworks/AVFoundation.framework/AVCapturePhotoOutputInternal.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
NSArray * availableRawPhotoPixelFormatTypes;
1010
NSObject<OS_dispatch_group> * beginEndIrisMovieCaptureHostTimeDispatchGroup;
1111
NSObject<OS_dispatch_queue> * beginEndIrisMovieCaptureHostTimeQueue;
12-
BOOL bravoImageFusionSupported;
12+
BOOL dualCameraFusionSupported;
1313
int flashSceneObserverCount;
1414
BOOL highResolutionCaptureEnabled;
1515
BOOL imageOptimizationForOfflineVideoStabilizationSupported;

Frameworks/AVFoundation.framework/AVCapturePhotoSettings.h

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
AVCapturePhotoSettingsInternal * _internal;
77
}
88

9+
@property (getter=isAutoDualCameraFusionEnabled, nonatomic) BOOL autoDualCameraFusionEnabled;
910
@property (getter=isAutoStillImageStabilizationEnabled, nonatomic) BOOL autoStillImageStabilizationEnabled;
1011
@property (nonatomic, readonly) NSArray *availablePreviewPhotoPixelFormatTypes;
1112
@property (nonatomic) int flashMode;
@@ -28,7 +29,7 @@
2829

2930
- (int)HDRMode;
3031
- (id)_description;
31-
- (id)_initWithFormat:(id)arg1 rawPixelFormatType:(unsigned long)arg2 uniqueID:(long long)arg3;
32+
- (id)_initWithFormat:(id)arg1 rawPixelFormatType:(unsigned long)arg2 uniqueID:(long long)arg3 exceptionReason:(id*)arg4;
3233
- (id)_sanitizedLivePhotoMovieMetadataForArray:(id)arg1 exceptionReason:(id*)arg2;
3334
- (id)availablePreviewPhotoPixelFormatTypes;
3435
- (id)copyWithZone:(struct _NSZone { }*)arg1;
@@ -39,6 +40,7 @@
3940
- (unsigned long)formatFourCC;
4041
- (id)init;
4142
- (BOOL)isAutoBravoImageFusionEnabled;
43+
- (BOOL)isAutoDualCameraFusionEnabled;
4244
- (BOOL)isAutoShallowDepthOfFieldEffectEnabled;
4345
- (BOOL)isAutoStillImageStabilizationEnabled;
4446
- (BOOL)isHighResolutionPhotoEnabled;
@@ -56,6 +58,7 @@
5658
- (id)previewPhotoFormat;
5759
- (unsigned long)rawPhotoPixelFormatType;
5860
- (void)setAutoBravoImageFusionEnabled:(BOOL)arg1;
61+
- (void)setAutoDualCameraFusionEnabled:(BOOL)arg1;
5962
- (void)setAutoShallowDepthOfFieldEffectEnabled:(BOOL)arg1;
6063
- (void)setAutoStillImageStabilizationEnabled:(BOOL)arg1;
6164
- (void)setFlashMode:(int)arg1;

Frameworks/AVFoundation.framework/AVCapturePhotoSettingsInternal.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
@interface AVCapturePhotoSettingsInternal : NSObject {
66
int HDRMode;
7-
BOOL autoBravoImageFusionEnabled;
7+
BOOL autoDualCameraFusionEnabled;
88
BOOL autoShallowDepthOfFieldEffectEnabled;
99
BOOL autoStillImageStabilizationEnabled;
1010
int flashMode;

Frameworks/AVFoundation.framework/AVCaptureResolvedPhotoSettings.h

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
AVCaptureResolvedPhotoSettingsInternal * _internal;
77
}
88

9+
@property (getter=isDualCameraFusionEnabled, readonly) BOOL dualCameraFusionEnabled;
910
@property (getter=isFlashEnabled, readonly) BOOL flashEnabled;
1011
@property (getter=cam_isRecordingMovieForLivePhoto, nonatomic, readonly) BOOL isRecordingMovieForLivePhoto;
1112
@property (readonly) struct { int x1; int x2; } livePhotoMovieDimensions;
@@ -17,12 +18,13 @@
1718

1819
// Image: /System/Library/Frameworks/AVFoundation.framework/AVFoundation
1920

20-
+ (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;
21+
+ (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;
2122

22-
- (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;
23+
- (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;
2324
- (void)dealloc;
2425
- (id)description;
2526
- (BOOL)isBravoImageFusionEnabled;
27+
- (BOOL)isDualCameraFusionEnabled;
2628
- (BOOL)isFlashEnabled;
2729
- (BOOL)isHDREnabled;
2830
- (BOOL)isOriginalPhotoDeliveryEnabled;

Frameworks/AVFoundation.framework/AVCaptureResolvedPhotoSettingsInternal.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
@interface AVCaptureResolvedPhotoSettingsInternal : NSObject {
66
BOOL HDREnabled;
7-
BOOL bravoImageFusionEnabled;
7+
BOOL dualCameraFusionEnabled;
88
BOOL flashEnabled;
99
struct {
1010
int width;

Frameworks/AVFoundation.framework/AVCaptureVideoPreviewLayer.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@
2727
- (int)_orientation;
2828
- (void)_setSensorAndEstimatedPreviewSizes;
2929
- (void)_updateCaptureDeviceTransform;
30+
- (void)_updatePreviewTransforms;
3031
- (id)activeConnections;
3132
- (id)addConnection:(id)arg1 error:(id*)arg2;
3233
- (void)attachToFigCaptureSession:(struct OpaqueFigCaptureSession { }*)arg1;

Frameworks/AVFoundation.framework/AVFigAssetInspector.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@
6060
- (struct CGSize { float x1; float x2; })naturalSize;
6161
- (int)naturalTimeScale;
6262
- (id)originalNetworkContentURL;
63+
- (struct { long long x1; int x2; unsigned int x3; long long x4; })overallDurationHint;
6364
- (float)preferredRate;
6465
- (float)preferredSoundCheckVolumeNormalization;
6566
- (struct CGAffineTransform { float x1; float x2; float x3; float x4; float x5; float x6; })preferredTransform;

Frameworks/AVFoundation.framework/AVFormatReaderInspector.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@
3232
- (id)metadataForFormat:(id)arg1;
3333
- (struct CGSize { float x1; float x2; })naturalSize;
3434
- (int)naturalTimeScale;
35+
- (struct { long long x1; int x2; unsigned int x3; long long x4; })overallDurationHint;
3536
- (float)preferredRate;
3637
- (float)preferredSoundCheckVolumeNormalization;
3738
- (struct CGAffineTransform { float x1; float x2; float x3; float x4; float x5; float x6; })preferredTransform;
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
/* Generated by RuntimeBrowser
2+
Image: /System/Library/Frameworks/AVFoundation.framework/AVFoundation
3+
*/
4+
5+
@interface AVPlayAVSyncOutputConsumer : AVPlayTimecodeMonitorOutputConsumer
6+
7+
- (void)dealloc;
8+
- (void)doSomethingInterestingWithString:(id)arg1 andIndex:(id)arg2;
9+
- (id)init;
10+
11+
@end
Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
/* Generated by RuntimeBrowser
2+
Image: /System/Library/Frameworks/AVFoundation.framework/AVFoundation
3+
*/
4+
5+
@interface AVPlayTimecodeMonitorOutputConsumer : AVPlayVideoOutputConsumer {
6+
struct tm {
7+
int tm_sec;
8+
int tm_min;
9+
int tm_hour;
10+
int tm_mday;
11+
int tm_mon;
12+
int tm_year;
13+
int tm_wday;
14+
int tm_yday;
15+
int tm_isdst;
16+
long tm_gmtoff;
17+
char *tm_zone;
18+
} _lastTimecodeSeen;
19+
long _lastVariantIndexSeen;
20+
struct ACBSConfig { } * quaggaConfig;
21+
}
22+
23+
@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;
24+
@property (nonatomic, readonly) long lastVariantIndexSeen;
25+
26+
- (void)dealloc;
27+
- (void)doSomethingInterestingWithBuffer:(struct __CVBuffer { }*)arg1;
28+
- (void)doSomethingInterestingWithString:(id)arg1 andIndex:(id)arg2;
29+
- (id)init;
30+
- (id)initWithPixelBufferAttributes:(id)arg1;
31+
- (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;
32+
- (long)lastVariantIndexSeen;
33+
34+
@end
Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
/* Generated by RuntimeBrowser
2+
Image: /System/Library/Frameworks/AVFoundation.framework/AVFoundation
3+
*/
4+
5+
@interface AVPlayVideoOutputConsumer : NSObject <AVPlayerItemOutputPullDelegate> {
6+
NSObject<OS_dispatch_queue> * _consumerQueue;
7+
CADisplayLink * _displayLink;
8+
double _lastHostTime;
9+
struct {
10+
long long value;
11+
int timescale;
12+
unsigned int flags;
13+
long long epoch;
14+
} _lastSeconds;
15+
AVPlayerItemVideoOutput * _output;
16+
}
17+
18+
@property (readonly, copy) NSString *debugDescription;
19+
@property (readonly, copy) NSString *description;
20+
@property (readonly) unsigned int hash;
21+
@property (readonly) Class superclass;
22+
@property (nonatomic, readonly) AVPlayerItemVideoOutput *videoOutput;
23+
24+
- (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;
25+
- (void)dealloc;
26+
- (void)displayLinkCallback:(id)arg1;
27+
- (void)doSomethingInterestingWithBuffer:(struct __CVBuffer { }*)arg1;
28+
- (void)finalize;
29+
- (id)init;
30+
- (id)initWithPixelBufferAttributes:(id)arg1;
31+
- (void)outputMediaDataWillChange:(id)arg1;
32+
- (void)outputSequenceWasFlushed:(id)arg1;
33+
- (id)videoOutput;
34+
35+
@end
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
/* Generated by RuntimeBrowser
2+
Image: /System/Library/Frameworks/AVFoundation.framework/AVFoundation
3+
*/
4+
5+
@interface AVPlayVideoOutputLayerConsumer : AVPlayVideoOutputConsumer {
6+
CALayer * _layer;
7+
}
8+
9+
@property (nonatomic, readonly) CALayer *layer;
10+
11+
- (void)dealloc;
12+
- (void)doSomethingInterestingWithBuffer:(struct __CVBuffer { }*)arg1;
13+
- (id)init;
14+
- (id)initWithPixelBufferAttributes:(id)arg1;
15+
- (id)layer;
16+
17+
@end

Frameworks/AVFoundation.framework/AVPlayerInternal.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@
3333
struct OpaqueFigPlayer { } * figPlayer;
3434
BOOL hadAssociatedOnscreenPlayerLayerWhenSuspended;
3535
BOOL hostApplicationInForeground;
36-
BOOL iapdExtendedModeIsActive;
3736
NSMutableSet * items;
3837
NSArray * itemsInFigPlayQueue;
3938
NSObject<OS_dispatch_queue> * ivarAccessQueue;
Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
/* Generated by RuntimeBrowser
2+
Image: /System/Library/Frameworks/AVFoundation.framework/AVFoundation
3+
*/
4+
5+
@interface EncryptedKeyLoaderDelegate : NSObject <AVAssetResourceLoaderDelegate> {
6+
NSData * _appCert;
7+
NSString * _certURL;
8+
NSString * _keyServerURL;
9+
NSURL * persistentKeySaveDestination;
10+
}
11+
12+
@property (readonly, copy) NSString *debugDescription;
13+
@property (readonly, copy) NSString *description;
14+
@property (readonly) unsigned int hash;
15+
@property (nonatomic, retain) NSURL *persistentKeySaveDestination;
16+
@property (readonly) Class superclass;
17+
18+
- (void)_prepareAndSendStreamingKeyRequest:(id)arg1;
19+
- (BOOL)_willLoadOrRenewRequestedResource:(id)arg1;
20+
- (void)dealloc;
21+
- (id)init;
22+
- (id)initWithKeyServerURL:(id)arg1 certURL:(id)arg2;
23+
- (id)persistentKeySaveDestination;
24+
- (BOOL)resourceLoader:(id)arg1 shouldWaitForLoadingOfRequestedResource:(id)arg2;
25+
- (BOOL)resourceLoader:(id)arg1 shouldWaitForRenewalOfRequestedResource:(id)arg2;
26+
- (void)setPersistentKeySaveDestination:(id)arg1;
27+
28+
@end

Frameworks/Accounts.framework/ACAccount.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -271,6 +271,7 @@
271271

272272
+ (id)aa_dataclassesBoundToPrimaryAppleAccount;
273273
+ (id)aa_dataclassesBoundToSingleAppleAccount;
274+
+ (void)load;
274275

275276
- (void)_aa_clearRawPassword;
276277
- (id)_aa_rawPassword;

Frameworks/Accounts.framework/ACAccountCredential.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@
2929
@property (nonatomic, copy) NSString *token;
3030
@property (nonatomic, copy) NSDate *tokenExpiryDate;
3131

32+
+ (id)additionalServiceSegmentForAccountTypeIdentifier:(id)arg1;
3233
+ (id)allSupportedKeys;
3334
+ (id)credentialPolicyForAccountType:(id)arg1 key:(id)arg2 clientID:(id)arg3;
3435
+ (id)credentialWithOAuthToken:(id)arg1 tokenSecret:(id)arg2;

Frameworks/Accounts.framework/ACCredentialItem.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
@property (getter=isDirty, nonatomic, readonly) BOOL dirty;
1818
@property (nonatomic, readonly) NSSet *dirtyProperties;
1919
@property (nonatomic, retain) NSDate *expirationDate;
20+
@property (getter=isExpired, nonatomic, readonly) BOOL expired;
2021
@property (nonatomic, retain) NSURL *objectID;
2122
@property (getter=isPersistent, nonatomic) BOOL persistent;
2223
@property (nonatomic, readonly) NSString *serviceName;
@@ -39,6 +40,7 @@
3940
- (id)initWithManagedCredentialItem:(id)arg1;
4041
- (id)initWithManagedCredentialItem:(id)arg1 accountStore:(id)arg2;
4142
- (BOOL)isDirty;
43+
- (BOOL)isExpired;
4244
- (BOOL)isPersistent;
4345
- (BOOL)isPropertyDirty:(id)arg1;
4446
- (void)markAllPropertiesDirty;
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
/* Generated by RuntimeBrowser
2+
Image: /System/Library/Frameworks/AddressBook.framework/AddressBook
3+
*/
4+
5+
@interface ABUtils : NSObject
6+
7+
+ (id)mainBundleID;
8+
9+
@end

0 commit comments

Comments
 (0)