|
|
@ -1,5 +1,6 @@
|
|
|
|
#import <CocoaLumberjack/CocoaLumberjack.h>
|
|
|
|
#import <CocoaLumberjack/CocoaLumberjack.h>
|
|
|
|
#import <Foundation/Foundation.h>
|
|
|
|
#import <Foundation/Foundation.h>
|
|
|
|
|
|
|
|
#import "Asserts.h"
|
|
|
|
|
|
|
|
|
|
|
|
#ifdef DEBUG
|
|
|
|
#ifdef DEBUG
|
|
|
|
static const NSUInteger ddLogLevel = DDLogLevelAll;
|
|
|
|
static const NSUInteger ddLogLevel = DDLogLevelAll;
|
|
|
@ -26,4 +27,4 @@ static const NSUInteger ddLogLevel = DDLogLevelInfo;
|
|
|
|
return sharedInstance; \
|
|
|
|
return sharedInstance; \
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
#define MacrosSingletonInterface +(instancetype)sharedInstance;
|
|
|
|
#define MacrosSingletonInterface +(instancetype)sharedInstance;
|
|
|
|