Skip to content

Commit

Permalink
iOS 10.2
Browse files Browse the repository at this point in the history
  • Loading branch information
nst committed Feb 20, 2017
1 parent 4c6c88f commit 995b3bb
Show file tree
Hide file tree
Showing 2,904 changed files with 32,803 additions and 7,699 deletions.
2 changes: 2 additions & 0 deletions Frameworks/AVFoundation.framework/AVAsset.h
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down Expand Up @@ -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

Expand Down
6 changes: 0 additions & 6 deletions Frameworks/AVFoundation.framework/AVAssetImageGenerator.h
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down Expand Up @@ -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
2 changes: 2 additions & 0 deletions Frameworks/AVFoundation.framework/AVAssetInspector.h
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down Expand Up @@ -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;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
NSObject<OS_dispatch_queue> * dataCachingQueue;
AVAssetResourceLoadingDataRequest * dataRequest;
struct OpaqueFigAsset { } * figAsset;
struct OpaqueFigCPECryptor { } * figCryptor;
struct OpaqueFigAssetImageGenerator { } * figImageGenerator;
struct OpaqueFigPlaybackItem { } * figPlaybackItem;
int finished;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
4 changes: 3 additions & 1 deletion Frameworks/AVFoundation.framework/AVCapturePhotoOutput.h
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down Expand Up @@ -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;
Expand All @@ -87,6 +88,7 @@
- (id)figCaptureIrisPreparedSettings;
- (id)init;
- (BOOL)isBravoImageFusionSupported;
- (BOOL)isDualCameraFusionSupported;
- (BOOL)isFlashScene;
- (BOOL)isHDRScene;
- (BOOL)isHighResolutionCaptureEnabled;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
NSArray * availableRawPhotoPixelFormatTypes;
NSObject<OS_dispatch_group> * beginEndIrisMovieCaptureHostTimeDispatchGroup;
NSObject<OS_dispatch_queue> * beginEndIrisMovieCaptureHostTimeQueue;
BOOL bravoImageFusionSupported;
BOOL dualCameraFusionSupported;
int flashSceneObserverCount;
BOOL highResolutionCaptureEnabled;
BOOL imageOptimizationForOfflineVideoStabilizationSupported;
Expand Down
5 changes: 4 additions & 1 deletion Frameworks/AVFoundation.framework/AVCapturePhotoSettings.h
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand All @@ -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;
Expand All @@ -39,6 +40,7 @@
- (unsigned long)formatFourCC;
- (id)init;
- (BOOL)isAutoBravoImageFusionEnabled;
- (BOOL)isAutoDualCameraFusionEnabled;
- (BOOL)isAutoShallowDepthOfFieldEffectEnabled;
- (BOOL)isAutoStillImageStabilizationEnabled;
- (BOOL)isHighResolutionPhotoEnabled;
Expand All @@ -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;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

@interface AVCapturePhotoSettingsInternal : NSObject {
int HDRMode;
BOOL autoBravoImageFusionEnabled;
BOOL autoDualCameraFusionEnabled;
BOOL autoShallowDepthOfFieldEffectEnabled;
BOOL autoStillImageStabilizationEnabled;
int flashMode;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand All @@ -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;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

@interface AVCaptureResolvedPhotoSettingsInternal : NSObject {
BOOL HDREnabled;
BOOL bravoImageFusionEnabled;
BOOL dualCameraFusionEnabled;
BOOL flashEnabled;
struct {
int width;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
1 change: 1 addition & 0 deletions Frameworks/AVFoundation.framework/AVFigAssetInspector.h
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
11 changes: 11 additions & 0 deletions Frameworks/AVFoundation.framework/AVPlayAVSyncOutputConsumer.h
Original file line number Diff line number Diff line change
@@ -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
Original file line number Diff line number Diff line change
@@ -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
35 changes: 35 additions & 0 deletions Frameworks/AVFoundation.framework/AVPlayVideoOutputConsumer.h
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
/* Generated by RuntimeBrowser
Image: /System/Library/Frameworks/AVFoundation.framework/AVFoundation
*/

@interface AVPlayVideoOutputConsumer : NSObject <AVPlayerItemOutputPullDelegate> {
NSObject<OS_dispatch_queue> * _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
17 changes: 17 additions & 0 deletions Frameworks/AVFoundation.framework/AVPlayVideoOutputLayerConsumer.h
Original file line number Diff line number Diff line change
@@ -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
1 change: 0 additions & 1 deletion Frameworks/AVFoundation.framework/AVPlayerInternal.h
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@
struct OpaqueFigPlayer { } * figPlayer;
BOOL hadAssociatedOnscreenPlayerLayerWhenSuspended;
BOOL hostApplicationInForeground;
BOOL iapdExtendedModeIsActive;
NSMutableSet * items;
NSArray * itemsInFigPlayQueue;
NSObject<OS_dispatch_queue> * ivarAccessQueue;
Expand Down
28 changes: 28 additions & 0 deletions Frameworks/AVFoundation.framework/EncryptedKeyLoaderDelegate.h
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
/* Generated by RuntimeBrowser
Image: /System/Library/Frameworks/AVFoundation.framework/AVFoundation
*/

@interface EncryptedKeyLoaderDelegate : NSObject <AVAssetResourceLoaderDelegate> {
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
1 change: 1 addition & 0 deletions Frameworks/Accounts.framework/ACAccount.h
Original file line number Diff line number Diff line change
Expand Up @@ -271,6 +271,7 @@

+ (id)aa_dataclassesBoundToPrimaryAppleAccount;
+ (id)aa_dataclassesBoundToSingleAppleAccount;
+ (void)load;

- (void)_aa_clearRawPassword;
- (id)_aa_rawPassword;
Expand Down
1 change: 1 addition & 0 deletions Frameworks/Accounts.framework/ACAccountCredential.h
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
2 changes: 2 additions & 0 deletions Frameworks/Accounts.framework/ACCredentialItem.h
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand All @@ -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;
Expand Down
9 changes: 9 additions & 0 deletions Frameworks/AddressBook.framework/ABUtils.h
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
/* Generated by RuntimeBrowser
Image: /System/Library/Frameworks/AddressBook.framework/AddressBook
*/

@interface ABUtils : NSObject

+ (id)mainBundleID;

@end
Loading

0 comments on commit 995b3bb

Please sign in to comment.