-
Notifications
You must be signed in to change notification settings - Fork 452
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add docs to Exports.swift in SwiftProtobuf
- Loading branch information
Showing
1 changed file
with
15 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,17 @@ | ||
// Sources/SwiftProtobuf/Exports.swift | ||
// | ||
// Copyright (c) 2022 Apple Inc. and the project authors | ||
// Licensed under Apache License v2.0 with Runtime Library Exception | ||
// | ||
// See LICENSE.txt for license information: | ||
// https://github.com/apple/swift-protobuf/blob/main/LICENSE.txt | ||
// | ||
// ----------------------------------------------------------------------------- | ||
/// | ||
/// File for declaring other module re-exports. This allows users to use both `SwiftProtobufCore` | ||
/// and `SwiftProtobufFoundationCompat` just by importing `SwiftProtobuf`. | ||
/// | ||
// ----------------------------------------------------------------------------- | ||
|
||
@_exported import SwiftProtobufCore | ||
@_exported import SwiftProtobufFoundationCompat |