session-ios/Signal/Signal-Prefix.pch

23 lines
544 B
Plaintext
Raw Normal View History

2014-05-06 19:41:08 +02:00
//
// Copyright (c) 2018 Open Whisper Systems. All rights reserved.
2014-05-06 19:41:08 +02:00
//
#import <Availability.h>
#ifdef __OBJC__
#import <UIKit/UIKit.h>
#import <Foundation/Foundation.h>
@import CocoaLumberjack;
#ifdef DEBUG
static const NSUInteger ddLogLevel = DDLogLevelAll;
#else
static const NSUInteger ddLogLevel = DDLogLevelInfo;
#endif
2018-09-21 21:41:10 +02:00
#import <SignalCoreKit/NSObject+OWS.h>
#import <SignalCoreKit/OWSAsserts.h>
#import <SignalServiceKit/SSKAsserts.h>
2017-02-13 17:40:30 +01:00
#import <SignalServiceKit/OWSAnalytics.h>
2014-05-06 19:41:08 +02:00
#endif