Skip to content

Commit

Permalink
Minor warning fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
MrMage committed Jun 24, 2021
1 parent e0c8f5d commit 0b6f7ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion DateRangePicker/ExpandedDateRangePickerController.swift
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
import Cocoa

//! CLEANUP: Migrate to Swift 3 naming convention.
public protocol ExpandedDateRangePickerControllerDelegate: class {
public protocol ExpandedDateRangePickerControllerDelegate: AnyObject {
func expandedDateRangePickerControllerDidChangeDateRange(_ controller: ExpandedDateRangePickerController)
}

Expand Down

0 comments on commit 0b6f7ce

Please sign in to comment.