Skip to content
This repository has been archived by the owner on Jan 5, 2020. It is now read-only.

Commit

Permalink
change open to public
Browse files Browse the repository at this point in the history
  • Loading branch information
draveness committed Apr 7, 2017
1 parent 0a06626 commit 40bcf22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion NightNight/Classes/MixedResource.swift
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ public class MixedBarStyle: MixedResource<UIBarStyle> {
}
}

open class MixedKeyboardAppearance: MixedResource<UIKeyboardAppearance> {
public class MixedKeyboardAppearance: MixedResource<UIKeyboardAppearance> {
public override init(normal: UIKeyboardAppearance, night: UIKeyboardAppearance) {
super.init(normal: normal, night: night)
}
Expand Down

0 comments on commit 40bcf22

Please sign in to comment.