Skip to content

Commit

Permalink
Add public access modifier to initWithCoder
Browse files Browse the repository at this point in the history
aelavell committed Feb 13, 2017
1 parent 8891793 commit 3f2d17d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Pod/Classes/RecordButton.swift
Original file line number Diff line number Diff line change
@@ -64,7 +64,7 @@

}

required init?(coder aDecoder: NSCoder) {
required public init?(coder aDecoder: NSCoder) {
super.init(coder: aDecoder)

self.addTarget(self, action: #selector(RecordButton.didTouchDown), for: .touchDown)

0 comments on commit 3f2d17d

Please sign in to comment.