sensitivity.io for iOS & macOS  1.1.4
ApplicationIdRetriever.h
1 //
2 // ApplicationIdRetriever.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 <Foundation/Foundation.h>
12 #import <sensitivityio/objc_base/HttpRetriever.h>
13 
18 
25 + (instancetype _Nullable) sharedInstanceWithError:(NSError * _Nullable * _Nullable)error NS_SWIFT_NAME(shared());
26 
27 + (instancetype _Null_unspecified) alloc NS_UNAVAILABLE;
28 - (instancetype _Null_unspecified) init NS_UNAVAILABLE;
29 + (instancetype _Null_unspecified) new NS_UNAVAILABLE;
30 - (instancetype _Null_unspecified) copy NS_UNAVAILABLE;
31 
41 - (BOOL)retrieveApplicationIdWithError:(NSError * _Nullable * _Nullable)error;
42 
43 @end
Definition: ApplicationIdRetriever.h:17
Definition: HttpRetriever.h:18