sensitivity.io for iOS & macOS  1.1.4
ThreatHandlerFuture.h
1 //
2 // ThreatHandlerFuture.h
3 //
4 // Created by Andreea ERDELYI <andreea.erdelyi@cososys.com>
5 //
6 // Copyright (C) 2017 CoSoSys Ltd team@sensitivity.io
7 // CoSoSys Ltd. All rights reserved.
8 // Please see the COPYING for more details.
9 //
10 
11 #import <sensitivityio/objc_license/Future.h>
12 
16 @interface ThreatHandlerFuture : NSObject <Future>
17 
18 - (instancetype _Null_unspecified) init NS_UNAVAILABLE;
19 + (instancetype _Null_unspecified) new NS_UNAVAILABLE;
20 - (instancetype _Null_unspecified) copy NS_UNAVAILABLE;
21 
22 @end
Definition: ThreatHandlerFuture.h:16