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

Commit

Permalink
fixed open keyword
Browse files Browse the repository at this point in the history
  • Loading branch information
tib committed Feb 11, 2019
1 parent ef76b64 commit 997af86
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
*.xcuserstate
2 changes: 1 addition & 1 deletion CollectionView.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'CollectionView'
s.version = '1.0.0'
s.version = '1.0.1'
s.summary = 'CollectionViews with ease.'
s.description = <<-DESC
A view model framework around collection views.
Expand Down
Binary file not shown.
2 changes: 1 addition & 1 deletion Sources/CollectionViewController.swift
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

import UIKit

class CollectionViewController: UIViewController {
open class CollectionViewController: UIViewController {

@IBOutlet open weak var collectionView: UICollectionView!

Expand Down

0 comments on commit 997af86

Please sign in to comment.