Skip to content

Commit

Permalink
fix: Fix compilation errors
Browse files Browse the repository at this point in the history
  • Loading branch information
liam-i committed Mar 27, 2024
1 parent 7328694 commit 533b4a8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// swift-tools-version: 5.9
// swift-tools-version: 5.10
// The swift-tools-version declares the minimum version of Swift required to build this package.

import PackageDescription
Expand Down
2 changes: 2 additions & 0 deletions Sources/BlankSlate.swift
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@
// Copyright © 2020 Liam. All rights reserved.
//

import UIKit

/// A drop-in UIView extension for showing empty datasets whenever the view has no content to display.
/// - Attention: It will work automatically, by just conforming to `BlankSlateDataSource`, and returning the data you want to show.
public struct BlankSlate {
Expand Down

0 comments on commit 533b4a8

Please sign in to comment.