AliyunImageSticker
@interface AliyunImageSticker : AliyunSticker <NSCopying>
* the sticker of image API_AVAILABLE(3.22.0)
-
* The path of image API_AVAILABLE(3.22.0)
Declaration
Objective-C
@property (nonatomic, readonly) NSString *imagePath; -
* Init API_AVAILABLE(3.22.0)
Declaration
Objective-C
- (instancetype)initWithImagePath:(NSString *)path;Parameters
paththe path of image
AliyunImageSticker Class Reference