as the last remaining objective-c file, this removed direct dependency from the SignalMessaging framework headers on SignalServiceKit and thus required adding lots of import statements
15 lines
386 B
Objective-C
15 lines
386 B
Objective-C
//
|
|
// Copyright 2017 Signal Messenger, LLC
|
|
// SPDX-License-Identifier: AGPL-3.0-only
|
|
//
|
|
|
|
#import <Foundation/Foundation.h>
|
|
|
|
//! Project version number for SignalMessaging.
|
|
FOUNDATION_EXPORT double SignalMessagingVersionNumber;
|
|
|
|
//! Project version string for SignalMessaging.
|
|
FOUNDATION_EXPORT const unsigned char SignalMessagingVersionString[];
|
|
|
|
// The public headers of the framework
|