forked from NozeIO/swift-nio-irc-client-original-fork
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathReExports.swift
23 lines (22 loc) · 930 Bytes
/
ReExports.swift
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
//===----------------------------------------------------------------------===//
//
// This source file is part of the swift-nio-irc open source project
//
// Copyright (c) 2018 ZeeZide GmbH. and the swift-nio-irc project authors
// Licensed under Apache License v2.0
//
// See LICENSE.txt for license information
// See CONTRIBUTORS.txt for the list of SwiftNIOIRC project authors
//
// SPDX-License-Identifier: Apache-2.0
//
//===----------------------------------------------------------------------===//
@_exported import protocol NIO.EventLoopGroup
@_exported import enum NIOIRC.IRCCommand
@_exported import struct NIOIRC.IRCMessage
@_exported import struct NIOIRC.IRCNickName
@_exported import struct NIOIRC.IRCChannelName
@_exported import struct NIOIRC.IRCUserInfo
@_exported import enum NIOIRC.IRCMessageRecipient
@_exported import struct NIOIRC.IRCUserMode
@_exported import struct NIOIRC.IRCUserID