Skip to content
This repository was archived by the owner on Nov 19, 2023. It is now read-only.

Commit 997af86

Browse files
committed
fixed open keyword
1 parent ef76b64 commit 997af86

File tree

4 files changed

+3
-2
lines changed

4 files changed

+3
-2
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
*.xcuserstate

CollectionView.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = 'CollectionView'
3-
s.version = '1.0.0'
3+
s.version = '1.0.1'
44
s.summary = 'CollectionViews with ease.'
55
s.description = <<-DESC
66
A view model framework around collection views.

Sources/CollectionViewController.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
import UIKit
1010

11-
class CollectionViewController: UIViewController {
11+
open class CollectionViewController: UIViewController {
1212

1313
@IBOutlet open weak var collectionView: UICollectionView!
1414

0 commit comments

Comments
 (0)