Skip to content

Commit

Permalink
Add docs to Exports.swift in SwiftProtobuf
Browse files Browse the repository at this point in the history
  • Loading branch information
gjcairo committed Nov 1, 2022
1 parent 5c10715 commit ce8e0bb
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions Sources/SwiftProtobuf/Exports.swift
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

0 comments on commit ce8e0bb

Please sign in to comment.