sensitivity.io for iOS & macOS  1.1.4
ScannerSettingsRetriever.h
1 //
2 // ScannerSettingsRetriever.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/SettingsRetriever.h>
12 
17 
18 - (instancetype _Null_unspecified) init NS_UNAVAILABLE;
19 + (instancetype _Null_unspecified) new NS_UNAVAILABLE;
20 - (instancetype _Null_unspecified) copy NS_UNAVAILABLE;
29 - (instancetype _Nullable) initWithError:(NSError * _Nullable * _Nullable)error NS_DESIGNATED_INITIALIZER NS_SWIFT_NAME(init());
30 
31 @end
Definition: ScannerSettingsRetriever.h:16
Definition: SettingsRetriever.h:20