You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
session-ios/SignalServiceKit/src/TSPrefix.h

17 lines
338 B
C

//
// Copyright (c) 2018 Open Whisper Systems. All rights reserved.
//
#import <Foundation/Foundation.h>
10 years ago
@import CocoaLumberjack;
10 years ago
#ifdef DEBUG
static const NSUInteger ddLogLevel = DDLogLevelAll;
10 years ago
#else
static const NSUInteger ddLogLevel = DDLogLevelInfo;
10 years ago
#endif
#import "NSObject+OWS.h"
#import "OWSAnalytics.h"
#import "OWSAsserts.h"