Commit f0bb68bc by M. Porooshani

Changed the comment to documentation

parent cefb4a6c
...@@ -33,7 +33,7 @@ import UIKit ...@@ -33,7 +33,7 @@ import UIKit
@objc(MenuViewDelegate) @objc(MenuViewDelegate)
public protocol MenuViewDelegate: MaterialDelegate { public protocol MenuViewDelegate: MaterialDelegate {
// Gets called when the user taps outside menu buttons. /// Gets called when the user taps outside menu buttons.
optional func menuViewDidTapOutside(menuView: MenuView) optional func menuViewDidTapOutside(menuView: MenuView)
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment