Skip to content

Commit

Permalink
Merge pull request #1 from AFathi/swift_5
Browse files Browse the repository at this point in the history
Update
  • Loading branch information
GiacomoLeopizzi authored Feb 26, 2020
2 parents e9a88d4 + 24d9220 commit d77170b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ARVideoKit/Sources/RecordAR.swift
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,11 @@ import PhotosUI
/**
An object that passes the AR recorder errors and status in the protocol methods.
*/
@objc public var delegate: RecordARDelegate?
@objc weak public var delegate: RecordARDelegate?
/**
An object that passes the AR rendered content in the protocol method.
*/
@objc public var renderAR: RenderARDelegate?
@objc weak public var renderAR: RenderARDelegate?
/**
An object that returns the AR recorder current status.
*/
Expand Down

0 comments on commit d77170b

Please sign in to comment.