Skip to content

Commit

Permalink
fix public issue
Browse files Browse the repository at this point in the history
  • Loading branch information
DuckDeck committed Sep 22, 2017
1 parent 780481c commit b294fc4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion GrandMenu/GrandMenuTable.swift
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ open class GrandMenuTable: UIView {
fileprivate var startOffsetX:CGFloat = 0.0
fileprivate var isSelectBtn = false

init(frame: CGRect,childViewControllers:[UIViewController],parentViewController:UIViewController) {
public init(frame: CGRect,childViewControllers:[UIViewController],parentViewController:UIViewController) {
super.init(frame: frame)
self.parentViewController = parentViewController
self.childViewController = childViewControllers
Expand Down
2 changes: 1 addition & 1 deletion GrandMenu/GrandPageContentView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ class GrandPageContentView: UIView {
fileprivate var startOffsetX:CGFloat = 0.0
fileprivate var isSelectBtn = false

init(frame: CGRect,childViewControllers:[UIViewController],parentViewController:UIViewController,delegate:GrandPageContentViewDelagate) {
public init(frame: CGRect,childViewControllers:[UIViewController],parentViewController:UIViewController,delegate:GrandPageContentViewDelagate) {
super.init(frame: frame)
self.parentViewController = parentViewController
self.childViewController = childViewControllers
Expand Down

0 comments on commit b294fc4

Please sign in to comment.