Skip to content

Commit

Permalink
change access control of init method.
Browse files Browse the repository at this point in the history
  • Loading branch information
都築 貴之 committed Mar 2, 2016
1 parent ddedaab commit 2de5edf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Classes/Row.swift
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ public class Row<T: UITableViewCell>: RowType {
public typealias RowInformation = (row: Row<T>, tableView: UITableView, indexPath: NSIndexPath)
public typealias RowMoveInformation = (row: Row<T>, tableView: UITableView, sourceIndexPath: NSIndexPath, destinationIndexPath: NSIndexPath)

init() { }
public init() { }

init(@noescape closure: (Row<T> -> Void)) {
closure(self)
Expand Down

0 comments on commit 2de5edf

Please sign in to comment.