Skip to content

Commit

Permalink
declare open class
Browse files Browse the repository at this point in the history
  • Loading branch information
priore committed Feb 6, 2018
1 parent 91b7c3d commit 52f9b3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion DPPickerManager/Class/DPPickerManager.swift
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ public typealias DPPickerCompletion = (_ cancel: Bool) -> Void
public typealias DPPickerDateCompletion = (_ date: Date?, _ cancel: Bool) -> Void
public typealias DPPickerValueIndexCompletion = (_ value: String?, _ index: Int, _ cancel: Bool) -> Void

public class DPPickerManager: NSObject, UIPickerViewDelegate, UIPickerViewDataSource {
open class DPPickerManager: NSObject, UIPickerViewDelegate, UIPickerViewDataSource {

static let shared = DPPickerManager()

Expand Down

0 comments on commit 52f9b3f

Please sign in to comment.