14 lines
295 B
Text
14 lines
295 B
Text
//
|
|
// Copyright 2014 Signal Messenger, LLC
|
|
// SPDX-License-Identifier: AGPL-3.0-only
|
|
//
|
|
|
|
#import <Availability.h>
|
|
|
|
#ifdef __OBJC__
|
|
#import <UIKit/UIKit.h>
|
|
#import <Foundation/Foundation.h>
|
|
|
|
#import <SignalServiceKit/NSObject+OWS.h>
|
|
#import <SignalServiceKit/OWSAsserts.h>
|
|
#endif
|