delegate Instance Property

@MainActor var delegate: (any PxUiPageCropViewDelegate)? { get set }

References: PxUiPageCropViewDelegate

@property (nonatomic, retain) id<PxUiPageCropViewDelegate> delegate;

The delegate that receives editing callbacks.

Top