Skip to content

Commit

Permalink
expose rows var in HSTVSection
Browse files Browse the repository at this point in the history
  • Loading branch information
ConfusedVorlon committed Sep 18, 2019
1 parent cc0be1f commit 9f8825a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion HSTableView.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Pod::Spec.new do |s|
#

s.name = "HSTableView"
s.version = "1.2.0"
s.version = "1.2.1"
s.summary = "A simpler, more elegant UITableView using objects, blocks instead of delegates"

# This description is used to generate tags and improve search results.
Expand Down
2 changes: 1 addition & 1 deletion HSTableView/HSTVSection.swift
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import Foundation

/// HSTVSection holds an array of HSTVRows
public class HSTVSection {
var rows:[HSTVRowInfo]=[HSTVRowInfo]()
public var rows:[HSTVRowInfo]=[HSTVRowInfo]()

weak var table: HSTableView!

Expand Down

0 comments on commit 9f8825a

Please sign in to comment.