Skip to content

Commit

Permalink
No need for init
Browse files Browse the repository at this point in the history
  • Loading branch information
Domas Nutautas committed Dec 7, 2020
1 parent 3f51280 commit 5bfceab
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Sources/Swappable/Swappable.swift
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,6 @@ public protocol Swappable {

associatedtype InputType
var input: InputType { get }
init(input: InputType)

associatedtype DefaultBody : View
@ViewBuilder var defaultBody: DefaultBody { get }
Expand Down

0 comments on commit 5bfceab

Please sign in to comment.