Removing the weak reference #120

This commit is contained in:
Yannick Loriot 2017-11-26 22:31:40 +01:00
parent ea7ffb0b32
commit 6a3174521d
1 changed files with 1 additions and 1 deletions

View File

@ -71,7 +71,7 @@ final public class QRCodeReaderView: UIView, QRCodeReaderDisplayable {
return ttb
}()
private weak var reader: QRCodeReader?
private var reader: QRCodeReader?
public func setupComponents(showCancelButton: Bool, showSwitchCameraButton: Bool, showTorchButton: Bool, showOverlayView: Bool, reader: QRCodeReader?) {
self.reader = reader