sensitivity.io for iOS & macOS  1.1.4
ResourcesInitializer.h
1 //
2 // ResourcesInitializer.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 
16 @interface ResourcesInitializer : NSObject
17 
18 + (instancetype _Null_unspecified) alloc NS_UNAVAILABLE;
19 - (instancetype _Null_unspecified) init NS_UNAVAILABLE;
20 + (instancetype _Null_unspecified) new NS_UNAVAILABLE;
21 - (instancetype _Null_unspecified) copy NS_UNAVAILABLE;
22 
43 + (BOOL) initBaseWithError:(NSError * _Nullable * _Nullable)error;
44 
45 @end
Definition: ResourcesInitializer.h:16