Skip to content

Commit

Permalink
selectorRowFormer public set
Browse files Browse the repository at this point in the history
  • Loading branch information
Linksmt committed Oct 3, 2016
1 parent 7c74999 commit 4322185
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Former/Commons/Former.swift
Original file line number Diff line number Diff line change
Expand Up @@ -662,7 +662,7 @@ public final class Former: NSObject {

private weak var tableView: UITableView?
private weak var inlineRowFormer: RowFormer?
private weak var selectorRowFormer: RowFormer?
public private(set) weak var selectorRowFormer: RowFormer?
public private(set) var selectedIndexPath: NSIndexPath?
private var oldBottomContentInset: CGFloat?

Expand Down

0 comments on commit 4322185

Please sign in to comment.