You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: