mirror of
https://github.com/oxen-io/session-ios.git
synced 2023-12-13 21:30:14 +01:00
5a758724b3
Updated a couple more translations Updated the copy for the member count in communities Deleted some more unused code Fixed up another RTL issue
39 lines
1.4 KiB
Objective-C
39 lines
1.4 KiB
Objective-C
//
|
|
// Copyright (c) 2019 Open Whisper Systems. All rights reserved.
|
|
//
|
|
|
|
#import <Foundation/Foundation.h>
|
|
#import <UIKit/UIKit.h>
|
|
#import <SessionUIKit/SessionUIKit.h>
|
|
|
|
// Separate iOS Frameworks from other imports.
|
|
#import "AVAudioSession+OWS.h"
|
|
#import "OWSAudioPlayer.h"
|
|
#import "OWSBezierPathView.h"
|
|
#import "OWSMessageTimerView.h"
|
|
#import "OWSWindowManager.h"
|
|
#import "MainAppContext.h"
|
|
#import <PureLayout/PureLayout.h>
|
|
#import <Reachability/Reachability.h>
|
|
#import <SignalCoreKit/Cryptography.h>
|
|
#import <SignalCoreKit/NSData+OWS.h>
|
|
#import <SignalCoreKit/NSDate+OWS.h>
|
|
#import <SignalCoreKit/OWSAsserts.h>
|
|
#import <SignalCoreKit/OWSLogs.h>
|
|
#import <SignalCoreKit/Threading.h>
|
|
#import <SessionMessagingKit/OWSAudioPlayer.h>
|
|
#import <SignalUtilitiesKit/OWSFormat.h>
|
|
#import <SignalUtilitiesKit/OWSViewController.h>
|
|
#import <SignalUtilitiesKit/UIFont+OWS.h>
|
|
#import <SessionUtilitiesKit/UIView+OWS.h>
|
|
#import <SignalUtilitiesKit/AppVersion.h>
|
|
#import <SessionUtilitiesKit/DataSource.h>
|
|
#import <SessionUtilitiesKit/MIMETypeUtil.h>
|
|
#import <SessionUtilitiesKit/NSData+Image.h>
|
|
#import <SessionUtilitiesKit/NSNotificationCenter+OWS.h>
|
|
#import <SessionUtilitiesKit/NSString+SSK.h>
|
|
#import <SignalUtilitiesKit/OWSDispatch.h>
|
|
#import <SignalUtilitiesKit/OWSError.h>
|
|
#import <SessionUtilitiesKit/OWSFileSystem.h>
|
|
#import <SessionUtilitiesKit/UIImage+OWS.h>
|
|
#import <YYImage/YYImage.h>
|