Closed JunkyTang closed 3 months ago
Thanks for bringing this up, @JunkyTang! That sounds reasonable; I'd encourage you to open a pull request for this change!
This issue is stale because it has been open for 30 days with no activity. Remove the Stale label or comment or this will be closed in 10 days.
Since this library is written in Swift, would it be more appropriate to change NSObjectProtocol to AnyObject here in the public protocol ImageScannerControllerDelegate: NSObjectProtocol?
This way, my class public class App {} can conform to your protocol.