PIDatePicker icon indicating copy to clipboard operation
PIDatePicker copied to clipboard

Added @objc to protocol declaration

Open ghost opened this issue 10 years ago • 0 comments

While using the library in an objective c project, Xcode header generator was unable to create the delegate variable. Adding @objc to the protocol declaration resolves the issue

ghost avatar Dec 22 '15 10:12 ghost