Orchestration SDK 5.10.1
Loading...
Searching...
No Matches
OrchestrationWarningDelegate.h
Go to the documentation of this file.
1
2//
3// © 1999 – 2019 OneSpan North America Inc. All rights reserved.
4// All rights reserved. https://www.onespan.com/
5//
7
8#import <Foundation/Foundation.h>
9
10NS_ASSUME_NONNULL_BEGIN
11
13
23NS_REFINED_FOR_SWIFT
24@protocol OrchestrationWarningDelegate <NSObject>
25
30- (void)orchestrationWarning:(OrchestrationWarning *)warning;
31
32@end
33
34NS_ASSUME_NONNULL_END
Definition OrchestrationWarning.h:19