Skip to content

Commit 1656746

Browse files
author
Christoffer Winterkvist
committed
Remove old init
1 parent b355104 commit 1656746

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

Source/ListComponent.swift

-8
Original file line numberDiff line numberDiff line change
@@ -20,14 +20,6 @@ struct ListItem {
2020
self.type <- json.property("type")
2121
self.uri <- json.property("uri")
2222
}
23-
24-
init(title: String, subtitle: String, image: String, type: String, uri: String? = nil) {
25-
self.title = title
26-
self.subtitle = subtitle
27-
self.image = image
28-
self.type = type
29-
self.uri = uri
30-
}
3123
}
3224

3325
class ListComponent: NSObject, Component {

0 commit comments

Comments
 (0)