Skip to content

Commit

Permalink
fix #3 HOKColors issue
Browse files Browse the repository at this point in the history
  • Loading branch information
ytakzk committed Sep 26, 2015
1 parent 1b32b6f commit 5729fbf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Classes/Hokusai.swift
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ final public class HOKColors: NSObject {
var cancelButtonColor: UIColor
var fontColor: UIColor

init(backGroundColor: UIColor, buttonColor: UIColor, cancelButtonColor: UIColor, fontColor: UIColor) {
required public init(backGroundColor: UIColor, buttonColor: UIColor, cancelButtonColor: UIColor, fontColor: UIColor) {
self.backgroundColor = backGroundColor
self.buttonColor = buttonColor
self.cancelButtonColor = cancelButtonColor
Expand Down

0 comments on commit 5729fbf

Please sign in to comment.