Skip to content
This repository was archived by the owner on Jun 17, 2018. It is now read-only.

Commit 4e92123

Browse files
committed
Add availability attribute for PagingMenuControllerDelegate
1 parent 5c92803 commit 4e92123

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Pod/Classes/PagingMenuController.swift

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@
88

99
import UIKit
1010

11+
@available(*, deprecated, message: "Please use `onMove` property instead")
12+
public protocol PagingMenuControllerDelegate: class {}
13+
1114
public enum MenuMoveState {
1215
case willMoveController(to: UIViewController, from: UIViewController)
1316
case didMoveController(to: UIViewController, from: UIViewController)

0 commit comments

Comments
 (0)