Skip to content

Commit e8edf2f

Browse files
authored
Update ButtonBarViewCell.swift
Add UIKit import as it creates a compile time error
1 parent 73ffb21 commit e8edf2f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/ButtonBarViewCell.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
2323
// THE SOFTWARE.
2424

25-
import Foundation
25+
import UIKit
2626

2727
open class ButtonBarViewCell: UICollectionViewCell {
2828

0 commit comments

Comments
 (0)