diff --git a/src/Network/OWSCensorshipConfiguration.m b/src/Network/OWSCensorshipConfiguration.m index e09096a06..7c91ec4e8 100644 --- a/src/Network/OWSCensorshipConfiguration.m +++ b/src/Network/OWSCensorshipConfiguration.m @@ -3,7 +3,6 @@ #import "OWSCensorshipConfiguration.h" #import "TSStorageManager.h" -#import "Asserts.h" NS_ASSUME_NONNULL_BEGIN diff --git a/src/Network/OWSSignalService.m b/src/Network/OWSSignalService.m index f6067ba16..c5aea86e8 100644 --- a/src/Network/OWSSignalService.m +++ b/src/Network/OWSSignalService.m @@ -8,7 +8,6 @@ #import "OWSHTTPSecurityPolicy.h" #import "TSConstants.h" #import "TSAccountManager.h" -#import "Asserts.h" NS_ASSUME_NONNULL_BEGIN diff --git a/src/TSPrefix.h b/src/TSPrefix.h index eac897524..6ffce8f5a 100644 --- a/src/TSPrefix.h +++ b/src/TSPrefix.h @@ -1,5 +1,6 @@ #import #import +#import "Asserts.h" #ifdef DEBUG static const NSUInteger ddLogLevel = DDLogLevelAll; @@ -26,4 +27,4 @@ static const NSUInteger ddLogLevel = DDLogLevelInfo; return sharedInstance; \ } -#define MacrosSingletonInterface +(instancetype)sharedInstance; \ No newline at end of file +#define MacrosSingletonInterface +(instancetype)sharedInstance;