TuSDKPFStickerCategory Class Reference
Inherits from | TuSDKDataJson : NSObject |
---|---|
Declared in | TuSDKPFStickerCategory.h |
extendType
贴纸分类扩展类型
@property (nonatomic) lsqStickerCategoryExtendType extendType
Declared In
TuSDKPFStickerCategory.h
+ categoryWithIdt:title:
贴纸分类
+ (instancetype)categoryWithIdt:(uint64_t)idt title:(NSString *)title
Return Value
贴纸分类
Declared In
TuSDKPFStickerCategory.h
– appendGroup:
添加分类数据
- (void)appendGroup:(TuSDKPFStickerGroup *)group
Parameters
group |
贴纸包 |
---|
Declared In
TuSDKPFStickerCategory.h
– insertFirstWithGroup:
插入分类数据到第一个
- (void)insertFirstWithGroup:(TuSDKPFStickerGroup *)group
Parameters
group |
贴纸包 |
---|
Declared In
TuSDKPFStickerCategory.h
– removeGroupWithID:
删除一个贴纸包
- (TuSDKPFStickerGroup *)removeGroupWithID:(uint64_t)idt
Parameters
idt |
贴纸包ID |
---|
Return Value
被删除的贴纸包
Declared In
TuSDKPFStickerCategory.h