Skip to content

Instantly share code, notes, and snippets.

@KAMEDAkyosuke
Last active March 29, 2017 03:08
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save KAMEDAkyosuke/b3c8f9fb4ade2b207c344c8ec6f90189 to your computer and use it in GitHub Desktop.
Save KAMEDAkyosuke/b3c8f9fb4ade2b207c344c8ec6f90189 to your computer and use it in GitHub Desktop.
find . -type f -exec grep -B 10 -nH -e ios\(10.3 {} +
$ cd `xcode-select -p`/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/System/Library/Frameworks
$ find . -type f -exec grep -B 10 -nH -e ios\(10.3 {} +
./AVFoundation.framework/Headers/AVAsset.h-744-- (void)removeFragmentedAsset:(AVAsset<AVFragmentMinding> *)asset;
./AVFoundation.framework/Headers/AVAsset.h-745-
./AVFoundation.framework/Headers/AVAsset.h-746-@end
./AVFoundation.framework/Headers/AVAsset.h-747-
./AVFoundation.framework/Headers/AVAsset.h-748-@interface AVURLAsset (AVURLAssetContentKeyEligibility) <AVContentKeyRecipient>
./AVFoundation.framework/Headers/AVAsset.h-749-
./AVFoundation.framework/Headers/AVAsset.h-750-/*!
./AVFoundation.framework/Headers/AVAsset.h-751- @property mayRequireContentKeysForMediaDataProcessing
./AVFoundation.framework/Headers/AVAsset.h-752- @abstract Allows AVURLAsset to be added as a content key recipient to an AVContentKeySession.
./AVFoundation.framework/Headers/AVAsset.h-753-*/
./AVFoundation.framework/Headers/AVAsset.h:754:@property (nonatomic, readonly) BOOL mayRequireContentKeysForMediaDataProcessing API_AVAILABLE(macosx(10.12.4), ios(10.3), tvos(10.2));
--
./AVFoundation.framework/Headers/AVContentKeySession.h-25-@class AVContentKeyRequest;
./AVFoundation.framework/Headers/AVContentKeySession.h-26-@class AVContentKeyResponse;
./AVFoundation.framework/Headers/AVContentKeySession.h-27-@class AVPersistableContentKeyRequest;
./AVFoundation.framework/Headers/AVContentKeySession.h-28-@protocol AVContentKeyRecipient;
./AVFoundation.framework/Headers/AVContentKeySession.h-29-@protocol AVContentKeySessionDelegate;
./AVFoundation.framework/Headers/AVContentKeySession.h-30-
./AVFoundation.framework/Headers/AVContentKeySession.h-31-/*!
./AVFoundation.framework/Headers/AVContentKeySession.h-32- @group AVContentKeySystem string constants
./AVFoundation.framework/Headers/AVContentKeySession.h-33- @brief Used by AVContentKeySession to determine the method of key delivery
./AVFoundation.framework/Headers/AVContentKeySession.h-34- */
./AVFoundation.framework/Headers/AVContentKeySession.h:35:typedef NSString *AVContentKeySystem NS_STRING_ENUM API_AVAILABLE(macosx(10.12.4), ios(10.3), tvos(10.2));
--
./AVFoundation.framework/Headers/AVContentKeySession.h-36-
./AVFoundation.framework/Headers/AVContentKeySession.h-37-/*!
./AVFoundation.framework/Headers/AVContentKeySession.h-38- @constant AVContentKeySystemFairPlayStreaming
./AVFoundation.framework/Headers/AVContentKeySession.h-39- @discussion Used to specify FairPlay Streaming (FPS) as the method of key delivery.
./AVFoundation.framework/Headers/AVContentKeySession.h-40- */
./AVFoundation.framework/Headers/AVContentKeySession.h:41:AVF_EXPORT AVContentKeySystem const AVContentKeySystemFairPlayStreaming API_AVAILABLE(macosx(10.12.4), ios(10.3), tvos(10.2));
--
./AVFoundation.framework/Headers/AVContentKeySession.h-42-
./AVFoundation.framework/Headers/AVContentKeySession.h:43:API_AVAILABLE(macosx(10.12.4), ios(10.3), tvos(10.2))
--
./AVFoundation.framework/Headers/AVContentKeySession.h-181- @discussion This method is most suitable for use only after the specified expired session reports have been sent to the entity that controls the use of the media data and the entity has acknowledged their receipt.
./AVFoundation.framework/Headers/AVContentKeySession.h-182-*/
./AVFoundation.framework/Headers/AVContentKeySession.h-183-+ (void)removePendingExpiredSessionReports:(NSArray <NSDictionary *> *)expiredSessionReports withAppIdentifier:(NSData *)appIdentifier storageDirectoryAtURL:(NSURL *)storageURL;
./AVFoundation.framework/Headers/AVContentKeySession.h-184-
./AVFoundation.framework/Headers/AVContentKeySession.h-185-@end
./AVFoundation.framework/Headers/AVContentKeySession.h-186-
./AVFoundation.framework/Headers/AVContentKeySession.h-187-/*!
./AVFoundation.framework/Headers/AVContentKeySession.h-188- @group AVContentKeyRequestRetryReason string constants
./AVFoundation.framework/Headers/AVContentKeySession.h-189- @brief Used to specify a reason for asking the client to retry a content key request.
./AVFoundation.framework/Headers/AVContentKeySession.h-190- */
./AVFoundation.framework/Headers/AVContentKeySession.h:191:typedef NSString *AVContentKeyRequestRetryReason NS_STRING_ENUM API_AVAILABLE(macosx(10.12.4), ios(10.3), tvos(10.2));
--
./AVFoundation.framework/Headers/AVContentKeySession.h-192-
./AVFoundation.framework/Headers/AVContentKeySession.h-193-/*!
./AVFoundation.framework/Headers/AVContentKeySession.h-194- @constant AVContentKeyRequestRetryReasonTimedOut
./AVFoundation.framework/Headers/AVContentKeySession.h-195- @discussion Indicates that the content key request should be retried because the key response was not set soon enough either due the initial request/response was taking too long, or a lease was expiring in the meantime.
./AVFoundation.framework/Headers/AVContentKeySession.h-196- */
./AVFoundation.framework/Headers/AVContentKeySession.h:197:AVF_EXPORT AVContentKeyRequestRetryReason const AVContentKeyRequestRetryReasonTimedOut API_AVAILABLE(macosx(10.12.4), ios(10.3), tvos(10.2));
--
./AVFoundation.framework/Headers/AVContentKeySession.h-198-
./AVFoundation.framework/Headers/AVContentKeySession.h-199-/*!
./AVFoundation.framework/Headers/AVContentKeySession.h-200- @constant AVContentKeyRequestRetryReasonReceivedResponseWithExpiredLease
./AVFoundation.framework/Headers/AVContentKeySession.h-201- @discussion Indicates that the content key request should be retried because a key response with expired lease was set on the previous content key request.
./AVFoundation.framework/Headers/AVContentKeySession.h-202- */
./AVFoundation.framework/Headers/AVContentKeySession.h:203:AVF_EXPORT AVContentKeyRequestRetryReason const AVContentKeyRequestRetryReasonReceivedResponseWithExpiredLease API_AVAILABLE(macosx(10.12.4), ios(10.3), tvos(10.2));
--
./AVFoundation.framework/Headers/AVContentKeySession.h-204-
./AVFoundation.framework/Headers/AVContentKeySession.h-205-/*!
./AVFoundation.framework/Headers/AVContentKeySession.h-206- @constant AVContentKeyRequestRetryReasonReceivedObsoleteContentKey
./AVFoundation.framework/Headers/AVContentKeySession.h-207- @discussion Indicates that the content key request should be retried because an obsolete key response was set on the previous content key request.
./AVFoundation.framework/Headers/AVContentKeySession.h-208- */
./AVFoundation.framework/Headers/AVContentKeySession.h:209:AVF_EXPORT AVContentKeyRequestRetryReason const AVContentKeyRequestRetryReasonReceivedObsoleteContentKey API_AVAILABLE(macosx(10.12.4), ios(10.3), tvos(10.2));
--
./AVFoundation.framework/Headers/AVContentKeySession.h-210-
./AVFoundation.framework/Headers/AVContentKeySession.h:211:API_AVAILABLE(macosx(10.12.4), ios(10.3), tvos(10.2))
--
./AVFoundation.framework/Headers/AVContentKeySession.h-299- @constant AVContentKeyRequestStatusFailed
./AVFoundation.framework/Headers/AVContentKeySession.h-300- Indicates that the request has encountered an error. See also the error property.
./AVFoundation.framework/Headers/AVContentKeySession.h-301-*/
./AVFoundation.framework/Headers/AVContentKeySession.h-302-typedef NS_ENUM(NSInteger, AVContentKeyRequestStatus) {
./AVFoundation.framework/Headers/AVContentKeySession.h-303- AVContentKeyRequestStatusRequestingResponse,
./AVFoundation.framework/Headers/AVContentKeySession.h-304- AVContentKeyRequestStatusReceivedResponse,
./AVFoundation.framework/Headers/AVContentKeySession.h-305- AVContentKeyRequestStatusRenewed,
./AVFoundation.framework/Headers/AVContentKeySession.h-306- AVContentKeyRequestStatusRetried,
./AVFoundation.framework/Headers/AVContentKeySession.h-307- AVContentKeyRequestStatusCancelled,
./AVFoundation.framework/Headers/AVContentKeySession.h-308- AVContentKeyRequestStatusFailed
./AVFoundation.framework/Headers/AVContentKeySession.h:309:} API_AVAILABLE(macosx(10.12.4), ios(10.3), tvos(10.2));
--
./AVFoundation.framework/Headers/AVContentKeySession.h-310-
./AVFoundation.framework/Headers/AVContentKeySession.h-311-@class AVContentKeyRequestInternal;
./AVFoundation.framework/Headers/AVContentKeySession.h-312-
./AVFoundation.framework/Headers/AVContentKeySession.h:313:API_AVAILABLE(macosx(10.12.4), ios(10.3), tvos(10.2))
--
./AVFoundation.framework/Headers/AVContentKeySession.h-387-
./AVFoundation.framework/Headers/AVContentKeySession.h-388-/*!
./AVFoundation.framework/Headers/AVContentKeySession.h-389- @method respondByRequestingPersistableContentKeyRequest
./AVFoundation.framework/Headers/AVContentKeySession.h-390- @abstract Informs the receiver to process a persistable content key request.
./AVFoundation.framework/Headers/AVContentKeySession.h-391- @discussion When you receive an AVContentKeyRequest via -contentKeySession:didProvideContentKeyRequest: and you want the resulting key response to produce a key that can persist across multiple playback sessions, you must invoke -respondByRequestingPersistableContentKeyRequest on that AVContentKeyRequest in order to signal that you want to process an AVPersistableContentKeyRequest instead. If the underlying protocol supports persistable content keys, in response your delegate will receive an AVPersistableContentKeyRequest via -contentKeySession:didProvidePersistableContentKeyRequest:.
./AVFoundation.framework/Headers/AVContentKeySession.h-392- */
./AVFoundation.framework/Headers/AVContentKeySession.h-393-- (void)respondByRequestingPersistableContentKeyRequest;
./AVFoundation.framework/Headers/AVContentKeySession.h-394-
./AVFoundation.framework/Headers/AVContentKeySession.h-395-@end
./AVFoundation.framework/Headers/AVContentKeySession.h-396-
./AVFoundation.framework/Headers/AVContentKeySession.h:397:API_AVAILABLE(macosx(10.12.4), ios(10.3), tvos(10.2))
--
./AVFoundation.framework/Headers/AVContentKeySession.h-424-@property (readonly) BOOL renewsExpiringResponseData;
./AVFoundation.framework/Headers/AVContentKeySession.h-425-
./AVFoundation.framework/Headers/AVContentKeySession.h-426-@end
./AVFoundation.framework/Headers/AVContentKeySession.h-427-
./AVFoundation.framework/Headers/AVContentKeySession.h-428-@class AVContentKeyResponseInternal;
./AVFoundation.framework/Headers/AVContentKeySession.h-429-
./AVFoundation.framework/Headers/AVContentKeySession.h-430-/*!
./AVFoundation.framework/Headers/AVContentKeySession.h-431- @class AVContentKeyResponse
./AVFoundation.framework/Headers/AVContentKeySession.h-432- @abstract AVContentKeyResponse is used to represent the data returned from the key server when requesting a key for decrypting content.
./AVFoundation.framework/Headers/AVContentKeySession.h-433-*/
./AVFoundation.framework/Headers/AVContentKeySession.h:434:API_AVAILABLE(macosx(10.12.4), ios(10.3), tvos(10.2))
--
./AVFoundation.framework/Headers/AVContentKeySession.h-448-*/
./AVFoundation.framework/Headers/AVContentKeySession.h-449-+ (instancetype)contentKeyResponseWithFairPlayStreamingKeyResponseData:(NSData *)keyResponseData;
./AVFoundation.framework/Headers/AVContentKeySession.h-450-
./AVFoundation.framework/Headers/AVContentKeySession.h-451-@end
./AVFoundation.framework/Headers/AVContentKeySession.h-452-
./AVFoundation.framework/Headers/AVContentKeySession.h-453-// Options keys for use with -[AVContentKeySession makeStreamingContentKeyRequestDataForApp:contentIdentifier:options:completionHandler:]
./AVFoundation.framework/Headers/AVContentKeySession.h-454-/*!
./AVFoundation.framework/Headers/AVContentKeySession.h-455- @constant AVContentKeyRequestProtocolVersionsKey
./AVFoundation.framework/Headers/AVContentKeySession.h-456- @abstract Specifies the versions of the content protection protocol supported by the application as an NSArray of one or more NSNumber objects.
./AVFoundation.framework/Headers/AVContentKeySession.h-457- */
./AVFoundation.framework/Headers/AVContentKeySession.h:458:AVF_EXPORT NSString *const AVContentKeyRequestProtocolVersionsKey API_AVAILABLE(macosx(10.12.4), ios(10.3), tvos(10.2));
--
./AVFoundation.framework/Headers/AVContentKeySession.h-459-
./AVFoundation.framework/Headers/AVContentKeySession.h-460-/*!
./AVFoundation.framework/Headers/AVContentKeySession.h-461- @protocol AVContentKeyRecipient
./AVFoundation.framework/Headers/AVContentKeySession.h-462-
./AVFoundation.framework/Headers/AVContentKeySession.h-463- @abstract
./AVFoundation.framework/Headers/AVContentKeySession.h-464- Classes of objects that may require decryption keys for media data in order to enable processing, such as parsing or playback, conform to this protocol.
./AVFoundation.framework/Headers/AVContentKeySession.h-465-*/
./AVFoundation.framework/Headers/AVContentKeySession.h:466:API_AVAILABLE(macosx(10.12.4), ios(10.3), tvos(10.2))
--
./Foundation.framework/Headers/NSURLError.h-97- NSURLErrorUserAuthenticationRequired = -1013,
./Foundation.framework/Headers/NSURLError.h-98- NSURLErrorZeroByteResource = -1014,
./Foundation.framework/Headers/NSURLError.h-99- NSURLErrorCannotDecodeRawData = -1015,
./Foundation.framework/Headers/NSURLError.h-100- NSURLErrorCannotDecodeContentData = -1016,
./Foundation.framework/Headers/NSURLError.h-101- NSURLErrorCannotParseResponse = -1017,
./Foundation.framework/Headers/NSURLError.h-102- NSURLErrorAppTransportSecurityRequiresSecureConnection NS_ENUM_AVAILABLE(10_11, 9_0) = -1022,
./Foundation.framework/Headers/NSURLError.h-103- NSURLErrorFileDoesNotExist = -1100,
./Foundation.framework/Headers/NSURLError.h-104- NSURLErrorFileIsDirectory = -1101,
./Foundation.framework/Headers/NSURLError.h-105- NSURLErrorNoPermissionsToReadFile = -1102,
./Foundation.framework/Headers/NSURLError.h-106- NSURLErrorDataLengthExceedsMaximum NS_ENUM_AVAILABLE(10_5, 2_0) = -1103,
./Foundation.framework/Headers/NSURLError.h:107: NSURLErrorFileOutsideSafeArea API_AVAILABLE(macosx(10.12.4), ios(10.3), watchos(3.2), tvos(10.2)) = -1104,
--
./Intents.framework/Headers/INAccountType.h-13-
./Intents.framework/Headers/INAccountType.h-14-typedef NS_ENUM(NSInteger, INAccountType) {
./Intents.framework/Headers/INAccountType.h-15- INAccountTypeUnknown = 0,
./Intents.framework/Headers/INAccountType.h-16- INAccountTypeChecking,
./Intents.framework/Headers/INAccountType.h-17- INAccountTypeCredit,
./Intents.framework/Headers/INAccountType.h-18- INAccountTypeDebit,
./Intents.framework/Headers/INAccountType.h-19- INAccountTypeInvestment,
./Intents.framework/Headers/INAccountType.h-20- INAccountTypeMortgage,
./Intents.framework/Headers/INAccountType.h-21- INAccountTypePrepaid,
./Intents.framework/Headers/INAccountType.h-22- INAccountTypeSaving,
./Intents.framework/Headers/INAccountType.h:23:} API_AVAILABLE(ios(10.3), watchos(3.2)) API_UNAVAILABLE(macosx);
--
./Intents.framework/Headers/INActivateCarSignalIntent.h-9-#import <Intents/INIntentResolutionResult.h>
./Intents.framework/Headers/INActivateCarSignalIntent.h-10-
./Intents.framework/Headers/INActivateCarSignalIntent.h-11-#import <Intents/INCarSignalOptions.h>
./Intents.framework/Headers/INActivateCarSignalIntent.h-12-
./Intents.framework/Headers/INActivateCarSignalIntent.h-13-@class INSpeakableString;
./Intents.framework/Headers/INActivateCarSignalIntent.h-14-@class INSpeakableStringResolutionResult;
./Intents.framework/Headers/INActivateCarSignalIntent.h-15-@class INCarSignalOptionsResolutionResult;
./Intents.framework/Headers/INActivateCarSignalIntent.h-16-
./Intents.framework/Headers/INActivateCarSignalIntent.h-17-NS_ASSUME_NONNULL_BEGIN
./Intents.framework/Headers/INActivateCarSignalIntent.h-18-
./Intents.framework/Headers/INActivateCarSignalIntent.h:19:API_AVAILABLE(ios(10.3), watchos(3.2))
--
./Intents.framework/Headers/INActivateCarSignalIntent.h-30-@end
./Intents.framework/Headers/INActivateCarSignalIntent.h-31-
./Intents.framework/Headers/INActivateCarSignalIntent.h-32-@class INActivateCarSignalIntentResponse;
./Intents.framework/Headers/INActivateCarSignalIntent.h-33-
./Intents.framework/Headers/INActivateCarSignalIntent.h-34-/*!
./Intents.framework/Headers/INActivateCarSignalIntent.h-35- @brief Protocol to declare support for handling an INActivateCarSignalIntent
./Intents.framework/Headers/INActivateCarSignalIntent.h-36- @abstract By implementing this protocol, a class can provide logic for resolving, confirming and handling the intent.
./Intents.framework/Headers/INActivateCarSignalIntent.h-37- @discussion The minimum requirement for an implementing class is that it should be able to handle the intent. The resolution and confirmation methods are optional. The handling method is always called last, after resolving and confirming the intent.
./Intents.framework/Headers/INActivateCarSignalIntent.h-38- */
./Intents.framework/Headers/INActivateCarSignalIntent.h-39-
./Intents.framework/Headers/INActivateCarSignalIntent.h:40:API_AVAILABLE(ios(10.3), watchos(3.2))
--
./Intents.framework/Headers/INActivateCarSignalIntentResponse.h-9-
./Intents.framework/Headers/INActivateCarSignalIntentResponse.h-10-#import <Intents/INCarSignalOptions.h>
./Intents.framework/Headers/INActivateCarSignalIntentResponse.h-11-
./Intents.framework/Headers/INActivateCarSignalIntentResponse.h-12-typedef NS_ENUM(NSInteger, INActivateCarSignalIntentResponseCode) {
./Intents.framework/Headers/INActivateCarSignalIntentResponse.h-13- INActivateCarSignalIntentResponseCodeUnspecified = 0,
./Intents.framework/Headers/INActivateCarSignalIntentResponse.h-14- INActivateCarSignalIntentResponseCodeReady,
./Intents.framework/Headers/INActivateCarSignalIntentResponse.h-15- INActivateCarSignalIntentResponseCodeInProgress,
./Intents.framework/Headers/INActivateCarSignalIntentResponse.h-16- INActivateCarSignalIntentResponseCodeSuccess,
./Intents.framework/Headers/INActivateCarSignalIntentResponse.h-17- INActivateCarSignalIntentResponseCodeFailure,
./Intents.framework/Headers/INActivateCarSignalIntentResponse.h-18- INActivateCarSignalIntentResponseCodeFailureRequiringAppLaunch,
./Intents.framework/Headers/INActivateCarSignalIntentResponse.h:19:} API_AVAILABLE(ios(10.3), watchos(3.2)) API_UNAVAILABLE(macosx);
--
./Intents.framework/Headers/INActivateCarSignalIntentResponse.h-20-
./Intents.framework/Headers/INActivateCarSignalIntentResponse.h-21-NS_ASSUME_NONNULL_BEGIN
./Intents.framework/Headers/INActivateCarSignalIntentResponse.h-22-
./Intents.framework/Headers/INActivateCarSignalIntentResponse.h:23:API_AVAILABLE(ios(10.3), watchos(3.2))
--
./Intents.framework/Headers/INAmountType.h-9-#define INAmountType_h
./Intents.framework/Headers/INAmountType.h-10-
./Intents.framework/Headers/INAmountType.h-11-#import <Foundation/Foundation.h>
./Intents.framework/Headers/INAmountType.h-12-#import <Intents/IntentsDefines.h>
./Intents.framework/Headers/INAmountType.h-13-
./Intents.framework/Headers/INAmountType.h-14-typedef NS_ENUM(NSInteger, INAmountType) {
./Intents.framework/Headers/INAmountType.h-15- INAmountTypeUnknown = 0,
./Intents.framework/Headers/INAmountType.h-16- INAmountTypeMinimumDue,
./Intents.framework/Headers/INAmountType.h-17- INAmountTypeAmountDue,
./Intents.framework/Headers/INAmountType.h-18- INAmountTypeCurrentBalance,
./Intents.framework/Headers/INAmountType.h:19:} API_AVAILABLE(ios(10.3), watchos(3.2)) API_UNAVAILABLE(macosx);
--
./Intents.framework/Headers/INBillDetails.h-9-
./Intents.framework/Headers/INBillDetails.h-10-#import <Intents/INBillType.h>
./Intents.framework/Headers/INBillDetails.h-11-#import <Intents/INPaymentStatus.h>
./Intents.framework/Headers/INBillDetails.h-12-
./Intents.framework/Headers/INBillDetails.h-13-@class INBillPayee;
./Intents.framework/Headers/INBillDetails.h-14-@class INCurrencyAmount;
./Intents.framework/Headers/INBillDetails.h-15-@class INSpeakableString;
./Intents.framework/Headers/INBillDetails.h-16-
./Intents.framework/Headers/INBillDetails.h-17-NS_ASSUME_NONNULL_BEGIN
./Intents.framework/Headers/INBillDetails.h-18-
./Intents.framework/Headers/INBillDetails.h:19:API_AVAILABLE(ios(10.3), watchos(3.2)) API_UNAVAILABLE(macosx)
--
./Intents.framework/Headers/INBillPayee.h-4-//
./Intents.framework/Headers/INBillPayee.h-5-// Copyright © 2016 Apple. All rights reserved.
./Intents.framework/Headers/INBillPayee.h-6-//
./Intents.framework/Headers/INBillPayee.h-7-
./Intents.framework/Headers/INBillPayee.h-8-#import <Foundation/Foundation.h>
./Intents.framework/Headers/INBillPayee.h-9-
./Intents.framework/Headers/INBillPayee.h-10-@class INSpeakableString;
./Intents.framework/Headers/INBillPayee.h-11-
./Intents.framework/Headers/INBillPayee.h-12-NS_ASSUME_NONNULL_BEGIN
./Intents.framework/Headers/INBillPayee.h-13-
./Intents.framework/Headers/INBillPayee.h:14:API_AVAILABLE(ios(10.3), watchos(3.2)) API_UNAVAILABLE(macosx)
--
./Intents.framework/Headers/INBillPayeeResolutionResult.h-4-//
./Intents.framework/Headers/INBillPayeeResolutionResult.h-5-// Copyright © 2016 Apple. All rights reserved.
./Intents.framework/Headers/INBillPayeeResolutionResult.h-6-//
./Intents.framework/Headers/INBillPayeeResolutionResult.h-7-
./Intents.framework/Headers/INBillPayeeResolutionResult.h-8-#import <Intents/INIntentResolutionResult.h>
./Intents.framework/Headers/INBillPayeeResolutionResult.h-9-
./Intents.framework/Headers/INBillPayeeResolutionResult.h-10-@class INBillPayee;
./Intents.framework/Headers/INBillPayeeResolutionResult.h-11-
./Intents.framework/Headers/INBillPayeeResolutionResult.h-12-NS_ASSUME_NONNULL_BEGIN
./Intents.framework/Headers/INBillPayeeResolutionResult.h-13-
./Intents.framework/Headers/INBillPayeeResolutionResult.h:14:API_AVAILABLE(ios(10.3), watchos(3.2))
--
./Intents.framework/Headers/INBillType.h-28- INBillTypeMortgage,
./Intents.framework/Headers/INBillType.h-29- INBillTypeMusicStreaming,
./Intents.framework/Headers/INBillType.h-30- INBillTypePhone,
./Intents.framework/Headers/INBillType.h-31- INBillTypeRent,
./Intents.framework/Headers/INBillType.h-32- INBillTypeSewer,
./Intents.framework/Headers/INBillType.h-33- INBillTypeStudentLoan,
./Intents.framework/Headers/INBillType.h-34- INBillTypeTrafficTicket,
./Intents.framework/Headers/INBillType.h-35- INBillTypeTuition,
./Intents.framework/Headers/INBillType.h-36- INBillTypeUtilities,
./Intents.framework/Headers/INBillType.h-37- INBillTypeWater,
./Intents.framework/Headers/INBillType.h:38:} API_AVAILABLE(ios(10.3), watchos(3.2)) API_UNAVAILABLE(macosx);
--
./Intents.framework/Headers/INBillTypeResolutionResult.h-4-//
./Intents.framework/Headers/INBillTypeResolutionResult.h-5-// Copyright © 2016 Apple. All rights reserved.
./Intents.framework/Headers/INBillTypeResolutionResult.h-6-//
./Intents.framework/Headers/INBillTypeResolutionResult.h-7-
./Intents.framework/Headers/INBillTypeResolutionResult.h-8-#import <Intents/INIntentResolutionResult.h>
./Intents.framework/Headers/INBillTypeResolutionResult.h-9-
./Intents.framework/Headers/INBillTypeResolutionResult.h-10-#import <Intents/INBillType.h>
./Intents.framework/Headers/INBillTypeResolutionResult.h-11-
./Intents.framework/Headers/INBillTypeResolutionResult.h-12-NS_ASSUME_NONNULL_BEGIN
./Intents.framework/Headers/INBillTypeResolutionResult.h-13-
./Intents.framework/Headers/INBillTypeResolutionResult.h:14:API_AVAILABLE(ios(10.3), watchos(3.2))
--
./Intents.framework/Headers/INCarSignalOptions.h-7-
./Intents.framework/Headers/INCarSignalOptions.h-8-#ifndef INCarSignalOptions_h
./Intents.framework/Headers/INCarSignalOptions.h-9-#define INCarSignalOptions_h
./Intents.framework/Headers/INCarSignalOptions.h-10-
./Intents.framework/Headers/INCarSignalOptions.h-11-#import <Foundation/Foundation.h>
./Intents.framework/Headers/INCarSignalOptions.h-12-#import <Intents/IntentsDefines.h>
./Intents.framework/Headers/INCarSignalOptions.h-13-
./Intents.framework/Headers/INCarSignalOptions.h-14-typedef NS_OPTIONS(NSUInteger, INCarSignalOptions) {
./Intents.framework/Headers/INCarSignalOptions.h-15- INCarSignalOptionAudible = (1UL << 0),
./Intents.framework/Headers/INCarSignalOptions.h-16- INCarSignalOptionVisible = (1UL << 1),
./Intents.framework/Headers/INCarSignalOptions.h:17:} API_AVAILABLE(ios(10.3), watchos(3.2)) API_UNAVAILABLE(macosx);
--
./Intents.framework/Headers/INCarSignalOptionsResolutionResult.h-4-//
./Intents.framework/Headers/INCarSignalOptionsResolutionResult.h-5-// Copyright © 2016 Apple. All rights reserved.
./Intents.framework/Headers/INCarSignalOptionsResolutionResult.h-6-//
./Intents.framework/Headers/INCarSignalOptionsResolutionResult.h-7-
./Intents.framework/Headers/INCarSignalOptionsResolutionResult.h-8-#import <Intents/INIntentResolutionResult.h>
./Intents.framework/Headers/INCarSignalOptionsResolutionResult.h-9-
./Intents.framework/Headers/INCarSignalOptionsResolutionResult.h-10-#import <Intents/INCarSignalOptions.h>
./Intents.framework/Headers/INCarSignalOptionsResolutionResult.h-11-
./Intents.framework/Headers/INCarSignalOptionsResolutionResult.h-12-NS_ASSUME_NONNULL_BEGIN
./Intents.framework/Headers/INCarSignalOptionsResolutionResult.h-13-
./Intents.framework/Headers/INCarSignalOptionsResolutionResult.h:14:API_AVAILABLE(ios(10.3), watchos(3.2))
--
./Intents.framework/Headers/INDomainHandling.h-10-#if !TARGET_OS_WATCH
./Intents.framework/Headers/INDomainHandling.h-11-API_AVAILABLE(macosx(10.12), ios(10.0))
./Intents.framework/Headers/INDomainHandling.h-12-@protocol INCallsDomainHandling <INStartAudioCallIntentHandling, INStartVideoCallIntentHandling, INSearchCallHistoryIntentHandling>
./Intents.framework/Headers/INDomainHandling.h-13-@end
./Intents.framework/Headers/INDomainHandling.h-14-#else
./Intents.framework/Headers/INDomainHandling.h-15-API_AVAILABLE(macosx(10.12), ios(10.0), watchos(3.2))
./Intents.framework/Headers/INDomainHandling.h-16-@protocol INCallsDomainHandling <INStartAudioCallIntentHandling, INSearchCallHistoryIntentHandling>
./Intents.framework/Headers/INDomainHandling.h-17-@end
./Intents.framework/Headers/INDomainHandling.h-18-#endif
./Intents.framework/Headers/INDomainHandling.h-19-
./Intents.framework/Headers/INDomainHandling.h:20:API_AVAILABLE(ios(10.3), watchos(3.2))
--
./Intents.framework/Headers/INDomainHandling.h-42-@protocol INMessagesDomainHandling <INSendMessageIntentHandling, INSearchForMessagesIntentHandling, INSetMessageAttributeIntentHandling>
./Intents.framework/Headers/INDomainHandling.h-43-@end
./Intents.framework/Headers/INDomainHandling.h-44-#else
./Intents.framework/Headers/INDomainHandling.h-45-API_AVAILABLE(macosx(10.12), ios(10.0), watchos(3.2))
./Intents.framework/Headers/INDomainHandling.h-46-@protocol INMessagesDomainHandling <INSendMessageIntentHandling, INSearchForMessagesIntentHandling>
./Intents.framework/Headers/INDomainHandling.h-47-@end
./Intents.framework/Headers/INDomainHandling.h-48-#endif
./Intents.framework/Headers/INDomainHandling.h-49-
./Intents.framework/Headers/INDomainHandling.h-50-#if __IPHONE_OS_VERSION_MAX_ALLOWED >= 100300
./Intents.framework/Headers/INDomainHandling.h-51-
./Intents.framework/Headers/INDomainHandling.h:52:API_AVAILABLE(ios(10.3), watchos(3.2))
--
./Intents.framework/Headers/INGetCarLockStatusIntent.h-6-//
./Intents.framework/Headers/INGetCarLockStatusIntent.h-7-
./Intents.framework/Headers/INGetCarLockStatusIntent.h-8-#import <Intents/INIntent.h>
./Intents.framework/Headers/INGetCarLockStatusIntent.h-9-#import <Intents/INIntentResolutionResult.h>
./Intents.framework/Headers/INGetCarLockStatusIntent.h-10-
./Intents.framework/Headers/INGetCarLockStatusIntent.h-11-@class INSpeakableString;
./Intents.framework/Headers/INGetCarLockStatusIntent.h-12-@class INSpeakableStringResolutionResult;
./Intents.framework/Headers/INGetCarLockStatusIntent.h-13-
./Intents.framework/Headers/INGetCarLockStatusIntent.h-14-NS_ASSUME_NONNULL_BEGIN
./Intents.framework/Headers/INGetCarLockStatusIntent.h-15-
./Intents.framework/Headers/INGetCarLockStatusIntent.h:16:API_AVAILABLE(ios(10.3), watchos(3.2))
--
./Intents.framework/Headers/INGetCarLockStatusIntent.h-24-@end
./Intents.framework/Headers/INGetCarLockStatusIntent.h-25-
./Intents.framework/Headers/INGetCarLockStatusIntent.h-26-@class INGetCarLockStatusIntentResponse;
./Intents.framework/Headers/INGetCarLockStatusIntent.h-27-
./Intents.framework/Headers/INGetCarLockStatusIntent.h-28-/*!
./Intents.framework/Headers/INGetCarLockStatusIntent.h-29- @brief Protocol to declare support for handling an INGetCarLockStatusIntent
./Intents.framework/Headers/INGetCarLockStatusIntent.h-30- @abstract By implementing this protocol, a class can provide logic for resolving, confirming and handling the intent.
./Intents.framework/Headers/INGetCarLockStatusIntent.h-31- @discussion The minimum requirement for an implementing class is that it should be able to handle the intent. The resolution and confirmation methods are optional. The handling method is always called last, after resolving and confirming the intent.
./Intents.framework/Headers/INGetCarLockStatusIntent.h-32- */
./Intents.framework/Headers/INGetCarLockStatusIntent.h-33-
./Intents.framework/Headers/INGetCarLockStatusIntent.h:34:API_AVAILABLE(ios(10.3), watchos(3.2))
--
./Intents.framework/Headers/INGetCarLockStatusIntentResponse.h-7-
./Intents.framework/Headers/INGetCarLockStatusIntentResponse.h-8-#import <Intents/INIntentResponse.h>
./Intents.framework/Headers/INGetCarLockStatusIntentResponse.h-9-
./Intents.framework/Headers/INGetCarLockStatusIntentResponse.h-10-typedef NS_ENUM(NSInteger, INGetCarLockStatusIntentResponseCode) {
./Intents.framework/Headers/INGetCarLockStatusIntentResponse.h-11- INGetCarLockStatusIntentResponseCodeUnspecified = 0,
./Intents.framework/Headers/INGetCarLockStatusIntentResponse.h-12- INGetCarLockStatusIntentResponseCodeReady,
./Intents.framework/Headers/INGetCarLockStatusIntentResponse.h-13- INGetCarLockStatusIntentResponseCodeInProgress,
./Intents.framework/Headers/INGetCarLockStatusIntentResponse.h-14- INGetCarLockStatusIntentResponseCodeSuccess,
./Intents.framework/Headers/INGetCarLockStatusIntentResponse.h-15- INGetCarLockStatusIntentResponseCodeFailure,
./Intents.framework/Headers/INGetCarLockStatusIntentResponse.h-16- INGetCarLockStatusIntentResponseCodeFailureRequiringAppLaunch,
./Intents.framework/Headers/INGetCarLockStatusIntentResponse.h:17:} API_AVAILABLE(ios(10.3), watchos(3.2)) API_UNAVAILABLE(macosx);
--
./Intents.framework/Headers/INGetCarLockStatusIntentResponse.h-18-
./Intents.framework/Headers/INGetCarLockStatusIntentResponse.h-19-NS_ASSUME_NONNULL_BEGIN
./Intents.framework/Headers/INGetCarLockStatusIntentResponse.h-20-
./Intents.framework/Headers/INGetCarLockStatusIntentResponse.h:21:API_AVAILABLE(ios(10.3), watchos(3.2))
--
./Intents.framework/Headers/INGetCarPowerLevelStatusIntent.h-6-//
./Intents.framework/Headers/INGetCarPowerLevelStatusIntent.h-7-
./Intents.framework/Headers/INGetCarPowerLevelStatusIntent.h-8-#import <Intents/INIntent.h>
./Intents.framework/Headers/INGetCarPowerLevelStatusIntent.h-9-#import <Intents/INIntentResolutionResult.h>
./Intents.framework/Headers/INGetCarPowerLevelStatusIntent.h-10-
./Intents.framework/Headers/INGetCarPowerLevelStatusIntent.h-11-@class INSpeakableString;
./Intents.framework/Headers/INGetCarPowerLevelStatusIntent.h-12-@class INSpeakableStringResolutionResult;
./Intents.framework/Headers/INGetCarPowerLevelStatusIntent.h-13-
./Intents.framework/Headers/INGetCarPowerLevelStatusIntent.h-14-NS_ASSUME_NONNULL_BEGIN
./Intents.framework/Headers/INGetCarPowerLevelStatusIntent.h-15-
./Intents.framework/Headers/INGetCarPowerLevelStatusIntent.h:16:API_AVAILABLE(ios(10.3), watchos(3.2))
--
./Intents.framework/Headers/INGetCarPowerLevelStatusIntent.h-24-@end
./Intents.framework/Headers/INGetCarPowerLevelStatusIntent.h-25-
./Intents.framework/Headers/INGetCarPowerLevelStatusIntent.h-26-@class INGetCarPowerLevelStatusIntentResponse;
./Intents.framework/Headers/INGetCarPowerLevelStatusIntent.h-27-
./Intents.framework/Headers/INGetCarPowerLevelStatusIntent.h-28-/*!
./Intents.framework/Headers/INGetCarPowerLevelStatusIntent.h-29- @brief Protocol to declare support for handling an INGetCarPowerLevelStatusIntent
./Intents.framework/Headers/INGetCarPowerLevelStatusIntent.h-30- @abstract By implementing this protocol, a class can provide logic for resolving, confirming and handling the intent.
./Intents.framework/Headers/INGetCarPowerLevelStatusIntent.h-31- @discussion The minimum requirement for an implementing class is that it should be able to handle the intent. The resolution and confirmation methods are optional. The handling method is always called last, after resolving and confirming the intent.
./Intents.framework/Headers/INGetCarPowerLevelStatusIntent.h-32- */
./Intents.framework/Headers/INGetCarPowerLevelStatusIntent.h-33-
./Intents.framework/Headers/INGetCarPowerLevelStatusIntent.h:34:API_AVAILABLE(ios(10.3), watchos(3.2))
--
./Intents.framework/Headers/INGetCarPowerLevelStatusIntentResponse.h-7-
./Intents.framework/Headers/INGetCarPowerLevelStatusIntentResponse.h-8-#import <Intents/INIntentResponse.h>
./Intents.framework/Headers/INGetCarPowerLevelStatusIntentResponse.h-9-
./Intents.framework/Headers/INGetCarPowerLevelStatusIntentResponse.h-10-typedef NS_ENUM(NSInteger, INGetCarPowerLevelStatusIntentResponseCode) {
./Intents.framework/Headers/INGetCarPowerLevelStatusIntentResponse.h-11- INGetCarPowerLevelStatusIntentResponseCodeUnspecified = 0,
./Intents.framework/Headers/INGetCarPowerLevelStatusIntentResponse.h-12- INGetCarPowerLevelStatusIntentResponseCodeReady,
./Intents.framework/Headers/INGetCarPowerLevelStatusIntentResponse.h-13- INGetCarPowerLevelStatusIntentResponseCodeInProgress,
./Intents.framework/Headers/INGetCarPowerLevelStatusIntentResponse.h-14- INGetCarPowerLevelStatusIntentResponseCodeSuccess,
./Intents.framework/Headers/INGetCarPowerLevelStatusIntentResponse.h-15- INGetCarPowerLevelStatusIntentResponseCodeFailure,
./Intents.framework/Headers/INGetCarPowerLevelStatusIntentResponse.h-16- INGetCarPowerLevelStatusIntentResponseCodeFailureRequiringAppLaunch,
./Intents.framework/Headers/INGetCarPowerLevelStatusIntentResponse.h:17:} API_AVAILABLE(ios(10.3), watchos(3.2)) API_UNAVAILABLE(macosx);
--
./Intents.framework/Headers/INGetCarPowerLevelStatusIntentResponse.h-18-
./Intents.framework/Headers/INGetCarPowerLevelStatusIntentResponse.h-19-NS_ASSUME_NONNULL_BEGIN
./Intents.framework/Headers/INGetCarPowerLevelStatusIntentResponse.h-20-
./Intents.framework/Headers/INGetCarPowerLevelStatusIntentResponse.h:21:API_AVAILABLE(ios(10.3), watchos(3.2))
--
./Intents.framework/Headers/INPayBillIntent.h-16-@class INPaymentAccountResolutionResult;
./Intents.framework/Headers/INPayBillIntent.h-17-@class INPaymentAmount;
./Intents.framework/Headers/INPayBillIntent.h-18-@class INPaymentAmountResolutionResult;
./Intents.framework/Headers/INPayBillIntent.h-19-@class INDateComponentsRange;
./Intents.framework/Headers/INPayBillIntent.h-20-@class INDateComponentsRangeResolutionResult;
./Intents.framework/Headers/INPayBillIntent.h-21-@class INStringResolutionResult;
./Intents.framework/Headers/INPayBillIntent.h-22-@class INBillTypeResolutionResult;
./Intents.framework/Headers/INPayBillIntent.h-23-
./Intents.framework/Headers/INPayBillIntent.h-24-NS_ASSUME_NONNULL_BEGIN
./Intents.framework/Headers/INPayBillIntent.h-25-
./Intents.framework/Headers/INPayBillIntent.h:26:API_AVAILABLE(ios(10.3), watchos(3.2))
--
./Intents.framework/Headers/INPayBillIntent.h-52-@end
./Intents.framework/Headers/INPayBillIntent.h-53-
./Intents.framework/Headers/INPayBillIntent.h-54-@class INPayBillIntentResponse;
./Intents.framework/Headers/INPayBillIntent.h-55-
./Intents.framework/Headers/INPayBillIntent.h-56-/*!
./Intents.framework/Headers/INPayBillIntent.h-57- @brief Protocol to declare support for handling an INPayBillIntent
./Intents.framework/Headers/INPayBillIntent.h-58- @abstract By implementing this protocol, a class can provide logic for resolving, confirming and handling the intent.
./Intents.framework/Headers/INPayBillIntent.h-59- @discussion The minimum requirement for an implementing class is that it should be able to handle the intent. The resolution and confirmation methods are optional. The handling method is always called last, after resolving and confirming the intent.
./Intents.framework/Headers/INPayBillIntent.h-60- */
./Intents.framework/Headers/INPayBillIntent.h-61-
./Intents.framework/Headers/INPayBillIntent.h:62:API_AVAILABLE(ios(10.3), watchos(3.2))
--
./Intents.framework/Headers/INPayBillIntentResponse.h-14-
./Intents.framework/Headers/INPayBillIntentResponse.h-15-typedef NS_ENUM(NSInteger, INPayBillIntentResponseCode) {
./Intents.framework/Headers/INPayBillIntentResponse.h-16- INPayBillIntentResponseCodeUnspecified = 0,
./Intents.framework/Headers/INPayBillIntentResponse.h-17- INPayBillIntentResponseCodeReady,
./Intents.framework/Headers/INPayBillIntentResponse.h-18- INPayBillIntentResponseCodeInProgress,
./Intents.framework/Headers/INPayBillIntentResponse.h-19- INPayBillIntentResponseCodeSuccess,
./Intents.framework/Headers/INPayBillIntentResponse.h-20- INPayBillIntentResponseCodeFailure,
./Intents.framework/Headers/INPayBillIntentResponse.h-21- INPayBillIntentResponseCodeFailureRequiringAppLaunch,
./Intents.framework/Headers/INPayBillIntentResponse.h-22- INPayBillIntentResponseCodeFailureCredentialsUnverified,
./Intents.framework/Headers/INPayBillIntentResponse.h-23- INPayBillIntentResponseCodeFailureInsufficientFunds,
./Intents.framework/Headers/INPayBillIntentResponse.h:24:} API_AVAILABLE(ios(10.3), watchos(3.2)) API_UNAVAILABLE(macosx);
--
./Intents.framework/Headers/INPayBillIntentResponse.h-25-
./Intents.framework/Headers/INPayBillIntentResponse.h-26-NS_ASSUME_NONNULL_BEGIN
./Intents.framework/Headers/INPayBillIntentResponse.h-27-
./Intents.framework/Headers/INPayBillIntentResponse.h:28:API_AVAILABLE(ios(10.3), watchos(3.2))
--
./Intents.framework/Headers/INPaymentAccount.h-7-
./Intents.framework/Headers/INPaymentAccount.h-8-#import <Foundation/Foundation.h>
./Intents.framework/Headers/INPaymentAccount.h-9-
./Intents.framework/Headers/INPaymentAccount.h-10-#import <Intents/INAccountType.h>
./Intents.framework/Headers/INPaymentAccount.h-11-
./Intents.framework/Headers/INPaymentAccount.h-12-
./Intents.framework/Headers/INPaymentAccount.h-13-NS_ASSUME_NONNULL_BEGIN
./Intents.framework/Headers/INPaymentAccount.h-14-
./Intents.framework/Headers/INPaymentAccount.h-15-@class INSpeakableString;
./Intents.framework/Headers/INPaymentAccount.h-16-
./Intents.framework/Headers/INPaymentAccount.h:17:API_AVAILABLE(ios(10.3), watchos(3.2)) API_UNAVAILABLE(macosx)
--
./Intents.framework/Headers/INPaymentAccountResolutionResult.h-4-//
./Intents.framework/Headers/INPaymentAccountResolutionResult.h-5-// Copyright © 2016 Apple. All rights reserved.
./Intents.framework/Headers/INPaymentAccountResolutionResult.h-6-//
./Intents.framework/Headers/INPaymentAccountResolutionResult.h-7-
./Intents.framework/Headers/INPaymentAccountResolutionResult.h-8-#import <Intents/INIntentResolutionResult.h>
./Intents.framework/Headers/INPaymentAccountResolutionResult.h-9-
./Intents.framework/Headers/INPaymentAccountResolutionResult.h-10-@class INPaymentAccount;
./Intents.framework/Headers/INPaymentAccountResolutionResult.h-11-
./Intents.framework/Headers/INPaymentAccountResolutionResult.h-12-NS_ASSUME_NONNULL_BEGIN
./Intents.framework/Headers/INPaymentAccountResolutionResult.h-13-
./Intents.framework/Headers/INPaymentAccountResolutionResult.h:14:API_AVAILABLE(ios(10.3), watchos(3.2))
--
./Intents.framework/Headers/INPaymentAmount.h-5-// Copyright © 2016 Apple. All rights reserved.
./Intents.framework/Headers/INPaymentAmount.h-6-//
./Intents.framework/Headers/INPaymentAmount.h-7-
./Intents.framework/Headers/INPaymentAmount.h-8-#import <Foundation/Foundation.h>
./Intents.framework/Headers/INPaymentAmount.h-9-#import <Intents/INAmountType.h>
./Intents.framework/Headers/INPaymentAmount.h-10-
./Intents.framework/Headers/INPaymentAmount.h-11-@class INCurrencyAmount;
./Intents.framework/Headers/INPaymentAmount.h-12-
./Intents.framework/Headers/INPaymentAmount.h-13-NS_ASSUME_NONNULL_BEGIN
./Intents.framework/Headers/INPaymentAmount.h-14-
./Intents.framework/Headers/INPaymentAmount.h:15:API_AVAILABLE(ios(10.3), watchos(3.2)) API_UNAVAILABLE(macosx)
--
./Intents.framework/Headers/INPaymentAmountResolutionResult.h-4-//
./Intents.framework/Headers/INPaymentAmountResolutionResult.h-5-// Copyright © 2016 Apple. All rights reserved.
./Intents.framework/Headers/INPaymentAmountResolutionResult.h-6-//
./Intents.framework/Headers/INPaymentAmountResolutionResult.h-7-
./Intents.framework/Headers/INPaymentAmountResolutionResult.h-8-#import <Intents/INIntentResolutionResult.h>
./Intents.framework/Headers/INPaymentAmountResolutionResult.h-9-
./Intents.framework/Headers/INPaymentAmountResolutionResult.h-10-@class INPaymentAmount;
./Intents.framework/Headers/INPaymentAmountResolutionResult.h-11-
./Intents.framework/Headers/INPaymentAmountResolutionResult.h-12-NS_ASSUME_NONNULL_BEGIN
./Intents.framework/Headers/INPaymentAmountResolutionResult.h-13-
./Intents.framework/Headers/INPaymentAmountResolutionResult.h:14:API_AVAILABLE(ios(10.3), watchos(3.2))
--
./Intents.framework/Headers/INPerson+SiriAdditions.h-6-//
./Intents.framework/Headers/INPerson+SiriAdditions.h-7-
./Intents.framework/Headers/INPerson+SiriAdditions.h-8-#import <Intents/INPerson.h>
./Intents.framework/Headers/INPerson+SiriAdditions.h-9-
./Intents.framework/Headers/INPerson+SiriAdditions.h-10-#import <Intents/INSpeakable.h>
./Intents.framework/Headers/INPerson+SiriAdditions.h-11-
./Intents.framework/Headers/INPerson+SiriAdditions.h-12-NS_ASSUME_NONNULL_BEGIN
./Intents.framework/Headers/INPerson+SiriAdditions.h-13-
./Intents.framework/Headers/INPerson+SiriAdditions.h-14-@interface INPerson (SiriAdditions) <INSpeakable>
./Intents.framework/Headers/INPerson+SiriAdditions.h-15-
./Intents.framework/Headers/INPerson+SiriAdditions.h:16:@property (readonly, copy, nullable, NS_NONATOMIC_IOSONLY) NSArray<INPerson *> *siriMatches API_AVAILABLE(ios(10.3), watchos(3.2));
--
./Intents.framework/Headers/INRequestRideIntent.h-21-
./Intents.framework/Headers/INRequestRideIntent.h-22-API_AVAILABLE(ios(10.0), watchos(3.2))
./Intents.framework/Headers/INRequestRideIntent.h-23-API_UNAVAILABLE(macosx)
./Intents.framework/Headers/INRequestRideIntent.h-24-@interface INRequestRideIntent : INIntent
./Intents.framework/Headers/INRequestRideIntent.h-25-
./Intents.framework/Headers/INRequestRideIntent.h-26-- (instancetype)initWithPickupLocation:(nullable CLPlacemark *)pickupLocation
./Intents.framework/Headers/INRequestRideIntent.h-27- dropOffLocation:(nullable CLPlacemark *)dropOffLocation
./Intents.framework/Headers/INRequestRideIntent.h-28- rideOptionName:(nullable INSpeakableString *)rideOptionName
./Intents.framework/Headers/INRequestRideIntent.h-29- partySize:(nullable NSNumber *)partySize
./Intents.framework/Headers/INRequestRideIntent.h-30- paymentMethod:(nullable INPaymentMethod *)paymentMethod
./Intents.framework/Headers/INRequestRideIntent.h:31: scheduledPickupTime:(nullable INDateComponentsRange *)scheduledPickupTime NS_DESIGNATED_INITIALIZER NS_REFINED_FOR_SWIFT API_AVAILABLE(ios(10.3), watchos(3.2));
--
./Intents.framework/Headers/INRequestRideIntent.h-36-// Specifies where the ride should end.
./Intents.framework/Headers/INRequestRideIntent.h-37-@property (readonly, copy, nullable, NS_NONATOMIC_IOSONLY) CLPlacemark *dropOffLocation;
./Intents.framework/Headers/INRequestRideIntent.h-38-
./Intents.framework/Headers/INRequestRideIntent.h-39-@property (readonly, copy, nullable, NS_NONATOMIC_IOSONLY) INSpeakableString *rideOptionName;
./Intents.framework/Headers/INRequestRideIntent.h-40-
./Intents.framework/Headers/INRequestRideIntent.h-41-// Defines the number of people in the party requesting the ride.
./Intents.framework/Headers/INRequestRideIntent.h-42-@property (readonly, copy, nullable, NS_NONATOMIC_IOSONLY) NSNumber *partySize NS_REFINED_FOR_SWIFT;
./Intents.framework/Headers/INRequestRideIntent.h-43-
./Intents.framework/Headers/INRequestRideIntent.h-44-@property (readonly, copy, nullable, NS_NONATOMIC_IOSONLY) INPaymentMethod *paymentMethod;
./Intents.framework/Headers/INRequestRideIntent.h-45-
./Intents.framework/Headers/INRequestRideIntent.h:46:@property (readonly, copy, nullable, NS_NONATOMIC_IOSONLY) INDateComponentsRange *scheduledPickupTime API_AVAILABLE(ios(10.3), watchos(3.2));
--
./Intents.framework/Headers/INRequestRideIntent.h-111-- (void)resolveDropOffLocationForRequestRide:(INRequestRideIntent *)intent
./Intents.framework/Headers/INRequestRideIntent.h-112- withCompletion:(void (^)(INPlacemarkResolutionResult *resolutionResult))completion NS_SWIFT_NAME(resolveDropOffLocation(forRequestRide:with:));
./Intents.framework/Headers/INRequestRideIntent.h-113-
./Intents.framework/Headers/INRequestRideIntent.h-114-- (void)resolveRideOptionNameForRequestRide:(INRequestRideIntent *)intent
./Intents.framework/Headers/INRequestRideIntent.h-115- withCompletion:(void (^)(INSpeakableStringResolutionResult *resolutionResult))completion NS_SWIFT_NAME(resolveRideOptionName(forRequestRide:with:));
./Intents.framework/Headers/INRequestRideIntent.h-116-
./Intents.framework/Headers/INRequestRideIntent.h-117-- (void)resolvePartySizeForRequestRide:(INRequestRideIntent *)intent
./Intents.framework/Headers/INRequestRideIntent.h-118- withCompletion:(void (^)(INIntegerResolutionResult *resolutionResult))completion NS_SWIFT_NAME(resolvePartySize(forRequestRide:with:));
./Intents.framework/Headers/INRequestRideIntent.h-119-
./Intents.framework/Headers/INRequestRideIntent.h-120-- (void)resolveScheduledPickupTimeForRequestRide:(INRequestRideIntent *)intent
./Intents.framework/Headers/INRequestRideIntent.h:121: withCompletion:(void (^)(INDateComponentsRangeResolutionResult *resolutionResult))completion NS_SWIFT_NAME(resolveScheduledPickupTime(forRequestRide:with:))API_AVAILABLE(ios(10.3), watchos(3.2));
--
./Intents.framework/Headers/INRideStatus.h-32-@property (readwrite, copy, nullable, NS_NONATOMIC_IOSONLY) INRideDriver *driver;
./Intents.framework/Headers/INRideStatus.h-33-
./Intents.framework/Headers/INRideStatus.h-34-@property (readwrite, copy, nullable, NS_NONATOMIC_IOSONLY) NSDate *estimatedPickupDate;
./Intents.framework/Headers/INRideStatus.h-35-@property (readwrite, copy, nullable, NS_NONATOMIC_IOSONLY) NSDate *estimatedDropOffDate;
./Intents.framework/Headers/INRideStatus.h-36-
./Intents.framework/Headers/INRideStatus.h-37-// This is the date after arrival at the pickup location after which the ride may stop waiting for the passenger to be picked up.
./Intents.framework/Headers/INRideStatus.h-38-// The passenger is expected to arrive at pickup before this date.
./Intents.framework/Headers/INRideStatus.h-39-@property (readwrite, copy, nullable, NS_NONATOMIC_IOSONLY) NSDate *estimatedPickupEndDate;
./Intents.framework/Headers/INRideStatus.h-40-
./Intents.framework/Headers/INRideStatus.h-41-// Time range for the scheduled pickup.
./Intents.framework/Headers/INRideStatus.h:42:@property (readwrite, copy, nullable, NS_NONATOMIC_IOSONLY) INDateComponentsRange *scheduledPickupTime API_AVAILABLE(ios(10.3), watchos(3.2));
--
./Intents.framework/Headers/INSearchForBillsIntent.h-13-
./Intents.framework/Headers/INSearchForBillsIntent.h-14-@class INBillPayee;
./Intents.framework/Headers/INSearchForBillsIntent.h-15-@class INBillPayeeResolutionResult;
./Intents.framework/Headers/INSearchForBillsIntent.h-16-@class INDateComponentsRange;
./Intents.framework/Headers/INSearchForBillsIntent.h-17-@class INDateComponentsRangeResolutionResult;
./Intents.framework/Headers/INSearchForBillsIntent.h-18-@class INBillTypeResolutionResult;
./Intents.framework/Headers/INSearchForBillsIntent.h-19-@class INPaymentStatusResolutionResult;
./Intents.framework/Headers/INSearchForBillsIntent.h-20-
./Intents.framework/Headers/INSearchForBillsIntent.h-21-NS_ASSUME_NONNULL_BEGIN
./Intents.framework/Headers/INSearchForBillsIntent.h-22-
./Intents.framework/Headers/INSearchForBillsIntent.h:23:API_AVAILABLE(ios(10.3), watchos(3.2))
--
./Intents.framework/Headers/INSearchForBillsIntent.h-43-@end
./Intents.framework/Headers/INSearchForBillsIntent.h-44-
./Intents.framework/Headers/INSearchForBillsIntent.h-45-@class INSearchForBillsIntentResponse;
./Intents.framework/Headers/INSearchForBillsIntent.h-46-
./Intents.framework/Headers/INSearchForBillsIntent.h-47-/*!
./Intents.framework/Headers/INSearchForBillsIntent.h-48- @brief Protocol to declare support for handling an INSearchForBillsIntent
./Intents.framework/Headers/INSearchForBillsIntent.h-49- @abstract By implementing this protocol, a class can provide logic for resolving, confirming and handling the intent.
./Intents.framework/Headers/INSearchForBillsIntent.h-50- @discussion The minimum requirement for an implementing class is that it should be able to handle the intent. The resolution and confirmation methods are optional. The handling method is always called last, after resolving and confirming the intent.
./Intents.framework/Headers/INSearchForBillsIntent.h-51- */
./Intents.framework/Headers/INSearchForBillsIntent.h-52-
./Intents.framework/Headers/INSearchForBillsIntent.h:53:API_AVAILABLE(ios(10.3), watchos(3.2))
--
./Intents.framework/Headers/INSearchForBillsIntentResponse.h-11-
./Intents.framework/Headers/INSearchForBillsIntentResponse.h-12-typedef NS_ENUM(NSInteger, INSearchForBillsIntentResponseCode) {
./Intents.framework/Headers/INSearchForBillsIntentResponse.h-13- INSearchForBillsIntentResponseCodeUnspecified = 0,
./Intents.framework/Headers/INSearchForBillsIntentResponse.h-14- INSearchForBillsIntentResponseCodeReady,
./Intents.framework/Headers/INSearchForBillsIntentResponse.h-15- INSearchForBillsIntentResponseCodeInProgress,
./Intents.framework/Headers/INSearchForBillsIntentResponse.h-16- INSearchForBillsIntentResponseCodeSuccess,
./Intents.framework/Headers/INSearchForBillsIntentResponse.h-17- INSearchForBillsIntentResponseCodeFailure,
./Intents.framework/Headers/INSearchForBillsIntentResponse.h-18- INSearchForBillsIntentResponseCodeFailureRequiringAppLaunch,
./Intents.framework/Headers/INSearchForBillsIntentResponse.h-19- INSearchForBillsIntentResponseCodeFailureCredentialsUnverified,
./Intents.framework/Headers/INSearchForBillsIntentResponse.h-20- INSearchForBillsIntentResponseCodeFailureBillNotFound,
./Intents.framework/Headers/INSearchForBillsIntentResponse.h:21:} API_AVAILABLE(ios(10.3), watchos(3.2)) API_UNAVAILABLE(macosx);
--
./Intents.framework/Headers/INSearchForBillsIntentResponse.h-22-
./Intents.framework/Headers/INSearchForBillsIntentResponse.h-23-NS_ASSUME_NONNULL_BEGIN
./Intents.framework/Headers/INSearchForBillsIntentResponse.h-24-
./Intents.framework/Headers/INSearchForBillsIntentResponse.h:25:API_AVAILABLE(ios(10.3), watchos(3.2))
--
./Intents.framework/Headers/INSetCarLockStatusIntent.h-7-
./Intents.framework/Headers/INSetCarLockStatusIntent.h-8-#import <Intents/INIntent.h>
./Intents.framework/Headers/INSetCarLockStatusIntent.h-9-#import <Intents/INIntentResolutionResult.h>
./Intents.framework/Headers/INSetCarLockStatusIntent.h-10-
./Intents.framework/Headers/INSetCarLockStatusIntent.h-11-@class INBooleanResolutionResult;
./Intents.framework/Headers/INSetCarLockStatusIntent.h-12-@class INSpeakableString;
./Intents.framework/Headers/INSetCarLockStatusIntent.h-13-@class INSpeakableStringResolutionResult;
./Intents.framework/Headers/INSetCarLockStatusIntent.h-14-
./Intents.framework/Headers/INSetCarLockStatusIntent.h-15-NS_ASSUME_NONNULL_BEGIN
./Intents.framework/Headers/INSetCarLockStatusIntent.h-16-
./Intents.framework/Headers/INSetCarLockStatusIntent.h:17:API_AVAILABLE(ios(10.3), watchos(3.2))
--
./Intents.framework/Headers/INSetCarLockStatusIntent.h-28-@end
./Intents.framework/Headers/INSetCarLockStatusIntent.h-29-
./Intents.framework/Headers/INSetCarLockStatusIntent.h-30-@class INSetCarLockStatusIntentResponse;
./Intents.framework/Headers/INSetCarLockStatusIntent.h-31-
./Intents.framework/Headers/INSetCarLockStatusIntent.h-32-/*!
./Intents.framework/Headers/INSetCarLockStatusIntent.h-33- @brief Protocol to declare support for handling an INSetCarLockStatusIntent
./Intents.framework/Headers/INSetCarLockStatusIntent.h-34- @abstract By implementing this protocol, a class can provide logic for resolving, confirming and handling the intent.
./Intents.framework/Headers/INSetCarLockStatusIntent.h-35- @discussion The minimum requirement for an implementing class is that it should be able to handle the intent. The resolution and confirmation methods are optional. The handling method is always called last, after resolving and confirming the intent.
./Intents.framework/Headers/INSetCarLockStatusIntent.h-36- */
./Intents.framework/Headers/INSetCarLockStatusIntent.h-37-
./Intents.framework/Headers/INSetCarLockStatusIntent.h:38:API_AVAILABLE(ios(10.3), watchos(3.2))
--
./Intents.framework/Headers/INSetCarLockStatusIntentResponse.h-7-
./Intents.framework/Headers/INSetCarLockStatusIntentResponse.h-8-#import <Intents/INIntentResponse.h>
./Intents.framework/Headers/INSetCarLockStatusIntentResponse.h-9-
./Intents.framework/Headers/INSetCarLockStatusIntentResponse.h-10-typedef NS_ENUM(NSInteger, INSetCarLockStatusIntentResponseCode) {
./Intents.framework/Headers/INSetCarLockStatusIntentResponse.h-11- INSetCarLockStatusIntentResponseCodeUnspecified = 0,
./Intents.framework/Headers/INSetCarLockStatusIntentResponse.h-12- INSetCarLockStatusIntentResponseCodeReady,
./Intents.framework/Headers/INSetCarLockStatusIntentResponse.h-13- INSetCarLockStatusIntentResponseCodeInProgress,
./Intents.framework/Headers/INSetCarLockStatusIntentResponse.h-14- INSetCarLockStatusIntentResponseCodeSuccess,
./Intents.framework/Headers/INSetCarLockStatusIntentResponse.h-15- INSetCarLockStatusIntentResponseCodeFailure,
./Intents.framework/Headers/INSetCarLockStatusIntentResponse.h-16- INSetCarLockStatusIntentResponseCodeFailureRequiringAppLaunch,
./Intents.framework/Headers/INSetCarLockStatusIntentResponse.h:17:} API_AVAILABLE(ios(10.3), watchos(3.2)) API_UNAVAILABLE(macosx);
--
./Intents.framework/Headers/INSetCarLockStatusIntentResponse.h-18-
./Intents.framework/Headers/INSetCarLockStatusIntentResponse.h-19-NS_ASSUME_NONNULL_BEGIN
./Intents.framework/Headers/INSetCarLockStatusIntentResponse.h-20-
./Intents.framework/Headers/INSetCarLockStatusIntentResponse.h:21:API_AVAILABLE(ios(10.3), watchos(3.2))
--
./UIKit.framework/Headers/UIApplication.h-254-@end
./UIKit.framework/Headers/UIApplication.h-255-
./UIKit.framework/Headers/UIApplication.h-256-@class UIApplicationShortcutItem;
./UIKit.framework/Headers/UIApplication.h-257-@interface UIApplication (UIShortcutItems)
./UIKit.framework/Headers/UIApplication.h-258-// Register shortcuts to display on the home screen, or retrieve currently registered shortcuts.
./UIKit.framework/Headers/UIApplication.h-259-@property (nullable, nonatomic, copy) NSArray<UIApplicationShortcutItem *> *shortcutItems NS_AVAILABLE_IOS(9_0) __TVOS_PROHIBITED;
./UIKit.framework/Headers/UIApplication.h-260-@end
./UIKit.framework/Headers/UIApplication.h-261-
./UIKit.framework/Headers/UIApplication.h-262-@interface UIApplication (UIAlternateApplicationIcons)
./UIKit.framework/Headers/UIApplication.h-263-// If false, alternate icons are not supported for the current process.
./UIKit.framework/Headers/UIApplication.h:264:@property (readonly, nonatomic) BOOL supportsAlternateIcons NS_EXTENSION_UNAVAILABLE("Extensions may not have alternate icons") API_AVAILABLE(ios(10.3), tvos(10.2));
--
./UIKit.framework/Headers/UIApplication.h-265-
./UIKit.framework/Headers/UIApplication.h-266-// Pass `nil` to use the primary application icon. The completion handler will be invoked asynchronously on an arbitrary background queue; be sure to dispatch back to the main queue before doing any further UI work.
./UIKit.framework/Headers/UIApplication.h:267:- (void)setAlternateIconName:(nullable NSString *)alternateIconName completionHandler:(nullable void (^)(NSError *_Nullable error))completionHandler NS_EXTENSION_UNAVAILABLE("Extensions may not have alternate icons") API_AVAILABLE(ios(10.3), tvos(10.2));
--
./UIKit.framework/Headers/UIApplication.h-268-
./UIKit.framework/Headers/UIApplication.h-269-// If `nil`, the primary application icon is being used.
./UIKit.framework/Headers/UIApplication.h:270:@property (nullable, readonly, nonatomic) NSString *alternateIconName NS_EXTENSION_UNAVAILABLE("Extensions may not have alternate icons") API_AVAILABLE(ios(10.3), tvos(10.2));
--
./VideoSubscriberAccount.framework/Headers/VideoSubscriberAccountErrors.h-25-/// A key that can be used to obtain the subscription provider's SAML status code string from an error user info dictionary.
./VideoSubscriberAccount.framework/Headers/VideoSubscriberAccountErrors.h-26-VS_EXTERN NSString * const VSErrorInfoKeySAMLResponseStatus
./VideoSubscriberAccount.framework/Headers/VideoSubscriberAccountErrors.h-27-API_AVAILABLE(ios(10.0), tvos(10.0));
./VideoSubscriberAccount.framework/Headers/VideoSubscriberAccountErrors.h-28-
./VideoSubscriberAccount.framework/Headers/VideoSubscriberAccountErrors.h-29-/// A key that can be used to obtain the account provider's response object from an error user info dictionary.
./VideoSubscriberAccount.framework/Headers/VideoSubscriberAccountErrors.h-30-VS_EXTERN NSString * const VSErrorInfoKeyAccountProviderResponse
./VideoSubscriberAccount.framework/Headers/VideoSubscriberAccountErrors.h-31-API_AVAILABLE(ios(10.2), tvos(10.1));
./VideoSubscriberAccount.framework/Headers/VideoSubscriberAccountErrors.h-32-
./VideoSubscriberAccount.framework/Headers/VideoSubscriberAccountErrors.h-33-/// A key that can be used to obtain the identifier string of the user's unsupported subscription provider from an error user info dictionary.
./VideoSubscriberAccount.framework/Headers/VideoSubscriberAccountErrors.h-34-VS_EXTERN NSString * const VSErrorInfoKeyUnsupportedProviderIdentifier
./VideoSubscriberAccount.framework/Headers/VideoSubscriberAccountErrors.h:35:API_AVAILABLE(ios(10.3), tvos(10.3));
$ find . -type f -exec grep -B 10 -nH -e NS_AVAILABLE_IOS\(10_3 {} +
./AVFoundation.framework/Frameworks/AVFAudio.framework/Headers/AVAudioSession.h-577-AVF_EXPORT NSString *const AVAudioSessionInterruptionOptionKey NS_AVAILABLE_IOS(6_0);
./AVFoundation.framework/Frameworks/AVFAudio.framework/Headers/AVAudioSession.h-578-
./AVFoundation.framework/Frameworks/AVFAudio.framework/Headers/AVAudioSession.h-579- /* Only present in begin interruption events, where the interruption is a direct result of the application being suspended
./AVFoundation.framework/Frameworks/AVFAudio.framework/Headers/AVAudioSession.h-580- by the operating sytem. Value is a boolean NSNumber, where a true value indicates that the interruption is the result
./AVFoundation.framework/Frameworks/AVFAudio.framework/Headers/AVAudioSession.h-581- of the application being suspended, rather than being interrupted by another audio session.
./AVFoundation.framework/Frameworks/AVFAudio.framework/Headers/AVAudioSession.h-582-
./AVFoundation.framework/Frameworks/AVFAudio.framework/Headers/AVAudioSession.h-583- Starting in iOS 10, the system will deactivate the audio session of most apps in response to the app process
./AVFoundation.framework/Frameworks/AVFAudio.framework/Headers/AVAudioSession.h-584- being suspended. When the app starts running again, it will receive the notification that its session has been deactivated
./AVFoundation.framework/Frameworks/AVFAudio.framework/Headers/AVAudioSession.h-585- by the system. Note that the notification is necessarily delayed in time, due to the fact that the application was suspended
./AVFoundation.framework/Frameworks/AVFAudio.framework/Headers/AVAudioSession.h-586- at the time the session was deactivated by the system and the notification can only be delivered once the app is running again. */
./AVFoundation.framework/Frameworks/AVFAudio.framework/Headers/AVAudioSession.h:587:AVF_EXPORT NSString *const AVAudioSessionInterruptionWasSuspendedKey NS_AVAILABLE_IOS(10_3);
--
./HomeKit.framework/Headers/HMCharacteristicTypes.h-503-/*!
./HomeKit.framework/Headers/HMCharacteristicTypes.h-504- * @brief Characteristic type for image mirroring. The value is boolean.
./HomeKit.framework/Headers/HMCharacteristicTypes.h-505- */
./HomeKit.framework/Headers/HMCharacteristicTypes.h-506-HM_EXTERN NSString * const HMCharacteristicTypeImageMirroring NS_AVAILABLE_IOS(10_0) __WATCHOS_AVAILABLE(3_0) __TVOS_AVAILABLE(10_0);
./HomeKit.framework/Headers/HMCharacteristicTypes.h-507-
./HomeKit.framework/Headers/HMCharacteristicTypes.h-508-/*!
./HomeKit.framework/Headers/HMCharacteristicTypes.h-509- * @brief Characteristic type for label namespace used to label the services on an accessory with
./HomeKit.framework/Headers/HMCharacteristicTypes.h-510- * multiple services of the same type. The value of the characteristic is one of the values
./HomeKit.framework/Headers/HMCharacteristicTypes.h-511- * defined for HMCharacteristicValueLabelNamespace.
./HomeKit.framework/Headers/HMCharacteristicTypes.h-512- */
./HomeKit.framework/Headers/HMCharacteristicTypes.h:513:HM_EXTERN NSString * const HMCharacteristicTypeLabelNamespace NS_AVAILABLE_IOS(10_3) __WATCHOS_AVAILABLE(3_2) __TVOS_AVAILABLE(10_2);
--
./HomeKit.framework/Headers/HMCharacteristicTypes.h-514-
./HomeKit.framework/Headers/HMCharacteristicTypes.h-515-/*!
./HomeKit.framework/Headers/HMCharacteristicTypes.h-516- * @brief Characteristic type describing the index of the label for the service on accessory with multiple
./HomeKit.framework/Headers/HMCharacteristicTypes.h-517- * instances of the same service. The value is an integer and starts from 1.
./HomeKit.framework/Headers/HMCharacteristicTypes.h-518- * For a label namespace of HMCharacteristicValueLabelNamespaceDot, label index indicates the
./HomeKit.framework/Headers/HMCharacteristicTypes.h-519- * number of dots - ., .., ..., and so on.
./HomeKit.framework/Headers/HMCharacteristicTypes.h-520- * For a label namespace of HMCharacteristicValueLabelNamespaceNumeral, label index indicates the arabic
./HomeKit.framework/Headers/HMCharacteristicTypes.h-521- * numeral - 1, 2, 3, and so on.
./HomeKit.framework/Headers/HMCharacteristicTypes.h-522- */
./HomeKit.framework/Headers/HMCharacteristicTypes.h:523:HM_EXTERN NSString * const HMCharacteristicTypeLabelIndex NS_AVAILABLE_IOS(10_3) __WATCHOS_AVAILABLE(3_2) __TVOS_AVAILABLE(10_2);
--
./HomeKit.framework/Headers/HMServiceTypes.h-201-HM_EXTERN NSString * const HMServiceTypeHumidifierDehumidifier NS_AVAILABLE_IOS(10_2) __WATCHOS_AVAILABLE(3_1_1) __TVOS_AVAILABLE(10_1);
./HomeKit.framework/Headers/HMServiceTypes.h-202-
./HomeKit.framework/Headers/HMServiceTypes.h-203-/*!
./HomeKit.framework/Headers/HMServiceTypes.h-204- * @brief Service type for slats.
./HomeKit.framework/Headers/HMServiceTypes.h-205- */
./HomeKit.framework/Headers/HMServiceTypes.h-206-HM_EXTERN NSString * const HMServiceTypeSlats NS_AVAILABLE_IOS(10_2) __WATCHOS_AVAILABLE(3_1_1) __TVOS_AVAILABLE(10_1);
./HomeKit.framework/Headers/HMServiceTypes.h-207-
./HomeKit.framework/Headers/HMServiceTypes.h-208-/*!
./HomeKit.framework/Headers/HMServiceTypes.h-209- * @brief Service type for label namespace when accessory supports multiple services of the same type.
./HomeKit.framework/Headers/HMServiceTypes.h-210- */
./HomeKit.framework/Headers/HMServiceTypes.h:211:HM_EXTERN NSString * const HMServiceTypeLabel NS_AVAILABLE_IOS(10_3) __WATCHOS_AVAILABLE(3_2) __TVOS_AVAILABLE(10_2);
--
./MediaPlayer.framework/Headers/MPMediaItem.h-149-MP_EXTERN NSString * const MPMediaItemPropertyUserGrouping NS_AVAILABLE(10_12_2, 4_0);
./MediaPlayer.framework/Headers/MPMediaItem.h-150-@property (nonatomic, readonly, nullable) NSString *userGrouping NS_AVAILABLE_IOS(8_0);
./MediaPlayer.framework/Headers/MPMediaItem.h-151-
./MediaPlayer.framework/Headers/MPMediaItem.h-152-MP_EXTERN NSString * const MPMediaItemPropertyBookmarkTime NS_AVAILABLE(10_12_2, 6_0);
./MediaPlayer.framework/Headers/MPMediaItem.h-153-@property (nonatomic, readonly) NSTimeInterval bookmarkTime NS_AVAILABLE_IOS(7_0);
./MediaPlayer.framework/Headers/MPMediaItem.h-154-
./MediaPlayer.framework/Headers/MPMediaItem.h-155-MP_EXTERN NSString * const MPMediaItemPropertyDateAdded NS_AVAILABLE(10_12_2, 10_0);
./MediaPlayer.framework/Headers/MPMediaItem.h-156-@property (nonatomic, readonly) NSDate *dateAdded NS_AVAILABLE_IOS(10_0);
./MediaPlayer.framework/Headers/MPMediaItem.h-157-
./MediaPlayer.framework/Headers/MPMediaItem.h-158-// Matches the id used by MPMusicPlayerController to enqueue store tracks
./MediaPlayer.framework/Headers/MPMediaItem.h:159:MP_EXTERN NSString * const MPMediaItemPropertyPlaybackStoreID NS_AVAILABLE_IOS(10_3);
./MediaPlayer.framework/Headers/MPMediaItem.h:160:@property (nonatomic, readonly) NSString *playbackStoreID NS_AVAILABLE_IOS(10_3);
--
./MediaPlayer.framework/Headers/MPMusicPlayerController.h-42-
./MediaPlayer.framework/Headers/MPMusicPlayerController.h-43-// MPMusicPlayerController allows playback of MPMediaItems through the Music application.
./MediaPlayer.framework/Headers/MPMusicPlayerController.h-44-MP_API_IOS_AVAILABLE_MACOS_TVOS_PROHIBITED(3.0, 10.12.2, 3.0)
./MediaPlayer.framework/Headers/MPMusicPlayerController.h-45-@interface MPMusicPlayerController : NSObject <MPMediaPlayback>
./MediaPlayer.framework/Headers/MPMusicPlayerController.h-46-
./MediaPlayer.framework/Headers/MPMusicPlayerController.h-47-
./MediaPlayer.framework/Headers/MPMusicPlayerController.h-48-/// Playing media items with the applicationMusicPlayer will restore the user's Music state after the application quits.
./MediaPlayer.framework/Headers/MPMusicPlayerController.h-49-+ (MPMusicPlayerController *)applicationMusicPlayer;
./MediaPlayer.framework/Headers/MPMusicPlayerController.h-50-
./MediaPlayer.framework/Headers/MPMusicPlayerController.h-51-/// Similar to applicationMusicPlayer, but allows direct manipulation of the queue.
./MediaPlayer.framework/Headers/MPMusicPlayerController.h:52:+ (MPMusicPlayerApplicationController *)applicationQueuePlayer NS_AVAILABLE_IOS(10_3);
--
./MediaPlayer.framework/Headers/MPMusicPlayerController.h-83-// May return NSNotFound if the index is not valid (e.g. an empty queue or an infinite playlist).
./MediaPlayer.framework/Headers/MPMusicPlayerController.h-84-@property (nonatomic, readonly) NSUInteger indexOfNowPlayingItem NS_AVAILABLE_IOS(5_0);
./MediaPlayer.framework/Headers/MPMusicPlayerController.h-85-
./MediaPlayer.framework/Headers/MPMusicPlayerController.h-86-// Call -play to begin playback after setting an item queue source. Setting a query will implicitly use MPMediaGroupingTitle.
./MediaPlayer.framework/Headers/MPMusicPlayerController.h-87-- (void)setQueueWithQuery:(MPMediaQuery *)query;
./MediaPlayer.framework/Headers/MPMusicPlayerController.h-88-- (void)setQueueWithItemCollection:(MPMediaItemCollection *)itemCollection;
./MediaPlayer.framework/Headers/MPMusicPlayerController.h-89-- (void)setQueueWithStoreIDs:(NSArray<NSString *> *)storeIDs NS_AVAILABLE_IOS(9_3);
./MediaPlayer.framework/Headers/MPMusicPlayerController.h-90-- (void)setQueueWithDescriptor:(MPMusicPlayerQueueDescriptor *)descriptor NS_AVAILABLE_IOS(10_1);
./MediaPlayer.framework/Headers/MPMusicPlayerController.h-91-
./MediaPlayer.framework/Headers/MPMusicPlayerController.h-92-// Inserts the contents of the queue descriptor after the now playing item
./MediaPlayer.framework/Headers/MPMusicPlayerController.h:93:- (void)prependQueueDescriptor:(MPMusicPlayerQueueDescriptor *)descriptor NS_AVAILABLE_IOS(10_3);
--
./MediaPlayer.framework/Headers/MPMusicPlayerController.h-94-
./MediaPlayer.framework/Headers/MPMusicPlayerController.h-95-// Adds the contents of the queue descriptor to the end of the queue
./MediaPlayer.framework/Headers/MPMusicPlayerController.h:96:- (void)appendQueueDescriptor:(MPMusicPlayerQueueDescriptor *)descriptor NS_AVAILABLE_IOS(10_3);
--
./Metal.framework/Headers/MTLCommandBuffer.h-111- @abstract If YES, this command buffer holds strong references to objects needed to execute this command buffer.
./Metal.framework/Headers/MTLCommandBuffer.h-112- */
./Metal.framework/Headers/MTLCommandBuffer.h-113-@property (readonly) BOOL retainedReferences;
./Metal.framework/Headers/MTLCommandBuffer.h-114-
./Metal.framework/Headers/MTLCommandBuffer.h-115-/*!
./Metal.framework/Headers/MTLCommandBuffer.h-116- @property label
./Metal.framework/Headers/MTLCommandBuffer.h-117- @abstract A string to help identify this object.
./Metal.framework/Headers/MTLCommandBuffer.h-118- */
./Metal.framework/Headers/MTLCommandBuffer.h-119-@property (nullable, copy, atomic) NSString *label;
./Metal.framework/Headers/MTLCommandBuffer.h-120-
./Metal.framework/Headers/MTLCommandBuffer.h:121:@property (readonly) CFTimeInterval kernelStartTime NS_AVAILABLE_IOS(10_3);
./Metal.framework/Headers/MTLCommandBuffer.h:122:@property (readonly) CFTimeInterval kernelEndTime NS_AVAILABLE_IOS(10_3);
--
./Metal.framework/Headers/MTLCommandBuffer.h-123-
./Metal.framework/Headers/MTLCommandBuffer.h-124-/*!
./Metal.framework/Headers/MTLCommandBuffer.h-125- @property GPUStartTime
./Metal.framework/Headers/MTLCommandBuffer.h-126- @abstract The host time in seconds that GPU starts exeucting this command buffer. Returns zero if it has not started. This usually can be called in command buffer completion handler.
./Metal.framework/Headers/MTLCommandBuffer.h-127- */
./Metal.framework/Headers/MTLCommandBuffer.h:128:@property (readonly) CFTimeInterval GPUStartTime NS_AVAILABLE_IOS(10_3);
--
./Metal.framework/Headers/MTLCommandBuffer.h-129-/*!
./Metal.framework/Headers/MTLCommandBuffer.h-130- @property GPUEndTime
./Metal.framework/Headers/MTLCommandBuffer.h-131- @abstract The host time in seconds that GPU finishes exeucting this command buffer. Returns zero if CPU has not received completion notification. This usually can be called in command buffer completion handler.
./Metal.framework/Headers/MTLCommandBuffer.h-132- */
./Metal.framework/Headers/MTLCommandBuffer.h:133:@property (readonly) CFTimeInterval GPUEndTime NS_AVAILABLE_IOS(10_3);
--
./Metal.framework/Headers/MTLDrawable.h-29-- (void)present;
./Metal.framework/Headers/MTLDrawable.h-30-
./Metal.framework/Headers/MTLDrawable.h-31-/* Present this drawable at the given host time */
./Metal.framework/Headers/MTLDrawable.h-32-- (void)presentAtTime:(CFTimeInterval)presentationTime;
./Metal.framework/Headers/MTLDrawable.h-33-
./Metal.framework/Headers/MTLDrawable.h-34-/*!
./Metal.framework/Headers/MTLDrawable.h-35- @method presentAfterMinimumDuration
./Metal.framework/Headers/MTLDrawable.h-36- @abstract Present this drawable while setting a minimum duration in seconds before allowing this drawable to appear on the display.
./Metal.framework/Headers/MTLDrawable.h-37- @param duration Duration in seconds before this drawable is allowed to appear on the display
./Metal.framework/Headers/MTLDrawable.h-38- */
./Metal.framework/Headers/MTLDrawable.h:39:- (void)presentAfterMinimumDuration:(CFTimeInterval)duration NS_AVAILABLE_IOS(10_3);
--
./Metal.framework/Headers/MTLDrawable.h-40-
./Metal.framework/Headers/MTLDrawable.h-41-/*!
./Metal.framework/Headers/MTLDrawable.h-42- @method addPresentedHandler
./Metal.framework/Headers/MTLDrawable.h-43- @abstract Add a block to be called when this drawable is presented on screen.
./Metal.framework/Headers/MTLDrawable.h-44- */
./Metal.framework/Headers/MTLDrawable.h:45:- (void)addPresentedHandler:(MTLDrawablePresentedHandler)block NS_AVAILABLE_IOS(10_3);
--
./Metal.framework/Headers/MTLDrawable.h-46-
./Metal.framework/Headers/MTLDrawable.h-47-/*!
./Metal.framework/Headers/MTLDrawable.h-48- @property presentedTime
./Metal.framework/Headers/MTLDrawable.h-49- @abstract The host time that this drawable was presented on screen.
./Metal.framework/Headers/MTLDrawable.h-50- @discussion Returns 0 if a frame has not been presented or has been skipped.
./Metal.framework/Headers/MTLDrawable.h-51- */
./Metal.framework/Headers/MTLDrawable.h:52:@property(nonatomic, readonly) CFTimeInterval presentedTime NS_AVAILABLE_IOS(10_3);
--
./Metal.framework/Headers/MTLDrawable.h-53-
./Metal.framework/Headers/MTLDrawable.h-54-/*!
./Metal.framework/Headers/MTLDrawable.h-55- @property drawableID
./Metal.framework/Headers/MTLDrawable.h-56- @abstract The monotonically incremented ID for all MTLDrawable objects created from the same CAMetalLayer object.
./Metal.framework/Headers/MTLDrawable.h-57- @discussion The value starts from 0.
./Metal.framework/Headers/MTLDrawable.h-58-*/
./Metal.framework/Headers/MTLDrawable.h:59:@property (nonatomic, readonly) NSUInteger drawableID NS_AVAILABLE_IOS(10_3);
--
./PassKit.framework/Headers/PKConstants.h-10-#ifndef PKCONSTANTS_H
./PassKit.framework/Headers/PKConstants.h-11-#define PKCONSTANTS_H
./PassKit.framework/Headers/PKConstants.h-12-
./PassKit.framework/Headers/PKConstants.h-13-
./PassKit.framework/Headers/PKConstants.h-14-typedef NSString * PKEncryptionScheme NS_STRING_ENUM;
./PassKit.framework/Headers/PKConstants.h-15-extern PKEncryptionScheme const PKEncryptionSchemeECC_V2 NS_AVAILABLE_IOS(9_0);
./PassKit.framework/Headers/PKConstants.h-16-extern PKEncryptionScheme const PKEncryptionSchemeRSA_V2 NS_AVAILABLE_IOS(10_0);
./PassKit.framework/Headers/PKConstants.h-17-
./PassKit.framework/Headers/PKConstants.h-18-typedef NSString * PKPaymentNetwork NS_EXTENSIBLE_STRING_ENUM;
./PassKit.framework/Headers/PKConstants.h-19-extern PKPaymentNetwork const PKPaymentNetworkAmex NS_AVAILABLE_IOS(8_0) __WATCHOS_AVAILABLE(3.0);
./PassKit.framework/Headers/PKConstants.h:20:extern PKPaymentNetwork const PKPaymentNetworkCarteBancaire NS_AVAILABLE_IOS(10_3) __WATCHOS_AVAILABLE(3.2);
--
./PassKit.framework/Headers/PKConstants.h-21-extern PKPaymentNetwork const PKPaymentNetworkChinaUnionPay NS_AVAILABLE_IOS(9_2) __WATCHOS_AVAILABLE(3.0);
./PassKit.framework/Headers/PKConstants.h-22-extern PKPaymentNetwork const PKPaymentNetworkDiscover NS_AVAILABLE_IOS(9_0) __WATCHOS_AVAILABLE(3.0);
./PassKit.framework/Headers/PKConstants.h-23-extern PKPaymentNetwork const PKPaymentNetworkInterac NS_AVAILABLE_IOS(9_2) __WATCHOS_AVAILABLE(3.0);
./PassKit.framework/Headers/PKConstants.h-24-extern PKPaymentNetwork const PKPaymentNetworkMasterCard NS_AVAILABLE_IOS(8_0) __WATCHOS_AVAILABLE(3.0);
./PassKit.framework/Headers/PKConstants.h-25-extern PKPaymentNetwork const PKPaymentNetworkPrivateLabel NS_AVAILABLE_IOS(9_0) __WATCHOS_AVAILABLE(3.0);
./PassKit.framework/Headers/PKConstants.h-26-extern PKPaymentNetwork const PKPaymentNetworkVisa NS_AVAILABLE_IOS(8_0) __WATCHOS_AVAILABLE(3.0);
./PassKit.framework/Headers/PKConstants.h-27-extern PKPaymentNetwork const PKPaymentNetworkJCB NS_AVAILABLE_IOS(10_1) __WATCHOS_AVAILABLE(3.1);
./PassKit.framework/Headers/PKConstants.h-28-extern PKPaymentNetwork const PKPaymentNetworkSuica NS_AVAILABLE_IOS(10_1) __WATCHOS_AVAILABLE(3.1);
./PassKit.framework/Headers/PKConstants.h:29:extern PKPaymentNetwork const PKPaymentNetworkQuicPay NS_AVAILABLE_IOS(10_3) __WATCHOS_AVAILABLE(3.2);
./PassKit.framework/Headers/PKConstants.h:30:extern PKPaymentNetwork const PKPaymentNetworkIDCredit NS_AVAILABLE_IOS(10_3) __WATCHOS_AVAILABLE(3.2);
--
./StoreKit.framework/Headers/SKCloudServiceController.h-25-} NS_AVAILABLE_IOS(9_3);
./StoreKit.framework/Headers/SKCloudServiceController.h-26-
./StoreKit.framework/Headers/SKCloudServiceController.h-27-SK_EXTERN_CLASS_AVAILABLE(9_3) @interface SKCloudServiceController : NSObject
./StoreKit.framework/Headers/SKCloudServiceController.h-28-
./StoreKit.framework/Headers/SKCloudServiceController.h-29-+ (SKCloudServiceAuthorizationStatus)authorizationStatus;
./StoreKit.framework/Headers/SKCloudServiceController.h-30-+ (void)requestAuthorization:(void(^)(SKCloudServiceAuthorizationStatus status))handler;
./StoreKit.framework/Headers/SKCloudServiceController.h-31-
./StoreKit.framework/Headers/SKCloudServiceController.h-32-- (void)requestStorefrontIdentifierWithCompletionHandler:(void(^)(NSString * __nullable storefrontIdentifier, NSError * __nullable error))completionHandler;
./StoreKit.framework/Headers/SKCloudServiceController.h-33-- (void)requestCapabilitiesWithCompletionHandler:(void(^)(SKCloudServiceCapability capabilities, NSError * __nullable error))completionHandler;
./StoreKit.framework/Headers/SKCloudServiceController.h-34-
./StoreKit.framework/Headers/SKCloudServiceController.h:35:- (void)requestPersonalizationTokenForClientToken:(NSString *)clientToken withCompletionHandler:(void(^)(NSString * __nullable personalizationToken, NSError * __nullable error))completionHandler NS_AVAILABLE_IOS(10_3);
--
./StoreKit.framework/Headers/SKCloudServiceSetupViewController.h-38-@end
./StoreKit.framework/Headers/SKCloudServiceSetupViewController.h-39-
./StoreKit.framework/Headers/SKCloudServiceSetupViewController.h-40-
./StoreKit.framework/Headers/SKCloudServiceSetupViewController.h-41-/// Action for setup entry point (of type SKCloudServiceSetupAction).
./StoreKit.framework/Headers/SKCloudServiceSetupViewController.h-42-SK_EXTERN SKCloudServiceSetupOptionsKey const SKCloudServiceSetupOptionsActionKey NS_SWIFT_NAME(action) NS_AVAILABLE_IOS(10_1);
./StoreKit.framework/Headers/SKCloudServiceSetupViewController.h-43-
./StoreKit.framework/Headers/SKCloudServiceSetupViewController.h-44-/// Identifier of the iTunes Store item the user is trying to access which requires cloud service setup (NSNumber).
./StoreKit.framework/Headers/SKCloudServiceSetupViewController.h-45-SK_EXTERN SKCloudServiceSetupOptionsKey const SKCloudServiceSetupOptionsITunesItemIdentifierKey NS_SWIFT_NAME(iTunesItemIdentifier) NS_AVAILABLE_IOS(10_1);
./StoreKit.framework/Headers/SKCloudServiceSetupViewController.h-46-
./StoreKit.framework/Headers/SKCloudServiceSetupViewController.h-47-/// iTunes Store affiliate token (NSString).
./StoreKit.framework/Headers/SKCloudServiceSetupViewController.h:48:SK_EXTERN SKCloudServiceSetupOptionsKey const SKCloudServiceSetupOptionsAffiliateTokenKey NS_AVAILABLE_IOS(10_3);
--
./StoreKit.framework/Headers/SKCloudServiceSetupViewController.h-49-
./StoreKit.framework/Headers/SKCloudServiceSetupViewController.h-50-/// iTunes Store affiliate campaign token (NSString).
./StoreKit.framework/Headers/SKCloudServiceSetupViewController.h:51:SK_EXTERN SKCloudServiceSetupOptionsKey const SKCloudServiceSetupOptionsCampaignTokenKey NS_AVAILABLE_IOS(10_3);
--
./UIKit.framework/Headers/UIScreen.h-62-@property(nonatomic) BOOL wantsSoftwareDimming NS_AVAILABLE_IOS(5_0) __TVOS_PROHIBITED; // Default is NO. If YES, brightness levels lower than that of which the hardware is capable are emulated in software, if neccessary. Having enabled may entail performance cost.
./UIKit.framework/Headers/UIScreen.h-63-
./UIKit.framework/Headers/UIScreen.h-64-@property (readonly) id <UICoordinateSpace> coordinateSpace NS_AVAILABLE_IOS(8_0);
./UIKit.framework/Headers/UIScreen.h-65-@property (readonly) id <UICoordinateSpace> fixedCoordinateSpace NS_AVAILABLE_IOS(8_0);
./UIKit.framework/Headers/UIScreen.h-66-
./UIKit.framework/Headers/UIScreen.h-67-@property(nonatomic,readonly) CGRect nativeBounds NS_AVAILABLE_IOS(8_0); // Native bounds of the physical screen in pixels
./UIKit.framework/Headers/UIScreen.h-68-@property(nonatomic,readonly) CGFloat nativeScale NS_AVAILABLE_IOS(8_0); // Native scale factor of the physical screen
./UIKit.framework/Headers/UIScreen.h-69-
./UIKit.framework/Headers/UIScreen.h-70-- (nullable CADisplayLink *)displayLinkWithTarget:(id)target selector:(SEL)sel NS_AVAILABLE_IOS(4_0);
./UIKit.framework/Headers/UIScreen.h-71-
./UIKit.framework/Headers/UIScreen.h:72:@property (readonly) NSInteger maximumFramesPerSecond NS_AVAILABLE_IOS(10_3); // The maximumFramesPerSecond this screen is capable of
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment