├── .gitattributes ├── .gitignore ├── Makefile ├── README.md ├── dedication.c ├── gestalt.c ├── include ├── Assistant │ ├── ABAssistantManagerDelegate.h │ ├── ADAccount.h │ ├── ADAceConnection.h │ ├── ADAceConnectionDelegate.h │ ├── ADAceInputData.h │ ├── ADAceManagedObject.h │ ├── ADAceNetworkAnalyzer.h │ ├── ADAceOutputStream.h │ ├── ADAddressBookManager.h │ ├── ADAuthenticator.h │ ├── ADBufferedOutputStream.h │ ├── ADCallObserver.h │ ├── ADCommandCenter.h │ ├── ADCommandCenterClient.h │ ├── ADCommandCenterRequestDelegate.h │ ├── ADCommandCenterSpeechDelegate.h │ ├── ADCommandResultsManager.h │ ├── ADContextManager.h │ ├── ADContextManagerDelegate.h │ ├── ADDaemon.h │ ├── ADHandsFreeManager.h │ ├── ADHandsFreeStateChangedObserver.h │ ├── ADLocationManager.h │ ├── ADLocationManagerDelegate.h │ ├── ADManagedStore.h │ ├── ADNetworkManager.h │ ├── ADNetworkManagerDelegate.h │ ├── ADPreferences.h │ ├── ADRetryManager.h │ ├── ADSADOCommand.h │ ├── ADServiceConnection.h │ ├── ADServiceConnectionSyncDelegate.h │ ├── ADServiceManager.h │ ├── ADServiceStatistics.h │ ├── ADSession.h │ ├── ADSessionDelegate.h │ ├── ADSpeechLog.h │ ├── ADSpeechManager.h │ ├── ADSpeechManagerDelegate.h │ ├── ADSyncManager.h │ ├── ADSyncManagerDelegate.h │ ├── ADUndoManager.h │ ├── AVVoiceControllerRecordDelegate.h │ ├── AceObject.h │ ├── BBObserverDelegate.h │ ├── CLLocationManagerDelegate.h │ ├── MCProfileConnectionObserver.h │ ├── NSCopying.h │ ├── NSMutableCopying.h │ ├── NSObject.h │ ├── NSStreamDelegate.h │ ├── SAAceCommand.h │ ├── SAAceSerializable.h │ ├── SAClientBoundCommand.h │ ├── SADExtras.h │ ├── SADomainObjectCommand.h │ ├── SAServerBoundCommand.h │ ├── XXUnknownSuperclass.h │ ├── assistantd-Structs.h │ └── assistantd.h └── SAObjects │ ├── AceContext.h │ ├── AceObject.h │ ├── BasicAceContext.h │ ├── NSArray.h │ ├── NSCopying.h │ ├── NSMutableCopying.h │ ├── NSObject.h │ ├── SAABAddress.h │ ├── SAABContactGroup.h │ ├── SAABEmail.h │ ├── SAABPerson.h │ ├── SAABPersonSearch.h │ ├── SAABPersonSearchCompleted.h │ ├── SAABPersonSnippet.h │ ├── SAABPhone.h │ ├── SAABRelatedName.h │ ├── SAABSource.h │ ├── SAAceCommand.h │ ├── SAAceIdentifiable.h │ ├── SAAceSerializable.h │ ├── SAAceView.h │ ├── SAAcknowledgeAlert.h │ ├── SAAlarmCreate.h │ ├── SAAlarmCreateCompleted.h │ ├── SAAlarmDelete.h │ ├── SAAlarmDeleteCompleted.h │ ├── SAAlarmObject.h │ ├── SAAlarmSearch.h │ ├── SAAlarmSearchCompleted.h │ ├── SAAlarmSnippet.h │ ├── SAAlarmUpdate.h │ ├── SAAlarmUpdateCompleted.h │ ├── SAAnswerObject.h │ ├── SAAnswerObjectLine.h │ ├── SAAnswerSnippet.h │ ├── SAAssistantCreated.h │ ├── SAAssistantDestroyed.h │ ├── SAAssistantLoaded.h │ ├── SAAssistantNotFound.h │ ├── SABaseClientBoundCommand.h │ ├── SABaseCommand.h │ ├── SACalendarDefaultSourceGet.h │ ├── SACalendarDefaultSourceGetCompleted.h │ ├── SACalendarEvent.h │ ├── SACalendarEventSearch.h │ ├── SACalendarEventSearchCompleted.h │ ├── SACalendarEventSnippet.h │ ├── SACalendarRecurrence.h │ ├── SACalendarSource.h │ ├── SACancelRequest.h │ ├── SACancelSucceeded.h │ ├── SAClearContext.h │ ├── SAClientBoundCommand.h │ ├── SAClockAdd.h │ ├── SAClockAddCompleted.h │ ├── SAClockDelete.h │ ├── SAClockDeleteCompleted.h │ ├── SAClockObject.h │ ├── SAClockSearch.h │ ├── SAClockSearchCompleted.h │ ├── SAClockSnippet.h │ ├── SACommandFailed.h │ ├── SACommandIgnored.h │ ├── SACommandSucceeded.h │ ├── SACreateAssistant.h │ ├── SACreateSessionInfoRequest.h │ ├── SACreateSessionInfoResponse.h │ ├── SADeferredKeyObject.h │ ├── SADestroyAssistant.h │ ├── SADomainObject.h │ ├── SADomainObjectCancel.h │ ├── SADomainObjectCancelCompleted.h │ ├── SADomainObjectCommand.h │ ├── SADomainObjectCommit.h │ ├── SADomainObjectCommitCompleted.h │ ├── SADomainObjectCreate.h │ ├── SADomainObjectCreateCompleted.h │ ├── SADomainObjectDelete.h │ ├── SADomainObjectDeleteCompleted.h │ ├── SADomainObjectRetrieve.h │ ├── SADomainObjectRetrieveCompleted.h │ ├── SADomainObjectUpdate.h │ ├── SADomainObjectUpdateCompleted.h │ ├── SAEmail.h │ ├── SAEmailEmail.h │ ├── SAEmailRetrieve.h │ ├── SAEmailRetrieveCompleted.h │ ├── SAEmailSearch.h │ ├── SAEmailSearchCompleted.h │ ├── SAEmailSnippet.h │ ├── SAFmfLocation.h │ ├── SAFmfLocationSnippet.h │ ├── SAFmfSearch.h │ ├── SAFmfSearchCompleted.h │ ├── SAFmfVisibilitySetCompleted.h │ ├── SAFmfVisibilityStateSet.h │ ├── SAFmfVisibilityView.h │ ├── SAGenericCommand.h │ ├── SAGetAssistantData.h │ ├── SAGetRequestOrigin.h │ ├── SAGetRequestOriginFailed.h │ ├── SAGetSessionCertificate.h │ ├── SAGetSessionCertificateResponse.h │ ├── SAGetSupportedLocales.h │ ├── SALoadAssistant.h │ ├── SALocalSearchActionableMapItem.h │ ├── SALocalSearchBusiness.h │ ├── SALocalSearchDisambiguationMap.h │ ├── SALocalSearchMapItem.h │ ├── SALocalSearchMapItemSnippet.h │ ├── SALocalSearchPhoneNumber.h │ ├── SALocalSearchRating.h │ ├── SALocalSearchReview.h │ ├── SALocalSearchShowMapPoints.h │ ├── SALocalSearchShowMapPointsCompleted.h │ ├── SALocation.h │ ├── SAMPAlbumCollection.h │ ├── SAMPArtistCollection.h │ ├── SAMPCollection.h │ ├── SAMPEnableShuffle.h │ ├── SAMPGeniusMix.h │ ├── SAMPGeniusSummon.h │ ├── SAMPGeniusSummonFailed.h │ ├── SAMPGeniusSummonSucceded.h │ ├── SAMPGenreCollection.h │ ├── SAMPGetState.h │ ├── SAMPGetStateResponse.h │ ├── SAMPLoadPredefinedQueue.h │ ├── SAMPMediaEntity.h │ ├── SAMPMediaItem.h │ ├── SAMPPlaylist.h │ ├── SAMPPodcast.h │ ├── SAMPSearch.h │ ├── SAMPSearchCompleted.h │ ├── SAMPSearchConstraint.h │ ├── SAMPSetOutputSource.h │ ├── SAMPSetPlaybackPosition.h │ ├── SAMPSetQueue.h │ ├── SAMPSetState.h │ ├── SAMPSnippet.h │ ├── SAMPSong.h │ ├── SAMPTitleCollection.h │ ├── SANoteCreate.h │ ├── SANoteCreateCompleted.h │ ├── SANoteDelete.h │ ├── SANoteDeleteCompleted.h │ ├── SANoteObject.h │ ├── SANoteSearch.h │ ├── SANoteSearchCompleted.h │ ├── SANoteSnippet.h │ ├── SANoteUpdate.h │ ├── SANoteUpdateCompleted.h │ ├── SAObjects-Structs.h │ ├── SAObjects.h │ ├── SAPerson.h │ ├── SAPersonAttribute.h │ ├── SAPhone.h │ ├── SAPhoneCall.h │ ├── SAPhoneCallSnippet.h │ ├── SAPhoneCallStarted.h │ ├── SAPhoneSearch.h │ ├── SAPhoneSearchCompleted.h │ ├── SAPing.h │ ├── SAPong.h │ ├── SARelatedName.h │ ├── SAReminderAssistantPayload.h │ ├── SAReminderCompositeTrigger.h │ ├── SAReminderDateTimeTrigger.h │ ├── SAReminderDateTimeTriggerOffset.h │ ├── SAReminderEmailPayload.h │ ├── SAReminderListObject.h │ ├── SAReminderListSearch.h │ ├── SAReminderListSearchCompleted.h │ ├── SAReminderLocationTrigger.h │ ├── SAReminderObject.h │ ├── SAReminderPayload.h │ ├── SAReminderPhonePayload.h │ ├── SAReminderRecurrence.h │ ├── SAReminderSearch.h │ ├── SAReminderSearchCompleted.h │ ├── SAReminderSmsPayload.h │ ├── SAReminderSnippet.h │ ├── SAReminderTrigger.h │ ├── SARequestCompleted.h │ ├── SARestartRequest.h │ ├── SAResultCallback.h │ ├── SARollbackRequest.h │ ├── SARollbackSucceeded.h │ ├── SASCancelSpeech.h │ ├── SASFinishSpeech.h │ ├── SASInterpretation.h │ ├── SASPhrase.h │ ├── SASRecognition.h │ ├── SASSpeechCorrectionStatistics.h │ ├── SASSpeechFailure.h │ ├── SASSpeechPacket.h │ ├── SASSpeechRecognized.h │ ├── SASStartCorrectedSpeechRequest.h │ ├── SASStartSpeech.h │ ├── SASStartSpeechDictation.h │ ├── SASStartSpeechRequest.h │ ├── SASToken.h │ ├── SASendCommands.h │ ├── SAServerBoundCommand.h │ ├── SASessionValidationFailed.h │ ├── SASetAlertContext.h │ ├── SASetApplicationContext.h │ ├── SASetAssistantData.h │ ├── SASetConnectionHeader.h │ ├── SASetRequestOrigin.h │ ├── SASetRestrictions.h │ ├── SASetSupportedLocales.h │ ├── SASmsRecipientSearch.h │ ├── SASmsRecipientSearchCompleted.h │ ├── SASmsSearch.h │ ├── SASmsSearchCompleted.h │ ├── SASmsSms.h │ ├── SASmsSnippet.h │ ├── SASource.h │ ├── SAStartRequest.h │ ├── SAStockAdd.h │ ├── SAStockAddCompleted.h │ ├── SAStockDelete.h │ ├── SAStockDeleteCompleted.h │ ├── SAStockNews.h │ ├── SAStockObject.h │ ├── SAStockReference.h │ ├── SAStockRequest.h │ ├── SAStockSearch.h │ ├── SAStockSearchCompleted.h │ ├── SAStockSnippet.h │ ├── SASyncAnchor.h │ ├── SASyncChunk.h │ ├── SASyncChunkAccepted.h │ ├── SASyncChunkDenied.h │ ├── SASyncGetAnchors.h │ ├── SASyncGetAnchorsResponse.h │ ├── SATimerCancel.h │ ├── SATimerCancelCompleted.h │ ├── SATimerGet.h │ ├── SATimerGetCompleted.h │ ├── SATimerObject.h │ ├── SATimerPause.h │ ├── SATimerPauseCompleted.h │ ├── SATimerResume.h │ ├── SATimerResumeCompleted.h │ ├── SATimerSet.h │ ├── SATimerSetCompleted.h │ ├── SATimerSnippet.h │ ├── SAUIAddViews.h │ ├── SAUIAssistantUtteranceView.h │ ├── SAUIButton.h │ ├── SAUICancelSnippet.h │ ├── SAUIClearScreen.h │ ├── SAUICloseAssistant.h │ ├── SAUIConfirmSnippet.h │ ├── SAUIConfirmationOptions.h │ ├── SAUIConfirmationView.h │ ├── SAUIDisambiguationList.h │ ├── SAUIErrorSnippet.h │ ├── SAUIHtmlView.h │ ├── SAUIListItem.h │ ├── SAUIMenuItem.h │ ├── SAUIOpenLink.h │ ├── SAUIRepeatIt.h │ ├── SAUISayIt.h │ ├── SAUIShowHelp.h │ ├── SAUISnippet.h │ ├── SAUISnippetAttributeOpened.h │ ├── SAUISnippetEdited.h │ ├── SAUISnippetExpanded.h │ ├── SAUISnippetInteraction.h │ ├── SAUISnippetList.h │ ├── SAUISnippetObjectInteraction.h │ ├── SAUISnippetOpened.h │ ├── SAUIUnlockDevice.h │ ├── SAUIUserUtteranceView.h │ ├── SAWeatherBarometricPressure.h │ ├── SAWeatherCondition.h │ ├── SAWeatherCurrentConditions.h │ ├── SAWeatherDailyForecast.h │ ├── SAWeatherForecast.h │ ├── SAWeatherForecastSnippet.h │ ├── SAWeatherHourlyForecast.h │ ├── SAWeatherLocation.h │ ├── SAWeatherLocationAdd.h │ ├── SAWeatherLocationAddCompleted.h │ ├── SAWeatherLocationDelete.h │ ├── SAWeatherLocationDeleteCompleted.h │ ├── SAWeatherLocationSearch.h │ ├── SAWeatherLocationSearchCompleted.h │ ├── SAWeatherLocationSnippet.h │ ├── SAWeatherObject.h │ ├── SAWeatherShowWeatherLocations.h │ ├── SAWeatherShowWeatherLocationsCompleted.h │ ├── SAWeatherUnits.h │ ├── SAWeatherWindSpeed.h │ ├── SAWebSearch.h │ ├── SAWebSearchStarted.h │ ├── SAWebSiteSearch.h │ └── SAWebSiteSearchStarted.h ├── iokit.c ├── ldid.osx.x86_64 ├── lockdown.c ├── siri-port ├── com.vlo.libsandwich.plist ├── convertValidationData.rb └── tutorial-port ├── siri_auth.m ├── sysctl.c ├── telephony.c └── voodoo.h /.gitattributes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LBBNetwork/libsandwich/HEAD/.gitattributes -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LBBNetwork/libsandwich/HEAD/.gitignore -------------------------------------------------------------------------------- /Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LBBNetwork/libsandwich/HEAD/Makefile -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LBBNetwork/libsandwich/HEAD/README.md -------------------------------------------------------------------------------- /dedication.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LBBNetwork/libsandwich/HEAD/dedication.c -------------------------------------------------------------------------------- /gestalt.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LBBNetwork/libsandwich/HEAD/gestalt.c -------------------------------------------------------------------------------- /include/Assistant/ABAssistantManagerDelegate.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LBBNetwork/libsandwich/HEAD/include/Assistant/ABAssistantManagerDelegate.h -------------------------------------------------------------------------------- /include/Assistant/ADAccount.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LBBNetwork/libsandwich/HEAD/include/Assistant/ADAccount.h -------------------------------------------------------------------------------- /include/Assistant/ADAceConnection.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LBBNetwork/libsandwich/HEAD/include/Assistant/ADAceConnection.h -------------------------------------------------------------------------------- /include/Assistant/ADAceConnectionDelegate.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LBBNetwork/libsandwich/HEAD/include/Assistant/ADAceConnectionDelegate.h -------------------------------------------------------------------------------- /include/Assistant/ADAceInputData.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LBBNetwork/libsandwich/HEAD/include/Assistant/ADAceInputData.h -------------------------------------------------------------------------------- /include/Assistant/ADAceManagedObject.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LBBNetwork/libsandwich/HEAD/include/Assistant/ADAceManagedObject.h -------------------------------------------------------------------------------- /include/Assistant/ADAceNetworkAnalyzer.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LBBNetwork/libsandwich/HEAD/include/Assistant/ADAceNetworkAnalyzer.h -------------------------------------------------------------------------------- /include/Assistant/ADAceOutputStream.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LBBNetwork/libsandwich/HEAD/include/Assistant/ADAceOutputStream.h -------------------------------------------------------------------------------- /include/Assistant/ADAddressBookManager.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LBBNetwork/libsandwich/HEAD/include/Assistant/ADAddressBookManager.h -------------------------------------------------------------------------------- /include/Assistant/ADAuthenticator.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LBBNetwork/libsandwich/HEAD/include/Assistant/ADAuthenticator.h -------------------------------------------------------------------------------- /include/Assistant/ADBufferedOutputStream.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LBBNetwork/libsandwich/HEAD/include/Assistant/ADBufferedOutputStream.h -------------------------------------------------------------------------------- /include/Assistant/ADCallObserver.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LBBNetwork/libsandwich/HEAD/include/Assistant/ADCallObserver.h -------------------------------------------------------------------------------- /include/Assistant/ADCommandCenter.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LBBNetwork/libsandwich/HEAD/include/Assistant/ADCommandCenter.h -------------------------------------------------------------------------------- /include/Assistant/ADCommandCenterClient.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LBBNetwork/libsandwich/HEAD/include/Assistant/ADCommandCenterClient.h -------------------------------------------------------------------------------- /include/Assistant/ADCommandCenterRequestDelegate.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LBBNetwork/libsandwich/HEAD/include/Assistant/ADCommandCenterRequestDelegate.h -------------------------------------------------------------------------------- /include/Assistant/ADCommandCenterSpeechDelegate.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LBBNetwork/libsandwich/HEAD/include/Assistant/ADCommandCenterSpeechDelegate.h -------------------------------------------------------------------------------- /include/Assistant/ADCommandResultsManager.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LBBNetwork/libsandwich/HEAD/include/Assistant/ADCommandResultsManager.h -------------------------------------------------------------------------------- /include/Assistant/ADContextManager.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LBBNetwork/libsandwich/HEAD/include/Assistant/ADContextManager.h -------------------------------------------------------------------------------- /include/Assistant/ADContextManagerDelegate.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LBBNetwork/libsandwich/HEAD/include/Assistant/ADContextManagerDelegate.h -------------------------------------------------------------------------------- /include/Assistant/ADDaemon.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LBBNetwork/libsandwich/HEAD/include/Assistant/ADDaemon.h -------------------------------------------------------------------------------- /include/Assistant/ADHandsFreeManager.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LBBNetwork/libsandwich/HEAD/include/Assistant/ADHandsFreeManager.h -------------------------------------------------------------------------------- /include/Assistant/ADHandsFreeStateChangedObserver.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LBBNetwork/libsandwich/HEAD/include/Assistant/ADHandsFreeStateChangedObserver.h -------------------------------------------------------------------------------- /include/Assistant/ADLocationManager.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LBBNetwork/libsandwich/HEAD/include/Assistant/ADLocationManager.h -------------------------------------------------------------------------------- /include/Assistant/ADLocationManagerDelegate.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LBBNetwork/libsandwich/HEAD/include/Assistant/ADLocationManagerDelegate.h -------------------------------------------------------------------------------- /include/Assistant/ADManagedStore.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LBBNetwork/libsandwich/HEAD/include/Assistant/ADManagedStore.h -------------------------------------------------------------------------------- /include/Assistant/ADNetworkManager.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LBBNetwork/libsandwich/HEAD/include/Assistant/ADNetworkManager.h -------------------------------------------------------------------------------- /include/Assistant/ADNetworkManagerDelegate.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LBBNetwork/libsandwich/HEAD/include/Assistant/ADNetworkManagerDelegate.h -------------------------------------------------------------------------------- /include/Assistant/ADPreferences.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LBBNetwork/libsandwich/HEAD/include/Assistant/ADPreferences.h -------------------------------------------------------------------------------- /include/Assistant/ADRetryManager.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LBBNetwork/libsandwich/HEAD/include/Assistant/ADRetryManager.h -------------------------------------------------------------------------------- /include/Assistant/ADSADOCommand.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LBBNetwork/libsandwich/HEAD/include/Assistant/ADSADOCommand.h -------------------------------------------------------------------------------- /include/Assistant/ADServiceConnection.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LBBNetwork/libsandwich/HEAD/include/Assistant/ADServiceConnection.h -------------------------------------------------------------------------------- /include/Assistant/ADServiceConnectionSyncDelegate.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LBBNetwork/libsandwich/HEAD/include/Assistant/ADServiceConnectionSyncDelegate.h -------------------------------------------------------------------------------- /include/Assistant/ADServiceManager.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LBBNetwork/libsandwich/HEAD/include/Assistant/ADServiceManager.h -------------------------------------------------------------------------------- /include/Assistant/ADServiceStatistics.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LBBNetwork/libsandwich/HEAD/include/Assistant/ADServiceStatistics.h -------------------------------------------------------------------------------- /include/Assistant/ADSession.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LBBNetwork/libsandwich/HEAD/include/Assistant/ADSession.h -------------------------------------------------------------------------------- /include/Assistant/ADSessionDelegate.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LBBNetwork/libsandwich/HEAD/include/Assistant/ADSessionDelegate.h -------------------------------------------------------------------------------- /include/Assistant/ADSpeechLog.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LBBNetwork/libsandwich/HEAD/include/Assistant/ADSpeechLog.h -------------------------------------------------------------------------------- /include/Assistant/ADSpeechManager.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LBBNetwork/libsandwich/HEAD/include/Assistant/ADSpeechManager.h -------------------------------------------------------------------------------- /include/Assistant/ADSpeechManagerDelegate.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LBBNetwork/libsandwich/HEAD/include/Assistant/ADSpeechManagerDelegate.h -------------------------------------------------------------------------------- /include/Assistant/ADSyncManager.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LBBNetwork/libsandwich/HEAD/include/Assistant/ADSyncManager.h -------------------------------------------------------------------------------- /include/Assistant/ADSyncManagerDelegate.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LBBNetwork/libsandwich/HEAD/include/Assistant/ADSyncManagerDelegate.h -------------------------------------------------------------------------------- /include/Assistant/ADUndoManager.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LBBNetwork/libsandwich/HEAD/include/Assistant/ADUndoManager.h -------------------------------------------------------------------------------- /include/Assistant/AVVoiceControllerRecordDelegate.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LBBNetwork/libsandwich/HEAD/include/Assistant/AVVoiceControllerRecordDelegate.h -------------------------------------------------------------------------------- /include/Assistant/AceObject.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LBBNetwork/libsandwich/HEAD/include/Assistant/AceObject.h -------------------------------------------------------------------------------- /include/Assistant/BBObserverDelegate.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LBBNetwork/libsandwich/HEAD/include/Assistant/BBObserverDelegate.h -------------------------------------------------------------------------------- /include/Assistant/CLLocationManagerDelegate.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LBBNetwork/libsandwich/HEAD/include/Assistant/CLLocationManagerDelegate.h -------------------------------------------------------------------------------- /include/Assistant/MCProfileConnectionObserver.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LBBNetwork/libsandwich/HEAD/include/Assistant/MCProfileConnectionObserver.h -------------------------------------------------------------------------------- /include/Assistant/NSCopying.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LBBNetwork/libsandwich/HEAD/include/Assistant/NSCopying.h -------------------------------------------------------------------------------- /include/Assistant/NSMutableCopying.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LBBNetwork/libsandwich/HEAD/include/Assistant/NSMutableCopying.h -------------------------------------------------------------------------------- /include/Assistant/NSObject.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LBBNetwork/libsandwich/HEAD/include/Assistant/NSObject.h -------------------------------------------------------------------------------- /include/Assistant/NSStreamDelegate.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LBBNetwork/libsandwich/HEAD/include/Assistant/NSStreamDelegate.h -------------------------------------------------------------------------------- /include/Assistant/SAAceCommand.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LBBNetwork/libsandwich/HEAD/include/Assistant/SAAceCommand.h -------------------------------------------------------------------------------- /include/Assistant/SAAceSerializable.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LBBNetwork/libsandwich/HEAD/include/Assistant/SAAceSerializable.h -------------------------------------------------------------------------------- /include/Assistant/SAClientBoundCommand.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LBBNetwork/libsandwich/HEAD/include/Assistant/SAClientBoundCommand.h -------------------------------------------------------------------------------- /include/Assistant/SADExtras.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LBBNetwork/libsandwich/HEAD/include/Assistant/SADExtras.h -------------------------------------------------------------------------------- /include/Assistant/SADomainObjectCommand.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LBBNetwork/libsandwich/HEAD/include/Assistant/SADomainObjectCommand.h -------------------------------------------------------------------------------- /include/Assistant/SAServerBoundCommand.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LBBNetwork/libsandwich/HEAD/include/Assistant/SAServerBoundCommand.h -------------------------------------------------------------------------------- /include/Assistant/XXUnknownSuperclass.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LBBNetwork/libsandwich/HEAD/include/Assistant/XXUnknownSuperclass.h -------------------------------------------------------------------------------- /include/Assistant/assistantd-Structs.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LBBNetwork/libsandwich/HEAD/include/Assistant/assistantd-Structs.h -------------------------------------------------------------------------------- /include/Assistant/assistantd.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LBBNetwork/libsandwich/HEAD/include/Assistant/assistantd.h -------------------------------------------------------------------------------- /include/SAObjects/AceContext.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LBBNetwork/libsandwich/HEAD/include/SAObjects/AceContext.h -------------------------------------------------------------------------------- /include/SAObjects/AceObject.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LBBNetwork/libsandwich/HEAD/include/SAObjects/AceObject.h -------------------------------------------------------------------------------- /include/SAObjects/BasicAceContext.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LBBNetwork/libsandwich/HEAD/include/SAObjects/BasicAceContext.h -------------------------------------------------------------------------------- /include/SAObjects/NSArray.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LBBNetwork/libsandwich/HEAD/include/SAObjects/NSArray.h -------------------------------------------------------------------------------- /include/SAObjects/NSCopying.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LBBNetwork/libsandwich/HEAD/include/SAObjects/NSCopying.h -------------------------------------------------------------------------------- /include/SAObjects/NSMutableCopying.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LBBNetwork/libsandwich/HEAD/include/SAObjects/NSMutableCopying.h -------------------------------------------------------------------------------- /include/SAObjects/NSObject.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LBBNetwork/libsandwich/HEAD/include/SAObjects/NSObject.h -------------------------------------------------------------------------------- /include/SAObjects/SAABAddress.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LBBNetwork/libsandwich/HEAD/include/SAObjects/SAABAddress.h -------------------------------------------------------------------------------- /include/SAObjects/SAABContactGroup.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LBBNetwork/libsandwich/HEAD/include/SAObjects/SAABContactGroup.h -------------------------------------------------------------------------------- /include/SAObjects/SAABEmail.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LBBNetwork/libsandwich/HEAD/include/SAObjects/SAABEmail.h -------------------------------------------------------------------------------- /include/SAObjects/SAABPerson.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LBBNetwork/libsandwich/HEAD/include/SAObjects/SAABPerson.h -------------------------------------------------------------------------------- /include/SAObjects/SAABPersonSearch.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LBBNetwork/libsandwich/HEAD/include/SAObjects/SAABPersonSearch.h -------------------------------------------------------------------------------- /include/SAObjects/SAABPersonSearchCompleted.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LBBNetwork/libsandwich/HEAD/include/SAObjects/SAABPersonSearchCompleted.h -------------------------------------------------------------------------------- /include/SAObjects/SAABPersonSnippet.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LBBNetwork/libsandwich/HEAD/include/SAObjects/SAABPersonSnippet.h -------------------------------------------------------------------------------- /include/SAObjects/SAABPhone.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LBBNetwork/libsandwich/HEAD/include/SAObjects/SAABPhone.h -------------------------------------------------------------------------------- /include/SAObjects/SAABRelatedName.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LBBNetwork/libsandwich/HEAD/include/SAObjects/SAABRelatedName.h -------------------------------------------------------------------------------- /include/SAObjects/SAABSource.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LBBNetwork/libsandwich/HEAD/include/SAObjects/SAABSource.h -------------------------------------------------------------------------------- /include/SAObjects/SAAceCommand.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LBBNetwork/libsandwich/HEAD/include/SAObjects/SAAceCommand.h -------------------------------------------------------------------------------- /include/SAObjects/SAAceIdentifiable.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LBBNetwork/libsandwich/HEAD/include/SAObjects/SAAceIdentifiable.h -------------------------------------------------------------------------------- /include/SAObjects/SAAceSerializable.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LBBNetwork/libsandwich/HEAD/include/SAObjects/SAAceSerializable.h -------------------------------------------------------------------------------- /include/SAObjects/SAAceView.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LBBNetwork/libsandwich/HEAD/include/SAObjects/SAAceView.h -------------------------------------------------------------------------------- /include/SAObjects/SAAcknowledgeAlert.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LBBNetwork/libsandwich/HEAD/include/SAObjects/SAAcknowledgeAlert.h -------------------------------------------------------------------------------- /include/SAObjects/SAAlarmCreate.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LBBNetwork/libsandwich/HEAD/include/SAObjects/SAAlarmCreate.h -------------------------------------------------------------------------------- /include/SAObjects/SAAlarmCreateCompleted.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LBBNetwork/libsandwich/HEAD/include/SAObjects/SAAlarmCreateCompleted.h -------------------------------------------------------------------------------- /include/SAObjects/SAAlarmDelete.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LBBNetwork/libsandwich/HEAD/include/SAObjects/SAAlarmDelete.h -------------------------------------------------------------------------------- /include/SAObjects/SAAlarmDeleteCompleted.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LBBNetwork/libsandwich/HEAD/include/SAObjects/SAAlarmDeleteCompleted.h -------------------------------------------------------------------------------- /include/SAObjects/SAAlarmObject.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LBBNetwork/libsandwich/HEAD/include/SAObjects/SAAlarmObject.h -------------------------------------------------------------------------------- /include/SAObjects/SAAlarmSearch.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LBBNetwork/libsandwich/HEAD/include/SAObjects/SAAlarmSearch.h -------------------------------------------------------------------------------- /include/SAObjects/SAAlarmSearchCompleted.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LBBNetwork/libsandwich/HEAD/include/SAObjects/SAAlarmSearchCompleted.h -------------------------------------------------------------------------------- /include/SAObjects/SAAlarmSnippet.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LBBNetwork/libsandwich/HEAD/include/SAObjects/SAAlarmSnippet.h -------------------------------------------------------------------------------- /include/SAObjects/SAAlarmUpdate.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LBBNetwork/libsandwich/HEAD/include/SAObjects/SAAlarmUpdate.h -------------------------------------------------------------------------------- /include/SAObjects/SAAlarmUpdateCompleted.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LBBNetwork/libsandwich/HEAD/include/SAObjects/SAAlarmUpdateCompleted.h -------------------------------------------------------------------------------- /include/SAObjects/SAAnswerObject.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LBBNetwork/libsandwich/HEAD/include/SAObjects/SAAnswerObject.h -------------------------------------------------------------------------------- /include/SAObjects/SAAnswerObjectLine.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LBBNetwork/libsandwich/HEAD/include/SAObjects/SAAnswerObjectLine.h -------------------------------------------------------------------------------- /include/SAObjects/SAAnswerSnippet.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LBBNetwork/libsandwich/HEAD/include/SAObjects/SAAnswerSnippet.h -------------------------------------------------------------------------------- /include/SAObjects/SAAssistantCreated.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LBBNetwork/libsandwich/HEAD/include/SAObjects/SAAssistantCreated.h -------------------------------------------------------------------------------- /include/SAObjects/SAAssistantDestroyed.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LBBNetwork/libsandwich/HEAD/include/SAObjects/SAAssistantDestroyed.h -------------------------------------------------------------------------------- /include/SAObjects/SAAssistantLoaded.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LBBNetwork/libsandwich/HEAD/include/SAObjects/SAAssistantLoaded.h -------------------------------------------------------------------------------- /include/SAObjects/SAAssistantNotFound.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LBBNetwork/libsandwich/HEAD/include/SAObjects/SAAssistantNotFound.h -------------------------------------------------------------------------------- /include/SAObjects/SABaseClientBoundCommand.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LBBNetwork/libsandwich/HEAD/include/SAObjects/SABaseClientBoundCommand.h -------------------------------------------------------------------------------- /include/SAObjects/SABaseCommand.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LBBNetwork/libsandwich/HEAD/include/SAObjects/SABaseCommand.h -------------------------------------------------------------------------------- /include/SAObjects/SACalendarDefaultSourceGet.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LBBNetwork/libsandwich/HEAD/include/SAObjects/SACalendarDefaultSourceGet.h -------------------------------------------------------------------------------- /include/SAObjects/SACalendarDefaultSourceGetCompleted.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LBBNetwork/libsandwich/HEAD/include/SAObjects/SACalendarDefaultSourceGetCompleted.h -------------------------------------------------------------------------------- /include/SAObjects/SACalendarEvent.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LBBNetwork/libsandwich/HEAD/include/SAObjects/SACalendarEvent.h -------------------------------------------------------------------------------- /include/SAObjects/SACalendarEventSearch.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LBBNetwork/libsandwich/HEAD/include/SAObjects/SACalendarEventSearch.h -------------------------------------------------------------------------------- /include/SAObjects/SACalendarEventSearchCompleted.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LBBNetwork/libsandwich/HEAD/include/SAObjects/SACalendarEventSearchCompleted.h -------------------------------------------------------------------------------- /include/SAObjects/SACalendarEventSnippet.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LBBNetwork/libsandwich/HEAD/include/SAObjects/SACalendarEventSnippet.h -------------------------------------------------------------------------------- /include/SAObjects/SACalendarRecurrence.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LBBNetwork/libsandwich/HEAD/include/SAObjects/SACalendarRecurrence.h -------------------------------------------------------------------------------- /include/SAObjects/SACalendarSource.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LBBNetwork/libsandwich/HEAD/include/SAObjects/SACalendarSource.h -------------------------------------------------------------------------------- /include/SAObjects/SACancelRequest.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LBBNetwork/libsandwich/HEAD/include/SAObjects/SACancelRequest.h -------------------------------------------------------------------------------- /include/SAObjects/SACancelSucceeded.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LBBNetwork/libsandwich/HEAD/include/SAObjects/SACancelSucceeded.h -------------------------------------------------------------------------------- /include/SAObjects/SAClearContext.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LBBNetwork/libsandwich/HEAD/include/SAObjects/SAClearContext.h -------------------------------------------------------------------------------- /include/SAObjects/SAClientBoundCommand.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LBBNetwork/libsandwich/HEAD/include/SAObjects/SAClientBoundCommand.h -------------------------------------------------------------------------------- /include/SAObjects/SAClockAdd.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LBBNetwork/libsandwich/HEAD/include/SAObjects/SAClockAdd.h -------------------------------------------------------------------------------- /include/SAObjects/SAClockAddCompleted.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LBBNetwork/libsandwich/HEAD/include/SAObjects/SAClockAddCompleted.h -------------------------------------------------------------------------------- /include/SAObjects/SAClockDelete.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LBBNetwork/libsandwich/HEAD/include/SAObjects/SAClockDelete.h -------------------------------------------------------------------------------- /include/SAObjects/SAClockDeleteCompleted.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LBBNetwork/libsandwich/HEAD/include/SAObjects/SAClockDeleteCompleted.h -------------------------------------------------------------------------------- /include/SAObjects/SAClockObject.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LBBNetwork/libsandwich/HEAD/include/SAObjects/SAClockObject.h -------------------------------------------------------------------------------- /include/SAObjects/SAClockSearch.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LBBNetwork/libsandwich/HEAD/include/SAObjects/SAClockSearch.h -------------------------------------------------------------------------------- /include/SAObjects/SAClockSearchCompleted.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LBBNetwork/libsandwich/HEAD/include/SAObjects/SAClockSearchCompleted.h -------------------------------------------------------------------------------- /include/SAObjects/SAClockSnippet.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LBBNetwork/libsandwich/HEAD/include/SAObjects/SAClockSnippet.h -------------------------------------------------------------------------------- /include/SAObjects/SACommandFailed.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LBBNetwork/libsandwich/HEAD/include/SAObjects/SACommandFailed.h -------------------------------------------------------------------------------- /include/SAObjects/SACommandIgnored.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LBBNetwork/libsandwich/HEAD/include/SAObjects/SACommandIgnored.h -------------------------------------------------------------------------------- /include/SAObjects/SACommandSucceeded.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LBBNetwork/libsandwich/HEAD/include/SAObjects/SACommandSucceeded.h -------------------------------------------------------------------------------- /include/SAObjects/SACreateAssistant.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LBBNetwork/libsandwich/HEAD/include/SAObjects/SACreateAssistant.h -------------------------------------------------------------------------------- /include/SAObjects/SACreateSessionInfoRequest.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LBBNetwork/libsandwich/HEAD/include/SAObjects/SACreateSessionInfoRequest.h -------------------------------------------------------------------------------- /include/SAObjects/SACreateSessionInfoResponse.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LBBNetwork/libsandwich/HEAD/include/SAObjects/SACreateSessionInfoResponse.h -------------------------------------------------------------------------------- /include/SAObjects/SADeferredKeyObject.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LBBNetwork/libsandwich/HEAD/include/SAObjects/SADeferredKeyObject.h -------------------------------------------------------------------------------- /include/SAObjects/SADestroyAssistant.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LBBNetwork/libsandwich/HEAD/include/SAObjects/SADestroyAssistant.h -------------------------------------------------------------------------------- /include/SAObjects/SADomainObject.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LBBNetwork/libsandwich/HEAD/include/SAObjects/SADomainObject.h -------------------------------------------------------------------------------- /include/SAObjects/SADomainObjectCancel.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LBBNetwork/libsandwich/HEAD/include/SAObjects/SADomainObjectCancel.h -------------------------------------------------------------------------------- /include/SAObjects/SADomainObjectCancelCompleted.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LBBNetwork/libsandwich/HEAD/include/SAObjects/SADomainObjectCancelCompleted.h -------------------------------------------------------------------------------- /include/SAObjects/SADomainObjectCommand.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LBBNetwork/libsandwich/HEAD/include/SAObjects/SADomainObjectCommand.h -------------------------------------------------------------------------------- /include/SAObjects/SADomainObjectCommit.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LBBNetwork/libsandwich/HEAD/include/SAObjects/SADomainObjectCommit.h -------------------------------------------------------------------------------- /include/SAObjects/SADomainObjectCommitCompleted.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LBBNetwork/libsandwich/HEAD/include/SAObjects/SADomainObjectCommitCompleted.h -------------------------------------------------------------------------------- /include/SAObjects/SADomainObjectCreate.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LBBNetwork/libsandwich/HEAD/include/SAObjects/SADomainObjectCreate.h -------------------------------------------------------------------------------- /include/SAObjects/SADomainObjectCreateCompleted.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LBBNetwork/libsandwich/HEAD/include/SAObjects/SADomainObjectCreateCompleted.h -------------------------------------------------------------------------------- /include/SAObjects/SADomainObjectDelete.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LBBNetwork/libsandwich/HEAD/include/SAObjects/SADomainObjectDelete.h -------------------------------------------------------------------------------- /include/SAObjects/SADomainObjectDeleteCompleted.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LBBNetwork/libsandwich/HEAD/include/SAObjects/SADomainObjectDeleteCompleted.h -------------------------------------------------------------------------------- /include/SAObjects/SADomainObjectRetrieve.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LBBNetwork/libsandwich/HEAD/include/SAObjects/SADomainObjectRetrieve.h -------------------------------------------------------------------------------- /include/SAObjects/SADomainObjectRetrieveCompleted.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LBBNetwork/libsandwich/HEAD/include/SAObjects/SADomainObjectRetrieveCompleted.h -------------------------------------------------------------------------------- /include/SAObjects/SADomainObjectUpdate.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LBBNetwork/libsandwich/HEAD/include/SAObjects/SADomainObjectUpdate.h -------------------------------------------------------------------------------- /include/SAObjects/SADomainObjectUpdateCompleted.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LBBNetwork/libsandwich/HEAD/include/SAObjects/SADomainObjectUpdateCompleted.h -------------------------------------------------------------------------------- /include/SAObjects/SAEmail.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LBBNetwork/libsandwich/HEAD/include/SAObjects/SAEmail.h -------------------------------------------------------------------------------- /include/SAObjects/SAEmailEmail.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LBBNetwork/libsandwich/HEAD/include/SAObjects/SAEmailEmail.h -------------------------------------------------------------------------------- /include/SAObjects/SAEmailRetrieve.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LBBNetwork/libsandwich/HEAD/include/SAObjects/SAEmailRetrieve.h -------------------------------------------------------------------------------- /include/SAObjects/SAEmailRetrieveCompleted.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LBBNetwork/libsandwich/HEAD/include/SAObjects/SAEmailRetrieveCompleted.h -------------------------------------------------------------------------------- /include/SAObjects/SAEmailSearch.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LBBNetwork/libsandwich/HEAD/include/SAObjects/SAEmailSearch.h -------------------------------------------------------------------------------- /include/SAObjects/SAEmailSearchCompleted.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LBBNetwork/libsandwich/HEAD/include/SAObjects/SAEmailSearchCompleted.h -------------------------------------------------------------------------------- /include/SAObjects/SAEmailSnippet.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LBBNetwork/libsandwich/HEAD/include/SAObjects/SAEmailSnippet.h -------------------------------------------------------------------------------- /include/SAObjects/SAFmfLocation.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LBBNetwork/libsandwich/HEAD/include/SAObjects/SAFmfLocation.h -------------------------------------------------------------------------------- /include/SAObjects/SAFmfLocationSnippet.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LBBNetwork/libsandwich/HEAD/include/SAObjects/SAFmfLocationSnippet.h -------------------------------------------------------------------------------- /include/SAObjects/SAFmfSearch.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LBBNetwork/libsandwich/HEAD/include/SAObjects/SAFmfSearch.h -------------------------------------------------------------------------------- /include/SAObjects/SAFmfSearchCompleted.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LBBNetwork/libsandwich/HEAD/include/SAObjects/SAFmfSearchCompleted.h -------------------------------------------------------------------------------- /include/SAObjects/SAFmfVisibilitySetCompleted.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LBBNetwork/libsandwich/HEAD/include/SAObjects/SAFmfVisibilitySetCompleted.h -------------------------------------------------------------------------------- /include/SAObjects/SAFmfVisibilityStateSet.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LBBNetwork/libsandwich/HEAD/include/SAObjects/SAFmfVisibilityStateSet.h -------------------------------------------------------------------------------- /include/SAObjects/SAFmfVisibilityView.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LBBNetwork/libsandwich/HEAD/include/SAObjects/SAFmfVisibilityView.h -------------------------------------------------------------------------------- /include/SAObjects/SAGenericCommand.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LBBNetwork/libsandwich/HEAD/include/SAObjects/SAGenericCommand.h -------------------------------------------------------------------------------- /include/SAObjects/SAGetAssistantData.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LBBNetwork/libsandwich/HEAD/include/SAObjects/SAGetAssistantData.h -------------------------------------------------------------------------------- /include/SAObjects/SAGetRequestOrigin.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LBBNetwork/libsandwich/HEAD/include/SAObjects/SAGetRequestOrigin.h -------------------------------------------------------------------------------- /include/SAObjects/SAGetRequestOriginFailed.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LBBNetwork/libsandwich/HEAD/include/SAObjects/SAGetRequestOriginFailed.h -------------------------------------------------------------------------------- /include/SAObjects/SAGetSessionCertificate.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LBBNetwork/libsandwich/HEAD/include/SAObjects/SAGetSessionCertificate.h -------------------------------------------------------------------------------- /include/SAObjects/SAGetSessionCertificateResponse.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LBBNetwork/libsandwich/HEAD/include/SAObjects/SAGetSessionCertificateResponse.h -------------------------------------------------------------------------------- /include/SAObjects/SAGetSupportedLocales.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LBBNetwork/libsandwich/HEAD/include/SAObjects/SAGetSupportedLocales.h -------------------------------------------------------------------------------- /include/SAObjects/SALoadAssistant.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LBBNetwork/libsandwich/HEAD/include/SAObjects/SALoadAssistant.h -------------------------------------------------------------------------------- /include/SAObjects/SALocalSearchActionableMapItem.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LBBNetwork/libsandwich/HEAD/include/SAObjects/SALocalSearchActionableMapItem.h -------------------------------------------------------------------------------- /include/SAObjects/SALocalSearchBusiness.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LBBNetwork/libsandwich/HEAD/include/SAObjects/SALocalSearchBusiness.h -------------------------------------------------------------------------------- /include/SAObjects/SALocalSearchDisambiguationMap.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LBBNetwork/libsandwich/HEAD/include/SAObjects/SALocalSearchDisambiguationMap.h -------------------------------------------------------------------------------- /include/SAObjects/SALocalSearchMapItem.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LBBNetwork/libsandwich/HEAD/include/SAObjects/SALocalSearchMapItem.h -------------------------------------------------------------------------------- /include/SAObjects/SALocalSearchMapItemSnippet.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LBBNetwork/libsandwich/HEAD/include/SAObjects/SALocalSearchMapItemSnippet.h -------------------------------------------------------------------------------- /include/SAObjects/SALocalSearchPhoneNumber.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LBBNetwork/libsandwich/HEAD/include/SAObjects/SALocalSearchPhoneNumber.h -------------------------------------------------------------------------------- /include/SAObjects/SALocalSearchRating.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LBBNetwork/libsandwich/HEAD/include/SAObjects/SALocalSearchRating.h -------------------------------------------------------------------------------- /include/SAObjects/SALocalSearchReview.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LBBNetwork/libsandwich/HEAD/include/SAObjects/SALocalSearchReview.h -------------------------------------------------------------------------------- /include/SAObjects/SALocalSearchShowMapPoints.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LBBNetwork/libsandwich/HEAD/include/SAObjects/SALocalSearchShowMapPoints.h -------------------------------------------------------------------------------- /include/SAObjects/SALocalSearchShowMapPointsCompleted.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LBBNetwork/libsandwich/HEAD/include/SAObjects/SALocalSearchShowMapPointsCompleted.h -------------------------------------------------------------------------------- /include/SAObjects/SALocation.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LBBNetwork/libsandwich/HEAD/include/SAObjects/SALocation.h -------------------------------------------------------------------------------- /include/SAObjects/SAMPAlbumCollection.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LBBNetwork/libsandwich/HEAD/include/SAObjects/SAMPAlbumCollection.h -------------------------------------------------------------------------------- /include/SAObjects/SAMPArtistCollection.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LBBNetwork/libsandwich/HEAD/include/SAObjects/SAMPArtistCollection.h -------------------------------------------------------------------------------- /include/SAObjects/SAMPCollection.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LBBNetwork/libsandwich/HEAD/include/SAObjects/SAMPCollection.h -------------------------------------------------------------------------------- /include/SAObjects/SAMPEnableShuffle.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LBBNetwork/libsandwich/HEAD/include/SAObjects/SAMPEnableShuffle.h -------------------------------------------------------------------------------- /include/SAObjects/SAMPGeniusMix.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LBBNetwork/libsandwich/HEAD/include/SAObjects/SAMPGeniusMix.h -------------------------------------------------------------------------------- /include/SAObjects/SAMPGeniusSummon.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LBBNetwork/libsandwich/HEAD/include/SAObjects/SAMPGeniusSummon.h -------------------------------------------------------------------------------- /include/SAObjects/SAMPGeniusSummonFailed.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LBBNetwork/libsandwich/HEAD/include/SAObjects/SAMPGeniusSummonFailed.h -------------------------------------------------------------------------------- /include/SAObjects/SAMPGeniusSummonSucceded.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LBBNetwork/libsandwich/HEAD/include/SAObjects/SAMPGeniusSummonSucceded.h -------------------------------------------------------------------------------- /include/SAObjects/SAMPGenreCollection.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LBBNetwork/libsandwich/HEAD/include/SAObjects/SAMPGenreCollection.h -------------------------------------------------------------------------------- /include/SAObjects/SAMPGetState.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LBBNetwork/libsandwich/HEAD/include/SAObjects/SAMPGetState.h -------------------------------------------------------------------------------- /include/SAObjects/SAMPGetStateResponse.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LBBNetwork/libsandwich/HEAD/include/SAObjects/SAMPGetStateResponse.h -------------------------------------------------------------------------------- /include/SAObjects/SAMPLoadPredefinedQueue.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LBBNetwork/libsandwich/HEAD/include/SAObjects/SAMPLoadPredefinedQueue.h -------------------------------------------------------------------------------- /include/SAObjects/SAMPMediaEntity.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LBBNetwork/libsandwich/HEAD/include/SAObjects/SAMPMediaEntity.h -------------------------------------------------------------------------------- /include/SAObjects/SAMPMediaItem.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LBBNetwork/libsandwich/HEAD/include/SAObjects/SAMPMediaItem.h -------------------------------------------------------------------------------- /include/SAObjects/SAMPPlaylist.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LBBNetwork/libsandwich/HEAD/include/SAObjects/SAMPPlaylist.h -------------------------------------------------------------------------------- /include/SAObjects/SAMPPodcast.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LBBNetwork/libsandwich/HEAD/include/SAObjects/SAMPPodcast.h -------------------------------------------------------------------------------- /include/SAObjects/SAMPSearch.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LBBNetwork/libsandwich/HEAD/include/SAObjects/SAMPSearch.h -------------------------------------------------------------------------------- /include/SAObjects/SAMPSearchCompleted.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LBBNetwork/libsandwich/HEAD/include/SAObjects/SAMPSearchCompleted.h -------------------------------------------------------------------------------- /include/SAObjects/SAMPSearchConstraint.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LBBNetwork/libsandwich/HEAD/include/SAObjects/SAMPSearchConstraint.h -------------------------------------------------------------------------------- /include/SAObjects/SAMPSetOutputSource.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LBBNetwork/libsandwich/HEAD/include/SAObjects/SAMPSetOutputSource.h -------------------------------------------------------------------------------- /include/SAObjects/SAMPSetPlaybackPosition.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LBBNetwork/libsandwich/HEAD/include/SAObjects/SAMPSetPlaybackPosition.h -------------------------------------------------------------------------------- /include/SAObjects/SAMPSetQueue.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LBBNetwork/libsandwich/HEAD/include/SAObjects/SAMPSetQueue.h -------------------------------------------------------------------------------- /include/SAObjects/SAMPSetState.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LBBNetwork/libsandwich/HEAD/include/SAObjects/SAMPSetState.h -------------------------------------------------------------------------------- /include/SAObjects/SAMPSnippet.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LBBNetwork/libsandwich/HEAD/include/SAObjects/SAMPSnippet.h -------------------------------------------------------------------------------- /include/SAObjects/SAMPSong.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LBBNetwork/libsandwich/HEAD/include/SAObjects/SAMPSong.h -------------------------------------------------------------------------------- /include/SAObjects/SAMPTitleCollection.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LBBNetwork/libsandwich/HEAD/include/SAObjects/SAMPTitleCollection.h -------------------------------------------------------------------------------- /include/SAObjects/SANoteCreate.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LBBNetwork/libsandwich/HEAD/include/SAObjects/SANoteCreate.h -------------------------------------------------------------------------------- /include/SAObjects/SANoteCreateCompleted.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LBBNetwork/libsandwich/HEAD/include/SAObjects/SANoteCreateCompleted.h -------------------------------------------------------------------------------- /include/SAObjects/SANoteDelete.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LBBNetwork/libsandwich/HEAD/include/SAObjects/SANoteDelete.h -------------------------------------------------------------------------------- /include/SAObjects/SANoteDeleteCompleted.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LBBNetwork/libsandwich/HEAD/include/SAObjects/SANoteDeleteCompleted.h -------------------------------------------------------------------------------- /include/SAObjects/SANoteObject.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LBBNetwork/libsandwich/HEAD/include/SAObjects/SANoteObject.h -------------------------------------------------------------------------------- /include/SAObjects/SANoteSearch.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LBBNetwork/libsandwich/HEAD/include/SAObjects/SANoteSearch.h -------------------------------------------------------------------------------- /include/SAObjects/SANoteSearchCompleted.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LBBNetwork/libsandwich/HEAD/include/SAObjects/SANoteSearchCompleted.h -------------------------------------------------------------------------------- /include/SAObjects/SANoteSnippet.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LBBNetwork/libsandwich/HEAD/include/SAObjects/SANoteSnippet.h -------------------------------------------------------------------------------- /include/SAObjects/SANoteUpdate.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LBBNetwork/libsandwich/HEAD/include/SAObjects/SANoteUpdate.h -------------------------------------------------------------------------------- /include/SAObjects/SANoteUpdateCompleted.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LBBNetwork/libsandwich/HEAD/include/SAObjects/SANoteUpdateCompleted.h -------------------------------------------------------------------------------- /include/SAObjects/SAObjects-Structs.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LBBNetwork/libsandwich/HEAD/include/SAObjects/SAObjects-Structs.h -------------------------------------------------------------------------------- /include/SAObjects/SAObjects.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LBBNetwork/libsandwich/HEAD/include/SAObjects/SAObjects.h -------------------------------------------------------------------------------- /include/SAObjects/SAPerson.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LBBNetwork/libsandwich/HEAD/include/SAObjects/SAPerson.h -------------------------------------------------------------------------------- /include/SAObjects/SAPersonAttribute.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LBBNetwork/libsandwich/HEAD/include/SAObjects/SAPersonAttribute.h -------------------------------------------------------------------------------- /include/SAObjects/SAPhone.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LBBNetwork/libsandwich/HEAD/include/SAObjects/SAPhone.h -------------------------------------------------------------------------------- /include/SAObjects/SAPhoneCall.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LBBNetwork/libsandwich/HEAD/include/SAObjects/SAPhoneCall.h -------------------------------------------------------------------------------- /include/SAObjects/SAPhoneCallSnippet.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LBBNetwork/libsandwich/HEAD/include/SAObjects/SAPhoneCallSnippet.h -------------------------------------------------------------------------------- /include/SAObjects/SAPhoneCallStarted.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LBBNetwork/libsandwich/HEAD/include/SAObjects/SAPhoneCallStarted.h -------------------------------------------------------------------------------- /include/SAObjects/SAPhoneSearch.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LBBNetwork/libsandwich/HEAD/include/SAObjects/SAPhoneSearch.h -------------------------------------------------------------------------------- /include/SAObjects/SAPhoneSearchCompleted.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LBBNetwork/libsandwich/HEAD/include/SAObjects/SAPhoneSearchCompleted.h -------------------------------------------------------------------------------- /include/SAObjects/SAPing.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LBBNetwork/libsandwich/HEAD/include/SAObjects/SAPing.h -------------------------------------------------------------------------------- /include/SAObjects/SAPong.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LBBNetwork/libsandwich/HEAD/include/SAObjects/SAPong.h -------------------------------------------------------------------------------- /include/SAObjects/SARelatedName.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LBBNetwork/libsandwich/HEAD/include/SAObjects/SARelatedName.h -------------------------------------------------------------------------------- /include/SAObjects/SAReminderAssistantPayload.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LBBNetwork/libsandwich/HEAD/include/SAObjects/SAReminderAssistantPayload.h -------------------------------------------------------------------------------- /include/SAObjects/SAReminderCompositeTrigger.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LBBNetwork/libsandwich/HEAD/include/SAObjects/SAReminderCompositeTrigger.h -------------------------------------------------------------------------------- /include/SAObjects/SAReminderDateTimeTrigger.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LBBNetwork/libsandwich/HEAD/include/SAObjects/SAReminderDateTimeTrigger.h -------------------------------------------------------------------------------- /include/SAObjects/SAReminderDateTimeTriggerOffset.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LBBNetwork/libsandwich/HEAD/include/SAObjects/SAReminderDateTimeTriggerOffset.h -------------------------------------------------------------------------------- /include/SAObjects/SAReminderEmailPayload.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LBBNetwork/libsandwich/HEAD/include/SAObjects/SAReminderEmailPayload.h -------------------------------------------------------------------------------- /include/SAObjects/SAReminderListObject.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LBBNetwork/libsandwich/HEAD/include/SAObjects/SAReminderListObject.h -------------------------------------------------------------------------------- /include/SAObjects/SAReminderListSearch.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LBBNetwork/libsandwich/HEAD/include/SAObjects/SAReminderListSearch.h -------------------------------------------------------------------------------- /include/SAObjects/SAReminderListSearchCompleted.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LBBNetwork/libsandwich/HEAD/include/SAObjects/SAReminderListSearchCompleted.h -------------------------------------------------------------------------------- /include/SAObjects/SAReminderLocationTrigger.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LBBNetwork/libsandwich/HEAD/include/SAObjects/SAReminderLocationTrigger.h -------------------------------------------------------------------------------- /include/SAObjects/SAReminderObject.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LBBNetwork/libsandwich/HEAD/include/SAObjects/SAReminderObject.h -------------------------------------------------------------------------------- /include/SAObjects/SAReminderPayload.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LBBNetwork/libsandwich/HEAD/include/SAObjects/SAReminderPayload.h -------------------------------------------------------------------------------- /include/SAObjects/SAReminderPhonePayload.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LBBNetwork/libsandwich/HEAD/include/SAObjects/SAReminderPhonePayload.h -------------------------------------------------------------------------------- /include/SAObjects/SAReminderRecurrence.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LBBNetwork/libsandwich/HEAD/include/SAObjects/SAReminderRecurrence.h -------------------------------------------------------------------------------- /include/SAObjects/SAReminderSearch.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LBBNetwork/libsandwich/HEAD/include/SAObjects/SAReminderSearch.h -------------------------------------------------------------------------------- /include/SAObjects/SAReminderSearchCompleted.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LBBNetwork/libsandwich/HEAD/include/SAObjects/SAReminderSearchCompleted.h -------------------------------------------------------------------------------- /include/SAObjects/SAReminderSmsPayload.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LBBNetwork/libsandwich/HEAD/include/SAObjects/SAReminderSmsPayload.h -------------------------------------------------------------------------------- /include/SAObjects/SAReminderSnippet.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LBBNetwork/libsandwich/HEAD/include/SAObjects/SAReminderSnippet.h -------------------------------------------------------------------------------- /include/SAObjects/SAReminderTrigger.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LBBNetwork/libsandwich/HEAD/include/SAObjects/SAReminderTrigger.h -------------------------------------------------------------------------------- /include/SAObjects/SARequestCompleted.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LBBNetwork/libsandwich/HEAD/include/SAObjects/SARequestCompleted.h -------------------------------------------------------------------------------- /include/SAObjects/SARestartRequest.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LBBNetwork/libsandwich/HEAD/include/SAObjects/SARestartRequest.h -------------------------------------------------------------------------------- /include/SAObjects/SAResultCallback.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LBBNetwork/libsandwich/HEAD/include/SAObjects/SAResultCallback.h -------------------------------------------------------------------------------- /include/SAObjects/SARollbackRequest.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LBBNetwork/libsandwich/HEAD/include/SAObjects/SARollbackRequest.h -------------------------------------------------------------------------------- /include/SAObjects/SARollbackSucceeded.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LBBNetwork/libsandwich/HEAD/include/SAObjects/SARollbackSucceeded.h -------------------------------------------------------------------------------- /include/SAObjects/SASCancelSpeech.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LBBNetwork/libsandwich/HEAD/include/SAObjects/SASCancelSpeech.h -------------------------------------------------------------------------------- /include/SAObjects/SASFinishSpeech.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LBBNetwork/libsandwich/HEAD/include/SAObjects/SASFinishSpeech.h -------------------------------------------------------------------------------- /include/SAObjects/SASInterpretation.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LBBNetwork/libsandwich/HEAD/include/SAObjects/SASInterpretation.h -------------------------------------------------------------------------------- /include/SAObjects/SASPhrase.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LBBNetwork/libsandwich/HEAD/include/SAObjects/SASPhrase.h -------------------------------------------------------------------------------- /include/SAObjects/SASRecognition.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LBBNetwork/libsandwich/HEAD/include/SAObjects/SASRecognition.h -------------------------------------------------------------------------------- /include/SAObjects/SASSpeechCorrectionStatistics.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LBBNetwork/libsandwich/HEAD/include/SAObjects/SASSpeechCorrectionStatistics.h -------------------------------------------------------------------------------- /include/SAObjects/SASSpeechFailure.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LBBNetwork/libsandwich/HEAD/include/SAObjects/SASSpeechFailure.h -------------------------------------------------------------------------------- /include/SAObjects/SASSpeechPacket.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LBBNetwork/libsandwich/HEAD/include/SAObjects/SASSpeechPacket.h -------------------------------------------------------------------------------- /include/SAObjects/SASSpeechRecognized.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LBBNetwork/libsandwich/HEAD/include/SAObjects/SASSpeechRecognized.h -------------------------------------------------------------------------------- /include/SAObjects/SASStartCorrectedSpeechRequest.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LBBNetwork/libsandwich/HEAD/include/SAObjects/SASStartCorrectedSpeechRequest.h -------------------------------------------------------------------------------- /include/SAObjects/SASStartSpeech.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LBBNetwork/libsandwich/HEAD/include/SAObjects/SASStartSpeech.h -------------------------------------------------------------------------------- /include/SAObjects/SASStartSpeechDictation.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LBBNetwork/libsandwich/HEAD/include/SAObjects/SASStartSpeechDictation.h -------------------------------------------------------------------------------- /include/SAObjects/SASStartSpeechRequest.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LBBNetwork/libsandwich/HEAD/include/SAObjects/SASStartSpeechRequest.h -------------------------------------------------------------------------------- /include/SAObjects/SASToken.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LBBNetwork/libsandwich/HEAD/include/SAObjects/SASToken.h -------------------------------------------------------------------------------- /include/SAObjects/SASendCommands.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LBBNetwork/libsandwich/HEAD/include/SAObjects/SASendCommands.h -------------------------------------------------------------------------------- /include/SAObjects/SAServerBoundCommand.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LBBNetwork/libsandwich/HEAD/include/SAObjects/SAServerBoundCommand.h -------------------------------------------------------------------------------- /include/SAObjects/SASessionValidationFailed.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LBBNetwork/libsandwich/HEAD/include/SAObjects/SASessionValidationFailed.h -------------------------------------------------------------------------------- /include/SAObjects/SASetAlertContext.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LBBNetwork/libsandwich/HEAD/include/SAObjects/SASetAlertContext.h -------------------------------------------------------------------------------- /include/SAObjects/SASetApplicationContext.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LBBNetwork/libsandwich/HEAD/include/SAObjects/SASetApplicationContext.h -------------------------------------------------------------------------------- /include/SAObjects/SASetAssistantData.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LBBNetwork/libsandwich/HEAD/include/SAObjects/SASetAssistantData.h -------------------------------------------------------------------------------- /include/SAObjects/SASetConnectionHeader.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LBBNetwork/libsandwich/HEAD/include/SAObjects/SASetConnectionHeader.h -------------------------------------------------------------------------------- /include/SAObjects/SASetRequestOrigin.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LBBNetwork/libsandwich/HEAD/include/SAObjects/SASetRequestOrigin.h -------------------------------------------------------------------------------- /include/SAObjects/SASetRestrictions.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LBBNetwork/libsandwich/HEAD/include/SAObjects/SASetRestrictions.h -------------------------------------------------------------------------------- /include/SAObjects/SASetSupportedLocales.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LBBNetwork/libsandwich/HEAD/include/SAObjects/SASetSupportedLocales.h -------------------------------------------------------------------------------- /include/SAObjects/SASmsRecipientSearch.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LBBNetwork/libsandwich/HEAD/include/SAObjects/SASmsRecipientSearch.h -------------------------------------------------------------------------------- /include/SAObjects/SASmsRecipientSearchCompleted.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LBBNetwork/libsandwich/HEAD/include/SAObjects/SASmsRecipientSearchCompleted.h -------------------------------------------------------------------------------- /include/SAObjects/SASmsSearch.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LBBNetwork/libsandwich/HEAD/include/SAObjects/SASmsSearch.h -------------------------------------------------------------------------------- /include/SAObjects/SASmsSearchCompleted.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LBBNetwork/libsandwich/HEAD/include/SAObjects/SASmsSearchCompleted.h -------------------------------------------------------------------------------- /include/SAObjects/SASmsSms.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LBBNetwork/libsandwich/HEAD/include/SAObjects/SASmsSms.h -------------------------------------------------------------------------------- /include/SAObjects/SASmsSnippet.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LBBNetwork/libsandwich/HEAD/include/SAObjects/SASmsSnippet.h -------------------------------------------------------------------------------- /include/SAObjects/SASource.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LBBNetwork/libsandwich/HEAD/include/SAObjects/SASource.h -------------------------------------------------------------------------------- /include/SAObjects/SAStartRequest.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LBBNetwork/libsandwich/HEAD/include/SAObjects/SAStartRequest.h -------------------------------------------------------------------------------- /include/SAObjects/SAStockAdd.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LBBNetwork/libsandwich/HEAD/include/SAObjects/SAStockAdd.h -------------------------------------------------------------------------------- /include/SAObjects/SAStockAddCompleted.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LBBNetwork/libsandwich/HEAD/include/SAObjects/SAStockAddCompleted.h -------------------------------------------------------------------------------- /include/SAObjects/SAStockDelete.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LBBNetwork/libsandwich/HEAD/include/SAObjects/SAStockDelete.h -------------------------------------------------------------------------------- /include/SAObjects/SAStockDeleteCompleted.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LBBNetwork/libsandwich/HEAD/include/SAObjects/SAStockDeleteCompleted.h -------------------------------------------------------------------------------- /include/SAObjects/SAStockNews.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LBBNetwork/libsandwich/HEAD/include/SAObjects/SAStockNews.h -------------------------------------------------------------------------------- /include/SAObjects/SAStockObject.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LBBNetwork/libsandwich/HEAD/include/SAObjects/SAStockObject.h -------------------------------------------------------------------------------- /include/SAObjects/SAStockReference.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LBBNetwork/libsandwich/HEAD/include/SAObjects/SAStockReference.h -------------------------------------------------------------------------------- /include/SAObjects/SAStockRequest.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LBBNetwork/libsandwich/HEAD/include/SAObjects/SAStockRequest.h -------------------------------------------------------------------------------- /include/SAObjects/SAStockSearch.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LBBNetwork/libsandwich/HEAD/include/SAObjects/SAStockSearch.h -------------------------------------------------------------------------------- /include/SAObjects/SAStockSearchCompleted.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LBBNetwork/libsandwich/HEAD/include/SAObjects/SAStockSearchCompleted.h -------------------------------------------------------------------------------- /include/SAObjects/SAStockSnippet.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LBBNetwork/libsandwich/HEAD/include/SAObjects/SAStockSnippet.h -------------------------------------------------------------------------------- /include/SAObjects/SASyncAnchor.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LBBNetwork/libsandwich/HEAD/include/SAObjects/SASyncAnchor.h -------------------------------------------------------------------------------- /include/SAObjects/SASyncChunk.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LBBNetwork/libsandwich/HEAD/include/SAObjects/SASyncChunk.h -------------------------------------------------------------------------------- /include/SAObjects/SASyncChunkAccepted.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LBBNetwork/libsandwich/HEAD/include/SAObjects/SASyncChunkAccepted.h -------------------------------------------------------------------------------- /include/SAObjects/SASyncChunkDenied.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LBBNetwork/libsandwich/HEAD/include/SAObjects/SASyncChunkDenied.h -------------------------------------------------------------------------------- /include/SAObjects/SASyncGetAnchors.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LBBNetwork/libsandwich/HEAD/include/SAObjects/SASyncGetAnchors.h -------------------------------------------------------------------------------- /include/SAObjects/SASyncGetAnchorsResponse.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LBBNetwork/libsandwich/HEAD/include/SAObjects/SASyncGetAnchorsResponse.h -------------------------------------------------------------------------------- /include/SAObjects/SATimerCancel.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LBBNetwork/libsandwich/HEAD/include/SAObjects/SATimerCancel.h -------------------------------------------------------------------------------- /include/SAObjects/SATimerCancelCompleted.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LBBNetwork/libsandwich/HEAD/include/SAObjects/SATimerCancelCompleted.h -------------------------------------------------------------------------------- /include/SAObjects/SATimerGet.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LBBNetwork/libsandwich/HEAD/include/SAObjects/SATimerGet.h -------------------------------------------------------------------------------- /include/SAObjects/SATimerGetCompleted.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LBBNetwork/libsandwich/HEAD/include/SAObjects/SATimerGetCompleted.h -------------------------------------------------------------------------------- /include/SAObjects/SATimerObject.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LBBNetwork/libsandwich/HEAD/include/SAObjects/SATimerObject.h -------------------------------------------------------------------------------- /include/SAObjects/SATimerPause.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LBBNetwork/libsandwich/HEAD/include/SAObjects/SATimerPause.h -------------------------------------------------------------------------------- /include/SAObjects/SATimerPauseCompleted.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LBBNetwork/libsandwich/HEAD/include/SAObjects/SATimerPauseCompleted.h -------------------------------------------------------------------------------- /include/SAObjects/SATimerResume.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LBBNetwork/libsandwich/HEAD/include/SAObjects/SATimerResume.h -------------------------------------------------------------------------------- /include/SAObjects/SATimerResumeCompleted.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LBBNetwork/libsandwich/HEAD/include/SAObjects/SATimerResumeCompleted.h -------------------------------------------------------------------------------- /include/SAObjects/SATimerSet.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LBBNetwork/libsandwich/HEAD/include/SAObjects/SATimerSet.h -------------------------------------------------------------------------------- /include/SAObjects/SATimerSetCompleted.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LBBNetwork/libsandwich/HEAD/include/SAObjects/SATimerSetCompleted.h -------------------------------------------------------------------------------- /include/SAObjects/SATimerSnippet.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LBBNetwork/libsandwich/HEAD/include/SAObjects/SATimerSnippet.h -------------------------------------------------------------------------------- /include/SAObjects/SAUIAddViews.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LBBNetwork/libsandwich/HEAD/include/SAObjects/SAUIAddViews.h -------------------------------------------------------------------------------- /include/SAObjects/SAUIAssistantUtteranceView.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LBBNetwork/libsandwich/HEAD/include/SAObjects/SAUIAssistantUtteranceView.h -------------------------------------------------------------------------------- /include/SAObjects/SAUIButton.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LBBNetwork/libsandwich/HEAD/include/SAObjects/SAUIButton.h -------------------------------------------------------------------------------- /include/SAObjects/SAUICancelSnippet.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LBBNetwork/libsandwich/HEAD/include/SAObjects/SAUICancelSnippet.h -------------------------------------------------------------------------------- /include/SAObjects/SAUIClearScreen.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LBBNetwork/libsandwich/HEAD/include/SAObjects/SAUIClearScreen.h -------------------------------------------------------------------------------- /include/SAObjects/SAUICloseAssistant.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LBBNetwork/libsandwich/HEAD/include/SAObjects/SAUICloseAssistant.h -------------------------------------------------------------------------------- /include/SAObjects/SAUIConfirmSnippet.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LBBNetwork/libsandwich/HEAD/include/SAObjects/SAUIConfirmSnippet.h -------------------------------------------------------------------------------- /include/SAObjects/SAUIConfirmationOptions.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LBBNetwork/libsandwich/HEAD/include/SAObjects/SAUIConfirmationOptions.h -------------------------------------------------------------------------------- /include/SAObjects/SAUIConfirmationView.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LBBNetwork/libsandwich/HEAD/include/SAObjects/SAUIConfirmationView.h -------------------------------------------------------------------------------- /include/SAObjects/SAUIDisambiguationList.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LBBNetwork/libsandwich/HEAD/include/SAObjects/SAUIDisambiguationList.h -------------------------------------------------------------------------------- /include/SAObjects/SAUIErrorSnippet.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LBBNetwork/libsandwich/HEAD/include/SAObjects/SAUIErrorSnippet.h -------------------------------------------------------------------------------- /include/SAObjects/SAUIHtmlView.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LBBNetwork/libsandwich/HEAD/include/SAObjects/SAUIHtmlView.h -------------------------------------------------------------------------------- /include/SAObjects/SAUIListItem.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LBBNetwork/libsandwich/HEAD/include/SAObjects/SAUIListItem.h -------------------------------------------------------------------------------- /include/SAObjects/SAUIMenuItem.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LBBNetwork/libsandwich/HEAD/include/SAObjects/SAUIMenuItem.h -------------------------------------------------------------------------------- /include/SAObjects/SAUIOpenLink.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LBBNetwork/libsandwich/HEAD/include/SAObjects/SAUIOpenLink.h -------------------------------------------------------------------------------- /include/SAObjects/SAUIRepeatIt.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LBBNetwork/libsandwich/HEAD/include/SAObjects/SAUIRepeatIt.h -------------------------------------------------------------------------------- /include/SAObjects/SAUISayIt.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LBBNetwork/libsandwich/HEAD/include/SAObjects/SAUISayIt.h -------------------------------------------------------------------------------- /include/SAObjects/SAUIShowHelp.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LBBNetwork/libsandwich/HEAD/include/SAObjects/SAUIShowHelp.h -------------------------------------------------------------------------------- /include/SAObjects/SAUISnippet.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LBBNetwork/libsandwich/HEAD/include/SAObjects/SAUISnippet.h -------------------------------------------------------------------------------- /include/SAObjects/SAUISnippetAttributeOpened.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LBBNetwork/libsandwich/HEAD/include/SAObjects/SAUISnippetAttributeOpened.h -------------------------------------------------------------------------------- /include/SAObjects/SAUISnippetEdited.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LBBNetwork/libsandwich/HEAD/include/SAObjects/SAUISnippetEdited.h -------------------------------------------------------------------------------- /include/SAObjects/SAUISnippetExpanded.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LBBNetwork/libsandwich/HEAD/include/SAObjects/SAUISnippetExpanded.h -------------------------------------------------------------------------------- /include/SAObjects/SAUISnippetInteraction.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LBBNetwork/libsandwich/HEAD/include/SAObjects/SAUISnippetInteraction.h -------------------------------------------------------------------------------- /include/SAObjects/SAUISnippetList.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LBBNetwork/libsandwich/HEAD/include/SAObjects/SAUISnippetList.h -------------------------------------------------------------------------------- /include/SAObjects/SAUISnippetObjectInteraction.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LBBNetwork/libsandwich/HEAD/include/SAObjects/SAUISnippetObjectInteraction.h -------------------------------------------------------------------------------- /include/SAObjects/SAUISnippetOpened.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LBBNetwork/libsandwich/HEAD/include/SAObjects/SAUISnippetOpened.h -------------------------------------------------------------------------------- /include/SAObjects/SAUIUnlockDevice.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LBBNetwork/libsandwich/HEAD/include/SAObjects/SAUIUnlockDevice.h -------------------------------------------------------------------------------- /include/SAObjects/SAUIUserUtteranceView.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LBBNetwork/libsandwich/HEAD/include/SAObjects/SAUIUserUtteranceView.h -------------------------------------------------------------------------------- /include/SAObjects/SAWeatherBarometricPressure.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LBBNetwork/libsandwich/HEAD/include/SAObjects/SAWeatherBarometricPressure.h -------------------------------------------------------------------------------- /include/SAObjects/SAWeatherCondition.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LBBNetwork/libsandwich/HEAD/include/SAObjects/SAWeatherCondition.h -------------------------------------------------------------------------------- /include/SAObjects/SAWeatherCurrentConditions.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LBBNetwork/libsandwich/HEAD/include/SAObjects/SAWeatherCurrentConditions.h -------------------------------------------------------------------------------- /include/SAObjects/SAWeatherDailyForecast.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LBBNetwork/libsandwich/HEAD/include/SAObjects/SAWeatherDailyForecast.h -------------------------------------------------------------------------------- /include/SAObjects/SAWeatherForecast.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LBBNetwork/libsandwich/HEAD/include/SAObjects/SAWeatherForecast.h -------------------------------------------------------------------------------- /include/SAObjects/SAWeatherForecastSnippet.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LBBNetwork/libsandwich/HEAD/include/SAObjects/SAWeatherForecastSnippet.h -------------------------------------------------------------------------------- /include/SAObjects/SAWeatherHourlyForecast.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LBBNetwork/libsandwich/HEAD/include/SAObjects/SAWeatherHourlyForecast.h -------------------------------------------------------------------------------- /include/SAObjects/SAWeatherLocation.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LBBNetwork/libsandwich/HEAD/include/SAObjects/SAWeatherLocation.h -------------------------------------------------------------------------------- /include/SAObjects/SAWeatherLocationAdd.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LBBNetwork/libsandwich/HEAD/include/SAObjects/SAWeatherLocationAdd.h -------------------------------------------------------------------------------- /include/SAObjects/SAWeatherLocationAddCompleted.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LBBNetwork/libsandwich/HEAD/include/SAObjects/SAWeatherLocationAddCompleted.h -------------------------------------------------------------------------------- /include/SAObjects/SAWeatherLocationDelete.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LBBNetwork/libsandwich/HEAD/include/SAObjects/SAWeatherLocationDelete.h -------------------------------------------------------------------------------- /include/SAObjects/SAWeatherLocationDeleteCompleted.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LBBNetwork/libsandwich/HEAD/include/SAObjects/SAWeatherLocationDeleteCompleted.h -------------------------------------------------------------------------------- /include/SAObjects/SAWeatherLocationSearch.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LBBNetwork/libsandwich/HEAD/include/SAObjects/SAWeatherLocationSearch.h -------------------------------------------------------------------------------- /include/SAObjects/SAWeatherLocationSearchCompleted.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LBBNetwork/libsandwich/HEAD/include/SAObjects/SAWeatherLocationSearchCompleted.h -------------------------------------------------------------------------------- /include/SAObjects/SAWeatherLocationSnippet.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LBBNetwork/libsandwich/HEAD/include/SAObjects/SAWeatherLocationSnippet.h -------------------------------------------------------------------------------- /include/SAObjects/SAWeatherObject.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LBBNetwork/libsandwich/HEAD/include/SAObjects/SAWeatherObject.h -------------------------------------------------------------------------------- /include/SAObjects/SAWeatherShowWeatherLocations.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LBBNetwork/libsandwich/HEAD/include/SAObjects/SAWeatherShowWeatherLocations.h -------------------------------------------------------------------------------- /include/SAObjects/SAWeatherShowWeatherLocationsCompleted.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LBBNetwork/libsandwich/HEAD/include/SAObjects/SAWeatherShowWeatherLocationsCompleted.h -------------------------------------------------------------------------------- /include/SAObjects/SAWeatherUnits.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LBBNetwork/libsandwich/HEAD/include/SAObjects/SAWeatherUnits.h -------------------------------------------------------------------------------- /include/SAObjects/SAWeatherWindSpeed.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LBBNetwork/libsandwich/HEAD/include/SAObjects/SAWeatherWindSpeed.h -------------------------------------------------------------------------------- /include/SAObjects/SAWebSearch.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LBBNetwork/libsandwich/HEAD/include/SAObjects/SAWebSearch.h -------------------------------------------------------------------------------- /include/SAObjects/SAWebSearchStarted.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LBBNetwork/libsandwich/HEAD/include/SAObjects/SAWebSearchStarted.h -------------------------------------------------------------------------------- /include/SAObjects/SAWebSiteSearch.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LBBNetwork/libsandwich/HEAD/include/SAObjects/SAWebSiteSearch.h -------------------------------------------------------------------------------- /include/SAObjects/SAWebSiteSearchStarted.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LBBNetwork/libsandwich/HEAD/include/SAObjects/SAWebSiteSearchStarted.h -------------------------------------------------------------------------------- /iokit.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LBBNetwork/libsandwich/HEAD/iokit.c -------------------------------------------------------------------------------- /ldid.osx.x86_64: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LBBNetwork/libsandwich/HEAD/ldid.osx.x86_64 -------------------------------------------------------------------------------- /lockdown.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LBBNetwork/libsandwich/HEAD/lockdown.c -------------------------------------------------------------------------------- /siri-port/com.vlo.libsandwich.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LBBNetwork/libsandwich/HEAD/siri-port/com.vlo.libsandwich.plist -------------------------------------------------------------------------------- /siri-port/convertValidationData.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LBBNetwork/libsandwich/HEAD/siri-port/convertValidationData.rb -------------------------------------------------------------------------------- /siri-port/tutorial-port: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LBBNetwork/libsandwich/HEAD/siri-port/tutorial-port -------------------------------------------------------------------------------- /siri_auth.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LBBNetwork/libsandwich/HEAD/siri_auth.m -------------------------------------------------------------------------------- /sysctl.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LBBNetwork/libsandwich/HEAD/sysctl.c -------------------------------------------------------------------------------- /telephony.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LBBNetwork/libsandwich/HEAD/telephony.c -------------------------------------------------------------------------------- /voodoo.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LBBNetwork/libsandwich/HEAD/voodoo.h --------------------------------------------------------------------------------