sensitivity.io for iOS & macOS  1.1.4
ResourcesInitializer+SDC.h
1 //
2 // ResourcesInitializer+SDC.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 
28 + (BOOL) initSdcWithError:(NSError * _Nullable * _Nullable)error;
29 
30 @end
Definition: ResourcesInitializer+SDC.h:17