Skip to content

Commit a097688

Browse files
author
Martin Barreto
authored
Merge pull request #633 from Khronoss/patch-1
Add UIKit import to ButtonBarViewCell.swift
2 parents 7bf6f93 + e8edf2f commit a097688

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)