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

Commit 02cc1c0

Browse files
committed
Change deprecated to unavailable
1 parent 6bfab5e commit 02cc1c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Pod/Classes/PagingMenuController.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
import UIKit
1010

11-
@available(*, deprecated, message: "Please use `onMove` property instead")
11+
@available(*, unavailable, message: "Please use `onMove` property instead")
1212
public protocol PagingMenuControllerDelegate: class {}
1313

1414
public enum MenuMoveState {

0 commit comments

Comments
 (0)