sensitivity.io for iOS & macOS  1.1.4
ResourcesInitializer+SDS.h
1 //
2 // ResourcesInitializer+SDS.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/ResourcesInitializer.h>
13 
18 
38 + (BOOL) initSdsWithError:(NSError * _Nullable * _Nullable)error;
39 
40 @end
Definition: ResourcesInitializer+SDS.h:17