Skip to content

Commit

Permalink
missing public initializer for SwiftCop
Browse files Browse the repository at this point in the history
  • Loading branch information
Andres Canal committed Nov 5, 2015
1 parent 61a7b3f commit cc246bc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions SwiftCop/SwiftCop.swift
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ import UIKit
public class SwiftCop {
var suspects = Array<Suspect>()

public init(){}

public func addSuspect(suspect: Suspect) {
suspects.append(suspect)
}
Expand Down

0 comments on commit cc246bc

Please sign in to comment.