Skip to content

Commit

Permalink
++
Browse files Browse the repository at this point in the history
  • Loading branch information
Sam Dods committed Jul 13, 2016
1 parent 1cb5fc2 commit d37eb85
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion Sources/ExampleObject.swift
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
public struct ExampleObject {
let identifier: String
public let identifier: String

public init(identifier: String) {
self.identifier = identifier
}
}

0 comments on commit d37eb85

Please sign in to comment.