Skip to content

ADImageStickerSelectConfigurable

duzexu edited this page Sep 18, 2021 · 1 revision

ADImageStickerSelectConfigurable

Use to define image sticker select controller.

public protocol ADImageStickerSelectConfigurable: AnyObject 

Inheritance

AnyObject

Requirements

imageDidSelect

Called when image is selected.

var imageDidSelect: ((UIImage) -> Void)? 
Types
Protocols
Global Typealiases
Operators
Extensions

Clone this wiki locally