Skip to content

Commit 6c0465b

Browse files
Merge pull request #2 from GiacomoLeopizzi/swift_5
Update
2 parents 419c434 + d77170b commit 6c0465b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ARVideoKit/Sources/RecordAR.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,11 +27,11 @@ import PhotosUI
2727
/**
2828
An object that passes the AR recorder errors and status in the protocol methods.
2929
*/
30-
@objc public var delegate: RecordARDelegate?
30+
@objc weak public var delegate: RecordARDelegate?
3131
/**
3232
An object that passes the AR rendered content in the protocol method.
3333
*/
34-
@objc public var renderAR: RenderARDelegate?
34+
@objc weak public var renderAR: RenderARDelegate?
3535
/**
3636
An object that returns the AR recorder current status.
3737
*/

0 commit comments

Comments
 (0)