Searching for iOS 13.1.3 Headers

Switch to: 18.1, 17.1, 16.3, 15.2.1, 14.4, 12.1, 11.1.2, 11.0.1, 11.0, 10.2, 10.1.1, 9.3.3, 9.0, 8.0, 7.0, 6.0, 5.0, 4.0, 3.0, macos_15.3.1


Back to SpringBoard
Viewing file: SBSRemoteAlertHandleObserver.h   Raw   logify
SBSRemoteAlertHandleObserver was found in iOS 18.1, 17.1, 16.3, 15.2.1, 14.4, 13.1.3
Filter:  
/*
* This header is generated by classdump-dyld 1.0
* on Monday, November 11, 2019 at 12:29:58 AM Eastern European Standard Time
* Operating System: Version 13.1.3 (Build 17A878)
* Image Source: /System/Library/PrivateFrameworks/SpringBoard.framework/SpringBoard
* classdump-dyld is licensed under GPLv3, Copyright © 2013-2016 by Elias Limneos.
*/


@protocol SBSRemoteAlertHandleObserver <NSObject>

@optional
-(void)remoteAlertHandleDidActivate:(id)arg1;
-(void)remoteAlertHandleDidDeactivate:(id)arg1;
-(void)remoteAlertHandle:(id)arg1 didInvalidateWithError:(id)arg2;
@end
Back to SpringBoard