GeeV2PFStickerLocalCellView Class Reference
Inherits from | TuSDKICTableViewCell |
---|---|
Declared in | GeeV2PFStickerLocalView.h |
gridViewClazz
表格单元格视图类 (默认:GeeV2PFStickerLocalGridView, 需要继承 GeeV2PFStickerLocalGridView)
@property (nonatomic, strong) Class gridViewClazz
Declared In
GeeV2PFStickerLocalView.h
gridViews
单元格视图
@property (nonatomic, readonly) NSArray *gridViews
Declared In
GeeV2PFStickerLocalView.h
stickerGroup
当前贴纸组
@property (nonatomic, retain) TuSDKPFStickerGroup *stickerGroup
Declared In
GeeV2PFStickerLocalView.h
gridProtocol
相册照片列表行视图委托
@property (nonatomic, assign) id<GeeV2PFStickerLocalViewProtocol> gridProtocol
Declared In
GeeV2PFStickerLocalView.h
– setData:
设置数据
- (void)setData:(NSArray *)data
Parameters
data |
数据 |
---|
Declared In
GeeV2PFStickerLocalView.h