session-ios/SignalServiceKit/src/TSPrefix.h

22 lines
502 B
C
Raw Normal View History

2017-02-10 19:20:11 +01:00
//
// Copyright (c) 2018 Open Whisper Systems. All rights reserved.
2017-02-10 19:20:11 +01:00
//
#import <Foundation/Foundation.h>
2015-12-07 03:31:43 +01:00
@import CocoaLumberjack;
2015-12-07 03:31:43 +01:00
#ifdef DEBUG
static const NSUInteger ddLogLevel = DDLogLevelAll;
2015-12-07 03:31:43 +01:00
#else
static const NSUInteger ddLogLevel = DDLogLevelInfo;
2015-12-07 03:31:43 +01:00
#endif
#import "OWSAnalytics.h"
2019-09-30 04:08:55 +02:00
#import "NSArray+Functional.h"
2019-10-03 08:46:08 +02:00
#import "NSSet+Functional.h"
2019-05-21 03:40:29 +02:00
#import "NSObject+Casting.h"
#import "SSKAsserts.h"
#import "TSConstants.h"
2018-09-21 21:41:10 +02:00
#import <SignalCoreKit/NSObject+OWS.h>
#import <SignalCoreKit/OWSAsserts.h>