Skip to content

Commit

Permalink
Merge pull request #6 from SimformSolutionsPvtLtd/develop
Browse files Browse the repository at this point in the history
Develop
  • Loading branch information
bhargavbajani-simformsolutions authored Sep 12, 2022
2 parents 7030f9e + 898028c commit 325fae9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion SSPlaceHolderTableView.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Pod::Spec.new do |spec|
#

spec.name = "SSPlaceHolderTableView"
spec.version = "2.0.0"
spec.version = "2.0.1"
spec.summary = "This is for Placeholder in tableview."

# This description is used to generate tags and improve search results.
Expand Down
2 changes: 1 addition & 1 deletion SSPlaceHolderTableView/Library/CollectionView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ public class CollectionView: UICollectionView {
var objNetworkUnavailableView: NetworkUnavailableView?
var networkUnReachableBlock: (() -> Void)?

override init(frame: CGRect, collectionViewLayout layout: UICollectionViewLayout) {
override public init(frame: CGRect, collectionViewLayout layout: UICollectionViewLayout) {
super.init(frame: frame, collectionViewLayout: layout)
setUpCollectionView()
}
Expand Down

0 comments on commit 325fae9

Please sign in to comment.