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

Commit b6e2286

Browse files
authored
Merge pull request #305 from kitasuke/change_availability_attribute_for_delegate_method
Change deprecated to unavailable
2 parents 6bfab5e + 02cc1c0 commit b6e2286

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)