Skip to content

Commit

Permalink
iOS 10.1
Browse files Browse the repository at this point in the history
  • Loading branch information
nst committed Jan 12, 2017
1 parent f7f2c13 commit 4c6c88f
Show file tree
Hide file tree
Showing 928 changed files with 10,678 additions and 1,537 deletions.
3 changes: 3 additions & 0 deletions Frameworks/AVFoundation.framework/AVCaptureDevice.h
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,7 @@
- (BOOL)isAdjustingFocus;
- (BOOL)isAdjustingWhiteBalance;
- (BOOL)isAutoFocusRangeRestrictionSupported;
- (BOOL)isAutoShallowDepthOfFieldEffectEnabled;
- (BOOL)isConnected;
- (BOOL)isExposureModeSupported:(int)arg1;
- (BOOL)isExposurePointOfInterestSupported;
Expand Down Expand Up @@ -161,6 +162,7 @@
- (void)setActiveVideoMaxFrameDuration:(struct { long long x1; int x2; unsigned int x3; long long x4; })arg1;
- (void)setActiveVideoMinFrameDuration:(struct { long long x1; int x2; unsigned int x3; long long x4; })arg1;
- (void)setAutoFocusRangeRestriction:(int)arg1;
- (void)setAutoShallowDepthOfFieldEffectEnabled:(BOOL)arg1;
- (void)setAutomaticallyAdjustsImageControlMode:(BOOL)arg1;
- (void)setAutomaticallyAdjustsVideoHDREnabled:(BOOL)arg1;
- (void)setAutomaticallyEnablesLowLightBoostWhenAvailable:(BOOL)arg1;
Expand Down Expand Up @@ -191,6 +193,7 @@
- (void)setVideoZoomFactor:(float)arg1;
- (void)setWhiteBalanceMode:(int)arg1;
- (void)setWhiteBalanceModeLockedWithDeviceWhiteBalanceGains:(struct { float x1; float x2; float x3; })arg1 completionHandler:(id /* block */)arg2;
- (int)shallowDepthOfFieldEffectStatus;
- (BOOL)smileDetectionEnabled;
- (BOOL)startUsingDevice:(id*)arg1;
- (void)stopUsingDevice;
Expand Down
1 change: 1 addition & 0 deletions Frameworks/AVFoundation.framework/AVCaptureDeviceFormat.h
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@
- (BOOL)isIrisVideoStabilizationSupported;
- (BOOL)isPhotoFormat;
- (BOOL)isSISSupported;
- (BOOL)isShallowDepthOfFieldEffectSupported;
- (BOOL)isVideoBinned;
- (BOOL)isVideoHDRSupported;
- (BOOL)isVideoStabilizationModeSupported:(int)arg1;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
@interface AVCaptureDeviceInputInternal : NSObject {
BOOL authorizedForCamera;
AVCaptureDevice * device;
<AVCallbackCancellation> * deviceClockCallbackInvoker;
<AVCallbackCancellation> * deviceOpenCallbackInvoker;
NSArray * ports;
BOOL ready;
Expand Down
8 changes: 0 additions & 8 deletions Frameworks/AVFoundation.framework/AVCaptureFigAudioDevice.h
Original file line number Diff line number Diff line change
Expand Up @@ -4,18 +4,12 @@

@interface AVCaptureFigAudioDevice : AVCaptureDevice {
NSDictionary * _attributes;
struct OpaqueFigSimpleMutex { } * _clockMutex;
BOOL _decoupledIOActive;
struct OpaqueCMClock { } * _decoupledIOClock;
struct OpaqueCMClock { } * _defaultClock;
struct OpaqueCMClock { } * _deviceClock;
struct OpaqueFigCaptureSource { } * _fcs;
NSObject<OS_dispatch_queue> * _fcsQueue;
BOOL _isConnected;
BOOL _levelMeteringEnabled;
NSString * _localizedName;
NSObject<OS_dispatch_semaphore> * _serverConnectionDiedSemaphore;
BOOL _supportsDecoupledIO;
AVWeakReference * _weakReference;
}

Expand All @@ -30,7 +24,6 @@
- (void)_setFigCaptureSource:(struct OpaqueFigCaptureSource { }*)arg1;
- (void)audioInputDeviceLocalizedNameDidChangeHandler:(id)arg1;
- (void)audioInputDevicesDidChangeHandler:(id)arg1;
- (void)avAudioSessionRouteChangeHandler:(id)arg1;
- (void)dealloc;
- (struct OpaqueCMClock { }*)deviceClock;
- (id)deviceType;
Expand All @@ -46,6 +39,5 @@
- (void)stopUsingDevice;
- (BOOL)supportsAVCaptureSessionPreset:(id)arg1;
- (id)uniqueID;
- (id)valueForUndefinedKey:(id)arg1;

@end
6 changes: 6 additions & 0 deletions Frameworks/AVFoundation.framework/AVCaptureFigVideoDevice.h
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
BOOL _adjustingFocus;
BOOL _adjustingWB;
int _autoFocusRangeRestriction;
BOOL _autoShallowDepthOfFieldEffectEnabled;
BOOL _automaticallyAdjustsImageControlMode;
BOOL _automaticallyAdjustsVideoHDREnabled;
BOOL _automaticallyEnablesLowLightBoostWhenAvailable;
Expand Down Expand Up @@ -130,6 +131,7 @@
BOOL _sceneIsHighDynamicRange;
NSObject<OS_dispatch_semaphore> * _serverConnectionDiedSemaphore;
NSDictionary * _sessionPresetCompressionSettings;
int _shallowDepthOfFieldEffectStatus;
BOOL _smileDetectionEnabled;
BOOL _smoothAutoFocusEnabled;
BOOL _subjectMonitoringEnabled;
Expand Down Expand Up @@ -223,6 +225,7 @@
- (void)_setIsStillImageStabilizationScene:(BOOL)arg1;
- (void)_setLowLightBoostEnabled:(BOOL)arg1;
- (void)_setMinAvailableVideoZoomFactor:(float)arg1;
- (void)_setShallowDepthOfFieldEffectStatus:(int)arg1;
- (void)_setStillImageStabilizationAutomaticallyEnabled:(BOOL)arg1;
- (void)_setStillImageStabilizationDetectionEnabled:(BOOL)arg1;
- (void)_setTorchActive:(BOOL)arg1;
Expand Down Expand Up @@ -287,6 +290,7 @@
- (BOOL)isAdjustingFocus;
- (BOOL)isAdjustingWhiteBalance;
- (BOOL)isAutoFocusRangeRestrictionSupported;
- (BOOL)isAutoShallowDepthOfFieldEffectEnabled;
- (BOOL)isConnected;
- (BOOL)isExposureModeSupported:(int)arg1;
- (BOOL)isExposurePointOfInterestSupported;
Expand Down Expand Up @@ -355,6 +359,7 @@
- (void)setActiveVideoMaxFrameDuration:(struct { long long x1; int x2; unsigned int x3; long long x4; })arg1;
- (void)setActiveVideoMinFrameDuration:(struct { long long x1; int x2; unsigned int x3; long long x4; })arg1;
- (void)setAutoFocusRangeRestriction:(int)arg1;
- (void)setAutoShallowDepthOfFieldEffectEnabled:(BOOL)arg1;
- (void)setAutomaticallyAdjustsImageControlMode:(BOOL)arg1;
- (void)setAutomaticallyAdjustsVideoHDREnabled:(BOOL)arg1;
- (void)setAutomaticallyEnablesLowLightBoostWhenAvailable:(BOOL)arg1;
Expand Down Expand Up @@ -388,6 +393,7 @@
- (void)setVideoZoomUpscaleStageHint:(int)arg1;
- (void)setWhiteBalanceMode:(int)arg1;
- (void)setWhiteBalanceModeLockedWithDeviceWhiteBalanceGains:(struct { float x1; float x2; float x3; })arg1 completionHandler:(id /* block */)arg2;
- (int)shallowDepthOfFieldEffectStatus;
- (BOOL)smileDetectionEnabled;
- (id)supportedMetadataObjectIdentifiers;
- (BOOL)supportsAVCaptureSessionPreset:(id)arg1;
Expand Down
2 changes: 2 additions & 0 deletions Frameworks/AVFoundation.framework/AVCapturePhotoSettings.h
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@
- (unsigned long)formatFourCC;
- (id)init;
- (BOOL)isAutoBravoImageFusionEnabled;
- (BOOL)isAutoShallowDepthOfFieldEffectEnabled;
- (BOOL)isAutoStillImageStabilizationEnabled;
- (BOOL)isHighResolutionPhotoEnabled;
- (BOOL)isOriginalPhotoDeliveryEnabled;
Expand All @@ -55,6 +56,7 @@
- (id)previewPhotoFormat;
- (unsigned long)rawPhotoPixelFormatType;
- (void)setAutoBravoImageFusionEnabled:(BOOL)arg1;
- (void)setAutoShallowDepthOfFieldEffectEnabled:(BOOL)arg1;
- (void)setAutoStillImageStabilizationEnabled:(BOOL)arg1;
- (void)setFlashMode:(int)arg1;
- (void)setHDRMode:(int)arg1;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
@interface AVCapturePhotoSettingsInternal : NSObject {
int HDRMode;
BOOL autoBravoImageFusionEnabled;
BOOL autoShallowDepthOfFieldEffectEnabled;
BOOL autoStillImageStabilizationEnabled;
int flashMode;
NSDictionary * format;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,15 +17,16 @@

// 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 originalPhotoDeliveryEnabled:(BOOL)arg10 stillImageStabilizationEnabled:(BOOL)arg11 bravoImageFusionEnabled:(BOOL)arg12 squareCropEnabled:(BOOL)arg13;
+ (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)_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 originalPhotoDeliveryEnabled:(BOOL)arg10 stillImageStabilizationEnabled:(BOOL)arg11 bravoImageFusionEnabled:(BOOL)arg12 squareCropEnabled:(BOOL)arg13;
- (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;
- (void)dealloc;
- (id)description;
- (BOOL)isBravoImageFusionEnabled;
- (BOOL)isFlashEnabled;
- (BOOL)isHDREnabled;
- (BOOL)isOriginalPhotoDeliveryEnabled;
- (BOOL)isShallowDepthOfFieldEffectEnabled;
- (BOOL)isSquareCropEnabled;
- (BOOL)isStillImageStabilizationEnabled;
- (BOOL)isTurboModeEnabled;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
int width;
int height;
} rawPhotoDimensions;
BOOL shallowDepthOfFieldEffectEnabled;
BOOL squareCropEnabled;
BOOL stillImageStabilizationEnabled;
BOOL turboModeEnabled;
Expand Down
3 changes: 3 additions & 0 deletions Frameworks/AVFoundation.framework/AVCaptureSession.h
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,11 @@
// Image: /System/Library/Frameworks/AVFoundation.framework/AVFoundation

+ (void)_beginConfiguringActiveColorSpaceForDevice:(id)arg1;
+ (void)_beginConfiguringAutoShallowDepthOfFieldEffectEnabledForDevice:(id)arg1;
+ (void)_finishConfiguringActiveColorSpaceForDevice:(id)arg1;
+ (void)_finishConfiguringAutoShallowDepthOfFieldEffectEnabledForDevice:(id)arg1;
+ (BOOL)_isActiveColorSpaceBeingConfiguredForDevice:(id)arg1;
+ (BOOL)_isAutoShallowDepthOfFieldEffectEnabledBeingConfiguredForDevice:(id)arg1;
+ (id)allSessionPresets;
+ (BOOL)automaticallyNotifiesObserversOfMasterClock;
+ (BOOL)automaticallyNotifiesObserversOfRunning;
Expand Down
1 change: 1 addition & 0 deletions Frameworks/CloudKit.framework/CKBehaviorOptions.h
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@
- (int)flowControlBudgetOverride;
- (double)flowControlRegeneration;
- (double)flowControlRegenerationOverride;
- (BOOL)highPriorityURLDelegates;
- (BOOL)isAppleInternalInstall;
- (BOOL)logTraffic;
- (BOOL)logTrafficToTextFile;
Expand Down
7 changes: 4 additions & 3 deletions Frameworks/Contacts.framework/CNContact.h
Original file line number Diff line number Diff line change
Expand Up @@ -421,14 +421,15 @@

+ (id)contactWithABRecordRef:(void*)arg1;
+ (id)contactWithPkDictionary:(id)arg1;
+ (id)pkContactWithFirstName:(id)arg1 lastName:(id)arg2 district:(id)arg3 labeledValues:(id)arg4;
+ (id)pkContactWithFirstName:(id)arg1 lastName:(id)arg2 district:(id)arg3 postalAddresses:(id)arg4 emailAddresses:(id)arg5 phoneNumbers:(id)arg6;
+ (id)pkContactWithFirstName:(id)arg1 lastName:(id)arg2 labeledValues:(id)arg3;
+ (id)pkContactWithNameComponents:(id)arg1 district:(id)arg2 labeledValues:(id)arg3;
+ (id)pkContactWithNameComponents:(id)arg1 district:(id)arg2 postalAddresses:(id)arg3 emailAddresses:(id)arg4 phoneNumbers:(id)arg5;
+ (id)pkContactWithNameComponents:(id)arg1 labeledValues:(id)arg2;
+ (id)pkContactWithNameFromContact:(id)arg1 labeledValue:(id)arg2 property:(id)arg3;
+ (id)pkPassbookRequiredKeys;

- (void*)ABPerson;
- (unsigned int)contactSource;
- (id)nameComponents;
- (void)pkAddLabeledValues:(id)arg1 withProperty:(id)arg2;
- (id)pkDictionaryForProperty:(id)arg1;
- (id)pkFormattedContactAddress;
Expand Down
4 changes: 4 additions & 0 deletions Frameworks/Contacts.framework/CNMutableContact.h
Original file line number Diff line number Diff line change
Expand Up @@ -219,4 +219,8 @@
- (void)setBirthdays:(id)arg1;
- (void)updateContactType:(BOOL)arg1;

// Image: /System/Library/PrivateFrameworks/PassKitCore.framework/PassKitCore

- (void)populateNamesFromComponents:(id)arg1;

@end
2 changes: 2 additions & 0 deletions Frameworks/CoreFoundation.framework/NSArray.h
Original file line number Diff line number Diff line change
Expand Up @@ -835,6 +835,8 @@
- (id)_pl_filter:(id /* block */)arg1;
- (id)_pl_firstObjectPassingTest:(id /* block */)arg1;
- (id)_pl_flatMap:(id /* block */)arg1;
- (id)_pl_groupBy:(id /* block */)arg1;
- (id)_pl_indexBy:(id /* block */)arg1;
- (id)_pl_map:(id /* block */)arg1;
- (id)pl_arrayOfUniqueObjectsNotInOrderedSet:(id)arg1;
- (unsigned int)pl_countOfObjectsPassingTest:(id /* block */)arg1;
Expand Down
5 changes: 5 additions & 0 deletions Frameworks/CoreFoundation.framework/NSDictionary.h
Original file line number Diff line number Diff line change
Expand Up @@ -211,6 +211,10 @@

// Image: /System/Library/Frameworks/MobileCoreServices.framework/MobileCoreServices

- (BOOL)_LS_BoolForKey:(id)arg1;
- (BOOL)_LS_containsKey:(id)arg1;
- (unsigned long long)_LS_integerForKey:(id)arg1;
- (id)_LS_objectForKey:(id)arg1 ofType:(Class)arg2;
- (unsigned int)_hashQuery;
- (id)_parseQueryForIdentifiers:(id)arg1;
- (id)insertExtensionPointVersion:(id)arg1;
Expand Down Expand Up @@ -831,6 +835,7 @@
// Image: /System/Library/PrivateFrameworks/UIAccessibility.framework/UIAccessibility

- (id)_accessibilityLeafDescendantsWithCount:(unsigned int)arg1 shouldStopAtRemoteElement:(BOOL)arg2 options:(id)arg3 treeLogger:(id)arg4;
- (id)_rearrangeKeyboardIfNecessaryWithOriginalArray:(id)arg1 processedArray:(id)arg2;

// Image: /System/Library/PrivateFrameworks/UserNotificationsServer.framework/UserNotificationsServer

Expand Down
1 change: 1 addition & 0 deletions Frameworks/ExternalAccessory.framework/EAAccessory.h
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@
- (void)dealloc;
- (id)delegate;
- (id)description;
- (id)dictionaryWithLowercaseKeys:(id)arg1;
- (id)dockType;
- (unsigned int)eqIndex;
- (id)eqNames;
Expand Down
1 change: 1 addition & 0 deletions Frameworks/Foundation.framework/NSBundle.h
Original file line number Diff line number Diff line change
Expand Up @@ -152,6 +152,7 @@
+ (id)_rpFrameworkBundle;
+ (id)_rpLocalizedAppNameFromBundleID:(id)arg1;
+ (id)_rpLocalizedStringFromFrameworkBundleWithKey:(id)arg1 bundleID:(id)arg2;
+ (id)localizedDictionaryForLanguage:(id)arg1;

- (id)_rpLocalizedAppName;

Expand Down
2 changes: 2 additions & 0 deletions Frameworks/Foundation.framework/NSError.h
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@
@property (nonatomic, readonly) NSDate *hd_messageSent;
@property (nonatomic, readonly) NSDictionary *hd_persistentUserInfo;
@property (readonly, copy) NSString *helpAnchor;
@property (nonatomic, readonly) BOOL hf_isHomeKitNamingError;
@property (getter=isHMError, nonatomic, readonly) BOOL hmError;
@property (getter=isHMFError, nonatomic, readonly) BOOL hmfError;
@property (nonatomic, readonly) NSString *idsIdentifier;
Expand Down Expand Up @@ -540,6 +541,7 @@

- (id)hf_errorWithOperationType:(id)arg1 failedItemName:(id)arg2;
- (id)hf_errorWithOperationType:(id)arg1 options:(id)arg2;
- (BOOL)hf_isHomeKitNamingError;

// Image: /System/Library/PrivateFrameworks/HomeKitDaemon.framework/HomeKitDaemon

Expand Down
3 changes: 3 additions & 0 deletions Frameworks/Foundation.framework/NSExtension.h
Original file line number Diff line number Diff line change
Expand Up @@ -168,6 +168,7 @@
+ (id)_intents_extensionMatchingAttributesForIntents:(id)arg1;
+ (void)_intents_findAppsWithAnIntentsServiceExtension:(id /* block */)arg1;
+ (void)_intents_findPossibleSiriEnabledAppsWithAnIntentsServiceExtension:(id /* block */)arg1;
+ (void)_intents_findSiriEntitledAppsContainingAnIntentsExtensionWithCompletion:(id /* block */)arg1;
+ (void)_intents_matchExtensionsForIntent:(id)arg1 completion:(id /* block */)arg2;
+ (void)_intents_matchSiriExtensionsForIntent:(id)arg1 completion:(id /* block */)arg2;
+ (void)_intents_matchSiriUIExtensionsForIntent:(id)arg1 completion:(id /* block */)arg2;
Expand All @@ -176,6 +177,8 @@
+ (void)_matchExtensionsForIntent:(id)arg1 extensionPointName:(id)arg2 shouldCheckForSiriEnabled:(BOOL)arg3 completion:(id /* block */)arg4;
+ (BOOL)appAllowedToTalkToSiri:(id)arg1;

- (BOOL)_intents_extensionSupportsAtLeastOneSiriIntent;

// Image: /System/Library/Frameworks/NotificationCenter.framework/NotificationCenter

- (id)nc_description;
Expand Down
2 changes: 2 additions & 0 deletions Frameworks/Foundation.framework/NSString.h
Original file line number Diff line number Diff line change
Expand Up @@ -1364,9 +1364,11 @@
- (id)_FCCKPIdentifierWithType:(int)arg1;
- (id)fc_lowerCaseStringByTrimmingWhiteSpace;
- (id)fc_lowercaseTokensWithMinimumLength:(unsigned int)arg1;
- (id)fc_sanitizeWithOffendingCharacterSet:(id)arg1;
- (id)fc_stringByMultiplyingStringByCount:(unsigned int)arg1;
- (id)fc_stringByPrefixingLinesWithString:(id)arg1;
- (id)fc_stringByRemovingPunctuation;
- (BOOL)fc_validateWithRegexPattern:(id)arg1;
- (id)fr_readingHistoryItemID;
- (struct _NSRange { unsigned int x1; unsigned int x2; })range;
- (id)stringByRemovingCharactersInSet:(id)arg1;
Expand Down
8 changes: 8 additions & 0 deletions Frameworks/Foundation.framework/NSUserActivity.h
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@
@property (getter=isEligibleForPublicIndexing) BOOL eligibleForPublicIndexing;
@property (getter=isEligibleForSearch) BOOL eligibleForSearch;
@property (copy) NSDate *expirationDate;
@property (nonatomic, copy) NSString *externalMediaContentIdentifier;
@property (readonly) unsigned int hash;
@property (nonatomic, readonly) INInteraction *interaction;
@property (copy) NSSet *keywords;
Expand Down Expand Up @@ -190,6 +191,13 @@
- (id)mapItem;
- (void)setMapItem:(id)arg1;

// Image: /System/Library/Frameworks/MediaPlayer.framework/MediaPlayer

- (id)_externalMediaContentBundleIdentifier;
- (void)_setExternalMediaContentBundleIdentifier:(id)arg1;
- (id)externalMediaContentIdentifier;
- (void)setExternalMediaContentIdentifier:(id)arg1;

// Image: /System/Library/PrivateFrameworks/ContactsUICore.framework/ContactsUICore

+ (id)_cnui_searchMailUserActivityForContact:(id)arg1;
Expand Down
4 changes: 2 additions & 2 deletions Frameworks/Foundation.framework/NSValue.h
Original file line number Diff line number Diff line change
Expand Up @@ -276,8 +276,8 @@

// 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; })arg1;
+ (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; })dockStateValue;
- (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
2 changes: 2 additions & 0 deletions Frameworks/HealthKit.framework/HKExtendedHealthStore.h
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
@property (nonatomic, copy) id /* block */ unviewedAchievementDefinitionsChangedHandler;

- (void).cxx_destruct;
- (void)achievementAssetAvailabilityOnPairedDeviceForIdentifiers:(id)arg1 completion:(id /* block */)arg2;
- (id /* block */)achievementsAddedHandler;
- (void)addAchievement:(id)arg1 completion:(id /* block */)arg2;
- (id)clientInterface;
Expand All @@ -44,6 +45,7 @@
- (void)markAchievementAsViewed:(id)arg1 completion:(id /* block */)arg2;
- (void)markAchievementDefinitionIdentifierAlertViewed:(id)arg1 completion:(id /* block */)arg2;
- (void)markAchievementsAlerted:(id)arg1 completion:(id /* block */)arg2;
- (void)nextScheduledAchievementDefinitionAlertTaskDateWithCompletion:(id /* block */)arg1;
- (id)remoteObjectProxyWithErrorHandler:(id /* block */)arg1;
- (void)runAchievementsFixupAsDryRun:(BOOL)arg1 completion:(id /* block */)arg2;
- (id)serverInterface;
Expand Down
8 changes: 8 additions & 0 deletions Frameworks/HealthKit.framework/_HKAchievement.h
Original file line number Diff line number Diff line change
Expand Up @@ -78,13 +78,21 @@

// Image: /System/Library/PrivateFrameworks/FitnessUI.framework/FitnessUI

+ (struct CGSize { float x1; float x2; })_fiui_badgeThumbnailSizeUsingLargerDeviceSize:(BOOL)arg1;
+ (float)fiui_badgeThumbnailRenderingScale;
+ (struct CGSize { float x1; float x2; })fiui_badgeThumbnailRenderingSize;
+ (struct CGSize { float x1; float x2; })fiui_badgeThumbnailSize;

- (void)_addStickersFromBundle:(id)arg1 forType:(id)arg2 toArray:(id)arg3;
- (id)_fiui_badgeAssetNameSuffix;
- (id)_fiui_badgeContainerPath;
- (id)_fiui_imagePathForUncompletedAchievementOfSizeClass:(int)arg1;
- (id)_fiui_pathForAssetNamed:(id)arg1 ofType:(id)arg2;
- (id)fiui_badgeModelFilename;
- (id)fiui_badgePlistPath;
- (id)fiui_badgeTexturePath;
- (id)fiui_compressedBadgeModelPath;
- (BOOL)fiui_hasImageForSizeClass:(int)arg1;
- (id)fiui_imageForSizeClass:(int)arg1;
- (id)fiui_stickerBundle;
- (id)fiui_stickerURLs;
Expand Down
Loading

0 comments on commit 4c6c88f

Please sign in to comment.