Fixed swift name of iOS face landmarker delegate

This commit is contained in:
Prianka Liz Kariat 2023-07-20 15:57:37 +05:30
parent 3198ccf6a5
commit 540f4f7fe6

View File

@ -30,7 +30,7 @@ NS_ASSUME_NONNULL_BEGIN
* The delegate of `MPPFaceLandmarker` must adopt `MPPFaceLandmarkerLiveStreamDelegate` protocol. * The delegate of `MPPFaceLandmarker` must adopt `MPPFaceLandmarkerLiveStreamDelegate` protocol.
* The methods in this protocol are optional. * The methods in this protocol are optional.
*/ */
NS_SWIFT_NAME(FaceDetectorLiveStreamDelegate) NS_SWIFT_NAME(FaceLandmarkerLiveStreamDelegate)
@protocol MPPFaceLandmarkerLiveStreamDelegate <NSObject> @protocol MPPFaceLandmarkerLiveStreamDelegate <NSObject>
/** /**