Skip to content

Commit

Permalink
Added exported imports + updated readme
Browse files Browse the repository at this point in the history
  • Loading branch information
mitchtreece committed Apr 15, 2023
1 parent 095aa79 commit 82770ee
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<div align="center">

![Version](https://img.shields.io/badge/Version-1.1.0-A99CCF.svg?style=for-the-badge&labelColor=806BBA)
![Version](https://img.shields.io/badge/Version-1.1.1-A99CCF.svg?style=for-the-badge&labelColor=806BBA)
![iOS](https://img.shields.io/badge/iOS-13+-A99CCF.svg?style=for-the-badge&labelColor=806BBA)
![Swift](https://img.shields.io/badge/Swift-5-A99CCF.svg?style=for-the-badge&labelColor=806BBA)
![Xcode](https://img.shields.io/badge/Xcode-14-A99CCF.svg?style=for-the-badge&labelColor=806BBA)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
// Created by Mitch Treece on 8/11/22.
//

import Foundation
import UIKit

internal class ContextMenuInteractionDelegate: NSObject, UIContextMenuInteractionDelegate {
Expand Down
2 changes: 2 additions & 0 deletions Sources/Core/_Exports.swift
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
@_exported import Foundation
@_exported import UIKit

0 comments on commit 82770ee

Please sign in to comment.